html {
	overflow-y:scroll !important;
}
/*.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}*/
/*consider font-display if performance is lagging*/
/*@font-face {
  font-family: gentonalight, gentonasemibold, gentonalight_italic, gentonasemibold_italic;
  src: url('.woff2') format('woff2'),
  url('.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-display: optional;
}*/
body {
	padding-top:0;
	font-family:'gentonalight', sans-serif;
	color:#002657;
	letter-spacing:.05rem;
	background-color:#e3e5de;
	/*background-color:#fff;*/
	-webkit-font-smoothing:subpixel-antialiased;
	font-variant-ligatures:none;
	position:relative;
	font-size: 1.125rem;
	line-height: 1.625;
}
b, strong {
    font-weight:normal;
	font-family:'gentonasemibold', sans-serif;
}
i, em {
    font-style:normal;
	font-family:'gentonalight_italic', sans-serif;
}
i b, b i, em strong, strong em {
    font-style: normal;
    font-weight: normal;
	font-family: 'gentonasemibold_italic', sans-serif;
}
main {
	display:block;
	/*padding-top:3rem;
	padding-bottom:10rem*/
	padding: 0 0 10rem;
}
main.directory-profile {
	padding-top:0;
}

abbr[title] {
	text-decoration:none;
	border-bottom:none
}
#content:focus {outline: none;}
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*/
.display-none {
	display:none;
}
.skip-link:focus {
	color:#fff;
	background:#000;
	text-decoration:none;
	padding:.3rem 1rem;
	line-height:3;
}
.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;
	margin-left: .125rem;
	opacity: .75;
	white-space: nowrap;
}
a.image-link[target="_blank"]::after {
	content:'';
	margin-left: 0;
	opacity: 1;
}
a.image-link[target="_blank"]:hover::after {
	content: ' \f35d';
	font:var(--fa-font-solid);
	font-size: .75rem;
	position: absolute;
	bottom: -1rem;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	line-height: 1rem;
	text-align: center;
	color: #fff;
	z-index: 1;
}
.navbar {
    padding:0;
	padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
	z-index:100;
	border-radius:0;
	height:5.4rem;
	border-bottom:3px solid #6c9bc3;
	margin-bottom:2.3rem;
	color:#fff;
	background-color:#002657;
}
.navbar-uf-logo, .navbar-uf-logo:hover, .navbar-uf-logo:focus {
	position:absolute;
	top:0;
	left:0;
	left: env(safe-area-inset-left);
	height:9.4rem;
	width:9.4rem;
	border-bottom:none;
	background-color:#FA4616;
}
.navbar-uf-logo img {
	margin: 7.5%;
	width:85%;
	height:auto;
}
.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 {
	width:32rem;
	height:5.4rem;
	margin:0 1.5rem 0 11.4rem;
	float:left;
	border-bottom:none;
	line-height: 1;
}
.navbar-warrington-logo h1 {
	font-size: 1rem;
	height: 100%;
	margin:0;
}
.navbar-warrington-logo img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	height:auto;
}
.navbar-toggleable-lg {
	display:none
}
.navbar-toggleable-lg::after {
    clear: both;
    content: "";
    display: table;
}
.navbar-utilitynav {
	float:right;
	text-transform:uppercase;
}
.navbar-utilitynav .nav-item {
	font-family:'gentonaextralight', sans-serif;
	font-size:.75rem;
	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 {
	color:#fff;
	margin:1.8rem 0 0;
	padding:0;
	line-height:2rem;
	letter-spacing:.08rem;
	border-bottom:none;
	display:inline-block;
	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;
	text-align:center;
}
.navbar-utilitynav .dropdown a {
	margin:1.8rem 1.5rem 0;
	padding:0 0 .6rem;
	border-bottom:none;
	text-decoration: none;
}
.navbar-utilitynav .dropdown.open {
	background:#001B3D
}
.nav-link.dropdown-toggle::after {
	display:none
}
.navbar-utilitynav .dropdown .fa-arrow-right, .navbar-utilitynav .dropdown .fa-arrow-down {
	display:block;
}
.navbar-utilitynav .dropdown-menu {
	background:#001B3D;
	margin:0;
	border-radius:0;
	border:none;
	padding:.05rem 0 .5rem;
	color:#fff;
	font-size:.75rem;
	width:100%;
	text-align:left
}
.navbar-utilitynav .dropdown-menu li {
	margin:0 1rem;
	padding-left: .5rem;
	padding-right: .5rem;
	letter-spacing:.25rem;
	text-transform:lowercase;
}
.navbar-utilitynav .dropdown .dropdown-item {
	letter-spacing:.1rem;
	padding:.5rem 0;
	margin:0;
	color:#fff;
	white-space:normal;
	text-transform:uppercase;
	position:relative;
}
.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:.2rem 0 .75rem;
}
.navbar-utilitynav .dropdown-menu ul li {
	line-height:1;
	padding:0 1rem;
	margin:0;
}
.navbar-utilitynav .nav-item:last-child {
	margin:0;
}

.navbar-utilitynav .search-toggler {
	position: relative;
	width: 5.4rem;
	height: 5.4rem;
	font-size:1.5rem;
	line-height:5.4rem;
	background-color:#014880;
	margin:0;
	padding:0;
	text-align:center;
	border:none;
	border-radius:0;
	z-index:1;
	color:#fff;
}
.collapse.in.searchForm {
	position: absolute;
	top:0;
	right:5.4rem;
	width:32rem;
	height:5.4rem;
}
.navbar-utilitynav #searchForm .nav-link.search-warrington-btn {
	position:absolute;
	top:0;
	right:-5.4rem;
	font-size:1.5rem;
	width:5.4rem;
	height:5.4rem;
	line-height:5.4rem;
	margin:0;
	padding:0;
	text-align:center;
	border:none;
	border-radius:0;
	background-color:#999;
	color:#000;
	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 {
	color: #fff;
	background-color: #002657;
}
.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{
	color: #fff;
	background-color: #000;
}
.navbar-utilitynav #searchForm .nav-link.search-warrington-btn:focus{
	outline: 1px solid #fff;
	outline-offset:-1px;
}
#searchFormMobile {
	position:relative;
	width:5.4rem;
	height:5.4rem;
	outline:none;
}
input.search-warrington {
	position:absolute;
	right:0;
	top:0;
    width:32rem;
	height:5.4rem;
	padding-right:5.4rem;
	border:none;
	padding:1rem;
	font-family:'gentonalight', sans-serif;
	font-size:1rem;
}
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 {
	height:2.3rem;
	background-color:#001B3D;
	padding-left:11.4rem;
	clear:both;
	text-transform:uppercase;
}
.navbar-mainnav .nav-item {
	font-family:'gentonaextralight', sans-serif;
	display:flex;
	margin-bottom:0
}
.navbar-mainnav .nav-item + .nav-item {
	margin-left:3rem;
}
.navbar-mainnav .nav-link {
	margin-top:.5rem;
	line-height:1.2rem;
	padding:0;
	color:#fff;
	letter-spacing:.2rem;
	border-bottom:none;
	display:inline-block;
	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 {
	font-family:'gentonamedium', sans-serif;
	color:#9ad2e1
}
.navbar-mainnav .nav-link.apply, .navbar-mainnav .nav-link.apply.active {
	background-color: #52833A;
	border: 1px solid #52833A;
	font-family: 'gentonamedium', sans-serif;
	padding: .125rem .5rem .125rem .6rem;
	margin-top: calc(.375rem - 1px);
	color:#fff;
	letter-spacing: .1rem;
}
.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:#fff;
	padding:1.5rem 11.4rem 1.2rem;
	font-family:'gentonalight', sans-serif;
}
.nav-secondary .navbar-nav .nav-item {
	margin-right:1.5rem;
	margin-left:0;
	margin-bottom:.8rem;
	line-height:1.2;
}
.nav-secondary .nav-link {
	color:#0063c7;
	padding:0;
	white-space:pre-wrap;
	text-decoration:none;
}
.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 {
	/*border-bottom: 1px dashed #002657;*/
}
.nav-secondary .desktop-menu .current-menu-ancestor .nav-link:hover, .nav-secondary .desktop-menu .current-menu-ancestor .nav-link:focus {
	/*border-bottom:1px dashed #0063c7;*/
	text-decoration:underline;
}

/*sidebar menu current page*/
.nav-secondary .current-menu-item > .nav-link {
	font-family:'gentonamedium', sans-serif;
	color:#002657;
}
.nav-secondary .current-menu-item > .nav-link:hover, .nav-secondary .current-menu-item > .nav-link:focus {
	/*border-bottom:1px dashed #002657;*/
}

/*begin sidebar menu*/
.sidebar .nav-sidebar {
	margin:0;
	padding:0;
	list-style-type:none;
}
.nav-sidebar li a {
	color:#0063c7;
	/*border-bottom:1px dashed transparent;*/
	text-decoration:none;
}
.nav-sidebar li a:hover, .nav-sidebar li a:focus {
	/*border-bottom:1px dashed #0063c7;*/
	text-decoration:underline;
}
.nav-sidebar li a.active:hover, .nav-sidebar li a.active:focus {
	/*border-bottom:1px dashed #002657;*/
}
.nav-sidebar .current-menu-item > a:hover, .nav-sidebar .current-menu-item > a:focus {
	/*border-bottom:1px dashed #002657;*/
}
.nav-sidebar li ul.sub-menu {
	display: none;
	background-color: #fff;
	border: 2px solid #d6d8d1;
	padding: 1rem 1rem 1.75rem;
	margin: 0 0 3rem;
}
.nav-sidebar ul.sub-menu li.current-menu-item > a {
	font-family: 'gentonamedium', sans-serif;
    color: #002657 !important;
}

/*display of submenus based on menu item selection*/
.nav-sidebar > li, .nav-sidebar > li a  {
	padding:0;
	display:none;
}
.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;
	margin-bottom:0;
	line-height: 1.2;
}
.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 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #d5d8d0;
	margin-bottom: 20px;
}
.menu .no-menu-set h3 {
	color: #91969c;
	text-transform: capitalize;
}
.admin-bar .menu .no-menu-set {
	display:none;
}
/*end sidebar menu*/

#CollapsingNavbar {
	display: none;
}
/*not sure if we're using this*/
a[rel~="popup"]:after {
	font:var(--fa-font-solid);
	content:' \f35d';
}

/*.container > .row {
	margin-left:0;
	margin-right:0;
}*/
/*this overrides bootstrap for nested columns to avoid double padding*/
.container {
	max-width:1200px;
	width:auto;
	padding-left:0;
	padding-right:0;
}
/*fixing broken setting for row to make columns same height*/
.vc_row.vc_row-flex .container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg-placeholder, .banner-single.bg-placeholder {
	background-color: #d6d8d1 !important;
}
/*div[data-vc-full-width='true'] {
	margin-left: -16px !important;
	margin-right: -16px !important;
}*/
/*#wcb div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
	margin-top: -3rem;
}
#wcb div[data-vc-full-width='true']:nth-child(1) {
	margin-top: -3rem;
}
#wcb section > div[data-vc-full-width='true']:nth-child(1) {
	margin-top: -3rem;
}*/
#wcb .vc_row {
	padding:1rem 0;
}
#wcb .vc_row.vc_row-no-padding { /*keeps padding out of banners*/
	padding:0 !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-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;
}

/*.banner-full-tall, .banner-full-short {
	margin-bottom:3rem;
}*/
.banner-full-tall img, .banner-full-short img {
	width: 100%;
	object-fit: cover;
}
.banner-full-tall, .banner-full-tall img {
	height:800px;
}
.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 {
	margin-top:2rem;
	margin-bottom:2rem;
	color:#fff
}

