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:#00285e;
	letter-spacing:.05rem;
	background-color:#e3e5de;
	-webkit-font-smoothing:subpixel-antialiased;
	font-variant-ligatures:none;
	position:relative;
}
.directory .card {
	margin-bottom: 30px;
	background: #f4f5f2;
	z-index: 50;
}
.directory .card-header .h5 {
	margin-bottom: 0px;
}
.directory .card-block {
	padding: 1.25rem 1.25rem .5rem 1.25rem;
}
.directory .thumbnail-list-large {
	margin-top: 25px;
	padding-left: 9rem;
	padding-left: 0!important;
}
.directory  .person.thumbnail-list-large img {
	width: 16rem;
	margin-left: -9rem;
	margin-left: 0rem;
	border: 3px solid #FFF;
	margin-right: 25px;
}
.directory .person .card-body {
	display: block;
}
.directory .thumbnail-list-small img, .directory .thumbnail-list-medium img, .directory .thumbnail-list-large img {
	position: static;
	margin-bottom: .8rem;
}
.directory .negative-margin-top {
	margin-top: -80px;
}
.directory .card-header {
	padding: 1.25rem 1.25rem;
}
.section-truncate-overlay {
	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 {
	height: auto;
}
.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;
}
.hero-background {
	padding-top: 20px;
	padding-bottom: 40px;
	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: 0px;
	/*display:inline-block;*/
}
.hero-background a, .hero-background a:hover, .hero-background a:focus {
	color: #9ad2e1 !important;
	border-bottom: 1px dashed #9ad2e1;
}
.hero-background .person.thumbnail-list-large {
	margin-top: 25px;
	padding-left: 9rem;
	padding-left: 0rem;
}
.hero-background a.btn {
	color: #FFF !important;
	border-bottom: 1px solid;
}
.hero-background a.btn:hover, .hero-background a.btn:focus {
	color: #52833A !important;
}
.hero-background a.btn-alpha{
	background-color: #626261;
	color: #fff;
	text-shadow: none;
}
.hero-background a.btn-alpha:hover, .hero-background a.btn-alpha:focus {
	background-color: #FFF;
	color: #626261 !important;
	text-shadow: none;
	border: 1px solid #FFF;
}
.hero-background a.btn-steel {
	background-color: #6c9bc3;
	color: #fff;
	text-shadow: none;
}
.hero-background a.btn-steel:hover, .hero-background a.btn-steel:focus {
	background-color: #FFF;
	color: #6c9bc3 !important;
	text-shadow: none;
	border: 1px solid #FFF;
}
div.anchor ul {
	padding-left: 24px !important;
	list-style: none;
}
div.anchor ul li:before {
	content: "\f13d";
}
div.anchor ul li:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	display: inline-block;
	width: 1rem;
	padding-left: .05rem;
	margin-top: .25rem;
	margin-right: .45rem;
	margin-left: -1.5rem;
	vertical-align: -.1rem;
	color: #00285e;
}
.card-anchor nav {
	margin: 0px;
}
.card-anchor .on-this-page:before {
	content: '';
}
.card-anchor .on-this-page {
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	border-left: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {  
	.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;
	}	
}
.cursor-pointer {
	cursor:pointer;
}
div.relative {
	position:relative;
}
.display-none {
	display:none;
}
.skip-link:focus {
	color:#fff;
	background:#000;
	text-decoration:none;
	padding:.3rem 1rem;
	line-height:3;
}
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-bottom:10rem
}
abbr[title] {
	text-decoration:none;
	border-bottom:none
}
#content:focus {outline: none;}
button:active {
	outline:none;
}
.backdrop {
	display: none;
}
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.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:#00285e;
}
.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;
	background:url(../img/uf-monogram-min.svg) no-repeat center center #ff4a00;
	background-size:85%;
	border-bottom:none;
}
.navbar-uf-logo:focus {
	outline:1px solid #fff;
	outline-offset:-1px;
}
.navbar-warrington-logo, .navbar-warrington-logo:hover, .navbar-warrington-logo:focus {
	width:32rem;
	height:5.4rem;
	margin:.1rem 1.5rem -.1rem 11.4rem;
	float:left;
	background:url(../img/warrington-oneline-min.svg) no-repeat left center;
	background-size:contain;
	border-bottom:none;
}

.navbar-toggleable-lg {
	display:none
}
.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;
}
.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
}
.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: 1rem;
	padding-right: 1rem;
	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.display-none {
	display: none;
}
.navbar-utilitynav .search-toggler:hover, .navbar-utilitynav .search-toggler:focus {
	color: #fff;
	background-color: #00285e;
}
.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;
}
/*#searchForm, */#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;
/*  -webkit-transition: width 0.4s ease-in-out;
    -moz-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: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;
}
.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;
	border-bottom:1px dashed transparent;
	white-space:pre-wrap;
}
.nav-secondary .nav-link:hover, .nav-secondary .nav-link:focus {
	border-bottom:1px dashed #0063c7;
}

/*white menu ancestor item*/
.nav-secondary .desktop-menu .current-menu-ancestor .nav-link {
	border-bottom: 1px dashed #00285e;
}
.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;
}

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

/*begin sidebar menu*/
.sidebar .nav-sidebar {
	margin:0;
	padding:0;
	list-style-type:none;
}

/*sidebar menu link styles*/
.nav-sidebar li a {
	color:#0063c7;
	border-bottom:1px dashed transparent;
}
.nav-sidebar li a:hover, .nav-sidebar li a:focus {
	border-bottom:1px dashed #0063c7;
}
.nav-sidebar .current-menu-item > a:hover, .nav-sidebar .current-menu-item > a:focus {
	border-bottom:1px dashed #00285e;
}
.nav-sidebar ul.sub-menu li.current-menu-item > a {
	font-family: 'gentonamedium', sans-serif;
    color: #00285e !important;
}
.nav-sidebar li a.active:hover, .nav-sidebar li a.active:focus {
	border-bottom:1px dashed #00285e;
}

/*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  {
	display: none;
}
.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;
}

/*sidebar menu styling*/
.nav-sidebar li ul.sub-menu {
	background-color: #fff;
	border: 2px solid #d6d8d1;
	padding: 1rem 1rem 1.75rem;
	margin: 0 0 3rem;
}
/*.sidebar .menu ul.nav-sidebar > li.current-menu-ancestor:before {
	content: "menu:";
	color: rgba(0, 0, 0, 0.6);
	display: block;	
    margin: 0;
    padding: 0;
	font-family: 'gentonamedium', sans-serif
}*/
.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;
}
body.compose-mode .menu {
    background-color: #d5d8d0;
	background-image: url("https://asset.warrington.ufl.edu/lib/img/placeholders/placeholder-no-menu-items.png");
	background-repeat: no-repeat;
    background-position: top center;    
	min-height: 35px;
    margin-bottom: 25px;
}
/*end sidebar menu*/


#CollapsingNavbar {
	display: none;
}


a[rel~="popup"]:after {
	content:"\0020\f08e";
	font-family:FontAwesome
}


.container > .row {
	margin-left:0;
	margin-right:0;
}
/*this replaces the behavior necessary for nested columns to avoid double padding*/
.container {
	max-width:1200px;/*bumped up 60px from default*/
	width:auto;
	padding-left:0;
	padding-right:0;
}


.bg-placeholder, .banner-single.bg-placeholder {
	background-color: #d6d8d1 !important;
}
div[data-vc-full-width='true'] {
	margin-left: -16px !important;
	margin-right: -16px !important;
}
.page-content-full div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
	margin-top: -3rem;
}
.page-content-full > div[data-vc-full-width='true']:nth-child(1) {
	margin-top: -3rem;
}	
.banner-full-tall {
	height:800px;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:3rem
	/*background-color:transparent;*/
}
.banner-full-short {
	height:425px;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:3rem
	/*background-color: none;
	opacity: 1;*/
}


.banner-center-center {
	background-position: center center;
}
.banner-left-center {
	background-position: left center;
}
.banner-right-center {
	background-position: right center;
}
.banner-left-top {
	background-position: left top;
}
.banner-right-top {
	background-position: right top;
}
.banner-left-bottom {
	background-position: left bottom;
}
.banner-right-bottom {
	background-position: right bottom;
}
.banner-center-top {
	background-position: center top;
}
.banner-center-bottom {
	background-position: center bottom;
}
.banner-single, .image-large {
	position:relative;
}
.banner-caption-svg {
	margin-top:2rem;
	margin-bottom:2rem;
	color:#fff
}


/*for browser consistency*/
.img-fluid {
	width:100%;
	max-width:none;
}
.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-family: "FontAwesome";
    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 #00285e;
	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:#ff4a00;
	border: 1px solid #ff4a00;
	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;
	/*border-radius:50%*/
}
.carousel figure {
	margin:0
}
.carousel-caption-overlay, .caption-overlay {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	color: #fff;
    /*text-shadow: none;*/
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    z-index: 10;
	/*text-align:center;*/
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.carousel-caption-overlay.vertical-center, .caption-overlay.vertical-center {
	top: 50%;
	transform: translateY(-50%);
	bottom:auto;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-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: -webkit-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: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.carousel-caption-overlay.image-inverse.vertical-center, .caption-overlay.image-inverse.vertical-center {
	background: -moz-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%); /* FF3.6-15 */
	background: -webkit-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%); /* Chrome10-25,Safari5.1-6 */
	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%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.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;
}
.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:#000;
    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:#000;
}
.carousel-inverse .carousel-caption-overlay .btn-alpha, .banner-inverse .caption-overlay .btn-alpha {
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #000;
	color: #000;
}
.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 #fff;
	color: #000;
}
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-bottom: .8rem;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	margin-top:2rem;
}
h6, .h6 {
	letter-spacing:.25rem;
}
.event-title.h6 {
    letter-spacing: .125rem;
}

/*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 > h2, /*for 404.php*/
.container .page-content:first-child > .vc_column-inner:first-child > .wpb_wrapper:first-child > .post:first-child .entry-title {
	margin-top:0;
}

h1, .h1 {
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.5);
}
h1 a, a.h1 {
	color: rgba(0, 0, 0, 0.5);
	border-bottom:1px dashed transparent;
}
h1 a:hover, h1 a:focus, a.h1:hover, a.h1:focus {
	color: rgba(0, 0, 0, 0.5);
	border-bottom:1px dashed rgba(0, 0, 0, 0.5);
}
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;
}
h2, .h2 {
	font-family:'gentonathin', sans-serif;
	font-size: 3rem;
}
h3, .h3 {
	font-size: 2.25rem;
}
h4, .h4 {
	font-size: 2rem;
}
h5, .h5 {
	font-size: 1.5rem;
	text-transform:none
}
h6, .h6 {
	font-family:'gentonabold', sans-serif;
	font-size: 1rem;
}
.page-title .h6 {
	display:block;
	margin-bottom:0;
}
.page-title span {
	display:block;
	font-family:'gentonathin', sans-serif;
	font-size: 3rem;
}

h2 a, h3 a, h4 a, h5 a, h6 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	border-bottom:1px dashed #00285e;
	color:#00285e;
}
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:#00285e;
	border-bottom:1px dashed #00285e;
}

p, li {
	max-width:44.25rem
}
.lead, .lead li {
	max-width:54rem
}
.lead-quadon, .lead-quadon li {
	max-width:65rem
}
.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.25 !important;
}
.text-xs-center p, p[style^="text-align: center"] {
	margin-left:auto;
	margin-right:auto;
}

.display-1, .display-2, .display-3, .display-4 {
	font-family:'gentonathin', sans-serif;
}
.display-1, .display-2, .display-3, .display-4,
[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
}
.display-1 {
	font-size:5rem;
	line-height:.925 !important;
}
.display-2 {
	font-size:4.25rem;
	line-height:.937 !important;
}
.display-3 {
	font-size:3.5rem;
	line-height:.95 !important;
}
.display-4 {
	font-size:2.75rem;
	line-height:.962 !important;
}

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;
}
.lead {
	font-size: 1.25rem;
	/*letter-spacing:.2rem;*/
}
/*.carousel-caption-overlay .lead, .caption-overlay .lead {
	font-size:1.5rem;
}*/
.lead-quadon {
	font-size:1.4rem;
	font-family:'Quadon-Regular', sans-serif;
	letter-spacing:.05rem;
}

.lead-quadon i, .lead-quadon em {
	font-style: normal;
	font-family:'Quadon-Italic', sans-serif;
}
.lead-quadon b, .lead-quadon strong {
	font-weight: normal;
	font-family:'Quadon-Bold', sans-serif;
}
.lead-quadon b i, .lead-quadon strong em,
.lead-quadon i b, .lead-quadon em strong {
	font-style: normal;
	font-weight: normal;
	font-family:'Quadon-BoldItalic', sans-serif;
}

