/*-----------------------------------------------------------------------------------

	Theme Name: SiteName
	Author Design: Designer
	Developer: Devin The Haunted
	Author URI: http://www.revize.com/
	Date: MONTH DAY, 2018

-----------------------------------------------------------------------------------*/
/* -----------------------------------------
#basic styles
-----------------------------------------*/
body { font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 16px; text-transform: none; line-height: 1.5; min-height: 110vh; background: #fff; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; }

/* -----------------------------------------
#typography
-----------------------------------------*/

.redhyperlink, .redhyperlink a, a.redhyperlink {color:#ff0000!important;}

h1, h2, h3, h4, h5, h6 { margin: 0 0 30px 0; font-weight: normal; line-height: 1.2; color: #000; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

h1 { font-size: 36px; }

h2 { font-size: 32px; }

h3 { font-size: 28px; }

h4 { font-size: 21px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

.header { margin: 0 0 30px 0; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 30px; text-transform: none; color: #d42938; }

.subheader { margin: 0 0 30px 0; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 24px; text-transform: none; color: #d42938; }

p { margin: 0 0 30px 0; }

em { font-style: italic; }

strong, b { font-weight: bold; }

small { font-size: 80%; }

hr { margin: 10px 0 30px; height: 0; border: solid #ccc; border-width: 1px 0 0; clear: both; }

@font-face { font-family: 'Akzidenz-Grotesk BQ'; src: url("../../_assets_/fonts/AkzidenzGroteskBQ-Bold.woff2") format("woff2"), url("../../_assets_/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Ellington MT'; src: url("../../_assets_/fonts/EllingtonMT-Bold.woff2") format("woff2"), url("../../_assets_/fonts/EllingtonMT-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Ellington MT'; src: url("../../_assets_/fonts/EllingtonMT.woff2") format("woff2"), url("../../_assets_/fonts/EllingtonMT.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Akzidenz-Grotesk BQ'; src: url("../../_assets_/fonts/AkzidenzGroteskBQ-Reg.woff2") format("woff2"), url("../../_assets_/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Akzidenz-Grotesk BQ'; src: url("../../_assets_/fonts/AkzidenzGroteskBQ-Medium.woff2") format("woff2"), url("../../_assets_/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"); font-weight: 500; font-style: normal; }

/* -----------------------------------------
#links
-----------------------------------------*/
a, a:visited { color: #1E74A9; text-decoration: underline; }

a:hover, a:focus { color: #1E74A9; }

p a, p a:visited { line-height: inherit; }

/* -----------------------------------------
#lists
-----------------------------------------*/
ul, ol { margin: 0 0 20px 10px; }

ul { list-style: disc; }

ol { list-style: decimal; }

ul ul { margin: 4px 0 5px 30px; }

ul ul li { margin-bottom: 6px; }

ul ol { margin: 4px 0 5px 30px; }

ul ol li { margin-bottom: 6px; }

ol ol { margin: 4px 0 5px 30px; }

ol ol li { margin-bottom: 6px; }

ol ul { margin: 4px 0 5px 30px; }

ol ul li { margin-bottom: 6px; }

li { line-height: 1.3; margin-bottom: 7px; }

li p { line-height: 1.3; }

/* -----------------------------------------
#images
-----------------------------------------*/
img { max-width: 100%; height: auto; }

a img { border: none; }

.alignleft { float: left; clear: left; margin: 0 20px 20px; }

.alignright { float: right; margin: 0 0 20px 20px; }

.alignnone { margin: 0 auto 20px; display: block; }

img[align="right"], img[style*="float: right"], img[style*="float:right"] { margin: 0 0 20px 20px; }

img[align="left"], img[style*="float: left"], img[style*="float:left"] { margin: 0 20px 20px 0; }

/* -----------------------------------------
#buttons
-----------------------------------------*/
.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"], .btn { display: inline-block; padding: 9.5px 60.5px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 18px; text-transform: none; text-decoration: none; line-height: normal; vertical-align: top; border: 2px solid #1d73b7; border-radius: 22.5px; background: #fff; color: #19659F!important; cursor: pointer; transition: background .3s; }

.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .btn:hover { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; background: #e6e6e6; color: #1d73b7; }

.button:active, a.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .btn:active { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; background: #e6e6e6; }

.button:visited, a.button:visited, button:visited, input[type="submit"]:visited, input[type="reset"]:visited, input[type="button"]:visited, .btn:visited { background: #fff; }

.button:focus, a.button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, .btn:focus { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; background: #e6e6e6; color: #1d73b7; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

.btn-share-close { background: #1d73b7; color: #fff; }

.btn-share-close:hover { background: #1a68a5; color: #fff; }

/* -----------------------------------------
#forms
-----------------------------------------*/
form { margin-bottom: 30px; }

fieldset { margin-bottom: 30px; }

input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea, select { border: 1px solid #e9eaec; padding: 10px 14px; outline: none; font-size: 13px; font-family: sans-serif; color: #000; margin: 0; display: inline-block; background: #fff; border-radius: 0; box-shadow: none; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus { color: #63686c; border: 1px solid #0F95E9; }

label, legend { display: block; font-weight: bold; font-size: 13px; }

input[type="checkbox"] { display: inline; }

label span { font-weight: normal; font-size: 13px; color: #444; }

legend span { font-weight: normal; font-size: 13px; color: #444; }

.form-control:focus { border-color: inherit; -webkit-box-shadow: none; box-shadow: none; }

::-webkit-input-placeholder { color: #000; opacity: 1; }

:-moz-placeholder { color: #000; opacity: 1; }

::-moz-placeholder { color: #000; opacity: 1; }

:-ms-input-placeholder { color: #000; opacity: 1; }

.gsc-control-cse * { box-sizing: content-box; }

/* -----------------------------------------
#rz intranet
-----------------------------------------*/
form.loginform { padding: 30px; border: 1px solid #D2DFEF; background: #fff; }

form.loginform p { padding: 20px; line-height: 1; background: #E65229; color: #fff; }

form.loginform label { font-weight: normal; }

form.loginform label input { display: block; box-sizing: border-box; margin-bottom: 10px; padding: 10px; width: 100%; color: #000; }

/* -----------------------------------------
#rz notify
-----------------------------------------*/
.e-notify { overflow: hidden; padding: 3px 13px 2px; position: fixed; bottom: 10px; left: 10px; font-size: 12px; font-weight: bold; text-transform: uppercase; border-radius: 50px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.175); background: #E7DF7F; color: #111; z-index: 999; }

.e-notify img { display: none; }

.e-notify i { margin-right: 4px !important; }

.e-notify a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

/* -----------------------------------------
#rz alert
-----------------------------------------*/
.floating-alert {margin: 0;padding: 30px;position: fixed;right: 10px;bottom: 10px;width: 350px;font-size: 14px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);border: 3px solid #fff;background: rgb(29, 115, 183);color: #fff;z-index: 99999;}

.floating-alert h1 { margin: 0 0 10px; font-family: sans-serif; font-size: 18px; font-weight: bold; text-transform: uppercase; color: #ffffff; }

.floating-alert .btn { margin: 20px 0 0 0 !important; padding: 8px 10px; }

.floating-alert .close { margin-right: 20px; padding: 0; background: none !important; color: #fff !important; opacity: 1; }

/* -----------------------------------------
#rz edit
-----------------------------------------*/
.quicklinkbtn {position: relative;z-index: 99;}
.sliderbtn{position:absolute;left:0;right:0;top:0;text-align:center;z-index:80}
.socialEditBtn{position:absolute;top:15px;right:50px;}
.float_button_above{left:0;right:0}
.featuredImageEditBox {display: inline-block;position: relative;z-index: 9;}
.activityEditBox {top: -45px;position: relative;}

.post .faqs-heading.active{background:#1471b9;border-color:#1471b9;color:#fff}
.post .faqs-toggle-content{border-color:#1471b9}
.post .faqs-heading{color:#1471b9;position:relative;background:#f9f9f9}
.post .faqs-heading:before{content:"\f078"}
.post .faqs-heading.active:before{content:"\f077";color:#fff}
.post .faqs-heading:before{font-family:'FontAwesome';position:absolute;left:25px}
.post table{/*! margin-left: 25px; */} 
#calendar{min-height:800px}
#countdown-container{position:absolute;right:0;border-top:1px solid #f7b719;background:rgba(29, 115, 183, .75);width:365px}
#countdown-container .rzBtn{position:absolute;color:black;background:linear-gradient(#ffffff, #dedede);padding:0 5px;font-size:14px;right:20px;width:108px}
.coundown-header{margin: 5px auto 20px; text-align:center; font-size:28px;color:white}
#countdown-toggle{text-align:center;color:white;border-top:1px solid #f7b719;background:#1d73b7;cursor:pointer}
#countdown-toggle.expand i{transform:rotate(180deg)}
#countdown-container .flip-clock-wrapper ul { width: 40px; height: 60px; line-height: 57px; }
#countdown-container .flip-clock-wrapper ul li { line-height: 62px; }
#countdown-container .flip-clock-wrapper ul li a div.up:after { top: 29px; }
#countdown-container .flip-clock-wrapper ul li a div div.inn { font-size: 50px; }
#countdown-container .flip-clock-divider { height: 71px; }
#countdown-container .flip-clock-divider .flip-clock-label { right: -64px; color:white; }
#countdown-container .flip-clock-divider.minutes .flip-clock-label { right: -69px; }
#countdown-container .flip-clock-dot.top { top: 19px; }
#countdown-container .flip-clock-dot.bottom { bottom: 19px; }
#homepage article.main-bar>.container{position:relative;z-index:5}
/* -----------------------------------------
#loader
-----------------------------------------*/
/* -----------------------------------------
#main
-----------------------------------------*/
body { overflow-x: hidden; }

@keyframes bounce { 0%, 20%, 53%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); }
  90% { -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); } }

.text-overflow { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.search-open #nav { margin-top: 40px; }

#calendarEvent { margin: 0 auto; left: 0; max-height: 500px; overflow-y: auto; }

header { position: relative; z-index: 60; }

.top-bar { position: absolute; top: 0; left: 0; width: 100%; background: transparent; z-index: 56; }

.logo-slider { margin: 10px 0 0 -37px; float: left; }

.socials { float: right; margin: 43px 0 0 0; font-size: 0; }

.socials a { margin-left: 39px; font-size: 26px; text-decoration: none; color: rgba(0, 0, 0, 0.4); }

.socials a:first-of-type { margin: 0; }

.socials a:hover, .socials a:active, .socials a:visited, .socials a:focus { text-decoration: none; color: rgba(0, 0, 0, 0.4); }

.socials a:hover, .socials a:focus { color: #000; }

.scroll-to { position: absolute; bottom: 66px; left: 0; width: 100%; text-align: center; z-index: 57; }

.scroll-to a { display: inline-block; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 12px; text-transform: uppercase; letter-spacing: 3px; text-decoration: none; color: #fff; }

.scroll-to a:hover, .scroll-to a:active, .scroll-to a:visited, .scroll-to a:focus { text-decoration: none; color: #fff; }

.scroll-to span { display: block; }

.scroll-to img { position: absolute; bottom: -26px; left: calc(50% - 9px); animation: bounce 3s infinite; }

.main-bar { position: absolute; top: 100%; left: 0; width: 100%; background: #1d73b7; }

.main-bar.nav-fixed { position: fixed; top: 0; }

.logo { float: left; padding: 30px 0 29px 2px; }

.logo a { display: block; }

.nav-bar { float: right; margin-right: 92px; position: relative; }

.nav-bar:after { content: ''; position: absolute; top: calc(50% - 15px); right: -32px; width: 2px; height: 30px; background: rgba(255, 255, 255, 0.2); }

#search-toggle { float: right; margin: 48px -7px 0 0; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; color: #fff; cursor: pointer; }

#search-toggle img { margin-left: 30px; }

#nav { float: none; margin: 0; padding: 0; list-style: none; }

#nav a, #nav span { display: block; padding: 51px 28.5px 45px 28.5px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 15px; text-transform: uppercase; letter-spacing: 2px; text-decoration: none; background: transparent; color: #fff; }

#nav a:hover, #nav a:focus, #nav span:hover, #nav span:focus { background: transparent; color: #fff; }

#nav li { margin: 0; float: left; position: relative; }

#nav li:hover > ul { display: block; }

#nav ul { display: none; margin: 0; padding: 0; position: absolute; top: 100%; left: 0; list-style: none; text-align: left; }

#nav ul.showUl { display: block; }

#nav ul.hideUL { display: none; }

#nav ul a, #nav ul span { padding: 10px 15px; width: 200px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 14px; text-transform: none; border-top: 1px solid rgba(255, 255, 255, 0.2); background: #1d73b7; color: #fff; }

#nav ul a:hover, #nav ul a:focus, #nav ul span:hover, #nav ul span:focus { background: #1a68a5; color: #fff; }

#nav ul li { margin: 0; padding: 0; }

#nav ul ul { margin: 0; padding: 0; left: 100%; top: 0; }

#nav ul ul.showUl { display: block; }

#nav ul ul.hideUL { display: none; }

#search { display: none; padding: 15px; position: absolute; top: 100%; left: 0; width: 100%; background: transparent; }

#search form { margin: 0; position: relative; width: 100%; }

#search input { padding-left: 30px; padding-right: 76px; height: 45px; width: 100%; border: none; border-radius: 22.5px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 16px; text-transform: none; background: #1d73b7; color: #fff; }

#search input:focus { outline: none; border: none; }

#search input::placeholder { font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 16px; text-transform: none; color: rgba(255, 255, 255, 0.7); }

#search button { padding: 0 30px; position: absolute; top: 0; right: 0; height: 45px; border-radius: 0; border: none; background: transparent; }

#search button:focus { outline: none; border: none; }

#search button em { margin-top: 0; font-size: 18px; color: #fff; }

.slider { position: relative; height: 730px; background: #000; z-index: 1; }
#homepage .slider{display:none}

.slider .bx-controls { display: none; }

.slider-bottom-grad { position: absolute; bottom: 0; left: 0; width: 100%; height: 128px; background: url("../../_assets_/images/slider-bottom-grad.png") left center repeat-x; z-index: 55; }

.live-work-play { padding: 94px 0 305px 0; position: relative; background: url("../../_assets_/images/live-work-play-bg.jpg") top center/cover no-repeat; }

.live-work-play-grad { position: absolute; top: 0; left: 0; width: 100%; height: 127px; background: url("../../_assets_/images/live-play-work-top-grad.png") left center repeat-x; }

.live-work-play-head { text-align: center; }

.live-work-play-head h2 { margin: 24px 0 49px 0; font-family: 'Ellington MT', serif; font-weight: 700; font-size: 55px; text-transform: none; color: #d42938; }

.live-work-play-links { margin: 0 auto; position: relative; width: 1299px; max-width: 100%; height: 640px; }

.live-work-play-links .item { position: absolute; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 700; font-size: 32px; text-transform: uppercase; letter-spacing: 3px; text-decoration: none; border-radius: 2px; box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2); color: #fff; overflow: hidden; }

.live-work-play-links .item:hover, .live-work-play-links .item:active, .live-work-play-links .item:visited, .live-work-play-links .item:focus { text-decoration: none; color: #fff; }

.live-work-play-links .item:before { content: ''; position: absolute; top: calc(50% - 100px); left: calc(50% - 100px); width: 200px; height: 200px; border-radius: 50%; background: rgba(212, 41, 56, 0.9); transition: transform .25s ease-in-out; z-index: 2; }

.live-work-play-links .item:hover img, .live-work-play-links .item:focus img { transform: scale(1.1); }

.live-work-play-links .item:hover:before, .live-work-play-links .item:focus:before { transform: scale(1.1); }

.live-work-play-links .item img { display: block; float: left; position: relative; transition: transform .25s ease-in-out; z-index: 1; }

.live-work-play-links .item > span {position: absolute;left: 0;right: 0;z-index: 3;text-align: center!important;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

.live-work-play-links .item > span > span {}

.live-work-play-links .live { bottom: 0; left: 0; z-index: 1; }

.live-work-play-links .play { top: 0; left: calc(50% - 230px); z-index: 2; }

.live-work-play-links .work { bottom: 0; right: 0; z-index: 1; }

.news-events { padding: 31px 0 121px 0; background: url("../../_assets_/images/news-events-bg.jpg") 0% -22px/cover no-repeat; }

.news-events-head h2 { margin-bottom: 40px; font-family: 'Ellington MT', serif; font-weight: 700; font-size: 55px; text-transform: none; text-align: center; color: #d42938; }

.events { margin: 0 -32px 0 32px; }

.events h3 { margin-bottom: 54px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: 3px; text-align: center; color: #0074c5; }

.calendar-wrap { position: relative; }

.events-actions { margin-top: 82px; text-align: center; }

.events-actions .btn { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }

.news { margin: 0 -7px 0 -58px; }

.news h3 { margin-bottom: 24px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: 3px; text-align: center; color: #0074c5; }

.owl-slider .owl-dots { position: absolute; bottom: -20px; left: 0; width: 100%; text-align: center; z-index: 1; }

.owl-slider .owl-dot { display: inline-block; margin: 0 5px; }

.owl-slider .owl-dot span { display: block; width: 10px; height: 10px; background: transparent; border: 1px solid #1d73b7; border-radius: 50%; }

.owl-slider .owl-dot.active span { background: #1F7EC7; }

.owl-slider .owl-prev { position: absolute; bottom: -19px; left: calc(50%); z-index: 2; }

.owl-slider .owl-next { position: absolute; bottom: -19px; right: calc(50%); z-index: 2; }

.news-item { margin-bottom: 23px; position: relative; min-height: 250px; border-radius: 2px; box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.5); overflow: hidden; }

.news-item:first-of-type { margin-top: 30px; }

.news-item:last-of-type { margin-bottom: 30px; }

.news-item .banner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.news-item .content { padding: 22px 30px 25px 30px; position: absolute; bottom: 0; left: 0; width: 100%; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 18px; text-transform: none; line-height: 1.6; background: rgba(29, 115, 183, 0.9); color: #fff; z-index: 2; }

.news-item .content p { margin-bottom: 0; }

.news-item .content a { text-transform: uppercase; text-decoration: underline; color: #f5b633; }

.news-item .content a:hover, .news-item .content a:active, .news-item .content a:visited, .news-item .content a:focus { text-decoration: none; color: #f5b633; }

.news-actions { margin-top: 52px; text-align: center; }

.news-actions .btn { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }

.dept { padding: 53px 0 75px 0; background: #1d73b7; }

.dept-accent { position: absolute; bottom: -75px; left: 51px; }

.dept-head { text-align: center; }

.dept-head h2 { margin-bottom: 48px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 25px; text-transform: uppercase; letter-spacing: 5px; color: #fff; }

.dept-links-wrap { padding: 0 10px; }

.owl-slider-2 img { width: auto !important; }

.owl-slider-2 .item { display: block; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 16; text-transform: uppercase; line-height: 1.38; letter-spacing: 1px; text-decoration: none; text-align: center; color: #fff; }

.owl-slider-2 .item img { display: none; margin: 0 auto; }

.owl-slider-2 .item img.init { display: block; }

.owl-slider-2 .item img.hover { display: none; }

.owl-slider-2 .item span { display: block; margin-top: 7px; }

.owl-slider-2 .item:hover, .owl-slider-2 .item:focus { text-decoration: none; color: #fff; }

.owl-slider-2 .item:hover img.init, .owl-slider-2 .item:focus img.init { display: none; }

.owl-slider-2 .item:hover img.hover, .owl-slider-2 .item:focus img.hover { display: block; }

.owl-slider-2 .owl-prev { position: absolute; top: calc(50% - 41px); left: -61px; }

.owl-slider-2 .owl-next { position: absolute; top: calc(50% - 41px); right: -61px; }

.action { padding: 113px 0 0 0; }

.action .action-actions{display:none}

.action-head { text-align: center; }

.action-head h2 { margin: 30px 0 33px 0; font-family: 'Ellington MT', serif; font-weight: 700; font-size: 55px; text-transform: none; color: #d42938; }

.action-links-wrap { background: url("../../_assets_/images/action-bg.jpg") center 9px no-repeat; }

.action-links { margin: 0 auto; max-width: 1190px; }

.action-item { display: block; float: left; margin: 0 35px 33px 0; position: relative; width: 259px; height: 196px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 700; font-size: 22px; text-transform: none; line-height: 1.23; text-decoration: none; color: #000; }

.action-item:hover, .action-item:active, .action-item:visited, .action-item:focus { text-decoration: none; color: #000; }

.action-item:hover .content, .action-item:focus .content { top: 0; left: 0; }

.action-item:hover:after, .action-item:focus:after { bottom: 0; right: 0; }

.action-item .content { display: block; position: absolute; padding: 72px 0 0 0; top: -7.5px; left: -7.5px; width: 100%; height: 100%; text-align: center; box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); border-radius: 2px; background: #80c0e2; z-index: 2; transition: all .25s ease; }

.action-item .content img { display: block; float: left; margin-right: 15px; }

.action-item .content .text { display: block; float: left; margin-top: -4px; max-width: 165px; }

.action-item .cont-wrap { display: inline-block; text-align: left; }

.action-item:after { content: ''; display: block; position: absolute; bottom: -7.5px; right: -7.5px; width: 100%; height: 100%; box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); border-radius: 2px; background: #1d73b7; z-index: 1; transition: all .25s ease; }

.action-actions { margin-top: 19px; text-align: center; }

.action-actions .btn { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }

.connect { padding: 85px 0 0 0; }

.connect h2 { margin-bottom: 25px; font-family: 'Ellington MT', serif; font-weight: 700; font-size: 55px; text-transform: none; text-align: center; color: #d42938; }

#tabs { margin: 0; padding: 0; list-style: none; font-size: 0; text-align: center; background: #1d73b7; }

#tabs li { display: inline-block; margin: 0 24px; }

#tabs li.current a { color: #fff; }

#tabs li.current a:after { display: block; }

#tabs a { display: block; padding: 30px 15px; position: relative; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 16px; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; color: #fff; }

#tabs a:after { display: none; content: ''; position: absolute; top: 0; left: calc(50% - 60px); width: 120px; height: 8px; background: #f5b633; }

#tabs a:hover, #tabs a:active, #tabs a:visited, #tabs a:focus { text-decoration: none; color: #fff; }

#tabs-content { background: #1d73b7; }

#tabs-content > div { display: none; padding: 6px 0 25px 50px; }

#tabs-content > div.current { display: block; }

.feed-element { float: left; margin: 0 29px 30px 0; padding: 20px 20px 15px 20px; max-width: 296px; min-height: 296px; background: #fff; }

.feed-element .content > img { display: block; margin: 0 auto 20px auto; max-height: 179px; }

.feed-element .feed-actions { float: left; margin-right: 9px; }

.feed-element .feed-actions a { display: block; }

.feed-element .feed-actions a img { display: block; margin: 0 auto 5px auto; }

.feed-element p { margin: 0; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 14px; text-transform: none; line-height: 1.4; color: #000; overflow: hidden; }

.connect-actions { margin-top: 40px; text-align: center; }

.econ-dev-content { margin: 179px 0 0 79px; position: relative; z-index: 2; }
.diamond-img>div {position: absolute;top: -90px;right: -90px;left: -90px;bottom: -90px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.econ-bg {position: absolute;top: -95px;right: -15px;bottom: -100px;left: -170px;z-index: -12;}
.econ-bg:after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(255,255,255,0);background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );}
.diamond-img {position: absolute;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);overflow: hidden;-webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.25);box-shadow: 0 0 30px 5px rgba(0,0,0,.25);}
.diamond-left {width: 350px;height: 350px;z-index: 1;top: 80px;left: 50px;}
.diamond-right {width: 240px;height: 240px;z-index: 2;position: absolute;left: 320px;top: 160px;}

.econ-dev-content h2 { margin-bottom: 20px; font-family: 'Ellington MT', serif; font-weight: 700; font-size: 55px; text-transform: none; line-height: 60px; color: #d42938; }

.econ-dev-content .sub { margin-bottom: 24px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: 4.5px; color: #1d73b7; }

.econ-dev-content .content { margin-bottom: 0; padding-right: 48px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 18px; text-transform: none; line-height: 1.45; color: #000; }

.econ-dev-content .content a { font-style: italic; }

.econ-imgs {margin: 79px 0 0 -34px;position: relative;/* width: 679px; */height: 510px;z-index: 1;}

.econ-imgs .imgs-bg { position: absolute; top: -67px; left: -111px; max-width: none; }

.econ-imgs .large-img { display: block; position: absolute; bottom: -24px; left: -20px; }

.econ-imgs .small-img { display: block; position: absolute; bottom: -24px; right: -20px; }

.econ-dev-links { display: inline-block; margin: 19px 0 0 79px; position: relative; font-size: 0; border-radius: 19px; box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2); z-index: 2; }

.econ-dev-links a { display: inline-block; padding: 4.5px 20px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 500; font-size: 18px; text-transform: none; text-decoration: none; border: 2px solid #1d73b7; background: #fff; color: #1d73b7; }

.econ-dev-links a:hover, .econ-dev-links a:active, .econ-dev-links a:visited, .econ-dev-links a:focus { text-decoration: none; background: #fff; color: #1d73b7; }

.econ-dev-links a:hover, .econ-dev-links a:focus { background: #e6e6e6; color: #1a68a5; }

.foot-divider { margin-top: 103px; }

footer { padding: 16px 0 40px 0; position: relative; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 18px; text-transform: none; letter-spacing: .5px; background: #fff; }

footer p { margin: 0; color: #000; }

footer p a { font-weight: 700; text-decoration: none; color: #1d73b7; }

footer p a:hover, footer p a:focus, footer p a:visited { text-decoration: none; color: #1d73b7; }

footer p a.color { color: #d42938; }

footer p a.color:hover, footer p a.color:focus, footer p a.color:visited { text-decoration: none; color: #d42938; }

footer p .color { color: #0074c5; }

#freeform footer, #freeform-fullwidth footer { padding: 42px 0 40px 0; background: #111111; }

#freeform footer p, #freeform-fullwidth footer p { margin: 0; color: #7fbfe1; }

#freeform footer p a, #freeform-fullwidth footer p a { font-weight: 700; text-decoration: none; color: #2081CB; }

#freeform footer p a:hover, #freeform footer p a:focus, #freeform footer p a:visited, #freeform-fullwidth footer p a:hover, #freeform-fullwidth footer p a:focus, #freeform-fullwidth footer p a:visited { text-decoration: none; color: #2081CB; }

#freeform footer p a.color, #freeform-fullwidth footer p a.color { color: #DC4753; }

#freeform footer p a.color:hover, #freeform footer p a.color:focus, #freeform footer p a.color:visited, #freeform-fullwidth footer p a.color:hover, #freeform-fullwidth footer p a.color:focus, #freeform-fullwidth footer p a.color:visited { text-decoration: none; color: #DC4753; }

#freeform footer p .color, #freeform-fullwidth footer p .color { color: #f5b633; }

.left-foot p { float: left; }

.right-foot p { font-size: 16px; }

.translate { float: right; margin-right: -31px; position: relative; z-index: 2; }

.translate .flag { position: absolute; top: 3px; right: 24px; }

.foot-bar { height: 4px; background: #0073c5; background: -moz-linear-gradient(left, #0073c5 0%, #7fbfe1 100%); background: -webkit-linear-gradient(left, #0073c5 0%, #7fbfe1 100%); background: -o-linear-gradient(left, #0073c5 0%, #7fbfe1 100%); background: -ms-linear-gradient(left, #0073c5 0%, #7fbfe1 100%); background: linear-gradient(to right, #0073c5 0%, #7fbfe1 100%); }

iframe { border: none; }

.dropdown-menu a { text-decoration: none; }

.goog-te-gadget-simple { padding: 0 !important; background: transparent !important; border: none !important; }

.goog-te-gadget-simple .goog-te-menu-value { color: #fff !important; }

.goog-te-gadget-icon { display: none !important; }

.goog-te-gadget { display: inline !important; font-family: sans-serif !important; font-size: 12px !important; }

.goog-te-menu-value { margin: 0 !important; text-decoration: none; }

.goog-te-menu-value:hover, .goog-te-menu-value:active, .goog-te-menu-value:visited, .goog-te-menu-value:focus { text-decoration: none; }

.goog-te-menu-value img { display: none !important; }

.goog-te-menu-value span { display: none !important; }

.goog-te-menu-value span:first-of-type { display: inline-block !important; position: relative; font-size: 0; }

.goog-te-menu-value span:first-of-type:before { content: 'Translate'; display: inline-block; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 18px; text-transform: uppercase; color: #1d73b7; }

.goog-te-menu-value span:first-of-type:after { margin-left: 32px; content: url("../../_assets_/images/chev-down.png"); display: inline-block; }

/* Accessibility */
a:focus, button:focus, *[role="button"]:focus, .toggle[tabindex]:focus, .toggle2[tabindex]:focus { box-shadow: 0 0 5px #51cbee; outline: 2px solid #51cbee; outline-offset: -2px; }

a[name="content"] { display: block; position: relative; top: -119px; }

#content { display: block; height: 0; width: 0; overflow: hidden; }

.skip { display: block; padding: 15px; position: fixed; font-family: sans-serif; font-weight: 700; font-size: 18px; text-transform: none; top: 30px; left: -70%; text-decoration: none; background: #1d73b7; color: #fff; z-index: 9999; transition: left .3s ease-in-out; }

.skip:hover, .skip:active, .skip:visited { text-decoration: none; background: #1a68a5; color: #fff; }

.skip:focus { left: 30px; text-decoration: none; color: #fff; }

/* End Accessibility */
/* -----------------------------------------
#inner
-----------------------------------------*/
#flyout ul a {padding-left: 110px;display: block;width: 100%;}
#flyout-toggle { display: none; float: right; position: relative; font-size: 20px; color: #fff; z-index: 9; }

#flyout { margin: 0; padding: 0; }

#flyout a, #flyout span { display: block; padding: 15px 20px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 18px; text-transform: none; text-decoration: none; color: #000; }

#flyout a:hover, #flyout a:focus, #flyout span:hover, #flyout span:focus { color: #000; }

#flyout li { margin: 0; display: block; position: relative; }



#flyout li:last-of-type a, #flyout li:last-of-type span { border: none; }

#flyout ul {display: none;margin: 0;padding: 0;background: rgba(0,0,0,.115);z-index: 9;}

#flyout ul.showUl { display: block; }

#flyout ul.hideUL { display: none; }

#flyout ul a, #flyout ul span { padding: 10px 15px; font-size: 14px; width: 200px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }



#flyout .toggle {float: right;display: block;}

.breadcrumbs { font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; line-height: 1; color:#FFF; }

.breadcrumbs p { margin: 0; color: #fff; }

.breadcrumbs a { text-decoration: none; color: #fff; }

.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:visited, .breadcrumbs a:active { text-decoration: none; color: #fff; }

.breadcrumbs span { margin: 0 16px; color: #fff; }

#main-content { position: relative; background: #fff; }

.left-bg { position: absolute; top: 0; left: 0; bottom: 0; width: 26.5625%; background: #e5e5e5; }

.slider-inner { position: relative; height: 620px; background: #000; z-index: 1; }

.slider-inner .bx-controls { display: none; }

.slider-inner-top-grad { position: absolute; top: 0; left: 0; width: 100%; height: 127px; background: url("../../_assets_/images/slider-inner-top-grad.png") left center repeat; z-index: 56; }

.slider-inner-accent { position: absolute; bottom: -71px; left: 0; width: 100%; max-width: 100%; z-index: 56; }

.page-title { margin-bottom: 7px; font-family: 'Ellington MT', serif; font-weight: 700; font-size: 80px; text-transform: none; color: #d42938; }

.page-info { position: absolute; bottom: 156px; left: 0; width: 100%; z-index: 57; }

.page-info-wrap { padding: 0 40px; }

.left-column { position: relative; z-index: 2; }

.left-column > h2 { padding: 89px 0 0 20px; margin-bottom: 20px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; color: #1d73b7; }

.left-column .red-bar { margin: 0 0 13px 20px; width: 40px; height: 2px; background: #d42938; }

.entry { padding: 0 0; position: relative; }

.inner-slider { margin: 30px 0; padding-bottom: 60px; position: relative; width: 836px; max-width: 100%; height: 455px; }

.inner-slider .bx-wrapper { box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25); }

.inner-slider .bx-controls-direction { display: none; }

.inner-slider .bx-pager { margin-top: 20px; }
.no-clicks {pointer-events: none;}

.inner-slider .bx-pager-item { margin: 0 8px; }

.inner-slider .bx-pager-link { display: block; width: 20px; height: 20px; border: 4px solid #7fbee0; border-radius: 50%; background: transparent; color: transparent; overflow: hidden; }

.inner-slider .bx-pager-link.active { background: #7fbee0; }

.inner-qlinks { padding: 73px 0; margin-top: 72px; background: url("../../_assets_/images/inner-qlinks-grad.png") left top repeat-x; }

.inner-qlinks h2 { padding: 0 0 0 20px; margin-bottom: 20px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; color: #1d73b7; }

.qlinks-list { margin: 0; padding: 0; list-style: none; }

.qlinks-list li { margin: 0; }

.qlinks-list a, .qlinks-list span { display: block; padding: 15px 20px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 18px; text-transform: none; text-decoration: none; color: #000; }

.qlinks-list a:hover, .qlinks-list a:focus, .qlinks-list span:hover, .qlinks-list span:focus { color: #000; }

/* -----------------------------------------
#share widget
-----------------------------------------*/
.modal-content { overflow: hidden; box-shadow: none !important; border-radius: 3px; }

.modal-header { padding: 30px 60px; text-align: center; border-color: #F4F9FD; background: #fff; }

.modal-header h4 { font-size: 30px; }

.modal-header button { margin-top: 2px !important; position: relative; width: auto; font-size: 25px; box-shadow: none; background: none; color: #000 !important; }

.modal-header button:hover { background: none; color: #000 !important; }

.modal-body { padding: 40px 60px; }

.copylink { margin-bottom: 40px; }

.copylink pre { border: 1px solid #DBE7F0; background: #F4F9FD; }

.share-btns { margin: 0 0 20px; }

.share-btns a { display: block; overflow: hidden; margin-bottom: 20px; height: 170px; vertical-align: top; text-align: center; text-decoration: none; border-radius: 3px; border: 1px solid #DBE7F0; }

.share-btns i, .share-btns em { display: block; font-size: 60px; line-height: 170px !important; }

.btn-facebook { color: #3b5998 !important; }

.btn-facebook:hover { border-color: #3b5998; }

.btn-twitter { color: #00ACED !important; }

.btn-twitter:hover { border-color: #00ACED; }

.btn-google { color: #D34836 !important; }

.btn-google:hover { border-color: #D34836; }

.btn-reddit { color: #ff5700 !important; }

.btn-reddit:hover { border-color: #ff5700; }

.btn-lg { padding: 14px 30px; font-size: 16px; border-radius: 3px; border: 0; }

.floating-share-btn { padding: 0; position: fixed; top: 40%; right: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); border-radius: 0; border: 0; background: #1d73b7 !important; color: #fff !important; z-index: 99999; }

/* -----------------------------------------
#bxslider
-----------------------------------------*/
.bxslider, .bx-viewport, .bx-wrapper { height: 100% !important; }

.bxslider li { height: 100% !important; }

.bx-wrapper { position: relative; margin: 0; padding: 0; *zoom: 1; }

.bx-wrapper * { margin: 0; padding: 0; }

.bx-wrapper img { max-width: 100%; display: block; }

.bxslider { list-style: none; }

.bxslider > li:nth-child(n+1) { display: none; }

.bx-wrapper .bx-pager { text-align: center; }

.bx-wrapper .bx-pager .bx-pager-item { display: inline-block; *zoom: 1; *display: inline; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }

.bx-wrapper.bx-pager-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.bx-wrapper.bx-pager-default-pager a:hover { background: #000; }

.bx-wrapper.bx-pager-default-pager a:active { background: #000; }

.bx-wrapper .bx-controls-direction a { width: 32px; height: 32px; margin: -20px 0 0; display: block; background: url("../../_assets_/images/slider-nav.png") no-repeat 0 0; position: absolute; z-index: 51; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

.bx-wrapper .bx-controls-direction a.disabled { display: none; }

.bx-wrapper .bx-prev { left: -40px; }

.bx-wrapper .bx-prev:hover { opacity: 1; }

.bx-wrapper .bx-next { right: -40px; background-position: 100% 0 !important; }

.bx-wrapper .bx-next:hover { opacity: 1; }

.bx-wrapper:hover .bx-prev { opacity: 0.6; left: 20px; }

.bx-wrapper:hover .bx-next { opacity: 0.6; right: 20px; }

/* -----------------------------------------
#media queries
-----------------------------------------*/
@media only screen and (min-width: 992px) {
	#nav .toggle, #nav .toggle2,  #flyout .toggle2 {display: none;}
  .toggle, .toggle2, #nav-toggle { display: none; }
  .econ-dev-links a:first-of-type { padding-left: 29px; border-top-left-radius: 19px; border-bottom-left-radius: 19px; }
  .econ-dev-links a:last-of-type { padding-right: 29px; border-top-right-radius: 19px; border-bottom-right-radius: 19px; }
  .econ-dev-links a:not(:last-of-type) { border-right: none; }
  .left-column { float: left; width: 26.5625%; }
  .entry { padding: 74px 84px; overflow: hidden; }
  .entry .container { max-width: 100%; } }

@media only screen and (min-width: 1201px) { .container { width: 1410px; max-width: 100%; }
  .left-column { float: left; width: 26.5625%; }
  .left-column > h2 { padding-left: 111px; }
  .left-column .red-bar { margin-left: 110px; }
  .inner-qlinks h2 { padding-left: 111px; }
  #flyout > li, .qlinks-list > li { padding: 0 30px 0 110px; }
  #flyout > li > a, #flyout > li span, .qlinks-list > li > a, .qlinks-list > li span { padding: 7px 0; }


  .entry { padding: 74px 84px; overflow: hidden; }
  .entry .container { max-width: 100%; } }

@media only screen and (max-width: 1470px) { .logo-slider { margin-left: 0; }
  .owl-slider-2 .owl-prev { left: -15px; }
  .owl-slider-2 .owl-next { right: -15px; }
  .left-foot p { float: none; }
  .translate { display: inline-block; float: none; margin-top: 10px; } }

@media only screen and (max-width: 1400px) { #tabs li { margin: 0 15px; }
  #tabs a { font-size: 14px; } }

@media only screen and (max-width: 1350px) { .nav-bar { margin-right: 30px; }
  .nav-bar:after { right: -15px; }
  #nav a, #nav span { padding: 51px 15px 47px 15px; font-size: 16px; } }

@media only screen and (max-width: 1200px) { #search-toggle span { display: none; }
  #search-toggle img { margin: 0; }
  #flyout ul a {padding-left:20px;}
  .live-work-play-links { width: 860px; height: 431px; }
  .live-work-play-links .item img { width: 300px; }
  .live-work-play-links .play { left: calc(50% - 150px); }
  .news, .events { margin: 0; }
  #tabs li { display: block; margin: 0; }
  #tabs li.current a { background: #3481be; }
  #tabs a { padding: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #tabs a:hover, #tabs a:focus { background: #3481be; }
  .econ-dev-content { margin: 30px 0 0 0; }
  .econ-imgs {margin: 30px auto 0 auto;max-width: 100%;z-index: -1;/* opacity: .5; */}
  .econ-dev-links { margin: 30px 0 0 0; }
  .page-info-wrap { padding: 0; }
  .page-title { font-size: 50px; }
  .breadcrumbs { font-size: 13px; }
  .slider-inner-accent { display: none; }
  .slider-inner { height: 400px; }
  .page-info { bottom: 30px; }
  .entry { padding-left: 0; padding-right: 0; } }

@media only screen and (max-width: 991px) {
	#homepage .slider{display:block}
	#video-bg{display:none}
	.slider { height: 400px; }
  .logo-slider { margin-left: 0; }
  .logo-slider img { width: 150px; }
  #flyout ul a {padding:15px!important}
  #nav em {pointer-events: auto!important;}
  .socials a { margin-left: 15px; }
  .nav-bar { float: none; position: absolute; left: 0; top: 100%; width: 100%; margin: 0; }
  .nav-bar:after { display: none; }
  .logo { padding: 10px 0; }
  .logo img { height: 50px; }
  .toggle, .toggle2, #nav-toggle, #flyout-toggle { display: inline-block; cursor: pointer; }
  #nav-toggle { float: right; font-size: 29px; color: #000; }
  #nav-toggle { margin: 0 -15px 0 0; padding: 20.5px 15px; position: relative; }
  #nav-toggle:after { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: rgba(0, 0, 0, 0.2); }
  #search-toggle { margin: 0; padding: 21.5px 15px; }
  #nav { display: none; float: none; background: #1d73b7; transition: margin .2s ease-in-out; clear: both; }
  #nav a, #nav span { padding: 20px 15px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 14px; text-transform: none; line-height: 1; text-align: left; border-top: 1px solid rgba(0, 0, 0, 0.2); background: none; color: #fff; }
  #nav a:hover, #nav a:focus, #nav span:hover, #nav span:focus { color: #fff; }
  #nav li { display: block; float: none; position: relative; }
  #nav li:hover > ul { display: none; }
  #nav li li:hover > a { background: none; }
  #nav ul { padding: 0; position: static; top: 0; width: auto; -moz-column-count: 1; -moz-column-gap: 0; -webkit-column-count: 1; -webkit-column-gap: 0; column-count: 1; column-gap: 0; background: #175c92; }
  #nav ul a, #nav ul span { margin: 0; padding: 20px 25px; width: 100%; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 14px; text-transform: none; background: none; color: #fff; }
  #nav ul a:hover, #nav ul a:focus, #nav ul span:hover, #nav ul span:focus { color: #fff; }
  #nav ul ul { display: none; margin: 0; padding: 0; left: 0; background: #11456e; }
  #nav ul ul a, #nav ul ul span { margin: 0; padding: 20px 35px; font-family: 'Akzidenz-Grotesk BQ', sans-serif; font-weight: 400; font-size: 14px; text-transform: none; background: none; color: #fff; }
  #nav ul ul a:hover, #nav ul ul a:focus, #nav ul ul span:hover, #nav ul ul span:focus { color: #fff; }
  #nav .toggle, #nav .toggle2 { position: absolute; right: 0; top: 0; width: 55px; height: 55px; text-align: center; line-height: 55px; background: rgba(0, 0, 0, 0.2); }
  #flyout-toggle { float: right; color: #000; }
  #flyout { display: none; margin: 0; padding: 0; }
  #flyout a, #flyout span { padding: 20px 15px; font-size: 14px; line-height: 1; border-bottom: 1px solid rgba(0, 0, 0, 0.2); background: none; }
  #flyout li { padding: 0; }

  #flyout ul { position: static; left: 0; padding: 0; background: rgba(0, 0, 0, 0.2); }
  #flyout ul a, #flyout ul span { padding: 20px 30px; width: 100%; }
  #flyout .toggle { display: block; position: absolute; right: 0; top: 0; width: 55px; height: 55px; text-align: center; line-height: 55px; background: rgba(0, 0, 0, 0.2); }
  .live-work-play h2 { font-size: 35px; }
  .live-work-play-links { width: auto; height: auto; text-align: center; font-size: 0; }
  .live-work-play-links .item { display: inline-block; position: relative; margin: 0 7.5px 15px 7.5px; }
  .live-work-play-links .live { top: auto; bottom: auto; left: auto; right: auto; }
  .live-work-play-links .play { top: auto; bottom: auto; left: auto; right: auto; }
  .live-work-play-links .work { top: auto; bottom: auto; left: auto; right: auto; }
  .news-events { padding: 30px 0; }
  .news-events-head h2 { font-size: 35px; }
  .news { margin-top: 30px; }
  .action-links { text-align: center; }
  .action-item { display: inline-block; float: none; }
  .econ-imgs {display: none;}
  .econ-imgs .imgs-bg { display: none; }
  .econ-imgs .large-img { display: block; margin: 0 auto; position: relative; top: auto; bottom: auto; left: auto; right: auto; }
  .econ-imgs .small-img { display: block; margin: 0 auto; position: relative; top: auto; bottom: auto; left: auto; right: auto; }
  .econ-dev-links { display: block; text-align: center; }
  .econ-dev-links a { display: block; width: auto; }
  .econ-dev-links a:not(:last-of-type) { border-bottom: 0; }
  .left-bg { display: none; }
  #flyout-toggle { margin: 15px 20px; }
  .left-column { background: #e5e5e5; }
  .left-column > h2 { padding: 15px 20px; margin: 0; }
  .left-column > .red-bar { display: none; }
  .entry { padding: 30px 0; }
  .inner-qlinks { margin: 0; padding: 30px 0 0 0; }
  .foot-divider { margin-top: 30px; }
  #freeform footer, #freeform-fullwidth footer { padding: 15px 0; }
  footer .text-right { text-align: left; }
  /* rz form tables - without page scope this targets edit forms and makes editing confusing */
  #freeform #formwizziwmorf tr { display: block !important; }
  #freeform #formwizziwmorf tr td { display: block !important; }
  #freeform #formwizziwmorf tr table tr { display: table-row !important; }
  #freeform #formwizziwmorf tr table td { display: table-cell !important; } }

@media only screen and (max-width: 767px) { .dept { padding: 30px 0; }
  .dept-accent { display: none; }
  #tabs-content > div { padding: 15px; }
  .floating-alert { padding-left: 15px; padding-right: 15px; right: 0; left: 0; bottom: 0; width: auto; font-size: 12px; border-radius: 0; border: 0; }
  .floating-alert h4 { margin-bottom: 10px; font-size: 14px; }
  .floating-alert .btn { padding: 7px 12px !important; font-size: 10px; }
  .share-btns a { padding: 10px; width: 100%; height: auto; font-size: 12px; white-space: nowrap; overflow: hidden; }
  .share-btns i { display: block; font-size: 20px; line-height: 50px !important; }
  .floating-share-btn { top: auto; bottom: 15px; right: 15px; border-radius: 50%; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4); } }

@media print { .nav-wrap, .sidebar, #flyout-wrap, .breadcrumbs, .e-notify { display: none !important; }
  a[href]:after { content: none !important; } }
