html {
	overflow-y:scroll !important;
}
/*consider font-display if performance is lagging*/
/*@font-face {
  font-family: "Libre Franklin", Arial, sans-serif;
  src: url('.woff2') format('woff2'),
  url('.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-display: optional;
}*/
body {
	background-color:#fff;
	color:#000;
	font-family: Arial, sans-serif;
	font-size: 1.125rem;
	font-variant-ligatures:none;
	line-height: 1.625;
	padding-top:0;
	-webkit-font-smoothing:subpixel-antialiased;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
i b, b i, em strong, strong em {
	font-style:italic;
	font-weight:bold;
}
abbr[title] {
	border-bottom:none;
	text-decoration:none;
}
#content:focus, button:active {
	outline:none;
}
.inline {
	display:inline;
}
.cursor-pointer {
	cursor:pointer;
}
div.relative {
	position:relative;
}
/*use sr-only sr-only-focusable for visually hidden stuff, use display-none to hide completely*/
.display-none {
	display:none;
}
.skip-link.sr-only-focusable:not(:focus) {
	height:auto !important;
	margin-left:-9999px !important;
	width:auto !important;
}
.skip-link.sr-only-focusable:focus {
	background:#000;
	color:#fff;
	display: inline-block;
	line-height:1.5;
	margin:.5rem 1rem;
	padding:.5rem 1rem;
	text-decoration:none;
}
.backdrop {
	display: none;
}
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
a[target="_blank"]:not([class^=a2a_])::after {
	content:' \00a0\f35d';
	font:var(--fa-font-solid); /*fontawesome 6*/
	font-size: .75rem;
	opacity: .75;
	white-space: nowrap;
}
a.image-link[target="_blank"]::after {
	content:'';
	margin-left: 0;
	opacity: 1;
}
a.image-link[target="_blank"]:hover::after {
	background-color: rgba(0, 0, 0, .8);
	bottom: -1rem;
	color: #fff;
	content: ' \f35d';
	font:var(--fa-font-solid);
	font-size: .75rem;
	left: 0;
	line-height: 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1;
}
.navbar {
	background-color:#002657;
	border-bottom:3px solid #6c9bc3;
	border-radius:0;
	color:#fff;
	height:5.4rem;
	margin-bottom:2.3rem;
	padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
	z-index:100;
}
.navbar-uf-logo, .navbar-uf-logo:hover, .navbar-uf-logo:focus {
	background-color:#FA4616;
	border-bottom:none;
	height:9.4rem;
	left: env(safe-area-inset-left);
	position:absolute;
	top:0;
	width:9.4rem;
}
.navbar-uf-logo img {
	height:auto;
	width:100%;
}
.navbar-uf-logo:focus {
	outline:1px solid #fff;
	outline-offset:-1px;
}
a.navbar-uf-logo.image-link[target="_blank"]:hover::after {
	bottom:0;
}
.navbar-warrington-logo, .navbar-warrington-logo:hover, .navbar-warrington-logo:focus {
	border-bottom:none;
	float:left;
	height:5.4rem;
	line-height: 1;
	margin:0 1.5rem 0 11.4rem;
	width:32rem;
}
.navbar-warrington-logo h1 {
	font-size: 1rem;
	height: 100%;
	margin:0;
}
.navbar-warrington-logo img {
	height:auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
}
.navbar-toggleable-lg {
	display:none
}
.navbar-toggleable-lg::after {
    clear: both;
    content: "";
    display: table;
}
.navbar-utilitynav {
	float:right;
}
.navbar-utilitynav .nav-item {
	font-size:.875rem;
	height:5.2rem;/*keeps the divider line at the right height*/
	margin-bottom:0;
}
.navbar-utilitynav .nav-item + .nav-item {
	margin-left:1.5rem;
}
.navbar-utilitynav .nav-link {
	border-bottom:none;
	color:#fff;
	display:inline-block;
	line-height:2rem;
	margin:1.8rem 0 0;
	padding:0;
	text-decoration:none;
}
.navbar-utilitynav .nav-link:hover, .navbar-utilitynav .nav-link:focus {
	color:#9ad2e1;
	border-bottom:none
}
.navbar-utilitynav .dropdown {
	border-left:1px solid #014880;
	display: flex;
	text-align:center;
}
.navbar-utilitynav .dropdown a {
	border-bottom:none;
	font-size:1rem;
	margin: 0 3rem;
	padding:0;
	text-decoration: none;
}
.navbar-utilitynav .dropdown a.dropdown-toggle {
	align-self: center;
	display: flex;
	font-family: "Libre Franklin", Arial, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 700;
}
.navbar-utilitynav .dropdown.open {
	background:#001B3D;
}
.nav-link.dropdown-toggle::after {
	display:none
}
.navbar-utilitynav .dropdown .fa-chevron-down, .navbar-utilitynav .dropdown .fa-chevron-up {
	align-self: center;
	font-size: 1rem;
	margin-left:.5rem;
}
.navbar-utilitynav .dropdown.open .fa-chevron-down, .navbar-utilitynav .dropdown .fa-chevron-up {
	display:none;
}
.navbar-utilitynav .dropdown.open .fa-chevron-up {
	display:inline-block;
}
.navbar-utilitynav .dropdown-menu {
	background:#001B3D;
	border:none;
	border-radius:0;
	color:#fff;
	font-size:.875rem;
	margin:0;
	padding:.05rem 0 .5rem;
	text-align:left;
	width:100%;
}
.navbar-utilitynav .dropdown-menu li {
	color: #9ad2e1;
	font-size: .875rem;
	margin:0 1rem;
	padding-left: .5rem;
	padding-right: .5rem;
}
.navbar-utilitynav .dropdown .dropdown-item {
	color:#fff;
	margin:0;
	padding:.5rem 0;
	position:relative;
	white-space:normal;
}
.navbar-utilitynav .dropdown-menu > li:first-child {
	border-top: 1px dotted #9ad2e1;
	padding-top:.5rem
}
.navbar-utilitynav .dropdown .dropdown-item:hover, .navbar-utilitynav .dropdown .dropdown-item:focus {
	background:none;
	color:#9ad2e1;
}
.navbar-utilitynav .dropdown-menu ul {
	margin:.5rem 0 .75rem;
}
.navbar-utilitynav .dropdown-menu ul li {
	line-height:1;
	margin:0;
	padding:0 1rem;
}
.navbar-utilitynav .nav-item:last-child {
	margin:0;
}

.navbar-utilitynav .search-toggler {
	background-color:#014880;
	border:none;
	border-radius:0;
	color:#fff;
	font-size:1.5rem;
	height: 5.4rem;
	line-height:5.4rem;
	margin:0;
	padding:0;
	position: relative;
	text-align:center;
	width: 5.4rem;
	z-index:1;
}
.collapse.in.searchForm {
	height:5.4rem;
	position: absolute;
	right:5.4rem;
	top:0;
	width:32rem;
}
.navbar-utilitynav #searchForm .nav-link.search-warrington-btn {
	background-color:#999;
	border:none;
	border-radius:0;
	color:#000;
	font-size:1.5rem;
	height:5.4rem;
	line-height:5.4rem;
	margin:0;
	padding:0;
	position:absolute;
	right:-5.4rem;
	text-align:center;
	top:0;
	width:5.4rem;
	z-index:2;
}
.navbar-utilitynav #searchForm .nav-link.search-warrington-btn span {
	background-color:#999;
	color:#000;
}
.navbar-utilitynav #searchForm .nav-link.search-warrington-btn.display-none {
	display: none;
}
.navbar-utilitynav .search-toggler:hover, .navbar-utilitynav .search-toggler:focus {
	background-color: #002657;
	color: #fff;
}
.navbar-utilitynav .search-toggler:focus {
	outline: 1px solid #000;
	outline-offset:-1px;
}
.navbar-utilitynav #searchForm .nav-link.search-warrington-btn:hover, .navbar-utilitynav #searchForm .nav-link.search-warrington-btn:focus {
	background-color: #000;
	color: #fff;
}
.navbar-utilitynav #searchForm .nav-link.search-warrington-btn:focus{
	outline: 1px solid #fff;
	outline-offset:-1px;
}
#searchFormMobile {
	height:5.4rem;
	outline:none;
	position:relative;
	width:5.4rem;
}
input.search-warrington {
	border:none;
	font-size:1rem;
	height:5.4rem;
	padding:1rem;
	position:absolute;
	right:0;
	top:0;
    width:32rem;
}
input.search-warrington:focus {
	outline: 3px solid #6c9bc3;
	outline-offset:-3px;
}
#searchFormMobile:hover input.search-warrington, #searchFormMobile:focus input.search-warrington {
	right:5.4rem;
    width:32rem;
}

.navbar-mainnav {
	background-color:#001B3D;
	clear:both;
	height:2.3rem;
	padding-left:11.4rem;
}
.navbar-mainnav .nav-item {
	display:flex;
	margin-bottom:0
}
.navbar-mainnav .nav-item + .nav-item {
	margin-left:3rem;
}
.navbar-mainnav .nav-link {
	border-bottom:none;
	color:#fff;
	display:inline-block;
	font-size:1.125rem;
	line-height:1.2rem;
	margin-top:.25rem;
	padding:.25rem 0 .25rem;
	text-decoration: none;
}
.navbar-mainnav .nav-link:hover, .navbar-mainnav .nav-link:focus {
	color:#9ad2e1
}
.navbar-mainnav .nav-link.active, .navbar-utilitynav .nav-link.active {
	color:#9ad2e1;
	font-weight:bold;
}
.navbar-mainnav .nav-link.apply, .navbar-mainnav .nav-link.apply.active {
	background-color: #52833A;
	border: 1px solid #52833A;
	color:#fff;
	font-weight:bold;
	margin-top: calc(.25rem - 1px);
	padding: .25rem .625rem .375rem .625rem;
}
.navbar-mainnav .nav-link.apply:hover, .navbar-mainnav .nav-link.apply:focus,
.navbar-mainnav .nav-link.apply.active:hover, .navbar-mainnav .nav-link.apply.active:focus{
	color: #52833A !important;
	background-color: #fff;
	border: 1px solid #52833A;
	text-shadow: none;
}

/*white background menu*/
.nav-secondary {
	background-color:#f5f5f5;
	padding:1.5rem 11.4rem 1.2rem;
}
.nav-secondary .navbar-secondary {
	padding-top:.5rem;
}
.nav-secondary .navbar-nav .nav-item {
	line-height:1.2;
	margin-bottom:.5rem;
	margin-left:0;
	margin-right:1.5rem;
}
.nav-secondary .nav-link {
	color:#0063c7;
	font-size: 1rem;
	padding:.25rem 0;
	text-decoration:none;
	white-space:pre-wrap;
}
.nav-secondary .nav-link:hover, .nav-secondary .nav-link:focus {
	text-decoration:underline;
}

/*white menu ancestor item*/
.nav-secondary .desktop-menu .current-menu-ancestor .nav-link {
	font-weight:bold;
}
.nav-secondary .desktop-menu .current-menu-ancestor .nav-link:hover, .nav-secondary .desktop-menu .current-menu-ancestor .nav-link:focus {
	text-decoration:underline;
}

/*sidebar menu current page*/
.nav-secondary .current-menu-item > .nav-link {
	color:#000;
	font-weight:bold;
}
.nav-secondary .current-menu-item > .nav-link:hover, .nav-secondary .current-menu-item > .nav-link:focus {
}

/*begin sidebar menu*/
.sidebar .nav-sidebar {
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav-sidebar li a {
	color:#0063c7;
	text-decoration:none;
}
.nav-sidebar li a:hover, .nav-sidebar li a:focus {
	text-decoration:underline;
}
.nav-sidebar li a.active:hover, .nav-sidebar li a.active:focus {
}
.nav-sidebar .current-menu-item > a:hover, .nav-sidebar .current-menu-item > a:focus {
	font-weight:bold;
}
.nav-sidebar li ul.sub-menu {
	background-color: #f5f5f5;
	border: 2px solid #d8d8d8;
	display: none;
	margin: 0 0 3rem;
	padding: 1rem 1rem 1.75rem;
}
.nav-sidebar ul.sub-menu li.current-menu-item > a {
    color: #000 !important;
	font-weight:bold;
}

/*display of submenus based on menu item selection*/
.nav-sidebar > li, .nav-sidebar > li a {
	display:none;
	padding:0;
}
.nav-sidebar > li.current-menu-item, .nav-sidebar > li.current-menu-ancestor {
	display:block;
	margin-bottom:0;
}
.nav-sidebar ul.sub-menu > li a {
	display:inline;
}
.nav-sidebar li ul.sub-menu > li,
.nav-sidebar li.current-menu-ancestor > ul.sub-menu,
.nav-sidebar li.current-menu-item  > ul.sub-menu {
	display: block;
}
.nav-sidebar li.current-menu-item  > ul.sub-menu ul.sub-menu {
	display: none;
}
.nav-sidebar li ul.sub-menu ul, .nav-sidebar li ul.sub-menu li {
	border: none;
	line-height: 1.2;
	margin-bottom:0;
}
.nav-sidebar li ul.sub-menu li {
	padding:0 0 1rem 1rem;
}
.nav-sidebar li ul.sub-menu li:last-child {
	padding-bottom: 0;
}
.nav-sidebar > li > ul.sub-menu > li {
	padding:0 0 1rem;
}
.nav-sidebar li ul.sub-menu li ul, .menu ul.sub-menu li ul {
	margin-bottom:0 !important;
	padding:1rem 0 0;
}

.mobile-menu li, .mobile-menu li ul li {
	list-style-type:none;
}
.menu .no-menu-set {
	background: #d5d8d0;
	margin-bottom: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
}
.menu .no-menu-set h3 {
	color: #91969c;
	text-transform: capitalize;
}
.admin-bar .menu .no-menu-set {
	display:none;
}
/*end sidebar menu*/

#CollapsingNavbar {
	display: none;
}

main {
	padding-bottom: 6rem;
}
.vc_container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: max(2rem, env(safe-area-inset-left)) !important;
	padding-right: max(2rem, env(safe-area-inset-right)) !important;
	width:auto;
}

/*overriding forced padding when a row has a fill, this appeared when we removed our custom inserted .container div*/
#wcb .vc_col-has-fill>.vc_column-inner, #wcb .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, #wcb .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, #wcb .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}
.banner-row {
	padding-bottom: 4rem;
}
/*establishes the height of the banner by applying this class to an empty column*/
.banner-row .banner-height {
	height:600px;
}

/*overriding overflow to allow moving an item outside row like an RFI form up to overlap the banner, only necessary if the row is full width*/
.vc_row[data-vc-full-width].overflow-visible {
	overflow:visible !important;
}
/*addressing stretched row FOUC*/
/*#wcb .vc_row[data-vc-full-width] { left:-17px; position:relative; padding-left: 17px; padding-right: 17px; width: calc(100vw - 15px); }
#wcb .vc_row[data-vc-stretch-content] { padding-left: 0; padding-right: 0; width: calc(100vw - 15px); }*/


#wcb .pt-0 {
	padding-top:0rem !important;
}
#wcb .pb-0 {
	padding-bottom:0rem !important;
}
#wcb .pt-1 {
	padding-top:1rem !important;
}
#wcb .pb-1 {
	padding-bottom:1rem !important;
}
#wcb .pt-2 {
	padding-top:2rem !important;
}
#wcb .pb-2 {
	padding-bottom:2rem !important;
}
#wcb .pt-3 {
	padding-top:3rem !important;
}
#wcb .pb-3 {
	padding-bottom:3rem !important;
}
#wcb .pt-4 {
	padding-top:4rem !important;
}
#wcb .pb-4 {
	padding-bottom:4rem !important;
}
#wcb .pt-5 {
	padding-top:5rem !important;
}
#wcb .pb-5 {
	padding-bottom:5rem !important;
}

#wcb .mt-0 {
	margin-top:0rem !important;
}
#wcb .mb-0 {
	margin-bottom:0rem !important;
}
#wcb .mt-1 {
	margin-top:1rem !important;
}
#wcb .mb-1 {
	margin-bottom:1rem !important;
}
#wcb .mt-2 {
	margin-top:2rem !important;
}
#wcb .mb-2 {
	margin-bottom:2rem !important;
}
#wcb .mt-3 {
	margin-top:3rem !important;
}
#wcb .mb-3 {
	margin-bottom:3rem !important;
}
#wcb .mt-4 {
	margin-top:4rem !important;
}
#wcb .mb-4 {
	margin-bottom:4rem !important;
}
#wcb .mt-5 {
	margin-top:5rem !important;
}
#wcb .mb-5 {
	margin-bottom:5rem !important;
}


.bg-placeholder, .banner-single.bg-placeholder { /*unsure if we still need this*/
	background-color: #d6d8d1 !important;
}
.banner-full-tall img, .banner-full-short img {
	object-fit: cover;
	width: 100%;
}
.banner-full-tall, .banner-full-tall img {
	height:700px;
}
.banner-full-short, .banner-full-short img {
	height:425px;
}

.banner-center-center img {
	object-position: 50% 50%
}
.banner-left-center img {
	object-position: 0% 50%
}
.banner-right-center img {
	object-position: 100% 50%
}
.banner-left-top img {
	object-position: 0% 0%
}
.banner-right-top img {
	object-position: 100% 0%
}
.banner-left-bottom img {
	object-position: 0% 100%
}
.banner-right-bottom img {
	object-position: 100% 100%
}
.banner-center-top img {
	object-position: 50% 0%
}
.banner-center-bottom img {
	object-position: 50% 100%
}
.banner-single, .image-large {
	position:relative;
}
.banner-caption-svg {
	color:#fff;
	margin-bottom:2rem;
	margin-top:2rem;
}
#wcb .banner-center-center {
	background-position: center center !important;
}
#wcb .banner-left-center {
	background-position: left center !important;
}
#wcb .banner-right-center {
	background-position: right center !important;
}
#wcb .banner-left-top {
	background-position: left top !important;
}
#wcb .banner-right-top {
	background-position: right top !important;
}
#wcb .banner-left-bottom {
	background-position: left bottom !important;
}
#wcb .banner-right-bottom {
	background-position: right bottom !important;
}
#wcb .banner-center-top {
	background-position: center top !important;
}
#wcb .banner-center-bottom {
	background-position: center bottom !important;
}

