 * {
	 margin:0;
	 padding:0;
	 box-sizing:border-box;
}
 *:focus {
	 outline:2px solid #4d90fe;
}
 *:hover:focus {
	 outline:none;
}
 select:-moz-focusring {
	 color:transparent;
	 text-shadow:0 0 0 #000;
	/* your normal text color here */
}
 .ios #banner, .ios section, .ios #footer {
	 background-attachment: scroll !important;
}
 :root {
	 font-size:100%;
}
 html, body {
	 height:100%;
}
 body {
	 width:100%;
	 background:#fff;
	 font-family: merriweather, serif;
	 font-size: 14px;
	 overflow-x:hidden;
	 color:#000;
}
 h1, h2, h3, h4, h5, h6 {
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 color:#2f2f2f;
	 font-weight: 600;
}
 h4 {
	 font-weight: 400;
}
 h2, h3, h4, h5, h6 {
	 margin-bottom: 1.25rem;
}
 h2, h3, h4, h5, h6 {
	 margin-top: 2.5rem;
}
 h1 {
	 font-size: 2rem;
	 margin-bottom: 2.5rem;
	 line-height: 1.0952;
	 margin-top: 5rem;
}
 .inside h1 {
	 margin-top: 0;
}
 h2 {
	 font-size: 2rem;
	 line-height: 1.125;
}
 h3 {
	 font-size: 1.75rem;
	 line-height: 1.2857;
}
 h4, .widget h2 {
	 font-size: 1.625rem;
	 font-weight: 400;
	 line-height: 1.2308;
}
 h5 {
	 font-size: 1.375rem;
	 line-height: 1.3636;
}
 h6, .widget h3 {
	 font-size: 1.125rem;
	 line-height:1.333;
}
 .widget h4, h5, h6 {
	 font-size:inherit;
}
 .emphasis {
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 font-size: 1.125rem;
	 line-height: 1.8333;
	 font-weight: 600;
}
 img {
	 display:inline-block;
	 position:relative;
	 color:#000000;
	 max-width: 100%;
	 width:auto;
	 height: auto;
}
 video {
	 width:100%;
}
 .video-wrap {
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
	 margin-bottom:15px;
}
.video-wrap.ar-3-4 {
    padding-bottom: 75%;
}
 .video-wrap iframe {
	 position: absolute;
	 top:0;
	 left: 0;
	 width:100%;
	 height:100%;
}
 .skip{
	 display:block;
	 z-index:999999;
	 position:absolute;
	 top:76px;
	 left:-100%;
}
 .skip:focus {
	 left:0;
}
 .hidden {
	 position:absolute;
	 clip: rect(1px 1px 1px 1px);
	/* for Internet Explorer */
	 clip: rect(1px, 1px, 1px, 1px);
	 padding:0;
	 border:0;
	 width:1px;
	 height:1px;
	 overflow:hidden;
}
 #pagecontent {
	 font-size: 1.0625rem;
	 line-height: 1.7059;
}
 .section .accordion-trigger, .section .accordion-heading {
	 font-size:inherit;
	 line-height:inherit;
}
 .section, #footer {
	 margin-top:15px;
}
 .landing #section1 {
	 margin-top:3.25rem;
}
 .section:after, .profile:after, .widget:after, .section-content.has-twitter:after, .actionlinks:after, .socialmedia:after, .captioned-image-wrap:after, .inside #pagecontent:after, #breadcrumbs:after {
	 content: "";
	 display:table;
	 clear:both;
}
 .landing .section-content {
	 width:86%;
	 margin:0 auto;
	 position:relative;
	 max-width:1020px;
}
 .downarrow {
	 position:absolute;
	 bottom: 0;
	 left:50%;
	 -webkit-transform:translateX(-50%);
	 -ms-transform:translateX(-50%);
	 transform:translateX(-50%);
}
 .downarrow img {
	 width:55px;
	 height:55px;
}
 #topbar {
	 width:100%;
	 height:76px;
	 background:#003478;
	 border-bottom:1px solid #003478;
	 z-index:9999;
	 position:absolute;
	 top:0;
	 left:0;
}
#topbar .section-name {
    display:none;
}
 .sb-search {
	 position: absolute;
	 top:15px;
	 margin-right:47px;
}
 .sb-search, a.nav-expander {
	 right:0;
}
 .sb-search-input {
	 margin-right:47px;
	 position: absolute;
	 top: 0;
	 right: 0;
	 outline: none;
	 width:100%;
	 height: 47px;
	 padding: 8px 8px 8px 20px;
	 font-size:14px;
	/*color: #494949;
	 */
	 border:1px solid #c1c1c1;
}
 .sb-search-input, .sb-search-label {
	 display:none;
}
 input[type="search"].sb-search-input {
	 -webkit-appearance: none;
}
 .sb-search-input::-webkit-input-placeholder {
	/*color:#494949;
	 */
}
 .sb-search-input:-ms-input-placeholder {
	/*color:#494949;
	 */
}
 .sb-search-input::-moz-placeholder {
	/*color:#494949;
	 */
}
 .sb-search-input::placeholder {
	/*color:#494949;
	 */
}
 .sb-search-submit {
	 position:absolute;
	 top:0;
	 right:0;
	 text-decoration:none;
	 height:47px;
	 width:47px;
	 color: #fff;
	 background:transparent;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 border:none;
	 text-align:right;
	 cursor:pointer;
}
 .sb-search .fa-search {
	 font-size:26px;
	 padding:9px 0;
}
 .sb-search-open .sb-search, .no-js .sb-search {
	 width:calc(93% - 92px);
}
 .sb-search-open .sb-search-input, .no-js .sb-search-input, .sb-search-open .sb-search-label {
	 display:block;
}
/* end search */
 a {
	 color: #003478;
	 text-decoration: none;
}
 a:hover {
	 text-decoration: underline;
}
 .wysiwyg a:not(.button), .wysiwyg-text-section a:not(.button), .classes-list a {
	 font-weight: 600;
	 border-bottom: 1px solid #003478;
	 padding-bottom: .125em;
	 text-decoration: none;
}
 .wysiwyg a:not(.button):hover, .wysiwyg-text-section a:not(.button):hover, .classes-list td a:hover {
	 color: #0b7886;
	 border-bottom-color: #0b7886;
}
 .classes-list th a, .table th a {
	 border-bottom-color: #fff;
}
 .classes-list th a:hover, .table th a:hover {
	 color: #fff;
	 border-bottom-color: #fff;
}
 h1 a:not(.button), h2 a:not(.button), h3 a:not(.button), h4 a:not(.button), h5 a:not(.button), h6 a:not(.button) {
	 border:none !important;
	 padding-bottom: none !important;
}
 h1 a:not(.button):hover, h2 a:not(.button):hover, h3 a:not(.button):hover, h4 a:not(.button):hover, h5 a:not(.button):hover, h6 a:not(.button):hover {
	 color:#003478 !important;
	 text-decoration:underline !important;
}
 .button {
	 display: inline-block;
	 background: #fff;
	 padding: 1rem 1.875rem;
	 border: .0625rem solid;
	 border-radius: .1875rem;
	 color:#000;
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 font-size: .8rem;
	 font-weight: 600;
	 line-height: 1.1667;
	 text-transform: uppercase;
	 text-decoration:none;
}
 .button:hover {
	 text-decoration: none;
}
 .spotlight > a h3 {
	 color: #003478;
}
 #navigation {
	 display:none;
}
 .banner-wrap {
	 position:relative;
}
 .banner-wrap .socialmedia-wrap, .banner-wrap .motto {
	 display:none;
}
 #banner {
	 position:relative;
	 background: #ffffff no-repeat scroll 50% 0;
	 background-size: cover;
	 overflow:visible;
	 padding-top: 1px;
	/*to prevent margin collapse */
}
 .movie-wrap {
	 display:none;
}
 .banner-mask {
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background: rgba(0,0,0,.5);
}
 .banner-wrap.short #banner {
	 height:150px;
}
 .banner-wrap.long #banner {
	 height:auto;
}
 .banner-wrap.long #banner {
	 min-height:calc(100vh - 76px);
}
 .banner-content-area{
	 position:relative;
}
 .banner-wrap.short .banner-content-area {
	 height:100%;
	 overflow:hidden;
}
 #usnews {
	 display:none;
}
 .overlay {
	 color:#fff;
	 margin-left:7%;
	 margin-right:7%;
}
 .overlay {
	 text-shadow: .1rem .1rem .1rem #000;
}
 .banner-wrap.short .overlay {
	 position:absolute;
	 left:0;
	 top:50%;
	 -webkit-transform:translateY(-50%);
	 -ms-transform:translateY(-50%);
	 transform:translateY(-50%);
}
 .banner-wrap.long .overlay {
	 padding-top:30px;
}
 #banner h1 {
	 color:#fff;
	 margin:0;
}
 .banner-wrap.long .overlay p {
	/*font-size:1rem;
	 */
}
 #twittercolumn {
	 position:relative;
	 background:transparent;
	 border:7px solid #ededed !important;
	 overflow-y:scroll;
	 -webkit-overflow-scrolling: touch;
}
 .skip.skip-twitter {
	 top:auto;
}
 .twitter-timeline {
	 display:block !important;
}
 .section {
	 position:relative;
	 width:100%;
	 background:#fff;
}
 .separator-image-section {
	 background: #ffffff no-repeat scroll 50% 0;
	 background-size: cover;
	 height:225px;
}
 .spotlights-section {
	 text-align:center;
}
 .spotlights-section .section-content {
	 padding-bottom:2%;
}
 .spotlights-section h2, .spotlights-section .spotlights {
	 text-align:left;
}
 .spotlights + .button, .feature-row + .button {
	 margin-top:1.25rem;
}
 .spotlight {
	 position:relative;
	 width:100%;
}
 .spotlight + .spotlight {
	 margin-top: 2.5rem;
}
 .spotlight > a {
	 display:block;
	 position:relative;
}
 .spotlight > a:focus {
	 outline-offset: 1px;
}
 .spotlight img {
	 display:block;
	 width:100%;
	 border:0;
}
 .spotlight .heading {
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 font-weight: 600;
	 margin-top:1.25rem;
	 margin-bottom:1.25rem;
}
 .spotlight .play-button {
	 position: absolute;
	 left: 1rem;
	 bottom: 1rem;
	 background: rgba(0,52,120, .7);
	 border-radius:50%;
	 z-index: 9990;
	 text-align:center;
	 width:3rem;
	 height:3rem;
}
 .spotlight .play-button::before {
	 content:"\f04b";
	 color:#fff;
	 font-family: fontAwesome;
	 font-size: 1.5rem;
	 line-height:3rem;
}
 #topbar {
	 padding:10px;
}
 #topbar .logos {
	 width:calc(100% - 90px);
	 max-width:300px;
	 padding:0;
	 margin:0;
	 position:absolute;
	 top:50%;
	 -webkit-transform:translateY(-50%);
	 transform:translateY(-50%);
}
 .logos a {
	 border:0 !important;
}
 .hero-image-section img {
	 display:block;
	 width:100%;
}
 .teaser-section {
	 color:#fff;
}
 .teaser-section img {
	 display:block;
	 width:100%;
	 margin:0;
}
 .teaser-content {
	 text-align:center;
	 position:absolute;
	 left:0;
	 bottom:0;
	 margin-bottom:4.5%;
	 width:100%;
}
 .teaser-section .teaser-text  {
	 text-align:left;
	 color:#fff;
	 font-size:calc(13px + (31 - 13) * ( (100vw - 320px) / ( 1400 - 320) ));
	 text-shadow: .1rem .1rem .1rem #000;
	 margin-bottom:5px;
}
 .actionlinks ul {
	 list-style:none;
}
 .actionlinks ul li {
	/*width:40%;
	 */
	 width: 86%;
	 text-align:center;
	/*margin-top:10px;
	 */
	/*float:left;
	 */
	/*margin-left:6%;
	 */
	 margin: 10px auto;
}
 .actionlinks ul li a {
	 display:block;
}
/* FOOTER */
 #footer {
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 position:relative;
	 height:100vh;
	 width:100%;
	 background-size:100% auto;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 background-attachment:scroll;
	 overflow:hidden;
	 padding: 5px 0;
}
 .footer-content {
	 position:absolute;
	 left:0;
	 bottom:0;
	 width:100%;
	 background:rgba(0,52,120, .7);
	 border-top:1px solid #5c5c5c;
	 color:#fff;
	 padding: 3% 5%;
}
 .footer-content a {
	 color:#ffffff;
}
 .footer-content .logos {
	 width:75%;
}
 .footer-content .site-heading {
	 margin-top:15px;
}
 .footer-content .sitename {
	 display:inline-block;
	 font-size:1rem;
	 line-height:1.75;
}
 .footer-content .site-links {
	 list-style:none;
	 margin-top:10px;
}
 .footer-content .site-links li {
	 display:inline-block;
	 vertical-align:middle;
}
 .footer-content .site-links li + li {
	 margin-left:20px;
}
 .footer-content .site-links li.text {
	 line-height:50px;
}
 .footer-content .site-links li.logo a {
	 border:none;
}
 .footer-content .site-links li.logo img {
	 height:50px;
}
 .footer-content .tagline {
	 margin-bottom:1px;
}
 .footer-content .tagline p {
	 margin:0;
}
 .socialmedia-wrap {
	 text-align:center;
}
 .footer-content address {
	 font-size:1rem;
	 line-height:1.6;
	 font-style:normal;
	 padding-top:5px;
	 padding-bottom:24px;
	 clear:left;
	 margin:0;
}
 .footer-content address span {
	 display:block;
}
 #copyright {
	 letter-spacing:1px;
	 font-size:9px;
	 text-transform:uppercase;
	 font-weight:600;
	 letter-spacing:.5px;
	 margin-bottom: 1em;
}
 .socialmedia {
	 list-style:none;
	 display:inline-block;
}
 .socialmedia li {
	 float:left;
	 margin-left:1px;
}
 .socialmedia li:first-child {
	 margin-left:0;
}
 .socialmedia li a {
	 display:block;
	 padding:2px 12px;
	 color:#ffffff;
	 text-decoration:none;
	 border:0;
	 font-size:25px;
	 border:1px solid transparent;
}
 .feature-section {
	 min-height:100vh;
	 background: #ffffff no-repeat scroll 50% 0;
	 background-size: cover;
	 padding:0;
	 overflow-y:hidden;
	 text-align:center;
	 padding-top:6%;
	 padding-bottom:6%;
	 display:flex;
}
 .feature-content {
	 background:rgba(255,255,255,0.95);
	 align-self:flex-end;
	 width:100%;
}
 .feature-section .section-content {
	 padding-top: 2%;
	 padding-bottom:2%;
}
 .feature-content h2 {
	 text-align:left;
}
 .feature-content .wysiwyg-text-section {
	 text-align:left;
}
 .feature-content a {
	 margin:1.5% auto;
}
 .feature-row {
	 text-align:left;
}
 .news-section {
	 background: #003478 no-repeat scroll 50% 0;
	 background-size: cover;
	 padding-bottom:4vh;
}
 .blend-supported .news-section {
	 background-blend-mode:multiply;
}
 .news-mask {
	 position:absolute;
	 left:0;
	 right:0;
	 top:0;
	 bottom:0;
	 background-color: rgba(0,52,120, .7);
}
 .blend-supported .news-mask {
	 display:none;
}
 .contentbox {
	 display:flex;
	 flex-wrap:wrap;
	 padding-top:4vh;
	 align-items:center;
	 min-height:32vh;
}
 .contentbox:nth-child(even) {
	 flex-direction:row-reverse;
}
 .circle-wrap {
	 max-width:50%;
	 width:28vh;
}
 .circle-content {
	 width:calc(100% - 28vh);
	 flex-grow:1;
	 color:#fff;
	 padding-left:3%;
	 padding-right:0;
}
 .circle-content a {
	 color:#fff;
	 font-size:calc(14px + (24 - 14) * ( (100vw - 320px) / ( 1400 - 320) ));
}
 .contentbox:nth-child(even) .circle-content {
	 padding-left:0;
	 padding-right:3%;
}
 .circleblank {
	 width:100%;
	 border-radius: 50%;
	 border:1px solid #c1c1c1;
	 color:#ffffff;
}
 .wysiwyg-text-section > :first-child, .wysiwyg > :first-child {
	 margin-top:0;
}
 .wysiwyg-text-section > :last-child, .wysiwyg > :last-child {
	 margin-bottom:0;
}
 .wysiwyg-text-section ul, .wysiwyg ul, .wysiwyg-text-section ol, .wysiwyg ol, .wysiwyg-text-section p, .wysiwyg p, .wysiwyg-text-section table, .wysiwyg table {
	 margin-bottom: 1.25rem;
	 margin-top: 1.25rem;
}
 .wysiwyg-text-section ul, .wysiwyg ul {
	 padding-left: 1.25rem;
	 width:auto;
	 overflow:hidden;
}
.wysiwyg-text-section ol, .wysiwyg ol {
    list-style-position:inside;
}
 .wysiwyg-text-section li + li, .wysiwyg li + li {
	 margin-top: .75rem;
}
 .wysiwyg-text-section img, .wysiwyg img {
	 margin-bottom:15px;
	 display:block;
}
 .table {
	 position:relative;
}
 .table table {
	 border-collapse:collapse;
	 border-spacing: 0;
	 table-layout:fixed;
	 width:768px;
}
 .table .table-layout-auto {
	 table-layout: auto;
	 width: auto;
}
 .table > div {
	 overflow-x: scroll;
}
 .table::after {
	 background-image: url(data:image/svg+xml\00003bcharset=utf8,%3Csvg%20fill%3D%22%23fff%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M75%2050L25%200v10l40%2040-40%2040v10z%22%2F%3E%3C%2Fsvg%3E);
	 position: absolute;
	 top: 50%;
	 right: 1rem;
	 width: 3rem;
	 height: 3rem;
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 background-color: #58595b;
	 background-repeat: no-repeat;
	 background-position: 50%;
	 background-size: 2.5rem 2.5rem;
	 content: none;
	 pointer-events: none;
}
 .table-overflow::after {
	 content: "";
}
 .table-scrolled:after {
	 content:none;
}
 @media all and (min-width: 768px) {
	 .table table:not(.table-layout-auto) {
		 width:100%;
	}
}
 .table tr:nth-child(2n) {
	 background: #f5f4f0;
}
 .table th, .table td {
	 padding: .75rem 1.25rem;
	 vertical-align: top;
	 border-left: .125rem solid #fff;
	 overflow:hidden;
	 text-overflow: ellipsis;
}
 .table th:first-child, .table td:first-child {
	 margin-top: 0;
	 border-left:0;
}
 .table th:last-child, .table td:last-child {
	 margin-bottom:0;
}
 .table th {
	 background: #003478;
	 color: #fff;
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 font-size: 1.125rem;
	 font-weight: 600;
}
 .table th a {
	 color: #fff;
}
 .left, .right, .center, .fullwidth {
	 width:100%;
	 float:none;
	 margin: 0 0 15px 0;
}
 .wysiwyg-text-section .captioned-image img {
	 width: 100%;
	 margin-bottom: 6px;
}
 .captioned-image .caption {
	 font-size: 12px;
	 font-weight: 400;
	 margin:1px 1% 0 1%;
	 letter-spacing:1px;
	 line-height:130%;
	 text-transform:uppercase;
}
 #breadcrumbs {
	 margin:0 7% 15px 7%;
	 margin-bottom:15px;
	 font-size: 1rem;
}
#breadcrumbs .separator {
    display:none;
}
#breadcrumbs .page {
    display:none;
}
 #breadcrumbs ol {
	 list-style:none;
}
 #breadcrumbs li {
	 float:left;
}
 #breadcrumbs li::before {
	 content:"\00A0\00A0\2022\00A0\00A0";
}
#breadcrumbs li:first-child::before {
    content: none;
}
 #breadcrumbs li a {
	 font-weight:300;
	 text-transform:none;
	 display:inline-block;
}
 #pagecontent {
	 overflow:hidden;
	 margin-top:76px;
}
 .inside #pagecontent {
	 padding-top:30px;
	 max-width:1460px;
	 margin-left:auto;
	 margin-right:auto;
}
 #pagetext {
	 padding-left:7%;
	 padding-right:7%;
	 width:100%;
}
 #leftcolumn {
	 margin-bottom:25px;
	 width:100%;
}
 .facguide-member #leftcolumn {
}
 #section-nav {
	 display:none;
}
 #leftcolumn > div, #leftcolumn aside > div {
	 margin-top:20px;
}
 .widget {
	 width:86%;
	 margin:0 auto;
}
 .quote-section {
	 font-size: 1.75rem;
	 font-weight: 300;
}
 .attribution {
	 font-size: 1.125rem;
	 line-height: 1.8333;
	 font-weight: 600;
	 margin-top: 1.25rem;
}
 .profile {
	 border-bottom:2px dotted #c1c1c1;
	 padding-bottom:10px;
	 margin-bottom:20px;
	 font-size:1rem;
	 line-height:1.6;
}
 .profile .name {
	 margin:0 0 10px 0;
	 font-size:1.125rem;
	 line-height:1.6;
	 margin-bottom: .5em;
}
 .profile .jobtitle {
	 margin-bottom:1em;
}
 .profile .contact {
	 margin-top:20px;
}
 .profile .contact .email {
	 display:block;
}
 .profile .phone + .office::before {
	 content: "\00A0\00A0\2022\00A0\00A0";
}
 .profile .image-wrap img {
	 width:100%;
}
 #results table {
	 font-size:14px;
	 margin-bottom: 0;
	 table-layout: auto;
	 border-spacing:10px;
	 border-collapse: separate;
}
 #results table td {
	 border:none;
	 vertical-align:top;
	 padding:0;
}
 #results a:hover {
	 text-decoration:underline;
}
 #results .gsc-control-cse, .gsc-control-cse .gsc-table-result {
	 font-family: inherit !important;
	 font-size: inherit !important;
	 color:inherit !important;
}
 #results .gs-title {
	 height:auto;
	 margin-bottom:.3em;
	 font-weight: 600;
}
 #results .gs-title, #results .gs-title * {
	 text-decoration:none;
	 color: #003478;
	 font-family: inherit;
	 font-size:inherit;
}
 #results .gsc-thumbnail {
	 display:none;
}
 .facguide-listing {
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
}
 .facguide-listing .accordion-body ul {
	 column-count:3;
}
 .facguide-listing .accordion-body li {
	 -webkit-column-break-inside: avoid;
	 page-break-inside: avoid;
	 break-inside: avoid;
}
 .facguide-member .mainpic {
	 max-width:75%;
}
 .facguide-member #leftcolumn .nameblock {
	 display:block;
}
 .facguide-member #pagetext .nameblock {
	 display:none;
}
 .facguide-member #leftcolumn .actionlinks {
	 display:none;
}
 .facguide-search h2 a {
	 border:none;
}
 .facguide-search .text b {
	 background-color: #e4edf3;
	 padding:1px;
}
 .news-landing .news-feature {
	 background-color:#e4edf3;
	 padding: 20px;
}
 .news-feature h2, .news-feature h3 {
	 margin-top:0;
}
 .news-landing .news-feature::after {
	 content:"";
	 display:table;
	 clear:both;
}
 .news-landing .news-article .category-date {
	 margin-top:28px;
}
 .news-archives-link {
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 font-weight:600;
}
 .news-archives .category-date {
	 margin-bottom: 15px;
}
 .news-release-subtitle, .news-release-date {
	 margin-bottom: 1.25rem;
}
 .news-landing .news-article .category-date + h3 {
	 margin-top: 1.25rem;
}
 .translation-section ul {
	 list-style:none;
	 float:right;
}
 .translation-section ul li {
	 float:left;
	 margin-bottom:10px;
	 margin-left:15px;
}
 .wysiwyg-text-section .slider {
	 padding-bottom:21px;
}
 .wysiwyg-text-section .flickity-page-dots {
	 bottom:8px;
	 padding: 0;
	 margin:0;
}
/* flyout section */
/* MENU ICON */
 a.nav-expander {
	 color: #fff;
	 display: block;
	 font-size: 19px;
	 letter-spacing: 1px;
	 font-weight: 400;
	 position: absolute;
	 top: 15px;
	 text-decoration: none;
	 transition: right 0.6s ease-in-out 0s;
	 overflow:hidden;
	 z-index:9999;
}
 .nav-expander {
	 width:47px;
	 height:47px;
}
 a.nav-expander .fa {
	 color:#ffffff;
	 font-size:26px;
	 padding:13px 0;
	 background: transparent;
}
 a.nav-expander:hover {
	 cursor: pointer;
	 border: 0;
}
 body.nav-expanded {
	 margin-left: 0em;
	 transition: right 0.3s ease-in-out 0s;
}
 #navigation-main {
	 display:none;
	 position: absolute;
	 z-index: 9999;
	 width: 100%;
	 overflow: auto;
	 top: 76px;
	 right:0;
	 transition: right 0.3s ease-in-out 0s;
	 background: #003478;
	 border:1px solid #6d6d6d;
}
 .nav-expanded #navigation-main {
	 display:block;
}
 .desktop-menu-group, .desktop-menu {
	 display:none;
}
 #navigation-main:after {
	 content: "";
	 display: table;
	 clear: both;
	 z-index: 9999;
}
 #navigation-main ul {
	 list-style: none;
	 text-align:left;
}
 #navigation-main > ul > li {
	 border-bottom: 1px solid #6d6d6d;
}
 #navigation-main ul li {
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 color: #ffffff;
	 padding: 10px 12px;
}
 #navigation-main ul li a {
	 display:inline-block;
	 color: #ffffff;
	 font-size: 14px;
	 border:none;
}
 #navigation-main .accordion-trigger {
	 padding:10px 32px 10px 12px;
}
 #navigation-main ul li a:hover::before, {
	 color: #fff;
}
 #navigation-main ul li.on a, #navigation-main ul li.active span {
	 border: 1px solid #ffffff;
	 padding:2px;
	 pointer-events:none;
}
/* ----------------- MEDIA QUERIES --------------------- */
 @media all and (min-width: 768px) {
	 h1 {
		 font-size: 2.625rem;
	}
}
 @media all and (min-width:1020px) {
     #topbar {
         display:flex;
         flex-wrap: wrap;
         align-items:center;
         padding-top: 3px;
     }
	 #topbar .logos {
		 width:300px;
		 position:static;
		 -webkit-transform:none;
		 transform:none;
	}
	#topbar .section-name {
        display:block;
        width:calc(100% - 300px - 110px);
	    color:#ffffff;
	    font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	    /*font-size:2rem;*/
	    font-size:1.5rem;
	    font-weight:600;
	    padding-left: 2rem;
	    
	}
	#breadcrumbs .page {
	    display:block;
	}
	 #leftcolumn {
		 width: 30%;
		 float: left;
		 padding: 7px 2% 0 2%;
	}
	 #pagetext {
		 float: right;
		 width: 69%;
		 position: relative;
		 margin-bottom:125px;
	}
	 a.nav-expander {
		 position: fixed;
		 z-index: 9999;
	}
	 #navigation-main {
		 position:fixed;
		 width: 65%;
		 overflow-y:scroll;
		 padding:1rem 0;
	}
	 #navigation-main .desktop-menu {
		 float:left;
	}
	 a.nav-expander {
		 position:fixed;
		 background: rgba(0,52,120, 0.7);
	}
	 a.nav-expander .fa {
		 padding: 13px;
	}
	 .desktop-menu, .desktop-menu-group {
		 display:block;
	}
	 .mobile-menu-group, .mobile-menu {
		 display:none;
	}
	 #mobile-menu {
		 overflow:hidden;
	}
	 #menu1 {
		 width: 25%;
	}
	 #menu2 {
		 width: 30%;
	}
	 #menu3 {
		 width: 25%;
	}
	#menu4 {
	    width: 20%;
	}
	 #navigation-main .menu-group {
		 color:#fff;
		 margin:5px 12px;
		 font-size:1rem;
		 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
		 font-weight:600;
	}
	 #navigation-main .menu-group a, #navigation-main .menu-group a:hover {
		 color:#fff !important;
	}
	 #navigation-main ul li {
		 margin-left: 20px;
		 padding: 5px 12px;
	}
	 #navigation-main ul li.on a, #navigation-main ul li.active span {
		 border:0;
		 padding:0;
		 pointer-events:auto;
	}
}
/* accordion section */
/* CSS3 Animation example */
 .accordion {
	 padding: 0 !important;
}
 #pagecontent .accordion-body {
	 font-size:.9375rem;
	 line-height: 1.8;
}
 .accordion-heading {
	 position:relative;
	 cursor:pointer;
	 padding:0 !important;
}
 .accordion-heading.open + .accordion-body {
	 display:block;
}
 .accordion-trigger {
	 display:block !important;
	 width:100%;
	 text-align:left;
}
 .accordion-icon::before {
	 font-family: 'FontAwesome';
	 content: "\f067";
	 position:absolute;
	 top:50%;
	 -webkit-transform:translateY(-50%);
	 -ms-transform:translateY(-50%);
	 transform:translateY(-50%);
	 right:0px;
}
 .accordion-heading.open .accordion-icon::before {
	 content: "\f068";
}
 .accordion-body {
	 overflow: hidden;
	 -webkit-transform: translateZ(0);
	 transition: all 0.3s ease;
	 display:none;
}
 #navigation-main .accordion-icon::before {
	 right:7px;
}
 #navigation-main .accordion-body {
	 padding-left:12px;
}
 .section .accordion {
	 margin: 15px 0;
}
 .section .accordion-heading {
	 margin:0;
}
 .section .accordion-trigger {
	 border-color:transparent;
	 background-color: #e4edf3;
	 text-transform: none;
	 padding-right: 2.5rem;
}
 .section .accordion-icon::before {
	 margin-right:20px;
}
 .section .accordion-body {
	 padding:0 20px;
}
 .section .accordion-body :first-child {
	 margin-top: 0;
}
 .section .accordion-body + .accordion-heading {
	 margin-top:2px;
}
 .section .accordion-heading.open + .accordion-body {
	 padding:20px;
}
 .section .accordion-heading p {
	 margin-bottom:0;
}
 .schedule .term-program {
	 margin-bottom: 1.5rem;
}
 .schedule .select {
	 position:relative;
	 display:block;
}
 .schedule .select + label {
	 margin-top: 1.5rem;
}
 .schedule .select::after {
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 right: .75rem;
	 font-family: fontAwesome;
	 content: "\f078";
	 color: #000;
	 pointer-events: none;
}
 .schedule label {
	 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
	 display:inline-block;
}
 .schedule .button {
	 padding: .25rem .75rem;
}
 .schedule .select select {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 font-size: inherit;
	 font-weight: 400;
	 padding: .75rem 2.5rem .75rem .75rem;
	 border:1px solid #000;
	 width:100%;
}
 .schedule select option {
	 font-size:.9375rem;
}
 .classes-list th span::before {
	 content: "\f0d8";
	 font-family:FontAwesome;
	 margin-left:5px;
}
 .classes-list th a.sorted span::before {
	 content: "\f0d7";
}
/* responsive */
 @media all and (min-width:480px) {
	 .teaser-section .teaser-text {
		 margin-bottom:1em;
	}
	 .left {
		 float: left;
		 width: 40%;
		 margin: 0 2% 10px 0;
		 clear:left;
	}
	 .right {
		 float: right;
		 width: 40%;
		 margin: 0 0 10px 2%;
		 clear:right;
	}
	.center {
        text-align:center;
	}
	 .spotlights {
		 display:flex;
		 flex-wrap:wrap;
		 width:105%;
		 margin-left:-2.5%;
		 margin-right:-2.5%;
	}
	 .spotlight {
		 position:relative;
		 width:50%;
		 float:left;
		 padding-left:2.5%;
		 padding-right:2.5%;
		 margin-bottom:15px;
	}
	 .spotlight + .spotlight {
		 margin-top: 0;
	}
}
 @media all and (min-width:768px) {
	 .sb-search-open .sb-search {
		 width: calc(62% - 92px);
	}
	 #topbar .logos {
		 padding:0;
	}
	 .banner-wrap.short #banner {
		 height:300px;
	}
	 .banner-wrap .movie-wrap {
		 display:block;
		 position:absolute;
		 top:0;
		 left:0;
		 height:100%;
		 width:calc(100% * (9/5));
		 overflow:hidden;
	}
	 .banner-wrap.short.has-usnews #banner {
		 padding-bottom:52px;
		 margin-bottom: 67px;
	}
	 .banner-wrap.long #banner {
		 overflow:hidden;
	}
	 .landing .banner-wrap.long.has-usnews #banner {
		 padding-bottom:105px;
	}
	 .landing .banner-wrap.long .overlay {
		 padding-top:100px;
	}
	 .banner-wrap .banner-mask {
		 background:linear-gradient(to left, transparent, rgba(0,0,0,.5));
	}
	 .banner-wrap.long .movie {
		 position:absolute;
		 top:50%;
		 left:50%;
		 width:auto;
		 height:auto;
		 min-width:100%;
		 min-height:100%;
		 -webbkit-transform:translate(-50%, -50%);
		 -ms-transform:translate(-50%, -50%);
		 transform:translate(-50%, -50%);
	}
	 #usnews {
		 display:block;
		 position:absolute;
		 bottom:0;
		 left:7%;
		 z-index:2;
		 display:flex;
	}
	 .banner-wrap.short #usnews {
		 -webkit-transform:translateY(50%);
		 -ms-transform:translateY(50%);
		 transform:translateY(50%);
	}
	 #usnews img {
		 width:92px;
		 margin-right:12px;
	}
	 .banner-wrap .actionlinks {
		 position:absolute;
		 right:0;
	}
	 .banner-wrap .actionlinks ul li a {
		/*font-size:15px;
		 */
		 border-top-right-radius: 0;
		 border-bottom-right-radius: 0;
		/*padding: 5px 16px;
		 */
	}
	 .banner-wrap.short .actionlinks {
		 top:50%;
		 -webkit-transform:translateY(-50%);
		 -ms-transform:translateY(-50%);
		 transform:translateY(-50%);
	}
	 .landing .banner-wrap.long .actionlinks {
		 top:112px;
	}
	 .banner-wrap .overlay {
		 width:40%;
	}
	 .landing .actionlinks ul li {
		 width:100%;
		 text-align:left;
		 margin-top:10px;
		 float:none;
		 margin-left:0;
	}
	 .landing .actionlinks ul li:first-child {
		 margin-top:0;
	}
	 #breadcrumbs {
		 margin-left:2%;
	}
	 #twittercolumn {
		 display:block;
		 float:right;
		 width:250px;
	}
	 .textcolumn > :first-child {
		 margin-top: 0;
	}
	 .wysiwyg-text-section .section-content.has-twitter .textcolumn {
		 float:left;
		 width:calc(100% - 290px);
	}
	 .spotlight {
		 width:33.3333%;
	}
	.spotlights.row-size-2 .spotlight {
		 width:50%;
	}
	.spotlights.row-size-3 .spotlight {
		 width:33.3333%;
	}
	 .spotlights.row-size-4 .spotlight {
		 width:25%;
	}
	 .footer-content.site-footer .sitename {
		 font-size:26px;
	}
	 .footer-content .logos {
		 width:50%;
	}
	 .footer-content .tagline {
		 font-size:18px;
		 margin-bottom:5px;
	}
	 .footer-content .site-links.side {
		 display:inline-block;
		 vertical-align:middle;
		 margin-left: 20px;
		 margin-top:0;
	}
	 .footer-content address {
		 font-size:21px;
		 padding-top:5px;
		 padding-bottom:18px;
	}
	 .footer-content address span + span::before {
		 content: "\00A0\00A0\2022\00A0\00A0";
	}
	 .footer-content address span {
		 display:inline-block;
	}
	 .footer-content address span + span.phone:before, .footer-content address span + span.contact-links:before {
		 content:none;
	}
	 .footer-content .contact-links {
		 display:block;
	}
	 #copyright {
		 font-size:11px;
	}
	 .socialmedia li a {
		 font-size:33px;
	}
	 .profile {
		 display:flex;
		 flex-wrap:wrap;
	}
	 .profile .image-wrap {
		 width:20%;
	}
	 .profile-info {
		 width:80%;
	}
	 .profile-info .item-title {
		 margin-top: 0;
		 margin-bottom: .75rem;
	}
	 .profile-info .item-date {
		 margin-bottom: .75rem;
	}
	 .profile .image-wrap + .profile-info {
		 padding-left:25px;
	}
	 .profile .contact {
		 width:100%;
	}
	 .profile .contact .email {
		 display:inline-block;
	}
	 .profile .contact span + span:before {
		 content: "\00A0\00A0\2022\00A0\00A0";
	}
	 #results table {
		/*font-size:1rem;
		 */
	}
	 .feature-row {
		 margin-left:-20px;
		 margin-right:-20px;
	}
	 .feature-row::after {
		 content: "";
		 display:table;
		 clear:both;
	}
	 .feature-column {
		 float:left;
		 padding-left:20px;
		 padding-right:20px;
	}
	 .feature-column ul, .feature-column ol {
		 margin-left:0;
		 margin-right:0;
	}
	 .feature-row.columns-1 .feature-column {
		 width:100%;
	}
	 .feature-row.columns-2 .feature-column {
		 width:50%;
	}
	 .feature-row.columns-3 .feature-column {
		 width:33.3333% 
	}
	 .facguide-member #pagetext .nameblock {
		 display:block;
	}
	 .facguide-member #leftcolumn .nameblock {
		 display:none;
	}
	 .facguide-member .profileblock .mainpic {
		 float:left;
		 width:20%;
		 margin: 0 2% 10px 0;
	}
	 .facguide-member .profileblock::after {
		 content:"";
		 display:table;
		 clear:both;
	}
}
 @media all and (min-width:1020px) {
	 .sb-search, a.nav-expander {
		 right:1%;
	}
	 .sb-search .fa {
		 padding: 9px;
	}
	 .sb-search-open .sb-search {
		 width: calc(61% - 92px);
	}
	 .sb-search-submit {
		 background: rgba(0,52,120, .7);
	}
	 .skip {
		 top:120px;
	}
	 #topbar {
		 height:120px;
	}
	 .banner-wrap.long #banner {
		 min-height:calc(100vh - 120px);
	}
	 #usnews img {
		 width: 112px;
	}
	 #pagecontent {
		 margin-top:120px;
	}
	 #navigation-main {
		 top:120px;
	}
	 #navigation {
		 display:block;
		 /*padding-top:10px;*/
		 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
		 text-transform:uppercase;
		 width:100%;
		 align-self:end;
	}
	 .site-menu {
		 /*display:inline-block;*/
	}
	 .site-menu li {
		 font-weight:600;
		 list-style:none;
	}
	 .site-menu a, .site-menu span {
		 display:block;
		 font-size: .75rem;
	}
	 .site-menu a {
		 text-decoration:none;
	}
	 .site-menu > li {
		 float:left;
		 margin-left:1.8rem;
		 position:relative;
	}
	 .site-menu > li:first-child {
		 margin-left:0;
	}
	 .site-menu > li > a, .site-menu > li > span {
		 position:relative;
		 padding-top: .5rem;
		 padding-bottom: .5rem;
		 color:#ffffff;
	}
	 .site-menu > li.active > span {
		 cursor:default;
	}
	 .site-menu > li > a::before, .site-menu > li > span::before{
		 position: absolute;
		 bottom: 0;
		 left: 0;
		 width: 100%;
		 height: .25rem;
		 background:#fff;
		 content: none;
	}
	 .site-menu > li > a[href='#'] {
		 pointer-events: none;
	}
	 .site-menu > li.active > span::before, .site-menu > li:not(.has-dropdown) > a:hover::before, .site-menu > li:not(.has-dropdown) > a:focus::before {
		 content: "";
	}
	 .site-menu > li:not(.open) > a:hover:focus::before {
		 content:none;
	}
	 .site-menu ul {
		 position:absolute;
		 background-color: white;
		 text-transform:none;
		 padding:1rem;
		 top: auto;
		 left:-999rem;
		 margin-top:0;
		 width: 19rem;
		 -webkit-box-shadow: 0 .375rem .75rem -4px rgba(0, 0, 0, .6) ;
		 box-shadow: 0 .375rem .75rem -4px rgba(0, 0, 0, .6);
	}
	 .site-menu li.open ul {
		 left:auto;
	}
	 .site-menu ul li + li {
		 margin-top:.5rem;
	}
	 .site-menu ul a {
		 color:#003478;
	}
	 .site-menu ul a:hover {
		 text-decoration:underline;
	}
	 .banner-wrap.short #banner {
		 height:350px;
	}
	 .banner-wrap.short.has-usnews #banner {
		 padding-bottom:63px;
		 margin-bottom: 78px;
	}
	 .landing .banner-wrap.long.has-usnews #banner {
		 padding-bottom:126px;
	}
	 .banner-wrap .actionlinks ul li a {
		 margin-top: 17px;
		/*font-size: 1rem;
		 */
	}
	.actionlinks ul li {
		 width:100%;
		 text-align:left;
		 margin-top:10px;
		 float:none;
		 margin-left:0;
	}
	.actionlinks ul li:first-child {
		 margin-top:0;
	}
	 .separator-image-section, .news-section, .banner-wrap.long #banner, #footer {
		 background-attachment: fixed;
	}
	 .separator-image-section {
		 height:300px;
	}
	/* FOOTER */
	 .footer-content.site-footer .sitename {
		 font-size:28px;
	}
	 .footer-content .tagline {
		 font-size:18px;
	}
	 .footer-content address {
		 font-size:23px;
		 padding-bottom:30px;
	}
	 .footer-content address span + span.contact-links::before {
		 content: "\00A0\00A0\2022\00A0\00A0";
	}
	 .footer-content .contact-links {
		 display:inline-block;
	}
	 #copyright {
		 font-size:13px;
	}
	 #sectionheading {
		 width: 90%;
		 padding-top: 40px;
	}
	 #sectionheading p a {
		 font-size: 26px;
		 padding: 0;
		 margin: 0;
	}
		 #section-nav {
		 display:block;
		 margin-left:7%;
	}
	 #section-nav ul {
		 font-family: Whitney SSm A,Whitney SSm B,sans-serif;
		 font-size: .9375rem;
		 list-style: none;
		 line-height: 1.25;
	}
	 #section-nav ul li {
		 padding:0 20px 9px 16px;
		 border-left:4px solid #f5f5f5;
	}
	#section-nav ul li.active {
	    border-color: #bcbcbc;
	}
	 #section-nav ul li a, #section-nav ul li span {
		 display: block;
		 padding: 2px 0;
	}
	 #section-nav ul li span, #section-nav ul li a {
		 font-weight:600;
	}
	 .inside .wysiwyg-text-section img.fullwidth {
		 width:105%;
		 margin-left:-5%;
		 max-width:none;
	}
	 .widget {
		 width:100%;
	}
	 .schedule label {
		 margin-right: .75rem;
	}
	 .schedule .select {
		 display:inline-block;
	}
	 .schedule .select + label {
		 margin-bottom: 0;
		 margin-left: 2.5rem;
	}
	 .schedule .select select {
		 width:auto;
		 padding: .25rem 2.5rem .25rem .75rem;
	}
}
 @media all and (min-width:1400px) {
	 .site-menu a, .site-menu span {
		 font-size:1rem;
	}
	 .site-menu ul {
		 width:25rem;
	}
}
/* teaser menu styles */
 button::-moz-focus-inner {
	 border: 0;
}
 .banner-wrap.short .credit {
	 font-size: 10px;
	 padding: .25rem .5rem;
}
 @media all and (min-width: 768px) {
	 .banner-wrap.short .credit {
		 font-size: 12px;
		 padding: 0;
		 position:absolute;
		 bottom: -1.5rem;
		 right:.5rem;
	}
}
 .teaser-menu-tabs ul {
	 display:none;
}
 @media all and (min-width:1020px) {
	 .teaser-menu-section > .section-content {
		 display:-webkit-box;
		 display:-ms-flexbox;
		 display:flex;
		 -ms-flex-wrap:wrap;
		 flex-wrap:wrap;
	}
	 .teaser-menu-tabs {
		 width:30%;
		 position:relative;
		 border:2px solid #003478;
		 background-color: #003478;
	}
	 .teaser-menu-tabs ul {
		 display:block;
	}
	 .teaser-menu-content {
		 position:relative;
		 width:70%;
	}
	 .teaser-menu-content .accordion-heading {
		 display:none;
	}
	 .teaser-menu-section .accordion {
		 margin: 0;
	}
	 .teaser-menu-tabs h2 {
		 padding:1rem 1.875rem;
		 margin: 0;
		 font-size: 1.4375rem;
		 color: #fff;
		 Background-color: #003478;
	}
}
 .teaser-menu-tabs ul {
	 list-style: none;
}
 .teaser-menu-tabs li {
	 position:relative;
	 border-top:2px solid #fff;
}
 .teaser-menu-tabs li:last-child {
	 border-bottom:2px solid #fff;
}
 .teaser-menu-tabs .button {
	 font-size:.9375rem;
	 line-height: 1.25;
	 margin-top:0;
	 background-color: #003478;
	 color: #fff;
	 border-radius: 0;
}
 .teaser-menu-tabs .button:hover {
	 text-decoration: underline;
}
 .teaser-menu-tabs .button.open {
	 background-color: #FFF;
	 color: #003478;
}
 .teaser-menu-tabs .button.open::after {
	 font-family: 'FontAwesome';
	 content: "\f105";
	 position:absolute;
	 top:50%;
	 -webkit-transform:translateY(-50%);
	 -ms-transform:translateY(-50%);
	 transform:translateY(-50%);
	 right:.9375rem;
	 font-size:1.4375rem;
}
 .teaser-menu-content .teaser-image::after {
	 content: "";
	 background:rgba(0,0,0,.5);
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
}
 .teaser-menu-content .teaser-image img {
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 object-fit:cover;
	 object-position:center;
	 width:100%;
	 height:100%;
}
 .teaser-menu-content .accordion-body {
	 width:100%;
	 height:100%;
}
 #pagecontent .teaser-menu-content .accordion-body {
	 font-size: 1.0625rem;
}
 .teaser-menu-content .teaser-content {
	 position:relative;
	 color: #fff;
	 margin: 0;
	 padding:4.5%;
}
 .teaser-content .button {
	 margin-top: 15px;
}
 .teaser-text {
	 text-shadow: .1rem .1rem .1rem #000;
}
.teaser-content h3, .teaser-content h4 {
    color: #fff;
}
/* added for homepage buttons */
 .program-button {
	 position:relative;
	 background-color: #003478;
	 color: white;
	 font-size: 8vw;
	 font-weight: 400;
	 border-radius: 5px;
	 text-align:center;
	 width: 100%;
	 height:0;
	 padding: 0 0 54.1% 0;
}
 .program-button span {
	 position:absolute;
	 top: 50%;
	 left:0;
	 transform: translateY(-50%);
	 padding: 0 10px;
	 width:100%;
}
 @media all and (min-width: 480px) {
	 .program-button {
		 font-size: 3.5vw;
	}
}
 @media all and (min-width: 768px) {
	 .program-button {
		 font-size: 1.6vw;
	}
}
 @media all and (min-width: 1200px) {
	 .program-button {
		 font-size: 18px;
	}
}
 .landing-slider {
	 position:relative;
	 padding: 20px 60px 30px !important;
	 background: #e4edf3;
}
 .landing-slider .slide-wrapper {
	 margin-bottom:0;
	 width:100%;
}
 .landing-slider .slide .slide-info {
	 margin:0;
	 font-size: inherit;
	 line-height:inherit;
	 font-weight:inherit;
	 color:inherit;
	 text-transform:none;
	 letter-spacing:0;
}
 .landing-slider .flickity-page-dots {
	 position:absolute;
	 left:50%;
	 bottom:6px;
	 transform: translateX(-50%);
}
 @media all and (min-width: 768px) {
	 .landing .wysiwyg-text-section .slider {
		 width: 66.6666%;
		 margin: 0 auto;
	}
	 .landing-slider .slide {
		 display:flex;
		 border-bottom: none;
		 padding-bottom:0 !important;
	}
	 .landing-slider .slide-media {
		 width: 50%;
		 margin-bottom: 0;
	}
	 .landing-slider .slide .slide-info {
		 padding: 0 20px;
		 width:50%;
	}
	 .landing-slider .slide .slide-info h3 {
		 margin-top: 0;
	}
}

/* home events component */
.event-date {
    border-bottom: 1px solid #000000;
    font-family: Whitney SSm A,Whitney SSm B,sans-serif;
    font-size: 1.1875rem; /*19px*/
    text-transform: uppercase;
}

.event-time {
    font-family: Whitney SSm A,Whitney SSm B,sans-serif;
}

 @media all and (min-width: 768px) {
    .spotlights.row-size-1 .spotlight {
	    width: 50%;
	}
    .event-spotlights {
        background: #e4edf3;
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .event-spotlights .spotlight {
        display:flex;
    }
    .event-spotlight {
        background: #ffffff;
        padding: 10px;
        width: 100%;
    }
}
.section .empty-section {
    margin-top: -15px;
}
 