@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300&display=swap');

@font-face {
  font-family: 'Franklin';
    src: url('/css/fonts/FranklinGothic-MediumCond.eot');
    src: url('/css/fonts/FranklinGothic-MediumCond.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/FranklinGothic-MediumCond.woff2') format('woff2'),
        url('/css/fonts/FranklinGothic-MediumCond.woff') format('woff'),
        url('/css/fonts/FranklinGothic-MediumCond.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Franklin';
    src: url('/css/fonts/FranklinGothic-DemiCond.eot');
    src: url('/css/fonts/FranklinGothic-DemiCond.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/FranklinGothic-DemiCond.woff2') format('woff2'),
        url('/css/fonts/FranklinGothic-DemiCond.woff') format('woff'),
        url('/css/fonts/FranklinGothic-DemiCond.ttf') format('truetype');
  font-weight:bold;
}

body {
	font-family: Franklin;
	padding-top: 44px;
	font-size: 1.1rem;
    color: #707070;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
    color: #000;
}
a:hover {
    text-decoration: none;
}
p {
    
}


.topNav {
	background-color: #052F59;
	padding:6px 0;
    transition: all ease 0.25s;
    max-height: 50px;
    overflow: hidden;
}
.topNav.topNavHide {
    max-height: 0px;
    padding:0px 0;
}
.topNavin {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: flex-end;
}
.tNlink {
    color: #fff;
    padding: 0 2px;
    margin: 0px 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.tNlink.tNbtn {
	background-color: #B1CE4C;
    color: #000;
    border: 1px solid #B1CE4C;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 12px;
}
.tNt1, .tNt2 {
	line-height: 1em;
}
.tNt1 svg {
	color: #B1CE4C;
}
.nav-link {
	text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #fff;
    letter-spacing: 1px;
    transition: all ease 0.25s;
}
.fullNav {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 99;
    background-color: transparent;
    transition: all ease 0.25s;
    box-shadow: 0px 2px 4px rgba(0,0,0,0);
}
.fullNav.navA, .fullNav.navB {
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.fullNav.FN-white {
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.fullNav .navlogoN {
    display: none;
}
.fullNav.navA .navlogoN, .fullNav.navB .navlogoN, .fullNav.FN-white .navlogoN {
    display: block;
}
.fullNav.navA .navlogoW, .fullNav.navB .navlogoW, .fullNav.FN-white .navlogoW {
    display: none;
}
.fullNav.servicesON .navlogoN {
    display: none;
}
.fullNav.servicesON .navlogoW {
    display: block
}
.fullNav.navA .nav-link, .fullNav.navB .nav-link, .fullNav.navB .nav-item {
    color: #052F59;
}
.fullNav.FN-white .nav-link {
    color: #052F59;
}
.nav-item {
    padding:0 20px;
    color: #fff;
}
.HHeaderin {
	padding: 42vh 0 40px;
}
.HHeader {
	position: relative;
    background-color: #555;
}
.bgGradient {
    background: rgb(5,47,88); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(5,47,88,1) 0%, rgba(24,75,127,1) 25%, rgba(0,111,185,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(5,47,88,1) 0%,rgba(24,75,127,1) 25%,rgba(0,111,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(5,47,88,1) 0%,rgba(24,75,127,1) 25%,rgba(0,111,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052f58', endColorstr='#006fb9',GradientType=1 ); /* IE6-9 */
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
}
.HHeader > .container {
	position: relative;
	z-index: 3;
}
.HHeaderin h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    max-width: 100%;
    width: 550px;
}
.btn-common {
    border: 2px solid #B1CE4C;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 5px 13px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    transition: all ease 0.15s;
}
.btn-common.btnblue {
	background-color: #194A7F;
	border-color: #194A7F;
}
.btn-common.btngreen {
    background-color: #B1CE4C;
    border-color: #B1CE4C;
    color: #000;
}
.btn-common.btnorange {
    border-color: #F7964A
}
.uHbox p {
	margin:0;
}
.uHbox-bot {
    position: relative;
    background-color: #fff;
    padding: 5px;
    color: #000;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.uHbox-bot p {
	font-weight: bold;
	text-align: center;
	padding: 0 25px;
}
.uHbox {
	padding:2px;
	color: #000;
    transition: all ease 0.25s;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
}
.uHbox-g {
	background-color: #B1CE4C;
	box-shadow: 1px 2px 4px rgba(177, 206, 76, 0.5)
}
.uHbox-r {
	background-color: #D2232A;
    color: #fff;
    box-shadow: 1px 2px 4px rgba(210, 35, 42, 0.5);
}
.uHbox-o {
    background-color: #F7964A;
    color: #000;
    box-shadow: 1px 2px 4px rgba(247, 150, 74, 0.5);
}
.uHbox-top {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 2px 8px;
}
.uHbox-top p {
	text-transform: uppercase;
	font-weight: bold;
}
.uHbt-icon {
	padding-right: 10px;
    font-size: 1.4em;
}
.uHiicon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    line-height: 1em;
}
.uHboxes {
	padding:22px 0 0;
}
.modalFix .modal-content {
	border:none;
	border-radius: 0;
}
.modalIn {
	padding:3px;
}
.modalIn-g {
	background-color: #B1CE4C;
}
.modalIn-r {
    background-color: #D2232A;
}
.modalIn-o {
    background-color: #F7964A;
}
.modalIn-r .modalTop, .modalIn-r .modalExit p {
    color: #fff;
}
.modalIn-r .exitX:before, .modalIn-r .exitX:after {
    background-color: #fff;
}
.modalBot {
	background-color: #fff;
}
.modalTop {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 10px 50px 10px 20px;
}
.modalTopIcon {
	font-size: 3em;
	margin-right: 15px;
}
.modalTop h3 {
	text-transform: uppercase;
}
.modalExit {
    position: absolute;
    top: 6px;
    right: 6px;
}
.exitX {
	height: 32px;
	width:32px;
	position: relative;
}
.exitX:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 2px;
    background-color: #000;
    transform-origin: left top;
    transform: rotate(-45deg);
}
.exitX:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 2px;
    background-color: #000;
    transform-origin: right top;
    transform: rotate(45deg);
}
.modalExit p {
margin: 0;
    color: #000;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}
.modalText {
	padding: 20px 15px 15px;
    text-align: center;
}
.mBEbtn {
    text-decoration: underline;
    color: #000;
}
.modalBottomExit {
    margin-top: 15px;
}
.modalStatus {
    text-transform: uppercase;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-backdrop {
    background-color: #fff;
}
.PLTR {
    position: relative;
}
.py80 {
    padding:80px 0;
}
#homeIntro {
    position: relative;
}
.bgLines {
    background: url(/img/bglines.png) center / cover;
    width: 50%;
    height: 50%;
    position: absolute;
    bottom: 5%;
    right: 0%;
    z-index: 0;
}
.fixaspect {
    height: 0;
    width:100%;
    position: relative;
    padding: 0 0 56.25%;
}
.fixaspect iframe {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: 1;
}
.customThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
}
.searchCTA {
    background: rgb(5,47,88); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(5,47,88,1) 0%, rgba(24,75,127,1) 25%, rgba(0,111,185,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(5,47,88,1) 0%,rgba(24,75,127,1) 25%,rgba(0,111,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(5,47,88,1) 0%,rgba(24,75,127,1) 25%,rgba(0,111,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052f58', endColorstr='#006fb9',GradientType=1 ); /* IE6-9 */

    text-align: center;
    padding:30px 0;
    color: #fff;
}
.commonLink {
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}
.searchCTAin h3, .searchCTAin h2 {
    text-transform: uppercase;
    color: #fff;
}
.searchCTAin p, .searchCTAin .bCTAin p {
    color: #fff;
}
.searchCTAin ul li {
    color: #fff;
}
.commonText h2 {
    text-transform: uppercase;
    font-size: 1.5em;
}
.sIFinput {
    border:2px solid #F7964A;
    background-color: transparent;
    color: #fff;
    width:100%;
    padding:5px 8px;
}
.sIF-in {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    max-width: 500px;
    margin: auto;
}
.sIFf1 {
    flex: 0 0 80%;
    padding-right: 10px;
}
.sIFf2 {
}
.sIFsubmit {
    height: 100%;
    background-color: #B1CE4C;
    border: 2px solid #B1CE4C;
    min-width: 100px;
    text-align: center;
    text-transform: uppercase;
    transition: all ease 0.15s;
}
.searchItemsForm {
    margin: 15px 0;
}
.sIFinput::-webkit-input-placeholder { /* Edge */
  color: #B1B1B1;
}
.sIFinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B1B1B1;
}
.sIFinput::placeholder {
  color: #B1B1B1;
}
.bottleCTA {
    padding:45px 0;
    position: relative;
}
.bCTAin h2 {
    text-transform: uppercase;
}
.bCTAin p {
    color: #707070;
}
.bgelems {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.searchCTA > .container, .bottleCTA > .container, .CTAgreen > .container, .CTAgrey > .container {
    position: relative;
    z-index: 2;
}

.leftCorner {
    position: absolute;
    top: 0;
    left: 0;
    width: 13%;
}
.homeNavBoxes {
    padding:80px 0 50px;
    position: relative;
    overflow-x: hidden;

    background: rgb(245,245,245); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 27%, rgba(236,237,237,1) 43%, rgba(220,221,222,1) 84%, rgba(209,211,212,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 27%,rgba(236,237,237,1) 43%,rgba(220,221,222,1) 84%,rgba(209,211,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 27%,rgba(236,237,237,1) 43%,rgba(220,221,222,1) 84%,rgba(209,211,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d1d3d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hNBox {
    height: 100%;
    background-color: #194A7F;
    
}
.hNBoxin {
    padding:45px 15px 15px;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    height: 100%;
    box-shadow: 0px 3px 6px rgba(25,74,127,0.5);
    transition: all ease 0.15s;
}
.hNBoxin h3 {
    border-bottom: 2px solid #B1CE4C;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 10px;
    width:100%;
    color: #fff;
}
.hNBcol {
    margin-bottom: 30px;
}
.CTAgreen {
    padding:45px 0;
    background-color: #B1CE4C;
}
.gCTAin h2 {
    text-transform: uppercase;
}
.hNewsBox {
    background-color: #194A7F;
    padding:25px 18px 65px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0px 3px 6px rgba(25,74,127,0.5);
}
.Hupdates {
    position: relative;
    padding:80px 0;
}
.commonHeading h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.hNewsRight h2 {
    text-transform: uppercase;
}
.lineSeparator {
    height: 100%;
    width: 100%;
    position: relative;
}
.lineSeparator:before {
    content: "";
    position: absolute;
    background: url(/img/midlines.png);
    background-repeat: repeat-y;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    width: 31px;
    margin: auto;
}
.fixHNR {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.hNewsBox .btn-common {
    position: absolute;
    bottom: 25px;
    left: 20px;
}
.newsletter {
    padding:40px 0;
    position: relative;
    border-top: 12px solid #B1CE4C;
    overflow: hidden;
}
.newsletterCognito .cognito {
    margin-left: 0 !important;
    max-width: 100%;
    width: 450px;
}
.newsletterCognito .c-forms-form-body {
    display: flex;
    display: -ms-flexbox;
}
.newsletterCognito .c-forms-form-body > div {
    flex: 0 0 0%;
}
.newsletterCognito .c-forms-form-body .c-forms-template {
    flex: 0 0 80%;
}
.newsletterCognito .c-forms-form-body .c-button-section {
    flex-grow: 1;
}
.newsletterCognito .c-forms-form-body #c-recaptcha-div {
    position: absolute;
}
.newsletterCognito .c-forms-form-body > .c-forms-error {
    position: absolute;
}
.newsletterCognito .cognito .c-button-section {
    padding:0;
}
.newsletterCognito .cognito #c-submit-button {
    margin:0;
}
.newsletterCognito .cognito .c-forms-form .c-editor.c-editor-email input {
    border: 2px solid #F7964A;
    height: 40px;
    padding: 2px 7px;
}
.newsletterCognito .cognito .c-forms-form .c-label {
    display: none;
}
.newsletterCognito .cognito .c-forms-form .c-field {
    padding:0;
}
.newsletterCognito .cognito .c-forms-form .c-editor {
    padding-left: 0;
    padding-right: 0;
}
.newsletterCognito .cognito #c-submit-button {
    border: 2px solid #194A7F;
    background-color: #194A7F;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 5px 13px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    font-size: 1.1rem;
}
.newsletter .bgLines {
    left: 20px;
    right: auto;
    bottom: 0;
    top: 20px;
    height: 100%;
    z-index: -1;
}
.footertop img {
    max-height: 85px;
}
.footertop {
    padding-bottom: 30px;
    display: flex;
    display: -ms-flexbox;
}
.footer {
    background-color: #555;
    background: rgb(5,47,88);
    background: -moz-linear-gradient(left, rgba(5,47,88,1) 0%, rgba(24,75,127,1) 25%, rgba(0,111,185,1) 100%);
    background: -webkit-linear-gradient(left, rgba(5,47,88,1) 0%,rgba(24,75,127,1) 25%,rgba(0,111,185,1) 100%);
    background: linear-gradient(to right, rgba(5,47,88,1) 0%,rgba(24,75,127,1) 25%,rgba(0,111,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052f58', endColorstr='#006fb9',GradientType=1 );

    padding:50px 0 0px;
    color: #fff;
}
.footC {
    margin-bottom: 20px;
}
.footC p {
    margin:0;
}
.footC p a {
    color: #fff;
    text-decoration: underline;
}
.footLinks {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
    min-height: 90%;
}
.footLinks a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
}
.footServices {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    min-height: 90%;
}
.footServices a {
    color: #fff;
    padding:5px 8px;
    border-top: 1px solid #B1CE4C;
    font-family: 'Libre Franklin';
    font-weight: 300;
    font-size: .85rem
}
.footServices a:first-child {
    border-top: none;
}
.footSTitle p {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
}
.footSocial {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.footSocial a {
    color: #fff;
    font-size: 1.7em;
    padding: 2px 5px;
}
.footND {
    text-align: center;
}
.footND a {
    max-width: 70%;
    margin:15px auto;
    display: block;

}
.footND a img {
    max-height: 30px;
}
.footBtns {
    text-align: center;
}
.CTAgrey {
    padding:40px 0 24px;

    background: rgb(245,245,245);
    background: -moz-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 27%, rgba(236,237,237,1) 43%, rgba(220,221,222,1) 84%, rgba(209,211,212,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 27%,rgba(236,237,237,1) 43%,rgba(220,221,222,1) 84%,rgba(209,211,212,1) 100%);
    background: radial-gradient(ellipse at center, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 27%,rgba(236,237,237,1) 43%,rgba(220,221,222,1) 84%,rgba(209,211,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d1d3d4',GradientType=1 );
}
.gctal h2 {
    text-transform: uppercase;
}
.greyctain {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    flex-wrap: wrap;
}
.gctar {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 16px;
}
.hNewsBox h3 {
    text-transform: uppercase;
    color: #fff;
}
.navList {
    transition: all ease 0.5s;
}
.nmsin > input {
    border: 2px solid #F7964A;
    background-color: transparent;
    color: #fff;
    width: 100%;
    padding: 5px 8px;
}
.nmsin > input::-webkit-input-placeholder { /* Edge */
  color: #B1B1B1;
}
.nmsin > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B1B1B1;
}
.nmsin > input::placeholder {
  color: #B1B1B1;
}
.nmsin {
    position: relative;
}
.nmssubmit {
    position: absolute;
    top: 0;
    right: 0;
    width:40px;
    height: 100%;
}
.nmssubmit > input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.nmssubmit .nmsicon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    font-size: 1.3em;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.nmsearch {
    margin: 15px 0;
}
.navTogglerIcon {
    font-size: 2em;
    cursor: pointer;
    color: #fff;
}
.mNavBtns {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin: 10px 0px;
    flex-wrap: wrap;
}
.mNavBtns .btn-common {
    flex: 0 0 49%;
    max-width: 48%;
    min-width: 120px;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
}
.navServices {
    position: absolute;
    top: -150vh;
    left: 0;
    width: 100vw;
    background-color: #052F59;
    height: 100vh;
    z-index: -1;
    padding-top: 150px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
}
.servicesON .navServices {
    top:0vh;
}
.servicesON .nav-link {
    color: #fff !important
}
.navSBox {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding:15px;
    border: 2px solid #B1CE4C;
    min-height: 180px;
}
.navSBox p {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: 1px;
    width: 100%;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}
.navSCol {
    margin-bottom: 30px;
}
.navServceBtn {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.nTIback {
    display: none;
}
.anAlertIn {
    display: flex;
    display: -ms-flexbox;
}
.aAL {
    display: flex;
    display: -ms-flexbox;
    flex: 0 0 25%;
    -ms-flex:0 0 25%;
}
.aAL p {
    margin:0;
    font-weight: bold;
    color: #000;
}
.aAL-icon {
    background-color: #B1CE4C;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 10px;
    font-size: 2.5rem;
    color: #000;
    width: 65px;
    justify-content: center;
}
.anAlert-r .aAL-icon {
    background-color: #D2232A;
    color: #fff;
}
.anAlert-o .aAL-icon {
    background-color: #F7964A;
}
.anAlertIn {
    border: 2px solid #B1CE4C;
}
.anAlert-r .anAlertIn {
    border-color: #D2232A;
}
.anAlert-o .anAlertIn {
    border-color: #F7964A;
}
.aAL-title {
    flex-grow: 1;
    padding: 15px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
}
.aAL-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 80%;
    right: 0;
    width:1px;
    margin: auto;
    background-color: #707070;
}
.statusTitle {
    text-transform: uppercase;
}
.aAR {
    padding:15px;
}
.statusAlerts {
    padding:40px 0 0;
}
.anAlert {
    margin-bottom: 25px;
}
.aAR p {
    margin:5px 0;
}
#serviceIntro {
    padding:30px 0 60px;
}
.gDayIframe iframe {
    width:100%;
    max-height: 100%;
    height: 350px;
    border:none;
}
.gDayIframe {
    min-height: 350px;
}
.garbageDays {
    padding:80px 0 0 ;
}
.formBox {
    height: 100%;
}
.formBox a {
    min-height: 80px;
    border: 2px solid #B1CE4C;
    padding: 15px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    color: #404040;
    background-color: transparent;
    transition: all ease 0.25s;
}
.formBCol {
    margin-bottom: 10px;
}
.pt80 {
    padding-top: 80px;
}
.addressBtn {
    display: flex;
    display: -ms-flexbox;
}
.pinIcon {
    font-size: 1.7rem;
    color: #B1CE4C;
    margin-right: 9px;
}
.addressBtnTxt p {
    margin:0;
    color: #000;
}
.accordions {
    padding:80px 0 0;
}
.accBtn {
    background-color: #052F59;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding:14px 15px;
    border-bottom: 2px solid #707070;
    justify-content: space-between;
    font-size: 1.4em;
    line-height: 1em;
    transition: all ease 0.25s;
}
.accBtnTxt {
    /*text-transform: uppercase;
    font-weight: bold;*/
}
.accBtnTxt.accBT-lower {
    text-transform: unset;
}
.accBotIn {
    border: 2px solid #707070;
    border-top: none;
    padding:15px;
}
.accBot {
}
.accBtn .fa-caret-up {
    display: block;
}
.accBtn.collapsed .fa-caret-up {
    display: none;
}
.accBtn .fa-caret-down {
    display: none;
}
.accBtn.collapsed .fa-caret-down {
    display: block;
}
.accIcon {
    font-size: 1.3em;
    margin-left: 5px;
}
.addtlTextIn {
    position: relative;
    padding: 30px 0 0px;
}
.addtlTextIn:before {
    content: "";
    width: 50%;
    max-width: 300px;
    height: 1px;
    background-color: #F7964A;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.addtlText {
    padding: 80px 0 0;
}
.addtlTextIn p {
    color: #707070;
}
.contactBoxin {
    border: 1px solid #F7964A;
}
.conBoxPtitle {
    font-weight: bold;
    text-transform: uppercase;
    color: #052F59;
}
.conBoxPstitle {
    font-style: italic;
    color: #707070;
}
.conBoxin p {
    margin:0;

}
.conBoxin {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    flex-direction: column;
}
.conBoxC {
    position: relative;
    padding:15px;
}
.conBoxC:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin:auto;
    width:1px;
    height: 80%;
    background-color: #707070;
}
.contactBoxin {
    padding:7px 15px;
    color: #404040;
}
.conBoxContact > a {
    padding:0 0 0 3px;
    color: #404040;
    text-transform: uppercase;
}
.conBoxContact > a:first-child {
    border-right: 1px solid #707070;
    padding:0 5px 0 0;
}
.contactBox {
    padding:80px 0 0;
}
.lheading h5 {
    color: #707070;
    font-style: italic;
    font-weight: normal;
}
.lheading h2 {
    text-transform: uppercase;
}
.newsUpdates {
    padding:80px 0;
}
.newsUpdateBox {
    background-color: #194A7F;
    padding: 25px 18px 74px;
    color: #fff;
    position: relative;
    box-shadow: 0px 3px 6px rgba(25,74,127,0.5);
    height: 100%
}
.newsUpdateBox .btn-common {
    position: absolute;
    bottom: 25px;
    left: 20px;
}
.lheading {
    margin-bottom: 30px;
}
.nUBmid {
    height: 100%;
    width: 100%;
    position: relative;
}
.nUBmid:before {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 2px;
    height: 70%;
    background-color: #707070;
}
.nUBcol {
    margin-bottom: 25px;
}
.headsearchbg {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    
    background: rgb(5,47,88);
    background: -moz-linear-gradient(left, rgba(5,47,88,1) 0%, rgba(24,75,127,1) 25%, rgba(0,111,185,1) 100%);
    background: -webkit-linear-gradient(left, rgba(5,47,88,1) 0%,rgba(24,75,127,1) 25%,rgba(0,111,185,1) 100%);
    background: linear-gradient(to right, rgba(5,47,88,1) 0%,rgba(24,75,127,1) 25%,rgba(0,111,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052f58', endColorstr='#006fb9',GradientType=1 );
}
.headsearch {
    position: relative;

    text-align: center;
    padding: 160px 0 40px;
    color: #fff;
}
.headsearch > .container {
    z-index: 3;
    position: relative;
}
.hsearchin h1 {
    text-transform: uppercase;
    font-size: 1.8em;
    color: #fff;
}
.hdi-letters {
    padding:50px 0 0;
}
.hdiInfo p span {
    text-transform: uppercase;
    font-weight: bold;
}
.hdiItem {
    margin-top: 50px;
}
.hdiIconin {
    text-align: center;
    flex-grow: 1;
    padding:0 15px 0 0;
    font-size: 1.1em;
    text-transform: uppercase;
    flex: 0 0 120px;
    -ms-flex: 0 0 120px;
}
.hdiIconin svg {
    font-size: 2em;
}
.hdiIconin p {
    margin: 4px 0;
    line-height: 1em;
}
.hdi-recycle .hdiIconin {
    color: #41AD49
}
.hdi-not-accepted .hdiIconin {
    color: #D2232A
}
.hdi-garbage .hdiIconin {
    color: #194A7F
}
.hdi-special .hdiIconin {
    color: #d26d23
}
.hdiflex {
    display: flex;
    display: -ms-flexbox;
}
.pagination {
    justify-content: center;
}
.pagination li a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border: 2px solid #B1CE4C;
    height: 34px;
    width: 34px;
    color: #000;
    transition: all ease 0.15s;
}
.pagination li.active a {
    background-color: #194A7F;
    border-color: #194A7F;
    color: #fff;
}
.hdi-content .pagination {
    margin-top: 20px;
}
.hdi-content {
    padding:0 0 60px;
}
.lTxtsub {
    text-transform: initial;
    font-size: 0.8em;
    color: #707070;
}
.cenTextIn {
    text-align: center;
}
.centeredText {
    padding:60px 0 20px;
}
.addtlTextIn h3 {
    font-size: 1.5em;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.fwBtn {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    background-color: #194A7F;
    border: 2px solid #194A7F;
    box-shadow: 0px 3px 6px rgba(25,74,127,0.5);
    color: #fff;
    padding:15px 20px;
    transition: all ease 0.25s;
}
.fwBtnl h4 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.fwBtnl p {
    margin: 0;
    color: #fff;
}
.fwBtnr {
    color: #B1CE4C;
    font-size: 2em
}
.fullwBtn {
    margin-top: 20px;
}
#parksPLTR {
    padding:60px 0 0;
}
.btnGroup {
    display: flex;
    display: -ms-flexbox
}
.btnGroupl {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-around;
    flex-wrap: wrap;
}
.btnGroupl .btn-common {
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    margin-bottom: 10px;
    margin-right: 5%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.btnGroupr {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    padding-bottom: 10px;
}
.btnGroupr .btn-common {
    width: 100%;
    height: 100%;
    color: #000;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
#parksPLTR2 {
    padding:80px 0 0;
}
.splitDDs {
    padding:80px 0 0;
}
.fullw3btns {
    padding:60px 0 0;
}
.fw3b .btn-common {
    height: 100%;
    width: 100%;
    text-align: left;
}
.fw3b {
    height: 100%;
}
.fw3b2 .btn-common {
    color: #000;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.fw3b1 .btn-common p {
    margin:0;
}
.fw3b1 .btn-common {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
}
#pshelter {
    padding:80px 0 0;
}
.parks {
    padding:80px 0 0;
    overflow: hidden;
}
.parkFilter > h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.fCBlabel {
    position: relative;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.fCBcheck {
    position: relative;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border:2px solid #B1CE4C;
    display: block;
    margin-right: 10px;
}
.fCBlabel input:checked ~ .fCBcheck {
    background-color: #194A7F;
}
.fCBcheck:after {
  content: "";
  position: absolute;
  display: none;
}
.fCBlabel input:checked ~ .fCBcheck:after {
  display: block;
}
.fCBlabel .fCBcheck:after {
    left: 10px;
    top: 2px;
    width: 12px;
    height: 20px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filterCBs {
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    flex-wrap: wrap;
}
.fCB {
    flex: 0 0 33%;
    -ms-flex:0 0 33%;
    margin-bottom: 20px;
}
.fCBlabel > input {
    position: absolute;
    left: 2px;
    top: 2px;
}
.fCBlabel {
    padding-right: 15px;
}
.parkB {
    padding:15px;
    background-color: #194A7F;
    border: 2px solid #194A7F;
    height: 100%;
    display: block;
}
.parkBtxt {
    border-left: 2px solid #B1CE4C;
    padding-left: 15px;
    color: #fff;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
}
.parkBtxt p {
    margin: 0;
    color: #F5F5F5;
    font-style: italic;
}
.parkBtxt h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.3em;
}
.cemboxtxt h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cemba p {
    margin:0;
}
.parkBs {
    margin-top: 20px;
    justify-content: center;
}
.parkCat {
    display: none;
}
.fCBtxt {
    user-select: none;
}
.pFMselect {
    width: 100%;
    display: block;
    border: 2px solid #B1CE4C;
    border-radius: 0;
    padding: 7px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    font-size: 1.2em;
}
.pFMin {
    position: relative;
}
.pFMelem {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    font-size: 1.5rem;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
}
.parkBcol {
    margin-bottom: 20px;
}
.btn-common.btnFull {
    height: 100%;
    color: #000;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    padding:20px 15px;
}
.btn-common.btnFull.btnblue {
    color: #fff;
}
.b3ccol {
    margin-bottom: 30px;
}
.btns3col {
    margin-top: 15px;
}
.altHeader {
    padding: 160px 0 40px;
    text-align: center;

    background: rgb(245,245,245);
    background: -moz-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 27%, rgba(236,237,237,1) 43%, rgba(220,221,222,1) 84%, rgba(209,211,212,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 27%,rgba(236,237,237,1) 43%,rgba(220,221,222,1) 84%,rgba(209,211,212,1) 100%);
    background: radial-gradient(ellipse at center, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 27%,rgba(236,237,237,1) 43%,rgba(220,221,222,1) 84%,rgba(209,211,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d1d3d4',GradientType=1 );
}
.aHeaderin h1 {
    color: #194A7F;
    text-transform: uppercase;
}
.aHeaderin h2 {
    color: #707070;
    font-weight: normal;
    font-size: 1.3em
}
#iparkpltr {
    padding:80px 0 0;
}
.cenBtns {
    padding:80px 0 0;
}
.photogal {
    margin-top: 80px;
}
.JustText {
    padding:80px 0 0;
}
.ccenteredText {
    padding:80px 0 0;
}
.pdfBtns {
    padding:80px 0 0;
}
.PLTRt {
    padding:80px 0 0;
}
.cemba {
    display: flex;
    display: -ms-flexbox;
}
.cemba svg {
    margin-right: 8px;
    font-size: 1.5rem;
    color: #B1CE4C;
}
.cemBoxes {
    padding:80px 0 0;
}
.cembox {
    height: 100%;
    border: 2px solid #B1CE4C;
}
.cemboxtxt {
    padding: 30px;
}
.ddSplit p {
    margin: 0;
}
.botfwbs {
    margin:20px 0 0;
}
.botfwbs a.btn-common {
    color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.botCbtn {
    text-align: center;
}
.cp-i {
    margin:40px 0;
}
.CTAgreen p {
    color: #000;
}
.cp-full {
    padding:50px 0 0;
}
.nu-header {
    padding:160px 0 40px;
    position: relative;
    overflow:hidden;
}
.nuh-in h3 {
    color: #707070;
    font-weight: normal;
    font-size: 1.2em;
}
.nuh-in h1 {
    color: #194A7F;
    text-transform: uppercase;
}
.nubg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    z-index: -1;

    background:url('/img/bglines.png');
}
.nulist {
    margin-top: 15px;
}
.nuCats h3 {
    color: #194A7F;
    text-transform: uppercase;
}
.hNewsBox p {
    color: #fff
}
.nuLi {
    margin-bottom: 30px;
}
.nuCL {
    display: block;
    color: #707070;
    font-style: italic;
    cursor: pointer;
    user-select: none;
}
.nuCL.nuCLa {
    color: #F7964A !important;
    font-style: normal;
    cursor: unset;
}
.nuLi > .hNewsBox {
    height: 100%;
    margin-bottom: 0;
}
.nuLi {
    margin-bottom: 30px;
}
#postPLTR {
    padding:60px 0 0;
}
.postTxt {
    padding: 60px 0 0;
}
.postQuote {
    padding:60px 0 0;
}
.postQuotein {
    padding:30px;
    margin-left: 30px;
    border-left: 2px solid #F7964A;
}
.postQuotein p {
    color: #707070;
    font-style: italic;
}
.forms {
    padding:50px 0 0;
}
.fBtitle h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.fBf .btn-common {
    text-align:left;
}
.formBlock {
    margin-bottom: 70px;
}
.footC p {
    color: #fff;
}
#careerIntro {
    padding:60px 0 0;
}
.contactForm {
    padding:60px 0;
    margin-top: 60px;
    background-color: #F5F5F5;
}
.conFli {
    display: flex;
    display: -ms-flexbox;
    margin: 25px 0;
}
.conFli svg {
    font-size: 1.6em;
    color: #B1CE4C;
    margin-right: 15px;
    flex: 0 0 30px;
    -ms-flex:0 0 30px;
}
.conFTxt h3 {
    margin:0;
    text-transform: uppercase;
    color: #404040;
}
.conFTxt p {
    margin: 0;
    color: #404040;
}
.contactPLTR {
    padding:70px 0;
}
.gmapO {
    height: 100%;
    position: relative;
}
.gmapO #mapp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 300px;
}
.centeredHeading {
    margin-bottom: 50px;
}
.newsUpdateBox h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fw3b1 h3 {
    color: #fff;
}
.underhover {
    position: relative;
}
.underhover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 0px;
    background-color: #B1CE4C;
    transition: all ease 0.25s;
}
.btnsbig3col {
    justify-content: center;
}
.cboxin {
    margin-bottom: 30px;
}
.sgmlogo {
    height: 24px;
    padding-left: 2px;
    
}
.footSGM a {
    color: #fff;
    font-size: 0.8rem;
    display: inline-block;
    margin-top: 20px;
}
.footSGM {
    text-align: center;
    margin-top: 20px;
}
.nuCats {
    display: none;
}
.fourofour {
    padding:60px 0;
}
.searchForm .sIFinput {
    color: #000
}
.searchSection {
    padding:60px 0;
}
.searchSection a {
    color: #052F59;
}
.searchSection ul {
    list-style: none;
}
.searchSection .excerpt {
    margin-bottom: 10px;
}
.searchSection ul > li {
    margin-bottom: 22px;
}
.navbar-brand > .img-fluid.navlogo {
    max-width: 200px;
    height: 75px;
}
.pPNs {
    display: flex;
    display: -ms-flexbox;
    margin: 0 -15px;
}
.pPN {
    flex: 0 0 50%;
    -ms-flex:0 0 50%;
    padding:0 15px;
}
.pPN a {
    padding: 30px;
    border: 2px solid #B1CE4C;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    height: 100%;
    width: 100%;

    color: #404040;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}
.pPN-N a {
    text-align: right;
    justify-content: flex-end;
}
.postPrevNext {
    padding:60px 0 0;
}
.ShareBtnsIn {
    display: flex;
    display: -ms-flexbox;
}
.ShareBtnsIn a {
    font-size: 1.5em;
    color: #707070;
    margin-right: 9px;
}
.sharebtnst p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.shareBtns {
    padding:50px 0 0;
}
.whenRefreshed {
    padding:15px 0 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.whenRefreshed p {
    font-size: 0.8rem;
    color: #707070;
    text-align: center;
    margin: 0;
    line-height: 1em;
}
.splitDDs.gsplitDDs {
    padding:0 0 80px;
}
.PLTRNorm {
    padding:80px 0 0;
}
.addtlTextIn ul {
    text-align: left;
}
.cenBtnsin .btn-common {
    margin:10px;
}
.alertbanner {
    background-color: red;
}
.alertbanner h4 {
    color: #fff;
}
.btnwhite {
    border-color: #fff;
    color: #fff;
}
.gpubtns .btn-common {
    margin-bottom: 6px
}
.tNlink.tNbtn.gisBtn{
    margin: auto;
    padding: 6px 30px;
    box-shadow: 0px 1px 9px -6px black;
}
.about-parks-wrap{
    background-color: #EAEAEA;
    padding: 40px 0 60px 0
}
.about-parks-wrap h2{
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.h2{
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 60px
}
.parksMapR {
    position: relative;
    min-height: 400px;
}
.parksMapR::before {
    content: "";
    position: relative;
    height: 100%;
    display: block;
}
.parksMapWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 50vw;
}
#parkMap {
    width: 100%;
    height: 100%;
}
.parksMapL {
    text-align: center;
}
.pm-List {
    position: relative;
    text-align: left;
    margin:auto
}
.pm-List:before {
    content: "";
    width: 50%;
    max-width: 300px;
    height: 1px;
    background-color: #F7964A;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pm-List h3 {
    text-transform: uppercase;
    padding:20px 0 0;
    text-align: center;
}
.pmLi {
    margin:30px 0
}
.pmLi h4 {
    text-transform: uppercase;
    margin: 0;
}
.pmli-address {
    text-transform: uppercase;
    margin: 0;
}
.pmli-feature {
    color: #F7964A;
    margin: 0;
    text-transform: uppercase;
}
.pmLi a {
    color: #194A7F;
    text-transform: uppercase;
    text-decoration: none;
}
.pm-oneItem {
    text-align: center;
}
.modal ul {
    text-align: left;
}
.multipleBtns .btn-common {
    margin-bottom: 5px;
}
.accBotTxt img {
    max-width: 100%;
}
.customembed iframe {
    max-width: 100%;
}
.customembed iframe[title="Bike Rack Requests"] {
    width: 100%;
    height: 600px;
}
.ctav2 {
    position: relative;
    overflow: hidden;
}
.CTAmartop {
    margin-top: 80px;
}
.customembed iframe {
    max-width: 100%;
    width: 100%;
    min-height: 350px;
}
@media (min-width: 768px) {
    .left-fluid.container {
        width: calc(((100% - 720px) / 2) + 720px) !important;
        margin-left: 0;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .left-fluid.container {
        width: calc(((100% - 960px) / 2) + 960px) !important;
        margin-left: 0;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .left-fluid.container {
        width: calc(((100% - 1140px) / 2) + 1140px) !important;
        margin-left: 0;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .left-fluid.container {
        width: calc(((100% - 1320px) / 2) + 1320px) !important;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .right-fluid.container {
        width: calc(((100% - 720px) / 2) + 720px) !important;
        margin-right: 0;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .right-fluid.container {
        width: calc(((100% - 960px) / 2) + 960px) !important;
        margin-right: 0;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .right-fluid.container {
        width: calc(((100% - 1140px) / 2) + 1140px) !important;
        margin-right: 0;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .right-fluid.container {
        width: calc(((100% - 1320px) / 2) + 1320px) !important;
        margin-right: 0;
    }
}
.accBotTxt iframe {
    max-width: 100%;
}
.accBotTxt img {
    max-width: 100%;
}
.footCityImg {
    text-align: center;
    margin: 20px 0 0;
}
.footCityImg img {
    max-height: 100px;
    margin: auto;
}
















@media (min-width: 992px) {
    .accBtn:hover {
        color: #F7964A;
    }
    .formBox a:hover {
        background-color: #B1CE4C;
    }
    .nav-link-btn {
        border: 2px solid #F7964A;
        padding: 8px 24px !important
    }
    .nav-link-btn:hover, .nav-link-btn.navactive {
        background-color: #F7964A;
        color: #000 !important;
    }
    .tNlink:hover {
        color: #fff;
    }
    .underhover:hover:before, .underhover.navactive:before {
        width: 100%;
    }
    .parkFilterM {
        display: none;
    }
    .fwBtn:hover {
        color:#F7964A
    }
    .commonLink:hover {
        color: #F7964A;
    }
    .uHbox-r:hover {
        box-shadow: 1px 2px 6px rgba(210, 35, 42, 0.8);
        color: #fff;
    }
    .uHbox-g:hover {
        box-shadow: 1px 2px 6px rgba(177, 206, 76, 0.8);
        color: #000;
    }
    .uHbox-o:hover {
        box-shadow: 1px 2px 6px rgba(247, 150, 74, 0.8);
        color: #000;
    }
    .hNBoxin:hover {
        box-shadow: 0px 4px 9px rgba(25, 74, 127, 1);
        color: #fff
    }
    .btn-common:hover {
        background-color: #B1CE4C;
        color: #fff;
    }
    .btn-common.btnblue:hover, .newsletterCognito .cognito #c-submit-button:hover {
        background-color: #fff;
        color: #194A7F;
    }
    .btn-common.btnblue:hover h3 {
        color: #F7964A
    }
    .btn-common.btnorange:hover {
        background-color: #F7964A
    }
    .btn-common.btngreen:hover, .sIFsubmit:hover {
        background-color: #fff;
        color: #000;
    }
    .newsletterCognito .cognito #c-submit-button {
        margin-left: 20px;
    }
    .navServceBtn .navSBtnarrow {
        display: none;
    }
}
@media (max-width: 991px) {
    .customembed iframe[title="Bike Rack Requests"] {
        height: 600px
    }
    .fBf .btnFull {
        min-width: auto;
    }
    .engineeringForms .btnFull {
        min-width: auto;
    }
    .Hupdates .commonHeading {
        display: none
    }
    .navServices {
        align-items: flex-start;
    }
    .navbar-nav {
        width: 100%;
    }
    .navlogoN {
        display: none !important
    }
    .navlogoW {
        display: block !important
    }
    .gmapO #mapp {
        position: relative;
    }
    .gmapO {
        margin-bottom: 20px;
    }
    .parkFilter {
        display: none;
    }
    .formBoxes {
        margin-top: 15px;
    }
    .nUBmid {
        display: none;
    }
    .aAL-title:before {
        display: none;
    }
    .aAR, .aAL {
        flex: 0 0 100%;
    }
    .anAlertIn {
        flex-wrap: wrap;
    }
    .conBoxin {
        padding:15px 0 !important;
    }
    .conBoxC:before {
        top:0;
        left: 0;
        right: 0;
        width:100%;
        height: 1px;
        bottom: auto;
    }
    .servicesON .fa-bars {
        display: none;
    }
    .servicesON .nTIback {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        flex-direction: column;
        line-height: 1em;
        font-size: 1.6rem;
        text-transform: uppercase;
    }
    .servicesON .nTIback svg {
        font-size: 2rem;
        line-height: 1rem;
    }
    .navServices {
        top:0vh;
        left: 100vw;
    }
    .servicesON .navServices {
        top:0vh;
        left: 0vw;
    }
    .navbar {
        padding:8px 20px;
    }
    .fullNav .navList .nav-item .nav-link {
        color: #fff;
        border-bottom: 1px solid #B1CE4C    
    }
    .fullNav {
        background-color: #052F59 !important;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    }
    .topNav {
        display: none;
    }
    .uHcol {
        margin-bottom: 25px;
    }
    .navList {
        position: absolute;
        top: -150vh;
        left: 0;
        width:100%;
        height: 100vh;
        z-index: -1;
        background-color: #052F59;
        padding-top: 101px;
        padding-bottom: 15%
    }
    .navOpened.navList {
        top:0vh;
        display: flex;
        display: -ms-flexbox;
    }
}
@media (max-width: 767px) {
    .servicesON .navServices {
        overflow: scroll;
    }
    .navList.navOpened {
        overflow: scroll;
    }
    .navbar-brand > .img-fluid.navlogo {
        max-width: 180px;
        height: 65px;
    }
    .newsletterCognito .c-forms-form-body {
        flex-wrap: wrap;
    }

    .newsletterCognito .cognito, .newsletterCognito .cognito:not(.c-forms-actionBar) {
        max-width: 100%;
    }
    .footertop img {
        margin: auto;
    }
    .lTxt {
        text-align: left;
    }
    .hdiItem {
        border-top: 1px solid #707070;
        margin-top: 25px;
        padding-top: 25px;
    }
    .hdiIconin {
        flex: 0 0 100%;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        font-size: 1.6em;
        margin-bottom: 10px;
    }
    .hdiIconin p {
        padding-left: 15px;
    }
    .hdiflex {
        flex-wrap: wrap;
    }
    .navSin .row {
        margin: 0 -10px;
    }
    .navServices {
        padding-top: 110px;
    }
    .navSCol {
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .navSBox {
        min-height: 100px;
    }
    .navSBox p {
        font-size: 1.3rem;
    }
    .hNBoxin h3 {
        font-size: 1.4em;
    }
    .footertop {
        text-align: center;
    }
    .HHeaderin {
        padding: 26vh 0 40px;
    }
    .HHeaderin.weather{
        padding: calc(26vh + 180px) 0 40px;
    }
    .footLinks {
        flex-direction:row;
        flex-wrap: wrap;
    }
    .footLinks a {
        flex: 0 0 50%;
    }
    .footCs {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .footC {
        flex: 0 0 50%;
        padding:0 15px;
    }
    .modalTop {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 20px 10px 20px;
    }
    .modalTop .modalTopIcon {
        margin-right: 0;
    }
    .sIFf1 {
        flex: 0 0 70%;
    }
    .newsletterCognito .c-forms-form-body .c-forms-template {
        flex: 0 0 100%;
    }
    .newsletterCognito .cognito #c-submit-button {
        min-width: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hNBs {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
    }
    .hNewsBox {
        flex: 0 0 49%;
    }
    .navSBox {
        min-height: 110px;
    }
    .navSCol {
        margin-bottom: 20px;
    }
    .navSBox p {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-item {
        padding:0 5px;
    }
}
@media (max-width: 575px) {
    .btnGroupr {
        flex: 0 0 100%;
        -ms-flex:0 0 100%;
    }
    .btnGroup {
        flex-wrap: wrap;
    }
    .btnGroupr .btn-common {
        width: 260px;
        max-width: 100%;
        margin: auto;
    }
}
/* 5/5SE */
@media (max-width: 330px) {
    .nmsearch {
        margin-top: 0;
    }
}

.faqItem .question i,
.faqItem .question svg{
    transition: all .2s ease;
}
.faqItem .answer{
    transition: all .6s ease;
    max-height: 0;
    overflow: hidden;
}
.faqItem.active .answer{
    max-height: 600px;
    transition: all 2s ease;
}
.faqItem .question{
    cursor: pointer;
}
.faqItem .question i,
.faqItem .question svg{
    color: #969696;
    margin-right: 12px;
}
.faqItem.active .question i,
.faqItem.active .question svg{
    transform: rotate(90deg);
}

#weather-widget {
    padding: 8px;
    display: none;
    height: 160px;
    width: 160px;
    box-shadow: 2px 2px 8px 1px #052F59;
    border-radius: 50%;
    color: #052F59;
    font-family: "Franklin";
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    font-size: 1rem;
    position: absolute;
    top: 90px;
    right: 60px;
    background-color: #fff;
  }
  #weather-widget.active{
      display: block
  }
  #weather-widget .ww-feels-like {
    font-weight: 300;
    font-size: 0.9em;
    top: 10px;
    position: relative;
    color: #707070;
  }
  #weather-widget .left-col {
    display: none;
  }
  #weather-widget .ww-city {
    text-transform: uppercase;
    font-size: 1em;
    position: relative;
    top: -26px;
  }
  #weather-widget .ww-temp {
    font-size: 3.2em;
    position: relative;
    display: inline-block;
    top: -4px;
  }
  #weather-widget .ww-temp::after {
    content: "°";
    font-family: "Franklin Libre";
    font-weight: 300;
  }
  #weather-widget .ww-temp::before {
    content: "F";
    position: absolute;
    right: -2px;
    font-size: 1rem;
    top: calc(50% - .5rem);
  }
  #weather-widget .ww-icon img {
    width: 40%;
  }
  #weather-widget .ww-update {
    display: flex;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    justify-content: center;
    flex-flow: row nowrap;
    height: 1rem;
    width: 0;
    color: #fff;
  }
  #weather-widget .ww-update .text-overflow-container {
    display: inline-block;
    margin: 0 -100%;
    overflow: visible;
    white-space: nowrap;
  }
  #weather-widget .ww-update #refresh-button {
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  #weather-widget .ww-update #refresh-button:hover {
    transform: rotate(10deg);
  }
  @media (min-width: 992px) {
    #weather-widget {
      top: 120px;
      border-radius: 14px;
      height: 220px;
      width: 300px;
    }
    #weather-widget .ww-city {
      position: absolute;
      top: 12px;
      width: 100%;
      text-align: center;
      color: #333;
    }
    #weather-widget .ww-icon {
      width: 80px;
      position: absolute;
      top: 30px;
      left: 32px;
    }
    #weather-widget .ww-icon img {
      width: 90px;
    }
    #weather-widget .ww-temp {
      position: absolute;
      top: 120px;
      left: 20px;
      font-size: 3.4rem;
    }
    #weather-widget .ww-temp::after {
      font-size: 2.2rem;
      position: absolute;
      top: 0;
      right: -0.8rem;
    }
    #weather-widget .ww-temp::before {
      right: -0.8rem;
      top: 1rem;
      font-size: 0.8rem;
    }
    #weather-widget .ww-feels-like {
      position: absolute;
      top: 182px;
      font-weight: 300;
      font-size: 1em;
      color: #707070;
      left: 20px;
    }
    #weather-widget .left-col {
      display: block;
      text-align: left;
      position: absolute;
      top: 40px;
      left: 148px;
      font-size: 0.9em;
    }
    #weather-widget .left-col .entry {
      padding-bottom: 4px;
    }
    #weather-widget .left-col .entry .label {
      font-weight: 300;
      text-transform: uppercase;
      color: #707070;
      display: block;
    }
    #weather-widget .ww-wind-gust::after {
      content: " mph";
      font-weight: 300;
    }
    #weather-widget .ww-dewpoint::after {
      content: "°F";
      font-weight: 300;
    }
    #weather-widget .ww-humidity::after {
      content: "%";
      font-weight: 300;
    }
    #weather-widget .ww-precip::after {
      content: " in";
      font-weight: 300;
    }
    #weather-widget .ww-update {
      font-size: 0.6rem;
      color: #707070;
      bottom: 12px;
      left: 210px;
      position: absolute;
    }
    #weather-widget .ww-update .text-overflow-container {
      position: relative;
    }
    #weather-widget .ww-update #refresh-button {
      position: absolute;
      right: -1rem;
      z-index: 1
    }
  }
  