/*for browser consistency*/
.img-fluid img, .img-fluid {
	height:auto;
	max-width:none;
	width:100%;
}
.carousel {
	clear:both;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    margin-top:-16px;
}
.carousel-control .icon-next {
	height:32px;
    margin-right:-15px;
}
.carousel-control .icon-prev {
	height:32px;
    margin-left:-15px;
}
.carousel-control {
	height: 100%;
	width: 10%;
	z-index:10
}
.carousel-control .icon-prev::before, .carousel-control .icon-next::before {
	font:var(--fa-font-solid);
    font-size: 50px;
    height: 50px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.carousel-control .icon-prev::before {
	content: "\f104";
}
.carousel-control .icon-next::before {
	content: "\f105";
}
a.carousel-control, a.carousel-control:hover, a.carousel-control:focus {
	border-bottom:none;
}
.carousel-indicators {
	bottom: -30px;
    left: 0;
    margin: 0 10%;
    padding-left: 0;
    width: 80%;
}
.carousel-indicators li {
	border: 1px solid #002657;
	margin: 1px;
}
.carousel-indicators li:hover, .carousel-indicators li:focus {
	background-color:#9ad2e1;
}
.carousel-indicators li.active {
	background-color:#FA4616;
	border: 1px solid #FA4616;
	cursor:default;
}
.carousel .pause-play {
    position:absolute;
    bottom:-30px;
}
.carousel .pause-play [role=button] {
	-webkit-appearance: initial;
	border-bottom:none;
	cursor:pointer;
	display:inline-block;
	height:22px;
	line-height:1;
	padding:3px;
	text-align:center;
	text-decoration:none;
	width:22px;
}
.carousel .pause-play [role=button]:hover, .carousel .pause-play [role=button]:focus {
	background:#fff
}
.carousel figure {
	margin:0
}
.carousel-caption-overlay, .caption-overlay {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.75)));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	bottom:0;
	color: #fff;
	left:0;
	position:absolute;
	right:0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    z-index: 10;
}
.carousel-caption-overlay.vertical-center, .caption-overlay.vertical-center {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(15%, rgba(0,0,0,0.25)),color-stop(85%, rgba(0,0,0,0.25)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 15%,rgba(0,0,0,0.25) 85%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 15%,rgba(0,0,0,0.25) 85%,rgba(0,0,0,0) 100%);
	bottom:auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.carousel-caption-overlay.image-inverse, .caption-overlay.image-inverse {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,0.75)));
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
	color: #000;
    text-shadow:none;
}
.carousel-caption-overlay.image-inverse.vertical-center, .caption-overlay.image-inverse.vertical-center {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(15%, rgba(255,255,255,0.25)),color-stop(85%, rgba(255,255,255,0.25)),to(rgba(255,255,255,0)));
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 15%,rgba(255,255,255,0.25) 85%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 15%,rgba(255,255,255,0.25) 85%,rgba(255,255,255,0) 100%);
}
.caption-overlay.vertical-bottom {
	bottom:0;
	top:auto;
}
.caption-overlay.vertical-center {
	bottom:auto;
	top: 50%;
	transform: translateY(-50%);
}
figcaption, .caption {
	color: rgba(0, 0, 0, 0.7);
	font-size:.875rem;
	line-height: 1.25;
	margin-top:.5rem;
}
.caption {
	margin-top:0;
}
figcaption.carousel-caption-overlay, figcaption.caption-overlay {
	font-size:1rem;
}
.carousel-caption-overlay {
	padding:1% 10% 0;
}
.carousel-caption-overlay.vertical-center {
	margin-top:0;
	padding:1% 10%;
}
.carousel-caption-overlay div.display-1, .carousel-caption-overlay div.display-2, .carousel-caption-overlay div.display-3, .carousel-caption-overlay div.display-4 {
    line-height:1.125;
    margin-bottom:1rem;
}
.caption-overlay {
	padding:2% max(2rem, env(safe-area-inset-right)) 2% max(2rem, env(safe-area-inset-left));
}
/*considered full-width banners probably don't need the dark gradient behind the caption*/
.banner-full-tall + .carousel-caption-overlay, .banner-full-short + .carousel-caption-overlay, 
.banner-full-tall + .caption-overlay, .banner-full-short + .caption-overlay {
	background:none;
}
.carousel-caption-overlay a, .caption-overlay a, .carousel-caption-overlay a:hover, .caption-overlay a:hover {
	color:#fff;
}
.carousel-caption-overlay a.no-bottom-border, .caption-overlay a.no-bottom-border {
	border-bottom:none;
}
.no-wrap {white-space:nowrap}
.link-action {
	background:#52833A;
	border-radius:50%;
	color:#fff;
	display:inline-block;
	font-size:1.25rem;
	height:2rem;
	line-height:2rem;
	text-align:center;
	width:2rem;
}
a:hover .link-action {
	background:#fff;
	color:#52833A;
}

.banner-single {
	background-color:transparent
}
.banner-single.overlay-text {
	background-color:#000
}
.banner-single.overlay-text.banner-inverse {
	background-color:#fff
}
.carousel-quotes .carousel-item {
	background-color:transparent;
}
.carousel-inverse .carousel-caption-overlay, .banner-inverse .caption-overlay {
	background:none;
	color:#000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
}
.carousel-inverse .carousel-caption-overlay a, .banner-inverse .caption-overlay a, .carousel-inverse .carousel-caption-overlay a:hover, .banner-inverse .caption-overlay a:hover {
	color:#000;
}

.content-mt {
	margin-top:4rem; /*adds margin above content. class can be removed if not wanted*/
}
#wcb .page-content {
	padding-right:1rem;
}
#wcb .page-content-1-col {
	margin: 0 auto;
	float: none;
}
#wcb .sidebar {
	border-left:8px solid #d8d8d8;
	font-size:1rem;
	line-height:1.625;
	min-height:0;
	padding-left:1rem;
}

/*HEADINGS*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color:#014880;
	font-family: "Libre Franklin", Arial, sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400; /*regular*/
	line-height:1.25;
	text-wrap:balance;
}
h1, .h1 {
	font-size: 4rem;
	margin-bottom: .5rem;
	margin-top:0;
}
/*h1.banner, .h1.banner {
	background-color:#014880;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display:inline;
	line-height:1.45;
	padding:.25rem 2rem;
}*/
nav.nav-secondary h1, nav.nav-secondary .h1, .nav-secondary-title.h1 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 2rem;
	font-weight: 700; /*bold*/
	display:block;
	margin-bottom: .25rem;
}
h1 .prepend-h1, .h1 .prepend-h1 {
	color: rgba(0, 0, 0, 0.6);
	display:block;
	font-size: 1.25rem;
	line-height:1.25;
}
h2, .h2 {
	font-size: 3rem;
	font-weight: 700; /*bold*/
	margin-bottom: 2.25rem;
	margin-top:4.75rem;
}
.banner-row h1, .banner-row .h1, .banner-row h2, .banner-row .h2 {
	/*background-color:#014880;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display:inline;
	font-size: 4rem;
	line-height:1.45;
	margin-bottom: .5rem;
	margin-top:0;
	padding:.25rem 2rem;*/
	font-size: 3.75rem;
	font-weight: 400; /*regular*/
	margin-bottom: 2.25rem;
	margin-top: 2.25rem;
	padding: 2rem 3rem 3rem;
}
h3, .h3 {
	font-size: 2.25rem;
	font-weight: 700; /*bold*/
	margin-bottom: 2rem;
	margin-top:4.25rem;
}
h4, .h4 {
	font-size: 2rem;
	margin-bottom: 1.75rem;
	margin-top:3.75rem;
}
h5, .h5 {
	font-size: 1.5rem;
	font-weight: 700; /*bold*/
	margin-bottom: 1.5rem;
	margin-top:3.25rem;
}
h6, .h6 {
	font-size: 1.375rem;
	font-weight: 700; /*bold*/
	margin-bottom: 1.25rem;
	margin-top:2.75rem;
}
.page-title.h6, .page-title.h6 span, span.h6, .entry-title, .entry-title .h6 {
	display:block;
	margin:0;
}
h1.border-bottom:after,
h2.border-bottom:after,
h3.border-bottom:after,
h4.border-bottom:after,
h5.border-bottom:after,
h6.border-bottom:after {
	background-color: #0021A5;
	content:'';
	display:block;
	height: .5rem;
	margin-top: .5rem;
	position: relative;
	width: 3rem;
}
.banner-row h1.border-bottom:after, .banner-row .h1.border-bottom:after,
.banner-row h2.border-bottom:after, .banner-row .h2.border-bottom:after {
	background-color: #FA4616;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color:#014880;
	text-decoration-thickness: .05em;
}
h1 a:hover, h1 a:focus,
h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover,
h2 a:focus, .h2 a:focus, h3 a:focus, .h3 a:focus, h4 a:focus, .h4 a:focus, h5 a:focus, .h5 a:focus, h6 a:focus, .h6 a:focus {
	color:#014880;
}
.text-xs-center h2:after, .text-xs-center .h2:after,
.text-xs-center h3:after, .text-xs-center .h3:after,
.text-xs-center h4:after, .text-xs-center .h4:after,
.text-xs-center h5:after, .text-xs-center .h5:after,
.text-xs-center h6:after, .text-xs-center .h6:after {
	margin:0 auto;
}
#wcb .vc_row .wpb_wrapper > h2:first-child, #wcb .vc_row .wpb_wrapper > .h2:first-child,
#wcb .vc_row .wpb_wrapper > h3:first-child, #wcb .vc_row .wpb_wrapper > .h3:first-child,
#wcb .vc_row .wpb_wrapper > h4:first-child, #wcb .vc_row .wpb_wrapper > .h4:first-child,
#wcb .vc_row .wpb_wrapper > h5:first-child, #wcb .vc_row .wpb_wrapper > .h5:first-child,
#wcb .vc_row .wpb_wrapper > h6:first-child, #wcb .vc_row .wpb_wrapper > .h6:first-child,
#wcb .vc_row .wpb_wrapper .page-header > h2:first-child, #wcb .vc_row .wpb_wrapper .page-header > .h2:first-child,
#wcb .vc_row .wpb_wrapper .page-header > h3:first-child, #wcb .vc_row .wpb_wrapper .page-header > .h3:first-child,
#wcb .vc_row .wpb_wrapper .page-header > h4:first-child, #wcb .vc_row .wpb_wrapper .page-header > .h4:first-child,
#wcb .vc_row .wpb_wrapper .page-header > h5:first-child, #wcb .vc_row .wpb_wrapper .page-header > .h5:first-child,
#wcb .vc_row .wpb_wrapper .page-header > h6:first-child, #wcb .vc_row .wpb_wrapper .page-header > .h6:first-child{
	margin-top: 0;
}

p, li {
	max-width:50rem
}
.lead, .lead li, .vc_col-sm-12 .lead, .vc_col-sm-12 .lead li {
	max-width:60rem
}
.lead {
	font-size: 1.5rem;
	line-height: 1.625;
	margin-bottom:1.5rem;
}
ul.lead {
	max-width:100%
}
.sidebar.vc_col-sm-12.vc_col-md-4 p, .sidebar.vc_col-sm-12.vc_col-md-4 li {
	font-size: 1rem;
	line-height: 1.5;
}

.no-bottom-margin p {
	margin-bottom:0;
}
p[class^="display-"] {
	max-width:none
}
p.small, span.small, small {
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.5 !important;
}
.text-xs-center p, p[style^="text-align: center"] {
	margin-left:auto;
	margin-right:auto;
}

[class*="banner-"] .bannertext {
	line-height:1;
}
.bannertext {
	font-family: "Libre Franklin", Arial, sans-serif;
	font-style: italic;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
div.xxlarge {
	font-size:5rem;
	line-height:1.125 !important;
}
div.xlarge {
	font-size:4.5rem;
	line-height:1.125 !important;
}
div.large {
	font-size:4rem;
	line-height:1.125 !important;
}
div.medium {
	font-size:3.5rem;
	line-height:1.125 !important;
}
div.small {
	font-size:3rem;
	line-height:1.125 !important;
}
div.xsmall {
	font-size:2.5rem;
	line-height:1.125 !important;
}

.carousel-caption-overlay ul.list-inline.btns, .caption-overlay ul.list-inline.btns {
	margin-bottom:0;
	margin-top:1rem;
}

a, a:hover, a:focus {
	color:#0063c7;
	text-decoration: underline;
}
/*not sure if we're using this*/
a[rel~="popup"]:after {
	content:' \f35d';
	font:var(--fa-font-solid);
}

ol, ul {
	padding-left: 2.25em;
}
ol ol, ul ul, ol ul, ul ol {
	padding-left: 1.5em;
}
/*this ordered list is good with two numbers before the decimal*/
/*ol {
	padding-left:2.5rem;
}*/
ul li, ol li, dl dd {
	line-height:1.325;
	margin-bottom:.625rem;
}
ul.lead li {
	margin-bottom:.625rem;
}
ul, ul ul ul ul {
	list-style-type:disc;
}
ul ul, ul ul ul ul ul {
	list-style-type:circle;
}
ul ul ul, ul ul ul ul ul ul {
	list-style-type:square;
}
ol, ol ol ol ol {
	list-style-type:decimal;
}
ol ol, ol ol ol ol ol {
	list-style-type:lower-alpha;
}
ol ol ol, ol ol ol ol ol ol {
	list-style-type:lower-roman;
}
ol.roman, ol.roman ol ol ol {
	list-style-type:upper-roman;
}
ol.roman ol, ol.roman ol ol ol ol {
	list-style-type:upper-alpha;
}
ol.roman ol ol, ol.roman ol ol ol ol ol {
	list-style-type:decimal;
}

dl dt {
	line-height:1.5;
}
li ul, li ol {
	margin-top:.8rem;
}
li p {
	line-height:1.5;
}

ul.no-bullet {
	list-style-type:none;
}
ul.no-indent-custom {
	padding-left:25px;
}
ol.no-number {
	list-style-type:none;
}
ul.no-bullet-no-indent,
ol.no-number-no-indent {
	list-style-type:none;
	padding-left:0;
}

ul.outdent {
	list-style:none;
	margin-left:3em;
	padding-left:0;
	text-indent:-3em;
}
ul.outdent ul {
	margin:0;
	padding: 0 0 0 1em;
	text-indent:0;
}

/*custom bullets*/
div.check-square ul, div.check-square-o ul, div.check ul, div.check-circle ul,
div.arrow-right ul, div.arrow-circle-right ul,
div.circle-right ul, div.circle-o-right ul {
	list-style:none;
	padding-left:2.5em;
}
div.check-square ul ul, div.check-square-o ul ul, div.check ul ul, div.check-circle ul ul,
div.arrow-right ul ul, div.arrow-circle-right ul ul,
div.circle-right ul ul, div.circle-o-right ul ul {
	padding-left:1.5em;
}
div.no-indent ul {
	padding-left:18px
}
div.no-indent-custom ul {
	padding-left:1.625em
}
div.check-square ul li:before, div.check-square-o ul li:before, div.check ul li:before, div.check-circle ul li:before,
div.arrow-right ul li:before, div.arrow-circle-right ul li:before,
div.circle-right ul li:before, div.circle-o-right ul li:before {    
	font:var(--fa-font-solid);
	display:inline-block;
	margin-left:-1.625rem;
	margin-right:.625rem;
	margin-top:.25rem;
	vertical-align:-.1rem;
	width:1rem;
}
.gator-orange-bullet ul li:before {
	color:#FA4616;
}
.apricot-bullet ul li:before {
	color:#e28f41;
}
.green-bullet ul li:before {
	color:#52833A;
}
.steel-bullet ul li:before {
	color:#6c9bc3;
}
.sky-bullet ul li:before {
	color:#9ad2e1;
}
.darkgray-bullet ul li:before { /*"HTML Gray"*/
	color:#808080;
}
div.check-square ul li:before {
	content:'\f14a';
	font-weight:900;
}
div.check-square-o ul li:before {
	content:'\f14a';
	font-weight:400;
}
div.check ul li:before {
	content:'\f00c';
	font-weight:900;
}
div.check-circle ul li:before {
	content:'\f058';
	font-weight:900;
}
div.arrow-right ul li:before {
	content:'\f061';
	font-weight:900;
}
div.arrow-circle-right ul li:before {
	content:'\f0a9';
	font-weight:900;
}
div.circle-right ul li:before {
	content:'\f35a';
	font-weight:900;
}
div.circle-o-right ul li:before {
	content:'\f35a';
	font-weight:400;
}
div.check-square ul.lead li:before, div.check-square-o ul.lead li:before, div.check ul.lead li:before, div.check-circle ul.lead li:before,
div.arrow-right ul.lead li:before, div.arrow-circle-right ul.lead li:before,
div.circle-right ul.lead li:before, div.circle-o-right ul.lead li:before {
	margin-left:-2.25rem;
	margin-right:1.25rem;
}
div.check-square ul ul ul ul, div.check-square-o ul ul ul ul, div.check ul ul ul ul, div.check-circle ul ul ul ul,
div.arrow-right ul ul ul ul, div.arrow-circle-right ul ul ul ul,
div.circle-right ul ul ul ul, div.circle-o-right ul ul ul ul {
	list-style-type:disc;
	margin-left: 0;
}
div.check-square ul ul, div.check-square ul ul ul ul ul, div.check-square-o ul ul, div.check-square-o ul ul ul ul ul, div.check ul ul, div.check ul ul ul ul ul, div.check-circle ul ul, div.check-circle ul ul ul ul ul,
div.arrow-right ul ul, div.arrow-right ul ul ul ul ul, div.arrow-circle-right ul ul, div.arrow-circle-right ul ul ul ul ul,
div.circle-right ul ul, div.circle-right ul ul ul ul ul, div.circle-o-right ul ul, div.circle-o-right ul ul ul ul ul {
	list-style-type:circle;
	margin-left: 0;
}
div.check-square ul ul ul, div.check-square ul ul ul ul ul ul, div.check-square-o ul ul ul, div.check-square-o ul ul ul ul ul ul, div.check ul ul ul, div.check ul ul ul ul ul ul, div.check-circle ul ul ul, div.check-circle ul ul ul ul ul ul,
div.arrow-right ul ul ul, div.arrow-right ul ul ul ul ul ul, div.arrow-circle-right ul ul ul, div.arrow-circle-right ul ul ul ul ul ul,
div.circle-right ul ul ul, div.circle-right ul ul ul ul ul ul, div.circle-o-right ul ul ul, div.circle-o-right ul ul ul ul ul ul {
	list-style-type:square;
	margin-left: 0;
}
div.check-square ul ul li:before, div.check-square-o ul ul li:before, div.check ul ul li:before, div.check-circle ul ul li:before,
div.arrow-right ul ul li:before, div.arrow-circle-right ul ul li:before,
div.circle-right ul ul li:before, div.circle-o-right ul ul li:before {
	content:none !important;
}

/*this ordered list is styled with a different bigger font and centered vertically with the first line*/
/*NOT IMPLEMENTED YET. USE WITH FUNCTIONS.PHP STYLE FORMATS
ol.bigger-numbers {
	list-style: none;
	counter-reset: big-number-counter;
}
ol.bigger-numbers li {
	counter-increment: big-number-counter;
}
ol.bigger-numbers li::before {
	content: counter(big-number-counter) ". ";
	font-family: "Libre Franklin", Arial, sans-serif;
	font-size: 1.5em;
	margin-left: -2rem;
	margin-right: .5rem;
	vertical-align: middle;
	float: left;
	display: inline-block;
	margin-top: -.175em;
	color: #80be63;
	text-align: right;
	width: 1.5rem;
}
ol.bigger-numbers.roman li::before {
	content: counter(big-number-counter, upper-roman) ". ";
}*/
/*Use this method to change the color, font, style of bullets or numbers (not using the ::before method)
ul li::marker {
	content: counter(bullet-color-counter) ".";
	color: red;
	font-weight: bold;
}*/

/*for 404, template pages that don't use Bakery and blog posts created via form like SCM*/
#wcb:not(.vc_transform) .vc_row {
	margin-left: -15px;
	margin-right: -15px;
}
#wcb:not(.vc_transform) .vc_row:after {
	clear: both;
}
#wcb:not(.vc_transform) .vc_row:after, #wcb:not(.vc_transform) .vc_row:before {
	content: " ";
	display: table;
}
#wcb:not(.vc_transform) .vc_column-inner {
	padding-left:15px;
	padding-right:15px;
}
#wcb:not(.vc_transform) .page-content, #wcb:not(.vc_transform) .sidebar {
	float:left; 
}
#wcb:not(.vc_transform) .page-content-1-col {
	width: 66.66666667%;
}