/*for browser consistency*/
.img-fluid img, .img-fluid {
	width:100%;
	max-width:none;
	height:auto;
}
.carousel {
	clear:both;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    margin-top:-16px;
}
.carousel-control .icon-next {
    margin-right:-15px;
	height:32px;
}
.carousel-control .icon-prev {
    margin-left:-15px;
	height:32px;
}
.carousel-control {
	height: 100%;
	width: 10%;
	z-index:10
}
/*.sidebar .carousel-quotes .carousel-control {
	background:none;
	height:85px;
	filter:none
}*/
.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/*, .sidebar .carousel-quotes .carousel-indicators li*/ {
	border: 1px solid #002657;
	margin: 1px;
}
.carousel-indicators li:hover, /*.sidebar .carousel-quotes .carousel-indicators li:hover,*/
.carousel-indicators li:focus/*, .sidebar .carousel-quotes .carousel-indicators li:focus*/ {
	background-color:#9ad2e1;
}
/*.sidebar .carousel-quotes .carousel-indicators li {
	margin: 0;
	padding:0;
	width:100%;
}*/
.carousel-indicators li.active/*, .sidebar .carousel-quotes .carousel-indicators li.active*/ {
	background-color:#FA4616;
	border: 1px solid #FA4616;
	cursor:default;
}
/*.sidebar .carousel-quotes .carousel-indicators li.active {
	margin: 0;
}*/
.carousel .pause-play {
    position:absolute;
    bottom:-30px;
}
.carousel .pause-play [role=button] {
	display:inline-block;
	height:22px;
	width:22px;
	text-align:center;
	line-height:1;
	-webkit-appearance: initial;
	text-decoration:none;
	border-bottom:none;
	cursor:pointer;
	padding:3px;
}
.carousel .pause-play [role=button]:hover, .carousel .pause-play [role=button]:focus {
	background:#fff
}
/*.sidebar .carousel-quotes .carousel-item {
	text-align:center
}
.sidebar .carousel-quotes .carousel-item img {
	width:63px;
}*/
.carousel figure {
	margin:0
}
.carousel-caption-overlay, .caption-overlay {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    z-index: 10;
	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%);
}
.carousel-caption-overlay.vertical-center, .caption-overlay.vertical-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	bottom:auto;
	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%);
}
.carousel-caption-overlay.image-inverse, .caption-overlay.image-inverse {
	color: #000;
    text-shadow:none;
	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%);
}
.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 {
	top: 50%;
	transform: translateY(-50%);
	bottom:auto;
}
figcaption {
	font-size:.875rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.7);
	margin-top:.5rem
}
figcaption.carousel-caption-overlay, figcaption.caption-overlay {
	font-size:1rem;
}
.carousel-caption-overlay {
	padding:1% 10% 0;
}
.carousel-caption-overlay.vertical-center {
	padding:1% 10%;
	margin-top:0;
}
.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% 5%;
}
@supports(padding: max(0rem)) {
	.caption-overlay {
		padding-right: max(5%, env(safe-area-inset-right));
		padding-left: max(5%, 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 {display:inline-block; border-radius:50%; width:2rem; height:2rem; background:#52833A; font-size:1.25rem; line-height:2rem; text-align:center; color:#fff}
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 {
	color:#002657;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
	background:none
}
.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:#002657;
}
/*.carousel-inverse .carousel-caption-overlay .btn-green, .banner-inverse .caption-overlay .btn-green,
.carousel-inverse .carousel-caption-overlay .btn-green:hover, .carousel-inverse .carousel-caption-overlay .btn-green:focus, 
.carousel-inverse .carousel-caption-overlay .btn-green:active:hover, .carousel-inverse .carousel-caption-overlay .btn-green:active:focus,
.banner-inverse .caption-overlay .btn-green:hover, .banner-inverse .caption-overlay .btn-green:focus, 
.banner-inverse .caption-overlay .btn-green:active:hover, .banner-inverse .caption-overlay .btn-green:active:focus {
	border:1px solid #52833A;
}
.carousel-inverse .carousel-caption-overlay .btn-alpha, .banner-inverse .caption-overlay .btn-alpha {
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #002657;
	color: #002657 !important;
}
.carousel-inverse .carousel-caption-overlay .btn-alpha:hover, .banner-inverse .caption-overlay .btn-alpha:hover {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #002657;
	color: #002657 !important;
}*/


.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 #d6d8d1;
	margin-top:0;
	padding-left:1rem;
	line-height:1.625;
	font-size:1rem;
	min-height:0;
}
#wcb main.directory-profile .page-content,
#wcb main.directory-profile .sidebar {
	margin-top:3rem;
}

/*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 .vc_row {
	margin:0;
}*/
.global-padding {
	padding-right:2rem;
	padding-left:2rem;
}
@supports(padding: max(0rem)) {
	.global-padding {
		padding-right: max(2rem, env(safe-area-inset-right)) !important;
		padding-left: max(2rem, env(safe-area-inset-left)) !important;
	}
}

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

/*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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
#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%);
	color:#002657;
}
/*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%);
	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%);
	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%);
	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%);
	color:#fff;
}
#wcb .black-to-denim {
	background: #2a315f;
	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%);
	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%);
	/*color:#002657;*/
	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%);
	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%);
	color:#002657;
}

/*ALTERNATE BACKGROUND TEXT COLORS*/
#wcb .dark-blue .alpha,
#wcb .dusk-blue .alpha,
#wcb .blue .alpha,
#wcb .purple .alpha,
#wcb .red .alpha,
#wcb .denim .alpha,
#wcb .black .alpha,
#wcb .coolgrey11 .alpha,
#wcb .darkblue .alpha,
#wcb .gatorblue-to-denim .alpha, #wcb .blue-to-purple .alpha, #wcb .denim-to-gatorblue .alpha, #wcb .gatorblue-to-darkblue .alpha,
#wcb .dark-blue a,
#wcb .dusk-blue a,
#wcb .blue a,
#wcb .purple a,
#wcb .red a,
#wcb .denim a,
#wcb .black a,
#wcb .coolgrey11 a,
#wcb .darkblue a,
#wcb .gatorblue-to-denim a, #wcb .blue-to-purple a, #wcb .denim-to-gatorblue a, #wcb .gatorblue-to-darkblue a {
	color:#fff;
}
#wcb .orange .alpha,
#wcb .forest .alpha,
#wcb .orange-to-yellow .alpha,
#wcb .orange a,
#wcb .forest a,
#wcb .orange-to-yellow a {
	color:#000;
}
#wcb .sand .alpha,
#wcb .laurel .alpha,
#wcb .cream .alpha,
#wcb .grey .alpha,
#wcb .gold .alpha,
#wcb .steel .alpha,
#wcb .apricot .alpha,
#wcb .aqua .alpha,
#wcb .green .alpha,
#wcb .tea .alpha,
#wcb .sky .alpha,
#wcb .peach .alpha,
#wcb .seal .alpha,
#wcb .artichoke .alpha,
#wcb .coolgrey3 .alpha,
#wcb .warmgrey1 .alpha,
#wcb .alachua-to-gatororange .alpha,
#wcb .sand a,
#wcb .laurel a,
#wcb .cream a,
#wcb .grey a,
#wcb .gold a,
#wcb .steel a,
#wcb .apricot a,
#wcb .aqua a,
#wcb .green a,
#wcb .tea a,
#wcb .sky a,
#wcb .peach a,
#wcb .seal a,
#wcb .artichoke a,
#wcb .coolgrey3 a,
#wcb .warmgrey1 a,
#wcb .alachua-to-gatororange a,
#wcb .x11gray {
	color:#002657;
}


#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-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-x11gray {
	border-top:#bebebe;
}

#wcb .vc_row.last-row-to-footer {
	margin-bottom: -12rem;
	padding-bottom: 12rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:'gentonamedium', sans-serif;
	letter-spacing:.15rem;
	line-height:1.2;
	text-transform:uppercase;
	/*margin-top:2.5rem;*/
	margin-bottom: 1.25rem;
	
	/*possible new styles*/
	/*font-family:"obviously-wide","Gentona",Helvetica,Arial,sans-serif;
	font-weight: 800;
	letter-spacing: .375rem;
	line-height:1;
	margin-top:2.75rem;
	margin-bottom: 1.5rem;*/
}
#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;
}
h1, .h1 {
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.5);
	margin-top:0;
	
	/*possible new styles*/
	/*font-size: 1.5rem;*/
}
h1 span.prepend-h1 {
	font-family:'gentonabook_italic', sans-serif;
	font-size: 1.25rem;
	letter-spacing:.075rem;
	line-height:1.2;
	text-transform:none;
	display:block;
	color: rgba(0, 0, 0, 0.6);
}
h2, .h2 {
	font-family:'gentonathin', sans-serif;
	font-size: 3rem;
	margin-top:4.5rem;
	
	/*possible new styles*/
	/*font-size: 2.5rem;
	text-transform:uppercase;*/
}
h3, .h3 {
	font-size: 2.25rem;
	margin-top:4rem;
	
	/*possible new styles*/
	/*font-size: 2rem;
	font-style: italic;
	text-transform:uppercase;*/
}
h4, .h4 {
	font-size: 2rem;
	margin-top:3.5rem;
	
	/*possible new styles*/
	/*font-size: 1.625rem;*/
}
h5, .h5 {
	font-size: 1.5rem;
	text-transform:none;
	margin-top:3rem;
	
	/*possible new styles*/
	/*font-size:1.875rem;
	font-family:'gentonabold', sans-serif;
	text-transform:uppercase;
	letter-spacing:.25rem;
	margin-top: 2.5rem;
	margin-bottom: .875rem;*/
}
h6, .h6 {
	/*font-family:'gentonabold', sans-serif;*/
	font-size: 1.125rem;
	letter-spacing:.2rem;
	margin-top:2.5rem;
	
	/*possible new styles*/
	/*font-family:'gentonabold', sans-serif;
	font-size: 1.325rem;
	text-transform:none;
	letter-spacing:.25rem;
	margin-top: 2.5rem;
	margin-bottom: .875rem;*/
}
h2 span.h6, .h2 span.h6 {
	display:block;
}
.page-title .h6 {
	display:block;
	margin-bottom:0;
}
.page-title span {
	display:block;
	font-family:'gentonathin', sans-serif;
	font-size: 3rem;
}

h1 a, a.h1 {
	color: rgba(0, 0, 0, 0.5);
}
h1 a:hover, h1 a:focus, a.h1:hover, a.h1:focus {
	color: rgba(0, 0, 0, 0.5);
}
h2 a, h3 a, h4 a, h5 a, h6 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color:#002657;
}
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:#002657;
}