/*.carousel-caption-overlay .lead-quadon, .caption-overlay .lead-quadon {
	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;
	border-bottom:1px dashed #0063c7;
	text-decoration: none !important
}
a:focus {
	border-bottom:1px solid #0063c7;
}
ul li, ol li, dl dd {
	margin-bottom:.5rem;
	line-height:1.325
}
ul.lead li {
	margin-bottom:.625rem;
}
ul.lead-quadon li {
	margin-bottom:.75rem;
}
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:40px
}

/*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.arrow-right ul, div.arrow-circle-right ul, div.arrow-circle-o-right ul {
	padding-left:40px;
	list-style:none
}
div.no-indent ul {
	padding-left:18px
}
div.no-indent-custom ul {
	padding-left:25px
}
div.no-indent-custom ul.lead, .no-indent-custom ul.lead-quadon {
	padding-left:33px
}
div.check-square ul li:before, div.check-square-o ul li:before,
div.arrow-right ul li:before, div.arrow-circle-right ul li:before, div.arrow-circle-o-right ul li:before {    
	font-family:'FontAwesome';
	font-weight:normal;
	display:inline-block;
	width:1rem;
	/*padding-left:.05rem;*/
	margin-top:.25rem;
	margin-right:.45rem;
	margin-left:-1.5rem;
	vertical-align:-.1rem;
	color:#00285e;
}
div[class^="check-"].gator-orange ul li:before,
div[class^="arrow-"].gator-orange ul li:before {    
	color:#ff4a00;
}
div[class^="check-"].apricot ul li:before,
div[class^="arrow-"].apricot ul li:before {    
	color:#e28f41;
}
div[class^="check-"].green ul li:before,
div[class^="arrow-"].green ul li:before {    
	color:#80be63;
}
div[class^="check-"].denim ul li:before,
div[class^="arrow-"].denim ul li:before {    
	color:#2a315f;
}
div[class^="check-"].steel ul li:before,
div[class^="arrow-"].steel ul li:before {    
	color:#6c9bc3;
}
div[class^="check-"].sky ul li:before,
div[class^="arrow-"].sky ul li:before {    
	color:#9ad2e1;
}
div[class^="check-"].seal ul li:before,
div[class^="arrow-"].seal ul li:before {    
	color:#8f949a;
}
div[class^="check-"].artichoke ul li:before,
div[class^="arrow-"].artichoke ul li:before {    
	color:#c1c3b2;
}
div.check-square ul li:before {    
	content:'\f14a';
}
div.check-square-o ul li:before {    
	content:'\f046';
}
div.arrow-right ul li:before {    
	content:'\f061';
}
div.arrow-circle-right ul li:before {    
	content:'\f0a9';
}
div.arrow-circle-o-right ul li:before {    
	content:'\f18e';
}
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,
div.check-square ul.lead-quadon li:before, div.check-square-o ul.lead-quadon li:before,
div.arrow-right ul.lead-quadon li:before, div.arrow-circle-right ul.lead-quadon li:before, div.arrow-circle-o-right ul.lead-quadon li:before {    
	margin-right:.95rem;
	margin-left:-2rem;
}
div.check-square ul ul ul ul, div.check-square-o ul ul ul ul,
div.arrow-right ul ul ul ul, div.arrow-circle-right ul ul ul ul, div.arrow-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.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.arrow-circle-o-right ul ul, div.arrow-circle-o-right ul ul ul ul ul {
	margin-left: 0;
	list-style-type:circle
}
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.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.arrow-circle-o-right ul ul ul, div.arrow-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.arrow-right ul ul li:before, div.arrow-circle-right ul ul li:before, div.arrow-circle-o-right ul ul li:before {    
	content:none !important;
}


/*this ordered list is good with two numbers before the decimal*/
ol {
	padding-left:2.5rem;
}
/*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
}
.circular img {
	border-radius:50%;
}

/*meant for unordered lists*/
.two-column-element ul {
	column-count: 2;
	column-gap: 5rem;
}
.two-column-element li {
	display:inline-block;
	width:100%;
}

.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-square ul, .sidebar div.check-square-o ul,
.sidebar div.arrow-right ul, .sidebar div.arrow-circle-right ul, .sidebar div.arrow-circle-o-right ul {
	padding-left:24px;
}
.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 #00285e;
	margin: 1px;
}
.sidebar .carousel-indicators li.active {
	border: 1px solid #ff4a00;
	margin: 0;
}
.sidebar ul.calListIcons {
	padding-left:0;
}
.sidebar ul.calListIcons time.icon .start {
	margin-bottom:.125rem;
}
.sidebar ul.calListIcons time.icon {
	float:none;
}
.sidebar ul.calListIcons .event-title, .sidebar .calListIcons .event-time-location {
	margin-left:0;
}

/*intended for use with blockquote*/
.hangingquote {
	position:relative;
	padding-left: 2.5rem;
	margin-bottom:0;
	font-size: 1.125rem;
}
.hangingquote:before {
	content:"\f10d";
	font-family:'FontAwesome';
	font-size:2rem;
	color:#c1c3b2;
	position:absolute;
	left:0;
	top:-5px;
	opacity:.7
}
.page-content .hangingquote {
	padding:.5rem 0;
}
.sidebar .hangingquote {
	font-size: 1rem;
	padding-left: 0;
}
.page-content .hangingquote:before {
	left:-2.5rem;
}
.sidebar .hangingquote:before {
	font-size:1.5rem;
	left:-1.625rem;
}
.vc_tta-panel-body .hangingquote {
	margin-left:1.625rem;
}
.vc_tta-panel-body .hangingquote:before {
	font-size:1.5rem;
	left:-1.625rem;
}
.hangingquote:after {
	content:"\f10e";
	font-family:'FontAwesome';
	font-size:1.25rem;
	color:#c1c3b2;
	float:right;
	margin-top:-1.25rem;
	margin-left:.25rem;
	opacity:.7
}
.sidebar .hangingquote:after {
	font-size:1.125rem;
	margin-top:-1.125rem;
}
.quotee {
	clear:right;
	text-align:right;
	margin-bottom:1rem;
	line-height:1.25rem;
	font-style: normal;
	font-family: 'gentonalight_italic', sans-serif;
}
.sidebar .quotee {
	line-height:1.125rem;
	margin-bottom:2rem;
}
.quotee:before {
	content:"\2014 ";
}

.quote-sidebar {
	position:relative;
	min-height:5.5rem;
	display:block;
}
 blockquote.quote-sidebar:before, q.quote-sidebar:before {
	content:"\f10e";
	font-family:'FontAwesome';
	font-size:5rem;
	color:#9ad2e1;
	position:absolute;
	z-index:-1;
	top:-1rem;
	right:0;
	left:0;
}

.on-this-page {
	padding:1rem 0 1rem 1rem;
	margin-left:6rem;
	font-family:'gentonalight', sans-serif;
	font-size:1rem;
	line-height:1.2rem;
	border-left:1px solid #fff;
	margin-bottom:1rem
}
.page-content .on-this-page {
	margin-left:0;
}
.on-this-page:before {
	margin:0 0 0 -6rem;
	display:block;
	width:4rem;
	float:left;
	font-size:4rem;
	color:#d6d8d1;
	content:"\f13d";
	font-family:FontAwesome;
	line-height:4rem
}
.on-this-page .h6 {
	margin-top:0;
}
.on-this-page .nav li {
	display:inline-block
}
.on-this-page .nav li:not(:last-child) {
	margin-right:1rem
}
.on-this-page .nav li a {
	white-space:pre-wrap;
}

.faqs {
	padding:2rem 0 1rem 1rem;
	margin-left:6rem;
	font-family:'gentonalight', sans-serif;
	font-size:1rem;
	border-left:1px solid #fff;
	margin-top:3rem;
	margin-bottom:1rem
}
.page-content .faqs {
	margin-left:0;
}
.faqs:before {
	margin:0 0 0 -6rem;
	display:block;
	width:4rem;
	float:left;
	font-size:4.8rem;
	color:#d6d8d1;
	content:"\f059";
	font-family:FontAwesome;
	line-height:4.8rem
}
/*because of this markup inserted before headings <div class="display-id">, had to change from first-child to first-of-type*/
.faqs :first-of-type {
	margin-top:0
}
.faqs dl {
	padding-top:.25rem;
	padding-bottom:.5rem;
}
.faqs dt {
	padding-top:.25rem;
	padding-bottom:.5rem;
	font-family:'gentonasemibold', sans-serif;
	font-weight:normal;
	padding-left: 1.25rem;
	position: relative;
}
.faqs dt .question {
	border-bottom:1px dashed rgba(0, 40, 94, .5);
}
.faqs dt .question:hover, .faqs dt .question:focus {
	border-bottom:1px dashed rgba(0, 40, 94, 1);
}
.faqs dt span.fa.fa-plus-square, .faqs dt span.fa.fa-minus-square {
	font-size:.75rem;
	color:#c1c3b2;
	width:.75rem;
	height:.75rem;
	position: absolute;
	top: .5rem;
	left: .1rem;
}
.faqs dd {
	padding-left:1.25rem;
	padding-bottom:0;
	/*padding-bottom: .5rem;*/
}

