/*
Theme Name: Ecology UGA
Theme URI: https://www.ecology.uga.edu
Description: Ecology UGA Website.
Version: 1.0
Author: Kaptiv8
Author URI: htttp://kaptiv8marketing.com
Description: This custom WordPress theme is proprietary to Kaptiv8 Creative Agency, LLC. Any duplication in part or in full is strictly prohibited without expressed written consent.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* html5reset.css - 01/11/2011 */

@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700|Oswald:400,700|Merriweather:300,400,700");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.google-font-merriweather-sans {
    font-weight: 300;
    /*Light*/
    font-weight: 400;
    /*Normal*/
    font-weight: 700;
    /*Bold*/
    font-family: "Merriweather Sans", sans-serif;
}

.google-font-oswald {
    font-weight: 400;
    /*Normal*/
    font-weight: 700;
    /*Bold*/
    font-family: "Oswald", sans-serif;
}

/* Search icon by IcoMoon, made with https://icomoon.io/app/#/select */

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon/icomoon.eot");
    src: url("fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.ttf") format("truetype"), url("fonts/icomoon/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Basic HTML tags */

a {
    color: #BA0C2F;
}

.bio-box a.read-more {
    color: #BA0C2F;
}

.search-pram a,
.pagination a,
.portal-item-icon a {
    color: #000000;
}

.box a,
.bio-box a {
    color: #404141;
}

.content .entry a {
    font-weight: 400;
}

#breadcrumbs a {
    color: #FFF;
}

.read-more {
    text-transform: uppercase;
    font-weight: 700;
}

a:focus,
a:active {
    outline: none;
}

/* added by bzt */

#entry-header {
    text-align: center;
    margin-bottom: 8px;
    line-height: 1;
    margin: 0 auto 15px;
    padding: 0;
}

#entry-title h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: .15em;
}

meta-item {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
    margin-bottom: .15em;
}

#author-id {
    color: #554F47;
    font-family: 'Merriweather', serif;
    font-weight: 300;
}

#entry-header a {
    font-size: 16px;
    padding: .15em;
}

#news-story-section {
    margin-bottom: 10px;
}

#news-story-container {
    background-color: #ffffff;
    margin-bottom: 10px;
}

#news-entry {
    padding: 0 20px;
}

#news-entry p {
    line-height: 1.63;
    color: #444444;
    margin-bottom: 30px;
    word-wrap: break-word;
}

meta-image {
    position: relative;
    overflow: hidden;
    z-index: 10;
    max-width: 100%;
    line-height: 1px;
    margin-bottom: .5rem;
}


.meta-image-cap {
    font-family: 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    padding-top: .5rem;
    color: #6c757d;
}

/* endzt */

table,
.table,
.sidebar .bio-box {
    border-collapse: collapse;
    display: table;
}

#footer table,
.latest-news table,
table.courses,
table.course-cat,
#footer .table,
.latest-news .table,
.table.courses,
.table.course-cat,
#footer .sidebar .bio-box,
.latest-news .sidebar .bio-box,
.sidebar .bio-box.courses,
.sidebar .bio-box.course-cat {
    width: 100%;
}

.latest-news table,
.latest-news .table,
.latest-news .sidebar .bio-box {
    table-layout: fixed;
}

table.search-pram-item,
.table.search-pram-item,
.sidebar .bio-box.search-pram-item {
    margin: 0 auto;
}

#top table,
#top .table,
#top .sidebar .bio-box {
    float: right;
}

.sidebar .bio-box {
    width: 100%;
}

.sidebar .sidebar_image {
    margin-top: 25px;
    display: block;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table td,
.table-cell,
.sidebar .bio-box .headshot,
.sidebar .bio-box .bio-info {
    vertical-align: top;
    display: table-cell;
}

table td .entry,
.table-cell .entry,
.sidebar .bio-box .headshot .entry,
.sidebar .bio-box .bio-info .entry {
    padding-left: 15px;
}

#footer table td,
.search-pram-item table td,
#footer .table-cell,
.search-pram-item .table-cell,
#footer .sidebar .bio-box .headshot,
.search-pram-item .sidebar .bio-box .headshot,
#footer .sidebar .bio-box .bio-info,
.search-pram-item .sidebar .bio-box .bio-info {
    vertical-align: middle;
}

.course-cat table td,
#header table td,
.course-cat .table-cell,
#header .table-cell,
.course-cat .sidebar .bio-box .headshot,
#header .sidebar .bio-box .headshot,
.course-cat .sidebar .bio-box .bio-info,
#header .sidebar .bio-box .bio-info {
    vertical-align: bottom;
}

.latest-news table td.table-cell-img,
.latest-news .table-cell.table-cell-img,
.latest-news .sidebar .bio-box .headshot.table-cell-img,
.latest-news .sidebar .bio-box .bio-info.table-cell-img {
    width: 30%;
}

.latest-news table td.table-cell-info,
.latest-news .table-cell.table-cell-info,
.latest-news .sidebar .bio-box .headshot.table-cell-info,
.latest-news .sidebar .bio-box .bio-info.table-cell-info {
    width: 70%;
}

table td .table-cell-push,
.table-cell .table-cell-push,
.sidebar .bio-box .headshot .table-cell-push,
.sidebar .bio-box .bio-info .table-cell-push {
    padding-right: 10px;
}