/*BACKGROUND COLORS*/
#wcb .transparent {
	background-color:transparent !important;
}
#wcb .beige {
	background-color:#e3e5de !important;/*original body background*/
	color:#000;
}
#wcb .dark-blue, .thead-dark-blue th {
	background-color:#001B3D !important;
	color:#fff;
}
#wcb .dusk-blue {
	background-color:#003058 !important;
	color:#fff;
}
#wcb .orange, .thead-orange th {
	background-color:#FA4616 !important;
	color:#000;
}
#wcb .blue, .thead-blue th {
	background-color:#0021a5 !important;
	color:#fff;
}
#wcb .forest, .thead-forest th {
	background-color:#5e8e3f !important;
	color:#000;
}
#wcb .sand, .thead-sand th {
	background-color:#cfb691 !important;
	color:#000;
}
#wcb .laurel, .thead-laurel th {
	background-color:#cfdbcb !important;
	color:#000;
}
#wcb .cream, .thead-cream th {
	background-color:#ffefcf !important;
	color:#000;
}
#wcb .grey, .thead-grey th {
	background-color:#a6a6a6 !important;
	color:#000;
}
#wcb .purple, .thead-purple th {
	background-color:#593674 !important;
	color:#fff;
}
#wcb .gold, .thead-gold th {
	background-color:#fcaf17 !important;
	color:#000;
}
#wcb .red, .thead-red th {
	background-color:#d7182a !important;
	color:#fff;
}
#wcb .steel, .thead-steel th {
	background-color:#6c9bc3 !important;
	color:#000;
}
#wcb .apricot, .thead-apricot th {
	background-color:#e28f41 !important;
	color:#000;
}
#wcb .aqua, .thead-aqua th {
	background-color:#CCEBEA !important;
	color:#000;
}
#wcb .green, .thead-green th {
	background-color:#80be63 !important;
	color:#000;
}
#wcb .tea, .thead-tea th {
	background-color:#e0e5cd !important;
	color:#000;
}
#wcb .denim, .thead-denim th {
	background-color:#2a315f !important;
	color:#fff;
}
#wcb .sky, .thead-sky th {
	background-color:#9ad2e1 !important;
	color:#000;
}
#wcb .peach, .thead-peach th {
	background-color:#e9b284 !important;
	color:#000;
}
#wcb .seal, .thead-seal th {
	background-color:#8f949a !important;
	color:#000;
}
#wcb .artichoke, .thead-artichoke th {
	background-color:#c1c3b2 !important;
	color:#000;
}
#wcb .white, .thead-white th {
	background-color:#fff !important;
	color:#000;
}
/*momentum brand colors*/
#wcb .black {
	background-color:#000 !important;
	color:#fff;
}
#wcb .coolgrey11 {
	background-color:#343741 !important;
	color:#fff;
}
#wcb .darkblue {
	background-color:#002657 !important;
	color:#fff;
}
#wcb .coolgrey3 {
	background-color:#C7C9C8 !important;
	color:#000;
}
#wcb .warmgrey1 {
	background-color:#D8D4D7 !important;
	color:#000;
}
#wcb .x11gray {/*"X11 Gray"*/
	background-color:#bebebe !important;
	color:#000;
}
/*named web colors*/
#wcb .aliceblue {
	background-color:#F0F8FF !important;
	color:#000;
}
#wcb .gainesboro {
	background-color:#dcdcdc !important;
	color:#000;
}
#wcb .silver {
	background-color:#c0c0c0 !important; /*darker than gainesboro*/
	color:#000;
}
#wcb .whitesmoke {
	background-color:#f5f5f5 !important;
	color:#000;
}

/*BACKGROUND GRADIENTS*/
/*dark text*/
#wcb .white-to-laurel {
	background: #a6a6a6;
	background: -o-linear-gradient(top, #fff 0%, #a6a6a6 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#a6a6a6 100%);
	background: linear-gradient(to bottom, #fff 0%,#a6a6a6 100%);
	background-color: #a6a6a6 !important;
	color:#000;
}
#wcb .white-to-sky {
	background: #9ad2e1;
	background: -o-linear-gradient(top, #fff 0%, #9ad2e1 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#9ad2e1 100%);
	background: linear-gradient(to bottom, #fff 0%,#9ad2e1 100%);
	background-color: #9ad2e1 !important;
	color:#000;
}
#wcb .white-to-cream {
	background: #ffefcf;
	background: -o-linear-gradient(top, #fff 0%, #ffefcf 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#ffefcf 100%);
	background: linear-gradient(to bottom, #fff 0%,#ffefcf 100%);
	background-color: #ffefcf !important;
	color:#000;
}
#wcb .white-to-tea {
	background: #e0e5cd;
	background: -o-linear-gradient(top, #fff 0%, #e0e5cd 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#e0e5cd 100%);
	background: linear-gradient(to bottom, #fff 0%,#e0e5cd 100%);
	background-color: #e0e5cd !important;
	color:#000;
}
#wcb .white-to-grey {
	background: #a6a6a6;
	background: -o-linear-gradient(top, #fff 0%, #a6a6a6 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#a6a6a6 100%);
	background: linear-gradient(to bottom, #fff 0%,#a6a6a6 100%);
	background-color: #a6a6a6 !important;
	color:#000;
}
#wcb .peach-to-apricot {
	background: #e9b284;
	background: -o-linear-gradient(top, #e9b284 0%, #e28f41 100%);
	background: -webkit-linear-gradient(top, #e9b284 0%,#e28f41 100%);
	background: linear-gradient(to bottom, #e9b284 0%,#e28f41 100%);
	background-color: #e9b284 !important;
	color:#000;
}
#wcb .sky-to-steel {
	background: #9ad2e1;
	background: -o-linear-gradient(top, #9ad2e1 0%, #6c9bc3 100%);
	background: -webkit-linear-gradient(top, #9ad2e1 0%,#6c9bc3 100%);
	background: linear-gradient(to bottom, #9ad2e1 0%,#6c9bc3 100%);
	background-color: #9ad2e1 !important;
	color:#000;
}
#wcb .sky-to-peach {
	background: #9ad2e1;
	background: -o-linear-gradient(top, #9ad2e1 0%, #e9b284 100%);
	background: -webkit-linear-gradient(top, #9ad2e1 0%,#e9b284 100%);
	background: linear-gradient(to bottom, #9ad2e1 0%,#e9b284 100%);
	background-color: #9ad2e1 !important;
	color:#000;
}
#wcb .tea-to-grey {
	background: #e0e5cd;
	background: -o-linear-gradient(top, #e0e5cd 0%, #a6a6a6 100%);
	background: -webkit-linear-gradient(top, #e0e5cd 0%,#a6a6a6 100%);
	background: linear-gradient(to bottom, #e0e5cd 0%,#a6a6a6 100%);
	background-color: #e0e5cd !important;
	color:#000;
}
#wcb .laurel-to-cream {
	background: #cfdbcb;
	background: -o-linear-gradient(top, #cfdbcb 0%, #ffefcf 100%);
	background: -webkit-linear-gradient(top, #cfdbcb 0%,#ffefcf 100%);
	background: linear-gradient(to bottom, #cfdbcb 0%,#ffefcf 100%);
	background-color: #cfdbcb !important;
	color:#000;
}
#wcb .artichoke-to-cream {
	background: #c1c3b2;
	background: -o-linear-gradient(top,  #c1c3b2 0%, #ffefcf 100%);
	background: -webkit-linear-gradient(top,  #c1c3b2 0%,#ffefcf 100%);
	background: linear-gradient(to bottom,  #c1c3b2 0%,#ffefcf 100%);
	background-color: #c1c3b2 !important;
	color:#000;
}
#wcb .artichoke-to-peach {
	background: #c1c3b2;
	background: -o-linear-gradient(top, #c1c3b2 0%, #e9b284 100%);
	background: -webkit-linear-gradient(top, #c1c3b2 0%,#e9b284 100%);
	background: linear-gradient(to bottom, #c1c3b2 0%,#e9b284 100%);
	background-color: #c1c3b2 !important;
	color:#000;
}
#wcb .laurel-to-green {
	background: #cfdbcb;
	background: -o-linear-gradient(top, #cfdbcb 0%, #80be63 100%);
	background: -webkit-linear-gradient(top, #cfdbcb 0%,#80be63 100%);
	background: linear-gradient(to bottom, #cfdbcb 0%,#80be63 100%);
	background-color: #cfdbcb !important;
	color:#000;
}
/*white text*/
#wcb .gatorblue-to-denim {
	background: #0021a5;
	background: -o-linear-gradient(top, #0021a5 0%, #2a315f 100%);
	background: -webkit-linear-gradient(top, #0021a5 0%,#2a315f 100%);
	background: linear-gradient(to bottom, #0021a5 0%,#2a315f 100%);
	background-color: #0021a5 !important;
	color:#fff;
}
#wcb .blue-to-purple {
	background: #002657;
	background: -o-linear-gradient(top, #002657 0%, #6a2a60 100%);
	background: -webkit-linear-gradient(top, #002657 0%,#6a2a60 100%);
	background: linear-gradient(to bottom, #002657 0%,#6a2a60 100%);
	background-color: #002657 !important;
	color:#fff;
}
#wcb .denim-to-gatorblue {
	background: #2a315f;
	background: -o-linear-gradient(top, #2a315f 0%, #0021a5 100%);
	background: -webkit-linear-gradient(top, #2a315f 0%,#0021a5 100%);
	background: linear-gradient(to bottom, #2a315f 0%,#0021a5 100%);
	background-color: #2a315f !important;
	color:#fff;
}
/*alpha buttons don't show up with this*/
#wcb .denim-to-black {
	background: #2a315f;
	background: -o-linear-gradient(top, #2a315f 0%, #000 100%);
	background: -webkit-linear-gradient(top, #2a315f 0%,#000 100%);
	background: linear-gradient(to bottom, #2a315f 0%,#000 100%);
	background-color: #2a315f !important;
	color:#fff;
}
#wcb .black-to-denim {
	background: #000;
	background: -o-linear-gradient(top, #000 0%, #2a315f 100%);
	background: -webkit-linear-gradient(top, #000 0%,#2a315f 100%);
	background: linear-gradient(to bottom, #000 0%,#2a315f 100%);
	background-color: #000 !important;
	color:#fff;
}
#wcb .orange-to-yellow {
	background: #fa4616;
	background: -o-linear-gradient(top, #fa4616 0%, #f2a900 100%);
	background: -webkit-linear-gradient(top, #fa4616 0%,#f2a900 100%);
	background: linear-gradient(to bottom, #fa4616 0%,#f2a900 100%);
	background-color: #fa4616 !important;
	color:#000;/*barely accessible*/
}
/*UF MOMENTUM BRAND APPROVED*/
#wcb .gatorblue-to-darkblue {
	background: #0021A5;
	background: -o-linear-gradient(top, #0021A5 0%, #002657 100%);
	background: -webkit-linear-gradient(top, #0021A5 0%,#002657 100%);
	background: linear-gradient(to bottom, #0021A5 0%,#002657 100%);
	background-color: #0021A5 !important;
	color:#fff;
}
/*new gator orange and is 45 degrees*/
#wcb .alachua-to-gatororange {
	background: #f2a900; 
	background: -moz-linear-gradient(45deg, #f2a900 0%, #fa4616 100%);
	background: -webkit-linear-gradient(45deg, #f2a900 0%,#fa4616 100%);
	background: linear-gradient(45deg, #f2a900 0%,#fa4616 100%);
	background-color: #f2a900 !important;
	color:#000;
}
/*background patterns*/
#wcb .upward-c {
	background-image: url(//asset.warrington.ufl.edu/lib/img/warrington-theme/upward-c.svg);
	background-repeat:repeat-x;
	background-size: 38px 364px;
}
#wcb .forward-b-blue {
	background-color: #002657;
	background: url(//asset.warrington.ufl.edu/lib/img/warrington-theme/forward-b-blue.svg) center center repeat-x, -o-linear-gradient(top, #0021A5 0%, #002657 100%);
	background: url(//asset.warrington.ufl.edu/lib/img/warrington-theme/forward-b-blue.svg) center center repeat-x, -webkit-linear-gradient(top, #0021A5 0%,#002657 100%);
	background: url(//asset.warrington.ufl.edu/lib/img/warrington-theme/forward-b-blue.svg) center center repeat-x, linear-gradient(to bottom, #0021A5 0%,#002657 100%);
	color:#fff;
	background-size: 565px 163px, 100%;
}
#wcb .forward-b-aliceblue {
	background: url(//asset.warrington.ufl.edu/lib/img/warrington-theme/forward-b-aliceblue.svg) center center repeat-x;
	background-size: 565px 163px;
}
#wcb .forward-b-whitesmoke {
	background: url(//asset.warrington.ufl.edu/lib/img/warrington-theme/forward-b-whitesmoke.svg) center center repeat-x;
	background-size: 565px 163px;
}

/*testing parallax background*/
/*.parallax-bg-1 {
	background-image: url("http://local.warrington.ufl.edu/wp-content/themes/warrington/lib/img/lines-transparent-1.svg");
	background-repeat: repeat-y;
	background-size: 30% auto;
	background-position: left top;
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: -1
}
.parallax-bg-2 {
	background-image: url("http://local.warrington.ufl.edu/wp-content/themes/warrington/lib/img/lines-transparent-2.svg");
	background-repeat: repeat-y;
	background-size: 30% auto;
	background-position: left top;
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
}
.parallax-bg-hero-1 {
	background-image: url("http://local.warrington.ufl.edu/wp-content/themes/warrington/lib/img/lines-transparent-light-1.svg");
	background-repeat: repeat-y;
	background-size: 30% auto;
	background-position: right top;
	background-attachment: scroll;
	position: absolute;
	width: 100%;
	height: calc(100% - 3rem);
	top: 1rem;
	right: 0;
	z-index: 1
}
.parallax-bg-hero-2 {
	background-image: url("http://local.warrington.ufl.edu/wp-content/themes/warrington/lib/img/lines-transparent-light-2.svg");
	background-repeat: repeat-y;
	background-size: 30% auto;
	background-position: right top;
	background-attachment: fixed;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}*/

/*ALTERNATE BACKGROUND TEXT COLORS*/
#wcb :is(.dark-blue, .dusk-blue, .blue, .purple, .red, .denim, .black, .coolgrey11, .darkblue, .gatorblue-to-denim, .blue-to-purple, .denim-to-gatorblue, .gatorblue-to-darkblue) 
:is(.alpha, a, h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, .ranking-highlight, .vc_icon_element-color-wcb-hblue),
#wcb .card:is(.dark-blue, .dusk-blue, .blue, .purple, .red, .denim, .black, .coolgrey11, .darkblue, .gatorblue-to-denim, .blue-to-purple, .denim-to-gatorblue, .gatorblue-to-darkblue) 
:is(.alpha, a, h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, .ranking-highlight, .vc_icon_element-color-wcb-hblue) {
	color:#fff;
}
#wcb :is(.orange, .orange-to-yellow, .grey, .steel) 
:is(.alpha, a, h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, .ranking-highlight, .vc_icon_element-color-wcb-hblue),
#wcb .card:is(.orange, .orange-to-yellow, .grey, .steel) 
:is(.alpha, a, h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, .ranking-highlight, .vc_icon_element-color-wcb-hblue) {
	color:#000;
}
#wcb :is(.white, .sand, .laurel, .aqua, .artichoke, .coolgrey3, .warmgrey1, .alachua-to-gatororange, .whitesmoke, .aliceblue, .x11gray) 
:is(h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, .ranking-highlight, .vc_icon_element-color-wcb-hblue),
#wcb .card:is(.white, .sand, .laurel, .aqua, .artichoke, .coolgrey3, .warmgrey1, .alachua-to-gatororange, .whitesmoke, .aliceblue, .x11gray) 
:is(h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, .ranking-highlight, .vc_icon_element-color-wcb-hblue) {
	color:#014880;
}
#wcb :is(.white, .sand, .laurel, .aqua, .artichoke, .coolgrey3, .warmgrey1, .alachua-to-gatororange, .whitesmoke, .aliceblue, .x11gray) a,
#wcb .card:is(.white, .sand, .laurel, .aqua, .artichoke, .coolgrey3, .warmgrey1, .alachua-to-gatororange, .whitesmoke, .aliceblue, .x11gray) a {
	color:#0063c7;
}

#wcb .border-top-beige {
	border-top:#e3e5de;/*original body background*/
}
#wcb .border-top-dark-blue {
	border-top:#001B3D;
}
#wcb .border-top-dusk-blue {
	border-top:#003058;
}
#wcb .border-top-orange {
	border-top:#FA4616;
}
#wcb .border-top-blue {
	border-top:#0021a5;
}
#wcb .border-top-forest {
	border-top:#5e8e3f;
}
#wcb .border-top-sand {
	border-top:#cfb691;
}
#wcb .border-top-laurel {
	border-top:#cfdbcb;
}
#wcb .border-top-cream {
	border-top:#ffefcf;
}
#wcb .border-top-grey {
	border-top:#a6a6a6;
}
#wcb .border-top-purple {
	border-top:#593674;
}
#wcb .border-top-gold {
	border-top:#fcaf17;
}
#wcb .border-top-red {
	border-top:#d7182a;
}
#wcb .border-top-steel {
	border-top:#6c9bc3;
}
#wcb .border-top-apricot {
	border-top:#e28f41;
}
#wcb .border-top-aqua {
	border-top:#CCEBEA;
}
#wcb .border-top-green {
	border-top:#80be63;
}
#wcb .border-top-tea {
	border-top:#e0e5cd;
}
#wcb .border-top-denim {
	border-top:#2a315f;
}
#wcb .border-top-sky {
	border-top:#9ad2e1;
}
#wcb .border-top-peach {
	border-top:#e9b284;
}
#wcb .border-top-seal {
	border-top:#8f949a;
}
#wcb .border-top-artichoke {
	border-top:#c1c3b2;
}
#wcb .border-top-white {
	border-top:#fff;
}
#wcb .border-top-whitesmoke {
	border-top:#f5f5f5;
}
#wcb .border-top-aliceblue {
	border-top:#F0F8FF;
}
#wcb .border-top-x11gray {
	border-top:#bebebe;
}

#wcb .border-bottom-beige {
	border-bottom:#e3e5de;/*original body background*/
}
#wcb .border-bottom-dark-blue {
	border-bottom:#001B3D;
}
#wcb .border-bottom-dusk-blue {
	border-bottom:#003058;
}
#wcb .border-bottom-orange {
	border-bottom:#FA4616;
}
#wcb .border-bottom-blue {
	border-bottom:#0021a5;
}
#wcb .border-bottom-forest {
	border-bottom:#5e8e3f;
}
#wcb .border-bottom-sand {
	border-bottom:#cfb691;
}
#wcb .border-bottom-laurel {
	border-bottom:#cfdbcb;
}
#wcb .border-bottom-cream {
	border-bottom:#ffefcf;
}
#wcb .border-bottom-grey {
	border-bottom:#a6a6a6;
}
#wcb .border-bottom-purple {
	border-bottom:#593674;
}
#wcb .border-bottom-gold {
	border-bottom:#fcaf17;
}
#wcb .border-bottom-red {
	border-bottom:#d7182a;
}
#wcb .border-bottom-steel {
	border-bottom:#6c9bc3;
}
#wcb .border-bottom-apricot {
	border-bottom:#e28f41;
}
#wcb .border-bottom-aqua {
	border-bottom:#CCEBEA;
}
#wcb .border-bottom-green {
	border-bottom:#80be63;
}
#wcb .border-bottom-tea {
	border-bottom:#e0e5cd;
}
#wcb .border-bottom-denim {
	border-bottom:#2a315f;
}
#wcb .border-bottom-sky {
	border-bottom:#9ad2e1;
}
#wcb .border-bottom-peach {
	border-bottom:#e9b284;
}
#wcb .border-bottom-seal {
	border-bottom:#8f949a;
}
#wcb .border-bottom-artichoke {
	border-bottom:#c1c3b2;
}
#wcb .border-bottom-white {
	border-bottom:#fff;
}
#wcb .border-bottom-whitesmoke {
	border-bottom:#f5f5f5;
}
#wcb .border-bottom-aliceblue {
	border-bottom:#F0F8FF;
}
#wcb .border-bottom-x11gray {
	border-bottom:#bebebe;
}