div.float-left {
	display:inline-block;
	float:left;
	margin-right:1rem
}
div.float-left.small {
	margin-right:.75rem
}
div.float-left.medium {
	margin-right:.875rem
}
div.float-left.large {
	margin-right:1rem
}
div.float-right {
	display:inline-block;
	float:right;
	margin-left:1rem
}
div.float-right.small {
	margin-left:.75rem
}
div.float-right.medium {
	margin-left:.875rem
}
div.float-right.large {
	margin-left:1rem
}
div.center {
	margin:0 auto;
	text-align:center
}
span.big-number {
	/*float:left;*/
	display:inline-block;
	margin-bottom:1rem;
	font-family:'refrigerator_deluxebold', sans-serif;
	letter-spacing:0
}
div.center span.big-number {
	margin-bottom:0
}
span.big-number.x-small {
	font-size:2rem;
	line-height:1.2;
}
span.big-number.small {
	font-size:4rem;
	line-height:1 !important;
}
span.big-number.medium {
	font-size:6rem;
	line-height:.9;
}
span.big-number.large {
	font-size:8rem;
	line-height:.875;
}
span.big-number.circle {
	margin-top:.375rem;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
}
span.big-number.circle.x-small {
	font-size:1.5rem;
	line-height:1.4;
	width:2rem;
	height:2rem;
}
span.big-number.circle.small {
	font-size:2.75rem;
	line-height:1.47 !important;
	width:4rem;
	height:4rem;
}
span.big-number.circle.medium {
	font-size:4.25rem;
	line-height:1.4;
	width:6rem;
	height:6rem;
}
span.big-number.circle.large {
	font-size:5.75rem;
	line-height:1.4;
	width:8rem;
	height:8rem;
}
span.big-number.circle-outline {
	border:2px solid #000;
	margin-top:.375rem;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;;
	background-color:transparent
}
span.big-number.circle-outline.x-small {
	font-size:1.4rem;
	line-height:1.3;
	width:2rem;
	height:2rem;
}
span.big-number.circle-outline.small {
	font-size:2.75rem;
	line-height:1.4 !important;
	width:4rem;
	height:4rem;
}
span.big-number.circle-outline.medium {
	font-size:4.25rem;
	line-height:1.4;
	width:6rem;
	height:6rem;
}
span.big-number.circle-outline.large {
	font-size:5.75rem;
	line-height:1.4;
	width:8rem;
	height:8rem;
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-navy {
	border-color:#00285e;
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-gator-blue {
	border-color:#0021a5;
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-gator-orange {
	border-color:#ff4a00
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-green, span.big-number.circle-outline.vc_icon_element-background-color-wcb-forest {
	border-color:#5e8e3f
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-light-blue, span.big-number.circle-outline.vc_icon_element-background-color-wcb-steel {
	border-color:#6c9bc3;
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-white {
	border-color:#fff
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-teal, span.big-number.circle-outline.vc_icon_element-background-color-wcb-sky {
	border-color:#9ad2e1
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-peach {
	border-color:#e9b284
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-seal {
	border-color:#8f949a
}
span.big-number.circle-outline.vc_icon_element-background-color-wcb-grey, span.big-number.circle-outline.vc_icon_element-background-color-wcb-artichoke {
	border-color:#c1c3b2
}
span.big-number sup {
	font-size:35%;
	line-height:1;
	vertical-align:top;
	top:.4rem;
}
span.big-number.circle sup, span.big-number.circle-outline sup {
	vertical-align:middle;
	top:-.4em;
}
span.big-number.circle sup.before, span.big-number.circle-outline sup.before {
	margin-left:-.325rem;
	margin-right:0
}
span.big-number.circle sup.after, span.big-number.circle-outline sup.after {
	margin-right:-.375rem;
	margin-left:0
}


.people-list-collapse {
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom:1rem;
}
.people-list-collapse .title {
	padding: .25rem 1.25rem;
}
.people-list-collapse span.fa {
	color: #c1c3b2;
	margin-right: .25rem;
	margin-left:-.875rem;
	font-size: .875rem;
	width: .875rem;
}
.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 {
	margin-right: -15px;
	margin-left: -15px
}

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

.people-list-small img {
	margin:.25rem 0;
	float:left;
	width:63px;
}
.people-list-medium img {
	margin:.4rem 0;
	float:left;
	width:96px;
}
.people-list-large img {
	margin:.4rem 1.5rem .5rem 0;
	float:left;
	width:128px;
}
.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.two-column > li {
	float: left;
    width: 50%;
	padding-right: 15px;
    padding-left: 15px;
}
.people-list-small.two-column > li:nth-child(odd) {
	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 {
	margin-top:0;
	margin-left:4.8rem;
	line-height:1.25
}
.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-medium p  {
	line-height:1.325
}
.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 {
	letter-spacing:.05rem;
	font-size:1.2rem;
	text-transform:none;
	margin-bottom:0;
}
.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.5rem;
	margin-bottom:.5rem;
}
.people-list-medium li div.gentonasemibold {
	letter-spacing:.1rem;
	/*font-size:1.2rem;*/
	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 {
	margin-top:0;
	margin-left:7.25rem
}
.people-list-large li div.h4 {
	margin-top:0;
}
.people-list-small ul ul, .people-list-small ol ol, .people-list-small ul ol, .people-list-small ol ul,
.people-list-medium ul ul, .people-list-medium ol ol, .people-list-medium ul ol, .people-list-medium ol ul{
	margin-left:0;
}
.people-list-large li div.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 {
	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-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 {
	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;
}
.thumbnail-list-small, .thumbnail-list-large {
	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
}
.thumbnail-list-small.stacked, .thumbnail-list-large.stacked {
	padding-left: 0;
	margin-bottom:2rem;
}


/*For directory profile*/
.person.thumbnail-list-large {
	margin-top:0;
}
.person .card-body {
	display: none;
}
.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 .years-showing {
	color: rgba(0, 0, 0, 0.6);
}

.thumbnail-list-small img, .thumbnail-list-large img,
.vc_icon_element-outer {
	position:absolute;
	top:.25rem;
	left:0;
	margin-bottom:0 !important;
}
.thumbnail-list-small img {
	width:63px;
	height:auto
}
.thumbnail-list-large img {
	width:128px;
	height:auto
}
.thumbnail-list-small.circular img, .thumbnail-list-large.circular img {
	border-radius:50%;
}


/*profile pages*/
.person.thumbnail-list-large img {
	width:16rem;
	margin-left:-9rem;
}
.person h2 {
	margin-top:0;
}


.thumbnail-list-small .vc_icon_element-outer {
	width:63px;
	height:63px;
}
.thumbnail-list-large .vc_icon_element-outer {
	width:128px;
	height:128px;
}
.vc_icon_element-outer .vc_icon_element-inner {
	border:none !important;
	width: 100% !important;
	height: 100% !important;
}
.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	width:100%;
	height:100%;
	top: 0 !important;
	left: 0 !important;
	-webkit-transform: translate(0,0) !important;
	-ms-transform: translate(0,0) !important;
	-o-transform: translate(0,0) !important;
	transform: translate(0,0) !important;
}
.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%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height:auto !important;
}
.thumbnail-list-small .vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-size:48px !important
}
.thumbnail-list-large .vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-size:96px !important
}

/*styled w/background options*/
.thumbnail-list-small .vc_icon_element-outer.vc_icon_element-have-style {
	width:63px;
	height:63px;
}
.thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style {
	width:128px;
	height:128px;
}
.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline {
	width: calc(100% - 4px) !important;
	height: calc(100% - 4px) !important;
}
.thumbnail-list-small .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before {
	font-size:36px !important;
}
.thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before {
	font-size:72px !important;
}

/*stacked option*/
.stacked img,
.stacked .vc_icon_element-outer {
	position:static;
	margin:0 0 1rem !important;
}
.text-xs-center .vc_icon_element-outer {
	margin:0 auto 1rem !important;
}
.stacked .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%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height:auto !important;
}


.vc_icon_element-color-wcb-navy {
	color:#00285e
}
.vc_icon_element-color-wcb-gator-blue {
	color:#0021a5
}
.vc_icon_element-color-wcb-gator-orange {
	color:#ff4a00
}
.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-grey, .vc_icon_element-color-wcb-artichoke {
	color:#c1c3b2
}
.vc_icon_element-background-color-wcb-navy {
	background-color:#00285e
}
.vc_icon_element-background-color-wcb-gator-blue {
	background-color:#0021a5;
}
.vc_icon_element-background-color-wcb-gator-orange {
	background-color:#ff4a00
}
.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-grey, .vc_icon_element-background-color-wcb-artichoke {
	background-color:#c1c3b2
}

.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:#00285e !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:#ff4a00 !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-grey {
	border-color:#c1c3b2 !important
}


/*.flex-social-container {
    display: -webkit-flex;
    display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.flex-social-container .social-icons.flex-item {
	margin-right: .25rem;
	margin-left: .25rem;
}*/

.social-icons {
	margin-bottom:.375rem;
}
.social-icons li {
	float:left;
	margin-bottom:.625rem;
}
.social-icons li:not(:last-child) {
    margin-right:.625rem;
}
.social-icons a {
	display:inline-block;
	border-radius:50%;
	width:2.5rem;
	height:2.5rem;
	background:#0063c7;
	font-size:1.5rem;
	line-height:2.6rem;
	text-align:center;
	color:#fff;
	border-bottom:none
}
.social-icons a:hover, .social-icons a:focus {
	background:#fff;
	color:#0063c7;
	border-bottom:none
}
.evertrue-white {
	display:inline-block;
	width:2.5rem;
	height:2.5rem;
	background:url(../img/evertrue-white-min.svg) no-repeat center calc(50% - 1px);
	background-size:40%
}
.evertrue-white:before {
	content:"\0000a0"
}
.evertrue-white:hover, .evertrue-white:focus {
	background:url(../img/evertrue-orange-min.svg) no-repeat center calc(50% - 1px);
	background-size:40%
}
a.orange {
	color:#ff4a00 !important;
	border-bottom:1px dashed transparent
}
a.orange:hover, a.orange:focus {
	color:#ff4a00;
	border-bottom:1px dashed #ff4a00
}
a.blue {
	color:#0063c7 !important;
	border-bottom:1px dashed transparent
}
a.blue:hover, a.blue:focus {
	color:#0063c7;
	border-bottom:1px dashed #0063c7
}
table .fa {
	font-size:1.5rem;
}
.fa.green {
	color:#5e8e3f;
}
.alpha, .alpha a {
	color: rgba(0, 0, 0, 0.6);
}
.alpha a, .alpha a:hover, .alpha a:focus {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.6)
}
.quadon-small {
	font-family:'Quadon-Regular', sans-serif;
	letter-spacing:.05rem;
}

/*ranking arrangment side-by-side*/
.ranking {
	float:left;
	width:7rem;
	border-right:3px solid #ff4a00;
	height:4.25rem;
	margin-right:1rem;
}
.ranking .no-abbr, .ranking .top {
	display:inline-block;
	text-align:center;
	width:.8rem;
    word-wrap: break-word;
	line-height:1rem;
	padding-top:.6rem;
	margin-right:.1rem;
	font-family:'gentonamedium', sans-serif;
	font-size:1rem;
	vertical-align:top
}
.ranking .period {
	display:block;
	line-height:.1rem
}
.ranking .number {
	font-family:'refrigerator_deluxebold', sans-serif;
	display:inline-block;
	font-size:5.75rem;
	line-height:4.5rem;
	letter-spacing:0
}
.ranking .percent {
	font-family:'refrigerator_deluxeregular', sans-serif;
	font-size:1.8rem;
	line-height:1rem;
	letter-spacing:0;
	display:inline-block;
	margin-left:-.2rem
}
.ranking-details {
	/*padding-top:.2rem;*/
	margin-left:8rem;
	font-family:'gentonalight';
	font-size:1rem;
	line-height:1.25rem;
}
.ranking-details .among {
	display:block;
	font-family:'refrigerator_deluxebold', sans-serif;
	font-size:1.5rem;
	letter-spacing:.1rem;
	margin-bottom:.25rem;
	line-height:1.625rem
}
/*---*/

/*ranking arrangment stacked*/
.ranking-stacked {
	width:auto;
	padding-bottom:.5rem;
	border-bottom:3px solid #ff4a00;
	margin-bottom:.5rem;
}
.ranking-stacked .no-abbr, .ranking-stacked .top {
	display:inline-block;
	text-align:center;
	width:.8rem;
    word-wrap: break-word;
	line-height:1rem;
	padding-top:.6rem;
	margin-right:.1rem;
	font-family:'gentonamedium', sans-serif;
	font-size:1rem;
	vertical-align:top
}
.ranking-stacked .period {
	display:block;
	line-height:.1rem
}
.ranking-stacked .number {
	font-family:'refrigerator_deluxebold', sans-serif;
	display:inline-block;
	font-size:6rem;
	line-height:4.5rem;
	letter-spacing:0
}
.ranking-stacked .percent {
	font-family:'refrigerator_deluxeregular', sans-serif;
	font-size:2.5rem;
	line-height:1rem;
	letter-spacing:0
}
.ranking-stacked-details {
	/*padding-top:.2rem;*/
	margin-left:0;
	font-family:'gentonalight';
	font-size:1rem;
	line-height:1.25rem;
}
.ranking-stacked-details .among {
	display:block;
	font-family:'refrigerator_deluxebold', sans-serif;
	font-size:1.5rem;
	letter-spacing:.1rem;
	margin-bottom:.25rem;
	line-height:1.625rem
}
/*---*/

.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;
	margin: 0 1.5rem 1rem 0;
}
.author-photo img {
	width:200px;
}
.author-contact ul {
	list-style-type:none;
}
.post .entry-footer {
	margin-top:2rem;
	margin-bottom:2rem;
}
.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;
}

.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:#ff4a00
}
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;
	/*padding-right: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 {
	border-bottom-width:1px;
	border-bottom-style:solid
}
.hr-width-5 {
	border-bottom-width:5px;
	border-bottom-style:solid
}
.hr-width-8 {
	border-bottom-width:8px;
	border-bottom-style:solid
}
.hr-grey {
	border-bottom-color:#c1c3b2;
}
.hr-orange {
	border-bottom-color:#ff4a00
}
.hr-blue {
	border-bottom-color:#6c9bc3
}
.hr-teal {
	border-bottom-color:#9ad2e1
}
.hr-peach {
	border-bottom-color:#e9b284
}
.hr-white {
	border-bottom-color:#fff
}

.btn {
	border: 1px solid #fff;
	font-family:'gentonamedium', sans-serif;
	white-space: pre-wrap;
}
.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;
	/*display:inline-block;*/
}
.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%
}

.btns li {
	max-width:100%
}
.btn-sm, .btn-md, .btn-lg {
	border-radius:0;
}
/*.btn-orange {
	color:#fff !important;
	background-color:#ff4a00;
	text-shadow:none
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active:hover, .btn-orange:active:focus {
	color:#ff4a00 !important;
	background-color:#fff;
	border:1px solid #fff;
	text-shadow:none
}*/
.btn-green {
	color:#fff !important;
	background-color:#52833A;
	border:1px solid #fff;
	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 #fff;
	text-shadow:none
}
.btn-alpha {
	color:#fff;
	background-color: rgba(0, 0, 0, 0.6);
	border:1px solid #fff;
	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
}


/*calendar styles*/
.calListIcons, .speaker-series {
	padding-left:0;
	list-style-type:none;
}
.calListIcons li {
	margin-bottom:1rem;
	position:relative
}
ul.calListIcons li {
    max-width: 51rem;
}
.speaker-series > li {
	margin-bottom:1.5rem;
}
.calListIcons time.icon {
	font-size:1em; /* change icon size */
	line-height:normal;
	display:block;
	position:relative;
	overflow:hidden;
	width:6.5em;
	margin-top:.15em;
	margin-right:.5em;
	float:left
}
.calListIcons time.icon * {
	display:block;
	width:100%;
	font-family:'refrigerator_deluxebold', sans-serif;
	color:#00285e;
}
.calListIcons time.icon .start {
	position:relative;
	float:left;
	width:auto;
	height:3.8em;
	margin:0 0 .5em;
}
.calListIcons time.icon .thru {
	position:absolute;
	top:.5em;
	left:0;
	font-size:2em;
}
.calListIcons time.icon .end {
	font-size:.7em;
	position:relative;
	float:left;
	width:4.4em;
	height:3.8em;
	margin:.1em 0 .5em;
	padding-left:.8em
}
.calListIcons time.icon .month {
	position:absolute;
	top:0;
	text-transform:uppercase;
	letter-spacing:.1em;
}
.calListIcons time.icon .date {
	width:100%;
	font-size:3.5em;
	line-height:.8em;
	margin-top:.3em
}
.calListIcons time.icon .dot-1, .calListIcons time.icon .dot-2, .calListIcons time.icon .dot-3, .calListIcons time.icon .dot-4, .calListIcons time.icon .dot-5 {
	display:block;
	position:absolute;
	top:.2em;
	background-color:#d6d8d1;
	border-radius:50%;
	height:.3em;
	width:.3em;
}
.calListIcons time.icon .dot-1 {
	left:2em;
}
.calListIcons time.icon .dot-2 {
	left:2.8em;
}
.calListIcons time.icon .dot-3 {
	left:3.6em;
}
.calListIcons time.icon .dot-4 {
	left:4.4em;
}
.calListIcons time.icon .dot-5 {
	left:5.2em;
}
.calListIcons .event-title, .calListIcons .event-time-location {
	margin-left:7rem;
	line-height:1.3
}
.calListIcons .event-title a {
	color:#0063c7;
	text-transform:none;
	border-bottom:1px dashed transparent;
}
.calListIcons .event-title a:hover, .calListIcons .event-title a:focus {
	color:#0063c7;
	border-bottom:1px dashed #0063c7;
}
.calListIcons span.cal-dot-1, .calListIcons span.cal-dot-2, .calListIcons span.cal-dot-3, .calListIcons span.cal-dot-4, .calListIcons span.cal-dot-5 {
	display:block;
	position:absolute;
	top:.2em;
	background-color:#d6d8d1;
	border-radius:50%;
	height:.3em;
	width:.3em;
}
.calListIcons span.cal-dot-1 {
	left:2em;
}
.calListIcons span.cal-dot-2 {
	left:2.8em;
}
.calListIcons span.cal-dot-3 {
	left:3.6em;
}
.calListIcons span.cal-dot-4 {
	left:4.4em;
}
.calListIcons span.cal-dot-5 {
	left:5.2em;
}
/*END calendar styles*/

.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*/
.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 {
	font-family:'FontAwesome';
	content: "\f056";
	position:absolute;
	top:50%;
	bottom:0;
	margin-top:-.6rem;
	right:1rem;
	color:#ff4a00;
}