/*This helps line first heading up with the top of the sidebar*/
/*.container .page-content:first-child > .vc_column-inner:first-child > .wpb_wrapper:first-child > :first-child,
.container .page-content:first-child > .vc_column-inner:first-child > .wpb_wrapper:first-child > .contact-information:first-child > :first-child,
.container .page-content:first-child > .vc_column-inner:first-child > .wpb_wrapper:first-child > header:first-child > :first-child,
.container .page-content:first-child > .vc_column-inner:first-child > .wpb_wrapper:first-child > section > header:first-child > :first-child,
.container .page-content:first-child > .vc_column-inner:first-child > .wpb_wrapper:first-child > article:first-child > .entry-header:first-child > :first-child,
.container .page-content:first-child > .vc_column-inner:first-child > .wpb_wrapper:first-child > .page-header:first-child > .page-title:first-child > :first-child,
.container .page-content:first-child > .vc_column-inner:first-child > .wpb_wrapper:first-child > .post:first-child .entry-title {
	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
}
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: .875rem;
	line-height: 1.5;
}
/*.vc_col-xs-1 p, .vc_col-xs-1 li,
.vc_col-sm-1 p, .vc_col-sm-1 li,
.vc_col-md-1 p, .vc_col-md-1 li,
.vc_col-lg-1 p, .vc_col-lg-1 li,
.vc_col-xs-2 p, .vc_col-xs-2 li,
.vc_col-sm-2 p, .vc_col-sm-2 li,
.vc_col-md-2 p, .vc_col-md-2 li,
.vc_col-lg-2 p, .vc_col-lg-2 li,
.vc_col-xs-3 p, .vc_col-xs-3 li,
.vc_col-sm-3 p, .vc_col-sm-3 li,
.vc_col-md-3 p, .vc_col-md-3 li,
.vc_col-lg-3 p, .vc_col-lg-3 li,
.vc_col-xs-4 p, .vc_col-xs-4 li,
.vc_col-sm-4 p, .vc_col-sm-4 li,
.vc_col-md-4 p, .vc_col-md-4 li,
.vc_col-lg-4 p, .vc_col-lg-4 li,
.vc_col-xs-1\/5 p, .vc_col-xs-1\/5 li,
.vc_col-sm-1\/5 p, .vc_col-sm-1\/5 li,
.vc_col-md-1\/5 p, .vc_col-md-1\/5 li,
.vc_col-lg-1\/5 p, .vc_col-lg-1\/5 li {
	font-size: 1rem;
	line-height: 1.5;
}*/
.lead {
	font-size: 1.5rem;
	line-height: 1.625;
	margin-bottom:1.5rem;
}
.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-"] .gentonabolditalic, [class*="banner-"] .gentonabold, [class*="banner-"] .gentonabookitalic, [class*="banner-"] .gentonabook, [class*="banner-"] .gentonaextrabolditalic, [class*="banner-"] .gentonaextrabold, [class*="banner-"] .gentonaextralightitalic, [class*="banner-"] .gentonaextralight, [class*="banner-"] .gentonaheavyitalic, [class*="banner-"] .gentonaheavy, [class*="banner-"] .gentonalightitalic, [class*="banner-"] .gentonalight, [class*="banner-"] .gentonamediumitalic, [class*="banner-"] .gentonamedium, [class*="banner-"] .gentonasemibolditalic, [class*="banner-"] .gentonasemibold, [class*="banner-"] .gentonathinitalic, [class*="banner-"] .gentonathin {
	line-height:1;
	letter-spacing:.2rem;
	text-transform:uppercase
}

div.xxlarge {
	font-size:7.25rem;
	line-height:.875 !important;
}
div.xlarge {
	font-size:6.25rem;
	line-height:.9 !important;
}
div.large {
	font-size:5.25rem;
	line-height:.925 !important;
}
div.medium {
	font-size:4.25rem;
	line-height:.95 !important;
}
div.small {
	font-size:3.25rem;
	line-height:.975 !important;
}
div.xsmall {
	font-size:1.25rem;
}

.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;
}
a:focus {
	/*border-bottom:1px solid #0063c7;*/
}
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 {
	margin-bottom:.5rem;
	line-height:1.325
}
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
}

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.no-bullet-no-indent li > ul,
ol.no-number-no-indent li > ol {
	padding-left:2.25em
}*/

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

/*custom bullets*/
div.check-square ul, div.check-square-o ul, div.check ul,
div.arrow-right ul, div.arrow-circle-right ul,
div.circle-right ul, div.circle-o-right ul {
	padding-left:2.5em;
	list-style:none
}
div.check-square ul ul, div.check-square-o ul ul, div.check 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.no-indent-custom ul.lead {
	padding-left:1.325em
}*/
div.check-square ul li:before, div.check-square-o ul li:before, div.check 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;
	width:1rem;
	margin-top:.25rem;
	margin-right:.75rem;
	margin-left:-1.75rem;
	vertical-align:-.1rem;
	/*color:#002657;*/
	/*position: relative;
	left: -.5rem;*/
}
.gator-orange-bullet ul li:before {
	color:#FA4616;
}
.apricot-bullet ul li:before {
	color:#e28f41;
}
.green-bullet ul li:before {
	color:#80be63;
}
.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.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.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-right:1.25rem;
	margin-left:-2.25rem;
}
div.check-square ul ul ul ul, div.check-square-o ul ul ul ul, div.check 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 {
	margin-left: 0;
	list-style-type:disc
}
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.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 {
	margin-left: 0;
	list-style-type:circle;
	/*padding-left: 1.325em;*/
}
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.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 {
	margin-left: 0;
	list-style-type:square
}
div.check-square ul ul li:before, div.check-square-o ul ul li:before, div.check 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: 'refrigerator_deluxebold', 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;
}*/

dl dt {
	line-height:1.25rem
}
li ul, li ol {
	margin-top:.8rem;
}
li p {
	line-height:1.5
}
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
}
/*ul.no-bullet-no-indent li > ul,
ol.no-number-no-indent li > ol {
	padding-left:20px
}*/

/*custom bullets*/
.sidebar div.check ul, .sidebar div.check-square ul, .sidebar div.check-square-o 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.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-right: .5rem;
	margin-left: -1.5rem;
}
/*.sidebar div.check-square ul[class^="lead"], .sidebar div.check-square-o ul[class^="lead"],
.sidebar div.arrow-right ul[class^="lead"], .sidebar div.arrow-circle-right ul[class^="lead"], .sidebar div.arrow-circle-o-right ul[class^="lead"] {
	padding-left:32px;
}*/
/*.sidebar .carousel-indicators li {
	border: 1px solid #002657;
	margin: 1px;
}
.sidebar .carousel-indicators li.active {
	border: 1px solid #FA4616;
	margin: 0;
}*/

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 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    /* background-image: -moz-linear-gradient(top, transparent, #e3e5de);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #e3e5de)); */
}
.card .read-more-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    /* background-image: -moz-linear-gradient(top, transparent, #F4F5F2);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #F4F5F2)); */
}
.read-more-btn-wrap.read-less {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 15px 0 0 0;
}
.read-more-please {
    max-height: 250px;
    position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.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;
}
/*.people-list-small .read-more-remainder p {
	margin-left: 0px;
}
.people-list-small .read-more-remainder p:last-child {
	display: inline;
}*/
.read-more-link {
	display: inline-block;
}
.read-less-link {
	display: inline-block;
	margin-bottom: 1rem;
}

.people-list-collapse {
	background-color: #fff;
	margin-bottom:1rem;
	border: 1px solid #002657;
}
.people-list-collapse .title {
	padding: .25rem 1rem;
	background-color: #e8e8e8;
}
.people-list-collapse .title:hover {
	background-color: #f0f0f0;
	transition: all 0.3s ease 0s;
}
.people-list-collapse span.fa-solid {
	margin-right: 0;
	margin-left:1rem;
	float: right;
	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-right: -15px;
	margin-left: -15px
}

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

.people-list-small img {
	margin:.2rem 0;
	float:left;
	width:63px;
}
.people-list-small.stacked img {
	width: 60%;
}
.people-list-small.text-xs-center img {
	margin:.2rem 0;
}
.people-list-medium img {
	margin:.4rem 0;
	float:left;
	width:96px;
}
.people-list-medium.stacked img {
	width: 80%;
}
.people-list-medium.text-xs-center img {
	margin:.4rem 0;
}
.people-list-large img {
	margin:.4rem 1.5rem .5rem 0;
	float:left;
	width:128px;
}
.people-list-large.stacked img {
	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:1rem;
}
.people-list-medium > li {
	margin-bottom:1.25rem;
	line-height:1.4
}
.people-list-large > li {
	margin-bottom:1.5rem;
	line-height:1.5
}
.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;
    width: 50%;
	padding-right: 15px;
    padding-left: 15px;
}
.people-list-small.three-column > li, .people-list-medium.three-column > li, .people-list-large.three-column > li {
	float: left;
    width: 33%;
	padding-right: 15px;
    padding-left: 15px;
}
.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.h4, .people-list-small p, .people-list-small ul, .people-list-small ol, .people-list-small div.gentonasemibold, .people-list-small .details-placeholder, .people-list-small .read-less-link, .people-list-small .read-more-btn-wrap {
	margin-top:0;
	margin-left:4.8rem;
}
.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-top:.125rem;
	margin-bottom:.875rem;
}
.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.h4 {
	font-size:1.125rem;
	letter-spacing:.05rem;
	text-transform:none;
	margin-bottom:.125rem;
}
.people-list-small li div.gentonasemibold {
	letter-spacing:.05rem;
	font-size:1rem;
	margin-top:1rem;
	margin-bottom:.325rem;
}
.people-list-medium li div.h4 {
	font-size:1.25rem;
	margin-bottom:.325rem;
}
.people-list-medium li div.gentonasemibold {
	letter-spacing:.1rem;
	margin-top:1.25rem;
	margin-bottom:.25rem;
}
.people-list-medium div.h4, .people-list-medium p, .people-list-medium ul, .people-list-medium ol, .people-list-medium div.gentonasemibold, .people-list-medium .details-placeholder, .people-list-medium .read-less-link, .people-list-medium .read-more-btn-wrap {
	margin-top:0;
	margin-left:7.25rem
}
.people-list-large li div.h4 {
	font-size:1.325rem;
	margin-top:0;
	margin-bottom: .25rem;
}
.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.gentonasemibold {
	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.h4,
.people-list-medium.no-photo li div.h4,
.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.gentonasemibold,
.people-list-medium.no-photo li div.gentonasemibold,
.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;
	position: static;
	margin-bottom:1rem
}
.people-list-small.stacked li div.h4, .people-list-small.stacked p, .people-list-small.stacked ul, .people-list-small.stacked ol, .people-list-small.stacked div.gentonasemibold, .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.h4, .people-list-medium.stacked p, .people-list-medium.stacked ul, .people-list-medium.stacked ol, .people-list-medium.stacked div.gentonasemibold, .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-"] {
	position:relative;
	margin-top:2rem;
	margin-bottom:1rem
}
.thumbnail-list-small {
	padding-left:4.8rem;
	min-height:63px
}
.thumbnail-list-large {
	padding-left:9rem;
	min-height:128px
}
[class^="thumbnail-list-"].stacked,
.vc_col-sm-6 .thumbnail-list-large.stacked{
	padding-left:0;
	margin-bottom:2rem
}
[class^="thumbnail-list-"] img,
[class^="thumbnail-list-"] .vc_icon_element.vc_icon_element-outer {
	position:absolute;
	top:.25rem;
	left:0
}
.thumbnail-list-small img {
	width:63px;
	height:auto
}
.thumbnail-list-large img,
.thumbnail-list-large.stacked img,
.vc_col-sm-6 .thumbnail-list-large.stacked img {
	width:128px;
	height:auto
}

.thumbnail-list-small .vc_icon_element.vc_icon_element-outer {
	width:63px;
	height: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 {
	width:128px;
	height:128px
}
.icon-large {
	margin-bottom:.5rem
}
.icon-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 100%;
	height: auto;
	min-height: 128px;
}
.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;
	width:100%;
	height:100%
}
[class^="thumbnail-list-"] .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	width:100%;
	height:100%;
	top:0;
	left:0;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0)
}
.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 {
	width:63px;
	height: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 {
	width:128px;
	height: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 {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height:auto
}
.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 {
	width: calc(100% - 4px);
	height: calc(100% - 4px)
}

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

.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:#5e8e3f
}
.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-seal {
	color:#8f949a
}*/
.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:#5e8e3f
}
.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-seal {
	background-color:#8f949a
}*/
.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-width:2px !important;
	border-style:solid !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:#5e8e3f !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*/
	color:#5e8e3f;
	background-color:transparent !important;
}
.alpha, .alpha a {
	color: rgba(0, 0, 0, 0.6);
}
.green-text {
	color:#5e8e3f;
}
.white-text {
	color:#fff;
}

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