#top table td,
#top .table-cell,
#top .sidebar .bio-box .headshot,
#top .sidebar .bio-box .bio-info {
    position: relative;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {

    .time-venue table td,
    .search-pram-item table td,
    .course-cat table td,
    .time-venue .table-cell,
    .search-pram-item .table-cell,
    .course-cat .table-cell,
    .time-venue .sidebar .bio-box .headshot,
    .search-pram-item .sidebar .bio-box .headshot,
    .course-cat .sidebar .bio-box .headshot,
    .time-venue .sidebar .bio-box .bio-info,
    .search-pram-item .sidebar .bio-box .bio-info,
    .course-cat .sidebar .bio-box .bio-info {
        display: block;
    }

    .time-venue table td div,
    .search-pram-item table td div,
    .course-cat table td div,
    .time-venue .table-cell div,
    .search-pram-item .table-cell div,
    .course-cat .table-cell div,
    .time-venue .sidebar .bio-box .headshot div,
    .search-pram-item .sidebar .bio-box .headshot div,
    .course-cat .sidebar .bio-box .headshot div,
    .time-venue .sidebar .bio-box .bio-info div,
    .search-pram-item .sidebar .bio-box .bio-info div,
    .course-cat .sidebar .bio-box .bio-info div {
        height: auto;
    }

    .time-venue table td .event-venue,
    .search-pram-item table td .event-venue,
    .course-cat table td .event-venue,
    .time-venue .table-cell .event-venue,
    .search-pram-item .table-cell .event-venue,
    .course-cat .table-cell .event-venue,
    .time-venue .sidebar .bio-box .headshot .event-venue,
    .search-pram-item .sidebar .bio-box .headshot .event-venue,
    .course-cat .sidebar .bio-box .headshot .event-venue,
    .time-venue .sidebar .bio-box .bio-info .event-venue,
    .search-pram-item .sidebar .bio-box .bio-info .event-venue,
    .course-cat .sidebar .bio-box .bio-info .event-venue {
        margin: 5px 0 0;
    }

    .time-venue table td span.or,
    .search-pram-item table td span.or,
    .course-cat table td span.or,
    .time-venue .table-cell span.or,
    .search-pram-item .table-cell span.or,
    .course-cat .table-cell span.or,
    .time-venue .sidebar .bio-box .headshot span.or,
    .search-pram-item .sidebar .bio-box .headshot span.or,
    .course-cat .sidebar .bio-box .headshot span.or,
    .time-venue .sidebar .bio-box .bio-info span.or,
    .search-pram-item .sidebar .bio-box .bio-info span.or,
    .course-cat .sidebar .bio-box .bio-info span.or {
        display: block;
        margin-top: 2px;
        margin-bottom: 5px;
    }

    .course-cat table td,
    .course-cat table td .key,
    .course-cat .table-cell,
    .course-cat .table-cell .key,
    .course-cat .sidebar .bio-box .headshot,
    .course-cat .sidebar .bio-box .headshot .key,
    .course-cat .sidebar .bio-box .bio-info,
    .course-cat .sidebar .bio-box .bio-info .key {
        text-align: center !important;
    }

    #footer table td.equalheight,
    #footer .table-cell.equalheight,
    #footer .sidebar .bio-box .headshot.equalheight,
    #footer .sidebar .bio-box .bio-info.equalheight {
        display: block;
        border-left: none;
        text-align: center;
    }

    #footer table td.equalheight div,
    #footer .table-cell.equalheight div,
    #footer .sidebar .bio-box .headshot.equalheight div,
    #footer .sidebar .bio-box .bio-info.equalheight div {
        padding: 0;
    }

    #footer table td.equalheight .contact-info,
    #footer .table-cell.equalheight .contact-info,
    #footer .sidebar .bio-box .headshot.equalheight .contact-info,
    #footer .sidebar .bio-box .bio-info.equalheight .contact-info {
        padding: 25px 0;
    }

    #footer table td.equalheight.tc-nav-give-apply,
    #footer .table-cell.equalheight.tc-nav-give-apply,
    #footer .sidebar .bio-box .headshot.equalheight.tc-nav-give-apply,
    #footer .sidebar .bio-box .bio-info.equalheight.tc-nav-give-apply {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    .latest-news table td.table-cell-img,
    .latest-news table td.table-cell-info,
    .latest-news .table-cell.table-cell-img,
    .latest-news .table-cell.table-cell-info,
    .latest-news .sidebar .bio-box .headshot.table-cell-img,
    .latest-news .sidebar .bio-box .headshot.table-cell-info,
    .latest-news .sidebar .bio-box .bio-info.table-cell-img,
    .latest-news .sidebar .bio-box .bio-info.table-cell-info {
        width: 100%;
        display: block;
    }

    .latest-news table td.table-cell-img .entry,
    .latest-news table td.table-cell-info .entry,
    .latest-news .table-cell.table-cell-img .entry,
    .latest-news .table-cell.table-cell-info .entry,
    .latest-news .sidebar .bio-box .headshot.table-cell-img .entry,
    .latest-news .sidebar .bio-box .headshot.table-cell-info .entry,
    .latest-news .sidebar .bio-box .bio-info.table-cell-img .entry,
    .latest-news .sidebar .bio-box .bio-info.table-cell-info .entry {
        padding-left: 0;
    }
}

.sidebar .bio-box .headshot {
    width: 40%;
}

.sidebar .bio-box .bio-info {
    width: 60%;
}

p {
    font-weight: 300;
    padding: 0;
    margin: 0;
    padding-bottom: 1em;
    line-height: 1.5;
}

.upcoming-events p,
.latest-news p,
#featured-news p,
.grid-item p {
    line-height: 1.25;
}

#featured-news .entry p {
    padding-bottom: 5px;
}

p.sponsor {
    padding-bottom: 10px;
}

.latest-news .entry p,
p.ptitle,
.course-cat p,
.upcoming-events .time-venue p {
    padding-bottom: 0;
}

p.ptitle {
    text-transform: uppercase;
    font-weight: 700;
}

p.curriculum-vitae,
p.professional-website {
    font-weight: 500;
}

.speaker_info p {
    font-weight: 700;
    font-style: italic;
}

p.curriculum-vitae,
.upcoming-events p {
    padding-bottom: .5em;
}

.content .entry p strong {
    font-weight: 700;
}

p,
.content li {
    font-size: 18px;
}

.box .table p,
p.sponsor,
.upcoming-events p,
.latest-news p,
#featured-news p,
p .box li,
.tribe-events-content p,
.grid-item p,
.box .table .content li,
.content li.sponsor,
.upcoming-events .content li,
.latest-news .content li,
#featured-news .content li,
.content li .box li,
.tribe-events-content .content li,
.grid-item .content li {
    font-size: 14px;
}

#footer p,
.single-degree .entry p,
.sidebar_content p,
#expList-new p,
#footer .content li,
.single-degree .entry .content li,
.sidebar_content .content li,
#expList-new .content li {
    font-size: 16px;
}

.bio-info p,
.key p,
.bio-info .content li,
.key .content li {
    font-size: 13px;
}

p.large,
.content li.large {
    font-size: 24px;
}

.expertise h5 {
    color: #BA0C2F;
}

small {
    font-size: 10px;
}

h1.logo {
    margin: 0;
    line-height: 1;
}

@media only screen and (max-width: 480px) {
    h1.logo img {
        max-width: 200px;
    }
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.not-page-structured .hide {
    display: inline !important;
}

a.btn,
.button-nav a,
.btn a {
    display: inline-block;
    padding: 6px 10px;
    color: #FFF;
    text-align: center;
    background: #BA0C2F;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-appearance: none;
}

a.btn.clear-filter,
.button-nav a.clear-filter,
.btn a.clear-filter {
    margin-bottom: 15px;
}

.rotator-content a.btn,
.rotator-content .button-nav a,
.rotator-content .btn a {
    font-weight: 700;
    background: transparent;
    border: solid 3px #FFF;
    font-size: 18px;
    padding: 4px 30px;
}

.nav-give-apply a.btn,
.sidebar a.btn,
.nav-give-apply .button-nav a,
.sidebar .button-nav a,
.nav-give-apply .btn a,
.sidebar .btn a {
    font-size: 13px;
    font-weight: 700;
    padding: 9px 25px;
}

.sidebar .box a.btn,
.sidebar .box .button-nav a,
.sidebar .box .btn a {
    display: block;
    padding: 12px 15px 9px;
}

a.btn:hover,
.button-nav a:hover,
.btn a:hover {
    background: #9e0a28;
}

.rotator-content a.btn:hover,
.rotator-content .button-nav a:hover,
.rotator-content .btn a:hover {
    background: #FFF;
    color: #000000;
}

.category-list {
    text-align: center;
    margin-bottom: 25px;
}

.category-list li,
.category-list ul,
.category-list span {
    list-style: none;
    display: inline-block;
}

.category-list li {
    border-left: solid 1px #c5c5c5;
    padding-left: 7px;
    margin-left: 4px;
}

.category-list li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #404141;
    font-size: 14px;
}

.category-list li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

hr {
    width: 100%;
    border: 0;
    height: 1px;
    color: #e3e3e3;
    background-color: #e3e3e3;
}

.rotator hr {
    width: 20%;
    margin: 0 auto 2em;
    height: 3px;
    color: #FFF;
    background-color: #FFF;
}

.box {
    background: #f0f0f0;
    padding: 6% 4% 3%;
}

.box.sidebar_content {
    padding: 5% 6%;
}

.box.less-box {
    background: transparent;
}

.box.box-subnav {
    background: #BA0C2F;
    color: #FFF;
}

.box.box-subnav .subnav-wrap {
    /*border-top: solid 1px #610218;
        border-bottom: solid 1px #e18298;*/
    margin-bottom: 5px;
}

.box.box-subnav li {
    margin: 0;
}

