/*!
Theme Name: utmedschool
Theme URI: https://med.uth.edu
Author: utmedschool, KrBr
Author URI: https://med.uth.edu
Description: Description
Template: ut-redux
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: utmedschool
Tags:
*/
/*--------------------------------------------------------------
UTHealth Colors (Updated Hexadecimals)
********************************************
UTHealth Orange     #ae6042     !!!
UTHealth Blue       #4e738a     78, 115, 138
UTHealth Gray       #747578     !!!

Secondary Colors
********************************************
Gulf Blue           #002856     0, 40, 86
Mustard Gold        #f2b826     242, 184, 38
Dark Sage           #587E6A     !!!
Dusty Lavender      #7D708F     !!!

Neutral Colors
*********************************************
Light Sage          #b0bfbc     176, 191, 188
Sand                #b6a999     182, 169, 153

-----------------------------------------

UTHealth Colors (Original Hexadecimals)
********************************************
UTHealth Orange     #b76646     183, 102, 70
UTHealth Blue       #4e738a     78, 115, 138
UTHealth Gray       #76777a     118, 119, 122

Secondary Colors
********************************************
Gulf Blue           #002856		0, 40, 86
Mustard Gold        #f2b826		242, 184, 38
Dark Sage           #577c69		87, 124, 105
Dusty Lavender      #807390		128, 115, 144

Neutral Colors
*********************************************
Light Sage          #b0bfbc		176, 191, 188
Sand                #b6a999		182, 169, 153
-------------------------------------------------------------- */
/*--------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.slider-container {
  padding-right: 0;
  padding-left: 0;
}

a.btn-primary {
  background-color: #002856;
  border: 1px solid whitesmoke;
  border-radius: 0;
  color: white;
  letter-spacing: .07em;
  margin-top: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.post-content {
  padding-bottom: 30px;
}

.full-column {
  min-height: 437px;
}

.full-column .title {
  font-size: 60px;
}

.full-column p {
  font-size: 18px;
}

.full-column a {
  color: white;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.full-column a:hover, .full-column a:focus {
  color: #CCC;
}

.black-bg {
  background: rgba(0, 0, 0, 0.5);
}

.gulfblue-bg {
  background-color: #002856;
}

.modal-header, .modal-footer {
  border-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal-content {
  border-radius: 0;
  height: auto;
  min-height: 100%;
}

/*--------------------------------------------------------------
Wordpress Core Styles
-------------------------------------------------------------- */
#mms-logo-color-svg .logo-gray {
  fill: #747578;
}

#mms-logo-color-svg .logo-orange {
  fill: #ae6042;
}

#mms-logo-color-svg:hover .logo-orange {
  fill: #747578;
}

#mms-logo-white-svg .logo-white {
  fill: #ffffff;
}

#mms-logo-white-svg:hover .logo-hover {
  fill: #ae6042;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------- */
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * $geedmo - Licensed under the MIT license
 */
img.mms-text {
  width: 100%;
  max-width: 165px;
  height: auto;
  float: left;
  margin-right: 25px;
  margin-top: 10px;
}

img.fifty {
  width: 100%;
  max-width: 60px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.yamm .nav, .yamm .dropup, .yamm .dropdown {
  position: static;
  display: inline-block;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.yamm .yamm-content {
  padding: 20px 40px 40px 40px;
  background-color: #243844;
}

.yamm .yamm-content img {
  margin-bottom: 15px;
}

.yamm .yamm-content .departments {
  background-color: #E8E8E8;
  padding: 15px;
}

.yamm .yamm-content .patient-care {
  background-color: #E8E8E8;
  padding: 15px;
}

.yamm .yamm-content .patient-care a.megamenu-bold {
  color: #17516D;
  font-weight: bold;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/*--------------------------------------------------------------
5.1 Mega Nav
--------------------------------------------------------------*/
.nodisplay {
  display: none;
}

#page-header.header-stick {
  position: fixed;
  top: -85px;
  width: 100%;
  z-index: 9999;
}

#stickytitle {
  display: none;
  font-size: 14.39999px;
  font-family: "warnock-pro-caption", "Warnock Pro Caption", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", serif;
  color: #EEE;
  text-shadow: 0px 1px 0px #001c3d;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1;
  padding: 20px 0 0 0;
  margin: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#site-title {
  position: relative;
  background: #002856;
  font-family: "warnock-pro-caption", "Warnock Pro Caption", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", serif;
  color: #EEE;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0px 1px 0px #001c3d;
  font-size: 32px;
  padding-left: 50px;
}

#site-title span {
  font-size: 45%;
  font-weight: normal;
  letter-spacing: 6px;
}

#site-title span.uppercase {
  text-transform: uppercase;
}

#site-title span.logohouston {
  letter-spacing: 2px;
}

#site-title span.secondspan {
  font-size: 65%;
  letter-spacing: 2px;
}

#site-title span em {
  padding-left: 5px;
  padding-right: 5px;
}

#site-title a {
  color: white;
  position: relative;
}

#site-title a:hover {
  color: white;
  text-shadow: 0px 0px 2px #ae6042;
  text-decoration: none !important;
}

#site-title a .utms-seal {
  z-index: 9999;
  position: absolute;
  left: -80px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  background: #002856;
  border-radius: 50%;
  border: 5px solid #002856;
  width: 80px;
  height: 80px;
}

#utms-meganav-container {
  background-color: #002856;
  padding-top: 20px;
}

#utms-meganav-container #mms-logo #mms-logo-white-header-svg .logo-white {
  fill: #ffffff;
}

#utms-meganav-container #mms-logo #mms-logo-white-header-svg:hover .logo-hover, #utms-meganav-container #mms-logo #mms-logo-white-header-svg:focus .logo-hover, #utms-meganav-container #mms-logo #mms-logo-white-header-svg:active .logo-hover {
  fill: #ae6042;
}

#utms-meganav-container #mms-mobilemenu .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}

#utms-meganav-container #mms-mobilemenu .navbar-default .navbar-toggle {
  border: none;
}

#utms-meganav-container #mms-mobilemenu .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

#utms-meganav-container #mms-mobilemenu .navbar-default .navbar-toggle:hover, #utms-meganav-container #mms-mobilemenu .navbar-default .navbar-toggle:active, #utms-meganav-container #mms-mobilemenu .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}

#utms-meganav-container #mms-mobilemenu .navbar-default .navbar-toggle:hover .icon-bar, #utms-meganav-container #mms-mobilemenu .navbar-default .navbar-toggle:active .icon-bar, #utms-meganav-container #mms-mobilemenu .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #002856;
}

#utms-meganav-container.navbar {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}

#utms-meganav-container.navbar > .container {
  margin-bottom: 20px;
}

#utms-meganav-container #utms-meganav {
  background-color: #4E738A;
}

#utms-meganav-container #utms-meganav.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

#utms-meganav-container #utms-meganav.navbar .container {
  padding-right: 0;
  padding-left: 0;
}

#utms-meganav-container #utms-meganav.navbar .container #utms-meganav-search button.search {
  background-color: transparent;
  color: #ffffff;
}

#utms-meganav-container #utms-meganav.navbar .container #utms-meganav-collapse .navbar-nav {
  margin-top: 0;
}

#utms-meganav-container #utms-meganav.navbar .container #utms-meganav-collapse .navbar-nav .dropdown-toggle {
  color: #ffffff;
  font-family: "proxima-nova", "Proxima Nova", sans-serif;
  letter-spacing: .01em;
  font-weight: normal;
}

#utms-meganav-container #utms-meganav.navbar .container #utms-meganav-collapse .navbar-nav .dropdown-toggle:hover {
  background-color: #243844;
}

#utms-meganav-container #utms-meganav.navbar .container #utms-meganav-collapse .navbar-nav .dropdown-toggle.meganavitem-giving {
  background-color: #AE6042;
}

#utms-meganav-container #utms-meganav.navbar .container #utms-meganav-collapse .navbar-nav .open .dropdown-toggle {
  color: #ffffff;
  background: #243844;
}

#utms-meganav-container #utms-meganav.navbar .container #utms-meganav-collapse .navbar-nav li a {
  text-decoration: none;
}

#utms-meganav-container #utms-meganav.navbar .container #utms-meganav-collapse .navbar-nav li a:hover {
  text-decoration: underline;
}

#utms-meganav-container #utms-meganav .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  border: none;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > a {
  text-decoration: underline;
  background-color: #243844;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > .dropdown-menu li .yamm-content .list-unstyled li a {
  text-decoration: none;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > .dropdown-menu li .yamm-content .list-unstyled li a:hover, #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > .dropdown-menu li .yamm-content .list-unstyled li a:active, #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > .dropdown-menu li .yamm-content .list-unstyled li a:focus {
  text-decoration: underline;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li > a:hover, #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li > a:active, #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  text-decoration: underline;
  background-color: #243844;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li#menuitem-giving a {
  background-color: #AE6042;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li #utms-meganav-search {
  height: 50px;
}

#utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li #utms-meganav-search button {
  height: 100%;
}