.accordion .card-title a.collapsed:after {
	font-family:'FontAwesome';
	content: "\f055";
}
.accordion .card-block {
	padding:.75rem 1rem 0;
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom:1rem
}
.wcb-directory .search-match {
	color: #2a315f;
 }
 .wcb-directory .no-people {
	 display: none;
 }

/*drop-down menus*/
.dropdown-inpage {
	margin-bottom:1rem;
}
.dropdown-inpage .btn {
	border-radius:0;
	margin:0;
	width:100%;
}
.btn-secondary {
	border-radius:0;
	margin:0;
	width:100%;
	border:1px solid #fff;
	background-color: #fff;
	color: #00285e;
}
.btn-secondary.btn-alpha {
	border:1px solid #fff;
	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: #00285e;
}
.dropdown-inpage .dropdown-menu {
	border-radius:0;
	margin:0;
	width:100%;
	overflow-y:scroll;
	max-height:90vh;
	padding:.5rem 0 1rem;
	border:1px solid #8f949a
}
.dropdown-inpage .btn-secondary.active, .dropdown-inpage .btn-secondary:active, .dropdown-inpage.open>.btn-secondary.dropdown-toggle {
	border:1px solid #8f949a;
	background-color:#8f949a;
	color:#fff;
}
.dropdown-inpage .dropdown-menu li {
	margin:0;
}
.dropdown-inpage .dropdown-menu p {
	line-height:1.2;
	margin:0;
	padding:1rem 1rem .3rem;
	color:#8f949a;
	cursor:default
}
.dropdown-inpage .dropdown-menu a.dropdown-item, .dropdown-inpage .dropdown-menu span.dropdown-item {
	line-height:1.2;
	margin:0;
	padding:.3rem 1rem;
	border-bottom:none;
	white-space:normal;
}
.dropdown-inpage .dropdown-menu a.dropdown-item:hover, .dropdown-inpage .dropdown-menu a.dropdown-item:focus {
	background-color:rgba(0, 0, 0, 0.5);
	color:#fff;
}
.dropdown-inpage .dropdown-menu span.dropdown-item:hover, .dropdown-inpage .dropdown-menu span.dropdown-item:focus {
	background-color:transparent;
	color:#000;
}

.page-content {
	padding:0 1rem 0 9rem !important;
}
.page-content.vc_col-sm-9 {
	width:75%
}
.page-content-full {
	padding:3rem 1rem 2rem;
}
.page-content-full .vc_row {
	margin:0;
}
.page-content-full .vc_row.ribbon {
	margin-top: .5rem;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	background-color:rgba(255, 255, 255, .6)
}
.page-content-full .vc_row.transparent, .page-content-full .vc_column_container.transparent {
	background-color:transparent
}
.page-content-full .vc_row.dark-blue, .page-content-full .vc_column_container.dark-blue {
	background-color:#001B3D;
	color:#fff;
}
.page-content-full .vc_row.dusk-blue, .page-content-full .vc_column_container.dusk-blue {
	background-color:#003058;
	color:#fff;
}
.page-content-full .vc_row.orange, .page-content-full .vc_column_container.orange {
	background-color:#ff4a00;
	color:#00285e;
}
.page-content-full .vc_row.blue, .page-content-full .vc_column_container.blue {
	background-color:#0021a5;
	color:#fff;
}
.page-content-full .vc_row.forest, .page-content-full .vc_column_container.forest {
	background-color:#5e8e3f;
	color:#fff;
}
.page-content-full .vc_row.sand, .page-content-full .vc_column_container.sand {
	background-color:#cfb691;
	color:#00285e;
}
.page-content-full .vc_row.laurel, .page-content-full .vc_column_container.laurel {
	background-color:#cfdbcb;
	color:#00285e;
}
.page-content-full .vc_row.cream, .page-content-full .vc_column_container.cream {
	background-color:#ffefcf;
	color:#00285e;
}
.page-content-full .vc_row.grey, .page-content-full .vc_column_container.grey {
	background-color:#a6a6a6;
	color:#00285e;
}
.page-content-full .vc_row.purple, .page-content-full .vc_column_container.purple {
	background-color:#593674;
	color:#fff;
}
.page-content-full .vc_row.gold, .page-content-full .vc_column_container.gold {
	background-color:#fcaf17;
	color:#00285e;
}
.page-content-full .vc_row.red, .page-content-full .vc_column_container.red {
	background-color:#d7182a;
	color:#fff;
}
.page-content-full .vc_row.steel, .page-content-full .vc_column_container.steel {
	background-color:#6c9bc3;
	color:#00285e;
}
.page-content-full .vc_row.apricot, .page-content-full .vc_column_container.apricot {
	background-color:#e28f41;
	color:#00285e;
}
.page-content-full .vc_row.aqua, .page-content-full .vc_column_container.aqua {
	/*background-color:#a8dcd9;*/
	background-color:#CCEBEA;
	color:#00285e;
}
.page-content-full .vc_row.green, .page-content-full .vc_column_container.green {
	background-color:#80be63;
	color:#00285e;
}
.page-content-full .vc_row.tea, .page-content-full .vc_column_container.tea {
	background-color:#e0e5cd;
	color:#00285e;
}
.page-content-full .vc_row.denim, .page-content-full .vc_column_container.denim {
	background-color:#2a315f;
	color:#fff;
}
.page-content-full .vc_row.sky, .page-content-full .vc_column_container.sky {
	background-color:#9ad2e1;
	color:#000;
}
.page-content-full .vc_row.peach, .page-content-full .vc_column_container.peach {
	background-color:#e9b284;
	color:#00285e;
}
.page-content-full .vc_row.seal, .page-content-full .vc_column_container.seal {
	background-color:#8f949a;
	color:#fff;
}
.page-content-full .vc_row.artichoke, .page-content-full .vc_column_container.artichoke {
	background-color:#c1c3b2;
	color:#00285e;
}
.page-content-full .vc_row.white, .page-content-full .vc_column_container.white {
	background-color:#fff;
	/*color:#000;*/
}
.page-content-full .vc_row.border-bottom-white {
	border-bottom:5px solid #fff;
}
.page-content-full .vc_row.border-bottom-orange {
	border-bottom:5px solid #ff4a00;
}
.page-content-full .vc_row.last-row-to-footer {
	margin-bottom: -12rem;
	padding-bottom: 12rem;
}
.page-content-full .vc_row.white .btn-green, .page-content-full .vc_column_container.white .btn-green,
.page-content-full .vc_row.white .btn-green:hover, .page-content-full .vc_column_container.white .btn-green:hover,
.page-content-full .vc_row.white .btn-green:focus, .page-content-full .vc_column_container.white .btn-green:focus,
.page-content-full .vc_row.white .btn-green:active:hover, .page-content-full .vc_column_container.white .btn-green:active:hover, 
.page-content-full .vc_row.white .btn-green:active:focus, .page-content-full .vc_column_container.white .btn-green:active:focus {
	border:1px solid #52833A;
}
.page-content-full .vc_row.white .btn-alpha, .page-content-full .vc_column_container.white .btn-alpha,
.page-content-full .vc_row.white .btn-alpha:hover, .page-content-full .vc_column_container.white .btn-alpha:hover,
.page-content-full .vc_row.white .btn-alpha:focus, .page-content-full .vc_column_container.white .btn-alpha:focus,
.page-content-full .vc_row.white .btn-alpha:active:hover, .page-content-full .vc_column_container.white .btn-alpha:active:hover,
.page-content-full .vc_row.white .btn-alpha:active:focus, .page-content-full .vc_column_container.white .btn-alpha:active:focus {
	border:1px solid rgba(0, 0, 0, 0);
}
.dark-blue a {
	color: #9ad2e1;
	border-bottom: 1px dashed #9ad2e1;
}
.dark-blue a:hover, .dark-blue a:focus {
	border-bottom: 1px dashed #9ad2e1;
}


.page-template-hide-section-menu .nav-secondary {
	display:none;
}
/*.page-content-full .vc_row.responsive-3-2-1 .container .vc_col-md-4:nth-child(4n),
.page-content-full .vc_row.responsive-3-2-1 .container .vc_col-lg-4:nth-child(4n) {
	clear:left;
}*/
/*fixing broken setting for row to make columns same height*/
.vc_row.vc_row-flex .container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@supports(padding: max(0rem)) {
	.page-content-full, .page-content-full .vc_row.ribbon {
		padding-right: max(1rem, calc(env(safe-area-inset-right) - 15px)) !important;
		padding-left: max(1rem, calc(env(safe-area-inset-left) - 15px)) !important;
	}
}
.ribbon .apply {
	margin-bottom:0;
	/*width:14rem*/
}
.ribbon .apply span {
	display:inline-block;
	margin-top:.4rem
}
.apply .dropdown-inpage {
	float:right
}
.ribbon .apply .btn {
	display:inline-block;
	min-width:8rem
}
.ribbon .btn {
	width:100%
}

footer .page-content-full {
	padding:0 1rem;
}
@supports(padding: max(0rem)) {
	footer .page-content-full {
		padding-right: max(1rem, calc(env(safe-area-inset-right) - 15px));
		padding-left: max(1rem, calc(env(safe-area-inset-left) - 15px));
	}
}
figcaption div, figcaption li, figcaption div.lead, figcaption div.lead-quadon,
.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
}
.vc_row.vc_inner.kickout-left .card.vc_column_container:first-child,
.vc_row.vc_inner.kickout-both .card.vc_column_container:first-child {
	margin-left:0
}
.vc_row.vc_inner.kickout-both .card.vc_column_container:last-child {
	margin-right:0
}
.page-content .kickout-left {
	margin-left:-9rem !important
}
.page-content .kickout-both {
	margin-left:-9rem !important;
	margin-right:-9rem !important
}
.page-content .embed-responsive-21by9.kickout-left {
	padding-bottom: calc(42.857143% + 3.86rem);
}
.page-content .embed-responsive-16by9.kickout-left {
	padding-bottom: calc(56.25% + 5.06rem);
}
.page-content .embed-responsive-4by3.kickout-left {
	padding-bottom: calc(75% + 6.75rem);
}
.page-content .embed-responsive-1by1.kickout-left {
	padding-bottom: calc(100% + 9rem);
}
.page-content .embed-responsive-21by9.kickout-both {
	padding-bottom: calc(42.857143% + 7.71rem);
}
.page-content .embed-responsive-16by9.kickout-both {
	padding-bottom: calc(56.25% + 10.13rem);
}
.page-content .embed-responsive-4by3.kickout-both {
	padding-bottom: calc(75% + 13.5rem);
}
.page-content .embed-responsive-1by1.kickout-both {
	padding-bottom: calc(100% + 18rem);
}
.embed-video {
	margin-bottom: 1.5rem;
}
/*video tags weren't respecting their containers in Chrome or Firefox*/
video {
	max-width: 100% !important;
	max-height: 100% !important;
	min-height: 50px !important;
}

.text-highlight {
	display:inline-block;
	border-top:5px solid #c1c3b2;
	border-bottom:5px solid #c1c3b2;
	padding-top:.75rem;
	padding-bottom:1rem;
	font-family:'refrigerator_deluxebold', sans-serif;
	font-size:2rem;
	line-height:1.125;
	margin-top:.5rem;
	margin-bottom:1.5rem;	
	width:100%
}
.ranking-highlight {
	display:inline-block;
	margin-top:.5rem;
	margin-bottom:1.5rem;	
	width:100%
}
.quote-highlight {
	display:inline-block;
	margin-top:.5rem;
	margin-bottom:1.5rem;	
	width:100%;
	font-family:'refrigerator_deluxebold', sans-serif;
	font-size:2rem;
	line-height:2rem;
	min-height:4rem;
}
.quote-highlight blockquote:before, .quote-highlight q:before {
	content:"\f10d";
	font-family:'FontAwesome';
	font-size:5rem;
	color:#c1c3b2;
	position:absolute;
	z-index:-1;
	margin-top:.5rem;
}
.page-content .kickout-left.text-highlight, .page-content .kickout-left.ranking-highlight, .page-content .kickout-left.quote-highlight {
	width:20rem;
	margin-right:2rem;
	float:left;
	border-bottom:none;
	padding-bottom:0;
}


