@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,300italic,400italic,600italic,700,700italic,800,800italic);
@font-face{font-family:'CharisSIL'; src:url('//diversity.utexas.edu/archive/CharisSIL/CharisSIL-R.ttf');}

/*
	Theme Name: Education Pro - Diversity
	Description: A custom version of the Education Pro Genesis child theme built for the University of Texas Division of Diversity and Community Engagement.
	Author: Division of Diversity and Community Engagement

	Template: genesis
	Template Version: 2.0.0

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
		- Responsive Menu Pro
	- UT Brand
		- Brand Colors
		- UT Button
	- Site Header
		- Alert Banner
		- Before
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Featured
		- Home Top
		- Home Middle
		- Body
			- Entries
			- Entry Meta
			- Pagination
		- Comments
		- Sidebars
		- Home Bottom
		- Footer Widgets
		- Linktree page template
	- Site Footer
	- Media Queries
		- Max-width: 1225px
		- Max-width: 1180px
		- Max-width: 1023px
		- Max-width: 960px
		- Max-width: 900px
		- Max-width: 768px
		- Max-width: 567px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display:block;
}

audio,
canvas,
video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a:focus {
	outline: thin dotted;
}

.genesis-nav-menu li a:focus {
	z-index: 1;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace,serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor:default;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
	vertical-align:top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.wrap::before {
	box-sizing: border-box;

}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #282828;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.625;
	font-size: 1rem;
	line-height: 1.5rem;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

input[type="submit"] {
	margin-top: 15px;
	margin-bottom: 15px;
}

::-moz-selection {
	background-color: #000;
	color: var(--ut-white);
}

::selection {
	background-color: #000;
	color: var(--ut-white);
}

a {
	color: #a04400;
	text-decoration: none;
}

a:hover {
	color: #A04400;
	text-decoration: underline;
	cursor: pointer;
}

.more-link {
	font-style: italic;
	color: #a04400;
}

.more-link:hover {
	text-decoration:none;
}

.underline:hover {
	text-decoration: underline;
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #282828;
	margin: 0 0 1.25rem;
	padding: 0;
	font-weight: normal;
}

.sidebar p{
	font-weight: 300;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	font-family: sans-serif;
	list-style-type: none;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.site-inner li {
	font-size: 1.0625rem;
	line-height: 1.5rem;
	font-weight: normal;
}

li ul li {
	line-height: 1rem;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote,
article .entry-content blockquote p {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.attribution {
	padding-left: 60px;
	margin-top: -20px;
	color: #545454;
	display: inline-block;
	width:100%;
}

.no-wrap {
	display: inline-block;
	width: 100%;
}

.p {
    color: #282828;
    font-family: sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

hr {
	border-style: solid;
	border-color: #ddd white white;
	color: #ddd
}


/* Headings
--------------------------------------------- */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2 {
	font-size: 1.75rem;
	line-height: 2rem;
	color: #2D2A28;
	font-weight: 500;
	letter-spacing: -0.0625rem;
	margin: 0px 0px 12px;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	color: #2D2A28;
	margin: 0px 0px 8px;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-weight: 500;
	color: #2D2A28;
	margin: 0px 0px 6px;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #2d2a28;
	margin: 0px 0px 4px;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 500;
}

h6 {
	font-size: 0.75rem;
	line-height: 1.625rem;
	color: #2d2a28;
	margin: 0px 0px 2px;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1rem;
}

/* Objects
--------------------------------------------- */

img {
	height: auto;
    max-width:100%;
}

.featured-content img {
	width: auto;
    max-width:100%;
}

iframe,
figure {
	max-width: 100%;
}

.burnt-orange-button {
	border-radius: 4px;
	width: 100%;
	text-align: center;
	color: white;
	background: var(--ut-burntorange);
	font-size: 0.9375rem;
	padding: 0.625rem 1.25rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 1.625rem;
}

.burnt-orange-button:hover {
    background: #a04400;
    color: white;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	padding: 0 4px;
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: var(--ut-white);
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 1.125rem;
	font-weight: 300;
	padding: 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: var(--ut-burntorange);
	border-radius: 3px;
	border: none;
	color: var(--ut-white);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 300;
	padding: 14px 30px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: var(--ut-burntorange);
	color: var(--ut-white);
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: var(--ut-white);
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: var(--ut-white);
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #e44a3c;
	color: var(--ut-white);
}

.footer-widgets .wrap .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	background-color: var(--ut-burntorange);
	color: var(--ut-white);
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border: none;
}

td,
th {
	border: none;
	padding: 0px 15px;
	width: 25%;
}

td {
	text-align: left;
}

th {
	font-weight: 400;
	text-align: center;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 73.75rem;
}