/*annual reports and blogs need this style in the main css*/
.sidebar-social-title {
	border-bottom:5px solid #c1c3b2;
	margin-bottom:.5rem;
	padding-bottom:.375rem;
	font-family: "gentonamedium",sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
.social-share {
	margin-bottom:1rem;
	line-height:1;
}
.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 {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:.5rem
}
.feature-btn-sm {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:0
}
.feature-btn-lg {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:1rem
}
.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:#c1c3b2
}
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.white {
	border-top-color:#fff
}*/
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;
	padding-top:.75rem;
	padding-left:1rem;
	margin-left:-1rem;
	max-width:25rem;
	border:none;
}
.sidebar .hash-marks {
	margin-left:-1rem;
	margin-right:-1rem;
	padding-right:1rem;
}
hr.hash-marks {
	padding-top:0;
	margin-top:1.2rem;
	margin-right:-1rem;
	min-height:1.6rem;
	max-width:none
}
.v-line-right-5-lg-up {
	border-right:5px solid #fff;
}

/*Non-<hr> lines*/
.hr-width-1, h3.border-bottom, h4.border-bottom, h5.border-bottom, h6.border-bottom,
.h3.border-bottom, .h4.border-bottom, .h5.border-bottom, .h6.border-bottom {
	border-bottom-width:1px;
	border-bottom-style:solid
}
.hr-width-5, h2.border-bottom, .h2.border-bottom {
	border-bottom-width:5px;
	border-bottom-style:solid
}
.hr-width-8 {
	border-bottom-width:8px;
	border-bottom-style:solid
}
.hr-grey, h3.border-bottom, h4.border-bottom, h5.border-bottom, h6.border-bottom,
.h3.border-bottom, .h4.border-bottom, .h5.border-bottom, .h6.border-bottom {
	border-bottom-color:#c1c3b2;
}
.hr-orange {
	border-bottom-color:#FA4616
}
.hr-blue, h2.border-bottom, .h2.border-bottom {
	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;
	font-family:'gentonamedium', sans-serif;
	white-space: pre-wrap;
	border-radius: 0;
}
.list-inline.btns {
	padding-top:.5rem;
}
.text-xs-left .list-inline.btns .list-inline-item, .list-inline.btns .list-inline-item {
	margin-left:0;
	margin-bottom:.5rem;
}
.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-left:.25rem;
	margin-right:.25rem;
	margin-bottom:.5rem;
}
.text-xs-right .list-inline.btns .list-inline-item {
	margin-right:0;
	margin-bottom:.5rem;
}
.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-right:0 !important;
	margin-left:0 !important
}
.list-inline-item.block .btn {
	width:100%
}

a.btn, a.btn:hover, a.btn:focus {
	text-decoration:none;
}
.btns li {
	max-width:100%
}
.btn-sm, .btn-md, .btn-lg {
	border-radius:0;
}
.btn-green {
	color:#fff !important;
	background-color:#52833A;
	border:1px solid #52833A;
	text-shadow:none
}
.btn-green:hover, .btn-green:focus, .btn-green:active:hover, .btn-green:active:focus {
	color:#52833A !important;
	background-color:#fff;
	border:1px solid #52833A;
	text-shadow:none
}
.btn-alpha {
	color:#fff !important;
	background-color: rgba(0, 0, 0, 0.6);
	border:1px solid rgba(0, 0, 0, 0);;
	text-shadow:none
}
.btn-alpha:hover, .btn-alpha:focus, .btn-alpha:active:hover, .btn-alpha:active:focus {
	color:#fff;
	background-color: rgba(0, 0, 0, 0.8);
	border:1px solid rgba(0, 0, 0, 0);
	text-shadow:none
}

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


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


/*accordion for use in directory profiles... not entirely sure we're using this*/
.accordion {margin-bottom:2rem}
.accordion .card {
	border:1px solid #8f949a;
	margin-bottom:.5rem;
	overflow:hidden;
	border-radius: 0;
	background-color:transparent
}
.accordion .card-header {
	padding:0;
	background-color: transparent;
	border-bottom:none;
	border-radius: 0;
}
.accordion .card-title {
	margin:0;
}
.accordion .card-title a {
	display:inline-block;
	width:100%;
	padding:4px 3.5rem 5px 1rem;
	background-color:transparent;
	transition: all 0.6s ease 0s;
	position:relative;
	margin:0;
	border-bottom:none
}
.accordion .card-title a, .accordion .card-title {
	font-family:'gentonalight', sans-serif;
	font-size:1rem;
	line-height:1.2rem;
	font-weight:normal;
	text-transform:none;
}
.accordion .card-title a:hover, .accordion .card-title a:focus {
	background-color:#d6d8d1;
	transition: all 0.6s ease 0s;
	outline:none
}
.accordion .card-title a.collapsed {
	background-color:#d6d8d1;
	transition: all 0.6s ease 0s;
	margin:0
}
.accordion .card-title a.collapsed:hover, .accordion .card-title a.collapsed:focus {
	background-color:transparent;
	transition: all 0.6s ease 0s;
	outline:none
}
.accordion .card-title a:after {
	content: "\f056";
	font:var(--fa-font-solid);
	position:absolute;
	top:50%;
	bottom:0;
	margin-top:-.6rem;
	right:1rem;
	color:#FA4616;
}

.accordion .card-title a.collapsed:after {
	font:var(--fa-font-solid);
	content: "\f055";
}
.accordion .card-block {
	padding:.75rem 1rem 0;
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom:1rem
}

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

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

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

.vc_row.vc_inner.card-container {
	display:flex;
}
.vc_row.vc_inner .card.vc_column_container {
	padding-top:1rem;
	margin-bottom:0;
}
.vc_row.vc_inner .card.vc_column_container:first-child {
	margin-left:15px
}
.vc_row.vc_inner .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 {
	width:100%;
	margin-top:.5rem;
}
.img-small{
	width:20%;
}
.img-medium{
	width:30%;
}
.img-large{
	width:50%;
}
.grayscale {
	filter: grayscale(100%);
}

/*used on the about page, in the go global section*/
.img-background{
	width:100%;
	position:absolute;
}
.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;
	right:0;
	margin:0 auto;
	text-align:center
}

.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6,
.sidebar .h2, .sidebar .h3, .sidebar .h4, .sidebar .h5, .sidebar .h6 {
	font-family:'gentonamedium', sans-serif;
	font-size:1rem;
	margin:0 0 .5rem;
	letter-spacing:.1rem;
}
h2.sidebar-title, h3.sidebar-title, h4.sidebar-title, h5.sidebar-title, h6.sidebar-title {
	font-family:'gentonamedium', sans-serif;
	font-size:1rem;
	margin:0;
	letter-spacing:.1rem;
	background-color:#d6d8d1;
	/*background-color:#d8d8d8;*/
	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;
	color:#fff;
	border:1px solid #fff;
	border-bottom:none;
}
.denim h2.sidebar-title, .denim h3.sidebar-title, .denim h4.sidebar-title, .denim h5.sidebar-title, .denim h6.sidebar-title {
	background-color:#2a315f;
	color:#fff;
	border:1px solid #fff;
	border-bottom:none;
}
.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:#002657;
}
.sidebar-box {
	border:1px solid #d6d8d1;
	padding:1rem 1rem .125rem;
	margin-bottom:1rem
}
.blue .sidebar-box {
	/*background-color:#0021a5;*/
	border:1px solid #fff;
	/*color:#fff;*/
}
.denim .sidebar-box {
	/*background-color:#2a315f;*/
	border:1px solid #fff;
	/*color:#fff;*/
}
/*.blue .sidebar-box a, .blue .sidebar-box a:hover, .blue .sidebar-box a:focus,
.denim .sidebar-box a, .denim .sidebar-box a:hover, .denim .sidebar-box a:focus {
	color:#fff;
}*/
/*.white .sidebar-box {
	background-color:#fff;
	color:#002657;
}*/
.sidebar section, .sidebar .widget {
	border:1px solid #d6d8d1;
	padding:1rem;
	margin-bottom: 2rem;
}
.blog .sidebar-title {
	margin: -1rem -1rem 1rem !important;
}
.tagcloud a {
	line-height: 1.25 !important;
	font-size: .875rem !important;
	margin-right:.25rem;
}
.sidebar .sidebar-box ul.list-inline.btns, .wpb-js-composer .vc_tta-container, .wpb_gmaps_widget {
	margin-bottom:1.5rem
}
.sidebar .sidebar-box, .sidebar .card, .sidebar .dropdown-inpage, .sidebar hr, .sidebar ul.list-inline.btns, .wpb-js-composer .sidebar .vc_tta-container, .sidebar .wpb_gmaps_widget, .sidebar .ranking-highlight {
	margin-bottom:2.5rem
}
.sidebar .sidebar-box hr, .sidebar .sidebar-box .dropdown-inpage, .sidebar .card hr {
	margin-bottom:1rem
}

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

.card {
	border: 1px solid #d6d8d1;
	background-color: rgba(255, 255, 255, .6);
	border-radius:0;
	margin-bottom:1rem;
}
/*div.card.white, .card.white {
	background:#fff;
	color:#002657;
}
div.card.denim, .card.denim {
	background:#002657;
	color:#fff;
}*/
.card-block, div.card {
	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;
}

/*.vc_col-lg-1\/5:nth-child(5n+6) {
	clear:left;
}
.clearfloat-md {
	clear:none
}*/
.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 {
	line-height:1.125 !important;
	overflow-x: auto;
	margin-bottom:1rem !important;
	background: #fff;
	background: linear-gradient(to right, #c3c3c5 0%,#ffffff 2%,#ffffff 98%,#c3c3c5 100%);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.table-responsive .table, #wcb .wpdt-c .wpDataTablesWrapper div.wdtscroll table, #wcb .wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table.wpdtSimpleTable  {
	margin-bottom:0;
	width:auto;
	max-width:none;
	min-width:100%;
	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;
	font-size:1rem;
	line-height:1.5;
}
.wpb_vc_table thead {
	border: none;
}
.table thead th {
	font-weight:normal;
	font-family:'gentonasemibold', sans-serif;
}
.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(205, 205, 205, .2); not enough contrast with beige background and striped tables*/
	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*/
}

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


/* BEGIN CalendarWiz Search Widget*/
div[id^="cw_search_widget_"] {
    width: 100% !important;
	padding:0;
	border-radius: 0;
	background-color:transparent;
	background-image:none;
}
.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 {
	position:absolute !important;
    clip:rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height:1px !important;
    width:1px !important;
    overflow:hidden
}
#startdatediv #startdatetable span.subhead,
#startdatediv #startdatetable .fieldlabel,
#enddatediv #enddatetable span.subhead,
#enddatediv #enddatetable .fieldlabel,
#strlabelspanid, #startdatetable select, #enddatetable select {
	font-family: gentonalight, sans-serif !important;
	font-size: .875rem !important;
	font-weight:normal !important;
	margin:0 !important;
	padding:0 !important;
	color:#002657 !important;
	display:block;
}
#startdatediv #startdatetable span.subhead,
#enddatediv #enddatetable span.subhead,
#strlabelspanid {
	font-weight:bold !important;
	font-size: 1rem !important;
}
#enddatediv #enddatetable span.subhead,
#enddatediv #enddatetable span.subhead .fieldlabel,
#strlabelspanid{
	margin-top:.75rem !important;
}
#eventtextdiv td, #eventtextdiv input {
	width:100% !important;
	display:block;
	padding:0 !important;
}
#eventtextdiv input {
	font-family: gentonalight, sans-serif !important;
	font-size:1rem !important;
	font-weight:normal !important;
	margin:.25rem 0 !important;
	padding:.25rem !important;
}
button#btnsearch {
	font-family: gentonalight, sans-serif !important;
	font-size:1rem !important;
	font-weight:bold !important;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	color: #fff !important;
	
}
button#btnsearch:hover {
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.5);
}
/* END CalendarWiz Search Widget*/

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