/* -----------------------------------------
   Main Navigation (Styled to 3 levels deep)
----------------------------------------- */
.site-content .content-area .site-main .navbar-default {
  background: none;
  border: none;
  margin-top: 0;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-header {
  width: 100%;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-header a.brand {
  background-color: #002856;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-header a.brand:hover {
  background: #003b7f;
  text-decoration: none;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-header a.brand:active {
  text-decoration: none;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse {
  padding: 0;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav {
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current_page_item > a,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current-menu-item > a,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current_page_item > a:hover,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current-menu-item > a:hover {
  background-color: #cccccc;
  color: #222222;
  text-decoration: none;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current_page_item > a .fa,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current-menu-item > a .fa,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current_page_item > a:hover .fa,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current-menu-item > a:hover .fa {
  display: block;
  color: #222222;
  float: right;
  margin: 3px -10px 0 0;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current_page_item > a .fa:hover,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current-menu-item > a .fa:hover,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current_page_item > a:hover .fa:hover,
.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li.current-menu-item > a:hover .fa:hover {
  color: #222222;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li a {
  background: #004493;
  border-bottom: 1px solid #00152d;
  display: block;
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li a .fa {
  display: none;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li a:hover {
  background: #004ea8;
  text-decoration: none;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li a:hover .fa {
  color: #004ea8;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li a:hover .fa-lock {
  color: #ffffff;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li a:active {
  text-decoration: none;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li a .fa-lock {
  color: #ffffff;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li ul li a {
  color: #ededed;
  font-size: 13px;
  font-weight: normal;
  padding-left: 40px;
  padding-right: 20px;
}

.site-content .content-area .site-main .navbar-default .container-fluid .navbar-collapse .navbar-nav li ul li ul li a {
  color: #c5c5c5;
  padding-left: 80px;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.175);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.175);
  border-radius: 0;
}

/* TABS for MEGAMENU*/
.utmsnav-tab .tab-content .tab-pane {
  padding: 20px;
}

.utmsnav-tab .nav-tabs li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border-top: 2px solid white;
  color: #002856;
}

.utmsnav-tab .nav-tabs li a:hover {
  border-top: 2px solid #002856;
  cursor: pointer;
  color: #666;
}

.utmsnav-tab .nav-tabs li.active a {
  background: white;
  border-top: 2px solid #ae6042;
  color: #333;
}

.megamenu-header {
  font-family: "proxima-nova", "Proxima Nova", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-decoration: underline;
}

#utms-meganav .list-unstyled li a {
  font-size: 1.08em;
  padding: 6px 10px;
  line-height: 2.2;
  color: #ffffff;
  width: 100%;
  display: block;
  font-weight: 400;
}

#utms-meganav .list-unstyled li a:hover, #utms-meganav .list-unstyled li a:active, #utms-meganav .list-unstyled li a:focus {
  background-color: #ffffff;
  color: #243844;
}

#utms-meganav .list-unstyled li a:nth-child(2) {
  background-color: #fefefe;
}

.menu-scoop-logo {
  height: 95px;
  background: #0a91bc;
  -webkit-box-shadow: 0px 1px 4px #ccc;
          box-shadow: 0px 1px 4px #ccc;
  padding: 15px;
  text-align: left;
  color: white;
  overflow: auto;
}

.menu-scoop-logo img {
  padding-top: 5px;
}

.menu-scoop-logo small {
  background: #0a91bc;
  color: white;
  float: right;
}

.menu-non-logo {
  height: 95px;
  -webkit-box-shadow: 0px 1px 4px #ccc;
          box-shadow: 0px 1px 4px #ccc;
  padding: 15px;
  text-align: center;
  color: white;
  overflow: auto;
}

.menu-non-logo img {
  padding-top: 15px;
}

.menu-non-logo small {
  color: #666;
  float: right;
}

.meganav-news-btn {
  -webkit-box-shadow: 0px 1px 4px #ccc;
          box-shadow: 0px 1px 4px #ccc;
  height: 95px;
  background: #002856;
  display: block;
  padding: 20px 15px;
  border-top: 2px solid #ae6042;
}

.meganav-news-btn span {
  font-size: 80%;
  display: block;
}

.meganav-news-btn a {
  color: white !important;
}

.meganav-news-btn a:hover {
  text-decoration: underline;
  color: #337ab7;
}

.two-column-nav-list {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}

.three-column-nav-list {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 3;
}

.in .navbar-form .form-group {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.in .navbar-form .form-group .btn.search {
  border: 1px solid white;
}

.btn.search {
  border: none;
  border-radius: 0;
}

#search-container.search-box {
  background-color: #4E738A;
  padding: 2px;
}

#search-container fieldset {
  width: 100%;
}

#search-container #q.form-control {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
}

#search-container .navbar-form {
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  #utms-meganav-container {
    /*#mms-logo{	
			#mms-logo-white-header-svg{	
				.logo-white{ 					
				 }
	
				&:hover, &:focus, &:active{
					.logo-hover{
					}
				}
			}
	
		}
	
		// Mobile menu toggler
		#mms-mobilemenu{	
			.navbar-default{
	
				.navbar-toggle{	
					.icon-bar{
					}
	
					&:hover, &:active, &:focus{	
						.icon-bar{
						}
					}				
				}
			}
		}
	
		
		&.navbar {
			&>.container {
			}
		}*/
  }
  #utms-meganav-container #utms-meganav.navbar {
    min-height: 0;
    /*.container {
					#utms-meganav-search {
						button.search {
						}
					}
	
					#utms-meganav-collapse {
						.navbar-nav {
							.dropdown-toggle {
								&:hover {
								}
	
								&.meganavitem-giving{
								}
							}
							.open {
							}
							li a {
							}
						}
					}	
				}*/
  }
  #utms-meganav-container #utms-meganav .navbar {
    min-height: 0;
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav {
    width: 100%;
    margin: 0;
    padding: 0px 20px;
    min-height: 0;
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open {
    /*
							&>a{						
							}
							*/
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > .dropdown-menu li .yamm-content {
    padding: 0;
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > .dropdown-menu li .yamm-content .list-unstyled {
    /*li{	
												a{
												}
											}*/
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > .dropdown-menu li .yamm-content .list-unstyled.two-column-nav-list, #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > .open > .dropdown-menu li .yamm-content .list-unstyled.three-column-nav-list {
    -webkit-column-count: 1;
            column-count: 1;
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li {
    width: 100%;
    /*
							&>a{						
							}
	
							// Give Now tab styling
							&#menuitem-giving{	
								a{
								}
							}
	
							// Search
							#utms-meganav-search{	
								button{
								}
							}		
							*/
  }
}

@media (min-width: 768px) {
  #utms-meganav-container {
    padding-top: 20px;
    /*#mms-logo{	
			#mms-logo-white-header-svg{	
				.logo-white{ 					
				 }
	
				&:hover, &:focus, &:active{
					.logo-hover{
					}
				}
			}
	
		}*/
    /*&.navbar {
			&>.container {
			}
		}*/
  }
  #utms-meganav-container #mms-mobilemenu .navbar-default {
    display: none;
    /*.navbar-toggle{	
					.icon-bar{
					}
	
					&:hover, &:active, &:focus{	
						.icon-bar{
						}
					}				
				}*/
  }
  #utms-meganav-container #utms-meganav {
    /*
			.navbar{
			}
			*/
  }
  #utms-meganav-container #utms-meganav.navbar .container {
    /*#utms-meganav-collapse {
						.navbar-nav {
							.dropdown-toggle {
								&:hover {
								}
	
								&.meganavitem-giving{
								}
							}
							.open {
							}
							li a {
							}
						}
					}*/
  }
  #utms-meganav-container #utms-meganav.navbar .container #utms-meganav-search button.search {
    font-size: 11px;
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav {
    /*
						&>.open{	
							&>a{						
							}
	
							&>.dropdown-menu{
								li{	
									.yamm-content{	
										.list-unstyled{	
											&.two-column-nav-list, &.three-column-nav-list{
											}
	
											li{	
												a{
												}
											}
										}
									}
								}
							}
						} // end .open
						*/
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li {
    /*
							&#menuitem-giving{	
								a{
								}
							}
							*/
    /*
							#utms-meganav-search{	
								button{
								}
							}
							*/
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  #utms-meganav-container {
    padding-top: 20px;
    /*#mms-logo{	
			#mms-logo-white-header-svg{	
				.logo-white{ 					
				 }
	
				&:hover, &:focus, &:active{
					.logo-hover{
					}
				}
			}
	
		}*/
    /*&.navbar {
			&>.container {
			}
		}*/
  }
  #utms-meganav-container #mms-mobilemenu .navbar-default {
    display: none;
    /*.navbar-toggle{	
					.icon-bar{
					}
	
					&:hover, &:active, &:focus{	
						.icon-bar{
						}
					}				
				}*/
  }
  #utms-meganav-container #utms-meganav {
    /*
			.navbar{
			}
			*/
  }
  #utms-meganav-container #utms-meganav.navbar .container {
    /*#utms-meganav-collapse {
						.navbar-nav {
							.dropdown-toggle {
								&:hover {
								}
	
								&.meganavitem-giving{
								}
							}
							.open {
							}
							li a {
							}
						}
					}*/
  }
  #utms-meganav-container #utms-meganav.navbar .container #utms-meganav-search button.search {
    font-size: 14px;
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav {
    /*
						&>.open{	
							&>a{						
							}
	
							&>.dropdown-menu{
								li{	
									.yamm-content{	
										.list-unstyled{	
											&.two-column-nav-list, &.three-column-nav-list{
											}
	
											li{	
												a{
												}
											}
										}
									}
								}
							}
						} // end .open
						*/
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li {
    /*
							&#menuitem-giving{	
								a{
								}
							}
							*/
    /*
							#utms-meganav-search{	
								button{
								}
							}
							*/
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #utms-meganav-container {
    padding-top: 20px;
    /*#mms-logo{	
			#mms-logo-white-header-svg{	
				.logo-white{ 					
				 }
	
				&:hover, &:focus, &:active{
					.logo-hover{
					}
				}
			}
	
		}*/
    /*&.navbar {
			&>.container {
			}
		}*/
  }
  #utms-meganav-container #mms-mobilemenu .navbar-default {
    display: none;
    /*.navbar-toggle{	
					.icon-bar{
					}
	
					&:hover, &:active, &:focus{	
						.icon-bar{
						}
					}				
				}*/
  }
  #utms-meganav-container #utms-meganav {
    /*.navbar{
			}*/
  }
  #utms-meganav-container #utms-meganav.navbar .container {
    /*#utms-meganav-collapse {
						.navbar-nav {
							.dropdown-toggle {
								&:hover {
								}
	
								&.meganavitem-giving{
								}
							}
							.open {
							}
							li a {
							}
						}
					}*/
  }
  #utms-meganav-container #utms-meganav.navbar .container #utms-meganav-search button.search {
    font-size: 15px;
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav {
    /*
						&>.open{	
							&>a{						
							}
	
							&>.dropdown-menu{
								li{	
									.yamm-content{	
										.list-unstyled{	
											&.two-column-nav-list, &.three-column-nav-list{
											}
	
											li{	
												a{
												}
											}
										}
									}
								}
							}
						} // end .open
						*/
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li {
    /*
							&#menuitem-giving{	
								a{
								}
							}
	
							// Search
							#utms-meganav-search{	
								button{
								}
							}
							*/
  }
  #utms-meganav-container #utms-meganav .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }
  #page-header.header-stick #utms-logo {
    padding-top: 80px;
  }
  #page-header.header-stick #utms-logo #site-title {
    display: none;
  }
  #page-header.header-stick #utms-logo #stickytitle {
    display: block;
    text-align: center;
  }
  #page-header.header-stick #utms-meganav {
    top: 10px;
  }
  .logged-in {
    /*#utms-meganav{}*/
  }
  .logged-in #page-header.header-stick #utms-logo #site-title {
    display: none;
  }
  .logged-in #page-header.header-stick #utms-logo #stickytitle {
    display: block;
    text-align: center;
  }
  .logged-in #page-header.header-stick #utms-meganav {
    top: 10px;
  }
  .mms-text {
    width: 100%;
    max-width: 185px;
    height: auto;
    float: left;
    margin-right: 25px;
  }
}

/*--------------------------------------------------------------
MAIN THEME
-------------------------------------------------------------- */
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
#homeModal .modal-dialog {
  max-width: 85%;
  width: 960px;
}

#homeModal .modal-header {
  border-bottom: none;
}

.feature-container {
  margin-bottom: 40px;
}

#slider .carousel-caption {
  left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  right: 0;
  text-align: left;
}

#slider .carousel-caption .h4 a {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FEFEFE;
  font-size: 2.5rem;
  margin: 0;
  padding: 5px 10px;
}

.img-compress {
  height: auto;
  width: 33%;
}

.uppercase {
  text-transform: uppercase;
}

.home-section {
  margin-bottom: 60px;
}

.section-header-row {
  border-bottom: 2px solid #DCDCDC;
  clear: both;
  display: block;
  margin-bottom: 15px;
  overflow: auto;
  padding-bottom: 5px;
}

.section-header-row .section-header {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: -.025em;
  margin: 0;
  padding: 0;
}

.home-section-item {
  border-bottom: 1px dotted #C1C1C1;
  margin-bottom: 20px;
  overflow: auto;
  padding-bottom: 10px;
}

.home-section-item-right {
  border-bottom: none;
  border-right: 1px dotted #C1C1C1;
}

.home-section-item-right:last-child {
  border-right: 0;
}

.home-section-item:last-child {
  border-bottom: 0;
}

.home-section-item .post-meta-postdate {
  color: #666;
  font-size: 80%;
  margin-top: 10px;
}

.home-section-item h1 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 10px;
}

.home-section-item h1 a {
  color: #ae6042;
  text-decoration: underline;
}

.home-section-item h1 a:hover {
  color: #002856;
}