.box.box-subnav li a {
    /*  border-top: solid 1px #e18298;
          border-bottom: solid 1px #610218;*/
    color: #FFF;
    padding: 10px 1px;
    font-size: 14px;
    font-weight: 700;
}

.box.box-subnav li a:hover {
    background: #aa042a;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.contact-info .box,
.uga-quicklinks .box,
#sidebar-features .box {
    padding-top: 6%;
}

.box .box-inner {
    margin-bottom: 10px;
}

.box li {
    list-style: none;
    margin: 0.25em 0;
    line-height: 1.25em;
}

.box li.current_page_item a {
    text-decoration: underline;
}

.box li.current_page_item .children a {
    text-decoration: none;
}

.noresultsfound {
    margin-top: 15px;
}

.noresultsfound .alert-warning {
    background: #f1f1f1 !important;
    color: #575757 !important;
    border-color: #e9e9e9 !important;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    line-height: 1.25;
    margin-bottom: .55em;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}

#breadcrumbs-titles h1,
h1.single-title,
.course-cat h1,
#academics-portal h1,
#breadcrumbs-titles h2,
h2.single-title,
.course-cat h2,
#academics-portal h2,
#breadcrumbs-titles h3,
h3.single-title,
.course-cat h3,
#academics-portal h3,
#breadcrumbs-titles h4,
h4.single-title,
.course-cat h4,
#academics-portal h4,
#breadcrumbs-titles h5,
h5.single-title,
.course-cat h5,
#academics-portal h5,
#breadcrumbs-titles h6,
h6.single-title,
.course-cat h6,
#academics-portal h6 {
    margin-bottom: 0;
}

.intro-portal h1,
.intro-portal h2,
.intro-portal h3,
.intro-portal h4,
.intro-portal h5,
.intro-portal h6 {
    margin-bottom: .35em;
}

#breadcrumbs-titles #titles h1,
h1.page-title,
#breadcrumbs-titles #titles h2,
h2.page-title,
#breadcrumbs-titles #titles h3,
h3.page-title,
#breadcrumbs-titles #titles h4,
h4.page-title,
#breadcrumbs-titles #titles h5,
h5.page-title,
#breadcrumbs-titles #titles h6,
h6.page-title {
    text-transform: none;
}

.portal-item-icon h1,
h1.box-title,
.portal-item-icon h2,
h2.box-title,
.portal-item-icon h3,
h3.box-title,
.portal-item-icon h4,
h4.box-title,
.portal-item-icon h5,
h5.box-title,
.portal-item-icon h6,
h6.box-title {
    text-transform: uppercase;
}

.portal-item h1,
.rotator-content h1,
.portal-item h2,
.rotator-content h2,
.portal-item h3,
.rotator-content h3,
.portal-item h4,
.rotator-content h4,
.portal-item h5,
.rotator-content h5,
.portal-item h6,
.rotator-content h6 {
    line-height: 1;
}

#featured_column_portal {
    background-color: #fff;
}

#academics-portal {
    background-color: #eee !important;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 32px;
}

#academics-portal h2 {
    font-size: 38px;
}

h2.page-title {
    font-size: 42px;
}

#breadcrumbs-titles #titles h2 {
    display: inline-block;
    border-bottom: solid 1px #404141;
    padding: 0 25px;
}

h3 {
    font-size: 27px;
    letter-spacing: 3px !important;
    line-height: 1.1 !important;
    margin-bottom: 10px;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: left;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
    letter-spacing: .1px !important;
}

h5.expList-title {
    font-size: 20px;
}

.portal-title h5 {
    font-size: 21px;
}

#events-news h5 {
    margin-bottom: 5px;
}

h6 {
    font-size: 14px;
}

.spaced-body-text {
    font-family: 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    line-height: 1.9;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.1px;
}

#featured-news .post-title,
.icon-wrap {
    text-transform: uppercase;
    line-height: 1;
}

.title,
.intro-portal {
    text-align: center;
}

.page-template-page-deptcenter .title,
.page-template-page-deptcenter .intro-portal {
    text-align: left;
}

.title.second,
.intro-portal.second {
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

    p,
    .content li {
        font-size: 17px;
    }

    .box .table p,
    p.sponsor,
    .upcoming-events p,
    .latest-news p,
    #featured-news p,
    p .box li,
    .tribe-events-content p,
    .grid-item p,
    .box .table .content li,
    .content li.sponsor,
    .upcoming-events .content li,
    .latest-news .content li,
    #featured-news .content li,
    .content li .box li,
    .tribe-events-content .content li,
    .grid-item .content li {
        font-size: 13px;
    }

    #footer p,
    .single-degree .entry p,
    .sidebar_content p,
    #expList-new p,
    #footer .content li,
    .single-degree .entry .content li,
    .sidebar_content .content li,
    #expList-new .content li {
        font-size: 15px;
    }

    .bio-info p,
    .key p,
    .bio-info .content li,
    .key .content li {
        font-size: 12px;
    }

    p.large,
    .content li.large {
        font-size: 22px;
    }

    h1 {
        font-size: 51px;
    }

    h2 {
        font-size: 30px;
    }

    #academics-portal h2 {
        font-size: 36px;
    }

    h2.page-title {
        font-size: 40px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 17px;
    }

    h5.expList-title {
        font-size: 19px;
    }

    .portal-title h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {

    p,
    .content li {
        font-size: 16px;
    }

    .box .table p,
    p.sponsor,
    .upcoming-events p,
    .latest-news p,
    #featured-news p,
    p .box li,
    .tribe-events-content p,
    .grid-item p,
    .box .table .content li,
    .content li.sponsor,
    .upcoming-events .content li,
    .latest-news .content li,
    #featured-news .content li,
    .content li .box li,
    .tribe-events-content .content li,
    .grid-item .content li {
        font-size: 12px;
    }

    #footer p,
    .single-degree .entry p,
    .sidebar_content p,
    #expList-new p,
    #footer .content li,
    .single-degree .entry .content li,
    .sidebar_content .content li,
    #expList-new .content li {
        font-size: 14px;
    }

    .bio-info p,
    .key p,
    .bio-info .content li,
    .key .content li {
        font-size: 11px;
    }

    p.large,
    .content li.large {
        font-size: 20px;
    }

    h1 {
        font-size: 47px;
    }

    h2 {
        font-size: 28px;
    }

    #academics-portal h2 {
        font-size: 34px;
    }

    h2.page-title {
        font-size: 38px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h5.expList-title {
        font-size: 18px;
    }

    .portal-title h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {

    p,
    .content li {
        font-size: 15px;
    }

    .box .table p,
    p.sponsor,
    .upcoming-events p,
    .latest-news p,
    #featured-news p,
    p .box li,
    .tribe-events-content p,
    .grid-item p,
    .box .table .content li,
    .content li.sponsor,
    .upcoming-events .content li,
    .latest-news .content li,
    #featured-news .content li,
    .content li .box li,
    .tribe-events-content .content li,
    .grid-item .content li {
        font-size: 11px;
    }

    #footer p,
    .single-degree .entry p,
    .sidebar_content p,
    #expList-new p,
    #footer .content li,
    .single-degree .entry .content li,
    .sidebar_content .content li,
    #expList-new .content li {
        font-size: 13px;
    }

    .bio-info p,
    .key p,
    .bio-info .content li,
    .key .content li {
        font-size: 10px;
    }

    p.large,
    .content li.large {
        font-size: 18px;
    }

    h1 {
        font-size: 43px;
    }

    h2 {
        font-size: 26px;
    }

    #academics-portal h2 {
        font-size: 32px;
    }

    h2.page-title {
        font-size: 36px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 15px;
    }

    h5.expList-title {
        font-size: 17px;
    }

    .portal-title h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 11px;
    }
}

