/*
Theme Name: Mercury 1.2
Theme URI: https://ufl.edu/
Author: UFL
Author URI: https://ufl.edu/
Description: A University of Florida Branded WordPress Theme.
Version: 5.2.3.1
Tested up to: 6.1.1
Requires PHP: 5.6
License URI: https://ufl.edu
Text Domain: ufl
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

*/

/*
All style editing is done via scss/_bscore_custom.scss
*/
:root{--core-orange: #FA4616;
--core-blue: #0021A5;

--bottlebrush: #D32737;
--alachua: #F2A900;
--gator: #22884C;
--dark-blue: #002657;
--perennial: #6A2A60;

--white: #fff;
--cool-gray-11: #343741;
--cool-gray-3: #C7C9C8;
--warm-grey-1: #D8D4D7;
--black: #000;

--social-media-icons-background: #3350a5;
--social-media-icons-background-hover: #ffffff;
--social-media-icons-hover: #0021a5;
--header-gradient-1: #0021a5;
--header-gradient-2: #011877;
--header-gradient-3: #00d4ff;}
/* Main Search Styles */
img.search-icon{
    max-width: 28px;
}
.desk-only-search{
	margin-right: 5%;
	padding-right: 8.8%;
	padding-top: 3px;
	max-width: 7%;
    height: 43px;
    border-right: 1px var(--core-orange) solid;
}
.mobile-only-search{
	margin-right: 45px;
}
.search-button {
	background: none;
    border: none;
    color: white;
	padding: 3px;
    cursor: pointer;
}
@media(min-width: 1410px){
  .search-button {
      padding: 6px 3px;
  }
}
.search-modal {
	display:none;
}
.search-modal {
    padding: 70px 0;
    top: 0;
    background: white;
    position: absolute;
    z-index: 9999999999;
	width:100%;
}
body.search-has-run.search-open{
    overflow-y: hidden;
}
.search-has-run.search-open .search-modal{
    overflow-y: scroll;
    max-height: 100vh;
}
.search-open .alert{
    display: none;
}
.search-modal form.gsc-search-box {
	max-width: 935px;
    margin: 0 auto;
    border-bottom: 2px solid #9d6851;
    padding: 0 0 15px 0;
}
.search-modal .gsc-input-box#gsc-iw-id1 {
	border:none;
}
.search-modal .gsc-input-box#gsc-iw-id1::input {
	font-size: 26px;
    line-height: 48px;
    color: #0021A5;
    font-weight: 400;
}
.search-modal .gsc-input:focus {
	box-shadow:none;
	border:none;
}
.search-modal #gsc-i-id1,
.search-modal #gsc-i-id1::placeholder {
	background:none !important;
	border:none;
	width: 100%;
    font-family: "IBM Plex Sans Thin", Arial, sans-serif;
	font-size: 26px;
    line-height: 48px;
    color: #0021A5;
    font-weight: 400;
}
.search-modal .gsc-search-button-v2,
.search-modal .gsc-search-button-v2:hover,
.search-modal .gsc-search-button-v2:focus {
	background: white;
    border: none;
    padding: 0;
}
.search-modal .gscb_a {
	display:none;
}
.search-modal .close-search {
    position: absolute;
    right: 115px;
    top: 45px;
    height: 42px;
    width: 42px;
    font-size: 60px;
    padding: 5px;
    line-height: 60px;
    z-index: 100;
    text-align: center;
	cursor: pointer;
	background:none;
	border:none;
}
.search-modal .close-search img.search-icon {
    top: -15px;
    position: relative;
}
.search-modal .close-search .dashicons {
	height: 40px;
    width: 40px;
}
.search-modal .close-search .dashicons-no-alt:before {
    font-size: 40px;
    color: var(--core-blue);
}
.search-modal .gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
    max-width: 85vw;
    margin: 0 auto;
}
.search-modal .gsc-expansionArea,
.search-modal .gcsc-more-maybe-branding-root {
	font-family: "IBM Plex Sans Thin", Arial, sans-serif;
}
.search-modal .gs-title,
.search-modal .gcsc-more-maybe-branding-root a {
	padding:0;
}
.search-modal .gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #333;
}