.home-section-item.publication-section img {
  padding-right: 20px;
}

section {
  clear: both;
  margin-bottom: 30px;
}

.btn-square {
  border-radius: 0px;
}

/*--------------------------------------------------------------
Pagination - Archives
--------------------------------------------------------------*/
.archive .post-nav .pager {
  text-align: left;
  margin: 5px 0;
}

.archive .post-nav .pager li {
  font-size: 14px;
  font-weight: bold;
}

.archive .post-nav .pager li.previous, .archive .post-nav .pager li.next {
  display: none;
}

.archive .post-nav .pager li a, .archive .post-nav .pager li.active > span {
  background: #00152d;
  border: none;
  border-radius: 19px;
  color: #ffffff;
  margin: 0 5px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive .post-nav .pager li a[title~=previous], .archive .post-nav .pager li a[title~=next] {
  background: #a5a2a2;
  border-radius: 0;
  font-size: 10px;
  padding: 8px 6px;
}

.archive .post-nav .pager li a[title~=previous]:hover, .archive .post-nav .pager li a[title~=next]:hover {
  background: #a5a2a2;
  color: #000000;
}

.archive .post-nav .pager li a:hover {
  background: #ae6042;
  color: #000000;
}

.archive .post-nav .pager li.active > span {
  background: #ae6042;
  color: #000000;
}

/*--------------------------------------------------------------
Video Iframes / Objects
--------------------------------------------------------------*/
.videoWrapper {
  height: 0;
  margin: 20px 0 30px;
  overflow: hidden;
  padding: 30px 0 56.25%;
  position: relative;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.caption {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  padding: 10px 0;
}

.marginfix {
  margin: 20px 0 30px;
}

/*--------------------------------------------------------------
HISTORICAL TIMELINE - AUTO
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container-home {
    padding: 0 0 0 0;
  }
}

/*--------------------------------------------------------------
Setting Fonts
--------------------------------------------------------------*/
p, li, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "proxima-nova", "Proxima Nova", sans-serif;
}

p {
  font-size: 16px;
}

a {
  text-decoration: underline;
}

hr {
  border-top: 1px solid #ccc;
}

/*--------------------------------------------------------------
Single-Post
--------------------------------------------------------------*/
.single-post article, .archive article, .single-tribe_events article, .search-results article, .search-no-results article, .page-template-default article, .archive article, .single-dean article, .page-template-deanstaff article {
  padding-top: 20px;
}

.single-post article h3, .single-post article h4, .archive article h3, .archive article h4, .single-tribe_events article h3, .single-tribe_events article h4, .search-results article h3, .search-results article h4, .search-no-results article h3, .search-no-results article h4, .page-template-default article h3, .page-template-default article h4, .archive article h3, .archive article h4, .single-dean article h3, .single-dean article h4, .page-template-deanstaff article h3, .page-template-deanstaff article h4 {
  line-height: 1.3;
}

.single-post article .page-header, .archive article .page-header, .single-tribe_events article .page-header, .search-results article .page-header, .search-no-results article .page-header, .page-template-default article .page-header, .archive article .page-header, .single-dean article .page-header, .page-template-deanstaff article .page-header {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.single-post article .page-header h1, .archive article .page-header h1, .single-tribe_events article .page-header h1, .search-results article .page-header h1, .search-no-results article .page-header h1, .page-template-default article .page-header h1, .archive article .page-header h1, .single-dean article .page-header h1, .page-template-deanstaff article .page-header h1 {
  letter-spacing: -0.03em;
  font-size: 38px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}

.single-post article .post-main-image img, .archive article .post-main-image img, .single-tribe_events article .post-main-image img, .search-results article .post-main-image img, .search-no-results article .post-main-image img, .page-template-default article .post-main-image img, .archive article .post-main-image img, .single-dean article .post-main-image img, .page-template-deanstaff article .post-main-image img {
  margin: 0 auto;
}

.single-post article .post-main-image .main-image-meta, .archive article .post-main-image .main-image-meta, .single-tribe_events article .post-main-image .main-image-meta, .search-results article .post-main-image .main-image-meta, .search-no-results article .post-main-image .main-image-meta, .page-template-default article .post-main-image .main-image-meta, .archive article .post-main-image .main-image-meta, .single-dean article .post-main-image .main-image-meta, .page-template-deanstaff article .post-main-image .main-image-meta {
  text-align: center;
}

.single-post article .post-main-image .main-image-meta i, .archive article .post-main-image .main-image-meta i, .single-tribe_events article .post-main-image .main-image-meta i, .search-results article .post-main-image .main-image-meta i, .search-no-results article .post-main-image .main-image-meta i, .page-template-default article .post-main-image .main-image-meta i, .archive article .post-main-image .main-image-meta i, .single-dean article .post-main-image .main-image-meta i, .page-template-deanstaff article .post-main-image .main-image-meta i {
  margin-right: 10px;
}

.single-post article .post-main-image .main-image-meta p, .archive article .post-main-image .main-image-meta p, .single-tribe_events article .post-main-image .main-image-meta p, .search-results article .post-main-image .main-image-meta p, .search-no-results article .post-main-image .main-image-meta p, .page-template-default article .post-main-image .main-image-meta p, .archive article .post-main-image .main-image-meta p, .single-dean article .post-main-image .main-image-meta p, .page-template-deanstaff article .post-main-image .main-image-meta p {
  font-size: 14px !important;
}

.single-post article .post-profile-image.pull-right, .archive article .post-profile-image.pull-right, .single-tribe_events article .post-profile-image.pull-right, .search-results article .post-profile-image.pull-right, .search-no-results article .post-profile-image.pull-right, .page-template-default article .post-profile-image.pull-right, .archive article .post-profile-image.pull-right, .single-dean article .post-profile-image.pull-right, .page-template-deanstaff article .post-profile-image.pull-right {
  margin-left: 20px;
}

.single-post article .post-profile-image.pull-left, .archive article .post-profile-image.pull-left, .single-tribe_events article .post-profile-image.pull-left, .search-results article .post-profile-image.pull-left, .search-no-results article .post-profile-image.pull-left, .page-template-default article .post-profile-image.pull-left, .archive article .post-profile-image.pull-left, .single-dean article .post-profile-image.pull-left, .page-template-deanstaff article .post-profile-image.pull-left {
  margin-right: 20px;
}

.single-post article .post-profile-image .profile-image img, .archive article .post-profile-image .profile-image img, .single-tribe_events article .post-profile-image .profile-image img, .search-results article .post-profile-image .profile-image img, .search-no-results article .post-profile-image .profile-image img, .page-template-default article .post-profile-image .profile-image img, .archive article .post-profile-image .profile-image img, .single-dean article .post-profile-image .profile-image img, .page-template-deanstaff article .post-profile-image .profile-image img {
  border: 1px solid black;
}

.single-post article .post-profile-image .profile-image-meta, .archive article .post-profile-image .profile-image-meta, .single-tribe_events article .post-profile-image .profile-image-meta, .search-results article .post-profile-image .profile-image-meta, .search-no-results article .post-profile-image .profile-image-meta, .page-template-default article .post-profile-image .profile-image-meta, .archive article .post-profile-image .profile-image-meta, .single-dean article .post-profile-image .profile-image-meta, .page-template-deanstaff article .post-profile-image .profile-image-meta {
  margin-top: 10px;
}

.single-post article .post-profile-image .profile-image-meta p, .archive article .post-profile-image .profile-image-meta p, .single-tribe_events article .post-profile-image .profile-image-meta p, .search-results article .post-profile-image .profile-image-meta p, .search-no-results article .post-profile-image .profile-image-meta p, .page-template-default article .post-profile-image .profile-image-meta p, .archive article .post-profile-image .profile-image-meta p, .single-dean article .post-profile-image .profile-image-meta p, .page-template-deanstaff article .post-profile-image .profile-image-meta p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.single-post article .post-profile-image .profile-image-meta p.profile-name, .archive article .post-profile-image .profile-image-meta p.profile-name, .single-tribe_events article .post-profile-image .profile-image-meta p.profile-name, .search-results article .post-profile-image .profile-image-meta p.profile-name, .search-no-results article .post-profile-image .profile-image-meta p.profile-name, .page-template-default article .post-profile-image .profile-image-meta p.profile-name, .archive article .post-profile-image .profile-image-meta p.profile-name, .single-dean article .post-profile-image .profile-image-meta p.profile-name, .page-template-deanstaff article .post-profile-image .profile-image-meta p.profile-name {
  font-weight: bold;
}

.single-post article .wp-caption, .archive article .wp-caption, .single-tribe_events article .wp-caption, .search-results article .wp-caption, .search-no-results article .wp-caption, .page-template-default article .wp-caption, .archive article .wp-caption, .single-dean article .wp-caption, .page-template-deanstaff article .wp-caption {
  border: none;
  padding-bottom: 0;
}

.single-post article .wp-caption img, .archive article .wp-caption img, .single-tribe_events article .wp-caption img, .search-results article .wp-caption img, .search-no-results article .wp-caption img, .page-template-default article .wp-caption img, .archive article .wp-caption img, .single-dean article .wp-caption img, .page-template-deanstaff article .wp-caption img {
  border: 1px solid black;
}

.single-post article .wp-caption .wp-caption-text, .archive article .wp-caption .wp-caption-text, .single-tribe_events article .wp-caption .wp-caption-text, .search-results article .wp-caption .wp-caption-text, .search-no-results article .wp-caption .wp-caption-text, .page-template-default article .wp-caption .wp-caption-text, .archive article .wp-caption .wp-caption-text, .single-dean article .wp-caption .wp-caption-text, .page-template-deanstaff article .wp-caption .wp-caption-text {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}

.single-post article .alert p, .archive article .alert p, .single-tribe_events article .alert p, .search-results article .alert p, .search-no-results article .alert p, .page-template-default article .alert p, .archive article .alert p, .single-dean article .alert p, .page-template-deanstaff article .alert p {
  font-size: 100%;
}

.single-post article .single-post-meta, .archive article .single-post-meta, .single-tribe_events article .single-post-meta, .search-results article .single-post-meta, .search-no-results article .single-post-meta, .page-template-default article .single-post-meta, .archive article .single-post-meta, .single-dean article .single-post-meta, .page-template-deanstaff article .single-post-meta {
  border-bottom: 2px dotted #CCC;
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 90%;
}

.single-post article .single-post-meta .section-header, .archive article .single-post-meta .section-header, .single-tribe_events article .single-post-meta .section-header, .search-results article .single-post-meta .section-header, .search-no-results article .single-post-meta .section-header, .page-template-default article .single-post-meta .section-header, .archive article .single-post-meta .section-header, .single-dean article .single-post-meta .section-header, .page-template-deanstaff article .single-post-meta .section-header {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #ae6042;
  font-size: 90%;
}

.single-post article .post-content p, .single-post article .post-content li, .archive article .post-content p, .archive article .post-content li, .single-tribe_events article .post-content p, .single-tribe_events article .post-content li, .search-results article .post-content p, .search-results article .post-content li, .search-no-results article .post-content p, .search-no-results article .post-content li, .page-template-default article .post-content p, .page-template-default article .post-content li, .archive article .post-content p, .archive article .post-content li, .single-dean article .post-content p, .single-dean article .post-content li, .page-template-deanstaff article .post-content p, .page-template-deanstaff article .post-content li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single-post article .post-content p a, .single-post article .post-content li a, .archive article .post-content p a, .archive article .post-content li a, .single-tribe_events article .post-content p a, .single-tribe_events article .post-content li a, .search-results article .post-content p a, .search-results article .post-content li a, .search-no-results article .post-content p a, .search-no-results article .post-content li a, .page-template-default article .post-content p a, .page-template-default article .post-content li a, .archive article .post-content p a, .archive article .post-content li a, .single-dean article .post-content p a, .single-dean article .post-content li a, .page-template-deanstaff article .post-content p a, .page-template-deanstaff article .post-content li a {
  color: #ae6042;
}

.single-post article .post-content p a:hover, .single-post article .post-content li a:hover, .archive article .post-content p a:hover, .archive article .post-content li a:hover, .single-tribe_events article .post-content p a:hover, .single-tribe_events article .post-content li a:hover, .search-results article .post-content p a:hover, .search-results article .post-content li a:hover, .search-no-results article .post-content p a:hover, .search-no-results article .post-content li a:hover, .page-template-default article .post-content p a:hover, .page-template-default article .post-content li a:hover, .archive article .post-content p a:hover, .archive article .post-content li a:hover, .single-dean article .post-content p a:hover, .single-dean article .post-content li a:hover, .page-template-deanstaff article .post-content p a:hover, .page-template-deanstaff article .post-content li a:hover {
  color: #002856;
}

.tag-list li {
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 5px;
}

blockquote {
  border-left: 5px solid #124661;
  line-height: 3rem;
  background: whitesmoke;
}

/*for submit event page page-header*/
.tribe_community_edit .page-header, #tribe-events .page-header, .tribe_community_list .page-header, .page-template-page-template-news .page-header, .page-template-page-template-scoop .page-header, .page-template-default .page-header, .page-template-page-template-covidnews .page-header {
  border-bottom: 3px double #CCC;
  margin-top: 20px;
}

.tribe_community_edit .page-header h1, #tribe-events .page-header h1, .tribe_community_list .page-header h1, .page-template-page-template-news .page-header h1, .page-template-page-template-scoop .page-header h1, .page-template-default .page-header h1, .page-template-page-template-covidnews .page-header h1 {
  letter-spacing: -0.03em;
  font-size: 38px;
  font-weight: 700;
}