/*custom twitter feeds*/
/*#ctf .ctf-header {
    padding: 0 0 15px;
}
#ctf .ctf-header a {
    border-bottom:none;
}
#ctf .ctf-header-type-generic .ctf-header-img {
    width: 36px;
    height: 36px;
}
#ctf.ctf-super-narrow .ctf-header-text {
    padding-top:0;
}
#ctf .ctf-header-type-generic .ctf-header-no-bio {
    font-size: 1rem;
    letter-spacing: .05rem;
    padding-top: 7px !important;
}
#ctf .ctf-header-text p {
    margin: 0 0 0 40px !important;
}
#ctf .ctf-item {
    padding: 15px 0;
    clear: both;
}
#ctf.ctf-styles .ctf-author-screenname, #ctf.ctf-styles .ctf-context, #ctf.ctf-styles .ctf-twitterlink, #ctf.ctf-styles .ctf-tweet-meta .ctf-tweet-date, .ctf-styles .ctf-context .ctf-retweet-icon, .ctf-styles .ctf-context .ctf-retweet-text {
    border-bottom:none !important;
    text-decoration:underline !important;
}
#ctf .ctf-author-name, #ctf .ctf-author-name:hover, #ctf .ctf-author-name:focus {
    border-bottom: none;
    text-decoration: none;
    line-height: 1.125;
}
#ctf.ctf-styles .ctf-author-screenname, #ctf.ctf-styles .ctf-context, #ctf.ctf-styles .ctf-twitterlink, #ctf.ctf-styles .ctf-tweet-meta .ctf-tweet-date, .ctf-styles .ctf-context .ctf-retweet-icon, .ctf-styles .ctf-context .ctf-retweet-text {
    border-bottom:none !important;
    text-decoration:underline !important;
}
#ctf .ctf-author-name, #ctf .ctf-author-name:hover, #ctf .ctf-author-name:focus {
    border-bottom: none;
    text-decoration: none;
    line-height: 1.125;
}
#ctf.ctf-super-narrow .ctf-author-name {
    display:inline;
    margin-left:0;
}
#ctf.ctf-super-narrow .ctf-author-box-link {
    line-height: 1.25 !important;
}
#ctf .ctf-retweet-icon {
    padding: 2.5px 3px 2px 3px;
}
#ctf .ctf-item.ctf-retweet {
    display:none;
}
#ctf .ctf-out-of-tweets {
    display:none;*/ /*this is temporary*/
/*}
#ctf .ctf-tweet-actions a.ctf-reply, #ctf .ctf-tweet-actions a.ctf-retweet, #ctf .ctf-tweet-actions a.ctf-like {
    color: rgba(0, 0, 0, 0.6);
}
#ctf a[target="_blank"]::after, #sb_instagram a[target="_blank"]::after {
	content: '';
}*/

/* 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;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#wcb #wpsc-block-calendar .wpsc-important-date-category-10979, #wcb .wpsc-important-date-category-10979 {
	color: #000;
	font-family:'gentonabold', sans-serif;
}
/* END WP School Calendar (for MBA)*/

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

footer {
	border-top:3px solid #6c9bc3;
	position:relative;
	background-color:#001B3D;
	box-shadow:0 1000px 0 1000px #001B3D;/*makes footer color extend to bottom of window (unless you zoom out to a rediculous amount)*/
	font-family:'gentonaextralight', sans-serif
}
footer .upper {
	/*padding-top:5rem;*/
	padding-top:2rem;
	padding-bottom:.6rem;
	background-color:#002657;
	color:#fff;
	font-size:.75rem;
	letter-spacing:.05rem;
}
footer.entry-footer {
	display: none; /* remove edit options from wordpress */
}

footer a {
	color:#fff;
	/*border-bottom: 1px dashed transparent;*/
	position:relative;
	text-decoration:none;
}
footer .lower a {
	/*border-bottom: 1px dashed #9ad2e1;*/
		text-decoration:underline;
}

/*.ftr-seal-outline {
	height:4.5rem;
	width:8.8rem;
	border:3px solid #6c9bc3;
	border-radius:90px 90px 0 0;
	border-bottom:0;
	position:absolute;
	top:-4.5rem;
	left:0;
	bottom:0;
	right:0;
	margin:0 auto;
	background-color:#001B3D
}
.ftr-seal-shadow {
	height:8.5rem;
	width:10rem;
	position:absolute;
	top:-4.4rem;
	left:0;
	bottom:0;
	right:0;
	margin:0 auto;	
	background:-o-radial-gradient(center, ellipse, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 55%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
	background:radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 55%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
}
.ftr-go-greater-seal-container {
	position:absolute;
	height:8.45rem;
	width:8.45rem;
	border-radius:90px;
	top:-4.3rem;
	left:0;
	bottom:0;
	right:0;
	margin:0 auto;
	background-color:#002657;
}
.ftr-go-greater-seal {
	display:block;
	height:8.45rem;
	width:8.45rem;
	padding:3%;
	border-bottom:none;
}
.ftr-go-greater-seal:hover, .ftr-go-greater-seal:focus {
	border-bottom:none;
}
.ftr-go-greater-seal:hover img {
	filter: brightness(75%);
	opacity: .75;
}
a.ftr-go-greater-seal.image-link[target="_blank"]:hover::after {
	top:0;
	bottom:0;
	background-color: rgba(0, 0, 0, 0);
	line-height: 2rem;
	padding: 3.25rem;
	z-index: 1;
	border-radius: 50%;
}*/
footer a:hover, footer a:focus {
	color:#fff;
	/*border-bottom:1px dashed #fff;*/
	outline:none
}
footer a:focus {
	outline: 1px solid #9ad2e1;
	outline-offset: 3px;
}
footer .upper h2 {
	font-family:'gentonamedium', sans-serif;
	letter-spacing:.3rem;
	text-transform:uppercase;
	font-size:1.4em;
	color:#9ad2e1;
	margin-top:0
}
footer .upper h3, footer .upper h3 a, footer .upper h3 a:hover, footer .upper h3 a:focus {
	font-family:'gentonamedium', sans-serif;
	letter-spacing:.12rem;
	text-transform:uppercase;
	font-size:1em;
	color:#80be63;
	margin-top:0
}
footer li {
	line-height:.9rem;
	margin-bottom:.5rem
}
footer img {
	width:100%;
	height:auto;
}
.ftr-w-signature {
	display:block;
	height:2.6rem;
	margin:.15rem 0 .8rem;
	width:13.5rem;
	border-bottom:none;
	position:relative;
}
footer a.ftr-w-signature .ftr-w-signature-underline {
	background: url('../img/hover.png') repeat-x left center;
	content: '';
	bottom: -5px;
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 0;
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}
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;
}
.w-address, .ftr-map {
	display:inline-block;
	margin-left:2.6rem;
}
.ftr-map {
	height:6rem;
	width:9rem;
	margin-top:0;
	margin-bottom:1rem;
	padding:0;
	border-bottom:none
}
.ftr-map img {
	height:auto;
	width:100%;
}
.ftr-map:hover, .ftr-map:focus {
	border-bottom:none;
}
a.ftr-map.image-link[target="_blank"]:hover img {
	filter: brightness(75%);
	opacity: .75;
}
a.ftr-map.image-link[target="_blank"]:hover::after {
	top:0;
	bottom:0;
	background-color: rgba(0, 0, 0, 0);
	line-height: 6rem;
	padding: 0;
	z-index: 1;
}
.ftr-callout {
	color:#80be63;
	font-size:1.2rem;
	margin-bottom:.2rem;
	letter-spacing:.1rem;
	font-family:'gentonaextralight', sans-serif;
}
footer .social-icons li {
    float: left;
    margin-bottom: .625rem;
}
footer .social-icons li:not(:last-child) {
    margin-right: .625rem;
}
footer .social-icons a {
	width:2rem;
	height:2rem;
	background:#9ad2e1;
	line-height:2.1rem;
	color:#002657;
	font-size:1.25rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    border-bottom: none;
}
footer .social-icons a:hover, footer .social-icons a:focus {
	color:#002657;
	background:#fff;
}
footer .social-icons a.image-link[target="_blank"]:hover::after {
	top:0;
	bottom:0;
	background-color: rgba(0, 40, 94, .7);
	line-height: 2rem;
	padding: 0;
	z-index: 1;
	border-radius: 50%;
}
.ftr-top-nav {
	font-family:'gentonamedium', sans-serif;
	letter-spacing:.18rem;
	border-top:1px solid #014880;
	border-bottom:1px solid #014880;
	padding-top:.3rem;
	margin-left:0;
}
footer .upper .ftr-top-nav a:hover, footer .upper .ftr-top-nav a:focus {
	color:#9ad2e1;
	border-bottom:none;
}
footer .upper .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
footer .lower {
	padding-top:.6rem;
	padding-bottom:calc(env(safe-area-inset-bottom) + 4rem);
	background-color:#001B3D;
	font-size:.75rem;
	letter-spacing:.05rem;
	color:#b1b1b1
}
footer .lower a {
	color:#9ad2e1;
}
footer .lower a:hover, footer .lower a:focus {
	/*border-bottom:1px dashed #9ad2e1;*/
}
footer .lower a[target="_blank"]::after {
	font-size: .625em;
	margin-left: 0;
}
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:.75rem;
}
.ftr-aacsb {
	display:block;
	height:1.87rem;
	width:5.4rem;
	margin:0 0 .675rem;
	padding:0;
}
.ftr-efmd {
	display:block;
	height:3.2rem;
	width:2.125rem;
	margin:0 0 .1rem;
	padding:0;
}
.ftr-gmac {
	display:block;
	height:1.8rem;
	width:3.6rem;
	margin:0 0 .25rem;
	padding:0;
}
.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;
	height:2rem;
	width:11rem;
	margin:.5rem 0 .4rem;
	float:right;
}
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-family: 'gentonamedium', sans-serif;
    font-size: 1rem;
    margin: 0;
    letter-spacing: .1rem;
}
.vc_element .placeholder {
	background: #FFF;
	padding: 12px 15px;
	display: block;
	margin-bottom: 5px;
	border: 2px solid #d6d8d1;
}
/* Begin: timeline */
.timeline-item {
	background: #fff;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 3px;
	padding: 12px;
	margin: 0 0;
	max-width: 100%;
	min-height: 200px;
}
@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: #f6f7f8;
	background: #FFF;
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
	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, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background: -o-linear-gradient(left, #D6D8D8 8%, #e3e4e4 18%, #D6D8D8 33%);
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background: linear-gradient(to right, #D6D8D8 8%, #e3e4e4 18%, #D6D8D8 33%);
	background-size: 800px 104px;
	height: 96px;
	position: relative;
	margin-bottom: 40px;
}       
.background-masker {
	background: #fff;
	background: #e3e5de;
	position: absolute;
}

/* Every thing below this is just positioning */
header {
	position: relative;
}

.header-left {
	background: #FFcc00;
}
.subheader-left {
	background: #FF0000 !important;
}
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
	top: 10px;
	left: 40px;
	height: 8px;
	width: 0;
}
.background-masker.header-bottom {
	top: 18px;
	height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
	top: 24px;
	height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
	width: auto;
	left: 150px;
	right: 0;
}
.background-masker.subheader-right {
	left: 230px;
}
.background-masker.subheader-bottom {
	top: 30px;
	height: 10px;
}
.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 {
	top: 40px;
	left: 0;
	right: 0;
	height: 6px;
}
.background-masker.content-top {
	height:20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
	width: auto;
	left: 380px;
	right: 0;
	top: 60px;
	height: 8px;
}
.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 {
	width: 49px; 
	height: 65px;
}
.portrait-space {
	margin-left: 60px;
}
/*.alphabet button {
	background: none;
	border: none;
	color: #002657;
}
.alphabet button.disabled {
	color: #8f949a;
}
.alphabet button.highlight {
	color: #0063c7 !important;
}*/
.wcb-component .btn-default{
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.14902);    
	color: #0063c7;
}
.wcb-component .btn-default:hover{
	background: #f3f3f3;
	background: #FFF;
	text-decoration: none;
	color: #0063c7;
	border: 1px solid rgba(0, 0, 0, 0.14902);    
}
.wcb-component .btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}    
.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 {
	margin-left: 110px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.wcb-component .tag-chips ul.chips li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
.wcb-component .tag-chips.editable ul.chips li.chip:hover span {
	background: #f44336;
	font-weight: 600;
	color: #fff;
	padding-left: 26px;
	cursor: pointer;
}
.wcb-component .tag-chips ul.chips li.chip span {
	display: inline-block;
	border-radius: 11px;
	height: 22px;
	line-height: 20px;
	margin: 0 8px 0 0;
	padding: 0 14px;
	font-size: 15px;
	background: #FFF;
}
.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 {
	content: "\f00d";
	font:var(--fa-font-solid);
	color: #fff;
	position: absolute;
	top: auto;
	margin-left: -17px;
	display: inline-block;
	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 {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 2px;
	font-family: gentonamedium, sans-serif;
	font-size:16px;  
}
.wcb-component .pagination > li {
	display: inline;
}
.wcb-component .pagination > li > a,
.wcb-component .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #0063c7;
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	margin-left: -1px;
}
.wcb-component .pagination > li:first-child > a,
.wcb-component .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.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 {
	z-index: 3;
	color: #0063c7;
	background-color: #FFF;
	border-color: #e2e2e2;
}
.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 {
	z-index: 2;
	color: #002657;
	background-color: #FFF;
	border-color: #e2e2e2;
	cursor: default;
}
.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 {
	color: #6F7376;
	background-color: #FFF;
	border-color: #e2e2e2;
	cursor: not-allowed;
}
.wcb-component .pagination-lg > li > a,
.wcb-component .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.3333333;
}
.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 {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.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 {
	padding: 0;
	background-color: transparent;
	margin: 1rem 0;
}
.wcb-component .ng-table-pager .ng-table-counts {
	float:right;
}
.wcb-component .ng-table-pager .btn-default {
	padding: 6px 12px;
	border: 1px solid #e2e2e2;
	background-color: #FFF;
}
.wcb-component .btn-default.active {
	color: #002657;
	background-color: #f3f3f3;
	background: #FFF;
}
.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:#002657;
	border-radius: 0;
}

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