/* Nav */

.nav {
    text-align: center;
    padding: 15px 0;
    background: #dedede;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    list-style: none;
    border: none;
}

.nav ul li:first-child {
    border-left: none;
}

.nav ul li li {
    border-left: none;
}

.nav ul li a {
    display: block;
    margin: 0;
    padding: 0px 10px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

#nav-bar .nav {
    padding: 0;
}

#nav-bar .nav ul li a {
    padding: 13px 10px;
}

#nav-bar .nav ul li a:hover,
#nav-bar .nav ul li a.active {
    background: #fbfbfb;
    color: #333;
}

.nav#nav-bottom li a {
    color: #333;
    font-weight: 400;
}

.nav#nav-bottom .sub-menu {
    display: none;
}

#nav-bar-bottom {
    background: #9e0a28;
}

#nav-bar {
    background: #FFF;
    width: 100%;
}

#nav-bar #nav #jsddm li ul {
    margin: 0;
    padding: 6px 0;
    position: absolute;
    display: none;
    z-index: 999999;
    background-color: #ffffff;
}

#nav-bar #nav #jsddm li ul .children {
    display: none !important;
}

#nav-bar #nav #jsddm li ul li {
    display: block;
    margin: 0;
    padding: 0;
}

#nav-bar #nav #jsddm li ul li a.active {
    color: #333;
    padding: 6px 10px;
    width: 166px;
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
    display: block;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: none;
    text-align: left;
    background-color: #ffffff;
}

#nav-bar #nav #jsddm li ul li a:hover {
    background: #eee;
    background: rgba(122, 122, 122, 0.1);
    -moz-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
}

#top .nav-give-apply {
    margin-right: 45px;
    float: right;
}

#top .nav-give-apply li {
    float: left;
}

@media only screen and (max-width: 480px) {
    .nav-give-apply {
        text-align: center;
        padding-bottom: 15px;
    }
}

.nav-give-apply li {
    margin-left: 8px;
    font-size: 20px;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
}

.nav-give-apply li:first-child {
    border-left: none;
    margin-left: 0;
}

#footernav .sub-menu {
    display: none;
}

.sfm-rollback {
    display: none !important;
    bottom: auto !important;
    height: auto !important;
}

.sfm-pos-right .sfm-label-none .sfm-navicon-button {
    left: -25px;
}

/* Main Layout */

#wrapper {
    width: 100%;
    position: relative;
    text-align: left;
}

.container {
    clear: both;
    width: 80%;
    /* 1000px / 1250px */
    font-size: 0.8125em;
    /* 13 / 16 */
    max-width: 92.3em;
    /* 1200px / 13 */
    margin: 0 auto;
}

#nav-bar .container {
    width: 100%;
    max-width: 100%;
}

#top .container {
    position: relative;
}

.span_1_of_2:nth-child(2n+1),
.span_1_of_3:nth-child(3n+1),
.span_1_of_4:nth-child(4n+1),
.span_1_of_5:nth-child(5n+1),
.span_1_of_6:nth-child(6n+1),
.span_1_of_7:nth-child(7n+1),
.span_1_of_8:nth-child(8n+1),
.span_1_of_9:nth-child(9n+1),
.span_1_of_10:nth-child(10n+1),
.span_1_of_11:nth-child(11n+1),
.span_1_of_12:nth-child(12n+1) {
    margin-left: 0;
    clear: both;
}

#top .col,
.col.title,
#breadcrumbs-titles .col,
.col.no-margin,
#nav-bar-bottom .col {
    margin-top: 0;
    margin-bottom: 0;
}

.latest-news .col {
    margin-top: 0;
}

.band {
    padding: 3% 0 3%;
    background-color: #eee;
}

.band#academics-portal {
    padding-top: 3%;
}

/* Start Website in Sequence */

body {
    color: #000000;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 100%;
    line-height: 1.4;
    background: #BA0C2F;
}

#logo-search-bar,
#main,
.home #events-news,
#departments-centers-portal {
    background: #FFF;
}

#events-news {
    background: #f0f0f0;
}

#main,
#departments-centers-portal,
#featured-news,
#events-news {
    padding: 35px 0 10px;
}

#main #portal,
#departments-centers-portal #portal,
#featured-news #portal,
#events-news #portal {
    padding-bottom: 5px;
}

#main {
    padding-bottom: 35px;
}

.page-template-default #departments-centers-portal {
    padding-top: 0;
}

#top {
    font-weight: 500;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

#top #branding-bar-outer-wrap {
    height: 32px;
}

#top #bottom-bar {
    position: relative;
}

#top #bottom-bar #logo-search-bar {
    padding: 17px 0;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    #top #bottom-bar #logo-search-bar {
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    }
}

#top #branding-bar-outer-wrap {
    font-family: "Oswald", sans-serif;
    position: relative;
}

#top #branding-bar-outer-wrap a,
#top #branding-bar-outer-wrap p,
#top #branding-bar-outer-wrap ol,
#top #branding-bar-outer-wrap ul,
#top #branding-bar-outer-wrap blockquote {
    font-size: 14px;
    line-height: 22px;
}

#top #branding-bar-outer-wrap #branding-bar-wrap {
    background-color: #000;
    color: #FFF;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
}

#top #branding-bar-outer-wrap #branding-bar-wrap .branding-bar-bg {
    padding: 5px 0;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar-content {
    display: none;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar-content nav h1 {
    font-size: 16px;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar-content nav ul,
#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar-content nav ol {
    list-style: none;
    padding: 0;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar-content nav li,
#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar-content nav li a {
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar .branding-bar-logo,
#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar .block-center,
#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar a.popular-links {
    text-transform: uppercase;
    float: left;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar .branding-bar-logo {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar .block-center ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 550px;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar .block-center li {
    float: left;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar .block-center li a {
    color: #CECECE;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar .block-center #quicklinks {
    width: 89px;
    height: 30px;
    margin: 0 auto;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar .block-center #quicklinks li {
    clear: both;
    width: 100%;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar a.popular-links {
    text-align: right;
    color: #FFF;
    font-weight: normal;
}

#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar a.popular-links:hover i,
#top #branding-bar-outer-wrap #branding-bar-wrap #branding-bar #branding-bar a.popular-links:hover {
    color: #FFF;
    text-decoration: none;
}

#top.active #bottom-bar {
    margin-top: 0px;
}

#top.active #branding-bar-outer-wrap {
    display: none !important;
}

#header {
    position: relative;
}

#header.interior {
    background: #000000;
    color: #FFF;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

#header.interior .container,
#header.interior .table,
#header.interior .table-cell {
    height: 100%;
}

#header.interior .table,
#header.interior .table-cell {
    width: 100%;
}

#header #quicklinks {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px 0;
    z-index: 400;
    background: url(images/bkrnd_quicklinks.png);
    text-align: center;
}

#header #quicklinks .quicklink {
    display: inline-block;
    margin: 0 30px;
    font-size: 12px;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    #header #quicklinks .quicklink {
        margin: 0;
        width: 22%;
        padding: 0 1%;
        font-size: 10px;
    }
}

#header #quicklinks .quicklink .portal-icon {
    margin-bottom: 5px;
}

#header #quicklinks .quicklink a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

#header #breadcrumbs-titles {
    text-align: center;
}

#header #breadcrumbs-titles #breadcrumbs {
    height: 240px;
    padding-bottom: 40px;
}