.tribe_community_edit .col-md-8, #tribe-events .col-md-8, .tribe_community_list .col-md-8, .page-template-page-template-news .col-md-8, .page-template-page-template-scoop .col-md-8, .page-template-default .col-md-8, .page-template-page-template-covidnews .col-md-8 {
  margin-bottom: 30px;
}

.page-template-page-template-news .post-content p, .page-template-page-template-news .post-content li, .page-template-page-template-scoop .post-content p, .page-template-page-template-scoop .post-content li, .page-template-default .post-content p, .page-template-default .post-content li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-template-page-template-news .post-content p a, .page-template-page-template-news .post-content li a, .page-template-page-template-scoop .post-content p a, .page-template-page-template-scoop .post-content li a, .page-template-default .post-content p a, .page-template-default .post-content li a {
  color: #ae6042;
  text-decoration: underline;
}

.page-template-page-template-news .post-content p a:hover, .page-template-page-template-news .post-content li a:hover, .page-template-page-template-scoop .post-content p a:hover, .page-template-page-template-scoop .post-content li a:hover, .page-template-default .post-content p a:hover, .page-template-default .post-content li a:hover {
  color: #002856;
}

.page-template-page-template-news .single-post-meta, .page-template-page-template-scoop .single-post-meta, .page-template-default .single-post-meta {
  border-bottom: 2px dotted #CCC;
  padding-bottom: 20px;
  font-size: 90%;
}

.page-template-page-template-news .single-post-meta .section-header, .page-template-page-template-scoop .single-post-meta .section-header, .page-template-default .single-post-meta .section-header {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #ae6042;
  font-size: 90%;
}

/*--------------------------------------------------------------
SPECIFIC PAGE ELEMENTS
-------------------------------------------------------------- */
/*for scoop page*/
.page-template-page-template-scoop-php #scoopheadings + ul li {
  background: #eaeaea none repeat scroll 0 0;
  color: #666666;
  font-size: 1.1em;
  list-style: outside none none;
  margin: 0;
  padding: 0 10px;
}

.page-template-page-template-scoop-php #scoopheadings + ul li a {
  color: #1c689a;
  text-decoration: underline;
}

.page-template-page-template-scoop-php #scoopheadings + ul li:nth-child(2n) {
  background: #ffffff none repeat scroll 0 0;
}

.page-template-page-template-scoop-php #scoopheadings + ul {
  margin: 0;
  padding: 0;
}

#scoopheadings {
  background: #cccccc none repeat scroll 0 0;
  padding: 0 10px;
}

#scoopheadings > span {
  float: right;
}

.page-template-page-template-scoop-php #scoopheadings + ul li a {
  float: left;
  text-decoration: underline;
}

.page-template-page-template-scoop-php #scoopheadings + ul li {
  text-align: right;
}

/*--------------------------------------------------------------
HOMEPAGE DEAN SECTION
--------------------------------------------------------------*/
#home-dean {
  background-color: rgba(24, 95, 131, 0.1);
  margin-top: -5px;
  padding: 1px 30px;
}

#home-dean .dean-button {
  border: 1px dotted #00152d !important;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  color: #00152d;
}

#home-dean-2 {
  margin-top: -5px;
  padding: 20px 30px;
  overflow: auto;
  text-align: center;
}

#home-dean-2 h2 {
  font-size: 5em;
}

#home-dean-2 .studytext {
  color: #44697d;
}

#home-dean-2 .breaktext {
  color: #bd4f19;
}

#home-dean .section-header {
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-bottom: 7px;
}

#home-dean img {
  margin-bottom: 25px;
}

#home-dean p {
  font-size: 1.1em;
}

.dean-title a {
  color: #ae6042;
}

.dean-body {
  padding: 0 20px 45px 0;
}

/*--------------------------------------------------------------
Dean's Blog
--------------------------------------------------------------*/
.dean-blockquote {
  font-family: "warnock-pro-caption", "Warnock Pro Caption", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", serif;
  font-size: 2em;
  padding: 0 40px 25px;
  text-align: center;
}

.dean-header {
  text-align: center;
}

.dean-header img {
  margin: 0 auto 10px;
}

.dean-blog-header {
  background: #eeeeee;
  padding: 40px 0 0;
}

.dean-blog-header .small {
  color: #002856;
}

.dean-blog-header h1 {
  font-size: 2.5em;
  margin: 0;
}

.dean-blog-header h1 span {
  font-size: .65em;
}

.dean-blog-header img {
  border: 2px solid rgba(128, 128, 128, 0.26);
  margin-bottom: 10px;
}

.dean-blog-header h3, .dean-blog-header .h3 {
  border-bottom: 2px dotted #002856;
  margin: 0 0 15px;
  padding: 10px 10px;
}

.dean-center-col {
  padding: 0 20px;
}

.dean-contact-sidebar {
  padding: 0 0 30px 40px;
}

.dean-padding {
  padding-top: 40px;
}

.dean-contact {
  font-size: 1.05em;
  margin: 0;
}

.dean-contact .fa {
  width: 22px;
}

.dean-contact li {
  margin-bottom: 5px;
}

.dean-sidebar-border {
  border-left: 1px solid gray;
  padding-top: 30px;
}

.dean-sidebar {
  margin-top: 30px;
}

.dean-sidebar h3, .dean-sidebar .h3 {
  border-bottom: 2px dotted #002856;
  margin: 0 0 15px;
  padding: 10px 10px;
}

.dean-sidebar .list-unstyled li {
  border-bottom: 1px dotted #C1C1C1;
  display: block;
  margin-bottom: 0 !important;
  padding: 5px 10px;
}

.dean-sidebar .list-unstyled li:last-child {
  border-bottom: none;
}

.dean-sidebar .list-unstyled li a {
  font-size: 14px;
}

.dean-current {
  font-weight: bold;
  font-style: italic;
}

.dean-body a {
  color: #002856;
}

.dean-date {
  color: #002856;
  font-size: .85em;
  font-weight: bold;
  padding-bottom: 20px;
}

#landing-thumbnail img {
  margin: 0;
  width: 100%;
}

.landing {
  padding-bottom: 50px;
}

.landing p {
  font-size: 18px;
}

.landing img {
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.landing h2 {
  font-family: "warnock-pro-caption", "Warnock Pro Caption", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", serif;
  font-weight: 700;
  margin: 40px 3% 35px;
  text-align: center;
}

.landing h2 .quote {
  margin-bottom: 20px;
}

.landing #page-title {
  background: #0c2d3f;
}

.landing #page-title.jumbotron {
  padding: 25px 0;
}

.landing #page-title h1 {
  color: white;
  font-weight: 400;
  font-family: "warnock-pro-caption", "Warnock Pro Caption", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", serif;
  font-size: 3.25em;
  margin: 0;
  padding: 0;
  text-align: center;
}

.landing h3 {
  margin: 35px 0;
  text-align: center;
}

.landing blockquote {
  border-left: none;
  padding: 0;
}

.landing .intro {
  background-color: #2E3E7A;
  color: white;
  padding: 45px 0 50px;
}

.landing .intro p {
  font-family: "warnock-pro-caption", "Warnock Pro Caption", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", serif !important;
  font-size: 28px;
  text-align: center;
}

.landing #post-feature {
  min-height: 500px;
  height: 500px;
}

.landing .highlight {
  background-image: url("./images/stripes.png");
  background-position: bottom;
  background-repeat: repeat-x;
  border: none;
  margin: 0;
  padding: 0 0 13px;
}

.landing-section {
  padding: 5px 0;
  margin: 0;
}

.landing-section a.readmore {
  font-weight: bold;
  text-transform: capitalize;
}

.landing-section blockquote p {
  background-color: whitesmoke;
  color: #002856;
  font-weight: 500;
  margin: 20px 0;
  padding: 20px 25px;
}

.landing-section .box-highlight-label {
  border-top: 5px solid #ae6042;
  margin-top: -5px;
}

.landing-section .box-highlight-label p, .landing-section .box-highlight-label a {
  background: #ae6042;
  color: inherit;
  float: left;
  font-weight: 700;
  margin: 0;
  padding: 0 15px 5px;
  text-transform: uppercase;
}

.landing > .jumbotron {
  background-size: cover;
  margin: 0;
}

.landing > .jumbotron p {
  color: #ddcc00;
  font-family: "warnock-pro-caption", "Warnock Pro Caption", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", serif;
  font-size: 48px;
  line-height: .8em;
  text-align: center;
  text-transform: uppercase;
}

.landing > .jumbotron .p3 {
  padding-top: 20px;
}

@media (min-width: 20px) and (max-width: 432px) {
  .xxl {
    font-size: 2em;
  }
  .box-highlight-label {
    display: none;
  }
}

@media (min-width: 433px) and (max-width: 766px) {
  .xxl {
    font-size: 2.75em;
  }
  .box-highlight-label {
    display: none;
  }
}

@media (min-width: 767px) {
  .xxl {
    float: left;
    font-size: 3.3em;
    position: absolute;
    top: 5em;
  }
}

/*--------------------------------------------------------------
News Style
-------------------------------------------------------------- */
/*For news of note section*/
#news-of-note {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 20px 15px 15px 15px;
}

#news-of-note img {
  margin-bottom: 10px;
}

#news-of-note p {
  font-size: 13px;
}

#news-of-note .news-of-note-list {
  margin-top: 20px;
  list-style: none;
  padding: 0px !important;
}