.search-modal div.gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block;
    color: white;
    background: var(--core-blue);
    border: 2px solid var(--core-blue);
    width: 28px;
	line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-family: "IBM Plex Sans Thin", Arial, sans-serif;
    font-size: 16px;
	margin: 2px;
}

.search-modal div.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    background:white;
    color: var(--core-blue);
   	border: 2px solid var(--core-blue);
}
.search-modal div.gs-webResult div.gs-visibleUrl,
.search-modal div.gs-promotion .gs-visibleUrl,
.search-modal div.gs-webResult .gs-visibleUrl {
	color: var(--core-orange);
}
@media (max-width: 768px) {
	.site-logo img {
		width: 230px;
		height: auto;
		margin-top: 3px;
	}
	.footer-logo img {
		width: 350px;
	}
	.social-media-icon {
		margin: 0 5px;
	}
	.search-modal .close-search {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.search-modal .gsc-search-button-v2 img {
		height:24px;
		width:24px;
	}
	.search-modal form.gsc-search-box {
		padding:0;
	}
}
table.gssb_c{
	z-index: 9999999999;
}
#search-modal[style*="display: block"] + .alert-section {
    display: none;
}

***********************************************************************************
******************************* CUSTOM CODE ***************************************
***********************************************************************************

span.alert-link { display: none !important; }
span.icon-alert { padding: 7.5px 0 0 7.5px !important; }

@media (max-width: 800px)
{
	.wp-block-create-block-card-text-image .cards-text-image-inner-wrapper .col-wrapper {
		row-gap: 200px;
		overflow: hidden;
		padding-bottom: 10rem !important;
	}
}

@media (min-width: 1410px)
{
.container, .wp-block-columns 
	{ 
	max-width: 1560px; 
	margin-left: auto;
    margin-right: auto; 
	}
}

.single-news {
    margin-top: 10rem !important;
    margin-bottom: 5rem !important;
}

.card-header { padding-top: 1rem; }

.wp-block-cover { min-height: 15rem !important; }

.wp-block-create-block-card-text-image { padding: 0 0 5rem 0 !important;}

.card-3-up {
	max-width: 1400px; 
	margin-left: auto;
    margin-right: auto; 
}

.nav-link {
	color:#ffffff;
	font-family:"IBM Plex Sans Medium";
	font-size:18px;
	margin-bottom: 0;
	margin-top: 8px;
	padding-bottom: 0;
	border-bottom: #fa471600 2px solid;
	text-transform: uppercase;
}

li.widget_text {
	padding: 0 0 0.5rem 0 !important;
}

.slider-col { max-width: 400px !important; }

/* 'button animated-border-button button-border-blue button-text-dark' width: 1560px; */
.btn {
	border: 1px solid #0021a5;	
    text-decoration: none;
	padding: 15px 43px;
    position: relative;
    font-size: 26px;
    font-family: "IBM Plex Sans Medium", Arial,  sans-serif;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
    display: inline-flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    align-content: center;
	border-radius: 0;
}

.btn:hover {
	border: 1px solid #000;
	background-color: #f4f6f6;
}

.youtube-embed {
	width: 100%;
	max-width: 1560px;
	margin-left: auto;
    margin-right: auto;
}

.slider {
	text-align: center;
	width: 100%;
	max-width: 1560px;
	margin: auto;
}

.single-news { margin-top: 5rem; margin-bottom: 2.5rem; }

ul.wp-block-rss {
	list-style-type: none !important;
	padding: 0 !important;
}

.wp-block-rss__item {
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	padding: 1rem 2rem 1rem 2rem !important;
}