/* 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%;
}
.blog .image-large, .archive .image-large, .search .image-large {
	position: relative;
	float: left;
	margin: .5rem 1.5rem 1rem 0;
	z-index: 1;
}
.blog .image-large img, .archive .image-large img, .search .image-large img {
	width:200px;
}

.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 {
	border-left:8px solid #d6d8d1;
	margin-top:0;
	padding:0 1rem 0 2rem !important;
	line-height:1.25;
	font-size:.875rem
}
.sidebar.vc_col-sm-3 {
	width:25%
}
.sidebar.vc_column_container>.vc_column-inner {
	padding-right:0 !important;
	padding-left:0 !important
}
.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;
	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:#00285e;
}
.sidebar .sidebar-social-title, .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;
}
.sidebar .sidebar-social-title {
	margin-top:0;
}
.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;
	border-bottom: 1px dashed #fff;
}
.white .sidebar-box {
	background-color:#fff;
	color:#00285e;
}
.sidebar section, .sidebar .widget {
	border:1px solid #d6d8d1;
	padding:1rem;
	margin-bottom: 2rem;
}
.blog.sidebar .sidebar-title {
	margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
}
.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:1rem
}
.sidebar .social-icons {
	margin-bottom:1.375rem
}
.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 {
	margin-bottom:2rem
}
.sidebar .sidebar-box hr, .sidebar .sidebar-box .dropdown-inpage, .sidebar .card hr {
	margin-bottom:1rem
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.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-family:'FontAwesome';
	font-size:.75rem;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.25);
	line-height: .35;
	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 #fff;
	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 {
	margin-bottom: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 .hangingquote:before {
	left: 0;
}
.card .hangingquote {
	padding-left: 2.5rem;
}
.card-block {
	padding:1rem 1rem .125rem;
}

/**FOOTNOTES**/
a.reference, a.reference:hover, a.reference:focus {
	color:inherit;
	outline:none;
}
a.reference sup {
	font-size:.75rem;
	margin-left:2px;
	color:#0063c7;
}
a.reference:focus sup {
	outline:thin dotted;
	outline-offset:2px;
}
@-webkit-keyframes fntarget {
	from { background:transparent; }
	50% { background:yellow; }
	to { background:transparent; }
}
@-moz-keyframes fntarget {
	from { background:transparent; }
	50% { background:yellow; }
	to { background:transparent; }
}
@-o-keyframes fntarget {
	from { background:transparent; }
	50% { background:yellow; }
	to { background:transparent; }
}
@keyframes fntarget {
	from { background:transparent; }
	50% { background:yellow; }
	to { background:transparent; }
}
.animated-footnote {
	-webkit-animation: fntarget 2s linear;
	-moz-animation: fntarget 2s linear; 
	-o-animation: fntarget 2s linear;
	animation: fntarget 2s linear;
}
.clearfloat-md {
	clear:none
}
.clear-float {
	clear:both;
}
wbr:after { content: "\00200B"; }/*added so that IE would recognize word breaks*/
.card-group {
	margin-bottom:-1px
}
.card {
	border: 1px solid #d6d8d1;
	background-color: rgba(255, 255, 255, .6);
	border-radius:0;
}
.card.card-note {
	background: #ffffd8;
}
.card-outline-danger {
	background: transparent;
	border-color: #ff4a00;
}
.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;
}
/*.addthis_toolbox a {
	border-bottom: none !important;
	display: inline-block;
}
.addthis_toolbox .at-icon-wrapper {
	width: 42px !important;
	height: 42px !important;
}
.addthis_toolbox a.addthis-animation {
	-webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.addthis_toolbox a.addthis-animation:hover {
	-webkit-transform: translateY(-4px) !important;
    transform: translateY(-4px) !important;
}
.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
	-webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}*/
/*can't seem to fix this focus state for siteimprove*/
/*.addthis_toolbox a.at300b:hover, .addthis_toolbox a.at300m:hover {
	-webkit-transform: translateY(-4px) !important;
    transform: translateY(-4px) !important;
}
.addthis_toolbox a.at300b:focus, .addthis_toolbox a.at300m:focus {
	outline: 2px solid #fff
}*/
/*.addthis_toolbox .at-icon-wrapper {
	width: 42px !important;
	height: 42px !important;
}
.addthis_toolbox .at-icon-wrapper svg {
	width: 42px !important;
	height: 42px !important;
	padding: 5px;		
}*/
.profile-photo {
	max-width:12rem;
	width:100%
}