#news-of-note .news-of-note-list li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}

#news-of-note .news-of-note-list li h1 {
  font-size: 17px;
  margin: 5px 0;
}

#news-of-note .news-of-note-list li h1 a {
  color: #ae6042;
}

#news-of-note .news-of-note-list li:last-child {
  border-bottom: none;
}

/*for utmost div*/
.utmost {
  background: #666666;
  color: #FFF;
  padding: 10px 20px;
  display: block;
  border-top: 3px solid #0e6c9d;
  margin-bottom: 20px;
}

.utmost h1 {
  font-size: 28px;
  color: #FFF;
  font-weight: 500;
  padding-bottom: 5px;
}

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

/*for tips4u div*/
.tips4u {
  background: #ececec;
  color: #333;
  padding: 10px 20px;
  display: block;
  border-top: 3px solid #a94004;
  margin-bottom: 20px;
}

.tips4u h1 {
  font-size: 18px;
  color: #0e6c9d;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

/*for eventssection div*/
.eventListing h2 {
  padding-bottom: 15px;
}

.eventssection {
  background-color: #eee;
  margin-top: 20px;
  padding: 10px;
}

.eventssection ul {
  padding: 0;
}

/*--------------------------------------------------------------
News Styling - 2021
-------------------------------------------------------------- */
#post-header h1 {
  letter-spacing: -0.03em;
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}

@media (min-width: 415px) and (max-width: 599px) {
  #post-header h1 {
    font-size: 38px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #post-header h1 {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  #post-header h1 {
    font-size: 58px;
  }
}

#post-header .news-meta {
  font-family: "proxima-nova", "Proxima Nova", sans-serif;
  font-size: 18px;
}

#post-header .news-meta .news-date {
  font-size: 16px;
}

#post-content h2 {
  font-size: 22px;
}

@media (min-width: 415px) {
  #post-content h2 {
    font-size: 30px;
  }
}

#post-content p, #post-content li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#post-content p a, #post-content li a {
  color: #ae6042;
}

#post-content p a:hover, #post-content li a:hover {
  color: #002856;
}

#post-content hr {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #post-content .alignright, #post-content .alignleft {
    float: none;
    margin: 0;
  }
  #post-content .alignright a, #post-content .alignleft a {
    padding: 6px 0px;
  }
}

.news-sidebar-section {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.news-sidebar-section-header {
  border-bottom: 1px solid #dddedf;
}

.news-sidebar-section-header .h5 {
  font-size: 16px;
}

.news-sidebar .quick-links {
  margin-bottom: 20px;
}

.news-sidebar .quick-links ul li {
  background-color: #002856;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  line-height: normal !important;
  margin-bottom: 0px !important;
}

.news-sidebar .quick-links ul li:hover {
  background-color: #4e738a;
}

.news-sidebar .quick-links ul li a {
  color: #ffffff !important;
}

.news-sidebar .quick-links ul li a:hover {
  color: #ffffff !important;
}

.news-sidebar .article-links {
  background-color: #f0f0f1;
  padding: 0;
}

.news-sidebar .addthis_inline_share_toolbox #atstbx .at-share-btn-elements a {
  margin-top: 8px;
  margin-right: 10px;
}

.news-sidebar .addthis_inline_share_toolbox #atstbx .at-share-btn-elements a:last-child {
  margin-right: 0;
}

.news-sidebar .news-tags {
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
}

.news-sidebar .news-tags span, .news-sidebar .news-tags a.tag-cloud-link {
  margin: 5px 5px 5px 0;
}

.news-sidebar .tags-links a, .news-sidebar .news-tags a {
  color: #000000;
  padding: 5px;
  text-decoration: none;
}

.news-sidebar .tags-links a:hover, .news-sidebar .news-tags a:hover {
  background-color: #002856;
  color: #ffffff;
}

.news-sidebar .news-archive-menu ul {
  list-style-type: none;
  padding: 0;
}

.news-sidebar .news-archive-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 28px;
}

.news-sidebar .news-archive-menu ul li a:hover, .news-sidebar .news-archive-menu ul li a:focus, .news-sidebar .news-archive-menu ul li a:active {
  text-decoration: underline;
}

.news-sidebar .news-archive-menu ul li a:after {
  content: ' >';
  color: #f2b826;
}

.news-sidebar .archive-dropdown {
  margin-top: 10px;
}

.news-sidebar .archive-dropdown #archive-dropdown {
  background-color: #b0bfbc;
}

.news-sidebar .archive-dropdown #archive-dropdown, .news-sidebar .archive-dropdown #archive-dropdown option {
  color: #000000;
  padding: 4px;
}

@media (min-width: 768px) {
  #post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*--------------------------------------------------------------
Archives Styling - 2021
-------------------------------------------------------------- */
.news-post-row h2 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
}

.news-post-row .news-date {
  font-style: italic;
}

.news-post-row img {
  width: 100%;
}

@media (max-width: 991px) {
  .news-post-row img {
    margin-bottom: 20px;
  }
}

.category .container .page-header {
  padding-bottom: 0;
}

.category .container .page-header h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#archive-pagination {
  margin-top: 30px;
}

#archive-pagination hr {
  margin-top: 5px;
  margin-bottom: 0;
}

.art-post-container {
  margin-bottom: 60px;
}

.art-post-container h2 {
  font-size: 22px;
  margin: 6px 0px;
}

.art-image-container {
  height: 250px;
  overflow: hidden;
}

.art-image-container img {
  width: 100%;
}

/*for padding after nav*/
/*links colors*/
.section-headline a {
  color: #ae6042;
}

/*for recent news*/
.main-news-story {
  clear: both;
}

.main-news-story h1 {
  font-size: 24px;
}

.main-news-story h1 a {
  color: #ae6042;
}

.main-news-story p {
  font-size: 15px;
}

/*scoop subscription div*/
.news-bottom-section {
  font-size: 14px;
  font-family: "proxima-nova", "Proxima Nova", sans-serif;
  background-color: #F5F5F5;
  padding: 30px 20px;
}

.news-bottom-section h3, .news-bottom-section .h3 {
  font-size: 2.75em;
  font-weight: bold;
  margin: 0 0 20px;
}

.news-bottom-section .col-sm-6 {
  padding: 0 40px;
}

.news-bottom-section .border-left {
  border-left: 1px dotted #C1C1C1;
}

.news-bottom-section img {
  margin-bottom: 15px;
}

/* VIDEO FOR HOMEPAGE */
#videotxt {
  margin-top: -1px;
  text-align: center;
  background: #002856;
  padding: 15px 0;
}

#videotxt .btn {
  border: none;
  border-radius: 2px;
}

.embed-responsive-item {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

#video.videoembed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border: 0;
}

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

#videoModal .modal-title {
  color: white;
}

#videoModal .close {
  color: white;
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}

#videoModal .modal-footer {
  text-align: center;
}

#videoModal .btn {
  background: #002856;
  border-color: #002856;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}

/*--------------------------------------------------------------
STYLES FOR SPECIFIC ELEMENTS
-------------------------------------------------------------- */
.panel-title a h3 {
  margin: 0;
  padding: 13px 41px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #002856;
}

.panel-title a h3:hover, .panel-title a h3:active, .panel-title a h3:focus {
  color: white;
  background-color: #004089;
}

a.accordion-toggle h3::before {
  margin: 6px 0 0;
  position: absolute;
  left: 28px;
  font-family: 'Glyphicons Halflings';
  font-size: .6em;
  content: "\2212";
  text-decoration: none;
}

a.accordion-toggle.collapsed h3::before {
  content: "\002B";
}

.panel-group {
  margin-bottom: -10px;
}

.panel-group .panel-body {
  margin: 0;
  padding: 0 20px;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
#TB_window #TB_caption {
  padding-bottom: 25px;
}

#TB_window #TB_caption #TB_secondLine {
  line-height: 1;
}

#TB_window #TB_caption #TB_secondLine #TB_next {
  position: absolute;
  top: 47.5%;
  right: 0;
  background: white;
  padding: 10px 5px;
}

#TB_window #TB_caption #TB_secondLine #TB_prev {
  position: absolute;
  top: 47.5%;
  left: 0;
  background: white;
  padding: 10px 5px;
}

#TB_window #TB_closeWindow #TB_closeWindowButton .tb-close-icon {
  background: black;
  border-radius: 50%;
  top: -10px;
  right: -10px;
}

#TB_window #TB_closeWindow #TB_closeWindowButton .tb-close-icon:hover {
  color: white;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------
.gallery {
	margin-bottom: 15px !important;
	background: #EFEFEF;
	padding:10px 0;
	border:1px dotted #CCC;
	display: block;
	.gallery-row{
		margin-bottom: 1.5em;
		.gallery-item{
			.gallery-caption{
				padding:5px 5px 0 5px;
				font-size: 11px;
				font-family: $sanserif;
			}
		}
	}
}*/
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
Calendar Style
-------------------------------------------------------------- */
/*for mini calendar*/
.newspage-calendar h2 a.btn {
  background-color: #124661;
  color: white;
  font-size: 20px;
  font-family: sans-serif;
}

.newspage-calendar h2 a.btn:hover, .newspage-calendar h2 a.btn:active, .newspage-calendar h2 a.btn:focus {
  background-color: #0a2736;
}

#tribe-events {
  margin: 45px auto;
}

#tribe-events > article .post-content p, #tribe-events article .post-content li {
  font-size: 12px;
}

#tribe-events-bar a.submit-event-fullscreen-calendar {
  background: #124661;
  text-align: center;
  text-transform: uppercase;
}

.tribe-bar-views-inner {
  background: transparent !important;
}

.tribe-bar-disabled #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  width: 39% !important;
}

.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  left: 30% !important;
}

#tribe-add-recurrence, .tribe-event-recurrence .tribe-handle {
  display: none;
}

.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  padding-bottom: 10px !important;
}

.tribe-bar-disabled {
  float: inherit !important;
}

.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: transparent;
}

.tribe-bar-search-filter, .tribe-bar-geoloc-filter {
  display: none;
}

.tribe-events-calendar .tribe-events-month-event-title a {
  opacity: 1 !important;
}

.tribe-events-calendar .tribe-events-tooltip {
  background-color: #fff;
  border: 0;
  color: #000;
  opacity: 0.95;
}

.tribe-events-calendar thead th {
  border: 1px solid #fff;
  width: 100%;
}

.tribe-events-calendar td {
  background: none repeat scroll 0 0 #124661 !important;
  border: 1px solid #fff !important;
  vertical-align: middle !important;
}

.tribe-events-calendar td.tribe-events-present {
  background: none repeat scroll 0 0 #bd4f19 !important;
}

.tribe-events-calendar .tribe-events-past {
  background-color: #A5B7C1 !important;
}

.tribe-events-calendar .tribe-events-othermonth {
  background: #124661;
  opacity: 0 !important;
}

.tribe-events-calendar .tribe-events-thismonth.tribe-events-past > div, .tribe-events-calendar .tribe-events-thismonth.tribe-events-present > div, .tribe-events-calendar .tribe-events-thismonth.tribe-events-future > div {
  background: none repeat scroll 0 0 transparent !important;
  font-size: 20px;
  text-align: center;
}

.tribe-events-calendar .tribe-events-thismonth.tribe-events-past.tribe-events-has-events > div, .tribe-events-calendar .tribe-events-thismonth.tribe-events-present.tribe-events-has-events > div, .tribe-events-calendar .tribe-events-thismonth.tribe-events-future.tribe-events-has-events > div {
  background: none repeat scroll 0 0 transparent !important;
  font-size: 20px;
  padding-top: 10px !important;
}