#header #breadcrumbs-titles #breadcrumbs ul#breadcrumbs-list {
    margin-top: 10px;
}

.search-results #header #breadcrumbs-titles #breadcrumbs ul#breadcrumbs-list {
    display: none;
}

#header #breadcrumbs-titles #breadcrumbs li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 2px;
}

#header #breadcrumbs-titles #breadcrumbs li a {
    text-decoration: underline;
}

#header #breadcrumbs-titles #breadcrumbs li.current a {
    text-decoration: none;
}

#header #breadcrumbs-titles #breadcrumbs .sep {
    padding: 0 5px;
}

#header,
#header .rotator {
    background-color: #c5c5c5;
}

#header .container {
    z-index: 2;
    position: relative;
}

.rotator {
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.rotator,
.rotator .container {
    height: 275px;
}

#rotator .rotator,
#rotator .rotator .container {
    height: 403px;
}

.home #rotator .rotator,
.home #rotator .rotator .container {
    height: 596px;
}

.rotator-content {
    color: #FFF;
    text-align: center;
}

#rotator .rotator-content {
    position: absolute;
    bottom: 15px;
}

.home #rotator .rotator-content {
    width: 100%;
}

.cycle-pager {
    background: #eee;
    text-align: center;
    width: 100%;
    z-index: 500;
    height: 40px;
}

.cycle-pager span {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 40px;
    height: 16px;
    width: 16px;
    margin: 0 4px;
}

.cycle-pager span.cycle-pager-active {
    color: #BA0C2F;
}

.cycle-pager>* {
    cursor: pointer;
}

.overlay {
    background: rgba(0, 0, 0, 0.15);
}

.home .overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient((startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);";
}

.sidebar .icon-wrap {
    margin-bottom: 30px;
}

.post-type-archive-tribe_events .sidebar .subnav,
.single-tribe_events .sidebar .subnav,
.single-degree .sidebar .subnav,
.single-post .sidebar .subnav {
    display: none;
}

.sidebar .headshot {
    margin-bottom: 15px;
}

.sidebar .headshot img {
    width: 100%;
}

.sidebar .uga-quicklinks .box,
.sidebar .subnav .box {
    font-weight: 500;
}

.sidebar .programnav ul {
    list-style: none;
}

.sidebar .programnav ul li a {
    display: block;
}

.sidebar .subnav li {
    display: none;
}

.sidebar .subnav li .children li li a {
    padding-left: 15px;
}

.sidebar .subnav li .children li li li a {
    padding-left: 30px;
}

.sidebar .subnav li .children li li li li a {
    padding-left: 45px;
}

.sidebar .subnav .children li .children li {
    display: none;
}

.sidebar .subnav .current_page_item,
.sidebar .subnav .current_page_ancestor {
    display: block;
}

.sidebar .subnav .current_page_item a,
.sidebar .subnav .current_page_ancestor a {
    display: none;
}

.sidebar .subnav .current_page_item li a,
.sidebar .subnav .current_page_item .children li,
.sidebar .subnav .current_page_ancestor li a,
.sidebar .subnav .current_page_ancestor .children li {
    display: block;
}

.sidebar .subnav .current_page_ancestor .current_page_item .children li,
.sidebar .subnav .current_page_ancestor .current_page_ancestor .children li {
    display: block !important;
}

.sidebar .subnav .dept-center .children li {
    display: none;
}

.sidebar .subnav .dept-center .children li.current_page_item,
.sidebar .subnav .dept-center .children li.current_page_ancestor {
    display: block !important;
}

.sidebar .subnav .dept-center .children li.current_page_item a,
.sidebar .subnav .dept-center .children li.current_page_ancestor a {
    display: none;
}

.sidebar .subnav .dept-center .children li.current_page_item .children li a,
.sidebar .subnav .dept-center .children li.current_page_ancestor .children li a {
    display: block;
    padding-left: 0;
}

.sidebar .subnav .dept-center .children li.current_page_item .children li li a,
.sidebar .subnav .dept-center .children li.current_page_ancestor .children li li a {
    padding-left: 15px;
}

.sidebar .subnav .dept-center .children li.current_page_item .children li li li a,
.sidebar .subnav .dept-center .children li.current_page_ancestor .children li li li a {
    padding-left: 30px;
}

.sidebar .subnav .dept-center .children li.current_page_item .children li li li li a,
.sidebar .subnav .dept-center .children li.current_page_ancestor .children li li li li a {
    padding-left: 45px;
}

#featured-news {
    background: #f0f0f0 url(images/bkrnd_texture-grey.jpg);
}

#featured-photo-gallery {
    margin: 25px 0 35px 0;
}

.upcoming-events #events {
    margin-top: 20px;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
    max-width: 100%;
}

.event,
.latest-news .post {
    margin-bottom: 25px;
}

.event-time,
.event-venue {
    font-size: 18px;
}

.event-date-box {
    background-color: #BA0C2F;
    color: #FFF;
    text-align: center;
    padding: 15px 0px;
    width: 75px;
    display: block;
    border-bottom: solid #9e0a28 5px;
}

.event-date-box .month {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.event-date-box .day {
    font-size: 36px;
}

.tribe-events-content {
    margin-top: 15px;
}

.post-type-archive-tribe_events .tribe-events-ical.tribe-events-button {
    display: none !important;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a,
.tribe-events-grid .tribe-grid-header .tribe-week-today,
.tribe-grid-allday .tribe-events-week-allday-single,
.tribe-grid-allday .tribe-events-week-allday-single:hover,
.tribe-grid-body .tribe-events-week-hourly-single,
.tribe-grid-body .tribe-events-week-hourly-single:hover {
    background: #BA0C2F !important;
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical,
.tribe-events-notices {
    color: #BA0C2F;
}

.tribe-events-notices {
    background: #e8e8e8 url(images/bkrnd_box-NEW.jpg);
    border-color: #BA0C2F;
}

.entry ul,
.entry ol,
.content ul,
.content ol,
.content #expList .exp-content ul,
.content #expList .exp-content ol {
    width: 97%;
    margin: 0 auto 1em auto;
    padding: 0;
}

.entry ul li,
.entry ol li,
.content ul li,
.content ol li,
.content #expList .exp-content ul li,
.content #expList .exp-content ol li {
    margin: 0.5em 0 0.5em 2em;
    line-height: 1.5em;
	font-weight:300;
}

.entry ul li,
.content ul li,
.content #expList .exp-content ul li {
    list-style: circle;
}

.content ul#expList,
.content ol#expList {
    width: 100%;
}

.content ul#expList li,
.content ol#expList li {
    margin-left: 0;
}

.content #post-24553 {
    text-align: center;
}

.search-pram {
    text-align: center;
}

.search-pram .search-pram-item {
    margin-bottom: 25px;
}

.search-pram .search-pram-item.alpha {
    margin-bottom: 0px;
}

.search-pram .searchform {
    margin-bottom: 25px;
}

.search-pram .search-pram-item {
    font-size: 14px;
}

.search-pram button {
    list-style: none;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-left: solid 1px #000;
    background-color: transparent;
    margin-left: 4px;
    padding: 0;
    padding-left: 7px;
    margin-bottom: 13px;
    line-height: 1;
}

.search-pram button:first-child,
.search-pram button.first {
    border-left: none;
    padding-left: 0px;
}

@media only screen and (max-width: 480px) {
    .search-pram .deptschool button {
        display: block;
        width: 100%;
        text-align: center;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .search-pram .deptschool .section-title {
        display: block;
        margin-bottom: 15px;
    }
}

#mixup.portal:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#mixup.portal .mix,
#mixup.portal .gap {
    display: inline-block;
    width: 24.5%;
}