.wpb_vc_table {
	line-height:1.125 !important;
	overflow-x: auto;
	background:
		-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(227, 229, 222, 0))), 
		-webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(227, 229, 222, 0)));
	background:
		-webkit-linear-gradient(left, #c3c3c5, rgba(227, 229, 222, 0)), 
		-webkit-linear-gradient(right, #c3c3c5, rgba(227, 229, 222, 0));
	background: 
		-moz-linear-gradient(left, #c3c3c5, rgba(227, 229, 222, 0)), 
		-moz-linear-gradient(right, #c3c3c5, rgba(227, 229, 222, 0));
	background:
		-o-linear-gradient(left, #c3c3c5, rgba(227, 229, 222, 0)), 
		-o-linear-gradient(right, #c3c3c5, rgba(227, 229, 222, 0));
	background: 
		linear-gradient(to right, #c3c3c5, rgba(227, 229, 222, 0)), 
		linear-gradient(to left, #c3c3c5, rgba(227, 229, 222, 0));
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	background-size: 10px 100%, 10px 100%;
	background-attachment: scroll, scroll;
	margin-bottom:1rem !important;
}
.wcb-directory .wpb_vc_table {
	line-height:1.5 !important;
}
.table-responsive .table {
	background: 
		-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e3e5de), color-stop(100%, rgba(227, 229, 222, 0))), 
		-webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #e3e5de), color-stop(100%, rgba(227, 229, 222, 0)));
	background:
		-webkit-linear-gradient(left, #e3e5de, rgba(227, 229, 222, 0)), 
		-webkit-linear-gradient(right, #e3e5de, rgba(227, 229, 222, 0));
	background: 
		-moz-linear-gradient(left, #e3e5de, rgba(227, 229, 222, 0)), 
		-moz-linear-gradient(right, #e3e5de, rgba(227, 229, 222, 0));
	background: 
		-o-linear-gradient(left, #e3e5de, rgba(227, 229, 222, 0)), 
		-o-linear-gradient(right, #e3e5de, rgba(227, 229, 222, 0));
	background: 
		linear-gradient(to right, #e3e5de, rgba(227, 229, 222, 0)), 
		linear-gradient(to left, #e3e5de, rgba(227, 229, 222, 0));
	/*background-color: rgba(227, 229, 222, .2);*/
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	background-size: 60px 100%, 60px 100%;
	background-attachment: local, local;
	margin-bottom:0;
	width:auto;
	max-width:none;
	min-width:100%;
}
.table-striped tbody tr:nth-of-type(odd) {
	/*background-color: #d6d8d1*/
	background-color: rgba(255, 255, 255, .3)
}
.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .6)
}

.vc_tta-container .table-responsive .table {
	background: 
		-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f1f2ee), color-stop(100%, rgba(241, 242, 238, 0))), 
		-webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f1f2ee), color-stop(100%, rgba(241, 242, 238, 0)));
	background:
		-webkit-linear-gradient(left, #f1f2ee, rgba(241, 242, 238, 0)), 
		-webkit-linear-gradient(right, #f1f2ee, rgba(241, 242, 238, 0));
	background: 
		-moz-linear-gradient(left, #f1f2ee, rgba(241, 242, 238, 0)), 
		-moz-linear-gradient(right, #f1f2ee, rgba(241, 242, 238, 0));
	background: 
		-o-linear-gradient(left, #f1f2ee, rgba(241, 242, 238, 0)), 
		-o-linear-gradient(right, #f1f2ee, rgba(241, 242, 238, 0));
	background: 
		linear-gradient(to right, #f1f2ee, rgba(241, 242, 238, 0)), 
		linear-gradient(to left, #f1f2ee, rgba(241, 242, 238, 0));
	background-color: rgba(241, 242, 238, .2);
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	background-size: 50px 100%, 50px 100%;
	background-attachment: local, local;
}
/*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;
}

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

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

.logos {
	padding-left:0
}
.logos.left {
	text-align:left
}
.logos.center {
	text-align:center
}
.logos li {
	display:inline-block;
	float:left;
	margin:0 1.125% 1.125% 0;
	background-color:#fff;
	position:relative;
	height:0
}
.logos.uniform.full-width li {
	width:100%;
	padding-bottom:75%
}
.logos.uniform.large li {
	width:32.584%;
	padding-bottom:24.438%
}
.logos.uniform.medium li {
	width:24.156%;
	padding-bottom:18.117%
}
.logos.uniform.small li {
	width:19.1%;
	padding-bottom:14.325%
}
.logos.uniform.full-width li, .logos.uniform.large li:nth-child(3n+0), .logos.uniform.medium li:nth-child(4n+0), .logos.uniform.small li:nth-child(5n+0) {
	margin-right:0;
}
.logos li div {
	display:block;
	vertical-align:middle;
	text-align:center;
	position:absolute;
}
.logos.uniform.full-width li div {
	padding:14px;
}
.logos.uniform.large li div {
	padding:10px;
}
.logos.uniform.medium li div {
	padding:7px;
}
.logos.uniform.small li div {
	padding:5px;
}
.logos.uniform li span {
	display:inline-block
}
.logos.uniform li img, .logos.uniform li span {
	position:relative;
	top:50%;
	transform: perspective(1px) translateY(-50%)
}
.logos.uniform li div {
	line-height:1;
	width:100%;
	height:100%;
	font-family: 'gentonamedium', sans-serif;
}
.logos.uniform.large li div {
	font-size:1rem;
}
.logos.uniform.medium li div {
	font-size:.875rem;
}
.logos.uniform.small li div {
	font-size:.75rem;
}
.logos.uniform img {
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%
}

/*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;
	-moz-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;
	-moz-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;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 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:#00285e !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; /*adjusted color to meet constrast requirements (while link is over grey previous or next month days)*/
}
/* END CalendarWiz Dates Widget*/


.newsroom li {
	margin-bottom:1.25rem;
}
.newsroom img.article-thumb {
	width:150px;
	height:auto;
	margin:0 1rem .25rem 0;
}
.newsroom .article-date, .newsroom .article-heading {
	margin-bottom: .5rem;
}
.newsroom .article-date, .newsroom .article-heading, .newsroom .article-snippet {
	margin-left: calc(150px + 1rem);
}
.newsroom .article-snippet {
	line-height:1.5;
}
.newsroom .article-snippet .rt-reading-time {
	display:block;
	color:rgba(0, 0, 0, 0.6);
	font-family: 'gentonamedium', sans-serif;
}
.sidebar .newsroom img.article-thumb {
	width: 50%;
	height: auto;
	margin: 0 1rem .5rem 0;
}
.sidebar .newsroom .article-date, .sidebar .newsroom .article-heading, .sidebar .newsroom .article-snippet {
	margin-left: 0;
	clear:left;
}


/*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;
    font-family: 'Quadon-Regular', sans-serif;
    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);
}


a[target="_blank"]:not([class^=a2a_])::after {
	/*content:' \f14c';*/
	content:' \f08e';
	font-family: 'FontAwesome';
	font-size: .75rem;
	margin-left: .25rem;
	opacity: .75;
	white-space: nowrap;
}
#ctf a[target="_blank"]::after, #sb_instagram a[target="_blank"]::after {
	content: '';
}


footer .lower a[target="_blank"]::after {
	font-size: .75em;
	margin-left: 0;
	white-space: nowrap;
}
a.image-link[target="_blank"]::after {
	content:'';
	margin-left: 0;
	opacity: 1;
}
a.image-link[target="_blank"]:hover::after {
	position:absolute;
	bottom:-1rem;
	left:0;
	right:0;
	background-color:rgba(0, 0, 0, .8);
	content:' \f08e';
	font-family: 'FontAwesome';
	font-size: .75rem;
	line-height:1rem;
	text-align:center;
	color:#fff;
}
.screen-reader-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/*a span.new-window {
	position:absolute;
	left:-9000px;
	width:0;
	overflow:hidden;
}
a:hover span.new-window, a:focus span.new-window, a:active span.new-window {
	display:block;
	left:0;
	bottom:-1rem;
	width:auto;
	background-color:#000;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	padding:1px;
	margin:0 auto;
	line-height:1;
	font-size:12px;
	font-family:Helvetica, Arial, "sans-serif";
	z-index:100
}
.navbar-utilitynav a:hover span.new-window, .navbar-utilitynav a:focus span.new-window, .navbar-utilitynav a:active span.new-window {
	text-transform:none;
	bottom:-.325rem;
	padding:1px 0;
	letter-spacing:.05rem;
	text-align:left;
}*/

select {
	height: calc(2.5rem - 2px);
	color: #00285e;
	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:0px 1000px 0px 1000px #001B3D;/*makes footer color extend to bottom of window (unless you zoom out to a rediculous amount)*/
	font-family:'gentonaextralight', sans-serif
}
footer a {
	color:#fff;
	border-bottom: 1px dashed transparent;
	position:relative;
}
footer.entry-footer {
	display: none; /* remove edit options from wordpress */
}

.ftr-seal-outline {
	height:4.5rem;
	width:8.8rem;
	border:3px solid #6c9bc3;
	-moz-border-radius:90px 90px 0 0;
	-webkit-border-radius:90px 90px 0 0;
	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;
	/*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.5+55,0+68 */
	background:-moz-radial-gradient(center, ellipse cover, 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%);/* FF3.6-15 */
	background:-webkit-radial-gradient(center, ellipse cover, 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%);/* Chrome10-25,Safari5.1-6 */
	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%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ftr-go-greater-seal-container {
	position:absolute;
	height:8.45rem;
	width:8.45rem;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
	border-radius:90px;
	top:-4.3rem;
	left:0;
	bottom:0;
	right:0;
	margin:0 auto;
	background-color:#00285e;
}
.ftr-go-greater-seal {
	display:block;
	height:8.45rem;
	width:8.45rem;
	background:url(../img/go-greater-seal.min.svg) no-repeat center center transparent;
	background-size:94%;
	border-bottom:none;
}
.ftr-go-greater-seal:hover {
	-webkit-filter: brightness(120%); /* Safari 6.0 - 9.0 */
	filter: brightness(120%);
	border-bottom:none;
}
.ftr-go-greater-seal:focus {
	border-bottom:none;
}
/*a.ftr-go-greater-seal:hover span.new-window, a.ftr-go-greater-seal:focus span.new-window, a.ftr-go-greater-seal:active span.new-window {
	bottom:0;
}*/
footer .upper {
	background-color:#00285e;
	color:#fff;
	font-size:.75rem;
	letter-spacing:.05rem;
	padding:5rem 0 .6rem
}
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
}
.ftr-w-signature {
	display:block;
	background:url(../img/warrington-min.svg) no-repeat left top;
	background-size:100%;
	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; /* For Safari 3.1 to 6.0 */
    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 {
	background:url(../img/ftr-map.png) no-repeat center top;
	background-size:100%;
	height:6rem;
	width:9rem;
	margin-top:0;
	margin-bottom:.5rem;
	padding:0;
	border-bottom:none
}
.ftr-map:hover {
	border-bottom:none;
	-webkit-filter: brightness(120%); /* Safari 6.0 - 9.0 */
	filter: brightness(120%);
}
.ftr-map:focus {
	border-bottom:none;
}
.ftr-callout {
	color:#80be63;
	font-size:1.2rem;
	margin-bottom:.2rem;
	letter-spacing:.1rem;
	font-family:'gentonaextralight', sans-serif;
}
footer .social-icons a {
	width:2rem;
	height:2rem;
	background:#9ad2e1;
	line-height:2.1rem;
	color:#00285e;
	font-size:1.25rem;
}
footer .social-icons a:hover, footer .social-icons a:focus {
	color:#00285e;
	background:#fff;
}
.evertrue-blue {
	display:inline-block;
	width:2rem;
	height:2rem;
	background:url(../img/evertrue-blue-min.svg) no-repeat center calc(50% - 1px);
	background-size:40%
}
.evertrue-blue:before {
	content:"\0000a0"
}
.evertrue-blue:hover, .evertrue-blue:focus {
	background:url(../img/evertrue-blue-min.svg) no-repeat center calc(50% - 1px);
	background-size:40%
}
.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 {
	background-color:#001B3D;
	font-size:.75rem;
	letter-spacing:.05rem;
	padding:.6rem 0 calc(env(safe-area-inset-bottom) + 2rem);
	color:#b1b1b1
}
footer .lower a {
	color:#9ad2e1;
}
footer .lower a:hover, footer .lower a:focus {
	border-bottom:1px dashed #9ad2e1;
}
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;
	background:url(../img/aacsb-min.svg) no-repeat left top;
	height:1.87rem;
	width:5.4rem;
	margin:0 0 .675rem;
	padding:0;
}
.ftr-efmd {
	display:block;
	background:url(../img/efmd-min.svg) no-repeat left top;
	height:3.2rem;
	width:2.125rem;
	margin:0 0 .1rem;
	padding:0;
}
.ftr-gmac {
	display:block;
	background:url(../img/gmac-min.svg) no-repeat left center;
	height:2.1rem;
	width:3.9rem;
	margin:0 0 .5rem;
	padding:0;
}
.ftr-aacsb:hover, .ftr-efmd:hover, .ftr-gmac:hover {
	-webkit-filter:brightness(120%); /* Safari 6.0 - 9.0 */
	filter:brightness(120%);
	position:relative;
	z-index:1000
}
.ftr-lower-text {
	margin:.5rem 0 1.8rem;
}
.ftr-uf-signature {
	display:inline-block;
	background:url(../img/uf-signature-min.svg) no-repeat right top;
	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%); /* Safari 6.0 - 9.0 */
	filter:brightness(120%);
}

.navbar-toggleable-lg::after {
    clear: both;
    content: "";
    display: table;
}

/* Begin: facebook style 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: 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: 0px;
	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: 0px;
}

.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;
}

.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;
}

/* End: facebook style timeline */

.profile-photo {
	width: 49px; 
	height: 65px;
}
.c-blue, .c-steel {
	color: #6c9bc3;
}
.portrait-space {
	margin-left: 60px;
}
.alphabet button {
	background: none;
	border: none;
	color: #00285e;
}
.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: 0px;
}

.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 {
	font-family: 'FontAwesome';
	content: "\f00d";
	color: #fff;
	position: absolute;
	font-weight: bold;
	top: auto;
	margin-left: -17px;
	display: inline-block;
	padding-right: 4px;
}

/*For directory main 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;
}
/*.even {
	background-color: rgba(255, 255, 255, .3) !important;
}
.odd {
	background-color: #e3e5de  !important;
}*/


.wcb-component .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0px;
	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: #00285e;
	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 .btn-default {
	padding: 6px 12px;
	border: 1px solid #e2e2e2;
	background-color: #FFF;
}

.wcb-component .btn-default.active {
	color: #00285e;
	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:#00285e;
}

/* a bunch of generic classes Tony and I typically use you can use them also or I can prefix them all */

.c-placeholder {
	background: #dddddd;
}

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

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%
}

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

/*Gravity Forms styling*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: .25rem .5rem !important;
	margin: 0 0 .25rem !important;
	line-height: 1.5rem !important;
	width: 100% !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	margin: .5rem 0 .25rem !important;
	font-family: 'gentonamedium', sans-serif !important;
	font-size:1.125rem !important;
	font-weight: normal !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin:0 !important;
}
body .gform_wrapper .field_description_below div.ginput_container.ginput_container_fileupload {
	margin: 0 0 .25rem !important;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
	max-width: 100%;
}
body .gform_wrapper ul li.gfield {
	margin: 0 0 .5rem !important;
}
body .vc_col-sm-9 .gform_wrapper ul li.gfield {
	margin: 0 0 1rem !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width:100% !important;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	font-size: 1rem !important;
	letter-spacing: .05rem !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	margin: 0 0 .25rem !important;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
	font-size: 1rem !important;
	letter-spacing: .05rem !important;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
	padding: 0 !important;
	margin: 0 0 .25rem !important;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0 !important;
	margin: 0 !important;
}
.gform_wrapper div.charleft {
	font-size: .875rem !important;
}
.gform_wrapper .gform_footer {
	margin: 1rem 0 !important;
	padding:0 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	display: inline-block !important;
	width: 100% !important;
	margin: .5rem 0 0 !important;
	padding: .5rem 1rem;
	font-family: 'gentonamedium', sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400!important;
	line-height: 1.25;
	text-shadow: none !important;
	white-space: pre-wrap !important;
	text-align: center !important;
	vertical-align: middle !important;
	color: #fff !important;
	letter-spacing: .125rem !important;
	background-color: #52833A !important;
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.vc_col-sm-9 .gform_wrapper .gform_footer input.button, .vc_col-sm-9 .gform_wrapper .gform_footer input[type=submit],
.vc_col-sm-9 .gform_wrapper .gform_page_footer input.button, .vc_col-sm-9 .gform_wrapper .gform_page_footer input[type=submit] {
	width: auto !important;
}

.white .gform_wrapper .gform_footer input.button, .white .gform_wrapper .gform_footer input[type=submit],
.white .gform_wrapper .gform_page_footer input.button, .white .gform_wrapper .gform_page_footer input[type=submit] {
	border: 1px solid #52833A !important;
}
.gform_wrapper .gform_footer input.gform_previous_button.button, .gform_wrapper .gform_page_footer input.gform_previous_button.button,
.gform_wrapper .gform_footer input.gform_next_button.button, .gform_wrapper .gform_page_footer input.gform_next_button.button {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.6) !important;
	border: 1px solid #fff !important;
	text-shadow: none !important;
}
.white .gform_wrapper .gform_footer input.gform_previous_button.button, .white .gform_wrapper .gform_page_footer input.gform_previous_button.button,
.white .gform_wrapper .gform_footer input.gform_next_button.button, .white .gform_wrapper .gform_page_footer input.gform_next_button.button {
	border: 1px solid rgba(0, 0, 0, 0) !important;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:focus {
	color: #52833A !important;
	background-color: #fff !important;
	border: 1px solid #fff !important;
}
.white .gform_wrapper .gform_footer input.button:hover, .white .gform_wrapper .gform_footer input[type=submit]:hover,
.white .gform_wrapper .gform_page_footer input.button:hover, .white .gform_wrapper .gform_page_footer input[type=submit]:hover,
.white .gform_wrapper .gform_footer input.button:focus, .white .gform_wrapper .gform_footer input[type=submit]:focus,
.white .gform_wrapper .gform_page_footer input.button:focus, .white .gform_wrapper .gform_page_footer input[type=submit]:focus {
	border: 1px solid #52833A !important;
}
.gform_wrapper .gform_footer input.gform_previous_button.button:hover, .gform_wrapper .gform_page_footer input.gform_previous_button.button:hover,
.gform_wrapper .gform_footer input.gform_next_button.button:hover, .gform_wrapper .gform_page_footer input.gform_next_button.button:hover,
.gform_wrapper .gform_footer input.gform_previous_button.button:focus, .gform_wrapper .gform_page_footer input.gform_previous_button.button:focus,
.gform_wrapper .gform_footer input.gform_next_button.button:focus, .gform_wrapper .gform_page_footer input.gform_next_button.button:focus {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	border: 1px solid #fff !important;
	text-shadow: none !important;
}
.white .gform_wrapper .gform_footer input.gform_previous_button.button:hover, .white .gform_wrapper .gform_page_footer input.gform_previous_button.button:hover,
.white .gform_wrapper .gform_footer input.gform_next_button.button:hover, .white .gform_wrapper .gform_page_footer input.gform_next_button.button:hover,
.white .gform_wrapper .gform_footer input.gform_previous_button.button:focus, .white .gform_wrapper .gform_page_footer input.gform_previous_button.button:focus,
.white .gform_wrapper .gform_footer input.gform_next_button.button:focus, .white .gform_wrapper .gform_page_footer input.gform_next_button.button:focus {
	border: 1px solid rgba(0, 0, 0, 0) !important;
}
.gform_confirmation_message {
	margin-bottom:1rem;
}
.gform_confirmation_message h3 {
	margin-top:0;
}
body .gform_wrapper div.charleft.warningTextareaInfo {
	color: #00285e;
}

/*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*/

/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */

.m-0 {
  margin: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */

.p-0 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

/*
 * Generate width classes (5% - 90% in increments of 5)
 */
.w-5 {
	width: 5%;
}
.w-10 {
	width: 10%;
}
.w-15 {
	width: 15%;
}
.w-20 {
	width: 20%;
}
.w-25 {
	width: 25%;
}
.w-30 {
	width: 30%;
}
.w-35 {
	width: 35%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-50 {
	width: 50%;
}
.w-55 {
	width: 55%;
}
.w-60 {
	width: 60%;
}
.w-65 {
	width: 65%;
}
.w-70 {
	width: 70%;
}
.w-75 {
	width: 75%;
}
.w-80 {
	width: 80%;
}
.w-85 {
	width: 85%;
}
.w-90 {
	width: 90%;
}
.w-95 {
	width: 95%;
}
.w-100 {
	width: 100%;
}


/*
 * Generate Font-Size Classes (8px - 20px)
 */

.f-8 {
  font-size: 8px !important;
}

.f-9 {
  font-size: 9px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-19 {
  font-size: 19px !important;
}

.f-20 {
  font-size: 20px !important;
}

/*
 * Font Weight
 */

.f-300 {
  font-weight: 300 !important;
}

.f-400 {
  font-weight: 400 !important;
}

.f-500 {
  font-weight: 500 !important;
}

.f-700 {
  font-weight: 700 !important;
}

/*
 * Position Classes
 */

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-static {
  position: static !important;
}

/*
 * Overflow
 */

.o-hidden {
  overflow: hidden !important;
}

.o-visible {
  overflow: visible !important;
}

.o-auto {
  overflow: auto !important;
}

/*
 * Display
 */

.d-block {
  display: block !important;
}

.di-block {
  display: inline-block !important;
}

.min-height-lg {
	min-height: 1100px;
}

/*
 * Font Weight
 */

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

/*custom break-point in the xl realm*/
@media (max-width: 1399px) {
	.page-content-full div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
		margin-top: -3rem;
	}
	.page-content-full > div[data-vc-full-width='true']:nth-child(1) {
		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 {
		height:600px;
	}
	.banner-full-short {
		height:400px;
	}
}

/*lg*/
@media (max-width: 1199px) {
	/*header {
		position:static
	}*/
	.page-content-full div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
		margin-top: -2rem;
	}
	.page-content-full > div[data-vc-full-width='true']:nth-child(1) {
		margin-top: -2rem;
	}
	.backdrop {
		position: absolute;
		display: block;
		z-index: 50;
		opacity: .48;
		overflow: hidden;
		background-color: rgba(33,33,33,1.0);
		-webkit-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;
		-moz-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%;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-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);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.navbar-toggler span:after {
		bottom: 0;
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.navbar-toggler.collapsed span {
		background-color: #9ad2e1;
	}
	.navbar-toggler.collapsed span:before {
		top: -6px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	.navbar-toggler.collapsed span:after {
		bottom: -6px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-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:#00285e;
		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;
		-moz-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;
		/*text-transform:uppercase;*/
		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 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));
		}
	}
	.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-bottom:8rem;
	}
	h1, a.h1 {
		margin-bottom:0
	}
	.banner-full-tall {
		height:500px;
	}
	.banner-full-short {
		height:400px;
	}
	.page-content {
		padding:0 0 0 10rem !important;
	}
	.page-content-full {
		padding:2rem 0;
	}
	.page-content-full .vc_row.ribbon {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	@supports(padding: max(0rem)) {
		.page-content-full, .page-content-full .vc_row.ribbon {
			padding-right: max(0rem, calc(env(safe-area-inset-right) - 15px)) !important;
			padding-left: max(0rem, calc(env(safe-area-inset-left) - 15px)) !important;
		}
	}
	footer .page-content-full {
		padding:0;
	}
	@supports(padding: max(0rem)) {
		footer .page-content-full {
			padding-right: max(0rem, calc(env(safe-area-inset-right) - 15px));
			padding-left: max(0rem, calc(env(safe-area-inset-left) - 15px));
		}
	}

	.sidebar {
		margin-top:0;
		padding:0 1rem !important;
	}
	
	.page-content .kickout-left {
		margin-left:-10rem !important
	}
	.page-content .kickout-both {
		margin-left:-10rem !important;
		margin-right:-10rem !important
	}
	.page-content .embed-responsive-21by9.kickout-left {
		padding-bottom: calc(42.857143% + 4.29rem);
	}
	.page-content .embed-responsive-16by9.kickout-left {
		padding-bottom: calc(56.25% + 5.63rem);
	}
	.page-content .embed-responsive-4by3.kickout-left {
		padding-bottom: calc(75% + 7.5rem);
	}
	.page-content .embed-responsive-1by1.kickout-left {
		padding-bottom: calc(100% + 10rem);
	}
	.page-content .embed-responsive-21by9.kickout-both {
		padding-bottom: calc(42.857143% + 8.57rem);
	}
	.page-content .embed-responsive-16by9.kickout-both {
		padding-bottom: calc(56.25% + 11.25rem);
	}
	.page-content .embed-responsive-4by3.kickout-both {
		padding-bottom: calc(75% + 15rem);
	}
	.page-content .embed-responsive-1by1.kickout-both {
		padding-bottom: calc(100% + 20rem);
	}
	
	.thumbnail-list-large {
		padding-left:10rem;
	}
	.person.thumbnail-list-large img {
		width:18rem;
		margin-left:-10rem;
	}
	
	.people-list-small.two-column li {
		width: 100%;
	}

	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
	}
	
	/*intended for use with blockquote*/
	.sidebar .hangingquote {
		padding:.5rem 0 .5rem 1rem;
	}
	.sidebar .hangingquote:before {
		left:-.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-quadon {
		font-size:1.3rem;
	}
	.lead {
		font-size: 1.25rem;
	}
	
	span.big-number.small {
		font-size:4rem;
		line-height:1 !important;
	}
	span.big-number.medium {
		font-size:5rem;
		line-height:1;
	}
	span.big-number.large {
		font-size:6rem;
		line-height:1;
	}
	
	.ranking {
		margin-right:.5rem;
		width:6.5rem
	}
	.ranking .no-abbr, .ranking .top {
		padding-top:.3rem
	}
	.ranking .number {
		font-size:4.5rem;
		line-height:3.75rem;
	}
	.ranking-stacked .number {
		font-size:4.75rem;
		line-height:4rem;
	}
	.ranking-details {
		margin-left:7.25rem
	}
	.ranking-details .among, .ranking-stacked-details .among {
		font-size:1.25rem
	}
	
	.calListIcons time.icon {
		width:6rem
	}
	.calListIcons time.icon .date {
		font-size:3em;
		line-height:.9em
	}
	.calListIcons .event-title, .calListIcons .event-time-location {
		margin-left:6.5rem
	}
	
	.clearfloat-lg {
		clear:both
	}
	
	/*.event-title.h6 {
		letter-spacing:.125rem;
	}*/
}
/*@media (min-width: 1200px) {
	.navbar-toggleable-lg {
		display: block !important;
	}
}*/
/*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:2.8rem;
		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:7rem;
	}
	.page-content {
		padding:0 !important;
	}
	.page-content.vc_col-sm-9 {
		width:66.666667%
	}
	.sidebar.vc_col-sm-3 {
		width:33.333333%
	}
	.on-this-page, .page-content .on-this-page {
		margin-left:3rem;
	}
	.on-this-page:before {
		margin:0 0 0 -4rem;
		width:3rem;
		font-size:2rem;
		line-height:2rem
	}
	.on-this-page .nav li {
		display:block
	}
	.on-this-page .nav li:not(:last-child) {
		margin-right:0
	}
	.faqs, .page-content .faqs {
		margin-left:3rem;
	}
	.faqs:before {
		margin:0 0 0 -4rem;
		width:3rem;
		font-size:2.4rem;
		line-height:2.8rem
	}
	
	.banner-full-tall {
		height:425px;
	}
	.banner-full-short {
		height:350px;
	}
	
	h2, .h2 {
		font-size: 2.25rem;
	}
	h3, .h3 {
		font-size: 1.875rem;
	}
	h4, .h4 {
		font-size: 1.5rem;
	}
	h5, .h5 {
		font-size: 1.375rem;
	}
		
	.display-1, .display-2, .display-3, .display-4,
	.gentonabolditalic, .gentonabold, .gentonabookitalic, .gentonabook, .gentonaextrabolditalic, .gentonaextrabold, .gentonaextralightitalic, .gentonaextralight, .gentonaheavyitalic, .gentonaheavy, .gentonalightitalic, .gentonalight, .gentonamediumitalic, .gentonamedium, .gentonasemibolditalic, .gentonasemibold, .gentonathinitalic, .gentonathin {
		line-height:1;
		letter-spacing:.15rem;
	}
	.display-1 {
		font-size:4rem;
	}
	.display-2 {
		font-size:3.5rem;
	}
	.display-3 {
		font-size:3rem;
	}
	.display-4 {
		font-size:2.5rem;
	}
	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-quadon {
		font-size:1.2rem;
	}
	.lead {
		font-size: 1.25rem;
	}
	
	span.big-number.small {
		font-size:4rem;
		line-height:1 !important;
	}
	span.big-number.medium {
		font-size:4.75rem;
		line-height:1;
	}
	span.big-number.large {
		font-size:5.5rem;
		line-height:1;
	}
	
	/*.carousel-caption-overlay .lead, .caption-overlay .lead {
		font-size:1.5rem;
		letter-spacing:.15rem;
	}*/
	
	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;
	}
	
	/*.page-content-full .vc_row.responsive-3-2-1 .container .vc_col-md-4:nth-child(4n),
	.page-content-full .vc_row.responsive-3-2-1 .container .vc_col-lg-4:nth-child(4n) {
		clear:none;
	}
	.page-content-full .vc_row.responsive-3-2-1 .container .vc_col-sm-6:nth-child(odd) {
		clear:left;
	}*/
	
	.page-content .kickout-left {
		margin-left:0 !important
	}
	.page-content .kickout-both {
		margin-left:0 !important;
		margin-right:0 !important
	}
	.page-content .embed-responsive-21by9.kickout-left, .page-content .embed-responsive-21by9.kickout-both {
		padding-bottom: 42.857143%;
	}
	.page-content .embed-responsive-16by9.kickout-left, .page-content .embed-responsive-16by9.kickout-both {
		padding-bottom: 56.25%;
	}
	.page-content .embed-responsive-4by3.kickout-left, .page-content .embed-responsive-4by3.kickout-both {
		padding-bottom: 75%;
	}
	.page-content .embed-responsive-1by1.kickout-left, .page-content .embed-responsive-1by1.kickout-both {
		padding-bottom: 100%;
	}
	.page-content .kickout-left.text-highlight, .page-content .kickout-left.ranking-highlight, .page-content .kickout-left.quote-highlight {
		width:100%;
		margin-right:0;
		float:none;
	}
	.page-content .kickout-left.text-highlight {
		border-bottom:5px solid #c1c3b2;
		padding-bottom:1rem;
	}
	
	.thumbnail-list-large {
		padding-left:144px;
	}
	.vc_col-sm-6 .thumbnail-list-large {
    	padding-left: calc(25% + 1rem);
	}
	.vc_col-sm-6 .thumbnail-list-large img {
		width:11.5vw;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style {
		width:11.5vw;
		height:11.5vw;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:calc(15vw - 3rem) !important;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:calc(13vw - 3rem) !important;
	}
	.vc_col-sm-6 .thumbnail-list-large.stacked {
    	padding-left:0;
	}
	.thumbnail-list-large.stacked img {
		width:128px;
	}
	.thumbnail-list-large.stacked .vc_icon_element-outer,
	.thumbnail-list-large.stacked .vc_icon_element-outer.vc_icon_element-have-style {
		width: 128px;
		height: 128px;
	}
	.thumbnail-list-large.stacked .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-icon:before {
		font-size: 96px !important;
	}
	.thumbnail-list-large.stacked .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size: 72px !important;
	}
	
	
	.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;
	}
	.clearfloat-md {
		clear:both
	}
	
	.accordion .panel a:after {
		right:1rem;
	}
	.accordion .panel a.collapsed {
		padding-right:2.5rem
	}


	.page-content .hangingquote {
		padding:.5rem 0 .5rem 2.5rem;
	}
	.page-content .hangingquote:before {
		left:0;
	}
	
	footer {
		text-align:center;
		padding-bottom:2rem
	}
	.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 2rem
	}
	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;
	}
	
	footer .lower {
		text-align:center
	}
	.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;
	}
}
/*sm*/
@media (max-width: 767px) {
	.page-content-full div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
		margin-top: -1rem;
	}
	.page-content-full > 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 {
		height:350px;
	}
	.banner-full-short {
		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-quadon {
		font-size:1.1rem;
	}
	.lead {
		font-size: 1.25rem;
	}
	.two-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));
		}
	}
	.page-content.vc_col-sm-9 {
		width:100%
	}
	.page-content-full {
		padding:1rem 1rem 2rem;
	}
	.page-content-full .vc_row.ribbon {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	@supports(padding: max(0rem)) {
		.page-content-full, .page-content-full .vc_row.ribbon {
			padding-right: max(1rem, calc(env(safe-area-inset-right) - 15px)) !important;
			padding-left: max(1rem, calc(env(safe-area-inset-left) - 15px)) !important;
		}
	}
	
	.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
	}

	footer .page-content-full {
		padding:0 1rem;
	}
	@supports(padding: max(0rem)) {
		footer .page-content-full {
			padding-right: max(1rem, calc(env(safe-area-inset-right) - 15px));
			padding-left: max(1rem, calc(env(safe-area-inset-left) - 15px));
		}
	}

	.sidebar {
		border-left:none;
		margin-top:2rem;
		padding:0 1rem !important
	}

	.sidebar.vc_col-sm-3 {
		width:100%
	}
	.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%;
	}
	
	.logos.uniform.large li {
		width:49.438%;
		padding-bottom:37.079%;
		margin-right:1.125%;
	}
	.logos.uniform.medium li {
		width:32.584%;
		padding-bottom:24.438%;
		margin-right:1.125%;
	}
	.logos.uniform.small li {
		width:24.156%;
		padding-bottom:18.117%;
		margin-right:1.125%;
	}
	.logos.uniform.large li:nth-child(3n+0), .logos.uniform.medium li:nth-child(4n+0), .logos.uniform.small li:nth-child(5n+0) {
		margin-right:1.125%;
	}
	.logos.uniform.large li:nth-child(2n+0), .logos.uniform.medium li:nth-child(3n+0), .logos.uniform.small li:nth-child(4n+0) {
		margin-right:0;
	}
	
	.sidebar .hangingquote {
		font-size: 1.125rem;
		line-height:1.5;
		padding:.5rem 0 .5rem 2.5rem;
	}
	.sidebar .hangingquote:before {
		font-size:2rem;
		left:0;
	}
	.sidebar .hangingquote:after {
		font-size:1.25rem;
		margin-top:-1.25rem;
	}
	.sidebar .quotee {
		font-size:1rem;
		line-height:1.25rem;
	}
	
	.sidebar .newsroom img.article-thumb {
		width: 150px;
		margin: 0 1rem .5rem 0;
	}
	.sidebar .newsroom .article-date, .sidebar .newsroom .article-heading, .sidebar .newsroom .article-snippet {
		margin-left: calc(150px + 1rem);
		clear:none;
	}
	
	.vc_col-sm-6 .thumbnail-list-large {
    	padding-left: 144px;
	}
	.vc_col-sm-6 .thumbnail-list-large img {
		width:128px;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style {
		width:128px;
		height:128px;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:96px !important;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:72px !important;
	}
}
/*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 teh 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;
	}
	.navbar-warrington-logo, .navbar-warrington-logo:hover, .navbar-warrington-logo:focus {
		width:65%;
	}
	.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%;
	}
	main {
		padding-bottom:6rem;
	}
	.page-content-full {
		padding:1rem 0 2rem;
	}
	.page-content-full .vc_row.ribbon {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	@supports(padding: max(0rem)) {
		.page-content-full, .page-content-full .vc_row.ribbon {
			padding-right: max(0rem, calc(env(safe-area-inset-right) - 15px)) !important;
			padding-left: max(0rem, calc(env(safe-area-inset-left) - 15px)) !important;
		}
	}
	.page-content-full div.vc_vc_row:nth-child(2) div[data-vc-full-width='true'] {
		margin-top: -1rem;
	}
	.page-content-full > div[data-vc-full-width='true']:nth-child(1) {
		margin-top: -1rem;
	}
	footer .page-content-full {
		padding:0;
	}
	@supports(padding: max(0rem)) {
		footer .page-content-full {
			padding-right: max(0rem, calc(env(safe-area-inset-right) - 15px));
			padding-left: max(0rem, calc(env(safe-area-inset-left) - 15px));
		}
	}
	.sidebar {
		padding:0 1rem !important
	}
	.hash-marks, hr.hash-marks, .sidebar .hash-marks {
		margin-left:-.625rem;
		margin-right:-.625rem;
		padding-left:.625rem;
		padding-right:.625rem
	}
	.banner-full-tall {
		height:300px;
		margin-bottom:2rem
		/*background-position:0 center;*/
	}
	.banner-full-short {
		height:275px;
		margin-bottom:2rem
	}
	.banner-caption-svg {
		margin-top:.5rem;
		margin-bottom:.5rem;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		letter-spacing:.05rem;
		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.5rem;
	}
	h3, .h3 {
		font-size: 1.375rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1.125rem;
	}
	
	.display-1, .display-2, .display-3, .display-4,
	.gentonabolditalic, .gentonabold, .gentonabookitalic, .gentonabook, .gentonaextrabolditalic, .gentonaextrabold, .gentonaextralightitalic, .gentonaextralight, .gentonaheavyitalic, .gentonaheavy, .gentonalightitalic, .gentonalight, .gentonamediumitalic, .gentonamedium, .gentonasemibolditalic, .gentonasemibold, .gentonathinitalic, .gentonathin {
		line-height:1;
		letter-spacing:.1rem;
	}
	.display-1 {
		font-size:1.8rem;
	}
	.display-2 {
		font-size:1.6rem;
	}
	.display-3 {
		font-size:1.4rem;
	}
	.display-4 {
		font-size:1.2rem;
	}
	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-quadon {
		font-size:1rem;
	}
	.lead {
		font-size:1.125rem;
	}
	.carousel-caption-overlay .lead-quadon, .caption-overlay .lead-quadon {
		font-size:.875rem;
	}
	.carousel-caption-overlay div, .caption-overlay div {
		margin-bottom:.375rem
	}
	.carousel-caption-overlay ul.list-inline.btns, .caption-overlay ul.list-inline.btns {
		margin-top:.75rem;
		margin-bottom:0
	}
	.text-highlight {
		font-size:1.5rem;
	}
	
	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;
	}
	.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));
		}
	}
	/*.carousel-caption-overlay .lead, .caption-overlay .lead {
		font-size:1.125rem;
		line-height:1.25
	}*/
	
	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;
	}
	.ribbon .apply {
		margin-bottom:2rem
	}
	
	span.big-number.small, span.big-number.medium, span.big-number.large {
		font-size:4rem;
		line-height:3.5rem !important;
		margin-right:.75rem
	}
	span.big-number.circle.small, span.big-number.circle.medium, span.big-number.circle.large {
		font-size:2.5rem;
		line-height:4rem !important;
		width:4rem;
		height:4rem;
	}
	span.big-number.circle-outline.small, span.big-number.circle-outline.medium, span.big-number.circle-outline.large {
		font-size:2.5rem;
		line-height:4rem !important;
		width:4rem;
		height:4rem;
	}
	
	.people-list-medium img, .people-list-large img {
		margin:0 0 .75rem;
		float:none
	}
	.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 {
		margin-left:0
	}
	.people-list-medium li div.h4 {
		font-size:1.125rem;
	}
	
	.thumbnail-list-large, .vc_col-sm-6 .thumbnail-list-large {
    	padding-left: calc(25% + 1rem);
	}
	.thumbnail-list-large img, .vc_col-sm-6 .thumbnail-list-large img {
		width:23vw;
		height:auto;
		margin-bottom:0 !important;
	}
	.thumbnail-list-large .vc_icon_element-outer,
	.thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style{
		width:23vw;
		height:23vw;
		margin-bottom:0 !important;
	}
	.thumbnail-list-large .vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:calc(25vw - 3rem) !important;
	}
	.thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:calc(22vw - 3rem) !important;
	}
	
	.thumbnail-list-large.stacked img, .thumbnail-list-large.stack-center-small img {
		width:128px;
		height:auto;
		margin-bottom: 1rem !important;
	}
	.vc_col-sm-6 .thumbnail-list-large.stacked .vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large.stacked .vc_icon_element-outer.vc_icon_element-have-style,
	.vc_col-sm-6 .thumbnail-list-large.stack-center-small .vc_icon_element-outer,
	.vc_col-sm-6 .thumbnail-list-large.stack-center-small .vc_icon_element-outer.vc_icon_element-have-style {
		margin-bottom: 1rem !important;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:calc(25vw - 3rem) !important;
	}
	.vc_col-sm-6 .thumbnail-list-large .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:calc(22vw - 3rem) !important;
	}
	.thumbnail-list-small.stack-center-small, .thumbnail-list-large.stack-center-small {
		padding-left: 0;
		margin-bottom:2rem;
		text-align:center;
		margin:0 auto 2rem !important;
	}
	.thumbnail-list-large.stacked .vc_icon_element-outer,
	.thumbnail-list-large.stack-center-small .vc_icon_element-outer {
		width:128px !important;
		height:128px !important;
	}
	.thumbnail-list-large.stacked .vc_icon_element-outer {
		margin: 0 0 1rem !important;
	}
	.thumbnail-list-small.stack-center-small .vc_icon_element-outer,
	.thumbnail-list-large.stack-center-small .vc_icon_element-outer {
		margin:0 auto 1rem !important;
	}
	.thumbnail-list-small.stack-center-small img, .thumbnail-list-large.stack-center-small img, 
	.thumbnail-list-small.stack-center-small .vc_icon_element, .thumbnail-list-large.stack-center-small .vc_icon_element {
		position:static;
		margin:0 auto 1rem !important;
	}
	.thumbnail-list-large.stacked .vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before,
	.thumbnail-list-large.stack-center-small .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before,
	.vc_col-sm-6 .thumbnail-list-large.stacked .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-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:96px !important;
	}
	.thumbnail-list-large.stacked .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before,
	.thumbnail-list-large.stack-center-small .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before,
	.vc_col-sm-6 .thumbnail-list-large.stacked .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before,
	.vc_col-sm-6 .thumbnail-list-large.stack-center-small .vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:72px !important;
	}
	.stack-center-small .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%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		height: auto !important;
	}
	.stacked.text-xs-center .vc_icon_element-outer {
		margin:0 auto 1rem !important;
	}
	
	
	.event-title.h6 {
		margin: 0 0 .5rem;
	}
	ul.calListIcons {
		padding-left:0;
	}
	ul.calListIcons li {
		margin-bottom: 1.5rem;
		margin-top: 1rem;
	}
	ul.calListIcons time.icon .start {
		margin-bottom:.125rem;
	}
	ul.calListIcons time.icon {
		float:none;
	}
	ul.calListIcons .event-title, .calListIcons .event-time-location {
		margin-left:0;
	}
	
	.on-this-page, .page-content .on-this-page {
		padding-top:1rem;
		padding-left:.5rem;
		margin-top:2rem;
		margin-left:2rem;
	}
	.on-this-page:before {
		margin:0 0 0 -2.5rem;
		width:2rem;
		font-size:1.5rem;
		line-height:1.5rem
	}
	.faqs, .page-content .faqs {
		padding-top:1rem;
		padding-left:.5rem;
		margin-top:2rem;
		margin-left:2rem;
	}
	.faqs:before {
		margin:0 0 0 -2.5rem;
		width:2rem;
		font-size:1.8rem;
		line-height:2rem
	}
	.faqs dd {
		padding-left:0
	}
	
	.logos.uniform.large li {
		width:100%;
		padding-bottom:75%;
		margin-right:0;
	}
	.logos.uniform.medium li {
		width:49.438%;
		padding-bottom:37.079%;
		margin-right:1.125%;
	}
	.logos.uniform.small li {
		width:32.584%;
		padding-bottom:24.438%;
		margin-right:1.125%;
	}
	.logos.uniform.medium li:nth-child(3n+0), .logos.uniform.small li:nth-child(4n+0) {
		margin-right:1.125%;
	}
	.logos.uniform.medium li:nth-child(2n+0), .logos.uniform.small li:nth-child(3n+0) {
		margin-right:0;
	}
	.logos.uniform.large li div {
		padding:10px;
		font-size:1rem;
	}
	.logos.uniform.medium li div {
		padding:5px;
		letter-spacing: 0;
	}
	.logos.uniform.small li div {
		padding:1px;
		letter-spacing: 0;
	}
	
	
	.ng-table-counts.btn-group {
		margin-bottom: 10px;
	}
	.pagination.ng-table-pagination {
		float: right;
	}
	.ng-table-pager {
		overflow: hidden;
	}
	
	
	.newsroom img.article-thumb {
		width:25%;
		height:auto;
		margin-bottom:5px;
	}
	.newsroom .article-date, .newsroom .article-heading, .newsroom .article-snippet {
		margin-left: calc(25% + 15px);
	}
		
	.sidebar .newsroom img.article-thumb {
		width: 25%;
		margin: 0 1rem .5rem 0;
	}
	.sidebar .newsroom .article-date, .sidebar .newsroom .article-heading, .sidebar .newsroom .article-snippet {
		margin-left: calc(25% + 1rem);
		clear:none;
	}
	
	.ranking-stacked {
		padding-bottom: .125rem;
		margin-bottom: .125rem;
	}
}
/*this targets IE9 and above*/
@media screen and (max-width:575px\0) {
	ol {
		padding-left:2.25rem;
	}
}