.tribe-events-calendar .tribe-events-thismonth.tribe-events-past.tribe-events-has-events > div h3 a, .tribe-events-calendar .tribe-events-thismonth.tribe-events-present.tribe-events-has-events > div h3 a, .tribe-events-calendar .tribe-events-thismonth.tribe-events-future.tribe-events-has-events > div h3 a {
  background: none repeat scroll 0 0 transparent !important;
  color: #fff;
}

.tribe-events-calendar .tribe-events-thismonth.tribe-events-past.tribe-events-has-events > div > a, .tribe-events-calendar .tribe-events-thismonth.tribe-events-present.tribe-events-has-events > div > a, .tribe-events-calendar .tribe-events-thismonth.tribe-events-future.tribe-events-has-events > div > a {
  background: none repeat scroll 0 0 transparent !important;
  color: #fff !important;
}

.tribe-events-calendar #tribe-events-content .tribe-events-calendar td.tribe-events-present {
  background: none repeat scroll 0 0 #bd4f19 !important;
}

.tribe-events-calendar #tribe-events-content .tribe-events-calendar td.tribe-events-future {
  background: none repeat scroll 0 0 #124661 !important;
}

.tribe-events-calendar .tribe-events-calendar-nav {
  background-color: #124661;
}

#tribe-bar-form #tribe-bar-views {
  background: 0 0;
  float: left;
  left: 35.3333%;
  margin: 0;
  padding: 0 0 0 5px;
  position: relative;
  right: auto;
  width: 24.66667%;
}

#tribe-bar-form #tribe-bar-views li.tribe-bar-views-option {
  display: inline-block;
  float: left;
}

#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  left: auto;
  right: 23.66667%;
  width: 53.3333%;
}

#tribe-bar-form .tribe-bar-submit {
  display: none;
}

.submit-event-fullscreen-calendar {
  background: #666;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 14px;
  height: auto;
  letter-spacing: 0;
  line-height: 17px;
  padding: 10px;
  position: absolute;
  width: 11%;
}

/*for events meta*/
.single-tribe_events .tribe-events-event-meta {
  padding: 15px;
}

/*to remove the events calendar name*/
.tribe-events-promo {
  display: none !important;
}

/*to remove cost*/
.tribe-events-cost {
  display: none;
}

.tribe-events-divider {
  display: none;
}

.tribe-events-event-cost {
  display: none;
}

.single-tribe_events article {
  padding-top: 0px;
}

/*for padding changes*/
@media (min-width: 768px) {
  #tribe-events-content {
    padding: 10px 40px;
  }
  #tribe-events-content h3 {
    font-size: 10px !important;
  }
}

@media (min-width: 992px) {
  #tribe-events-content {
    padding: 10px 40px;
  }
  #tribe-events-content h3 {
    font-size: 13px !important;
  }
}

@media (min-width: 1200px) {
  #tribe-events-content {
    padding: 10px 30px;
  }
  #tribe-events-content h3 {
    font-size: 13px !important;
  }
}

/*for event submission form*/
.eventsubmit {
  margin-bottom: 30px;
}

/*for eventssection div*/
.eventListing h2 {
  padding-bottom: 15px;
}

.eventssection {
  background-color: #eee;
  margin-top: 20px;
  padding: 10px;
}

.eventssection ul {
  padding: 0;
}

.tribe-events-calendar td a {
  color: white;
}

.utms-socialset li a {
  display: inline;
}

.utms-socialset li a i {
  font-size: 36px;
}

.utms-socialset li a.socialset-fb i {
  color: #3b5998;
}

.utms-socialset li a.socialset-twitter i {
  color: #56a3d9;
}

.utms-socialset li a.socialset-gplus i {
  color: #dd4b39;
}

.utms-socialset li a.socialset-youtube i {
  color: #bf221f;
}

.utms-socialset li a.socialset-instagram i {
  color: #cd5959;
}

.utms-socialset li a.socialset-pinterest i {
  color: #bf221f;
}

#social-buttons {
  float: initial;
  margin-bottom: 25px;
  text-align: center;
}

#social-buttons > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

#social-buttons > li > a {
  background-color: white;
  border-radius: 100%;
  color: black;
  display: block;
  font-size: 17px;
  height: 30px;
  line-height: 32px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
}

#social-buttons > li > a:hover, #social-buttons > li > a:focus, #social-buttons > li > a:active {
  background-color: #ae6042;
  color: white;
}

#social-buttons > li > a .visually-hidden {
  display: none;
}

@media (max-width: 768px) {
  #social-buttons {
    margin-top: 25px;
    margin-bottom: 0;
  }
  #social-buttons li a {
    background-color: black;
    color: white;
    height: 50px;
    line-height: 40px;
    padding: 5px;
    width: 50px;
  }
}

/*For twitter feeds*/
#twitterfeeds {
  /*all styles from plugin, so removed these to match other divs*/
}

#twitterfeeds .fetched_tweets > li {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#twitterfeeds li.tweets_avatar {
  border-radius: 0 !important;
}

#twitterfeeds .fetched_tweets.light > li {
  border: none !important;
}

/*For instagram posts*/
/*--------------------------------------------------------------
Footer Styling
-------------------------------------------------------------- */
.single-post article,
.archive article,
.page article {
  padding-top: 0;
}

footer {
  background: #222222;
  color: white;
  font-family: "franklin-gothic-urw", "Franklin Gothic Book", "Franklin Gothic", "Trebuchet MS", "Trebuchet", sans-serif;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a #mms-logo-white-svg {
  margin-bottom: 10px;
}

footer a:hover, footer a:focus, footer a:active {
  color: #429aff;
}

footer a:hover #mms-logo-white-svg .logo-hover, footer a:focus #mms-logo-white-svg .logo-hover, footer a:active #mms-logo-white-svg .logo-hover {
  fill: #ae6042;
}

footer .margin-bottom {
  margin-bottom: 25px;
}

footer #footer-container {
  padding: 40px 0 20px;
}

footer #footer-container ul {
  margin: 0 0 0 0;
  padding: 0;
}

footer #footer-container ul.footernav-links {
  display: inline-block;
}

footer #footer-container ul.footernav-links li {
  display: block !important;
}

footer #footer-container .widgettitle {
  color: #ffffff;
  font-size: 20px;
}

footer #footer-container .footer-bold {
  font-weight: bold;
}

footer #footer-container .copyrights {
  margin-top: 10px;
}

footer #footer-container #mmsfooter-search {
  margin: 20px 0;
}

footer #footer-container #mmsfooter-search .input-group {
  width: 100%;
}

footer #footer-container #mmsfooter-search .input-group-btn > .btn {
  background-color: #ffffff;
  border: 1px solid #747578;
  color: #001023;
  font-size: 15px;
  margin: 0;
  padding: 1px 9px;
  line-height: 2em;
  border-radius: 0;
}

.footer-nav {
  color: #ccc;
  margin: 5px auto;
  padding: 10px 0;
  text-align: center;
}

.footer-nav .container {
  margin: 0 auto;
}

.footer-header {
  display: none;
}

@media (max-width: 431px) {
  #footer-container ul#social-buttons {
    margin-bottom: 20px;
  }
  #footer-container .mms-footer-logo {
    max-width: 350px;
  }
  #footer-container .copyrights {
    text-align: left !important;
  }
  #footer-container ul.footernav-links li {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .mms-footer-logo {
    margin: 0 auto 25px;
  }
  .footer-links li::after {
    content: none !important;
  }
  .footer-links li a {
    border-bottom: 1px solid white;
    display: block;
    margin: 0;
    padding: 10px;
  }
  .copyright {
    padding: 0;
    margin: 0 auto;
  }
  .copyrights {
    text-align: center !important;
  }
}

/*--------------------------------------------------------------
Royal Slider
--------------------------------------------------------------*/
#full-width-slider {
  background-color: #FFF;
  width: 100%;
}

.carousel-inner > .item > img {
  width: 100%;
}

.wildart {
  /*for slider*/
}

.wildart #full-width-slider {
  background-color: #EEE;
  width: 100%;
}

.wildart .coloredBlock {
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  left: 20%;
  padding: 12px;
  top: 5%;
  width: 400px;
}