.wrap {
	margin-top: 10px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.education-pro-landing .site-inner {
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 780px;
	max-width: 100%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 1.875rem;
	margin-bottom: 0;
	padding: 15px 40px;
}

.archive-description,
.author-box {
	background-color: var(--ut-burntorange);
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: var(--ut-white);
	font-size: 1rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: var(--ut-white);
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: var(--ut-white);
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #2d2a28;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 13px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 220px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 1.25rem;
}

.entry-title {
	font-size: 2.25rem;
	line-height: 2.625rem;
	color: #2D2A28;
	font-weight: 500;
	letter-spacing: -0.0625rem;
	margin: 0px 0px 20px;
}

.entry-title a {
	color: #2d2a28;
	font-size: 1.875rem;
	line-height: 2.1rem;
	font-weight: 500;
}

.entry-title a:hover {
	color: #2d2a28;
}

.widget-title {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #2d2a28;/*Black*/
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: var(--ut-white);
	text-transform: uppercase;
    font-weight: bold;
    font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 5px 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 5px 0 12px 24px;
}

.wp-caption-text {
	margin: 0;
	text-align: center;
	color: #6a6a6a;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9375rem;
	padding-bottom: 20px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
	padding: 0px;
}

.featured-content .entry-title {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #2d2a28;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 0px;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 0px;
}

.featured-content .entry {
	margin-bottom: 15px;
}



/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: var(--ut-white);
}

.widget-area .widget.enews-widget {
	background-color: var(--ut-burntorange);/*Burnt Orange*/
	border: none;
	padding: 40px;
}

.enews-widget input {
	font-size: 1rem;
	margin-bottom: 16px;
}

.enews-widget .enews input[type="submit"] {
	background-color: var(--ut-white);
	color: #444;
	margin: 0;
	width: 100%;
}

.enews-widget .enews input:hover[type="submit"] {
	background-color: var(--ut-burntorange);/*Burnt Orange*/
	color: var(--ut-white);
}

.enews form + p {
	margin-top: 24px;
}

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	background-color: rgba(0,0,0,0);
	opacity: 1;
	white-space: nowrap;
	width: inherit;
}

html > body.education-pro-home .slide-excerpt-border {
	border: none;
	margin: 0;
	text-align: center;
	padding: 0;
	float: right;
}

.education-pro-home .slide-excerpt h2 {
    margin: 0px;
    background-color: var(--ut-white);
    border-radius: 4px;
    opacity: 0.96;
    padding: 15px 30px;
}

.education-pro-home .slide-excerpt h2 a{
	color: #2d2a28;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a {
	color: #2d2a28;
	text-decoration: none;
	font-size: 2.125rem;
	line-height: 2.75rem;
	letter-spacing: -0.0625rem;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #2d2a28;
	text-decoration: none;
	text-size: 2rem;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}

.education-pro-home .slide-excerpt-border p {
	color: rgba(0,0,0,0);
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Responsive Menu pro
--------------------------------------------- */
.responsive_menu_pro_menu li a{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.responsive_menu_pro_menu li {
	font-size: 12px;
}

.responsive_menu_pro_menu li ul li a{
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
}

#responsive_menu_pro #responsive_menu_pro_search {
	width: 100%;
}

#responsive_menu_pro .responsive_menu_pro_menu li.current_page_item > .responsive_menu_pro_append_link:hover,
#responsive_menu_pro .responsive_menu_pro_menu li.current_page_item > .responsive_menu_pro_append_active,
#responsive_menu_pro .responsive_menu_pro_append_link:hover,
#responsive_menu_pro .responsive_menu_pro_append_active {
	background-color: #554551;
}

#responsive_menu_pro .responsive_menu_pro_menu li.current_page_item > a:hover,
#responsive_menu_pro .responsive_menu_pro_menu li a:hover{
	background-color: #2D2523;
	color:#bf5700;
}

#responsive_menu_pro_header_bar_logo,
#responsive_menu_pro_header_bar_logo_image,
#responsive_menu_pro_header_bar_logo .img {
	height: 40px;
	position: relative;
	top: 2px;
}

#responsive_menu_pro_header_bar {
	top: 34px;
	border-bottom: 1px solid #ebe8e2;
}

#responsive_menu_x {
	position: relative;
}

#responsive_menu_pro #responsive_menu_pro_title {
	width: 80%;
	font-size: 1rem;
	white-space: normal;
	padding-right: 5%;
}
#responsive_menu_pro_header_bar #responsive_menu_pro_button.responsive_menu_pro_admin_bar_showing {
	margin-top: 32px;
}
#responsive_menu_pro_header_bar_logo,
#responsive_menu_pro_header_bar_logo_image,
#responsive_menu_pro_header_bar_logo .img {
	height: auto;
	max-width: 83%;
	max-height: 91%;
	top: 3px;
}