/*password protected page*/
.form-inline.post-password-form p {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


/*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: #002657 !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 {
	width: 100% !important;
	margin: .5rem 0 0 !important;
	padding: .5rem 1rem;
	font-family: 'gentonamedium', sans-serif !important;
	color: #fff !important;
	letter-spacing: .125rem !important;
	background-color: rgba(0, 0, 0, 0.6) !important;
	border: 1px solid #fff !important;
	cursor: pointer !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.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_page_footer input[type=submit] {
	background-color: #52833A !important;
}
.gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:focus {
	color: #52833A !important;
	background-color: #fff !important;
	border: 1px solid #fff !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 Constant Contact form styles*/
div.ctct-flyout-content div.ctct-form-defaults, div.ctct-form-embed div.ctct-form-defaults {
	font: 1rem 'gentonalight', sans-serif !important;
	line-height: 1.5 !important;
}
.ctct-form-flyout.form_1 .ctct-form-defaults .ctct-form-header, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
	color: #002657 !important;
}
.ctct-flyout-content div.ctct-form-defaults h2.ctct-form-header, div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
	color: #002657 !important;
	font: 2rem 'gentonamedium', sans-serif !important;
	font-size: 2rem !important;
	font-weight: normal !important;
	margin: 0 0 .8rem !important;
	letter-spacing:.15rem !important;
	line-height:1.2 !important;
	text-transform:uppercase !important;
}
.ctct-form-flyout.form_1 .ctct-form-defaults .ctct-form-text, .ctct-form-flyout.form_1 .ctct-form-custom .ctct-form-label, .ctct-form-flyout.form_1 .ctct-form-custom .ctct-form-listname, .ctct-form-flyout.form_1 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-flyout.form_1 .ctct-form-custom .ctct-form-date-slash, .ctct-form-flyout.form_1 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-flyout.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-flyout.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link{
	color: #002657 !important;
}
.ctct-flyout-content div.ctct-form-defaults p.ctct-form-text, div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	color: #002657 !important;
	font: 1rem 'gentonalight', sans-serif !important;
	line-height: 1.5 !important;
	margin: 0 0 1rem !important;
	letter-spacing: .05rem !important;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-font-smoothing: subpixel-antialiased !important;
	font-variant-ligatures: none !important;
}
.ctct-flyout-content div.ctct-form-flyout form.ctct-form-custom label.ctct-form-label, div.ctct-form-embed div.ctct-form-defaults label.ctct-form-label,
.ctct-flyout-content div.ctct-form-flyout form.ctct-form-custom fieldset.ctct-form-lists legend.ctct-form-lists-legend, div.ctct-form-embed form.ctct-form-custom fieldset.ctct-form-lists legend.ctct-form-lists-legend {
	margin-bottom: .5rem !important;
	font: 1rem 'gentonamedium', sans-serif !important;
	font-weight: normal !important;
}
.ctct-flyout-content div.ctct-form-flyout form.ctct-form-custom input.ctct-form-element, div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	border-radius: 0 !important;
}
.ctct-flyout-content div.ctct-form-defaults p.ctct-gdpr-text, div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
	line-height: 1.5 !important;
	font: .875rem 'gentonalight', sans-serif !important;
	color: #002657 !important;
	margin-bottom: 1rem !important;
}
.ctct-flyout-content .ctct-form-flyout.form_1 .ctct-form-custom .ctct-form-button:hover, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
	background-color: #fff !important;
	border: 1px solid #52833A !important;
	color: #52833A !important;
}
.ctct-flyout-content div.ctct-form-flyout form.ctct-form-custom button.ctct-form-button, div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	font: 1rem 'gentonamedium', sans-serif !important;
	font-size: 1rem !important;
	padding: .5rem 1rem !important;
	line-height: 1.25 !important;
	background-color: #52833A !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 1px solid #fff !important;
}
/*END Constant Contact form styles*/

/*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 {
	position: relative;
	display: inline-block;
	padding:0 0 0 2.75rem;
	margin:0;
}
.custom-checkbox label::before,
.custom-checkbox label::after {
	position: absolute;
	content: "";
	display: inline-block;
}
/*Checkbox*/
.custom-checkbox label::before {
	height: 1.75rem;
	width: 1.75rem;
	border: 3px solid #FA4616;
	left: 0;
	top: .75rem;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*Checkbox*/
.custom-checkbox.plain label::before {
	border: none;
	background-color: #fff;
}
/*Checkmark*/
.custom-checkbox label::after {
	height: 16px;
	width: 32px;
	border-left: 8px solid;
	border-bottom: 8px solid;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: .75rem;
	margin-top:-1rem;
}
.custom-checkbox.plain label::after {
	border-left: 4px solid;
	border-bottom: 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 {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

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

/* 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: "";
	position: absolute;
	display: none;
}

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

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

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

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

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

/* 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: "";
	position: absolute;
	display: none;
}

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

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

/*Begin MailChimp subscribe form*/
#mc_embed_signup label {
	margin:0 0 .25rem;
}
#mc_embed_signup input {
	width:100%;
	margin:0 0 .5rem;
}
#mc_embed_signup input[type="submit"] {
	margin:.75rem 0;
	padding: .5rem 1rem;
	color:#fff !important;
	background-color:#52833A;
	border:1px solid #fff;
	font-family:'gentonamedium', sans-serif;
	line-height: 1.25;
	font-size: 1rem;
	letter-spacing:.05rem;
	cursor: pointer;
	white-space: pre-wrap;
}
#mc_embed_signup input[type="submit"]:hover, #mc_embed_signup input[type="submit"]:focus, #mc_embed_signup input[type="submit"]:active:hover, #mc_embed_signup input[type="submit"]:active:focus {
	color:#52833A !important;
	background-color:#fff;
}
/*End MailChimp subscribe form*/


/*shibboleth protected pages*/
.authenticate {
	text-align: center;
}
.authenticate .fa-solid.fa-lock {
	font-size: 150px;
}
.authenticate p {
	font-size: 2rem;
	font-family: 'gentonamedium', sans-serif;
	letter-spacing: .15rem;
	line-height: 1.2;
	text-transform: uppercase;
	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;
}

/*iframe[src*="//swc.cdn.skype.com"] {
	display:none
}*/


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


/*directory profiles*/
.hero-background {
	padding-top: 20px;
	padding-bottom: 80px;
	background-image: url(/wp-content/themes/warrington/lib/img/directory-background.jpg);
	background-color:#1f2450;
	background-size:342px 396px;
	color: #FFF !important;
	z-index: -1;
}
.hero-background h1 {
	padding-top: 20px;
	margin-top: 0;
}
.hero-background a, .hero-background a:hover, .hero-background a:focus {
	color: #9ad2e1;
}
.hero-background a.btn-alpha{
	background-color: #626261;
	color: #fff;
	border: 1px solid #FFF;
}
.hero-background a.btn-alpha:hover, .hero-background a.btn-alpha:focus {
	background-color: #FFF;
	color: #626261 !important;
}