#mixup.portal .mix {
    margin-bottom: 2%;
    padding: .5%;
    vertical-align: top;
    display: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

/* Flex box progressive enhancements: */

#mixup.portal {
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-content: flex-start;
    -webkit-align-content: flex-start;
}

@media only screen and (max-width: 768px) and (min-width: 481px) {

    #mixup.portal .mix,
    #mixup.portal .gap {
        width: 49.5%;
    }
}

@media only screen and (max-width: 480px) {

    #mixup.portal .mix,
    #mixup.portal .gap {
        width: 100%;
        padding: 0;
    }
}

.bio-box {
    padding: 0;
}

.sidebar .bio-box {
    background: transparent;
}

.bio-box .bio-info {
    padding: 10px 15px;
    padding-bottom: 0;
}

.sidebar .bio-box .bio-info {
    padding: 0;
}

.bio-box .photo .bio-info {
    padding-left: 0;
    padding-right: 0;
}

.bio-box .dept {
    text-transform: uppercase;
}

.sidebar .bio-box .headshot img {
    width: 145px;
}

#photo-galleries-category .bio-info {
    padding-top: 10px;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination span,
.pagination a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    margin: 0 4px;
}

.pagination span:hover,
.pagination a:hover {
    cursor: pointer;
}

.pagination .active span {
    text-decoration: underline;
}

#portal,
.portal {
    text-align: center;
    width: 100%;
}

#portal#mixup,
#portal#area-specialty,
.portal#mixup,
.portal#area-specialty {
    text-align: left;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {

    #portal .portal-item,
    .portal .portal-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.news-listings-grid[data-columns]::before {
    content: '4 .column.size-1of4';
}

.news-listings-grid .column {
    float: left;
}

.news-listings-grid .size-1of4 {
    width: 25%;
}

.news-listings-grid .size-1of4 .grid-item {
    margin: 5px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    .news-listings-grid[data-columns]::before {
        content: '5 .column.size-1of4';
    }

    .news-listings-grid .size-1of4 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .news-listings-grid[data-columns]::before {
        content: '1 .column.size-1of4';
    }

    .news-listings-grid .size-1of4 {
        width: 100%;
    }
}

.grid-item {
    background: #f0f0f0;
}

.grid-item .entry {
    padding: 0 10px;
}

.icon-wrap {
    position: relative;
}

.icon-wrap .box-image {
    position: relative;
}

.icon-wrap .box-image .title-initiative {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
}

.icon-wrap img {
    display: block;
    width: 100%;
}

.icon-wrap .box-hover {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    color: #FFF;
    color: transparent;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    text-align: center;
    display: block;
}

.icon-wrap .box-hover a {
    color: #FFF;
    width: 100%;
    height: 100%;
    display: block;
}

.icon-wrap .box-hover .intro {
    opacity: 0;
    display: none;
    margin-top: 10px;
}

.icon-wrap .box-hover .portal-title {
    padding: 0 10%;
}

.files .icon-wrap .box-hover .portal-title {
    opacity: 0;
    display: none;
}

.icon-wrap .box-hover:hover {
    background-color: rgba(186, 12, 47, 0.7);
    padding: 6%;
}

.icon-wrap .box-hover:hover a {
    border: solid 1px #FFF;
}

.icon-wrap .box-hover:hover a h5.tagline {
    color: #000;
}

.icon-wrap .box-hover:hover a h5.tagline .second-line {
    color: #BA0C2F;
}

.icon-wrap .box-hover:hover .intro,
.files .icon-wrap .box-hover:hover .portal-title {
    opacity: 1;
    display: block;
}

.icon-wrap .box-hover .table,
.icon-wrap .title-initiative .table {
    width: 100%;
    height: 100%;
}

.icon-wrap .box-hover .table .cell,
.icon-wrap .title-initiative .table .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 2%;
}

#expList-new .expList-title {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(images/expand_more_black_18dp.svg);
    padding: 8px 0;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-top: solid 1px #f0f0f0;
}

#expList-new .expList-title a {
    display: block;
    color: #000000;
	padding-left: 0.1rem;
}

#expList-new .expList-title.indented {
    padding-left: 30px;
}

#expList-new .expList-title.open {
    background-image: url(images/expand_less_black_18dp.svg);
}

#expList-new .expList-title:hover,
#expList-new .expList-title.open {
    background-color: #f0f0f0;
}

#expList-new .exp-content {
    margin: 1rem 0 1rem 0.1rem;
}

#expList-new .exp-content.indented {
    padding-left: 30px;
}

#expList-new .exp-content .exp_contract_intro p:last-of-type {
    padding-bottom: 0;
}

#expList-new .exp-content .learn-more {
    text-transform: uppercase;
    font-weight: 700;
}

/********************/

/* EXPANDABLE LIST  */

/********************/

#expList {
    clear: both;
}

#expList ul,
#expList li {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#expList li.exp-list {
    list-style: none;
    line-height: 1.125;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 8px 0;
    padding-right: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: solid 2px #000;
}

#expList .exp-content {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    margin-top: 20px;
}

#expList .collapsed {
    background-image: url(images/icon_collapsed.png);
}

#expList .expanded {
    background-image: url(images/icon_expanded.png);
}

.wrap-courses .schedules {
    text-align: center;
    margin-bottom: 15px;
}

.wrap-courses .schedules div {
    display: none;
}

.wrap-courses .schedules .schedule a,
.wrap-courses .schedules .schedule select {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.wrap-courses .schedules .schedule select {
    width: 200px;
}

.wrap-courses .schedules .schedule a {
    text-decoration: underline;
}

.single-course-semester .wrap-courses .schedules .schedule a {
    text-decoration: none;
}

.wrap-courses .dept-semensters-department-of-political-science .schedules .political-science,
.wrap-courses .dept-semensters-department-of-political-science .schedules .political-science div,
.wrap-courses .dept-semensters-department-of-international-affairs .schedules .international-affairs,
.wrap-courses .dept-semensters-department-of-international-affairs .schedules .international-affairs div,
.wrap-courses .dept-semensters-department-of-public-administration-policy .schedules .public-administration-policy,
.wrap-courses .dept-semensters-department-of-public-administration-policy .schedules .public-administration-policy div {
    display: inline;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {

    .wrap-courses .dept-semensters-department-of-political-science .schedules .political-science,
    .wrap-courses .dept-semensters-department-of-political-science .schedules .political-science div,
    .wrap-courses .dept-semensters-department-of-international-affairs .schedules .international-affairs,
    .wrap-courses .dept-semensters-department-of-international-affairs .schedules .international-affairs div,
    .wrap-courses .dept-semensters-department-of-public-administration-policy .schedules .public-administration-policy,
    .wrap-courses .dept-semensters-department-of-public-administration-policy .schedules .public-administration-policy div {
        display: block;
        margin-bottom: 5px;
    }

    .wrap-courses span.sep {
        display: none;
    }
}

.wrap-courses .key {
    text-align: right;
}

.wrap-courses .schedule-file {
    text-align: center;
}

.wrap-courses .course-cat {
    margin: 35px 0 10px;
}

.wrap-courses .table-courses-wrap {
    overflow-x: auto;
}

.wrap-courses table.courses {
    font-size: 14px;
}

.wrap-courses table.courses th,
.wrap-courses table.courses td {
    padding: 8px 15px;
}

.wrap-courses table.courses td {
    border-right: 1px solid #c5c5c5;
}

.wrap-courses table.courses td:last-child {
    border-right: none;
}

.wrap-courses table.courses tr.course {
    border-top: 2px solid #c5c5c5;
}

.wrap-courses table.courses>tbody>tr:nth-child(2n+1)>td,
.wrap-courses table.courses>tbody>tr:nth-child(2n+1)>th {
    background-color: #f0f0f0;
}

.wrap-courses table.courses .breakout,
.wrap-courses table.courses .desc {
    text-align: center;
    background-color: #c5c5c5;
}

.wrap-courses table.courses .breakout td,
.wrap-courses table.courses .breakout th,
.wrap-courses table.courses .desc td,
.wrap-courses table.courses .desc th {
    background-color: #c5c5c5 !important;
    text-transform: uppercase;
    font-weight: 400;
}

.wrap-courses table.courses .sort {
    text-align: center;
    background-color: #666;
    color: #FFF;
}

.wrap-courses table.courses .sort th {
    font-weight: 700;
    text-align: left;
}

.wrap-courses table.courses a.syllabi-link {
    display: inline-block;
    background: url(images/icon-pdf.png) no-repeat;
    width: 16px;
    height: 16px;
}

.wrap-courses table.courses .instructors-name a {
    font-weight: 700;
    text-decoration: underline;
}

.wrap-courses table.courses .course-number {
    width: 10%;
}

.wrap-courses table.courses .call-number {
    width: 7%;
}

.wrap-courses table.courses .course-title {
    width: 25%;
}

.wrap-courses table.courses .course-time {
    width: 10%;
}

.wrap-courses table.courses .course-day {
    width: 10%;
}

.wrap-courses table.courses .building-rm {
    width: 18%;
}

.wrap-courses table.courses .instructor {
    width: 15%;
}

.wrap-courses table.courses .syllabi {
    width: 5%;
}

.tabs {
    margin-bottom: 25px;
    text-align: center;
}

.tabs #tabs .tab a.current {
    background: #c5c5c5;
}

.tabs #tabs .tab {
    display: inline;
}