@media print {
	body {
		background-color:transparent;
	}
	.nav-secondary {
		padding:1rem 2rem 0;
	}
	.navbar-secondary {
		display:none
	}
	main {
		padding-bottom: 0;
	}
	.page-content-full {
		padding: 1rem 0;
	}
	.page-content-full > div[data-vc-full-width='true']:nth-child(1) {
		margin-top:0;
	}
	.container {
		max-width:800px;
	}
	.page-content {
		padding:0 1rem !important;
		float:none;
	}
	.page-content.vc_col-sm-9 {
		width: 100%;
		float: none;
	}
	.page-content .kickout-left {
		margin-left:0 !important
	}
	.page-content .kickout-both {
		margin-left:0 !important;
		margin-right:0 !important
	}
	a::after{
		content: " (" attr(href) ") ";
	}
	.on-this-page a::after, a[href^="#fn"]::after {
		content: "";
	}
	.dropdown-inpage>.btn-secondary.dropdown-toggle {
		border: 1px solid #8f949a;
		background-color: #8f949a;
		color: #fff;
	}
	.dropdown-menu {
		display: block;
		position: relative;
		margin: 0 0 1rem;
	}
	.ranking abbr.no-abbr[title], .ranking-stacked abbr.no-abbr[title] {
		display: none;
	}
	
	.thumbnail-list-small, .thumbnail-list-large {
    	padding-left: 3rem;
    	min-height: 70px;
	}
	.thumbnail-list-small img, .thumbnail-list-large img {
		width:40px
	}
	.thumbnail-list-small.stacked img, .thumbnail-list-large.stacked img {
		width:80px
	}
	
	.thumbnail-list-small .vc_icon_element.vc_icon_element-outer,
	.thumbnail-list-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
		width:40px !important;
		height:40px !important;
		line-height:40px !important;
		margin-top: .125rem;
	}
	.thumbnail-list-small.stacked .vc_icon_element.vc_icon_element-outer,
	.thumbnail-list-small.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner,
	.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer,
	.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
		width:80px !important;
		height:80px !important;
		line-height:80px !important
	}
	
	.thumbnail-list-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
		font-size:40px !important
	}
	.thumbnail-list-small.stacked .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 {
		font-size:80px !important
	}
	
	.thumbnail-list-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-have-style-inner .vc_icon_element-icon:before,
	.thumbnail-list-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline .vc_icon_element-icon:before,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-have-style-inner .vc_icon_element-icon:before,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline .vc_icon_element-icon:before {
		font-size:28px !important
	}
	.thumbnail-list-small.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-have-style-inner .vc_icon_element-icon:before,
	.thumbnail-list-small.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline .vc_icon_element-icon:before,
	.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-have-style-inner .vc_icon_element-icon:before,
	.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline .vc_icon_element-icon:before {
		font-size:56px !important
	}
	
	.thumbnail-list-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-have-style-inner,
	.thumbnail-list-small .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-have-style-inner,
	.thumbnail-list-large .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline {
		width:28px !important;
		height:28px !important;
		line-height:28px !important;
		padding:5px
	}
	.thumbnail-list-small.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-have-style-inner,
	.thumbnail-list-small.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline,
	.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-have-style-inner,
	.thumbnail-list-large.stacked .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline {
		width:80px !important;
		height:80px !important;
		line-height:80px !important;
		padding:5px
	}
	
	.on-this-page, .page-content .on-this-page {
		padding-top:1rem;
		padding-left:.5rem;
		margin-top:2rem;
		margin-left:2rem;
	}
	.on-this-page:before {
		margin:0 0 0 -2.5rem;
		width:2rem;
		font-size:1.5rem;
		line-height:1.5rem
	}
	.faqs, .page-content .faqs {
		padding-top:1rem;
		padding-left:.5rem;
		margin-top:2rem;
		margin-left:2rem;
	}
	.faqs:before {
		margin:2.325rem 0 0 -2.5rem;
		width:2rem;
		font-size:1.8rem;
		line-height:2rem
	}
	.faqs dd {
		padding-left:0;
		display: block !important;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
		display:block;
	}
	blockquote {
		border: none;
		margin-left: 2.5rem;
	}
/*	q::before {
		text-shadow: 0 0 #c1c3b2!important;
		-webkit-box-shadow: 0 0 #c1c3b2!important;
		box-shadow: 0 0 #c1c3b2!important;
	}
	.quote-highlight blockquote:before, .quote-highlight q:before {
		content: "\f10d" !important;
	}
*/	.social-icons li {
		float: none;
		margin-bottom: .625rem;
	}
	.social-icons li a {
		background: #fff;
		color: #0063c7;
		border-bottom: none;
		width: 100%;
		text-align: left;
	}
	.social-share {
		display:none;
	}
	.sidebar.vc_col-sm-3 {
		width: 100%;
		float: none;
		border-left:none;
	}
	.sr-only.visible-print-block, .sr-only.visible-print-inline-block, .sr-only.visible-print-inline {
		border: none;
		clip: rect(auto, auto, auto, auto);
		height: auto;
		margin: 0;
		overflow: visible;
		padding: 0;
		position: relative;
		width: auto;
		color:#000;
	}
	footer {
		display:none;
	}
	.ftr-aacsb, .ftr-efmd, .ftr-gmac, .ftr-uf-signature {
		height:auto;
		width:auto;
	}
}