/* ************ UF ALERT BANNER ************ */
.btn-circle svg, .btn-mobile-toggle a svg, .big-list .arw-right svg, .sidenav .arw-right svg, .styled-select .arw-right svg, :root .uf-check input[type="checkbox"] + div .icon-svg, :root .uf-check input[type="radio"] + div:after, .header .logo img, .btn-search .icon-svg, .btn-menu .icon-svg, .btn-show-aux .icon-svg, .emergency-modal .icon-alert svg, .alert-small .icon-alert svg, .emergency-modal-close .icon-svg, .stat-wrap .stat h2, .stat-wrap .info-copy, .stat-block, .center-vert-all {
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .no-csstransforms .btn-circle svg, .btn-circle .no-csstransforms svg, .no-csstransforms .btn-mobile-toggle a svg, .btn-mobile-toggle a .no-csstransforms svg, .no-csstransforms .big-list .arw-right svg, .big-list .arw-right .no-csstransforms svg, .no-csstransforms .sidenav .arw-right svg, .sidenav .arw-right .no-csstransforms svg, .no-csstransforms .styled-select .arw-right svg, .styled-select .arw-right .no-csstransforms svg, :root .no-csstransforms .uf-check input[type="checkbox"] + div .icon-svg, .uf-check input[type="checkbox"] + div :root .no-csstransforms .icon-svg, :root .no-csstransforms .uf-check input[type="radio"] + div:after, .uf-check :root .no-csstransforms input[type="radio"] + div:after, .no-csstransforms .header .logo img, .header .logo .no-csstransforms img, .no-csstransforms .btn-search .icon-svg, .btn-search .no-csstransforms .icon-svg, .no-csstransforms .btn-menu .icon-svg, .btn-menu .no-csstransforms .icon-svg, .no-csstransforms .btn-show-aux .icon-svg, .btn-show-aux .no-csstransforms .icon-svg, .no-csstransforms .emergency-modal .icon-alert svg, .emergency-modal .icon-alert .no-csstransforms svg, .no-csstransforms .alert-small .icon-alert svg, .alert-small .icon-alert .no-csstransforms svg, .no-csstransforms .emergency-modal-close .icon-svg, .emergency-modal-close .no-csstransforms .icon-svg, .no-csstransforms .stat-wrap .stat h2, .stat-wrap .stat .no-csstransforms h2, .no-csstransforms .stat-wrap .info-copy, .stat-wrap .no-csstransforms .info-copy, .no-csstransforms .stat-block, .no-csstransforms .center-vert-all {
    position: relative;
    top: 0;
    left: 0; }
	
	.alert-small {
  background: #fff;
  background: rgba(255, 253, 246, 0.9);
  bottom: 0;
  min-height: 65px;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
  z-index: 990; }
  @media (min-width: 1500px) {
    .alert-small {
      height: 65px; } }

.emergency-modal .icon-alert, .alert-small .icon-alert {
  background: #ed1c24;
  display: inline-block;
  height: 65px;
  position: relative;
  vertical-align: middle;
  width: 65px; }
  .emergency-modal .icon-alert svg, .alert-small .icon-alert svg {
    color: #fff;
    height: 20px;
    width: 23px; }
.emergency-modal .alert-title strong, .alert-small .alert-title strong {
  color: #ed1c24; }
  @media (min-width: 1500px) {
    .emergency-modal .alert-title strong:after, .alert-small .alert-title strong:after {
      color: #333132;
      content: ' - ';
      display: inline; } }
.emergency-modal .alert-title, .emergency-modal .alert-link, .alert-small .alert-title, .alert-small .alert-link {
  color: #333132;
  display: inline-block;
  font: 500 16px/16px "IBM Plex Sans Medium", Arial, sans-serif;
  letter-spacing: 1px;
  margin-left: 15px;
  text-transform: uppercase;
  vertical-align: middle; }
  @media (min-width: 1500px) {
    .emergency-modal .alert-title, .emergency-modal .alert-link, .alert-small .alert-title, .alert-small .alert-link 
		{
			margin-left: 30px;

		} 
	}
.emergency-modal .alert-link, .alert-small .alert-link {
  font: 500 14px/14px "IBM Plex Sans Medium", Arial, sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1500px) {
    .emergency-modal .alert-link, .alert-small .alert-link {
      float: right;
      margin: 0 33px 0 0;
      position: relative; } }
  .emergency-modal .alert-link:hover, .alert-small .alert-link:hover {
    color: #fff; }
  .emergency-modal .alert-link .arw-right, .alert-small .alert-link .arw-right {
    height: 10px;
    margin-left: 10px;
    width: 12px; }

.emergency-modal-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 999; }
  @media (min-width: 1500px) and (max-width: 1024px) and (orientation: landscape) {
    .emergency-modal-wrap {
      background: none; } }
  .emergency-modal-wrap.fixed {
    background: #f9f6ed;
    background: rgba(249, 246, 237, 0.4); }
    @media (min-width: 1500px) {
      .emergency-modal-wrap.fixed {
        position: fixed;
        top: 0; } }

@media (max-width: 1500px) {
  .alert-small {
    font-size: 0;
    padding: 15px; } }
@media (max-width: 1500px) {
  .alert-small .alert-title {
    font-size: 13px;
    margin: 0;
    width: 70%; } }
@media (max-width: 1500px) {
  .alert-small .icon-alert {
    display: none; } }
@media (max-width: 1500px) {
  .alert-small .alert-title strong {
    display: block; } }
@media (max-width: 1500px) {
  .alert-small .alert-link {
    display: inline-block;
    font-size: 13px;
    float: none;
    margin: 0;
    position: relative;
    text-align: right;
    top: auto;
    transform: none;
    width: 30%; } }

.emergency-modal {
  margin: 80px auto 20px;
  min-height: 450px; }
  @media (min-width: 1500px) {
    .emergency-modal {
      width: 100%; } }
  @media (min-width: 1500px) {
    .emergency-modal {
      margin: 200px auto;
      width: 970px; } }
  .fixed .emergency-modal {
    margin: 80px 0 0; }
    @media (min-width: 1500px) {
      .fixed .emergency-modal {
        margin: 0; } }
    .fixed .emergency-modal .emergency-modal-content {
      box-shadow: none; }

.emergency-modal-header {
  background: #ed1c24;
  color: #fff;
  position: relative;
  width: 100%; }
  .emergency-modal-header .alert-title {
    color: #fff;
    font: 700 18px/1 "IBM Plex Sans Medium",  Arial, sans-serif;
    padding: 13px 0; }
    @media (min-width: 1500px) {
      .emergency-modal-header .alert-title {
        font-size: 22px;
        padding: 0; } }
  .emergency-modal-header .alert-link {
    color: #333132;
    margin: 0;
    left: 15px;
    position: absolute;
    top: 70px; }
    @media (min-width: 1500px) {
      .emergency-modal-header .alert-link {
        color: #fff;
        left: auto;
        right: 98px;
        top: 50%; } }
    .emergency-modal-header .alert-link:hover {
      color: #333132; }
  .emergency-modal-header a {
    color: #fff; }
  .emergency-modal-header .icon-alert {
    background: #f00;
    display: none; }
    @media (min-width: 1500px) {
      .emergency-modal-header .icon-alert {
        display: inline-block; } }
    .emergency-modal-header .icon-alert svg {
      color: #fff; }

.emergency-modal-content {
  background: #faf8f1;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
  color: #333132;
  padding: 50px 15px 15px; }
  @media (min-width: 1500px) and (max-width: 2024px) and (orientation: landscape) {
    .emergency-modal-content {
      padding: 15px; } }
  .emergency-modal-content a {
    color: #333132;
    text-decoration: underline; }
    .emergency-modal-content a:hover {
      color: #ed1c24; }
  .emergency-modal-content h2 {
    color: #333132;
    font: 700 32px/36px "IBM Plex Sans Medium",  Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .emergency-modal-content h3, .emergency-modal-content .kicker, .emergency-modal-content .featured-story h2, .featured-story .emergency-modal-content h2 {
    color: #333132;
    font: 500 16px/20px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase; }