.wildart .infoBlock {
  left: auto;
  max-width: 50%;
  overflow: hidden;
  padding-bottom: 0;
  padding: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.wildart .infoBlock h4 {
  font-size: 32px;
  font-weight: 100;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 3px;
}

.wildart .infoBlock h4 a {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FEFEFE;
  display: inline-block;
  padding: 5px 10px;
  text-shadow: 1px 1px 0px #000;
}

.wildart .infoBlock h4 a:hover {
  text-decoration: underline;
}

.wildart .infoBlock .label {
  background-color: #c2221f;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: none;
  font-weight: normal;
}

.wildart .fullWidth {
  margin: 0 auto 24px;
  max-width: 1400px;
}

.wildart .rsABlock {
  bottom: 20px;
  left: 20px;
  top: auto !important;
}

.wildart .royalSlider {
  width: 100% !important;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault {
  background-color: #CCC;
  height: 280px !important;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsThumbsHor {
  height: 107px !important;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsOverflow {
  height: 290px !important;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsOverflow .rsContent {
  background: #CCC;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsOverflow .rsContent h4 {
  display: inline;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 5px;
  bottom: 25px;
  padding: 10px 20px;
  color: #fff;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsOverflow .rsContent h4 a {
  color: white;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsOverflow .rsContent .gallery-flag {
  background: url(images/gallery-flag.png) top left no-repeat;
  color: #FFF;
  display: block;
  float: right;
  font-size: 12px;
  height: 44px;
  padding-top: 15px;
  padding-left: 20px;
  position: absolute;
  right: -5px;
  text-align: left;
  text-decoration: none;
  top: 60px;
  width: 147px;
  z-index: 100;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsSlide, .wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsOverflow {
  background: #ffffff;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsThumbs {
  background: #CCC;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsThumbs .rsThumbsContainer .rsThumb {
  border: 1px solid white;
  height: auto !important;
  margin-right: 8px !important;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsThumbs .rsThumbsContainer .rsThumb:first-child {
  margin-left: 6px;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsThumbs .rsThumbsContainer .rsThumb:last-child {
  margin-right: 0 !important;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsThumbs .rsThumbsContainer .rsThumb img {
  width: 100px;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsImg.rsMainSlideImage {
  margin-top: 4px !important;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsFullscreenBtn {
  display: none;
}

.wildart .wild-art-section #wild-art-feature .royalSlider.rsDefault .rsGCaption {
  display: none;
}

.wild-art-section .rsThumbsContainer {
  -webkit-transform: none !important;
          transform: none !important;
  width: 100% !important;
}

/*--------------------------------------------------------------
STYLES FOR ADVANCED CUSTOM FIELDS
-------------------------------------------------------------- */
/*--------------------------------------------------------------
----------------------------------------------------------------
Advanced Custom Fields Style
----------------------------------------------------------------
-------------------------------------------------------------- */
/*--------------------------------------------------------------
UTHealth Colors (Updated Hexadecimals)
********************************************
UTHealth Orange     #ae6042     !!!
UTHealth Blue       #4e738a     78, 115, 138
UTHealth Gray       #747578     !!!

Secondary Colors
********************************************
Gulf Blue           #002856     0, 40, 86
Mustard Gold        #f2b826     242, 184, 38
Dark Sage           #587E6A     !!!
Dusty Lavender      #7D708F     !!!

Neutral Colors
*********************************************
Light Sage          #b0bfbc     176, 191, 188
Sand                #b6a999     182, 169, 153

-----------------------------------------

UTHealth Colors (Original Hexadecimals)
********************************************
UTHealth Orange     #b76646     183, 102, 70
UTHealth Blue       #4e738a     78, 115, 138
UTHealth Gray       #76777a     118, 119, 122

Secondary Colors
********************************************
Gulf Blue           #002856		0, 40, 86
Mustard Gold        #f2b826		242, 184, 38
Dark Sage           #577c69		87, 124, 105
Dusty Lavender      #807390		128, 115, 144

Neutral Colors
*********************************************
Light Sage          #b0bfbc		176, 191, 188
Sand                #b6a999		182, 169, 153
-------------------------------------------------------------- */
/*--------------------------------------------------------------
ACF Homepage
-------------------------------------------------------------- */
.container-home .site-content {
  font-size: 20px;
}

.container-home .site-content h1, .container-home .site-content h2, .container-home .site-content h3, .container-home .site-content h4, .container-home .site-content h5, .container-home .site-content h6 {
  font-family: "franklin-gothic-urw", "Franklin Gothic Book", "Franklin Gothic", "Trebuchet MS", "Trebuchet", sans-serif;
}

.container-home h1, .container-home h2, .container-home h3, .container-home h4, .container-home h5, .container-home h6 {
  font-weight: bold;
}

.container-home h2 {
  font-size: 40px;
}

.container-home .section-header h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000;
}

.container-home .section-header h2 a {
  color: #333333;
  font-weight: 500;
}

.container-home .section-header h2 a:after {
  content: " >";
  color: #f2b826;
  font-weight: bold;
}

.container-home h3 {
  font-size: 30px;
}

.container-home p {
  font-size: 20px;
}

.container-home a {
  text-decoration: none;
  font-weight: bold;
}

.container-home a:hover, .container-home a:focus {
  text-decoration: underline;
}

.container-home .btn-white {
  background-color: #ffffff;
  color: #002856;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
}

.container-home .btn-white:hover, .container-home .btn-white:focus {
  background-color: #f2b826;
  font-weight: bold;
}

.container-home .no-padding {
  padding: 0;
}

.container-home .py-1 {
  padding: .25em 0;
}

.container-home .py-2 {
  padding: .5em 0;
}

.container-home .py-3 {
  padding: 1em 0;
}

.container-home .py-4 {
  padding: 1.5em 0;
}

.container-home .py-5 {
  padding: 3em 0;
}

.container-home .px-1 {
  padding: 0 .25em;
}

.container-home .px-2 {
  padding: 0 .5em;
}

.container-home .px-3 {
  padding: 0 1em;
}

.container-home .px-4 {
  padding: 0 1.5em;
}

.container-home .px-5 {
  padding: 0 3em;
}

.container-home .p-1 {
  padding: .25em;
}

.container-home .p-2 {
  padding: .5em;
}

.container-home .p-3 {
  padding: 1em;
}

.container-home .p-4 {
  padding: 1.5em;
}

.container-home .p-5 {
  padding: 3em;
}

.container-home .flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-home .w-100 {
  width: 100%;
}

.container-home .spacer {
  margin-bottom: 10px;
}

.banner-caption {
  color: #ffffff;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner-caption h2 {
  margin: 0;
}

.banner-caption.bcorange {
  background-color: rgba(174, 96, 66, 0.84);
}

.banner-caption.bcblue {
  background-color: rgba(78, 115, 138, 0.84);
}

.banner-caption.bcgulfblue {
  background-color: rgba(0, 40, 86, 0.84);
}

#alert-bar, #mobile-alert-bar {
  background-color: #A80000;
  color: #ffffff;
  text-align: center;
  padding: 14px;
}

#alert-bar p, #mobile-alert-bar p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

#alert-bar h1, #alert-bar h2, #alert-bar h3, #alert-bar h4, #alert-bar h5, #alert-bar h6, #mobile-alert-bar h1, #mobile-alert-bar h2, #mobile-alert-bar h3, #mobile-alert-bar h4, #mobile-alert-bar h5, #mobile-alert-bar h6 {
  font-weight: bold;
  margin: 0;
}

#alert-bar h2, #mobile-alert-bar h2 {
  font-size: 40px;
}

#alert-bar h3, #mobile-alert-bar h3 {
  font-size: 30px;
}

#mobile-alert-bar {
  display: none;
}

#main .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#main .video-container #pause-btn, #main .video-container #play-btn {
  z-index: 1;
  position: absolute;
  bottom: 0%;
  right: 1%;
  border: none;
  padding: 0;
  color: #ffffff;
  font-size: 30px;
  background: none;
}

#main .video-container #videobanner {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 100%;
  height: 250vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

#main .video-container #slider {
  display: none;
}

#fs-section {
  /* Snippet to set columns to equal height since Bootstrap 3 doesn't use Flexbox */
}

#fs-section a {
  color: #ffffff;
  font-weight: bold;
  /* Change underline to blue on featured story hover */
  /* Show overlay on featured story hover */
  /* Zoom image & grayscale on featured story hover */
  /* Change title background on featured story hover */
}

#fs-section a:hover {
  color: #002856 !important;
}

#fs-section a:hover .fs-thumb-container .fs-overlay {
  opacity: 0.70;
}

#fs-section a:hover .fs-thumb-container img {
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
}

#fs-section a:hover .fs-title-container {
  background-color: #f2b826;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #002856;
}

#fs-section .fs-title-container {
  background-color: #4E738A;
  color: #ffffff;
  padding: 10px 20px;
  height: 108px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

#fs-section .fs-title-container span {
  font-size: 20px;
  margin: 0;
}

#fs-section .fs-thumb-container {
  position: relative;
  overflow: hidden;
}

#fs-section .fs-thumb-container img {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#fs-section .fs-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #002856;
}

#fs-section.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#adtl-items-section #btn-overlay {
  position: absolute;
  bottom: 15%;
  left: 3%;
}

#adtl-items-section #text-overlay, #adtl-items-section #text-overlay-mobile {
  background: #ffffff;
  padding: 16px;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 33%;
}

#adtl-items-section #text-overlay p, #adtl-items-section #text-overlay-mobile p {
  font-size: 17px;
}

#adtl-items-section #text-overlay-mobile {
  display: none;
  position: relative;
  width: 100%;
}

#fifty-years-section {
  background-color: #002856;
  color: #ffffff;
}

#fifty-years-section p {
  font-size: 20px;
}

#fifty-years-section .col-padding {
  padding-left: 24px;
  padding-right: 24px;
}

#fifty-years-section object {
  display: block;
}

#wam-section {
  background-color: #002856;
  color: #ffffff;
}

#wam-section .col-padding {
  padding-left: 24px;
  padding-right: 24px;
}

#pub-section {
  font-size: 20px;
}

#pub-section .row {
  background-color: #b0bfbc;
  color: #000000;
}

#pub-section .pub-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #002856;
}

#pub-section #publications > div {
  position: relative;
  overflow: hidden;
}

#pub-section #publications > div img {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#pub-section #publications > div a:hover .pub-overlay {
  opacity: 0.95;
}

#pub-section #publications > div a:hover img {
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
}

#pub-section .pub-overlay-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: bold;
}

#pub-section .pub-overlay-title:hover {
  text-decoration: underline;
}

#events-container #events-section {
  /* Snippet to set columns to equal height since Bootstrap 3 doesn't use Flexbox */
}

#events-container #events-section div {
  background-color: #ebebeb;
  text-align: center;
}

#events-container #events-section div:hover, #events-container #events-section div:hover .event-date, #events-container #events-section div:hover .event-link {
  background-color: #f2b826;
}

#events-container #events-section div:hover a {
  color: #002856;
}

#events-container #events-section hr {
  border-color: #002856;
}

#events-container #events-section a {
  color: #002856;
  display: block;
  height: 100%;
  text-decoration: none;
}

#events-container #events-section a .event-date p {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

#events-container #events-section a .event-link h3 {
  color: #002856;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
}

#events-container #events-section a:hover .event-date p {
  text-decoration: underline;
}

#events-container #events-section.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sticky-footer-container {
  margin-top: 56px;
}

#sticky-footer-container #sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f2b826;
  color: #002856;
  text-align: center;
  padding: 14px 0;
  font-family: "franklin-gothic-urw", "Franklin Gothic Book", "Franklin Gothic", "Trebuchet MS", "Trebuchet", sans-serif;
}

#sticky-footer-container a {
  color: #002856;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

#sticky-footer-container a:hover, #sticky-footer-container a:focus {
  text-decoration: underline;
}

#insta-section {
  /* Instagram Plugin Margin Override */
}

#insta-section h3 {
  font-size: 20px;
  margin: 0;
}

#insta-section span.fa-instagram {
  font-size: 22px;
}

#insta-section .ri-grid {
  margin: 0 !important;
}

@media screen and (min-width: 1900px) {
  #main .video-container {
    height: 900px;
  }
}

@media (min-width: 1600px) and (max-width: 1899px) {
  #main .video-container {
    height: 800px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  #main .video-container {
    height: 700px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #main .video-container {
    height: 600px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #main .video-container {
    height: 500px;
  }
  #adtl-items-section #text-overlay {
    width: 46%;
  }
  #fs-section .fs-title-container {
    height: 136px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #main .video-container {
    height: 400px;
  }
}

@media (max-width: 991px) {
  #alert-bar {
    display: none;
  }
  #mobile-alert-bar {
    display: block;
  }
  .flex-align-center {
    display: block !important;
  }
  #pub-section .text-center {
    text-align: left;
  }
  #wam-description.py-2, #fifty-years-description.py-2 {
    padding: 0;
  }
  .pub-overlay {
    opacity: 1 !important;
    bottom: 0 !important;
    top: revert !important;
    height: 75px !important;
  }
  #publications > div img {
    -webkit-transition: none !important;
    transition: none !important;
  }
  #publications > div a:hover img {
    /* IE 9 */
    -webkit-transform: none !important;
    /* Safari 3-8 */
    transform: none !important;
    -webkit-filter: none !important;
  }
}

@media (max-width: 767px) {
  #main .video-container {
    height: auto;
  }
  #main .video-container #pause-btn, #main .video-container #play-btn, #main .video-container #videobanner {
    display: none;
  }
  #main .video-container #slider {
    display: block;
  }
  #wam-section .col-padding, #fifty-years-section .col-padding {
    padding-bottom: 24px;
  }
}

@media (max-width: 581px) {
  .banner-caption {
    position: relative;
    opacity: 1;
  }
  .banner-caption.bcorange {
    background-color: #ae6042;
  }
  .banner-caption.bcblue {
    background-color: #4e738a;
  }
  .banner-caption.bcgulfblue {
    background-color: #002856;
  }
  #text-overlay-mobile {
    display: block !important;
  }
  #text-overlay {
    display: none;
  }
  #insta-section a {
    display: block;
  }
}

/*--------------------------------------------------------------
ACF News
-------------------------------------------------------------- */
.container-news {
  margin-top: 20px;
  margin-bottom: 10px;
}

.container-news .page-header {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.container-news h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}

.container-news .btn-white {
  background-color: #ffffff;
  color: #002856;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
}

.container-news .btn-white:hover, .container-news .btn-white:focus {
  background-color: #f2b826;
}

.container-news #headlines {
  margin-bottom: 10px;
}