.directory .thumbnail-list-large {
	padding-left: 0!important;
}
.directory .person.thumbnail-list-large img {
	width: 16rem;
	margin-left: 0;
	margin-right: 25px;
	position: static;
	border: 3px solid #FFF;
	float:left;
}
.person .contact-info-general {
	font-size:1.125rem;
}
.person .pronunciation {
	text-transform:lowercase;
	color: rgba(255, 255, 255, .625);
	font-size:1rem;
}
.person .pronunciation:before, .person .pronunciation:after {
	content:'/'
}
.person h2 {
	margin-top:0;
}
.directory .negative-margin-top {
	margin-top: -5rem;
}
.directory .card {
	margin-bottom: 30px;
	background: #f4f5f2;
	z-index: 50;
}
.directory .card-header {
	padding: 1.25rem;
}
.directory .card-header .h5 {
	margin-bottom: 0;
}
.directory .card-block {
	padding: 1.25rem 1.25rem .5rem;
}
.person .years-showing, .person .all-articles {
	float:right;
}
.section-truncate-overlay {
	background-image: -webkit-gradient(linear,left bottom, left top,from(#fff),to(rgba(255,255,255,0)));
	background-image: -o-linear-gradient(bottom,#fff,rgba(255,255,255,0));
	background-image: linear-gradient(to top,#fff,rgba(255,255,255,0));
	height: 8.375rem;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 51;
}
.section-truncate-overlay.hidden {
	display: none;
}
.profile-section-content, .profile-section-content p, .profile-section-content span {
	height: auto;
	font-family: 'gentonalight', sans-serif !important;
	font-size: 1rem !important;
}
.profile-section-content.hidden {
	max-height: 16.25rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.section-expand {
	display: block;
	position: relative;
	width: 100%;
	z-index: 10000;
}
.section-expand .btn-secondary {
	background: transparent;
	border: 1px solid transparent;
}
.section-expand .btn-secondary:hover {
	border: 1px solid #8f949a;
	background-color: #d6d8d1;
}
.section-footer.hidden {
	display: none;
}

/*not sure what we're using this for*/
div.anchor ul {
	padding-left: 24px !important;
	list-style: none;
}
div.anchor ul li:before {
	content: "\f13d";
	font:var(--fa-font-solid);
	display: inline-block;
	width: 1rem;
	padding-left: .05rem;
	margin-top: .25rem;
	margin-right: .45rem;
	margin-left: -1.5rem;
	vertical-align: -.1rem;
	color: #002657;
}

/*WordPress Menu Bar - Users item - I was unable to successfully hide the item when logged in, but not editing a page. This CSS taken from the replacement-add-users-screen plugin*/
#wp-admin-bar-new-user { display:none; }

/*custom break-point in the xl realm*/
@media (max-width: 1399px) {
	/*#wcb div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
		margin-top: -3rem;
	}*/
	.navbar-warrington-logo, .navbar-warrington-logo:hover, .navbar-warrington-logo:focus {
		margin-left:10.7rem;
		width:25rem;
	}
	.navbar-utilitynav .nav-item + .nav-item:not(:last-child) {
		margin-left:1rem;
	}
	.navbar-utilitynav .dropdown .nav-link {
		margin-left:1rem;
		margin-right:1rem;
	}
	.navbar-utilitynav .dropdown-menu li {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.navbar-mainnav {
		padding-left:10.7rem;
	}
	.navbar-mainnav .nav-item + .nav-item {
		margin-left:1.8rem;
	}
	.nav-secondary {
		padding-left:10.7rem
	}
	.banner-full-tall, .banner-full-tall img {
		height:600px;
	}
	.banner-full-short, .banner-full-short img {
		height:400px;
	}
}

/*lg*/
@media (max-width: 1199px) {
	
	.backdrop {
		position: absolute;
		display: block;
		z-index: 50;
		opacity: .48;
		overflow: hidden;
		background-color: rgba(33,33,33,1.0);
		-webkit-transition: opacity .45s;
		-o-transition: opacity .45s;
		transition: opacity .45s;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		height:100vh
	}
	.navbar-toggler {
		color:#9ad2e1;
		height:5.2rem;
		width:5.2rem;
		position:absolute;
		top:0;
		right:0;
		right: env(safe-area-inset-right);
		font-size: 1.5rem;
		z-index:1000;
	}
	.navbar-toggler span {
		background-color: transparent;
		position: absolute;
		display: block;
		width: 20px;
		height: 2px;
		top: 50%;
		margin-top: -1px;
		left: 50%;
		margin-left: -10px;
		-webkit-transition: background 0.3s;
		-o-transition: background 0.3s;
		transition: background 0.3s;
	}
	.navbar-toggler span:before, .navbar-toggler span:after {
		background-color: #9ad2e1;
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.3s, background 0s;
		-moz-transition: -moz-transform 0.3s, background 0s;
		transition: transform 0.3s, background 0s;
	}
	.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 {
		width:32rem;
		margin-left:6.7rem;
	}
	.collapse.navbar-toggleable-lg {
		overflow:hidden;
		position:absolute;
		top:5.4rem;
		right:0;
		width:50%;
		margin-top:0;
		z-index:100;
		bottom:0;
		height: 100vh;
		padding-bottom: 5.4rem;
	}
	.nav-secondary-title {
		margin-bottom:1rem;
	}
	a.h1 {
		text-transform:none;
		font-size:1.5rem
	}
	.collapse.in .navbar-wrapper {
		width: auto;
		position: relative;
		border: 3px solid #6c9bc3;
		border-top:0;
		overflow-y:scroll;
		height:100%;
		background-color:#002657;
		padding-bottom: 6rem;
	}
	.navbar-utilitynav {
		float:none;
		width:100%;
		height:auto;
		padding:1rem 0 2rem;
	}
	.navbar-utilitynav .nav-item, .navbar-utilitynav .nav-item + .nav-item:not(:last-child) {
		float:none;
		height:auto;
		margin:0;
		font-size: 1rem;
		padding:0 1rem;
	}
	@supports(padding-right: max(0rem)) {
		.navbar-utilitynav .nav-item, .navbar-utilitynav .nav-item + .nav-item:not(:last-child) {
			padding-right: max(1rem, env(safe-area-inset-right));
		}
	}
	.navbar-utilitynav .nav-link, .navbar-utilitynav .nav-link.dropdown-toggle, .navbar-utilitynav .nav-link.search-warrington-btn span {
		padding:.5rem 0;
		margin:0;
		line-height:1.5;
		text-transform:uppercase;
		letter-spacing: .2rem;
	}
	.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 {
		display:inline-block;
		padding:0 .5rem 0 0;
		min-width:1.5rem;
		color:#fff;
	}
	.navbar-utilitynav .dropdown-menu {
		position:relative;
		float:none;
		z-index: 0;
		text-align:left;
		font-size:1rem
	}
	.navbar-utilitynav .dropdown-menu li {
		margin: 0 1.5rem;
		font-size:.75rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.navbar-utilitynav .dropdown .dropdown-item {
		line-height:1.25;
		font-size:1rem;
		letter-spacing:.2rem
	}
	#searchFormMobile {
		width: 100%;
		height: 3rem;
	}
	.navbar-utilitynav .nav-link.search-warrington-btn {
		position: relative;
		font-size: 1rem;
		width: 100%;
		height: auto;
		line-height:3;
		background-color: transparent;
		margin: 0 0 0 .1rem;
		padding: 0;
		text-align: left;
		border: none;
	}
	.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 {
		font-family:'gentonaextralight', sans-serif;
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: auto;
	}
	input.search-warrington {
		z-index:1;
		position: absolute;
		top:0;
		left:0;
		width:0;
		height:3rem;
		line-height:3;
		-webkit-transition: width 0.4s ease-in-out;
		-o-transition: width 0.4s ease-in-out;
		transition: width 0.4s ease-in-out;
		border:none;
		padding:0;
		font-family:'gentonalight', sans-serif;
		visibility:hidden;
	}
	input.search-warrington:focus {
		outline:medium none;
	}
	#searchFormMobile:hover input.search-warrington, #searchFormMobile:focus input.search-warrington {
		width:100%;
		padding:0 .5rem;
		visibility:visible
	}
	.navbar-toggleable-lg .navbar-nav {
		margin:0;
	}
	.navbar-mainnav {
		padding:1rem 0;
		height:auto
	}
	.navbar-mainnav .nav-item, .navbar-mainnav .nav-item + .nav-item {
		float:none;
		padding:0 1rem;
		margin:0;
		font-size: 1rem;
	}
	.navbar-mainnav .nav-link {
		color:#fff;
		padding:.5rem 0;
		margin:0;
		line-height:1.5;
	}
	
	.nav-secondary {
		padding:.5rem 2rem
	}
	@supports(padding: max(0rem)) {
		.nav-secondary {
			padding-right: max(2rem, env(safe-area-inset-right));
			padding-left: 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;
		margin:.8rem 0 1rem;
		padding:0;
		list-style-type:none
	}
	.nav-sidebar li, .nav-sidebar li ul li {
		border:none;
		margin-bottom:.8rem;
		padding:0 2rem;
		line-height: 1.2;
	}
	
	
	main {
		/*padding-top:2rem;*/
		padding-bottom:8rem;
	}
	main.directory-profile {
		padding-top:0;
	}
	/*#wcb div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
		margin-top: -2rem;
	}
	#wcb div[data-vc-full-width='true']:nth-child(1) {
		margin-top: -2rem;
	}		
	#wcb section > div[data-vc-full-width='true']:nth-child(1) {
		margin-top: -2rem;
	}*/
		
	h1, a.h1 {
		margin-bottom:0
	}
	.banner-full-tall, .banner-full-tall img {
		height:500px;
	}
	.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 {
		width:18rem;
		margin-left:-10rem;
	}
	
	.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 {
		padding-top:0;
		margin-top:1.6rem;
		min-height:1.6rem;
	}
	.hash-marks, hr.hash-marks, .sidebar .hash-marks {
		margin-right:-.625rem;
		margin-left:-.625rem;
		padding-left:.625rem;
		padding-right:.625rem
	}
	
	div.xxlarge {
		font-size:3.75rem;
	}
	div.xlarge {
		font-size:3.25rem;
	}
	div.large {
		font-size:2.75rem;
	}
	div.medium {
		font-size:2.25rem;
	}
	div.small {
		font-size:1.75rem;
	}
	div.xsmall {
		font-size:1.25rem;
	}
	.lead {
		font-size: 1.375rem;
		margin-bottom: 1.375rem;
	}
	
	
	/*.vc_col-lg-1\/5:nth-child(5n+6) {
		clear:none;
	}
	.vc_col-md-3:nth-child(4n+5){
		clear:both;
	}*/
	.clearfloat-lg {
		clear:both
	}
	
}
/*@media (min-width: 1200px) {
	.navbar-toggleable-lg {
		display: block !important;
	}
}*/
@media (min-width:992px) {
	#wcb .page-content.vc_col-md-8 {
		width: 70%;
	}
	#wcb .sidebar.vc_col-md-4 {
		width: 30%;
	}
}
/*md*/
@media (max-width: 991px) {
	
	.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 {
		width:25rem;
		height:calc(3rem - 3px);
		margin-left:3.7rem;
	}
	.navbar-toggler {
		height:2.8rem;
		width:2.8rem;
	}
	.collapse.navbar-toggleable-lg {
		top:3rem;
		width:60%;
		padding-bottom: 3rem;
	}
	
	main {
		padding-bottom:6rem;
	}
	.container {
		max-width: 835px;
	}
	div[data-vc-full-width='true'] .container {
		max-width: 1200px;
	}
	.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;
		margin-top:2rem;
		padding:3rem 25% 0;
		font-size: inherit;
		line-height: inherit;
	}
	
	/*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;
	}
	
	h2, .h2 {
		font-size: 2.25rem;
	}
	h3, .h3 {
		font-size: 1.875rem;
	}
	h4, .h4 {
		font-size: 1.625rem;
	}
	h5, .h5 {
		font-size: 1.375rem;
	}
		
	.gentonabolditalic, .gentonabold, .gentonabookitalic, .gentonabook, .gentonaextrabolditalic, .gentonaextrabold, .gentonaextralightitalic, .gentonaextralight, .gentonaheavyitalic, .gentonaheavy, .gentonalightitalic, .gentonalight, .gentonamediumitalic, .gentonamedium, .gentonasemibolditalic, .gentonasemibold, .gentonathinitalic, .gentonathin {
		line-height:1;
		letter-spacing:.15rem;
	}
	
	div.xxlarge {
		font-size:3.75rem;
	}
	div.xlarge {
		font-size:3.25rem;
	}
	div.large {
		font-size:2.75rem;
	}
	div.medium {
		font-size:2.25rem;
	}
	div.small {
		font-size:1.75rem;
	}
	div.xsmall {
		font-size:1.25rem;
	}
	.lead {
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
	}
	
	.three-column-element ul, .four-column-element ul {
		column-count: 2;
		column-gap: 5rem;
	}
	
	/*figure.float-left.img-large, figure.float-right.img-large {
		float:none;
		margin-right:0;
		margin-left:0
	}
	.img-large{
		width:100%;
	}*/
	
	.v-line-right-5-lg-up {
		border-right:none;
	}
	
	
	.thumbnail-list-large {
    	padding-left:calc(128px + 1rem);
		min-height:128px
	}
	.vc_col-sm-6 .thumbnail-list-large {
    	padding-left: calc(96px + 1rem);
		min-height:96px
	}
	.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 {
		width:96px;
		height: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 {
		max-width:15rem;
		width:auto;
		margin-left:0;
		position:relative;
		top:0;
	}
	
	/*.vc_col-md-3:nth-child(4n+5){
		clear:none;
	}
	.vc_col-sm-4:nth-child(3n+4){
		clear:both;
	}*/
	.clearfloat-md {
		clear:both
	}
	
	.accordion .panel a:after {
		right:1rem;
	}
	.accordion .panel a.collapsed {
		padding-right:2.5rem
	}
	
	footer {
		text-align:center;
	}
	.w-address, .ftr-map {
		display:block;
		margin-left:0
	}
	.ftr-w-signature {
		background-position:center center;
		background-size:contain;
		height:2.5rem;
		margin:0.15rem auto 0.8rem;
	}
	.ftr-map {
		background-size:contain;
		margin:1rem auto
	}
	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-left:.25rem;
		margin-right:.25rem;
		margin-bottom:.5rem;
	}
	footer .social-icons {
		display: inline-block;
	}
	
	.ftr-top-nav, .ftr-accreditation {
		margin-right:0;
		margin-bottom:.3rem;
	}
	.ftr-lower-text {
		margin:0 0 1rem
	}
	.ftr-uf-signature {
		margin:0 0 .4rem;
		float:none;
	}
}
/*@media (min-width:768px) {
}*/

/*sm*/
@media (max-width: 767px) {
	
	
	/*#wcb div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
		margin-top: -1rem;
	}
	#wcb div[data-vc-full-width='true']:nth-child(1) {
		margin-top: -1rem;
	}
	#wcb section > div[data-vc-full-width='true']:nth-child(1) {
		margin-top: -1rem;
	}*/
	.nav-secondary {
		padding:.5rem 2rem
	}
	@supports(padding: max(0rem)) {
		.nav-secondary {
			padding-right: max(2rem, env(safe-area-inset-right));
			padding-left: max(2rem, env(safe-area-inset-left));
		}
	}
	.collapse.navbar-toggleable-lg .nav-secondary {
		padding:.5rem 1rem
	}
	.collapse.navbar-toggleable-lg {
		width:80%;
	}
	.banner-full-tall, .banner-full-tall img {
		height:350px;
	}
	.banner-full-short, .banner-full-short img {
		height:325px;
	}
	/*.overlay-text .carousel-item .banner-full-tall, .carousel-item .banner-full-short,*/
	.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%);
		/*-webkit-filter: blur(1px) brightness(50%);*/ /* Safari 6.0 - 9.0 */
		/*filter: blur(1px) brightness(50%);*/
	}
	/*.carousel-inverse .banner-full-tall, .carousel-inverse .banner-full-short,*/
	.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;
	}
	div.xxlarge {
		font-size:2.5rem;
	}
	div.xlarge {
		font-size:2.25rem;
	}
	div.large {
		font-size:2rem;
	}
	div.medium {
		font-size:1.75rem;
	}
	div.small {
		font-size:1.5rem;
	}
	div.xsmall {
		font-size:1.25rem;
	}
	/*.lead {
		font-size: 1.25rem;
	}*/
	.two-column-element ul, .three-column-element ul, .four-column-element ul {
		column-count: 1;
		column-gap: 0;
	}
	
	.caption-overlay {
		padding:2% 2rem;
	}
	@supports(padding: max(0rem)) {
		.caption-overlay {
			padding-right: max(2rem, env(safe-area-inset-right));
			padding-left: max(2rem, env(safe-area-inset-left));
		}
	}
	
	
	/*main {
		padding-bottom:4rem;
	}*/
	main.directory-profile {
		padding-top:0;
	}	
	
	.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
	}
	
	/*.vc_col-sm-4:nth-child(3n+4) {
		clear:none;
	}
	.vc_col-xs-6:nth-child(2n+3) {
		clear:both;
	}*/
	.clearfloat-sm {
		clear:both
	}
	
	.hash-marks, hr.hash-marks, .sidebar .hash-marks {
		margin-right:-1rem;
		margin-left:-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 {
		width:96px;
		height: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
	}
}
/*this targets IE9 and above*/
@media screen and (max-width:767px\0) {
	.banner-full-short:before {
		position: absolute;
		z-index: 2;
		display: block;
		content: "";
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color: #000;
		opacity:0.5
	}
   .carousel-inverse .banner-full-short:before, .banner-inverse .banner-full-short:before {
		position:relative;
		z-index:1;
		background-color:transparent
	}
}
/*to avoid across the bottom version overlap of intercom plugin*/
/*@media only screen and (max-device-width:667px),screen and (max-width:450px) {
	.back-to-top {
		text-align:center;
	}
}*/