@media only screen and (max-width: 480px) {
    .tabs #tabs .tab {
        display: block;
    }
}

.tabs #tabs .tab a {
    display: inline-block;
    text-align: center;
    background: #BA0C2F;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-bottom: 3px;
}

@media only screen and (max-width: 480px) {
    .tabs #tabs .tab a {
        display: block;
    }
}

.tabs .panes {
    background: #f0f0f0;
    padding: 2.5%;
}

.tabs .panes .tab-content {
    text-align: left;
}

#discover {
    background: url(images/bkrnd_discover.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #FFF;
}

#featured_column_portal,
#areas_of_expertise,
#centers {
    background: #FFF;
}

.portal-item-icon {
    text-align: center;
}

.portal-item-icon .portal_icon {
    margin-bottom: 10px;
}

.portal-item-icon .portal_icon path,
.portal-item-icon .portal_icon circle,
.portal-item-icon .portal_icon rect,
.portal-item-icon .portal_icon polygon {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.portal-item-icon a:hover .portal_icon path,
.portal-item-icon a:hover .portal_icon circle,
.portal-item-icon a:hover .portal_icon rect,
.portal-item-icon a:hover .portal_icon polygon {
    fill: #000000;
}

#footer {
    color: #FFF;
    padding: 25px 0;
}

#footer a {
    color: #FFF;
}

#footer li {
    list-style: none;
    margin: 5px 0;
}

#footer .ftr-logo-sn {
    text-align: center;
}

#footer .ftr-logo-sn .ftr-logo {
    margin-bottom: 10px;
}

#footer .equalheight {
    border-left: solid 1px #767676;
}

#footer .equalheight div {
    width: 100%;
    padding: 0 25px;
}

#footer .equalheight.first {
    border-left: none;
}

#footer .equalheight.first div {
    padding-left: 0;
}

#footer p {
    padding-bottom: 0;
    line-height: 1.25;
}

#footer .ftr-logo-cell {
    text-align: center;
}

.social-networks {
    text-align: center;
}

.social-networks .style-svg {
    width: 24px;
    height: auto;
}

#top .social-networks {
    margin-right: 7px;
}

.social-networks path,
.social-networks circle,
.social-networks rect,
.social-networks polygon {
    fill: #666666;
}

#footer .social-networks {
    float: right;
}

#footer .social-networks .style-svg {
    width: 43px;
    margin-left: 10px;
}

#footer .social-networks path,
#footer .social-networks circle,
#footer .social-networks rect,
#footer .social-networks polygon {
    fill: #FFF;
}

p.social-networks {
    text-align: left;
}

/* Blog */

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 60px;
}

.navigation .alignleft,
.navigation .alignright {
    width: 45%;
}

.navigation .alignright {
    text-align: right;
}

.navigation .alignleft {
    text-align: left;
}

.entrywrapper {
    margin-bottom: 25px;
}

.blogsubnav li {
    list-style: none;
    margin-bottom: 25px;
}

.blogsubnav li li {
    margin-bottom: 0px;
}

.post-date {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}

#photo-galleries-category {
    margin-bottom: 25px;
}

/* Begin Images */

img,
svg {
    max-width: 100%;
    height: auto;
}

img.featured-image,
svg.featured-image {
    margin-bottom: 15px;
}

.table-cell-img img,
.grid-item img,
.sidebar img.featured-image,
img.sidebar_image,
.table-cell-img svg,
.grid-item svg,
.sidebar svg.featured-image,
svg.sidebar_image {
    width: 100%;
}

.table-cell img,
td img {
    max-width: none;
}

.latest-news .table-cell img,
.latest-news td img {
    max-width: 100%;
}

img.centered,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 17px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 17px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.photo-gallery {
    text-align: center;
}

.photo-gallery .photo,
.photo-gallery .album-cover {
    display: inline-block;
    width: 200px;
    margin: 10px;
}

.photo-gallery .photo-count {
    margin-top: 5px;
}

/* Start Forms */

input,
textarea {
    border: none;
    outline: none;
    background-color: #FFF;
    font-family: "Merriweather Sans", sans-serif !important;
    padding: 2px;
    font-size: 12px;
}

input[type="text"] {
    height: 24px;
    line-height: 24px;
}

#main .searchform {
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: inset 1px 1px 5px 0 rgba(50, 50, 50, 0.3);
    box-shadow: inset 1px 1px 5px 0 rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
    display: inline-block;
}

#main .searchform input {
    display: inline;
}

#main input[type="text"].search {
    width: 180px;
    height: 31px;
    line-height: 31px;
    padding-left: 5px;
    background-color: transparent;
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    #main input[type="text"].search {
        width: 145px;
    }
}

#main input[type="submit"].searchbtn {
    width: 31px;
    height: 31px;
    line-height: 31px;
    background: transparent url(images/icon-search-trans.png) no-repeat center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#main .search-pram fieldset {
    margin: 0 20px;
}

#main .search-pram .select-title {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

#main .search-pram select {
    width: 200px;
}

input:hover[type="submit"] {
    cursor: pointer;
}

#logo-search-bar .sb-icon-search,
#logo-search-bar .sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 !important;
    margin: 0;
    line-height: 15px;
    height: 15px;
    text-align: center;
    cursor: pointer;
}

#logo-search-bar .sb-icon-search,
#logo-search-bar .searchbtn {
    color: #BA0C2F !important;
    z-index: 90;
    font-size: 16px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased !important;
}

#logo-search-bar .sb-icon-search:before,
#logo-search-bar .searchbtn:before {
    content: "\e000";
}