figure.circular {
	margin:0 auto;
}
.vc_col-xs-6 .circular img, .vc_col-sm-6 .circular img, .vc_col-md-6 .circular img, .vc_col-lg-6 .circular img {
	max-width:60%;
}
.vc_col-xs-4 .circular img, .vc_col-sm-4 .circular img, .vc_col-md-4 .circular img, .vc_col-lg-4 .circular img {
	max-width:70%;
}
.vc_col-xs-3 .circular img, .vc_col-sm-3 .circular img, .vc_col-md-3 .circular img, .vc_col-lg-3 .circular img {
	max-width:80%;
}
.vc_col-sm-1\/5 .circular img, .vc_col-sm-1\/5 .circular img, .vc_col-sm-1\/5 .circular img, .vc_col-sm-1\/5 .circular img {
	max-width:90%;
}
.vc_col-xs-2 .circular img, .vc_col-sm-2 .circular img, .vc_col-md-2 .circular img, .vc_col-lg-2 .circular img {
	max-width:100%;
}
.circular img {
	border-radius:50%;
}

/*meant for unordered lists*/
.two-column-element ul {
	column-count: 2;
	column-gap: 5rem;
}
.three-column-element ul {
	column-count: 3;
	column-gap: 5rem;
}
.four-column-element ul {
	column-count: 4;
	column-gap: 5rem;
}
.two-column-element li, .three-column-element li, .four-column-element li {
	/*break-inside: avoid;*/
	display:inline-block;
	width:100%;
}
.two-column-element li:before, .three-column-element li:before, .four-column-element li:before {
	padding-left: .05rem;
}
.vc_col-sm-12 .two-column-element ul, .vc_col-sm-12 .three-column-element ul, .vc_col-sm-12 .four-column-element ul,
.vc_col-sm-12 .two-column-element li, .vc_col-sm-12 .three-column-element li, .vc_col-sm-12 .four-column-element li {
	max-width:none;
}

.sidebar ul, .sidebar ol {
	padding-left:1rem;
}
.sidebar li {
	margin-bottom:.5rem;
}
.sidebar .list-inline, .sidebar .list-unstyled {
	padding-left:0;
}
.sidebar ul.no-bullet-no-indent,
.sidebar ol.no-number-no-indent {
	padding-left:0
}

/*custom bullets*/
.sidebar div.check ul, .sidebar div.check-square ul, .sidebar div.check-square-o ul, .sidebar div.check-circle ul,
.sidebar div.arrow-right ul, .sidebar div.arrow-circle-right ul,
.sidebar div.circle-right ul, .sidebar div.circle-o-right ul {
	padding-left:24px;
}
.sidebar div.check ul li:before, .sidebar div.check-square ul li:before, .sidebar div.check-square-o ul li:before, .sidebar div.check-circle ul li:before,
.sidebar div.arrow-right ul li:before, .sidebar div.arrow-circle-right ul li:before,
.sidebar div.circle-right ul li:before, .sidebar div.circle-o-right ul li:before {
	margin-left: -1.5rem;
	margin-right: .5rem;
}

div.float-left {
	display:inline-block;
	float:left;
	margin-right:1rem
}
div.float-left.small {
	margin-right:.75rem
}
div.float-left.medium {
	margin-right:.875rem
}
div.float-left.large {
	margin-right:1rem
}
div.float-right {
	display:inline-block;
	float:right;
	margin-left:1rem
}
div.float-right.small {
	margin-left:.75rem
}
div.float-right.medium {
	margin-left:.875rem
}
div.float-right.large {
	margin-left:1rem
}
div.center {
	margin:0 auto;
	text-align:center
}

.read-more-btn-wrap {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.card .read-more-btn-wrap {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.read-more-btn-wrap.read-less {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px 0 0 0;
    position: relative;
    right: 0;
    text-align: center;
}
.read-more-please {
	margin-bottom: 25px;
    max-height: 250px;
	overflow: hidden;
    position: relative;
}
.read-more-w-button {
	position: relative;
	margin-bottom: 25px;
}
.read-more-text {
	max-height: 250px;
	-webkit-mask-image: -webkit-gradient(linear, left 75%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.read-more-w-button.expand-read-me .read-more-text {
	height: 100%;
	max-height: 100%;
	-webkit-mask-image:none;
}
.read-more-please.expand-read-me {
	height: 100%;
	max-height: 100%;
}
.read-more-elipses {
	display: none;
}
.read-more-elipses.show {
	display: inline;
}
.read-more-remainder {
	display: none;
}
.read-more-remainder.show {
	display: block;
}
.read-more-link {
	display: inline-block;
}
.read-less-link {
	display: inline-block;
	margin-bottom: 1rem;
}

.people-list-collapse {
	background-color: #fff;
	border: 1px solid #002657;
	margin-bottom:1rem;
}
.people-list-collapse .title {
	background-color: #e8e8e8;
	padding: .25rem 1rem;
}
.people-list-collapse .title:hover {
	background-color: #f0f0f0;
	transition: all 0.3s ease 0s;
}
.people-list-collapse span.fa-solid {
	float: right;
	margin-left:1rem;
	margin-right: 0;
	padding: .25rem 0;
}
.people-list-collapse ul.people-list-small, .people-list-collapse ul.people-list-medium, .people-list-collapse ul.people-list-large {
	padding: 1rem 1.5rem .5rem;
}
.people-list-small.two-column, .people-list-medium.two-column, .people-list-large.two-column,
.people-list-small.three-column, .people-list-medium.three-column, .people-list-large.three-column {
	margin-left: -15px;
	margin-right: -15px;
}

.people-list-small, .people-list-medium, .people-list-large {
	padding-top:1rem;
}

.people-list-small img {
	float:left;
	margin:.2rem 0 1rem;
	width:63px;
}
.people-list-small.stacked img {
	margin:.2rem 0;
	width: 60%;
}
.people-list-small.text-xs-center img {
	margin:.2rem 0;
}
.people-list-medium img {
	float:left;
	margin:.4rem 0 1rem;
	width:96px;
}
.people-list-medium.stacked img {
	margin:.4rem 0;
	width: 80%;
}
.people-list-medium.text-xs-center img {
	margin:.4rem 0;
}
.people-list-large img {
	float:left;
	margin:.4rem 1.5rem 1rem 0;
	width:128px;
}
.people-list-large.stacked img {
	margin:.4rem 0 .5rem;
	width: 100%;
}
.people-list-large.text-xs-center img {
	margin:.4rem 0 .5rem;
}
.vc_col-xs-6 .people-list-large.stacked img, .vc_col-sm-6 .people-list-large.stacked img, .vc_col-md-6 .people-list-large.stacked img, .vc_col-lg-6 .people-list-large.stacked img {
	max-width:60%;
}
.vc_col-xs-4 .people-list-large.stacked img, .vc_col-sm-4 .people-list-large.stacked img, .vc_col-md-4 .people-list-large.stacked img, .vc_col-lg-4 .people-list-large.stacked img {
	max-width:70%;
}
.vc_col-xs-3 .people-list-large.stacked img, .vc_col-sm-3 .people-list-large.stacked img, .vc_col-md-3 .people-list-large.stacked img, .vc_col-lg-3 .people-list-large.stacked img {
	max-width:80%;
}
.vc_col-sm-1\/5 .people-list-large.stacked img, .vc_col-sm-1\/5 .people-list-large.stacked img, .vc_col-sm-1\/5 .people-list-large.stacked img, .vc_col-sm-1\/5 .people-list-large.stacked img {
	max-width:90%;
}
.vc_col-xs-2 .people-list-large.stacked img, .vc_col-sm-2 .people-list-large.stacked img, .vc_col-md-2 .people-list-large.stacked img, .vc_col-lg-2 .people-list-large.stacked img {
	max-width:100%;
}

.people-list-small > li {
	margin-bottom:1.5rem;
}
.people-list-medium > li {
	line-height:1.4;
	margin-bottom:1.5rem;
}
.people-list-large > li {
	line-height:1.5;
	margin-bottom:2rem;
}
.people-list-small.one-column > li, .people-list-medium.one-column > li, .people-list-large.one-column > li {
	clear:both;
}
.people-list-small.two-column > li, .people-list-medium.two-column > li, .people-list-large.two-column > li {
	float: left;
    padding-left: 15px;
	padding-right: 15px;
    width: 50%;
}
.people-list-small.three-column > li, .people-list-medium.three-column > li, .people-list-large.three-column > li {
	float: left;
    padding-left: 15px;
	padding-right: 15px;
    width: 33%;
}
.people-list-small.two-column > li:nth-child(odd), .people-list-medium.two-column > li:nth-child(odd), .people-list-large.two-column > li:nth-child(odd),
.people-list-small.three-column > li:nth-child(3n+1), .people-list-medium.three-column > li:nth-child(3n+1), .people-list-large.three-column > li:nth-child(3n+1) {
	clear:left;
}
.people-list-small div.name, .people-list-small p, .people-list-small ul, .people-list-small ol, .people-list-small div.subhead, .people-list-small .details-placeholder, .people-list-small .read-less-link, .people-list-small .read-more-btn-wrap {
	margin-left:4.8rem;
	margin-top:0;
}
.people-list-small p, .people-list-medium p {
	margin-bottom:.75rem;
}
.people-list-small ul, .people-list-small ol {
	margin-bottom:.625rem;
}
.people-list-medium ul, .people-list-medium ol {
	margin-bottom:.875rem;
}
.people-list-large ul, .people-list-large ol {
	margin-bottom:.875rem;
	margin-top:.125rem;
}
.people-list-small .details-placeholder.accordion, .people-list-medium .details-placeholder.accordion, .people-list-large .details-placeholder.accordion {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.people-list-small .wcb-employee ul.employee-links, .people-list-medium .wcb-employee ul.employee-links, .people-list-large .wcb-employee ul.employee-links {
	padding-top:.325rem;
}
.people-list-small li div.name {
	font-size:1.25rem;
	font-weight:bold;
	margin-bottom:.125rem;
}
.people-list-small li div.subhead {
	font-weight:bold;
	margin-bottom:.325rem;
	margin-top:1rem;
}
.people-list-medium li div.name {
	font-size:1.325rem;
	font-weight:bold;
	margin-bottom:.325rem;
}
.people-list-medium li div.subhead {
	font-weight:bold;
	margin-bottom:.25rem;
	margin-top:1.25rem;
}
.people-list-medium div.name, .people-list-medium p, .people-list-medium ul, .people-list-medium ol, .people-list-medium div.subhead, .people-list-medium .details-placeholder, .people-list-medium .read-less-link, .people-list-medium .read-more-btn-wrap {
	margin-left:7.25rem;
	margin-top:0;
}
.people-list-large li div.name {
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:.25rem;
	margin-top:0;
}
.people-list-small ul ul, .people-list-small ol ol, .people-list-small ul ol, .people-list-small ol ul,
.people-list-medium ul ul, .people-list-medium ol ol, .people-list-medium ul ol, .people-list-medium ol ul{
	margin-left:0;
}
.people-list-large li div.subhead {
	font-weight:bold;
	margin-top:1.5rem;
}
.people-list-small > li li {
	margin-bottom:.25rem;
}
.people-list-medium > li li, .people-list-large > li li {
	margin-bottom:.325rem;
}
.people-list-small li img.portrait-placeholder, .people-list-medium li img.portrait-placeholder, .people-list-large li img.portrait-placeholder {
	display:inline-block;
}
.people-list-small.no-photo li img, .people-list-medium.no-photo li img, .people-list-large.no-photo li img {
	display:none;
}
.people-list-small.no-photo li div.name,
.people-list-medium.no-photo li div.name,
.people-list-small.no-photo li p,
.people-list-medium.no-photo li p,
.people-list-small.no-photo li ul,
.people-list-medium.no-photo li ul,
.people-list-small.no-photo li ol,
.people-list-medium.no-photo li ol,
.people-list-small.no-photo li div.subhead,
.people-list-medium.no-photo li div.subhead,
.people-list-small.no-photo li .details-placeholder,
.people-list-medium.no-photo li .details-placeholder,
.people-list-small.no-photo .read-less-link,
.people-list-medium.no-photo .read-less-link,
.people-list-small.no-photo .read-more-btn-wrap,
.people-list-medium.no-photo .read-more-btn-wrap,
.people-list-small.no-photo .read-less-btn-wrap,
.people-list-medium.no-photo .read-less-btn-wrap {
	margin-left:0 !important;
}
.people-list-small.stacked > li, .people-list-medium.stacked > li, .people-list-large.stacked > li {
	margin-bottom:2rem;
}
.people-list-small.stacked img, .people-list-medium.stacked img, .people-list-large.stacked img {
	float: none;
	margin-bottom:1rem;
	position: static;
}
.people-list-small.stacked li div.name, .people-list-small.stacked p, .people-list-small.stacked ul, .people-list-small.stacked ol, .people-list-small.stacked div.subhead, .people-list-small.stacked .details-placeholder, .people-list-small.stacked .read-less-link, .people-list-small.stacked .read-more-btn-wrap, .people-list-small.stacked .read-less-btn-wrap,
.people-list-medium.stacked li div.name, .people-list-medium.stacked p, .people-list-medium.stacked ul, .people-list-medium.stacked ol, .people-list-medium.stacked div.subhead, .people-list-medium.stacked .details-placeholder, .people-list-medium.stacked .read-less-link, .people-list-medium.stacked .read-more-btn-wrap, .people-list-medium.stacked .read-less-btn-wrap {
	margin-left:0;
}

/* makes first heading in thumbnail list flush top */
[class^="thumbnail-list"] h2:first-child, [class^="thumbnail-list"] h3:first-child, [class^="thumbnail-list"] h4:first-child, [class^="thumbnail-list"] h5:first-child, [class^="thumbnail-list"] h6:first-child, 
[class^="thumbnail-list"] .h2:first-child, [class^="thumbnail-list"] .h3:first-child, [class^="thumbnail-list"] .h4:first-child, [class^="thumbnail-list"] .h5:first-child, [class^="thumbnail-list"] .h6:first-child {
	margin-top:0
}
[class^="thumbnail-list-"] {
	margin-bottom:1rem;
	margin-top:2rem;
	position:relative;
}
.thumbnail-list-small {
	min-height:63px;
	padding-left:4.8rem;
}
.thumbnail-list-large {
	min-height:128px;
	padding-left:9rem;
}
[class^="thumbnail-list-"].stacked,
.vc_col-sm-6 .thumbnail-list-large.stacked {
	margin-bottom:2rem;
	padding-left:0;
}
[class^="thumbnail-list-"] img,
[class^="thumbnail-list-"] .vc_icon_element.vc_icon_element-outer {
	left:0;
	position:absolute;
	top:.25rem;
}
.thumbnail-list-small img {
	height:auto;
	width:63px;
}
.thumbnail-list-large img,
.thumbnail-list-large.stacked img,
.vc_col-sm-6 .thumbnail-list-large.stacked img {
	height:auto;
	width:128px;
}

.thumbnail-list-small .vc_icon_element.vc_icon_element-outer {
	height:63px;
	width:63px;
}
.thumbnail-list-large .vc_icon_element.vc_icon_element-outer,
.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer,
.vc_col-sm-6 .thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer,
.vc_col-sm-6 .thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style {
	height:128px;
	width:128px;
}
.icon-large {
	margin-bottom:.5rem;
}
.icon-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	height: auto;
	min-height: 128px;
	width: 100%;
}
.icon-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	font-size: 6.5em;
}
.icon-large .vc_icon_element {
	margin-bottom: 0;
}

[class^="thumbnail-list-"] .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	border:none;
	height:100%;
	width:100%;
}
[class^="thumbnail-list-"] .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	height:100%;
	left:0;
	top:0;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	width:100%;
}
.thumbnail-list-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-size:48px;
}
.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before,
.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before,
.vc_col-sm-6 .thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-size:96px;
}