/*xs*/
@media (max-width: 575px) {
	body {
		line-height:1.4;
		font-size:1rem;
	}
	.navbar-warrington-logo, .navbar-warrington-logo h1 {
		line-height:.75;
	}
	.navbar-warrington-logo, .navbar-warrington-logo:hover, .navbar-warrington-logo:focus {
		width:65%;
		line-height:.75;
	}
	.navbar-mainnav .nav-link, .navbar-utilitynav .nav-link, .navbar-utilitynav .nav-link.dropdown-toggle, .navbar-utilitynav .nav-link.search-warrington-btn span, .navbar-utilitynav .dropdown .dropdown-item {
		letter-spacing:.1rem
	}
	.navbar-utilitynav .nav-item, .navbar-utilitynav .nav-item + .nav-item:not(:last-child) {
		padding:0 1rem;
	}
	@supports(padding: max(0rem)) {
		.navbar-utilitynav .nav-item, .navbar-utilitynav .nav-item + .nav-item:not(:last-child) {
			padding-right: max(1rem, env(safe-area-inset-right));
			padding-left: max(1rem, env(safe-area-inset-left));
		}
	}
	.nav-secondary {
		padding:.5rem 1rem
	}
	@supports(padding: max(0rem)) {
		.nav-secondary {
			padding-right: max(1rem, env(safe-area-inset-right));
			padding-left: max(1rem, env(safe-area-inset-left));
		}
	}
	.collapse.navbar-toggleable-lg {
		width:100%;
	}
	.global-padding {
		padding-right:1rem;
		padding-left:1rem;
	}
	@supports(padding: max(0rem)) {
		.global-padding {
			padding-right: max(1rem, env(safe-area-inset-right)) !important;
			padding-left: max(1rem, env(safe-area-inset-left)) !important;
		}
	}
	/*main {
		padding-bottom:6rem;
	}*/
	.content-mt {
		margin-top:2rem; /*adds margin above content. class can be removed if not wanted*/
	}

	#wcb .sidebar {
		padding:3rem 2rem 0;
	}
	/*#wcb div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
		margin-top: -1rem;
	}
	#wcb div[data-vc-full-width='true']:nth-child(1) {
		margin-top: -1rem;
	}*/
	.hash-marks, hr.hash-marks, .sidebar .hash-marks {
		margin-left:-.625rem;
		margin-right:-.625rem;
		padding-left:.625rem;
		padding-right:.625rem
	}
	/*.banner-full-tall, .banner-full-short {
		margin-bottom:2rem
	}*/
	.banner-full-tall, .banner-full-tall img {
		height:300px;
	}
	.banner-full-short, .banner-full-short img {
		height:275px;
	}
	.banner-caption-svg {
		margin-top:.5rem;
		margin-bottom:.5rem;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		letter-spacing:.125rem;
		margin-bottom: .5rem;
	}
	h1, .h1 {
		font-size: 1.375rem;
		margin-bottom:0;
	}
	.nav-secondary-title.h1 {
		margin-bottom:.5rem;
	}
	h1 span.prepend-h1 {
		font-size: 1rem;
	}
	h2, .h2 {
		font-size: 1.625rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	h4, .h4 {
		font-size: 1.375rem;
	}
	h5, .h5 {
		font-size: 1.25rem;
	}
	
	.gentonabolditalic, .gentonabold, .gentonabookitalic, .gentonabook, .gentonaextrabolditalic, .gentonaextrabold, .gentonaextralightitalic, .gentonaextralight, .gentonaheavyitalic, .gentonaheavy, .gentonalightitalic, .gentonalight, .gentonamediumitalic, .gentonamedium, .gentonasemibolditalic, .gentonasemibold, .gentonathinitalic, .gentonathin {
		line-height:1;
		letter-spacing:.1rem;
	}
	div.xxlarge {
		font-size:2.325rem;
	}
	div.xlarge {
		font-size:2.125rem;
	}
	div.large {
		font-size:1.875rem;
	}
	div.medium {
		font-size:1.625rem;
	}
	div.small {
		font-size:1.375rem;
	}
	div.xsmall {
		font-size:1.125rem;
	}
	.lead {
		font-size:1.125rem;
		margin-bottom:1.125rem;
	}
	.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-top:.75rem;
		margin-bottom:0
	}
	
	/*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.arrow-right ul.lead li::before, div.arrow-circle-right ul.lead li::before, div.arrow-circle-o-right ul.lead li::before {
		margin-right: .5rem;
 		margin-left: -1.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% 1rem;
	}
	@supports(padding: max(0rem)) {
		.caption-overlay {
			padding-right: max(1rem, env(safe-area-inset-right));
			padding-left: 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-right:0;
		margin-left: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 {
		margin:0 0 .75rem;
		float:none
	}
	.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.h4, .people-list-medium li div.gentonasemibold, .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.h4 {
		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 {
		padding-left: 0;
		text-align:center;
		margin:0 auto 2rem
	}
	.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 {
		position:static;
		margin:0 auto 1rem
	}
	.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 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		height: auto
	}	
	
	
	.ng-table-counts.btn-group {
		margin-bottom: 10px;
	}
	.pagination.ng-table-pagination {
		float: right;
	}
	.ng-table-pager {
		overflow: hidden;
	}
	
	.directory .person.thumbnail-list-large img {
		float: none;
		width: 10rem;
		margin-top: 1rem;
		margin-left: 0rem;
		margin-right: 0rem;
		border: 3px solid #FFF;
	}
	.hero-background .person.thumbnail-list-large {
		text-align: center;
	}
	.directory .card {
		margin-bottom: 20px;
	}
	
	/*.vc_col-xs-6:nth-child(2n+3) {
		clear:none;
	}*/
}
/*this targets IE9 and above*/
@media screen and (max-width:575px\0) {
	ol {
		padding-left:2.25rem;
	}
}

/*MOMENTUM BRANDING FONTS - testing*/
/*h2.obviously-wide {
	line-height: 1;
	margin-top: 0;
	font-family: "obviously-wide","Gentona",Helvetica,Arial,sans-serif;
	font-weight: 800;
	letter-spacing: 5px;
	font-size: 3rem;
	margin-bottom: -25px;
}
h2.billion-dreams {
	font-size: 5rem;
	font-family: "Billion Dreams";
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform:none;
}*/