@media only screen and (max-width: 1023px) {
	#responsive_menu_pro_header_bar {
		top: 0px;
	}
	#responsive_menu_pro_button {
		top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	#responsive_menu_pro_header_bar_logo,
	#responsive_menu_pro_header_bar_logo_image,
	#responsive_menu_pro_header_bar_logo .img {
		top: 4px;
	}
}
@media only screen and (max-width: 400px) {
	#responsive_menu_pro_header_bar_logo,
	#responsive_menu_pro_header_bar_logo_image,
	#responsive_menu_pro_header_bar_logo .img {
	top: 3px;
	}
}
@media only screen and (max-width: 320px) {
	#responsive_menu_pro_header_bar_logo,
	#responsive_menu_pro_header_bar_logo_image,
	#responsive_menu_pro_header_bar_logo .img {
	top: 2px;
	}
}

@media only screen and (max-width: 1023px) {
	body #responsive_menu_pro_header_bar {
		top: 37px;
	}
	body #responsive_menu_pro_header_bar.sticky {
		top: 0;
	}
	body #responsive_menu_pro_button {
		top: 44px;
	}
	body #responsive_menu_pro_button.responsive_menu_pro_button_active {
		top: 14px;
	}
	body #responsive_menu_pro_button.sticky {
		top: 8px;
	}
}


/*
UT Brand
---------------------------------------------------------------------------------------------------- */

/* Brand Colors
--------------------------------------------- */
:root {
	/* Primary Colors */
	--ut-burntorange: #bf5700;
	--ut-charcoal: #333f48;
	--ut-white: #fff;
	/* Secondary Colors */
	--ut-tangerine: #f8971f;
	--ut-sunshine: #ffd600;
	--ut-cactus: #a6cd57;
	--ut-turtlepond: #579d42;
	--ut-turquoise: #00a9b7;
	--ut-bluebonnet: #005f86;
	--ut-limestone: #d6d2c4;
	--ut-shade: #9cadb7;
	/* Tints and Shades */
	--ut-bluebonnet--s20: #074d6a;
	--ut-turquoise--s20: #138791;
	--ut-shade--t20: #f9fafb;
	--ut-shade--t40: #e6ebed;
	--ut-shade--t60: #c4cdd4;
	--ut-shade--s20: #7d8a92;
	--ut-shade--s40: #5e686e;
	--ut-shade--s60: #3e4549;
	--ut-turtlepond--s20: #487d39;
	--ut-burntorange--s20: #9d4700;
	--ut-charcoal--t20: #ebeced;
	--ut-charcoal--t40: #c2c5c8;
	--ut-charcoal--t60: #858c91;
	--ut-charcoal--s40: #1f262b;
	--ut-limestone--t20: #fbfbf9;
	--ut-limestone--t40: #f2f1ed;
	--ut-limestone--t60: #e6e4dc;
	--ut-limestone--s20: #aba89e;
	--ut-limestone--s40: #807e76;
	--ut-limestone--s60: #56544e;
}

/* UT Button
--------------------------------------------- */

.ut-btn {
    background-color: #bf5700;
    border: 2px solid #bf5700;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: "LibreFrank",Arial,Helvetica,sans-serif;
    font-weight: 600;
    margin-bottom: .55rem;
    padding: .5rem 1rem;
    text-decoration: none !important;
    transition: background-color,color,border-color,.33s ease-out;
}

.ut-btn:hover {
    border: 2px solid #9d4700;
    background-color: #9d4700;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.ut-shield {
	float: right;
	position: relative;
	top: -41px;
}

.ut-shield img {
	height: 28px;
}

.site-header {
	background-color: var(--ut-white);
	border: none;
	box-shadow: none;
	min-height: 100px;
}

.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}


/* Alert Banner
--------------------------------------------- */
#ut-alert-banner {
	background-color: #F8971F;
	padding: 1em 0px;
}

.ut-alert-banner--text p {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 1rem;
    display: block;
	width: 100%;
}

.ut-alert-banner-button {
	display: inline;
}

.ut-alert-banner-button:nth-child(2) {
	display: inline;
	margin-left: 8px;
}

.ut-alert-banner-button:hover,
.ut-alert-banner-button:focus {
	background-color: #a04400;
	border: 1px solid #a04400;
}

@media only screen and (min-width: 1024px){
	#ut-alert-banner-container {
		display: flex;
		align-items: center;
	}
	.ut-alert-banner--text {
		flex: 0 0 58.333%;
		max-width: 58.333%;
	}
	.ut-alert-banner--text p {
		margin-bottom: 0;
	}
	.ut-alert-banner--buttons {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		text-align: right;
	}
}