/*styled w/background shapes*/
.thumbnail-list-small .vc_icon_element-outer.vc_icon_element-have-style {
	height:63px;
	width:63px;
}
.thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style,
.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style,
.vc_col-sm-6 .thumbnail-list-large.stacked .vc_icon_element-outer.vc_icon_element-have-style {
	height:128px;
	width:128px;
}
[class^="thumbnail-list-"] .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before {
	height:auto;
	left:50%;
	position:absolute;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.thumbnail-list-small .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before {
	font-size:36px
}
.thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before,
.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before,
.vc_col-sm-6 .thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before{
	font-size:72px
}

[class^="thumbnail-list-"] .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline {
	height: calc(100% - 4px);
	width: calc(100% - 4px);
}

/*stacked option*/
[class^="thumbnail-list-"].stacked img,
[class^="thumbnail-list-"].stacked .vc_icon_element.vc_icon_element-outer {
	margin:0 0 1rem;
	position:static;
}
[class^="thumbnail-list-"].text-xs-center .vc_icon_element.vc_icon_element-outer {
	margin:0 auto 1rem;
}

.vc_icon_element-color-wcb-hblue {
	color:#014880;
}
.vc_icon_element-color-wcb-navy {
	color:#002657;
}
.vc_icon_element-color-wcb-gator-blue {
	color:#0021a5;
}
.vc_icon_element-color-wcb-gator-orange {
	color:#FA4616;
}
.vc_icon_element-color-wcb-green, .vc_icon_element-color-wcb-forest {
	color:#52833A;
}
.vc_icon_element-color-wcb-light-blue, .vc_icon_element-color-wcb-steel {
	color:#6c9bc3;
}
.vc_icon_element-color-wcb-white {
	color:#fff;
}
.vc_icon_element-color-wcb-teal, .vc_icon_element-color-wcb-sky {
	color:#9ad2e1;
}
.vc_icon_element-color-wcb-peach {
	color:#e9b284;
}
.vc_icon_element-color-wcb-x11gray {
	color:#bebebe;
}

.vc_icon_element-background-color-wcb-navy {
	background-color:#002657;
}
.vc_icon_element-background-color-wcb-gator-blue {
	background-color:#0021a5;
}
.vc_icon_element-background-color-wcb-gator-orange {
	background-color:#FA4616;
}
.vc_icon_element-background-color-wcb-green, .vc_icon_element-background-color-wcb-forest {
	background-color:#52833A;
}
.vc_icon_element-background-color-wcb-light-blue, .vc_icon_element-background-color-wcb-steel {
	background-color:#6c9bc3;
}
.vc_icon_element-background-color-wcb-white {
	background-color:#fff;
}
.vc_icon_element-background-color-wcb-teal, .vc_icon_element-background-color-wcb-sky {
	background-color:#9ad2e1
}
.vc_icon_element-background-color-wcb-peach {
	background-color:#e9b284;
}
.vc_icon_element-background-color-wcb-x11gray {
	background-color:#bebebe;
}

.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline {
	background-color:transparent;
	border-style:solid !important;
	border-width:2px !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-navy {
	border-color:#002657 !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-gator-blue {
	border-color:#0021a5 !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-gator-orange {
	border-color:#FA4616 !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-green {
	border-color:#52833A !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-light-blue {
	border-color:#6c9bc3 !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-white {
	border-color:#fff !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-teal {
	border-color:#9ad2e1 !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-peach {
	border-color:#e9b284 !important;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-wcb-x11gray {
	border-color:#bebebe !important;
}

table .fa, table .fa-circle-check {
	font-size:1.5rem;
}
#wcb .fa.green, #wcb .fa-circle-check.green { /*used for tables with html checkboxes*/
	background-color:transparent !important;
	color:#52833A;
}
.alpha, .alpha a {
	color: rgba(0, 0, 0, 0.7);
}
.green-text {
	color:#52833A;
}
.white-text {
	color:#fff;
}

.page-header {
	margin-bottom:3rem;
}
.post .entry-meta {
	margin-bottom:1.5rem;
	margin-top:1rem;
}
.post .entry-meta.archive {
	margin-bottom:.6rem;
	margin-top:.8rem;
}
.post .entry-meta .author-thumb {
	display:inline-block;
	float:left;
	margin-right:1rem;
}
.post .entry-meta .author-thumb img {
	border-radius:50%;
	height:auto;
	width:50px;
}
.post .entry-meta .author {
	font-weight: bold;
}
.author-photo {
	display: inline-block;
	float: left;
}
.author-photo img {
	height:auto;
	margin: 0 1.5rem 1rem 0;
	width:200px;
}
.author-contact ul {
	list-style-type:none;
}
.post .entry-footer {
	margin-bottom:2rem;
	margin-top:2rem;
}
.post .img-medium {
	margin-top: -3px;
}

/*annual reports and blogs need this style in the main css*/
.sidebar-social-title {
	border-bottom:5px solid #c1c3b2;
    font-size: 1.75rem;
	margin-bottom:.5rem;
	padding-bottom:.375rem;
}
.social-share {
	line-height:1;
	margin-bottom:1rem;
}
.social-share .addtoany_list a {
	padding: 0 8px 0 0 !important
}
.social-share .addtoany_list a:not(.addtoany_special_service)>span {
	border-radius: 0 !important;
}
.social-share .a2a_label {
	overflow:visible !important;
}

.feature-btn {
	bottom:0;
	margin-bottom:.5rem;
	position:absolute;
	right:0;
}
.feature-btn-sm {
	bottom:0;
	margin-bottom:0;
	position:absolute;
	right:0;
}
.feature-btn-lg {
	bottom:0;
	margin-bottom:1rem;
	position:absolute;
	right:0;
}
.sidebar ul[class*="feature-btn"] li {
	margin-bottom: 1rem;
}

hr {
	clear:both;
}
hr.width-1 {
	border-top-width:1px;
}
hr.width-3 {
	border-top-width:3px;
}
hr.width-5 {
	border-top-width:5px;
}
hr.width-8 {
	border-top-width:8px;
}
hr.grey {
	border-top-color:#a6a6a6;
}
hr.orange {
	border-top-color:#FA4616;
}
hr.blue {
	border-top-color:#6c9bc3;
}
hr.teal {
	border-top-color:#9ad2e1;
}
hr.peach {
	border-top-color:#e9b284;
}
hr.margin-top-2 {
	margin-top:2rem;
}
hr.margin-top-0 {
	margin-top:0;
}
hr.margin-bottom-2 {
	margin-bottom:2rem;
}
hr.margin-bottom-0 {
	margin-bottom:0;
}
.hash-marks {
	background:url(../img/col-hash-marks.png) no-repeat left top;
	background-size:contain;
	border:none;
	padding-left:1rem;
	padding-top:.75rem;
	margin-left:-1rem;
	max-width:25rem;
}
.sidebar .hash-marks {
	margin-left:-1rem;
	margin-right:-1rem;
	padding-right:1rem;
}
hr.hash-marks {
	margin-top:1.2rem;
	margin-right:-1rem;
	max-width:none;
	min-height:1.6rem;
	padding-top:0;
}
.v-line-right-5-lg-up {
	border-right:5px solid #fff;
}

/*Non-<hr> lines*/
.hr-width-1 {
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.hr-width-5 {
	border-bottom-width:5px;
	border-bottom-style:solid;
}
.hr-width-8 {
	border-bottom-width:8px;
	border-bottom-style:solid;
}
.hr-grey {
	border-bottom-color:#c1c3b2;
}
.hr-orange {
	border-bottom-color:#FA4616;
}
.hr-blue {
	border-bottom-color:#6c9bc3;
}
.hr-teal {
	border-bottom-color:#9ad2e1;
}
.hr-peach {
	border-bottom-color:#e9b284;
}
.hr-white {
	border-bottom-color:#fff;
}

.btn {
	border: 1px solid #fff;
	border-radius: 0;
	white-space: pre-wrap;
}
a.btn, a.btn:hover, a.btn:focus {
	text-decoration:none;
}
.list-inline.btns {
	margin-bottom:1.5rem;
	padding-top:.5rem;
}
.text-xs-left .list-inline.btns .list-inline-item, .list-inline.btns .list-inline-item {
	margin-bottom:.5rem;
	margin-left:0;
}
.text-xs-left .list-inline.btns .list-inline-item:not(:last-child), .list-inline.btns .list-inline-item:not(:last-child) {
	margin-right:.5rem;
}
.text-xs-left .list-inline.btns .list-inline-item:last-child, .list-inline.btns .list-inline-item:last-child {
	margin-right:0;
}
.text-xs-center .list-inline.btns .list-inline-item {
	margin-bottom:.5rem;
	margin-left:.25rem;
	margin-right:.25rem;
}
.text-xs-right .list-inline.btns .list-inline-item {
	margin-bottom:.5rem;
	margin-right:0;
}
.text-xs-right .list-inline.btns .list-inline-item:not(:first-child) {
	margin-left:.5rem;
}
.text-xs-right .list-inline.btns .list-inline-item:first-child {
	margin-left:0;
}
.list-inline-item.block {
	display:block;
	margin-left:0 !important;
	margin-right:0 !important;
}
.sidebar .list-inline-item, .sidebar .list-inline.btns .list-inline-item:not(:last-child) {
	display:block;
	margin-right:0;
}
.list-inline-item.block .btn, .sidebar .list-inline-item .btn {
	width:100%
}

.btns li {
	max-width:100%
}
.btn-sm, .btn-md, .btn-lg {
	border-radius:0;
}
.btn-sm {
	font-size:1rem;
	padding: .25rem 1rem;
}
.btn-md {
	font-size:1.125rem;
	padding: .5rem 1.5rem;
}
.btn-lg {
	font-size:1.25rem;
	padding: .75rem 2rem;
}
.btn-green {
	background-color:#52833A;
	border:1px solid #52833A;
	color:#fff !important;
	text-shadow:none;
}
.btn-green:hover, .btn-green:focus, .btn-green:active:hover, .btn-green:active:focus {
	background-color:#fff;
	border:1px solid #52833A;
	color:#52833A !important;
	text-shadow:none;
}
.btn-blue {
	background-color:#0063c7;
	border:1px solid #0063c7;
	color:#fff !important;
	text-shadow:none;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active:hover, .btn-blue:active:focus {
	background-color:#fff;
	border:1px solid #0063c7;
	color:#0063c7 !important;
	text-shadow:none;
}
.btn-alpha {
	background-color: rgba(0, 0, 0, 0.6);
	border:1px solid rgba(0, 0, 0, 0);
	color:#fff !important;
	text-shadow:none;
}
.btn-alpha:hover, .btn-alpha:focus, .btn-alpha:active:hover, .btn-alpha:active:focus {
	background-color: rgba(0, 0, 0, 0.8);
	border:1px solid rgba(0, 0, 0, 0);
	color:#fff;
	text-shadow:none;
}
.btn-whitedarkblue {
	background-color:#fff;
	border:1px solid #002657;
	color:#002657 !important;
	text-shadow:none;
}
.btn-whitedarkblue:hover, .btn-whitedarkblue:focus, .btn-whitedarkblue:active:hover, .btn-whitedarkblue:active:focus {
	background-color:#002657;
	border:1px solid #fff;
	color:#fff !important;
	text-shadow:none;
}

/*Show/Hide links*/
.show-hide.collapsed:after {
	content: "\0000a0+";
}
.show-hide:after {
	content: "\0000a0-";
}
/*END Show/Hide links*/

/*wcb-video-large*/
.embed-video {
	margin-bottom: 1.5rem;
}
/*video tags weren't respecting their containers in Chrome or Firefox*/
video {
	max-height: 100% !important;
	max-width: 100% !important;
	min-height: 50px !important;
}

/*wcb-social-follow*/
.social-icons {
	margin-bottom:.375rem;
}
.social-icons li {
	float:left;
	margin-bottom:.625rem;
}
.social-icons li:not(:last-child) {
    margin-right:.625rem;
}
.social-icons a {
	background:#0063c7;
	border-bottom:none;
	border-radius:50%;
	color:#fff;
	display:inline-block;
	font-size:1.5rem;
	height:2.5rem;
	line-height:2.6rem;
	text-align:center;
	width:2.5rem;
}
.social-icons a:hover, .social-icons a:focus {
	background:#fff;
	border: 1px solid #0063c7;
	color:#0063c7;
}
.sidebar .sidebar-social-title, .sidebar-social-title {
	border-bottom:5px solid #a6a6a6;
	margin-bottom:.5rem;
	padding-bottom:.375rem;
}
.sidebar .sidebar-social-title {
	margin-top:0;
}
.sidebar .social-icons {
	margin-bottom:2.375rem;
    padding-left: 0;
}

/* BEGIN VC ACCORDION */
#wcb .vc_tta-container {
	clear:left;
	margin-bottom:2rem;
}
#wcb .vc_tta-accordion .vc_tta-controls-icon {
	bottom:0;
	color: #000;
	float: right;
	font:var(--fa-font-solid);
	height: 2rem;
	margin-top: -1rem;
	position:absolute;
	right:1rem;
	text-align: center;
	top:50%;
	width: 2rem;
}
#wcb .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	content: "\f056";
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	content: "\f055";
}
#wcb .vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
#wcb .vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-width: 0;
}
#wcb .vc_tta-accordion .vc_tta-panel {
    background-color: transparent;
    border: 1px solid #002657;
    border-radius: 0;
    margin-bottom: .5rem;
	padding: 0;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    background-color: #e8e8e8;
	border:0;
    border-radius: 0;
	color:#000;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover, #wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:focus {
    background-color: #f0f0f0;
    outline: none;
    transition: all 0.3s ease 0s;
}
#wcb .vc_tta.vc_general .vc_tta-panel-title>a {
	color:inherit !important;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
	cursor:pointer;
	font-size:.75em;
	padding: .75rem 4rem .75rem 1rem;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a:focus {
	background-color: #f0f0f0;
}
#wcb .vc_tta.vc_general .vc_tta-panel-title {
	line-height: 1.125;
}
#wcb .vc_tta.vc_general .vc_tta-panel-title:after {
	display:none;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
	background-color: #fff;
	border:0;
	color:#000;
	padding:.75rem 1rem 1rem;
}
/*mediasite, rss, itunes on video lectures page*/
#wcb .vc_tta-accordion .vc_tta-panel.mediasite .vc_tta-controls-icon,
#wcb .vc_tta-accordion .vc_tta-panel.itunes .vc_tta-controls-icon,
#wcb .vc_tta-accordion .vc_tta-panel.rss .vc_tta-controls-icon {
	right:0;
}
#wcb .vc_tta.vc_general .vc_tta-panel.mediasite .vc_tta-panel-title,
#wcb .vc_tta.vc_general .vc_tta-panel.itunes .vc_tta-panel-title,
#wcb .vc_tta.vc_general .vc_tta-panel.rss .vc_tta-panel-title {
	font-size: 1.5rem;
}
#wcb .vc_tta-accordion .vc_tta-panel.mediasite .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before,
#wcb .vc_tta-accordion .vc_tta-panel.itunes .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before,
#wcb .vc_tta-accordion .vc_tta-panel.rss .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before {
	bottom:0;
	content:'';
	display:inline-block;
	float:left;
	height:1.2rem;
	left:.75rem;
	position:absolute;
	top:.4rem;
	width:1.2rem;
}
#wcb .vc_tta-accordion .vc_tta-panel.mediasite .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before {
	background:url(//asset.warrington.ufl.edu/lib/img/logos/mediasite.svg) no-repeat 0 0;
}
#wcb .vc_tta-accordion .vc_tta-panel.itunes .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before {
	background:url(//asset.warrington.ufl.edu/lib/img/logos/apple-black.svg) no-repeat 0 0;
}
#wcb .vc_tta-accordion .vc_tta-panel.rss .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before {
	background:url(//asset.warrington.ufl.edu/lib/img/logos/rss-orange.svg) no-repeat 0 0;
}
#wcb .vc_tta-accordion .vc_tta-panel.mediasite .vc_tta-panel-heading a,
#wcb .vc_tta-accordion .vc_tta-panel.itunes .vc_tta-panel-heading a,
#wcb .vc_tta-accordion .vc_tta-panel.rss .vc_tta-panel-heading a {
    padding: .5rem 2.5rem .5rem 2.5rem;
}
/* END VC ACCORDION */

/*accordion for use in directory profiles and/or employee people lists*/
.accordion {margin-bottom:2rem}
.accordion .card {
	background-color:transparent;
	border:1px solid #8f949a;
	border-radius: 0;
	margin-bottom:.5rem;
	overflow:hidden;
	padding:0;
}
.accordion .card-header {
	background-color: transparent;
	border-bottom:none;
	border-radius: 0;
	padding:0;
}
.accordion .card-title {
	margin:0;
}
.accordion .card-title a {
	background-color:transparent;
	border-bottom:none;
	color:#000;
	display:inline-block;
	margin:0;
	padding:4px 3.5rem 5px 1rem;
	position:relative;
	text-decoration:none;
	transition: all 0.6s ease 0s;
	width:100%;
}
.accordion .card-title a, .accordion .card-title {
	font-size:1.25rem;
	font-weight:bold;
	line-height:1.25rem;
}
.accordion .card-title a:hover, .accordion .card-title a:focus {
	background-color:#f5f5f5;
	outline:none;
	transition: all 0.6s ease 0s;
}
.accordion .card-title a.collapsed {
	background-color:#f5f5f5;
	margin:0;
	transition: all 0.6s ease 0s;
}
.accordion .card-title a.collapsed:hover, .accordion .card-title a.collapsed:focus {
	background-color:transparent;
	outline:none;
	transition: all 0.6s ease 0s;
}
.accordion .card-title a:after {
	bottom:0;
	content: "\f056";
	font:var(--fa-font-solid);
	margin-top:-.6rem;
	position:absolute;
	right:1rem;
	top:50%;
}

.accordion .card-title a.collapsed:after {
	content: "\f055";
	font:var(--fa-font-solid);
}

.badge-default {
	background-color: #FFF;
}
.badge {
    display: inline-block;
    border-radius: .25rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

/*for use in directory profiles*/
.btn-secondary {
	background-color: #fff;
	border:1px solid #8f949a;
	border-radius:0;
	color: #000;
	margin:0;
	width:100%;
}
.btn-secondary.btn-alpha {
	background-color: rgba(0, 0, 0, 0.6);
	border:1px solid rgba(0, 0, 0, 0.6);
	color:#fff
}
.btn-secondary.btn-alpha:hover, .btn-secondary.btn-alpha:focus {
	background-color: rgba(0, 0, 0, 0.8);
	border:1px solid #fff;
	color:#fff
}
.btn-secondary:hover, .btn-secondary:focus {
	background-color: #d6d8d1;
	border:1px solid #8f949a;
	border-radius:0;
	color: #000;
	margin:0;
	width:100%;
}

.page-template-hide-section-menu .nav-secondary {
	display:none;
}

figcaption div, figcaption li, figcaption div.lead,
.carousel-caption-overlay div, .caption-overlay div {
	margin-bottom:.5rem;
	max-width:none;
}
figcaption div.lead {
	line-height:1.125
}

/*this set of styles to help columns style like cards and not push past site margins*/
.vc_row.card-container {
	display:flex;
}
.vc_row .card.vc_column_container {
	margin-bottom:0;
	padding-top:1rem;
}
.vc_row .card.vc_column_container:first-child {
	margin-left:15px
}
.vc_row .card.vc_column_container:last-child {
	margin-right:15px
}

/* in-story pics */
figure.float-left {
	float:left;
	margin-right:1.5rem
}
figure.float-right {
	float:right;
	margin-left:1.5rem
}
.img-small, .img-medium, .img-large {
	margin-bottom:1rem
}
.img-small img, .img-medium img, .img-large img {
	margin-top:.5rem;
	width:100%;
}
.img-small {
	width:20%;
}
.img-medium {
	width:30%;
}
.img-large {
	width:50%;
}

/*IMAGE TREATMENTS*/
.grayscale {
	filter: grayscale(100%);
}
.alpha-light-border {
	outline: 1rem solid rgba(255, 255, 255, .5);
	outline-offset: -1rem;
}
.alpha-dark-border {
	outline: 1rem solid rgba(0, 0, 0, .5);
	outline-offset: -1rem;
}

/*used on the about page, in the go global section*/
.img-background{
	position:absolute;
	width:100%;
}
.img-background.w-75{
	width:75%;
}
.img-background.w-66{
	width:66%;
}
.img-background.w-50{
	width:50%;
}
.img-background.w-33{
	width:33%;
}
.img-background.w-25{
	width:25%;
}
.img-background.left{
	left:0;
	right:auto;
}
.img-background.right{
	left:auto;
	right:0;
}
.img-background.center{
	left:0;
	margin:0 auto;
	right:0;
	text-align:center
}

.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6,
.sidebar .h2, .sidebar .h3, .sidebar .h4, .sidebar .h5, .sidebar .h6 {
	font-size:1.375rem;
	margin:0 0 .5rem;
}
.sidebar h2.article-heading, .sidebar h3.article-heading, .sidebar h4.article-heading, .sidebar h5.article-heading, .sidebar h6.article-heading,
.sidebar .h2.article-heading, .sidebar .h3.article-heading, .sidebar .h4.article-heading, .sidebar .h5.article-heading, .sidebar .h6.article-heading {
	font-size:1.125rem;
}
h2.sidebar-title, h3.sidebar-title, h4.sidebar-title, h5.sidebar-title, h6.sidebar-title {
	background-color:#002657;
	color:#fff !important;
	font-size:1.25rem;
	margin:0;
	padding:.75rem 1rem;
}
.blue h2.sidebar-title, .blue h3.sidebar-title, .blue h4.sidebar-title, .blue h5.sidebar-title, .blue h6.sidebar-title {
	background-color:#0021a5;
	border:1px solid #fff;
	border-bottom:none;
	color:#fff;
}
.denim h2.sidebar-title, .denim h3.sidebar-title, .denim h4.sidebar-title, .denim h5.sidebar-title, .denim h6.sidebar-title {
	background-color:#2a315f;
	border:1px solid #fff;
	border-bottom:none;
	color:#fff;
}
.white h2.sidebar-title, .white h3.sidebar-title, .white h4.sidebar-title, .white h5.sidebar-title, .white h6.sidebar-title {
	background-color:#fff;
	border:1px solid #d6d8d1;
	border-bottom:none;
	color:#000;
}
.sidebar-box {
	background-color:#F0F8FF;
	border:1px solid #002657;
	margin-bottom:1rem;
	padding:1rem 1rem .125rem;
}
.blue .sidebar-box {
	background-color:#0021a5;
	border:1px solid #fff;
	color:#fff;
}
.denim .sidebar-box {
	background-color:#2a315f;
	border:1px solid #fff;
	color:#fff;
}

.sidebar section, .sidebar .widget {
	border:1px solid #d6d8d1;
	margin-bottom: 2rem;
	padding:1rem;
}
.blog .sidebar-title {
	margin: -1rem -1rem 1rem !important;
}
.tagcloud a {
	font-size: .875rem !important;
	line-height: 1.25 !important;
	margin-right:.25rem;
}
.sidebar .sidebar-box ul.list-inline.btns, .sidebar ul.list-inline.btns, .sidebar .dropdown-inpage {
	margin-bottom:1.5rem
}
.sidebar .sidebar-box, .sidebar .card, .sidebar hr, #wcb .sidebar .vc_tta-container, .sidebar .wpb_gmaps_widget, .sidebar .ranking-highlight {
	margin-bottom:2rem
}
.sidebar .sidebar-box hr, .sidebar .sidebar-box .dropdown-inpage, .sidebar .card hr {
	margin-bottom:1rem
}