.container-news #headlines .headlines-title h2 {
  font-size: 24px;
  margin-top: 0;
}

.container-news #headlines .headlines-title h2 a {
  text-decoration: none;
}

.container-news #headlines .headlines-title h2 a:hover {
  text-decoration: underline;
}

.container-news #headlines .headlines-title h2 a:after {
  content: " >";
  color: #f2b826;
  font-weight: bold;
}

.container-news #headlines .headlines-news-main {
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

.container-news #headlines .headlines-news-main a {
  text-decoration: none;
}

.container-news #headlines .headlines-news-main a #hs_title_cutline {
  background-color: rgba(0, 40, 86, 0.85);
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 10px 10px 10px 10px;
}

.container-news #headlines .headlines-news-main a #hs_title_cutline div.h3 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: underline;
}

.container-news #headlines .headlines-news-main a #hs_title_cutline p {
  margin: 0 0 0 0;
}

.container-news #headlines .news_items_repeater_row {
  margin-bottom: 10px;
}

.container-news #headlines .news_items_repeater_row:last-child {
  margin-bottom: 0;
}

.container-news #headlines .news_items_repeater_row a {
  color: #333333;
  text-decoration: none;
}

.container-news #headlines .news_items_repeater_row a .h4 {
  font-weight: bold;
  margin-top: 0;
  text-decoration: underline;
}

.container-news #seen-trending #seen-campus h2 {
  font-size: 24px;
  margin-top: 0;
}

.container-news #seen-trending #seen-campus h2 a {
  text-decoration: none;
}

.container-news #seen-trending #seen-campus h2 a:hover {
  text-decoration: underline;
}

.container-news #seen-trending #seen-campus h2 a:after {
  content: " >";
  color: #e4b738;
  font-weight: bold;
}

.container-news #seen-trending #seen-campus #seen-campus-list {
  padding-left: 0;
}

.container-news #seen-trending #seen-campus #seen-campus-list li.seen-campus-item {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 47%;
}

.container-news #seen-trending #seen-campus #seen-campus-list li.seen-campus-item:nth-child(2n+2) {
  margin-right: 0;
}

.container-news #seen-trending #seen-campus #seen-campus-list li.seen-campus-item img {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 100%;
}

.container-news #seen-trending #seen-campus #seen-campus-list li.seen-campus-item:hover img {
  overflow: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.container-news #trending-news h2 {
  font-size: 24px;
  margin-top: 0;
}

.container-news #trending-news #trending-news-container {
  background-color: #eeeeee;
}

.container-news #trending-news #trending-news-container ul#trending-news-container-list {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  padding: 15px 15px 15px 15px;
}

.container-news #trending-news #trending-news-container ul#trending-news-container-list li {
  color: #333333;
  margin-bottom: 20px;
}

.container-news #trending-news #trending-news-container ul#trending-news-container-list li a {
  color: #333333;
  text-decoration: none;
}

.container-news #trending-news #trending-news-container ul#trending-news-container-list li a:hover {
  text-decoration: underline;
}

.container-news #trending-news #trending-news-container ul#trending-news-container-list li span.news-source {
  font-size: 13px;
  font-weight: normal;
}

.container-news #videos-publications {
  margin-bottom: 15px;
}

.container-news #videos-publications h2 {
  font-size: 24px;
  margin-top: 0;
  padding-left: 15px;
}

.container-news #videos-publications h2 a {
  text-decoration: none;
}

.container-news #videos-publications h2 a:hover {
  text-decoration: underline;
}

.container-news #videos-publications h2 a:after {
  content: " >";
  color: #f2b826;
  font-weight: bold;
}

.container-news #videos-publications .news-videos {
  margin-bottom: 10px;
}

.container-news #videos-publications .news-videos-modal .black-bg {
  background: rgba(0, 0, 0, 0.8);
}

.container-news #videos-publications .news-videos-modal .modal-title {
  color: #ffffff;
  text-align: center;
}

.container-news #videos-publications #news-publications h2 {
  padding-left: 0;
}

.container-news #videos-publications #news-publications .news-publications-content {
  background-color: #002856;
  color: #ffffff;
  height: 280px;
  padding: 15px 15px 15px 15px;
}

.container-news #videos-publications #news-publications .news-publications-content p {
  font-size: 20px;
}

.container-news #videos-publications #news-publications .news-publications-content a.btn-white {
  margin-top: 30px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-decoration: none;
}

.container-news #videos-publications #news-publications .news-publications-content a.btn-white:hover {
  text-decoration: underline;
}

.container-news #calendar-events-container {
  margin-bottom: 10px;
}

.container-news #calendar-events-container #events-title {
  text-align: left;
}

.container-news #calendar-events-container #events-title h2 {
  font-size: 24px;
  margin-top: 0;
}

.container-news #calendar-events-container #events-title h2 a {
  text-decoration: none;
}

.container-news #calendar-events-container #events-title h2 a:hover {
  text-decoration: underline;
}

.container-news #calendar-events-container #events-title h2 a:after {
  content: " >";
  color: #f2b826;
  font-weight: bold;
}

.container-news #calendar-events-container #events-section.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-news #calendar-events-container #events-section.equal div {
  background-color: #ebebeb;
  text-align: center;
}

.container-news #calendar-events-container #events-section.equal div:hover, .container-news #calendar-events-container #events-section.equal div:hover .event-date, .container-news #calendar-events-container #events-section.equal div:hover .event-link {
  background-color: #f2b826;
}

.container-news #calendar-events-container #events-section.equal div:hover a {
  color: #002856;
}

.container-news #calendar-events-container #events-section.equal hr {
  border-color: #002856;
}

.container-news #calendar-events-container #events-section.equal a {
  color: #002856;
}

.container-news #calendar-events-container #events-section.equal .col-xs-11 {
  margin-bottom: 15px;
  margin-left: 15px;
}

.container-news #calendar-events-container #events-section.equal .py-4 a {
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  text-decoration: none;
  top: 0;
}

.container-news #calendar-events-container #events-section.equal .py-4 a .event-date h4 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.container-news #calendar-events-container #events-section.equal .py-4 a:hover .event-date h4 {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .container-news {
    margin-top: 0px;
  }
  .container-news #headlines {
    margin-bottom: 15px;
  }
  .container-news #headlines .headlines-title {
    padding-left: 0;
  }
  .container-news #headlines .headlines-news-main {
    margin-bottom: 0;
    position: relative;
  }
  .container-news #headlines .headlines-news-main a #hs_title_cutline {
    margin-top: -100px;
    position: absolute;
  }
  .container-news #headlines .headlines-news-main a #hs_title_cutline div.h3 {
    text-decoration: none;
  }
  .container-news #headlines .headlines-news-main:hover #hs_title_cutline div.h3 {
    text-decoration: underline;
  }
  .container-news #headlines .news_items_repeater_row a {
    text-decoration: none;
  }
  .container-news #headlines .news_items_repeater_row a .h4 {
    text-decoration: none;
  }
  .container-news #headlines .news_items_repeater_row a:hover {
    text-decoration: none;
  }
  .container-news #headlines .news_items_repeater_row a:hover .h4 {
    text-decoration: underline;
  }
  .container-news #headlines .news_items_repeater_row a:hover p {
    text-decoration: none;
  }
  .container-news #seen-trending #seen-campus {
    padding-right: 0;
    padding-left: 0;
  }
  .container-news #seen-trending #seen-campus #seen-campus-list li.seen-campus-item {
    width: 32%;
  }
  .container-news #seen-trending #seen-campus #seen-campus-list li.seen-campus-item:nth-child(2n+2) {
    margin-right: 15px;
  }
  .container-news #seen-trending #seen-campus #seen-campus-list li.seen-campus-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .container-news #trending-news #trending-news-container {
    height: 515px;
  }
  .container-news #videos-publications-titles .col-md-8 {
    padding-left: 0;
  }
  .container-news #videos-publications-titles h2 {
    font-size: 24px;
    margin-top: 0;
    padding-left: 0;
  }
  .container-news #videos-publications-titles h2 a {
    text-decoration: none;
  }
  .container-news #videos-publications-titles h2 a:hover {
    text-decoration: underline;
  }
  .container-news #videos-publications-titles h2 a:after {
    content: " >";
    color: #f2b826;
    font-weight: bold;
  }
  .container-news #videos-publications div:nth-child(2) {
    margin-right: 30px;
  }
  .container-news #videos-publications .news-videos {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: 32%;
  }
  .container-news #videos-publications #news-publications .news-publications-content {
    margin-right: 0;
  }
  .container-news #calendar-events-container .col-md-12 {
    padding-right: 30px;
  }
  .container-news #calendar-events-container #events-title {
    padding-left: 0;
  }
  .container-news #calendar-events-container #events-section.equal .col-xs-11 {
    margin-bottom: 0;
    margin-left: 0;
  }
}

/* --------------------------------------------------------------
                      TILED LISTING STYLING
-------------------------------------------------------------- */
.tiled-listing-container .tile {
  width: 100%;
  border: solid 1px #f9f9f9;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  margin: 0 10px 15px 0;
  -webkit-box-shadow: 0 4px 12px #eee;
          box-shadow: 0 4px 12px #eee;
  text-align: center;
}

.tiled-listing-container .tile:hover {
  background-color: #f9f9f9;
}

.tiled-listing-container .tile__wrap--inner {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (min-width: 570px) and (max-width: 991px) {
  .tiled-listing-container .tile__wrap--inner {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .tiled-listing-container .tile__wrap--inner {
    width: 25%;
  }
}

.tiled-listing-container .tile__wrap--outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.tiled-listing-container .tile .tile-img-container {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 10px #ccc;
  box-shadow: 0 4px 10px #ccc;
}

@media (min-width: 299px) and (max-width: 569px) {
  .tiled-listing-container .tile .tile-img-container {
    height: 300px !important;
  }
}

@media (min-width: 570px) and (max-width: 991px) {
  .tiled-listing-container .tile .tile-img-container {
    height: 250px !important;
  }
}

@media (min-width: 992px) {
  .tiled-listing-container .tile .tile-img-container {
    height: 250px !important;
  }
}

.tiled-listing-container .tile .tile-title-container {
  margin-bottom: 20px;
  font-size: 22px;
  padding: 0 10px;
}

.tiled-listing-container .tile .tile-title-container a, .tiled-listing-container .tile .tile-title-container strong {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .tiled-listing-container .tile .tile-title-container {
    font-size: 17px !important;
  }
}

.tiled-listing-container .tile .tile-descrp-container p {
  font-size: 18px;
  padding: 0 20px 10px;
  text-align: left;
}

@media (min-width: 992px) {
  .tiled-listing-container .tile .tile-descrp-container p {
    font-size: 16px !important;
  }
}

.tiled-listing-container .flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tiled-listing ul li {
  border: none !important;
}

/* --------------------------------------------------------------
                      SHOWCASE STYLING
-------------------------------------------------------------- */
.featured-image img {
  width: 100%;
}

#showcase .tile {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

#showcase .tl-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #002856;
}

#showcase a {
  /* Show overlay on featured story hover */
  /* Zoom image & grayscale on featured story hover */
}

#showcase a:hover .showcase-tile-img-container .tl-overlay {
  opacity: 0.70;
}

#showcase a:hover .showcase-tile-img-container img {
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
}

#showcase a .showcase-tile-img-container {
  position: relative;
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#showcase a .showcase-tile-img-container img {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
/*# sourceMappingURL=style.css.map */