/* Title Area
--------------------------------------------- */

.site-header .wrap {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 1em 0;
}

.title-area {
    width: 100%;
}

.site-title {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 2.2;
	text-transform: none;
	position: relative;
	top: -60px;
	background-repeat: no-repeat;
	max-height: 82px;
	background-size: contain;
	overflow: hidden;
	margin: 0.67em 0;
	display: none;
	font-family: CharisSIL, serif;
}

.site-title a:hover {
	color:  #555;
}

.site-name a {
    color: #2d2a28;
    text-decoration: none;
	font-family: CharisSIL, serif;
    text-decoration: none;
}

.site-name a:hover {
    color:  #555;
}

.ut-logo--main {
	width: 100%;
	max-width: 20em;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	font-family: CharisSIL, serif;
	text-decoration: none;
	max-height: 82px;
	white-space: nowrap;
}

.site-header .site-title a:hover{
	color: #555;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	font-size: 1rem;
	line-height: 1.3;
	display: none;
	position: relative;
	top: -74px;
	left: 1px;
	color: #686868;
	font-family: Open Sans, sans-serif;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 1rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: var(--ut-white);
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu li a:focus,
.genesis-nav-menu li.current-menu-item > a {
	background-color: var(--ut-white);
	color: var(--ut-white);
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: var(--ut-white);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
	/*box-shadow: 3px 3px rgba(70, 70, 70, 0.2);*/
	color: var(--ut-white);
	font-size: 0.875rem;
	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover,
.genesis-nav-menu li .sub-menu li a:focus {
	background-color: var(--ut-white);
	color: #2d2a28;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -59px 0 0 201px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus-within > .sub-menu {
	left: auto;
	opacity: 1;
	display: block !important;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: var(--ut-white);
	font-size: 0.875rem;
	padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: var(--ut-white);
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: var(--ut-white);
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: var(--ut-white);
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .site-title a {
	display: block;
	color: #2d2a28;
	text-decoration: none;
}

.site-header .genesis-nav-menu a {
	color: #2d2a28;
	padding: 32px 16px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: var(--ut-white);
	padding: 14px 16px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .search-form {
	width: 250px;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	padding-top: 0px;
	background-color: var(--ut-white);
	color: var(--ut-white);
	border-bottom: 1px solid #E1DDD2;
	margin-top: -20px;
}

.nav-primary .genesis-nav-menu {
	font-size: 0.875rem;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu.responsive-menu li a {
	font-size: 0.875rem;
	font-family: open_sans, sans-serif;
	padding: 16px 10px 22px 10px;
	border: 1px solid white;
	color: #2d2a28;
}

.education-pro-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
}

.nav-primary .genesis-nav-menu.responsive-menu li a:hover
.nav-primary .genesis-nav-menu.responsive-menu li a:focus {
	color: var(--ut-burntorange);
}

.nav-primary .sub-menu li a {
	font-weight: normal;
	text-transform: none;
}

.nav-primary li .menu-item-has-children:hover,
.nav-primary li .menu-item-has-children:focus,
.nav-primary .menu-item {
	border-top: 1px solid var(--ut-white);
	border-left: 1px solid var(--ut-white);
	border-right: 1px solid var(--ut-white);
}

.nav-primary .menu-item-has-children:hover
.nav-primary .menu-item-has-children:focus {
	border-top: 1px solid #aaabac;
	border-left: 1px solid #aaabac;
	border-right: 1px solid #aaabac;
}

.nav-primary .sub-menu {
	border-top: 1px solid #E1DDD2;
	border-left: 1px solid #aaabac;
	border-right: 1px solid #aaabac;
	border-bottom: 1px solid #aaabac;
	margin-left: -1px;
	width: 204px;
}

.sub-menu a {
	box-shadow: none;
	text-decoration: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	padding: 0px;
	margin: 0px;
	background: var(--ut-burntorange);/*Burnt Orange*/
	height: 34px;
	display: none;
}

.nav-secondary .genesis-nav-menu {
	padding: 0px;
	text-align: right;
	border: none;
	height: 32px;
	margin-top: -10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 0px 16px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#responsive_menu_pro #responsive_menu_pro_search {
	line-height: 36px !important;
	padding-top: 0 !important;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Featured
--------------------------------------------- */

.home-featured {
	position: relative;
	z-index: 9;
}

.home-featured .widget {
	padding: 0px;
	margin: 0 auto;
	max-width: 1600px;
}

.home-featured .widget:last-of-type {
	padding-bottom: 0px;
}

.education-pro-home .home-featured .widget.genesis_responsive_slider {
	background-color: rgba(247,247,247,1);
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	box-shadow: none;
	margin: 0px auto 12px auto;
	max-width: 73.75rem;
	position: absolute;
	left: 0px;
}

.home-featured .slide-excerpt .more-link {
	background-color: var(--ut-burntorange);
	color: var(--ut-white);
	display: block;
	padding: 15px 25px;
	text-align: right;
	width: auto;
	float: right;
	position: relative;
	top: -18px;
	line-height: 1.125rem;
	font-size: 1.125rem;
	font-style: normal;
	border-radius: 4px;
	margin-top: 24px;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #a04400;/*Burnt Orange*/
	color: var(--ut-white);
}

.home-featured + .home-top .wrap {
	background-color: var(--ut-white);
	border-radius: 3px;
	margin-top: 0px;
	border-top: 0px;
}

.home-featured .more-link {
	color: #2d2a28;/*Black*/
}

.no-line:hover {
    text-decoration: none;
}

.heroTitle {/*Use style for widget areas*/
	padding: 20px 40px;
	font-size: 2.125rem;
	line-height: 2.75rem;
	background-color: #f8f8f8;
	font-family: open_sans,sans-serif;
	color: 2d2a28;
	font-weight: 600;
	opacity: 0.96;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 77px;
	height: 84px;
	right: 130px;
}

/* Front page Hero area */
.home-featured .widget {
    max-width: 100%;
}

.hero-cta {
  display: inline-block;
}

@media screen and (min-width: 900px) {
  .hero-cta {
    display: block;
  }
}

@media (max-width: 900px) {
  .hero-cta a.ut-btn {
    background-color: #fff;
    border: none;
    color: #bf5700;
    font-style: italic;
    padding: inherit;
    vertical-align: text-bottom;
  }

  .hero-cta a.ut-btn:hover {
    color: #9d4700 !important;
  }
}

.hero-content {
  bottom: 6px;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
    .hero-content {
        position: absolute;
      }
}

.hero-callout {
  background-color: #fff;
  margin: auto;
  max-width: 73.75em;
  padding: 1rem 1.25rem;
}

@media screen and (min-width: 900px) {
  .hero-callout {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .ut-link {
    display: none;
  }
}

.hero-headline {
  color: #333f48;
  padding-bottom: 5px;
  font-size: 1.9375rem;
  font-weight: 600;
  line-height: 1.25;
}

@media screen and (min-width: 900px) {
  .hero-headline {
    padding-bottom: 0;
  }
}

.hero-subhead {
  padding-right: 10px;
  padding-top: 2px;
  float: left;
}

/* Home Top
--------------------------------------------- */

.home-top {
	background-color: var(--ut-white);
	text-align: center;
	padding-bottom: 40px;

}

.home-top .wrap {
	position: relative;
	z-index: 99;
	padding: 40px 0px 0px 0px;

}

.home-top .widget_text {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #2d2a28;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	text-align: left;
	font-weight: normal;
}

.home-top .widget_text .widget-title {
	color: #2d2a28;
	font-size: 2.5rem;
	line-height: 2.875rem;
	font-weight: 500;
	letter-spacing: -0.0625rem;
	margin: 0px 0px 24px;
	text-transform: none;
	text-align: left;

}

.home-top-image {
	float:right;
	padding-left: 50px;
	position:relative;
}

.home-top-link {
	margin-top:20px;
	color:var(--ut-burntorange);
}


.featuredpost .widget-title {
    font-size: 1.625rem;
    font-weight: normal;
    letter-spacing: .25rem;
    text-transform: uppercase;
}

.featuredpost .widget-title {
	padding-bottom: 25px;
}

.featured-content article {
    text-align: left;
}

/* Home Middle
--------------------------------------------- */

.home-middle {
	color: #2d2a28;
	padding: 35px 10px 20px;
	box-shadow: none;
	background-color: #D6D2C4;
	margin-bottom: 0px;
}

.home-middle-text {
    height: 243px;
}

.home-middle .entry-title a {
	color: #2d2a28;
}

.home-middle .widget {
	float: left;
	padding-bottom: 15px;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-align: center;
	width: 100%;
}

.home-middle .widget-title {
	text-align: center;
	font-size: 2.125rem;
	margin-bottom: 10px;
}

.home-middle .widget-area .widget:first-of-type td, th {
    padding-left: 0px;
}

.home-middle .widget-area .widget:last-of-type td, th {
    padding-right: 0px;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;
}

.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: var(--ut-white)fff;
	text-decoration:none;
}

.link-span:hover {
    text-decoration: underline;
}

.pillar-button {/*Use style for widget areas*/
	margin-top: 20px;
	position: relative;
	bottom: 0px;
	display: block;
	background-color: var(--ut-burntorange);/*Burnt Orange*/
	border: 1px solid #a04400;/*Dark Burnt Orange*/
	border-radius: 2px;
	box-shadow: 0px 1px 0px rgba (0,0,0,0.2);
	transition: color 0s ease 0s, background 0.25s ease-out;
	text-align: center;
}

.pillar-button :hover {
	background-color: #a04400;/*Dark Burnt Orange*/
	text-decoration: none;
}

.pillar-button a {
	font-weight: 600;
	color: var(--ut-white);
	padding: 0.65rem 1.5rem;
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 0.95rem;
	text-decoration: none;
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	background-color: #f8f8f8;/*light gray*/
	color: var(--ut-white);
	padding: 1px 0px 0px 0px;
	margin-bottom: -30px;
	box-shadow: none;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: var(--ut-white);
}

.home-bottom a:hover {
	color: #34678a;
}

/* Home Very Bottom
--------------------------------------------- */

.home-very-bottom {
    background-color: var(--ut-limestone--t60);
    text-align: center;
    padding: 20px 0;
}

/* Body
--------------------------------------------- */

.profilePic {
	padding: 3px 12px 3px 0px;
}

/* Entries
--------------------------------------------- */

aside .textwidget p,
article .entry-content p {
    font-size: 1.0625rem;
    line-height: 1.5rem;
}

.entry {
	background-color: var(--ut-white);
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 40px;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entries {
	background-color: var(--ut-white);
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 40px;
}

.tan-section {
	background-color: #D6D2C4;
    padding: 20px 20px 5px;
}
.navy-section {
	background-color: #E1EBFF;
    padding: 20px 20px 5px;
}
.blue-section {
	background-color: #D0FFED;
    padding: 20px 20px 5px;
}
.green-section {
	background-color: #DBFEDA;
    padding: 20px 20px 5px;
}
.yellow-section {
	background-color: var(--ut-white)FCF;
    padding: 20px 20px 5px;
}
.brown-section {
	background-color: #EDEBEE;
    padding: 20px 20px 5px;
}
.gray-section {
	background-color: #F2F6F9;
    padding: 20px 20px 5px;
	margin: 0 0 -1.25rem;
}
.light-gray-section {
	background-color: #F5F5F5;
  padding: 20px 20px 5px;
	margin: 0 0 -1.25rem;
	border: 1 #666666;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 0.875rem;
}

main.content a:not(.more-link):not(.entry-title-link),
aside.sidebar a:not(.rsswidget) {
	text-decoration: underline;
}

.content p.entry-meta {
	margin: 0 40px;
	padding: 10px 0;
}

.content .entry-header .entry-meta {
	color: #6a6a6a;
	font-style: italic;
	font-size: 0.875rem;
	margin: -15px 0px -5px;
}

.content .entry-header .entry-meta .entry-time {
	font-family: sans-serif;
	text-align: left;
	display: inline-block;
	margin: 0px -20px 0px 0px;
	padding:5px 20px 5px 0px;
}

.entry-categories {
	font-family: sans-serif;
	text-align: left;
    display: inline-block;
    margin: 0px -20px 0px 0px;
    padding: 5px 20px 5px 0px;
}

.entry-footer {
	background: #fafafa;
	margin: 12px -40px -40px;
	padding: 0px;
}

.entry-footer .entry-meta {
	font-size: 0.75rem;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover,
.entry-pings h3 {
	color: #2d2a28;/*Black*/
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: var(--ut-white);
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #2d2a28;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #2d2a28;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: var(--ut-white);
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 1rem;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-reply-link,
.comment-respond h3,
.entry-comments h3 {
	color: #2d2a28;/*Black*/
}

.entry-pings .reply {
	display: none;
}

.fn {
	font-weight: 300;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 1rem;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar,
.sidebar .textwidget p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4rem;
	letter-spacing: 0.02rem;
}

.after-entry li,
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
	background-color: var(--ut-white);
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 40px;
	border-left: 3px solid var(--ut-burntorange);/*Burnt Orange*/
}

.sidebar .widget:last-of-type {
	margin-bottom: 40px;
}

/* Footer Widgets
Removed 5th widget, right aligned 4th
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	color: var(--ut-white);
	padding-bottom: 28px;
}

.footer-widgets .wrap {
    margin-top: 30px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets p,
.footer-widgets .wrap a,
.footer-widgets {
	color: var(--ut-white);
	background-color: #382F2D;
	border-top: medium none;
	font-size: 0.75rem;
	line-height: 1.5rem;
	font-family: open_sans,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: normal;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	color: white;
	text-decoration: underline;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 22.9%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    padding-right: 1.4%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 2.8%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3{
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.social a i:hover {
    color: var(--ut-burntorange);
}

.social br {
	display:none;
}

/*
Linktree page template
---------------------------------------------------------------------------------------------------- */

body.education-pro-links-template {
	background-color: #fff;
}

.education-pro-links-template .site-inner {
	padding: 0;
	max-width: 100%;
}

.education-pro-links-template .entry {
    box-shadow: none;
	padding: 0;
    margin: 0;
}

.education-pro-links-template .entry-header {
    display: flex;
    justify-content: center;

}

.education-pro-links-template .entry-content {
	text-align: center;
}

.education-pro-links-template .entry-content ul > li {
    list-style-type: none;
}

.education-pro-links-template .entry-content .button {
	background-clip: border-box;
    background-color: #fff;
    border: 2px solid #bf5700;
    border-radius: 4px;
    color: #bf5700;
    display: inline-block;
    font-family: "LibreFrank",arial,helvetica,sans-serif;
    font-size: 100%;
    line-height: inherit;
    font-weight: 600;
    margin-bottom: .55rem;
    padding: .5rem 1rem;
    text-decoration: none !important;
    transition: background-color, color, border-color, .33s ease-out;
	min-width: 200px;
	text-transform: none;
}

.education-pro-links-template .entry-content .button:hover,
.education-pro-links-template .entry-content .button:focus {
    background-color: #ae4f00;
    border-color: #ae4f00;
	color: #fff;
}

.education-pro-links-template .site-footer {
	background-color: #bf5700;
	padding: 1rem;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.education-pro-links-template .entry-content {
		display: flex;
		align-items: center;
	}
}

.ut-hero--fluid-bg-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 80vh;
	padding: 2rem;
	background-repeat: no-repeat;
	background-size: cover;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.ut-footer {
	background-color: var(--ut-burntorange);
	font-size: 80%;
	padding: 1rem 0;
	text-align: left;
}

.ut-footer .wrap {
	margin: 0 auto;
}

.ut-footer .wrap,
.ut-footer .wrap p,
.ut-footer .wrap a {
	color: var(--ut-white);
}

.ut-footer a:hover {
	text-decoration: underline;
}

.ut-footer p {
	margin-bottom: 0;
}

@media only screen and (min-width: 800px){
	.ut-footer--required-links {
		text-align: right;
	}
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1600px){
	/* .home-featured .textwidget{
		position: absolute;
	} */
}

@media only screen and (max-width: 1225px){
	.home-featured .slide-excerpt,
	.site-inner,
	.wrap {
		max-width: 95%;
	}
	.home-middle-text {
    		height: 273px;
	}
	.content {
		width: 65%;
	}
	.site-header .widget-area {
		width: 47.5%;
	}
}
@media only screen and (max-width: 1180px) {
	wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.site-header .widget-area {
		width: 47.5%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a {
		font-size: 1.875rem;
	}

	.content{
		width: 68%;
	}

	.home-middle-text {
    		height: 334px;
	}
}

@media only screen and (max-width: 1023px) {

	.fix-bar {
		background-color:red;
	}

	.site-container {
		top: 40px;
		position: relative;
		border-top: 0px;
	}

	.ut-shield, #top-bar-name {
		display: none;
	}

	.nav-secondary {
		position: fixed;
		width: 100%;
		z-index: 998;
	}
	.nav-secondary .genesis-nav-menu {
		text-align: center;
	}
	.nav-primary{
		display:none;
	}

	.education-pro-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 100%;
	}

	.site-header .widget-area {
		margin-top: -5px;
	}

	.title-area {
		position: relative;
		margin-bottom: 0px;
	}

	.header-image .site-title a {
		background-position: center top !important;
		background-size: contain !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.site-header .search-form {
		width: 300px;
	}

	.site-header .widget-area {
		height: 75px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.home-bottom,
	.site-description,
	.site-header .search-form,
	.site-header .title-area {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.site-header .genesis-nav-menu a {
		padding: 16px;
	}

	.home-featured .slide-excerpt h2 {
		font-size: 1.5rem;
	}

	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
	}

	.education-pro-home .slide-excerpt h2 {
		padding: 10px 20px;
	}

	.home-bottom .enews p {
		margin-bottom: 20px;
	}

	.footer-widgets-1 {
		margin: 0px;
	}

	.title-area {
		padding:20px 0px 20px 0px;
		max-width: 100%;
	}
	/*Fat Featured Image*/
	.slide-image {
		width: 150%;
	}
	.flexslider .slides img {
		left: -25%;
		position: relative;
	}
	/*Responsive Menu*/
	.site-title a,
	.site-title a:hover {
		text-decoration: none;
		float: left;
		font-size: 24px;
		margin-top: 25px;
		margin-left: 5%;
	}
	.site-title a{
		color: #2d2a28;
	}
	.site-description {
		font-size: 16px;
		margin-left: 5%;
		text-align: left;
    	width: 100%;
	}
}

@media only screen and (max-width: 970px){
	.nav-secondary {
		position:fixed;
		width: 100%;
		z-index: 998;
		top: 0;
	}
	.site-inner,
	.wrap {
		max-width: 95%;
	}
	.home-middle-text {
    		height: 365px;
	}
	li ul {
    		display: none;
	}
	.site-header .widget-area {
		margin-top: -15px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 920px) {
	.home-middle-text {
    		height: 395px;
	}
}

@media only screen and (max-width: 900px) {
	.education-pro-home #genesis-responsive-slider {
		margin-bottom: 56px;
	}
	.site-inner {
		padding-top: 20px;
	}
	.home-middle-text {
		display: none;
	}
}

@media only screen and (max-width: 795px) {
	.home-middle .widget-title {
		font-size: 1.5rem;
	}
	.widget-title {
		margin-bottom: 0px;
	}
	td, th {
		padding: 0px 10px;
	}
	.home-middle {
		padding: 16px 10px 4px;
	}
	.pillar-button a {
		padding: 0.35rem 0.7rem;
		font-size: 0.85rem;
	}
}

@media only screen and (max-width: 768px) {

	html {
		font-size: 87.5%;
	}

	.site-header {
		padding-bottom: 40px;
		border-bottom: 1px solid #E1DDD2;
	}

	.site-header .widget-area {
		height: 44px;
	}

	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		color: #2d2a28;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		color: #2d2a28;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}

	.education-pro-home .site-header {
    	padding-bottom: 20px;
	}

	.nav-primary {
		display:none;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: var(--ut-white);
	}

	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		color: #e7e7e7;
	}

	.home-middle .widget-area .widget:nth-of-type(2n+1) td, th{
   		 padding-left: 0px;
	}

	.home-middle .widget-area .widget:nth-of-type(2n) td, th {
   		 padding-right: 0px;
	}

	.home-middle .widget:nth-of-type(2n+1) {
    		clear: both;
	}

	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
		line-height: 0;
	}

	.entry {
		padding: 20px 20px;
	}

	.entry-footer {
		margin: 0 -20px -20px;
	}

	.pagination {
		margin-top: 20px;
	}

	.footer-widgets {
		padding-top: 0px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 50%;
		margin: 10px 0px 10px 0px;
	}

	.footer-widgets-3 {
		clear: both;
	}

	.site-footer {
		padding: 0px;
	}

	.home-top .widget_text .widget-title {
		font-size: 2rem;
	}

	.education-pro-home .site-header {
		padding-bottom: 30px;
	}

	.education-pro-home .slide-excerpt-border p {
		display: none;
	}

	.home-featured .slide-excerpt {
		max-width: 100%;
		bottom: -56px;
		margin: 0px;
		left: 0px;
	}

	html > body.education-pro-home .slide-excerpt-border {
		float: none;
	}

	.education-pro-home .slide-excerpt h2 {
		background-color: rgba(0,0,0,0.0);
	}
	.site-title a,
	.site-title a:hover{
		margin-top: 28px;
	}

}

@media only screen and (max-width: 567px) {
	.title-area {
		max-width: 300px;
	}
	.top-logo {
		display:none;
	}
	.site-title {
		background-size: contain;
		background-position: center;
		height: 82px;
	}
	.site-header .widget-area {
		margin-top: 0px;
	}
	.site-footer {
		height: 80px;
	}
	.home-featured .slide-excerpt h2 {
		font-size: 1.25rem;
	}
	.genesis-nav-menu .menu-item {
		width: 100%;
		text-align: center;
	}
	.site-description {
		margin-top: -1px;
	}
	.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a{
		font-size: 1rem;
	}
}

@media only screen and (max-width: 480px) {
	.home-top-image {
		display: none;
	}

	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.title-area {
		width: 100%;
	}

	.footer-widgets {
		text-align: center;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		display: none;
	}

	.footer-widgets-4 {
		width: 95%;
		float: none;
	}

	.home-bottom .enews-widget input[type="email"] {
		margin-bottom: 16px;
		text-align: center;
	}

	.site-inner {
		padding-top: 10px;
	}

	.title-area {
		max-width: 300px;
	}
	.site-description{
		font-size: 14px;
	}
}
@media only screen and (max-width: 370px) {
	.site-description{
		font-size: 11px;
	}
}
/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:first-child {
	border: none;
}
.accordion-title.open {
	cursor: default;
}
.accordion-content {
	padding-bottom: 20px;
}

.wp-core-ui .button-primary {
	background: var(--ut-burntorange) !important;
    border-color: var(--ut-burntorange) !important;
    color: var(--ut-white);
    text-decoration: none;
}

.icon {
  position: relative;
  /* Adjust these values accordingly */
  top: 17px;
}