.posts-navigation, .post-navigation {
	background-color:#d6d8d1;
	margin-top: 2rem;
	overflow: hidden;
}
.posts-navigation .nav-previous, .post-navigation .nav-previous,
.posts-navigation .nav-next, .post-navigation .nav-next {
	width:50%;
}
.posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: right;
}
.posts-navigation .nav-next, .post-navigation .nav-next {
	float: left;
}
.posts-navigation .nav-previous a, .post-navigation .nav-previous a,
.posts-navigation .nav-next a, .post-navigation .nav-next a {
	background-color: rgba(255, 255, 255, 0.75);
	border: none;
	color: #000;
	display:block;
	font-size: .875rem;
	height:3rem;
	line-height:3rem;
	padding: 0 .5rem;
	text-shadow: none;
	white-space: pre-wrap;
	width:100%;
}
.posts-navigation .nav-previous a, .post-navigation .nav-previous a {
	margin-left:1px;
	text-align:right;
}
.posts-navigation .nav-previous a:after, .post-navigation .nav-previous a:after,
.posts-navigation .nav-next a:before, .post-navigation .nav-next a:before {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	display: inline-block;
	font:var(--fa-font-solid);
	font-size:.75rem;
	height: 1.125rem;
	line-height: .35;
	text-align: center;
	width: 1.125rem;
}
.posts-navigation .nav-previous a:after, .post-navigation .nav-previous a:after {
	content:"\f054";
	margin-left: .25rem;
	padding: .5rem 0 0 .2rem;
}
.posts-navigation .nav-next a:before, .post-navigation .nav-next a:before {
	content:"\f053";
	margin-right: .25rem;
	padding: .5rem .1rem 0 0;
}
.posts-navigation .nav-previous a:hover, .post-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover, .post-navigation .nav-next a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	color: #fff;
}
.search-blog-form {
	height:2rem;
	width:100%;
}
.search-blog-field {
	float:left;
	height:2rem;
	line-height:2rem;
	margin:0;
	padding:0 .25rem;
	width:calc(100% - 2rem);
}
input.search-blog-field:focus {
	outline: 3px solid #6c9bc3;
	outline-offset: -3px;
}
.search-blog-button {
	background-color:rgba(255, 255, 255, 1);
	border:1px solid #fff;
	float:left;
	padding:0 .25rem;
	line-height:2rem;
	height:2rem;
	margin:0;
	text-align:center;
	width:2rem;
}
button.search-blog-button:hover, button.search-blog-button:focus, button.search-blog-button:active {
	background-color:rgba(0, 0, 0, 0.25);
}

.card {
	background-color: rgba(255, 255, 255, .6);
	border: 1px solid #d6d8d1;
	border-radius:0;
	margin-bottom:1rem;
}
.card-block {
	padding:1rem;
}
.card h2:first-child, .card h3:first-child, .card h4:first-child, .card h5:first-child, .card h6:first-child,
.card .h2:first-child, .card .h3:first-child, .card .h4:first-child, .card .h5:first-child, .card .h6:first-child {
	margin-top:0
}
.card-group {
	margin-bottom:-1px
}
.card.card-note {
	background: #ffffd8;
}
.card-outline-danger {
	background: transparent;
	border-color: #FA4616;
}
.card.rfi-mt {
	margin-top:-8rem
}

.clear-float {
	clear:both;
}

wbr:after { content: "\00200B"; }/*added so that IE would recognize word breaks*/

.wpb_vc_table, #wcb .wpDataTablesWrapper div.wdtscroll, #wcb .wpDataTablesWrapper.wdtscroll {
	background: #fff;
	background: linear-gradient(to right, #c3c3c5 0%,#ffffff 2%,#ffffff 98%,#c3c3c5 100%);
	background-attachment: scroll;
	background-repeat: no-repeat;
	line-height:1.25 !important;
	margin-bottom:1rem !important;
	overflow-x: auto;
}
.table-responsive .table, #wcb .wpdt-c .wpDataTablesWrapper div.wdtscroll table, #wcb .wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table.wpdtSimpleTable  {
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0) 6%,rgba(255,255,255,0) 94%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);
	background-attachment: local;
	background-repeat: no-repeat;
	line-height:1.25;
	margin-bottom:0;
	max-width:none;
	min-width:100%;
	width:auto;
}
.wpb_vc_table thead {
	border: none;
}
.table thead th {
	font-weight:bold;
}
.table-striped {
	border: 1px solid #eceeef;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(255, 255, 255, .2);
}
.table-hover tbody tr:hover {
	background-color: rgba(242, 169, 0, .1);
}
/*bootstrap doesn't set the left location for the absolute position of sr-only and this makes the whole page scroll for a responsive table*/
.table-responsive .table .sr-only {
	left:0;
}

.wpb_vc_table ul li, .wpb_vc_table ol li, .wpb_vc_table dl dd {
	line-height:1.125 !important;
}

.fa, .fab, .fas, .fa-solid, .fa-brands, .fa-regular {
	margin: 0 -.03em 0 0;/*fontawesome override to help center symbol, remove if they fix*/
}

/*overriding vc style of margin bottom of 35px*/
#wcb .wpb_content_element {
	margin-bottom:0;
}
#wcb .wpb_gmaps_widget {
	margin-bottom: 2rem;
}

/*circular version*/
.back-to-top {
	background-color: rgba(255, 255, 255, .8);
	border-radius:50%;
    bottom: 15px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6);
	color:#014880;
    cursor: pointer;
    display:none;
	font-size:2.25rem;
	height:3.25rem;
	line-height:3.25rem;
    position: fixed;
    right: 15px;
	text-align:center;
	-webkit-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	width:3.25rem;
	z-index:1;
}
.back-to-top:hover, .back-to-top:focus {
	background-color: rgba(255, 255, 255, 1);
	border-bottom:none;
	color:#014880;
	outline:none;
}

/* BEGIN CalendarWiz Search Widget*/
div[id^="cw_search_widget_"] {
	background-color:transparent;
	background-image:none;
	border-radius: 0;
	padding:0;
    width: 100% !important;
}
.sidebar-box .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
	display:none;
}
.ui-dialog .ui-dialog-titlebar-close {
	border-bottom:none !important;
}
.cwsearch_content_wrapper {
    padding:0 !important;
}
.cwsearch_content_wrapper fieldset {
    border: none !important;
	margin:0 !important;
}
.cwsearch_content_wrapper fieldset legend {
    border:0 !important;
    clip:rect(1px, 1px, 1px, 1px);
    height:1px !important;
    overflow:hidden;
    padding:0 !important;
	position:absolute !important;
    width:1px !important;
}
#startdatediv #startdatetable span.subhead,
#startdatediv #startdatetable .fieldlabel,
#enddatediv #enddatetable span.subhead,
#enddatediv #enddatetable .fieldlabel,
#strlabelspanid, #startdatetable select, #enddatetable select {
	color:#000 !important;
	display:block;
	font-size: .875rem !important;
	font-weight:normal !important;
	margin:0 !important;
	padding:0 !important;
}
#startdatediv #startdatetable span.subhead,
#enddatediv #enddatetable span.subhead,
#strlabelspanid {
	font-size: 1rem !important;
	font-weight:bold !important;
}
#enddatediv #enddatetable span.subhead,
#enddatediv #enddatetable span.subhead .fieldlabel,
#strlabelspanid{
	margin-top:.75rem !important;
}
#eventtextdiv td, #eventtextdiv input {
	display:block;
	padding:0 !important;
	width:100% !important;
}
#eventtextdiv input {
	font-size:1rem !important;
	font-weight:normal !important;
	margin:.25rem 0 !important;
	padding:.25rem !important;
}
button#btnsearch {
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff !important;
	font-size:1rem !important;
	font-weight:bold !important;
	
}
button#btnsearch:hover {
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.6);
}
/* END CalendarWiz Search Widget*/

/* BEGIN CalendarWiz Dates Widget*/
table[id^="cw_minical_widget_"] {
	border: 1px solid #d6d8d1;
	height: 225px !important;
    width: 100% !important;
}
a#previous_month_arrow, a#next_month_arrow {
	border-bottom:none !important;
}
span[cwfield^="month"] {
	font-size: .875rem !important;
	font-weight:bold !important;
}
a[cwui^="today"] {
	color:#0063c7 !important;
	font-size: .875rem !important;
}
table[id^="cw_minical_widget_"] td {
	font-size: .875rem !important;
}
td[cw_hasevents^="true"] {
	color:#005FBD !important;
}
/* END CalendarWiz Dates Widget*/


/* BEGIN WP School Calendar (for MBA)*/
#wcb #wpsc-block-calendar .wpsc-calendar td {
	background: #fff;
}
#wcb #wpsc-block-calendar .wpsc-calendar-prevnext-date {
	background: #fff;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#wcb #wpsc-block-calendar .wpsc-important-date-category-10979, #wcb .wpsc-important-date-category-10979 {
	color: #000;
	font-weight: bold;
}
/* END WP School Calendar (for MBA)*/

select {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-image: none;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	color: #000;
	display: block;
	font-size: 1rem;
	height: calc(2.5rem - 2px);
	line-height: 1.25;
	padding: .5rem .75rem;
	width: 100%;
}

/*BEGIN FOOTER*/
footer {
	background-color:#002657;
	border-top:3px solid #6c9bc3;
	box-shadow:0 1000px 0 1000px #002657;/*makes footer color extend to bottom of window (unless you zoom out to a rediculous amount)*/
	position:relative;
}
footer.entry-footer {
	display: none; /* remove edit options from wordpress */
}