#logo-search-bar .sb-icon-search {
    top: 0;
    /* background: #666666;*/
    color: #000 !important;
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: normal;
    height: 34px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f0f0f0
}

#logo-search-bar .sb-icon-search:hover {
    color: #bbb !important;
}

#logo-search-bar .searchbtn {
    background: #BA0C2F;
    color: #FFF !important;
}

#logo-search-bar .reveal-search {
    background: #FFF;
    position: absolute;
    z-index: 9999999;
    padding: 0 !important;
    width: 300px;
    top: 47px !important;
    right: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
}

#logo-search-bar .reveal-search:after,
#logo-search-bar .reveal-search:before {
    bottom: 100%;
    right: 3%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#logo-search-bar .reveal-search:after {
    border-color: rgb(136, 183, 213);
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFF;
    border-width: 5px;
    margin-left: -5px;
}

#logo-search-bar .reveal-search:before {
    border-color: rgb(194, 225, 245);
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #FFF;
    border-width: 11px;
    margin-left: -11px;
}

#logo-search-bar .reveal-search .searchform>div {
    margin: 16px;
    position: relative;
}

#logo-search-bar .reveal-search .searchform .searchbtn {
    width: 40px;
    height: 100%;
    min-width: 40px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    font-size: 17px;
    font-family: 'icomoon';
    border-bottom: none;
}

#logo-search-bar .reveal-search input[type="text"],
#logo-search-bar .reveal-search input[type="email"],
#logo-search-bar .reveal-search textarea {
    -moz-box-shadow: inset 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
    padding: 12px 47px 12px 5px;
    background-color: #e5e5e5;
    color: #666666;
    height: auto;
    line-height: normal;
    font-size: 16px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

    /*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */
    .container {
        width: 93.75%;
        /* 960px / 1024px */
    }

    #nav-bar #nav #jsddm li {
        font-size: 13px;
    }

    #nav-bar #nav #jsddm li a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 924px) and (min-width: 0px) {
    .home .rotator {
        background-size: auto 100%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {

    /*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */
    .container {
        width: 93.75%;
        /* 720px / 768px */
    }

    #top .col,
    #areas_of_expertise .col {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    .sfm-rollback {
        display: block !important;
    }

    #top #nav-bar {
        display: none;
    }

    #top .social_buttons_search {
        margin-bottom: 10px;
    }

    #top .table {
        float: none;
        margin: 0 auto;
    }

    #top .nav-give-apply {
        margin-right: 0;
    }

    #logo-search-bar .sb-icon-search {
        top: 25px;
    }

    #logo-search-bar .reveal-search {
        top: 72px !important;
    }

    #footer .table-cell {
        display: block;
        width: 100%;
        text-align: center;
    }

    #footer .ftr-logo {
        margin: 15px 0;
    }

    #footer .social-networks {
        float: none;
    }

    #footer .social-networks .style-svg {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 568px) and (min-width: 0px) {
    #header.interior {
        background-size: auto 100%;
    }
}

@media only screen and (max-width: 480px) {

    /*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */
    .container {
        width: 93.75%;
        /* 450px / 480px */
    }

    /*  GRID OF EIGHT TURNS INTO A GRID OF FOUR */
    .span_8_of_8 {
        width: 100%;
        margin-left: 0;
    }

    .span_7_of_8 {
        width: 100%;
        margin-left: 0;
    }

    .span_6_of_8 {
        width: 100%;
        margin-left: 0;
    }

    .span_5_of_8 {
        width: 100%;
        margin-left: 0;
    }

    .span_4_of_8 {
        width: 100%;
        margin-left: 0;
    }

    .span_3_of_8 {
        width: 74.2%;
        margin: 1% 0 1% 3.2%;
    }

    .span_2_of_8 {
        width: 48.4%;
        margin: 1% 0 1% 3.2%;
    }

    .span_1_of_8 {
        width: 22.6%;
        margin: 1% 0 1% 3.2%;
    }

    .span_1_of_8:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }

    .nav-give-apply {
        padding-bottom: 0;
    }

    #header #breadcrumbs-titles #breadcrumbs {
        padding-top: 85px;
    }

    #discover {
        background-size: auto 100%;
    }

    .tribe-events-single .table-cell {
        display: block;
        width: 100%;
    }

    .tribe-events-single .table-cell .entry {
        padding-left: 0;
    }
}

.ugafooter__logo,
.ugafooter__address,
.ugafooter__links,
.ugafooter__social {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {

    .ugafooter__logo,
    .ugafooter__address {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .ugafooter__links,
    .ugafooter__social {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

body {
    margin: 0;
}

.ugafooter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px 0;
    border-width: 4px 0 0;
    border-style: solid;
    border-color: #BA0C2F;
    background: url("https://www.ecology.uga.edu/wp-content/uploads/2018/08/background-arch.jpg") #000000 center center no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.ugafooter--border-white {
    border-color: #FFFFFF;
}

.ugafooter--border-grey {
    border-color: #554F47;
}

.ugafooter--no-border {
    border-width: 0;
}

.ugafooter__container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .ugafooter__container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .ugafooter__container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .ugafooter__container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .ugafooter__container {
        max-width: 1140px;
    }
}

.ugafooter__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ugafooter__row--primary {
    margin-bottom: 1em;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ugafooter__row--secondary {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ugafooter__links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ugafooter__logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2em;
}

@media (min-width: 768px) {
    .ugafooter__logo {
        margin-bottom: 0;
    }
}

.ugafooter__logo-link {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: 170px;
    background-color: transparent;
    background-image: url("https://www.ecology.uga.edu/wp-content/uploads/2018/08/GEORGIA-V-CW.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
}

@media (min-width: 768px) {
    .ugafooter__logo-link {
        margin: 0;
        max-width: 300px;
        height: 80px;
        background-image: url("https://www.ecology.uga.edu/wp-content/uploads/2018/08/GEORGIA-FS-CW.svg");
        background-position: left top;
    }
}

.ugafooter__links-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -moz-box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    line-height: 1.5;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    column-gap: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .ugafooter__links-list {
        display: block;
        text-align: left;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -moz-box-align: start;
        -ms-box-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .ugafooter__links-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        column-count: 3;
    }
}

.ugafooter__links-list-item {
    width: 50%;
    border: none;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

@media (min-width: 768px) {
    .ugafooter__links-list-item {
        width: 100%;
    }
}

.ugafooter__links-list-link {
    display: block;
    padding: .25em 1em;
    font-size: .75em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    -webkit-transition: color 100ms ease-in;
    -moz-transition: color 100ms ease-in;
    -o-transition: color 100ms ease-in;
    transition: color 100ms ease-in;
}

.ugafooter__links-list-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media (min-width: 768px) {
    .ugafooter__links-list-link {
        border-left: rgb(255, 255, 255);
        border-left: 1px rgba(255, 255, 255, 0.3) solid;
        font-weight: 300;
    }
}

.ugafooter__address {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #d3d3d3;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-weight: 300;
    font-size: .75em;
    font-family: "Merriweather Sans", "Tahoma", "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 768px) {
    .ugafooter__address {
        text-align: left;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.ugafooter__social {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
}

@media (min-width: 768px) {
    .ugafooter__social {
        margin-bottom: 0;
        text-align: left;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.ugafooter__social-label {
    display: block;
}

@media (min-width: 768px) {
    .ugafooter__social-label {
        display: inline;
    }
}

.ugafooter__social-link {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    -webkit-transition: color 100ms ease-in;
    -moz-transition: color 100ms ease-in;
    -o-transition: color 100ms ease-in;
    transition: color 100ms ease-in;
}

.ugafooter__social-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}