footer a {
	color:#fff;
	display: inline-block;
	line-height: 1.25;
	padding-bottom: .45rem;
	position:relative;
	text-decoration:none;
}
footer a:hover, footer a:focus {
	color:#fff;
	outline:none
}
footer a:focus {
	outline: 1px solid #9ad2e1;
	outline-offset: 3px;
}
footer .upper {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002657+0,0021a5+100 */
	background: #002657; /* Old browsers */
	background: -moz-linear-gradient(top,  #002657 0%, #0021a5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #002657 0%,#0021a5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #002657 0%,#0021a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#fff;
	font-size:.875rem;
	padding-bottom:3rem;
	padding-top:4rem;
}
footer .upper h2 {
	color:#fff;
	font-size:1.5rem;
	margin-bottom:1rem;
	margin-top:0;
}
footer .upper h3, footer .upper h3 a, footer .upper h3 a:hover, footer .upper h3 a:focus {
	color:#fff;
	font-size:1rem;
	margin-bottom:1rem;
	margin-top:0;
}
footer li {
	line-height:1rem;
	margin-bottom:.5rem;
}
footer img {
	height:auto;
	width:100%;
}
.ftr-w-signature {
	border-bottom:none;
	display:block;
	height:2.6rem;
	margin:.15rem 0 .8rem;
	max-width:20rem;
	position:relative;
	width:13.5rem;
}
footer a.ftr-w-signature .ftr-w-signature-underline {
	background: url('//asset.warrington.ufl.edu/lib/img/warrington-theme/hover.png') repeat-x left center;
	bottom: -5px;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
	width: 0;
}
footer a.ftr-w-signature:hover .ftr-w-signature-underline {
	width: 100%;
}
footer a.ftr-w-signature:hover, footer a.ftr-w-signature:focus {
	border-bottom:none;
}

.ftr-callout {
	font-size:1.2rem;
	margin-bottom:.2rem;
}
footer .social-icons li {
    float: left;
    margin-bottom: .625rem;
}
footer .social-icons li:not(:last-child) {
    margin-right: .625rem;
}
footer .social-icons a {
	background:#fff;
    border-bottom: none;
    border-radius: 50%;
	color:#00285e;
    display: inline-block;
	font-size:1.25rem;
	height:2rem;
	line-height:2.1rem;
    text-align: center;
	width:2rem;
}
footer .social-icons a:hover, footer .social-icons a:focus {
	background:#fff;
	color:#00285e;
}
footer .social-icons a.image-link[target="_blank"]:hover::after {
	background-color: rgba(0, 40, 94, .7);
	border-radius: 50%;
	bottom:0;
	line-height: 2rem;
	padding: 0;
	top:0;
	z-index: 1;
}
.ftr-top-nav {
	border-bottom:1px solid #014880;
	border-top:1px solid #014880;
	margin-left:0;
	padding-top:.3rem;
}
footer .upper .ftr-top-nav a:hover, footer .upper .ftr-top-nav a:focus {
	border-bottom:none;
	color:#9ad2e1;
}
footer .upper .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
footer .lower {
	background-color:#002657;
	color:#fff;
	font-size:.875rem;
	padding-bottom:calc(env(safe-area-inset-bottom) + 2rem);
	padding-top:.6rem;
}
footer .lower a {
	text-decoration:underline;
	color:#fff;
}
footer .lower a[target="_blank"]::after {
	text-decoration:underline;
}
footer .lower .ftr-accreditation li {
	vertical-align:bottom;
}
footer .lower .ftr-accreditation a {
	border-bottom:none;
}
footer .lower .ftr-accreditation .list-inline-item:not(:last-child) {
	margin-right:.7rem;
}
.ftr-aacsb {
	display:block;
	height:1.87rem;
	margin:0 0 .675rem;
	padding:0;
	width:5.4rem;
}
.ftr-efmd {
	display:block;
	height:3.2rem;
	margin:0 0 .1rem;
	padding:0;
	width:2.125rem;
}
.ftr-gmac {
	display:block;
	height:1.8rem;
	margin:0 0 .25rem;
	padding:0;
	width:3.9rem;
}
.ftr-aacsb:hover, .ftr-efmd:hover, .ftr-gmac:hover {
	-webkit-filter:brightness(120%);
	filter:brightness(120%);
	position:relative;
	z-index:1000;
}
.ftr-lower-text {
	margin:.5rem 0 1.8rem;
}
.ftr-uf-signature {
	display:inline-block;
	float:right;
	height:2rem;
	margin:.5rem 0 .4rem;
	width:11rem;
}
footer .lower a.ftr-uf-signature, footer .lower a.ftr-uf-signature:hover, footer .lower a.ftr-uf-signature:focus {
	border-bottom:none;
}
footer .lower a.ftr-uf-signature:hover {
	-webkit-filter:brightness(120%);
	filter:brightness(120%);
}

/*not sure what this was for*/
.placeholder {
	display: none;
}   
.placeholder h2 {
    font-size: 1rem;
    margin: 0;
}
.vc_element .placeholder {
	background: #FFF;
	border: 2px solid #d6d8d1;
	display: block;
	margin-bottom: 5px;
	padding: 12px 15px;
}
/* Begin: timeline */
.timeline-item {
	background: #fff;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 3px;
	margin: 0 0;
	max-width: 100%;
	min-height: 200px;
	padding: 12px;
}
@keyframes placeHolderShimmer{
	0%{
		background-position: -468px 0
	}
	100%{
		background-position: 468px 0
	}
}
.animated-background {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #FFF;
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, #D6D8D8), color-stop(18%, #e3e4e4), color-stop(33%, #D6D8D8));
	background: -o-linear-gradient(left, #D6D8D8 8%, #e3e4e4 18%, #D6D8D8 33%);
	background: linear-gradient(to right, #D6D8D8 8%, #e3e4e4 18%, #D6D8D8 33%);
	background-size: 800px 104px;
	height: 96px;
	margin-bottom: 40px;
	position: relative;
}
.background-masker {
	background: #e3e5de;
	position: absolute;
}

/* Everything below this is just positioning */
header {
	position: relative;
	z-index: 100;
}

.header-left {
	background: #FFcc00;
}
.subheader-left {
	background: #FF0000 !important;
}
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
	height: 10px;
	left: 0;
	right: 0;
	top: 0;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
	height: 8px;
	left: 40px;
	top: 10px;
	width: 0;
}
.background-masker.header-bottom {
	height: 6px;
	top: 18px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
	height: 6px;
	top: 24px;
}
.background-masker.header-right,
.background-masker.subheader-right {
	left: 150px;
	right: 0;
	width: auto;
}
.background-masker.subheader-right {
	left: 230px;
}
.background-masker.subheader-bottom {
	height: 10px;
	top: 30px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
	height: 6px;
	left: 0;
	right: 0;
	top: 40px;
}
.background-masker.content-top {
	height:20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
	height: 8px;
	left: 380px;
	right: 0;
	top: 60px;
	width: auto;
}
.background-masker.content-second-line {
	top: 68px;
}
.background-masker.content-second-end {
	left: 420px;
	top: 74px;
}
.background-masker.content-third-line {
	top: 82px;
}
.background-masker.content-third-end {
	left: 300px;
	top: 88px;
}
/* End: timeline */

/*.wpb_raw_code.wpb_content_element.wpb_raw_html [id^="SkypeButton_Call_"] a,
.wpb_raw_code.wpb_content_element.wpb_raw_html [id^="SkypeButton_Call_"] a:hover,
.wpb_raw_code.wpb_content_element.wpb_raw_html [id^="SkypeButton_Call_"] a:focus {
    border-bottom: none !important;
    text-decoration: none !important;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html [id^="SkypeButton_Call_"] img {
    margin: 0 !important;
    vertical-align: 0 !important;
}*/

.wcb-directory .search-match {
	color: #2a315f;
 }
 .wcb-directory .no-people {
	display: none;
 }
.wcb-directory .wpb_vc_table {
	line-height:1.5 !important;
}

/*directory listings w/photos*/
.lv-img-sm.profile-photo {
	float:left
}
.profile-photo {
	height: 65px;
	width: 49px;
}
.portrait-space {
	margin-left: 60px;
}
.wcb-component .btn-default {
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.14902);    
	color: #0063c7;
}
.wcb-component .btn-default:hover {
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.14902);
	color: #0063c7;
	text-decoration: none;
}
.wcb-component .btn-group-justified {
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}    
.wcb-component .btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none !important;
	width: 1%;
}
.wcb-component .tag-chips ul.chips {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.wcb-component .tag-chips ul.chips li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.wcb-component .tag-chips.editable ul.chips li.chip:hover span {
	background: #f44336;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding-left: 26px;
}
.wcb-component .tag-chips ul.chips li.chip span {
	background: #FFF;
	border-radius: 11px;
	display: inline-block;
	font-size: 15px;
	height: 22px;
	line-height: 20px;
	margin: 0 8px 0 0;
	padding: 0 14px;
}
.wcb-component .tag-chips ul.chips li.chip, .wcb-component .tag-chips ul.chips li.add {
	float: left;
}
.wcb-component .tag-chips.editable ul.chips li.chip:hover span:before {
	color: #fff;
	content: "\f00d";
	display: inline-block;
	font:var(--fa-font-solid);
	margin-left: -17px;
	padding-right: 4px;
}

/*For directory listing*/
.filters, .wcb-component .tag-chips ul.chips li.chip span.chip-remove-all, .wcb-component .tag-chips ul.chips li.chip span.chip-search, .wcb-component .tag-chips ul.chips li.chip span.chip-ou, .wcb-component .tag-chips ul.chips li.chip span.chip-faculty {
	display:none;
}
.wcb-component .pagination {
	border-radius: 2px;
	display: inline-block;
	font-size:16px;
	margin: 0;
	padding-left: 0;
}
.wcb-component .pagination > li {
	display: inline;
}
.wcb-component .pagination > li > a,
.wcb-component .pagination > li > span {
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	color: #0063c7;
	float: left;
	line-height: 1.42857143;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.wcb-component .pagination > li:first-child > a,
.wcb-component .pagination > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	margin-left: 0;
}
.wcb-component .pagination > li:last-child > a,
.wcb-component .pagination > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.wcb-component .pagination > li > a:hover,
.wcb-component .pagination > li > span:hover,
.wcb-component .pagination > li > a:focus,
.wcb-component .pagination > li > span:focus {
	color: #0063c7;
	background-color: #FFF;
	border-color: #e2e2e2;
	z-index: 3;
}
.wcb-component .pagination > .active > a,
.wcb-component .pagination > .active > span,
.wcb-component .pagination > .active > a:hover,
.wcb-component .pagination > .active > span:hover,
.wcb-component .pagination > .active > a:focus,
.wcb-component .pagination > .active > span:focus {
	background-color: #FFF;
	border-color: #e2e2e2;
	color: #000;
	cursor: default;
	z-index: 2;
}
.wcb-component .pagination > .disabled > span,
.wcb-component .pagination > .disabled > span:hover,
.wcb-component .pagination > .disabled > span:focus,
.wcb-component .pagination > .disabled > a,
.wcb-component .pagination > .disabled > a:hover,
.wcb-component .pagination > .disabled > a:focus {
	background-color: #FFF;
	border-color: #e2e2e2;
	color: #6F7376;
	cursor: not-allowed;
}
.wcb-component .pagination-lg > li > a,
.wcb-component .pagination-lg > li > span {
	font-size: 17px;
	line-height: 1.3333333;
	padding: 10px 16px;
}
.wcb-component .pagination-lg > li:first-child > a,
.wcb-component .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.wcb-component .pagination-lg > li:last-child > a,
.wcb-component .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.wcb-component .pagination-sm > li > a,
.wcb-component .pagination-sm > li > span {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.wcb-component .pagination-sm > li:first-child > a,
.wcb-component .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.wcb-component .ng-table-pager {
	background-color: transparent;
	margin: 1rem 0;
	padding: 0;
}
.wcb-component .ng-table-pager .ng-table-counts {
	float:right;
}
.wcb-component .ng-table-pager .btn-default {
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	padding: 6px 12px;
}
.wcb-component .btn-default.active {
	background-color: #FFF;
	color: #000;
}
.wcb-component .btn.active.focus, .wcb-component .btn.active:focus, .wcb-component .btn.focus, .wcb-component .btn:active.focus, .wcb-component .btn:active:focus, .wcb-component .btn:focus {
	outline: none;
	outline-offset:0;
}
.wcb-component .warning-icon {
    font-size: 48px !important;
}
.wcb-component .error-message {
    margin-left: 60px !important;
}
.form-control, .form-control:focus {
	color:#000;
	border-radius: 0;
}

label {
	margin-bottom: .25rem;
	margin-top: .5rem;
}
.field-group {
	margin:0 0 .5rem;
}
.field-group label {
	margin:0 0 .125rem;
	width:100%;
}
.field-group input, .field-group select {
	margin:0 0 .125rem;
	padding: .25rem .5rem;
	width:100%;
}
input[type="submit"] {
	margin: 1rem 0;
}
input.full-width[type="submit"] {
	width:100%
}
input[type="text"], textarea, div[role="textbox"] {
	line-height:1.5;
	padding:.25rem;
}

/*password protected page*/
.form-inline.post-password-form {
	padding-bottom:4rem;
	padding-top:5rem;
}
.form-inline.post-password-form p {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


/*BEGIN GRAVITY FORMS*/
.gform_wrapper.gravity-theme form {
	margin-top:1rem;
}
.gform_wrapper.gravity-theme .gfield {
	margin-bottom:.5rem;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield textarea {
	border: 1px solid #e3e5de;
	margin-top:0;
}
.gform_wrapper.gravity-theme .gfield input[type="file"] {
	border: none;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	margin-top: 0;
}
.gform_wrapper.gravity-theme .gsection_title {
	margin-bottom:0;
}
.gform_wrapper.gravity-theme .ginput_counter {
	color: #000 !important;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	background-color: rgba(0, 0, 0, 0.8) !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	cursor: pointer !important;
	font-weight: bold !important;
	margin: .5rem 0 0 !important;
	padding: .5rem 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100% !important;
}
.gform_wrapper.gravity-theme .gform_page_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer input:focus {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit], .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
	background-color: #0021a5 !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus,
.gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:focus {
	background-color: #fff !important;
	border: 1px solid #0021a5 !important;
	color: #0021a5 !important;
}

.sidebar-box .gform_wrapper.gravity-theme form {
	margin-top:0;
}
.sidebar-box .gform_wrapper.gravity-theme .gfield {
	margin-bottom:0;
}
.sidebar-box .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: .75rem;
}
/*END GRAVITY FORMS*/

/*BEGIN custom checkboxes for use in raw html element*/
.custom-checkbox {
	min-height:2rem;
}
.custom-checkbox input[type="checkbox"] {
	opacity: 0;
	position:absolute;
}
.custom-checkbox label {
	display: inline-block;
	margin:0;
	padding:0 0 0 2.75rem;
	position: relative;
}
.custom-checkbox label::before,
.custom-checkbox label::after {
	content: "";
	display: inline-block;
	position: absolute;
}
/*Checkbox*/
.custom-checkbox label::before {
	border: 3px solid #FA4616;
	height: 1.75rem;
	left: 0;
	top: .75rem;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.75rem;
}
/*Checkbox*/
.custom-checkbox.plain label::before {
	background-color: #fff;
	border: none;
}
/*Checkmark*/
.custom-checkbox label::after {
	border-bottom: 8px solid;
	border-left: 8px solid;
	height: 16px;
	left: 5px;
	margin-top:-1rem;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: .75rem;
	width: 32px;
}
.custom-checkbox.plain label::after {
	border-bottom: 4px solid;
	border-left: 4px solid;
}
/*No checkmark by default*/
.custom-checkbox input[type="checkbox"] + label::after {
	content: none;
}
/*Unhide on checked state*/
.custom-checkbox input[type="checkbox"]:checked + label::after {
	content: "";
}
/*Adding focus style to checkbox*/
.custom-checkbox input[type="checkbox"]:focus + label::before {
	outline: rgb(59, 153, 252) auto 5px;
}
.custom-checkbox-description {
	padding:6px 0;
}
/*END custom checkboxes for use in raw html element*/

/*BEGIN custom checkboxes 2*/
/* Customize the label (the container) */
.checkboxcontainer {
	cursor: pointer;
	display: block;
	margin-bottom: 12px;
	padding-left: 35px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	background-color: #fff;
	border: 1px solid #000;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: -1px;
	width: 1.25rem;
}

/* On mouse-over, add a grey background color */
/*.checkboxcontainer:hover input ~ .checkmark {
	background-color: #fff;
}*/

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	display: none;
	position: absolute;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
	border: solid black;
	border-width: 0 4px 4px 0;
	height: .875rem;
	left: .3rem;
	top: .05rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: .5rem;
}
/*END custom checkboxes 2*/

/*BEGIN custom radio buttons*/
/* The container */
.radiocontainer {
	cursor: pointer;
	display: block;
	margin-bottom: 12px;
	padding-left: 35px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}

/* Create a custom radio button */
.radio-select {
	background-color: #fff;
	border-radius: 50%;
	border:1px solid #000;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: -1px;
	width: 1.25rem;
}

/* On mouse-over, add a grey background color */
/*.custom-radio:hover input ~ .radio-select {
  background-color: #ccc;
}*/

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radio-select {
	background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-select:after {
	content: "";
	display: none;
	position: absolute;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radio-select:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radio-select:after {
	background: #000;
	border-radius: 50%;
	height: .5rem;
	left: .3rem;
	top: .3rem;
	width: .5rem;
}
/*END custom radio buttons*/


/*shibboleth protected pages*/
.authenticate {
	text-align: center;
}
.authenticate .fa-solid.fa-lock {
	font-size: 150px;
}
.authenticate p {
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 auto 2rem;
}

/* a bunch of generic classes Tony and I typically use you can use them also or I can prefix them all */
.c-blue, .c-steel {
	color: #6c9bc3;
}
.c-placeholder {
	background: #dddddd;
}

.background-none {
	background: none !important;
}

/*custom break-point in the xl realm*/
@media (max-width: 1399px) {
	.banner-row .banner-height {
		height:425px;
	}
}

/*lg*/
@media (max-width: 1199px) {
	
	.backdrop {
		background-color: rgba(33,33,33,1.0);
		bottom: 0;
		display: block;
		height:100vh;
		left: 0;
		opacity: .48;
		overflow: hidden;
		right: 0;
		top: 0;
		-webkit-transition: opacity .45s;
		-o-transition: opacity .45s;
		transition: opacity .45s;
		position: absolute;
		z-index: 50;
	}
	.navbar-toggler {
		color:#9ad2e1;
		font-size: 1.5rem;
		height:5.2rem;
		position:absolute;
		right: env(safe-area-inset-right);
		top:0;
		width:5.2rem;
		z-index:1000;
	}
	.navbar-toggler span {
		background-color: transparent;
		display: block;
		height: 2px;
		left: 50%;
		margin-left: -10px;
		margin-top: -1px;
		position: absolute;
		top: 50%;
		-webkit-transition: background 0.3s;
		-o-transition: background 0.3s;
		transition: background 0.3s;
		width: 20px;
	}
	.navbar-toggler span:before, .navbar-toggler span:after {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #9ad2e1;
		content: '';
		left: 0;
		height: 100%;
		position: absolute;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: -webkit-transform 0.3s, background 0s;
		-moz-transition: -moz-transform 0.3s, background 0s;
		transition: transform 0.3s, background 0s;
		width: 100%;
	}
	.navbar-toggler span:before {
		top: 0;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.navbar-toggler span:after {
		bottom: 0;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.navbar-toggler.collapsed span {
		background-color: #9ad2e1;
	}
	.navbar-toggler.collapsed span:before {
		top: -6px;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.navbar-toggler.collapsed span:after {
		bottom: -6px;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.navbar {
		margin-bottom:0;
	}
	.navbar-uf-logo, .navbar-uf-logo:hover, .navbar-uf-logo:focus {
		height:5.4rem;
		width:5.4rem;
	}
	.navbar-warrington-logo, .navbar-warrington-logo:hover, .navbar-warrington-logo:focus {
		margin-left:7rem;
		width:32rem;
	}
	.collapse.navbar-toggleable-lg {
		bottom:0;
		height: 100vh;
		margin-top:0;
		overflow:hidden;
		padding-bottom: 5.4rem;
		position:absolute;
		right:0;
		top:5.4rem;
		width:50%;
		z-index:100;
	}
	.nav-secondary-title {
		margin-bottom:1rem;
	}
	.collapse.in .navbar-wrapper {
		background-color:#002657;
		border: 3px solid #6c9bc3;
		border-top:0;
		height:100%;
		overflow-y:scroll;
		padding-bottom: 6rem;
		position: relative;
		width: auto;
	}
	.navbar-utilitynav {
		float:none;
		height:auto;
		padding:1rem 0 2rem;
		width:100%;
	}
	.navbar-utilitynav .nav-item, .navbar-utilitynav .nav-item + .nav-item:not(:last-child) {
		display: block;
		float:none;
		font-size: 1rem;
		height:auto;
		margin:0;
		padding:0 max(1rem, env(safe-area-inset-right)) 0 1rem;
	}
	.navbar-utilitynav .nav-link, .navbar-utilitynav .nav-link.dropdown-toggle, .navbar-utilitynav .nav-link.search-warrington-btn span {
		line-height:1.5;
		margin:0;
		padding:.5rem 0;
	}
	.navbar-utilitynav .dropdown {
		border-left: none;
	}
	.navbar-utilitynav .dropdown .nav-link {
		margin:0;
	}
	.navbar-utilitynav .dropdown {
		margin: 0;
		padding: 0;
		text-align:left;
	}
	/*.navbar-utilitynav .dropdown .fa-arrow-right, .navbar-utilitynav .dropdown .fa-arrow-down, */.nav-link.fa-search:before {
		display:inline-block;
		margin-right:.5rem;
		padding-left:.03rem;
	}
	.navbar-utilitynav .nav .fa-search/*, .navbar-utilitynav .nav .fa-arrow-right*/ {;
		color:#fff;
		display:inline-block;
		min-width:1.5rem;
		padding:0 .5rem 0 0
	}
	.navbar-utilitynav .dropdown-menu {
		float:none;
		font-size:1rem;
		position:relative;
		text-align:left;
		z-index: 0;
	}
	.navbar-utilitynav .dropdown-menu li {
		margin: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#searchFormMobile {
		height: 3rem;
		width: 100%;
	}
	.navbar-utilitynav .nav-link.search-warrington-btn {
		background-color: transparent;
		border: none;
		font-size: 1rem;
		height: auto;
		line-height:3;
		margin: 0 0 0 .1rem;
		padding: 0;
		position: relative;
		text-align: left;
		width: 100%;
	}
	.navbar-utilitynav .nav-link.search-warrington-btn:hover, .navbar-utilitynav .nav-link.search-warrington-btn:focus {
		background-color:transparent;
	}
	.navbar-utilitynav .nav-link.search-warrington-btn span:before {
		display:inline-block;
		margin-right:.5rem;
		padding-left:.03rem;
		width:1rem;
	}
	.navbar-utilitynav .nav-link.search-warrington-btn span {
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: auto;
	}
	input.search-warrington {
		border:none;
		height:3rem;
		left:0;
		line-height:3;
		padding:0;
		position: absolute;
		top:0;
		-webkit-transition: width 0.4s ease-in-out;
		-o-transition: width 0.4s ease-in-out;
		transition: width 0.4s ease-in-out;
		visibility:hidden;
		width:0;
		z-index:1;
	}
	input.search-warrington:focus {
		outline:medium none;
	}
	#searchFormMobile:hover input.search-warrington, #searchFormMobile:focus input.search-warrington {
		padding:0 .5rem;
		visibility:visible;
		width:100%;
	}
	.navbar-toggleable-lg .navbar-nav {
		margin:0;
	}
	.navbar-mainnav {
		height:auto;
		padding:1rem 0;
	}
	.navbar-mainnav .nav-item, .navbar-mainnav .nav-item + .nav-item {
		float:none;
		font-size: 1rem;
		margin:0;
		padding:0 1rem;
	}
	.navbar-mainnav .nav-link {
		color:#fff;
		line-height:1.5;
		margin:0;
		padding:.5rem 0;
	}
	
	.nav-secondary {
		padding:.5rem max(2rem, env(safe-area-inset-right)) .5rem max(2rem, env(safe-area-inset-left));
	}
	.nav-secondary .nav-item {
		float:none;
	}
	.nav-secondary .navbar-nav .nav-item {
		margin-right:0;
	}
	.nav-secondary .nav-link {
		display:inline;
	}
	
	.menu {
		display:none;
	}
	.nav-sidebar, .nav-sidebar li ul {
		border:none;
		list-style-type:none;
		margin:.8rem 0 1rem;
		padding:0;
	}
	.nav-sidebar li, .nav-sidebar li ul li {
		border:none;
		line-height: 1.2;
		margin-bottom:.8rem;
		padding:0 2rem;
	}
	
	main {
		padding-bottom:4rem;
	}
	.banner-row h1, .banner-row .h1, .banner-row h2, .banner-row .h2 {
		font-size: 3.5rem;
		margin-bottom: 2.25rem;
		margin-top: 2.25rem;
		padding: 1.5rem 2.5rem 2.5rem;
	}
	
	.banner-full-tall, .banner-full-tall img {
		height:600px;
	}
	.banner-full-short, .banner-full-short img {
		height:400px;
	}

	.four-column-element ul {
		column-count: 3;
		column-gap: 5rem;
	}

	.thumbnail-list-large {
		padding-left:10rem
	}
	
	.person.thumbnail-list-large img {
		margin-left:-10rem;
		width:18rem;
	}
	
	.people-list-small.two-column li, .people-list-medium.two-column li, .people-list-large.two-column li,
	.people-list-small.three-column li, .people-list-medium.three-column li, .people-list-large.three-column li {
		width: 100%;
	}
	.people-list-small.two-column.stacked li, .people-list-medium.two-column.stacked li, .people-list-large.two-column.stacked li,
	.people-list-small.three-column.stacked li, .people-list-medium.three-column.stacked li, .people-list-large.three-column.stacked li {
		width: 50%;
	}
	.people-list-small.three-column.stacked > li:nth-child(3n+1), .people-list-medium.three-column.stacked > li:nth-child(3n+1), .people-list-large.three-column.stacked > li:nth-child(3n+1) {
		clear:none;
	}
	.people-list-small.two-column.stacked > li:nth-child(odd), .people-list-medium.two-column.stacked > li:nth-child(odd), .people-list-large.two-column.stacked > li:nth-child(odd),
	.people-list-small.three-column.stacked > li:nth-child(odd), .people-list-medium.three-column.stacked > li:nth-child(odd), .people-list-large.three-column.stacked > li:nth-child(odd) {
		clear:left;
	}

	hr.hash-marks {
		margin-top:1.6rem;
		min-height:1.6rem;
		padding-top:0;
	}
	.hash-marks, hr.hash-marks, .sidebar .hash-marks {
		margin-left:-.625rem;
		margin-right:-.625rem;
		padding-left:.625rem;
		padding-right:.625rem
	}
	
	div.xxlarge {
		font-size:3.875rem;
	}
	div.xlarge {
		font-size:3.5rem;
	}
	div.large {
		font-size:3.125rem;
	}
	div.medium {
		font-size:2.75rem;
	}
	div.small {
		font-size:2.375rem;
	}
	div.xsmall {
		font-size:2rem;
	}	
}

@media (min-width:992px) {
	#wcb .page-content.vc_col-md-8 {
		width: 70%;
	}
	#wcb .sidebar.vc_col-md-4 {
		width: 30%;
	}
}

/*md - mobile breakpoint*/
@media (max-width: 991px) {
	body {
		line-height:1.5;
	}
	.navbar {
		height:3rem;
	}
	.navbar-uf-logo, .navbar-uf-logo:hover, .navbar-uf-logo:focus {
		height:3rem;
		width:3rem;
	}
	.navbar-warrington-logo, .navbar-warrington-logo:hover, .navbar-warrington-logo:focus {
		height:calc(3rem - 3px);
		margin-left:4rem;
		width:25rem;
	}
	.navbar-toggler {
		height:2.8rem;
		width:2.8rem;
	}
	.collapse.navbar-toggleable-lg {
		padding-bottom: 3rem;
		top:3rem;
		width:60%;
	}
	
	main {
		padding-bottom:2rem;
	}
	.content-mt {
		margin-top:3rem; /*adds margin above content. class can be removed if not wanted*/
	}
	#wcb .page-content {
		padding:0;
	}
	#wcb .sidebar {
		border-left:none;
		border-top: 8px solid #d6d8d1;
		font-size: inherit;
		line-height: inherit;
		margin-top:2rem;
		padding:3rem 25% 0;
	}
	
	/*for 404 and other template pages that don't use WP Bakery*/
	#wcb:not(.vc_transform) .page-content.vc_col-md-8.vc_col-sm-12, #wcb:not(.vc_transform) .sidebar.vc_col-md-4.vc_col-sm-12 {
		width: 100%;
	}

	.banner-full-tall, .banner-full-tall img {
		height:425px;
	}
	.banner-full-short, .banner-full-short img {
		height:350px;
	}
	
	h1, .h1 {
		font-size: 3.5rem;
	}
	h2, .h2 {
		font-size: 2.5rem;
	}
	.banner-row h1, .banner-row .h1, .banner-row h2, .banner-row .h2 {
		font-size: 3rem;
		margin-bottom: 2rem;
		margin-top: 2rem;
		padding: 1rem 1.5rem 1.5rem;
	}
	h3, .h3 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.75rem;
	}
	
	.bannertext {
		line-height:1;
	}
	
	div.xxlarge {
		font-size:3rem;
	}
	div.xlarge {
		font-size:2.75rem;
	}
	div.large {
		font-size:2.5rem;
	}
	div.medium {
		font-size:2.25rem;
	}
	div.small {
		font-size:2rem;
	}
	div.xsmall {
		font-size:1.75rem;
	}
	.lead {
		font-size: 1.375rem;
		margin-bottom: 1.375rem;
		line-height:1.5;
	}
	
	.three-column-element ul, .four-column-element ul {
		column-count: 2;
		column-gap: 5rem;
	}

	.v-line-right-5-lg-up {
		border-right:none;
	}
	
	.thumbnail-list-large {
		min-height:128px;
    	padding-left:calc(128px + 1rem);
	}
	.vc_col-sm-6 .thumbnail-list-large {
		min-height:96px;
    	padding-left: calc(96px + 1rem);
	}
	.vc_col-sm-6 .thumbnail-list-large img {
		width:96px;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element.vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style {
		height:96px;
		width:96px;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:72px;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before {
		font-size:56px;
	}
		
	.person.thumbnail-list-large {
		padding:0;
		position:relative;
		top:0;
	}
	.person.thumbnail-list-large img {
		margin-left:0;
		max-width:15rem;
		position:relative;
		top:0;
		width:auto;
	}
	
	.accordion .panel a:after {
		right:1rem;
	}
	.accordion .panel a.collapsed {
		padding-right:2.5rem
	}
	
	footer {
		text-align:center;
	}
	footer .list-inline.btns .list-inline-item, footer .list-inline.btns .list-inline-item:not(:last-child), footer .list-inline.btns .list-inline-item:last-child {
		margin-bottom:.5rem;
		margin-left:.25rem;
		margin-right:.25rem;
	}
	footer .social-icons {
		display: inline-block;
	}
	
	.ftr-top-nav, .ftr-accreditation {
		margin-bottom:.3rem;
		margin-right:0;
	}
	.ftr-lower-text {
		margin:0 0 1rem;
	}
	.ftr-uf-signature {
		float:none;
		margin:0 0 .4rem;
	}
}

/*@media (min-width:768px) {
}*/

/*sm*/
@media (max-width: 767px) {
	
	.nav-secondary {
		padding:.5rem max(2rem, env(safe-area-inset-right)) .5rem max(2rem, env(safe-area-inset-left));
	}
	.collapse.navbar-toggleable-lg .nav-secondary {
		padding:.5rem 1rem
	}
	.collapse.navbar-toggleable-lg {
		width:80%;
	}
	.banner-row {
		padding-bottom: 0;
	}
	.banner-row .banner-height {
		height:375px;
	}
	.banner-full-tall, .banner-full-tall img {
		height:350px;
	}
	.banner-full-short, .banner-full-short img {
		height:325px;
	}
	.overlay-text.banner-single .banner-full-tall, .overlay-text.banner-single .banner-full-short {
		-webkit-filter: brightness(60%); /* Safari 6.0 - 9.0 */
		filter: brightness(60%);
	}
	.overlay-text.banner-inverse .banner-full-tall, .overlay-text.banner-inverse .banner-full-short {
		-webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
		filter: brightness(100%);
		opacity: 0.6;
	}
	
	.banner-row h1, .banner-row .h1, .banner-row h2, .banner-row .h2 {
		font-size: 2.75rem;
		margin-bottom: 1rem;
		margin-top: 1rem;
		padding:1rem 1rem 1.5rem;
	}
	
	div.xxlarge {
		font-size:2.875rem;
	}
	div.xlarge {
		font-size:2.625rem;
	}
	div.large {
		font-size:2.375rem;
	}
	div.medium {
		font-size:2.125rem;
	}
	div.small {
		font-size:1.875rem;
	}
	div.xsmall {
		font-size:1.625rem;
	}
	.two-column-element ul, .three-column-element ul, .four-column-element ul {
		column-count: 1;
		column-gap: 0;
	}
	
	.caption-overlay {
		padding:2% max(2rem, env(safe-area-inset-right)) 2% max(2rem, env(safe-area-inset-left));
	}
	
	.vc_row.vc_inner.card-container {
		display:block;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.vc_row.vc_inner .card.vc_column_container {
		margin-bottom:1rem;
	}
	.vc_row.vc_inner .card.vc_column_container:first-child {
		margin-left:0 !important;
	}
	.vc_row.vc_inner .card.vc_column_container:last-child {
		margin-right:0 !important;
	}
	
	/*for 404 and other pages that don't use Bakery*/
	#wcb:not(.vc_transform) .page-content-1-col {
		width: 100%;
	}

	.hash-marks, hr.hash-marks, .sidebar .hash-marks {
		margin-left:-1rem;
		margin-right:-1rem;
		padding-left:1rem;
		padding-right:1rem;
	}

	figure.float-left.img-large {
		float:left;
		margin-right:1rem;
	}
	figure.float-right.img-large {
		float:right;
		margin-left:1rem;
	}
	.img-large{
		width:50%;
	}
	
	.vc_col-xs-6 .circular img, .vc_col-sm-6 .circular img, .vc_col-md-6 .circular img, .vc_col-lg-6 .circular img,
	.vc_col-xs-4 .circular img, .vc_col-sm-4 .circular img, .vc_col-md-4 .circular img, .vc_col-lg-4 .circular img,
	.vc_col-xs-3 .circular img, .vc_col-sm-3 .circular img, .vc_col-md-3 .circular img, .vc_col-lg-3 .circular img,
	.vc_col-sm-1\/5 .circular img, .vc_col-sm-1\/5 .circular img, .vc_col-sm-1\/5 .circular img, .vc_col-sm-1\/5 .circular img,
	.vc_col-xs-2 .circular img, .vc_col-sm-2 .circular img, .vc_col-md-2 .circular img, .vc_col-lg-2 .circular img {
		max-width:50%;
	}
	
	.thumbnail-list-large {
		min-height:96px;
	}
	.thumbnail-list-large {
    	padding-left:calc(96px + 1rem);
	}
	.thumbnail-list-large img {
		width:96px;
	}
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style {
		height:96px;
		width:96px;
	}
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:72px;
	}
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before {
		font-size:56px;
	}
	
	.card.rfi-mt {
		margin-top:0;
	}
}

/*xs*/
@media (max-width: 575px) {
	body {
		line-height:1.375;
	}
	.navbar-warrington-logo, .navbar-warrington-logo h1 {
		line-height:.75;
	}
	.navbar-warrington-logo, .navbar-warrington-logo:hover, .navbar-warrington-logo:focus {
		line-height:.75;
		width:65%;
	}
	.navbar-utilitynav .nav-item, .navbar-utilitynav .nav-item + .nav-item:not(:last-child) {
		padding:0 max(1rem, env(safe-area-inset-right)) 0 max(1rem, env(safe-area-inset-left));
	}
	.nav-secondary {
		padding:.5rem max(1rem, env(safe-area-inset-right)) .5rem max(1rem, env(safe-area-inset-left));
	}
	nav.nav-secondary h1, nav.nav-secondary .h1, .nav-secondary-title.h1 {
		font-size:1.5rem;
	}
	.collapse.navbar-toggleable-lg {
		width:100%;
	}
	.vc_container {
		padding-left: max(1rem, env(safe-area-inset-left)) !important;
		padding-right: max(1rem, env(safe-area-inset-right)) !important;
	}
	
	.content-mt {
		margin-top:2rem; /*adds margin above content. class can be removed if not wanted*/
	}

	#wcb .sidebar {
		padding:3rem 2rem 0;
	}
	
	.hash-marks, hr.hash-marks, .sidebar .hash-marks {
		margin-left:-.625rem;
		margin-right:-.625rem;
		padding-left:.625rem;
		padding-right:.625rem
	}

	.banner-row .banner-height {
		height:300px;
	}
	.banner-full-tall, .banner-full-tall img {
		height:300px;
	}
	.banner-full-short, .banner-full-short img {
		height:275px;
	}
	.banner-caption-svg {
		margin-bottom:.5rem;
		margin-top:.5rem;
	}
	/*.bannertext {
		line-height:1;
	}*/
	
	h1, .h1 {
		font-size: 2.25rem;
	}
	h2, .h2 {
		font-size: 2rem;
	}
	.banner-row h1, .banner-row .h1, .banner-row h2, .banner-row .h2 {
		font-size: 2.25rem;
		margin-bottom: 1rem;
		margin-top: 1rem;
		padding:1rem 1rem 1.25rem;
	}
	h3, .h3 {
		font-size: 1.75rem;
	}
	h4, .h4 {
		font-size: 1.625rem;
	}
	h5, .h5 {
		font-size: 1.5rem;
	}
	h6, .h6 {
		font-size: 1.375rem;
	}
	
	div.xxlarge {
		font-size:2.125rem;
	}
	div.xlarge {
		font-size:1.875rem;
	}
	div.large {
		font-size:1.75rem;
	}
	div.medium {
		font-size:1.625rem;
	}
	div.small {
		font-size:1.5rem;
	}
	div.xsmall {
		font-size:1.375rem;
	}
	.lead {
		font-size:1.25rem;
		margin-bottom:1.25rem;
		line-height:1.375;
	}
	.carousel-caption-overlay div, .caption-overlay div {
		margin-bottom:.375rem;
	}
    .carousel-caption-overlay div.display-1 {
        font-size:3.5rem;
    }
    .carousel-caption-overlay div.display-2 {
        font-size:3rem;
    }
    .carousel-caption-overlay div.display-3 {
        font-size:2.5rem;
    }
    .carousel-caption-overlay div.display-4 {
        font-size:2rem;
    }
	.carousel-caption-overlay ul.list-inline.btns, .caption-overlay ul.list-inline.btns {
		margin-bottom:0;
		margin-top:.75rem;
	}
	
	/*ul {
		padding-left:1.25rem;
	}*/
	/*this ordered list is good with two numbers before the decimal*/
	/*ol {
		padding-left:2rem;
		overflow: visible
	}*/
	/*adjustment for safari*/
	/*body.safari ol {
		padding-left:2.25rem;
	}*/
	
	div.check-square ul.lead li::before, div.check-square-o ul.lead li::before, div.check ul.lead li::before, div.check-circle ul.lead li::before,
	div.arrow-right ul.lead li::before, div.arrow-circle-right ul.lead li::before, div.arrow-circle-o-right ul.lead li::before {
 		margin-left: -1.5rem;
		margin-right: .5rem;
	}
	
	.safari .carousel-indicators {
		padding-left:0;
	}
	
	.btn-group-lg > .btn, .btn-lg {
		font-size: 1rem;
		padding: .5rem .75rem;
	}
	.btn-group-md > .btn, .btn-md {
		font-size: .9375rem;
		padding: .375rem .625rem;
	}

	.caption-overlay {
		padding:2% max(1rem, env(safe-area-inset-right)) 2% max(1rem, env(safe-area-inset-left));
	}
	
	figure.float-left {
		float:left;
		margin-right:.5rem;
	}
	figure.float-right {
		float:right;
		margin-left:.5rem;
	}
	figure.float-left.img-large, figure.float-right.img-large {
		float:none;
		margin-left:0;
		margin-right:0;
	}
	.img-small {
		width:30%;
	}
	.img-medium {
		width:40%;
	}
	.img-large {
		width:100%;
	}
	
	.sidebar-box {
    	padding: 1rem .5rem .125rem;
	}
	
	.people-list-small.two-column.stacked li, .people-list-medium.two-column.stacked li, .people-list-large.two-column.stacked li,
	.people-list-small.three-column.stacked li, .people-list-medium.three-column.stacked li, .people-list-large.three-column.stacked li {
		width: 100%;
	}
	.people-list-small.two-column.stacked > li:nth-child(odd), .people-list-medium.two-column.stacked > li:nth-child(odd), .people-list-large.two-column.stacked > li:nth-child(odd),
	.people-list-small.three-column.stacked > li:nth-child(odd), .people-list-medium.three-column.stacked > li:nth-child(odd), .people-list-large.three-column.stacked > li:nth-child(odd) {
		clear:none;
	}
	.people-list-medium img, .people-list-large img {
		float:none;
		margin:0 0 .75rem;
	}
	.people-list-small.stacked img, .people-list-medium.stacked img, .people-list-large.stacked img {
		width:50%;
	}
	.vc_col-xs-6 .people-list-small.stacked img, .vc_col-sm-6 .people-list-small.stacked img, .vc_col-md-6 .people-list-small.stacked img, .vc_col-lg-6 .people-list-small.stacked img,
	.vc_col-xs-4 .people-list-small.stacked img, .vc_col-sm-4 .people-list-small.stacked img, .vc_col-md-4 .people-list-small.stacked img, .vc_col-lg-4 .people-list-small.stacked img,
	.vc_col-xs-3 .people-list-small.stacked img, .vc_col-sm-3 .people-list-small.stacked img, .vc_col-md-3 .people-list-small.stacked img, .vc_col-lg-3 .people-list-small.stacked img,
	.vc_col-sm-1\/5 .people-list-small.stacked img, .vc_col-sm-1\/5 .people-list-small.stacked img, .vc_col-sm-1\/5 .people-list-small.stacked img, .vc_col-sm-1\/5 .people-list-small.stacked img,
	.vc_col-xs-2 .people-list-small.stacked img, .vc_col-sm-2 .people-list-small.stacked img, .vc_col-md-2 .people-list-small.stacked img, .vc_col-lg-2 .people-list-small.stacked img
	.vc_col-xs-6 .people-list-medium.stacked img, .vc_col-sm-6 .people-list-medium.stacked img, .vc_col-md-6 .people-list-medium.stacked img, .vc_col-lg-6 .people-list-medium.stacked img,
	.vc_col-xs-4 .people-list-medium.stacked img, .vc_col-sm-4 .people-list-medium.stacked img, .vc_col-md-4 .people-list-medium.stacked img, .vc_col-lg-4 .people-list-medium.stacked img,
	.vc_col-xs-3 .people-list-medium.stacked img, .vc_col-sm-3 .people-list-medium.stacked img, .vc_col-md-3 .people-list-medium.stacked img, .vc_col-lg-3 .people-list-medium.stacked img,
	.vc_col-sm-1\/5 .people-list-medium.stacked img, .vc_col-sm-1\/5 .people-list-medium.stacked img, .vc_col-sm-1\/5 .people-list-medium.stacked img, .vc_col-sm-1\/5 .people-list-medium.stacked img,
	.vc_col-xs-2 .people-list-medium.stacked img, .vc_col-sm-2 .people-list-medium.stacked img, .vc_col-md-2 .people-list-medium.stacked img, .vc_col-lg-2 .people-list-medium.stacked img
	.vc_col-xs-6 .people-list-large.stacked img, .vc_col-sm-6 .people-list-large.stacked img, .vc_col-md-6 .people-list-large.stacked img, .vc_col-lg-6 .people-list-large.stacked img,
	.vc_col-xs-4 .people-list-large.stacked img, .vc_col-sm-4 .people-list-large.stacked img, .vc_col-md-4 .people-list-large.stacked img, .vc_col-lg-4 .people-list-large.stacked img,
	.vc_col-xs-3 .people-list-large.stacked img, .vc_col-sm-3 .people-list-large.stacked img, .vc_col-md-3 .people-list-large.stacked img, .vc_col-lg-3 .people-list-large.stacked img,
	.vc_col-sm-1\/5 .people-list-large.stacked img, .vc_col-sm-1\/5 .people-list-large.stacked img, .vc_col-sm-1\/5 .people-list-large.stacked img, .vc_col-sm-1\/5 .people-list-large.stacked img,
	.vc_col-xs-2 .people-list-large.stacked img, .vc_col-sm-2 .people-list-large.stacked img, .vc_col-md-2 .people-list-large.stacked img, .vc_col-lg-2 .people-list-large.stacked img {
		max-width:50%;
	}
	.people-list-medium li div.name, .people-list-medium li div.subhead, .people-list-medium li p, .people-list-medium li ul, .people-list-medium .details-placeholder, .people-list-medium [class^="read-more-by-length"] {
		margin-left:0;
	}
	.people-list-medium li div.name {
		font-size:1.125rem;
	}
	
	
	.thumbnail-list-large, .vc_col-sm-6 .thumbnail-list-large {
		min-height:63px;
    	padding-left:calc(63px + 1rem);
	}
	.thumbnail-list-large img, .vc_col-sm-6 .thumbnail-list-large img {
		width:63px;
	}
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element.vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style {
		width:63px;
		height:63px;
	}
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:48px;
	}
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before {
		font-size:36px;
	}
	
	[class^="thumbnail-list-"].stack-center-small {
		margin:0 auto 2rem;
		padding-left: 0;
		text-align:center;
	}
	.thumbnail-list-large.stack-center-small img,
	.vc_col-sm-6 .thumbnail-list-large.stack-center-small img {
		width:128px;
	}
	.thumbnail-list-large.stack-center-small .vc_icon_element.vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large.stack-center-small .vc_icon_element.vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large.stack-center-small .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style {
		width:128px;
		height:128px;
	}
	[class^="thumbnail-list-"].stack-center-small img,
	[class^="thumbnail-list-"].stack-center-small .vc_icon_element.vc_icon_element-outer {
		margin:0 auto 1rem;
		position:static;
	}
	.thumbnail-list-large.stack-center-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before,
	.vc_col-sm-6 .thumbnail-list-large.stack-center-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:96px;
	}
	.thumbnail-list-large.stack-center-small .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before,
	.vc_col-sm-6 .thumbnail-list-large.stack-center-small .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before {
		font-size:72px;
	}
	[class^="thumbnail-list-"].stack-center-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		height: auto;
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.ng-table-counts.btn-group {
		margin-bottom: 10px;
	}
	.pagination.ng-table-pagination {
		float: right;
	}
	.ng-table-pager {
		overflow: hidden;
	}
}

