﻿@font-face {
    font-family: Glyphicons Halflings;
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff")
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto"), local("Roboto-Medium"), url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff")
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto"), local("Roboto-Black"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff")
}

body {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff
}

h2 {
    font-size: 28px;
    margin-top: 30px
}

h2:first-child {
    margin-top: 10px
}

h3 {
    font-size: 22px;
    margin-top: 30px
}

h4 {
    font-size: 19px;
    margin-top: 25px
}

h5,
h6 {
    font-size: 18px;
    margin-bottom: 3px
}

.cotPlaceholder {
    display: none
}

#sidebar h4,
.sidebar h4 {
    font-size: 22px;
    margin-top: 0px
}

#sidebar .list-group,
.sidebar .list-group {
    margin-bottom: 25px
}

#accordion-element h2 {
    margin-top: 0px
}

.content-element h3:first-child {
    margin-top: 15px
}

#page-content {
    min-height: 500px
}

#breadcrumbs {
    background-color: #e5e5e5
}

#breadcrumbs i {
    margin-right: .5rem
}

#breadcrumbs i.glyphicon-home {
    width: 16px
}

#breadcrumbs .breadcrumb {
    padding: 1rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #e5e5e5;
    border-radius: 4px
}

#breadcrumbs .breadcrumb>li {
    display: inline-block
}

#breadcrumbs .breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #000
}

#breadcrumbs .breadcrumb>.active {
    color: #000
}

footer#footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    color: #fff;
    background-color: #165788
}

footer#footer a {
    color: inherit;
    display: block
}

footer#footer hr {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"
}

footer#footer .separator {
    display: none;
    margin: 0 1rem
}

footer#footer #footer-nav {
    text-align: center
}

footer#footer #footer-nav a {
    display: block;
    line-height: 2rem
}

footer#footer #footer-nav a:last-of-type {
    margin-bottom: 2rem
}

footer#footer #footer-nav img {
    display: none;
    margin-right: 0;
    width: auto;
    max-width: 3.25rem;
    height: 1rem
}

footer#footer #footer-nav img[src*="311"] {
    display: inline-block
}

footer#footer nav#social-nav {
    line-height: 1;
    text-align: center;
    margin-top: .6em
}

footer#footer nav#social-nav span {
    display: none
}

footer#footer nav#social-nav img {
    width: 100%
}

footer#footer nav#social-nav a {
    display: inline-block;
    width: 1.99rem;
    height: 1.97rem;
    font-size: .6875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

footer#footer nav#social-nav a:focus,
footer#footer nav#social-nav a:hover {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem)
}

footer#footer nav#social-nav a:focus {
    background: #ec9f09
}

footer#footer nav#social-nav a:focus #view-all-icon-text {
    color: #ec9f09
}

footer#footer #view-all-icon-text {
    position: absolute;
    width: 31px;
    color: #165788;
    margin-top: -25px;
    font-size: 9px
}

footer#footer div#f-connect,
footer#footer div#f-icons-1,
footer#footer div#f-icons-2,
footer#footer div#f-icons-3,
footer#footer div#f-icons-4,
footer#footer div#f-icons-5 {
    padding: 0
}

footer#footer #return-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    background: rgba(255, 255, 255, .5);
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    border: 1px solid #676767;
    z-index: 999;
    display: none;
    transition: all .3s ease;
    text-align: left
}

footer#footer #return-to-top img {
    margin: 0;
    position: relative;
    left: 13px;
    top: 7px;
    transition: all .3s ease
}

footer#footer #return-to-top .return-to-top-tip {
    visibility: hidden;
    width: 90px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: .8em;
    position: absolute;
    left: -100px;
    top: 10px;
    z-index: 1
}

footer#footer #return-to-top:focus .return-to-top-tip,
footer#footer #return-to-top:hover .return-to-top-tip {
    visibility: visible
}

footer#footer #return-to-top:focus .return-to-top-tip::after,
footer#footer #return-to-top:hover .return-to-top-tip::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000
}

.has-feedback footer#footer {
    padding-top: 0rem
}

.has-feedback footer#footer #wp-feedback_container {
    display: block
}

@media(min-width: 768px) {
    footer#footer {
        text-align: left;
        min-height: 174px
    }
    footer#footer a {
        display: inline-block
    }
    footer#footer .separator {
        display: inline
    }
    footer#footer #footer-nav {
        text-align: left
    }
    footer#footer #footer-nav a {
        display: inline;
        width: 100%
    }
    footer#footer #footer-nav a:not(:last-of-type) {
        margin-right: 1.5em
    }
    footer#footer #footer-nav a:last-of-type {
        margin-bottom: 0
    }
    footer#footer #footer-nav img {
        display: inline-block;
        margin-right: .375em
    }
    footer#footer nav#social-nav {
        margin-top: 0;
        text-align: right
    }
    footer#footer nav#social-nav span {
        display: inline
    }
}

input#status-tracking:hover {
    border-color: #165788
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #337ab7;
    border-color: #337ab7
}

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#top-bar {
    display: -webkit-box;
    display: flex;
    margin-top: .25rem;
    margin-bottom: .25rem;
    font-size: 1rem
}

#top-bar button {
    min-width: 2.1em;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 1.125em;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: -0.15em
}

.ui-autocomplete {
    z-index: 99999;
    background-color: #fff;
    list-style-type: none;
    padding: 0px 0px;
    border: 1px solid #ddd
}

.ui-autocomplete li {
    border-top: 1px solid #ddd;
    padding: 3px 15px
}

.ui-autocomplete li:first-child {
    border-top: 0px
}

.ui-autocomplete li:hover {
    background-color: #f5f5f5
}

.ui-state-focus {
    position: relative;
    background: #bcd;
    outline: none;
    width: 100%;
    border-color: blue;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .5)
}

#top-bar button#text-decrease,
#top-bar button#text-increase {
    background-size: 100% auto;
    background-position-x: 7px;
    background-position-y: 13px
}

#top-bar form {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-right: .25em
}

#top-bar input:not(:focus) {
    border-color: transparent
}

#text-decrease,
#text-increase {
    -webkit-box-flex: 0;
    flex: 0 0 2.25em;
    padding: 0;
    background-position: center center
}

#text-decrease {
    margin-right: .25em
}

#text-increase {
    margin: 0 .25em
}

#query {
    width: 75%;
    max-width: 600px;
    height: 36px;
    display: inline-block;
    border-radius: 0px;
    height: 36px;
    border-radius: 0px
}

#query-search {
    float: right;
    border: none
}

#query-search img {
    width: 15px
}

#search {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 1.2em;
    height: 36px
}

#search-tab {
    display: block
}

#search-tab #searchmobile {
    display: inline-block;
    width: 190px;
    margin-right: 5px
}

#search-tab button {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

@media(max-width: 991px) {
    #query {
        width: 93%;
        max-width: none
    }
}

@media(min-width: 992px) {
    #search-tab {
        display: none
    }
}

#header {
    position: relative;
    background-color: #165788;
    z-index: 1000
}

#header .container-fluid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: none
}

#header #header-left,
#header #header-right {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

#header #header-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 8px
}

#header #header-right {
    position: relative;
    text-align: right
}

#header #logo {
    margin: 0;
    width: 100%
}

#header #logo h1 {
    margin: 0;
    line-height: 1;
    font-size: initial
}

#header #logo a {
    display: inline-block
}

#header #logo a:focus {
    outline: dotted 1px #fff;
    outline-offset: 5px
}

#header #nav-trigger {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.carousel .item:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 66%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1
}

.carousel .item a img {
    width: 100%;
    max-width: none
}

.carousel .item img {
    width: 100%;
    max-width: none
}

.carousel-caption {
    z-index: 1;
    bottom: 0;
    background: rgba(0, 20, 40, .7)
}

.carousel-caption * {
    font-weight: 400
}

.carousel-caption *+* {
    margin-top: 0
}

.carousel-caption p {
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 25px
}

.carousel-caption h2 {
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.carousel-caption a {
    color: inherit;
    border-bottom: dotted 1px
}

.carousel-caption a:focus,
.carousel-caption a:hover {
    text-decoration: none;
    border-bottom-style: solid
}

.carousel-indicators {
    margin-left: auto;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.carousel-indicators a {
    display: block;
    height: 100%
}

.carousel-indicators a:focus {
    background-color: #f6cf84
}

.carousel-indicators li {
    margin: 0 .125rem;
    width: 1.5rem;
    height: .225rem;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.carousel-indicators li:hover {
    background-color: #f6cf84
}

.carousel-indicators .active {
    margin: 0 .125rem;
    width: 1.5rem;
    height: .225rem
}

.carousel-indicators .active:hover {
    background-color: #ec9f09
}

.carousel-indicators .active a {
    background-color: #ec9f09
}

#main-nav {
    font-size: 1.25em;
    line-height: 1.1;
    text-align: left
}

#main-nav a,
#main-nav span {
    display: block;
    padding: 1rem;
    color: inherit;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    cursor: pointer
}

#main-nav a:focus,
#main-nav a:hover,
#main-nav a.active {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .1)
}

#main-nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

#main-nav li {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    overflow: hidden
}

#main-nav .dropdown {
    display: none;
    font-size: 1em;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #999
}

#nav-trigger {
    position: relative;
    padding: 0;
    margin-bottom: -3px;
    width: 2rem;
    height: 2rem;
    font-size: 0;
    text-indent: -9999px;
    z-index: 10
}

#nav-trigger span {
    position: relative;
    display: block;
    left: .375rem;
    right: .375rem;
    width: 1.125rem;
    height: .125rem;
    background-color: #000;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

#nav-trigger span:before,
#nav-trigger span:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: #000;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

#nav-trigger span:before {
    top: -0.375rem;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform
}

#nav-trigger span:after {
    bottom: -0.375rem;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

#nav-trigger.open span {
    background-color: transparent
}

#nav-trigger.open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-trigger.open span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media(min-width: 992px) {
    #main-nav-container {
        min-height: 61px
    }
    #main-nav {
        display: block !important;
        color: #fff
    }
    #main-nav a,
    #main-nav span {
        padding-right: .5rem;
        padding-left: .5rem;
        text-align: center;
        border-bottom: solid 5px transparent
    }
    #main-nav a:focus,
    #main-nav a:hover,
    #main-nav a .active,
    #main-nav a .focus,
    #main-nav span:focus,
    #main-nav span:hover,
    #main-nav span .active,
    #main-nav span .focus {
        background-color: transparent;
        border-color: #ec9f09;
        cursor: pointer
    }
    #main-nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #main-nav ul li {
        margin-right: 1px;
        margin-left: 1px;
        text-shadow: .125em .125em 0 rgba(0, 0, 0, .2)
    }
    #main-nav ul li:hover a {
        border-color: #ec9f09
    }
    #main-nav ul li:hover .dropdown {
        display: block
    }
    #main-nav ul li:hover .dropdown a {
        text-align: left;
        border-color: #bbb
    }
    #main-nav ul .dropdown {
        position: absolute;
        padding: 16px 32px;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, .95);
        -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2);
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2);
        z-index: 999
    }
    #main-nav ul .dropdown ul.cot-main-menu-sub-list {
        display: inline-block;
        float: left;
        width: 33%;
        text-align: left
    }
    #main-nav ul .dropdown ul.cot-main-menu-sub-list:not(:last-of-type) {
        padding-right: 32px
    }
    #main-nav ul .dropdown ul.cot-main-menu-sub-list li {
        text-shadow: none
    }
    #main-nav ul .dropdown ul.cot-main-menu-sub-list li:last-child a {
        border: none
    }
    #main-nav ul .dropdown ul.cot-main-menu-sub-list li a {
        padding: .75rem 0;
        font-size: 1rem;
        text-align: left;
        color: #165788;
        border-bottom: solid 1px #bbb
    }
    #main-nav ul .dropdown ul.cot-main-menu-sub-list li a:focus,
    #main-nav ul .dropdown ul.cot-main-menu-sub-list li a:hover {
        text-decoration: underline
    }
    #main-nav .landing-link {
        display: none !important
    }
    #main-nav .dropdown-complex a {
        font-size: 1em
    }
    #main-nav .dropdown-complex li a .btn {
        margin-top: .25rem;
        padding: .375rem .75rem;
        font-size: .625em;
        line-height: 1;
        color: #000;
        background-color: #fff;
        border: solid 1px #bbb;
        border-radius: 1rem
    }
    #main-nav .dropdown-complex li a .btn:focus,
    #main-nav .dropdown-complex li a .btn:hover {
        text-decoration: none;
        background-color: #e5e5e5
    }
    #main-nav .dropdown-complex>ul {
        margin-right: 3.33%;
        margin-bottom: 16px;
        padding-top: 16px;
        padding-right: 0 !important;
        width: 30%;
        vertical-align: top
    }
    #main-nav .dropdown-complex>ul:nth-child(3n+1) {
        clear: both
    }
    #main-nav .dropdown-complex>ul:nth-child(1n+4) {
        border-top: solid 1px #bbb
    }
    #main-nav .dropdown-complex>ul ul {
        width: 100%
    }
    #main-nav .dropdown-complex>ul ul a {
        display: inline-block;
        padding: .125rem 0;
        font-size: .8em
    }
}

@media(max-width: 991px) {
    #main-nav {
        position: fixed;
        top: 0;
        left: -85vw;
        width: 85vw;
        height: 100vh;
        color: #fff;
        background-color: #165788;
        overflow: auto;
        -webkit-box-shadow: 0 .125rem .25rem transparent, 0 0 0 999px transparent;
        box-shadow: 0 .125rem .25rem transparent, 0 0 0 999px transparent;
        z-index: 1;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: none
    }
    #main-nav a {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    #main-nav>ul {
        border-bottom: solid 1rem #165788
    }
    #main-nav .dropdown {
        -webkit-box-shadow: inset 0 0 .125rem rgba(0, 0, 0, .2);
        box-shadow: inset 0 0 .125rem rgba(0, 0, 0, .2);
        font-size: .8em
    }
    #main-nav .dropdown a:not(.landing-link):before {
        margin-right: .5rem;
        content: "↳"
    }
    #main-nav .dropdown-complex ul ul {
        display: none
    }
    #main-nav.show {
        left: 0;
        -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .5), 0 0 0 999px rgba(0, 0, 0, .5);
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .5), 0 0 0 999px rgba(0, 0, 0, .5)
    }
    #logo img {
        width: 120px
    }
}

#want-to-tab {
    display: block
}

#want-to,
#want-to-mobile {
    -webkit-box-flex: 0;
    flex: 0 1 210px;
    text-align: left;
    font-weight: 500;
    padding-right: calc(24px + 1.125em);
    background-image: url("../img/icon-plus.svg");
    background-position: right 12px center;
    background-repeat: no-repeat;
    color: #000;
    background-color: #ec9f09
}

#want-to:focus,
#want-to:hover,
#want-to-mobile:focus,
#want-to-mobile:hover {
    background-color: #d38e08
}

#want-to {
    font-size: 1.25em;
    line-height: 1em;
    border: 0px;
    text-align: center;
    margin: 0px 0px 0px 17px !important;
    background-image: url("../img/icon-arrow-down.png");
    background-size: 18px !important
}

#want-to-mobile {
    font-size: 1em;
    line-height: 1em;
    border: 0px;
    background-image: none;
    margin-right: 1rem;
    margin-bottom: -3px;
    height: 2rem;
    padding-right: inherit
}

#want-to-modal {
    display: none
}

#want-to-modal .close {
    width: 2.5rem;
    font-size: 2.5rem;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

#want-to-modal .close:focus,
#want-to-modal .close:hover {
    background-color: rgba(0, 0, 0, .1);
    outline: dotted 1px #165788
}

#want-to-modal .modal-header {
    padding-right: 32px;
    padding-left: 32px;
    background-color: #e5e5e5;
    border-bottom: none
}

#want-to-modal .modal-title {
    font-weight: 400;
    font-size: 2.2em
}

#want-to-modal .want-to-col {
    display: block;
    padding-right: 16px;
    padding-left: 16px
}

#want-to-modal .want-to-col h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    font-weight: 400
}

#want-to-modal .want-to-col img {
    position: absolute;
    margin-top: -6px;
    margin-left: -3rem;
    max-width: 4rem;
    max-height: 4rem
}

#want-to-modal .want-to-col ul {
    list-style: none
}

#want-to-modal .want-to-col li {
    margin-top: .625rem;
    margin-bottom: .625rem
}

.want-to-col h3 {
    font-size: 1.4em;
    font-weight: 500;
    margin-left: 40px;
    margin-bottom: 15px
}

.want-to-col li {
    margin: 0px 0px 15px 0px !important;
    list-style-type: square !important;
    color: orange
}

@media(min-width: 480px) {
    #want-to-modal .want-to-col {
        display: inline-block;
        width: 49.5%;
        vertical-align: top
    }
}

@media(min-width: 480px)and (max-width: 991px) {
    #want-to-mobile {
        background-image: url("../img/icon-arrow-down.png")
    }
}

@media(max-width: 991px) {
    #want-to {
        display: none
    }
}

@media(min-width: 992px) {
    #want-to-tab {
        display: none
    }
    #want-to-mobile {
        display: none
    }
    #want-to-modal .modal-header {
        background-image: url("../img/city-skyline.png");
        background-position: right 15% bottom;
        background-repeat: no-repeat
    }
    #want-to-modal .modal-title {
        padding-top: 2rem;
        padding-bottom: 1rem
    }
    #want-to-modal .modal-body {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    #want-to-modal .want-to-col {
        display: table-cell;
        width: auto
    }
}

@media(min-width: 992px) {
    #header .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    #header #header-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
        margin-right: 2rem
    }
    #header #header-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 80%;
        -ms-flex: 1 1 80%;
        flex: 1 1 80%
    }
}

@media(min-width: 480px)and (max-width: 991px),
(min-width: 1200px) {
    #calendar {
        margin-bottom: 0
    }
    #calendar .panel-heading {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    #calendar select,
    #calendar .panel-title {
        display: inline-block;
        width: auto
    }
    #calendar select {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    #calendar .panel-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media(max-width: 480px) {
    #query {
        width: 75%;
        max-width: none
    }
    .carousel-caption * {
        font-size: 1em
    }
}

@media(min-width: 768px) {
    .carousel-indicators:hover li {
        margin-bottom: 0;
        height: 1.5rem
    }
    .carousel-indicators li {
        margin-bottom: .75rem
    }
    .carousel-indicators .active {
        margin-bottom: .75rem
    }
    .carousel-caption {
        padding-top: 800px;
        padding-bottom: 8rem;
        padding-right: 2em;
        padding-left: 2em;
        right: 0%;
        left: 0%
    }
    .cot-home .carousel-caption {
        padding-top: 40000px
    }
}

@media(min-width: 1200px) {
    .carousel-caption h2 {
        font-size: 2.4em
    }
    .carousel-caption h3 {
        font-size: 1.5em
    }
    .carousel-caption p {
        font-size: 1.25em
    }
}

#quick-links {
    margin-bottom: 2rem;
    text-align: center
}

#quick-links nav {
    background-color: #e5e5e5
}

#quick-links nav a {
    display: block;
    padding: .5rem;
    border-top: solid 1px #d1d1d1
}

#quick-links .panel,
#quick-links .panel-heading {
    border-radius: 0
}

#quick-links .panel a:focus,
#quick-links .panel a:hover,
#quick-links .panel-heading a:focus,
#quick-links .panel-heading a:hover {
    text-decoration: none
}

#quick-links .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #336d99
}

#quick-links .panel-body {
    padding: 0
}

#quick-links .panel-default {
    border: none
}

#quick-links .panel-heading {
    padding: 0
}

#quick-links .panel-heading a {
    padding: 1rem 1.25rem;
    background-image: none
}

@media(max-width: 767px) {
    #query {
        width: 90%;
        max-width: none
    }
    #quick-links .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(max-width: 550px) {
    #query {
        width: 90%;
        max-width: none
    }
}

@media(min-width: 768px) {
    #quick-links {
        margin-bottom: 2rem
    }
    #quick-links nav a {
        display: inline-block;
        margin-left: 1rem;
        border: none
    }
    #quick-links nav a:first-of-type {
        margin-left: 0
    }
    #quick-links nav a:not(:last-of-type) {
        margin-right: 1rem
    }
    #quick-links nav a:not(:last-of-type):after {
        position: absolute;
        display: inline-block;
        content: "|";
        margin-left: 1.375rem;
        color: #bbb;
        cursor: default
    }
    #quick-links .nav-tabs {
        display: table;
        table-layout: fixed;
        padding: 0;
        width: 100%
    }
    #quick-links .nav-tabs:before,
    #quick-links .nav-tabs:after {
        display: none
    }
    #quick-links .nav-tabs a {
        margin-right: 0;
        color: #fff;
        background-color: rgba(9, 70, 115, .83);
        border-radius: 0;
        border: none !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    #quick-links .nav-tabs a:focus,
    #quick-links .nav-tabs a:hover {
        background-color: #104f7e
    }
    #quick-links .nav-tabs li {
        display: table-cell;
        float: none;
        vertical-align: bottom;
        border: solid transparent;
        border-width: 0 1px
    }
    #quick-links .nav-tabs li a {
        padding-top: 3.5rem;
        padding-right: .25em;
        padding-left: .25em;
        line-height: 1.1;
        background-position: center top 1rem
    }
    #quick-links .nav-tabs li.active:after {
        position: absolute;
        content: "";
        top: 100%;
        left: 50%;
        width: 24px;
        height: 12px;
        background-image: url("../img/active-tab.svg");
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #quick-links .nav-tabs li.active a {
        background-color: #165788
    }
    #quick-links .nav-tabs li a {
        background-repeat: no-repeat;
        background-size: 2.3rem 2.3rem
    }
    #quick-links .nav-tabs li a.ico_elections {
        background-image: url("../img/ico-elections.svg")
    }
    #quick-links .nav-tabs li a.ico_getting-around {
        background-image: url("../img/ico-getting-around.svg")
    }
    #quick-links .nav-tabs li a.ico_healthy-living {
        background-image: url("../img/ico-healthy-living.svg")
    }
    #quick-links .nav-tabs li a.ico_my-property {
        background-image: url("../img/ico-my-property.svg")
    }
    #quick-links .nav-tabs li a.ico_permits-licences {
        background-image: url("../img/ico-permits-licences.svg")
    }
    #quick-links .nav-tabs li a.ico_trending {
        background-image: url("../img/ico-trending.svg")
    }
    #quick-links .nav-tabs li a.ico_your-city {
        background-image: url("../img/ico-your-city.svg")
    }
    #quick-links .tab-content {
        padding-top: .75rem;
        padding-bottom: .75rem;
        background-color: #e5e5e5
    }
    #quick-links .tab-content a {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
}

#services {
    position: relative;
    margin-top: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    background-color: #e5e5e5
}

#services:before {
    position: absolute;
    content: "";
    top: -2rem;
    left: 0;
    width: 100%;
    height: calc(100% + 2rem);
    background-image: url("../img/city-skyline.png");
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

#services .form-inline {
    display: inline-block;
    min-width: 100%
}

#services .form-inline label {
    width: 119px;
    display: block
}

#services .form-inline button {
    text-transform: uppercase;
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#services .form-inline select,
#services .form-inline input {
    width: calc(100% - 52px)
}

@media(max-width: 480px) {
    #query {
        width: 87%;
        max-width: none
    }
    #services label {
        display: block
    }
}

@media(max-width: 991px) {
    #services form {
        margin-bottom: .5rem
    }
    #services .form-control {
        display: inline-block;
        width: auto
    }
    .carousel-caption {
        padding-right: 2em;
        padding-left: 2em
    }
}

@media(max-width: 360px) {
    #text-increase,
    #text-decrease {
        display: none
    }
}

@media(min-width: 768px) {
    #services .form-inline select,
    #services .form-inline input {
        width: 75.5%
    }
    #services .form-inline label {
        display: inline-block
    }
}

@media(min-width: 992px) {
    #services:before {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
    }
    #services .form-inline select,
    #services .form-inline input {
        width: 60%
    }
}

@media(min-width: 1200px) {
    #services {
        margin-top: 3.5rem
    }
    #services:before {
        background-position: right 41.66% top;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    #services .form-inline {
        min-width: 0
    }
    #services .form-inline select,
    #services .form-inline input {
        width: 242px
    }
    #services #service-request-form form {
        margin-left: 1rem
    }
    #services #status-tracking-form {
        text-align: right
    }
}

.thumbnail-featured {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
    text-align: center
}

.thumbnail-featured>img:first-of-type {
    margin-top: -4px;
    margin-right: -4px;
    margin-left: -4px;
    width: calc(100% + 4px * 2);
    max-width: none
}

.thumbnail-featured>img:first-of-type+.caption {
    position: relative;
    margin: -1.5rem -4px 0;
    padding: 1.5rem 4px 0;
    background: url("../img/clip-white.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 1.5rem
}

a.thumbnail-featured {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a.thumbnail-featured h2,
a.thumbnail-featured h3,
a.thumbnail-featured h4,
a.thumbnail-featured h5,
a.thumbnail-featured h6 {
    color: #165788
}

a.thumbnail-featured p {
    font-weight: 400
}

a.thumbnail-featured:focus,
a.thumbnail-featured:hover {
    text-decoration: none;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

@media(min-width: 992px) {
    .thumbnail-featured {
        margin-bottom: 0
    }
}

#ticker {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border: solid #bbb;
    border-width: 0 0 1px;
    overflow: hidden
}

#ticker>* {
    line-height: 1.2
}

#ticker>a {
    position: absolute;
    top: 0;
    right: 1rem
}

#ticker h5 {
    margin: 0
}

#ticker li {
    display: none
}

#ticker li:first-child {
    display: block
}

#ticker li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#ticker ul {
    margin: .5rem 0 0;
    padding-left: 0;
    max-width: 100%;
    list-style: none;
    overflow: hidden
}

@media(min-width: 768px) {
    #ticker {
        display: -webkit-box;
        display: flex
    }
    #ticker>a,
    #ticker h5 {
        -webkit-box-flex: 0;
        flex: 0 0 auto
    }
    #ticker>a {
        position: relative;
        right: auto
    }
    #ticker ul {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        margin-top: 0;
        padding-right: 1rem;
        padding-left: .75rem
    }
}

.home .carousel .item {
    max-height: 90vh
}

.home #footer {
    margin-top: 0
}

@media(min-width: 992px) {
    .cot-home #header {
        position: absolute;
        width: 100%;
        background-color: rgba(0, 0, 0, .6)
    }
}

.cot-home #popular-links .indicator {
    display: inline-block
}

.cot-home #popular-links button:focus {
    outline: var(--focus)
}

.cot-home #popular-links .top-level {
    margin: 0
}

.cot-home #popular-links .top-level #quick-links--collapse {
    background: #165788;
    padding: 1rem .875rem;
    color: #fff;
    border-radius: 0;
    display: block;
    width: 100%;
    text-align: left;
    line-height: inherit;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400
}

.cot-home #popular-links .top-level #quick-links--collapse .indicator {
    height: .75rem;
    width: 2rem;
    margin-left: 1rem;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.cot-home #popular-links .top-level #quick-links--collapse[aria-expanded=false] .indicator {
    background: url("../img/icon-arrow-down-white.png") no-repeat center/contain
}

.cot-home #popular-links .top-level #quick-links--collapse[aria-expanded=true] .indicator {
    background: url("../img/icon-arrow-up-white.png") no-repeat center/contain
}

@media(min-width: 768px) {
    .cot-home #popular-links .top-level #quick-links--collapse {
        display: none
    }
}

.cot-home #popular-links #panelCollapse .panel-title button {
    position: relative;
    text-align: left;
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.cot-home #popular-links #panelCollapse .panel-title button .indicator {
    float: right;
    height: 1rem;
    width: 1rem
}

.cot-home #popular-links #panelCollapse .panel-title button[aria-expanded=false] .indicator {
    background: url("../img/icon-plus.svg") no-repeat center/contain
}

.cot-home #popular-links #panelCollapse .panel-title button[aria-expanded=true] .indicator {
    background: url("../img/icon-minus.svg") no-repeat center/contain
}

.cot-home #popular-links #panelCollapse .panel-body a {
    text-align: left;
    padding-left: 2.75rem
}

#sub-nav {
    border: none
}

#sub-nav nav {
    margin: -1.25rem;
    border: solid #e5e5e5;
    border-width: 0 1px 1px;
    border-radius: 0 0 3px 3px;
    overflow: hidden
}

#sub-nav nav a {
    display: block;
    padding: .625rem 1.13rem;
    border-top: solid 1px #e5e5e5
}

#sub-nav nav a.active,
#sub-nav nav li.current_page_parent>a,
#sub-nav nav li.current_page_item>a {
    font-weight: 700;
    cursor: default
}

#sub-nav nav a.active~ul,
#sub-nav nav li.current_page_parent>a~ul,
#sub-nav nav li.current_page_item>a~ul {
    display: block
}

#sub-nav .panel-body {
    margin-bottom: 25px;
    padding-top: 18px
}

#sub-nav {
    margin-bottom: 30px
}

span.sidenavdraft {
    color: #555;
    font-size: 80%;
    font-weight: normal
}

#sub-nav nav li.parent {
    position: relative;
    overflow: hidden
}

#sub-nav nav li.parent a {
    padding-right: 2.6rem
}

#sub-nav nav li.parent button {
    position: absolute;
    top: 0;
    right: .2rem;
    padding-bottom: 999px;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("../img/icon-plus.svg");
    background-position: center top 1.05rem;
    background-repeat: no-repeat;
    background-size: .8rem;
    border: solid #e5e5e5;
    border-width: 0 0 0 1px
}

#sub-nav nav li.parent button:focus,
#sub-nav nav li.parent button:hover {
    background-color: #e5e5e5
}

#sub-nav nav li.parent button:focus {
    outline: none
}

#sub-nav nav li.parent button.open {
    background-image: url("../img/icon-minus.svg");
    background-size: .8rem
}

#sub-nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

#sub-nav ul ul {
    display: none;
    background-color: #f1f6fa
}

#sub-nav ul ul a {
    padding-left: 2.2rem
}

#sub-nav ul ul ul a {
    padding-left: 3.1rem
}

#categories {
    margin-top: 2rem
}

#categories .heading h2,
#categories .heading h4 {
    font-size: 22px;
    margin: 7px 0;
    font-weight: 500;
    line-height: 1.2em
}

.tile-menu a.heading {
    font-size: .786em;
    font-weight: 500;
    line-height: 1.2em;
    color: #165788
}

.tile-menu h2,
.tile-menu h3 {
    margin-top: 7px;
    line-height: 0em
}

.tile-menu .list-group-item:hover,
.tile-menu .list-group-item:focus {
    text-decoration: none;
    background-color: #f8f8f8;
    cursor: pointer
}

.tile-menu .list-group .list-group-item p {
    font-weight: 400;
    color: #000
}

.tile-menu .list-group .list-group-item a:focus {
    outline: none
}

.tile-image {
    margin: -10px -15px 10px;
    position: relative
}

.cot-card {
    margin-bottom: 2rem !important
}

.image-tile .cot-card:hover,
.image-tile .cot-card:focus {
    border: 1px solid gray
}

.tile-image img {
    border: 1px solid #fff
}

.tile-image-overlay {
    width: 101%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: url("../img/clip-white-480.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain
}

.tile-menu .list-group-item:hover .tile-image-overlay,
.tile-menu .list-group-item:focus .tile-image-overlay {
    background-image: url("../img/clip-highlight-480.svg")
}

#categories2 .list-group-item {
    padding: 0
}

#categories2 .heading {
    padding-left: 15px;
    padding-right: 15px
}

#categories2 p {
    padding-left: 15px;
    padding-right: 15px
}

#categories2 .tile-image {
    margin: 0 0 18px;
    position: relative;
    max-height: 264px;
    width: 100%;
    overflow: hidden
}

#categories2 .tile-image img {
    border: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: auto
}

.promotional-heading {
    margin-top: 10px;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .tile-menu {
        max-width: 450px;
        margin: 0 auto
    }
}

#categories .list-group a.list-group-item:not(.heading):before {
    content: "■";
    margin-right: 1em;
    font-size: 66%;
    vertical-align: .25em;
    color: #ec9f09
}

#categories .list-group a.list-group-item:not(.heading) {
    padding-left: 2em;
    text-indent: -1em
}

#categories .list-group a.list-group-item p {
    font-weight: 400;
    color: #000
}

#categories .list-group.scale-group {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#categories .list-group.scale-group:focus,
#categories .list-group.scale-group:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

#categories .list-group .list-group-item.heading img {
    display: none
}

#categories .cot-card {
    margin-bottom: 32px
}

@media(min-width: 768px) {
    #categories .list-group .list-group-item.heading img {
        display: block;
        margin: -10px -15px 0;
        width: calc(100% + 30px);
        max-width: none;
        height: 200px
    }
    #categories .list-group .list-group-item.heading img+h4 {
        position: relative;
        margin: -1.5rem -15px 0;
        padding: 2rem 15px .5rem;
        background-image: url("../img/clip-white.svg"), url("../img/clip-gray.svg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 1.5rem
    }
    #categories .list-group a.list-group-item.heading:focus img+h4,
    #categories .list-group a.list-group-item.heading:hover img+h4 {
        background-image: url("../img/clip-gray.svg")
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    #categories .col-sm-6:nth-child(odd) {
        clear: both
    }
}

@media(min-width: 1200px) {
    #categories .col-lg-4:nth-child(3n+1) {
        clear: both
    }
}

html {
    min-width: 320px;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    background-color: #e5e5e5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body.no-scroll {
    overflow: hidden
}

a,
b,
strong,
th {
    font-weight: 500
}

img.cot-open-new-window {
    margin-left: .05em;
    margin-right: .05em;
    margin-bottom: .3em
}

img.cot-open-new-window.cot-external-link {
    margin: 0;
    vertical-align: top
}

iframe {
    width: 100%
}

img {
    max-width: 100%;
    height: auto
}

label {
    font-weight: 400
}

small,
.small {
    font-size: 85%
}

.list-group,
.page-header,
.nav-tabs a,
.panel-body,
.thumbnail *,
#main-nav a,
#page-content,
#sub-nav a,
.nav-tabs button {
    text-overflow: ellipsis;
    overflow: hidden
}

.btn-link {
    font-weight: 500
}

.container-fluid {
    max-width: 1400px
}

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.lead {
    font-weight: 400
}

.list-group {
    margin-bottom: 32px
}

.list-group a.list-group-item {
    color: #165788
}

.list-group a.list-group-item.active {
    color: #fff
}

.list-group h4,
.list-group .h4 {
    text-transform: uppercase
}

.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
    border-radius: 0
}

.list-group.no-border .list-group-item {
    margin-bottom: 0;
    padding-right: .25rem;
    padding-left: .25rem;
    border-width: 0 0 1px
}

.list-group.no-border .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom-width: 0
}

.list-group-item .sidebar-social {
    margin: 0 0 10px
}

.list-group-item .sidebar-social img {
    width: 25px;
    margin: 0 1px 0 -4px
}

.list-group-item .sidebar-social img.cot-open-new-window {
    width: 8px;
    margin-left: 1px
}

.modal-content {
    border-radius: 0
}

.modal-xl {
    padding: 0 2rem;
    width: 100%;
    max-width: 1400px
}

.nav-tabs-primary>li>a {
    color: #fff;
    background-color: #165788
}

.nav-tabs-primary>li>a:focus,
.nav-tabs-primary>li>a:hover {
    color: #165788;
    background-color: #bdd5e7
}

.nav-tabs-primary>li.disabled>a {
    color: #ddd
}

.nav-tabs-primary>li.disabled>a:focus,
.nav-tabs-primary>li.disabled>a:hover {
    color: #000;
    background-color: #bdd5e7
}

.page-header {
    padding-bottom: 0
}

.page-header h1 {
    margin-top: 0
}

.panel {
    box-shadow: none
}

.panel-title {
    font-size: 20px
}

.panel-title a {
    display: block
}

.panel-title a[data-toggle=collapse] {
    padding-right: 1em;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1em
}

.loaded .panel-title a[data-toggle=collapse] {
    background-image: url("../img/icon-circle-plus.svg")
}

.loaded .panel-title a[data-toggle=collapse][aria-expanded=true] {
    background-image: url("../img/icon-circle-minus.svg")
}

cotui-accordion h2.accordion__title {
    font-size: 22px
}

.cot-accordion {
    margin-bottom: 45px;
    display: block
}

.cot-accordion+* {
    margin-top: 0;
    padding-top: 0
}

#accordion-element button {
    padding: 0;
    border: none;
    background-color: #fff;
    outline: none
}

.panel-title button {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 20px
}

#accordion-element .panel-title button {
    font-size: 22px;
    background-color: transparent
}

#accordion-element .panel-default>.panel-heading {
    background-color: #f2f2f2
}

#accordion-element {
    margin: 20px 0
}

#accordion-element .panel-default>.panel-heading {
    padding: 0px
}

#accordion-element .panel-title button[data-toggle=collapse] {
    padding: .5em 1.6em .5em .9em;
    background-position: right 14px center
}

#accordion-element .panel {
    border-radius: 3px
}

#accordion-element .panel-body {
    padding: 15px 20px 10px 20px
}

.panel-title button[data-toggle=collapse] {
    padding-right: 1em;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1em
}

.loaded .panel-title button[data-toggle=collapse] {
    background-image: url("../img/icon-circle-plus.svg")
}

.loaded .panel-title button[data-toggle=collapse][aria-expanded=true] {
    background-image: url("../img/icon-circle-minus.svg")
}

.table {
    border: solid 1px #ddd
}

.table>thead>tr>th {
    border-bottom: solid 3px #165788
}

.table p {
    margin: 0
}

.table p+p {
    margin-top: .75rem
}

.cot-table table {
    margin: 20px 0 20px;
    border: 1px solid #ddd
}

.cot-table td {
    padding: 6px 16px !important;
    border: 1px solid #ddd !important
}

.cot-table th {
    padding: 8px 16px !important;
    border: 1px solid #ddd !important;
    border-bottom: 3px solid #165788 !important
}

.cot-table tbody>tr:nth-child(odd)>td {
    background-color: #f8f8f8 !important
}

.cot-table {
    margin-top: 15px;
    margin-bottom: 15px
}

#actions {
    display: none
}

#page-content {
    font-size: 1.125em
}

.page-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    padding-bottom: 0
}

.page-header h1 {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.page-header #actions {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    text-align: right
}

#actions {
    display: block
}

#actions button {
    padding-right: 36px;
    font-weight: 400;
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: auto 1rem
}

#actions:not(:last-child) {
    margin-right: .125rem
}

#actions button#share {
    padding-right: 12px
}

#actions span {
    display: inline-block;
    margin-left: .125rem;
    padding-right: .125rem;
    padding-left: .125rem;
    height: 1.125rem;
    font-size: .875rem;
    font-weight: 500;
    border-radius: .125rem
}

#actions:before {
    position: absolute;
    content: "";
    top: 0;
    right: 100%;
    width: .25rem;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}

#actions .sharebox {
    display: none;
    position: absolute;
    margin: 7px 0 0 0;
    padding: 4px 12px 0 12px;
    width: 171px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    text-align: left;
    z-index: 99999
}

#actions .sharebox .share-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#actions .sharebox .share-list li {
    padding: 9px 8px;
    border-bottom: 1px solid #ddd
}

#actions .sharebox .share-list li :last-child {
    border-bottom: none
}

#actions .sharebox .share-list img {
    margin-right: 10px;
    width: 25px
}

.loaded #actions button#print {
    background-image: url("../img/icon-print.svg")
}

.loaded #actions button#share span:before {
    background-image: url("../img/share-arrow.svg")
}

.loaded #actions button#translate {
    background-image: url("../img/icon-globe.svg")
}

.loaded #actions #shareit {
    background-image: url("../img/icon-share.svg")
}

#sharebutton {
    display: inline-block
}

@media(max-width: 991px) {
    #actions {
        position: absolute;
        right: 15px;
        top: 10px;
        display: block
    }
    #actions #print {
        display: none
    }
    #actions #sharebox {
        right: 0px
    }
    .page-header h1 {
        margin-top: 7px !important
    }
}

@media(max-width: 991px)and (min-width: 768px) {
    #actions {
        right: 32px
    }
}

#main {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem
}

#page-content:focus,
#main .container-fluid {
    outline: none
}

#skippy {
    display: block;
    padding: 1rem;
    text-align: center;
    color: #165788
}

@media(min-width: 768px) {
    .banner-image {
        display: block;
        margin-bottom: 1.5rem
    }
    .banner-image figcaption {
        position: relative;
        display: -webkit-box;
        display: flex;
        padding: .25rem 0;
        width: 100%;
        font-size: .875rem;
        color: #555;
        background-color: #fff;
        z-index: 1
    }
    .banner-image figcaption span {
        -webkit-box-flex: 1;
        flex: 1 1 auto
    }
    .banner-image figcaption span+span {
        text-align: right
    }
    .banner-image figure {
        position: relative;
        width: 100%
    }
    .banner-image figure:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 99px rgba(0, 0, 0, .2)
    }
    .banner-image img {
        width: 100%;
        max-width: none;
        max-height: 330px
    }
    @supports(-o-object-fit: cover) or (object-fit: cover) {
        .banner-image img {
            max-height: 330px;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center
        }
    }
    @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
        .banner-image img {
            height: auto
        }
    }
}

@media(min-width: 1200px) {
    #page-content {
        font-size: 1.25em
    }
}

#social-nav a:after {
    margin-left: 0px;
    content: "" !important
}

.searchresults .searchresult {
    margin-bottom: 20px
}

#twitter-widget-0 {
    margin-top: -10px !important;
    height: 867px !important
}

body {
    min-height: 105%
}

#home-carousel {
    margin-bottom: -84px;
    margin-top: 0px
}

.app_container {
    margin: 15px 0
}

.panel-default>.panel-heading {
    background-color: transparent
}

.panel {
    margin-bottom: 10px
}

.carousel-indicators .active {
    background-color: #ec9f09
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #ec9f09
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #ec9f09;
    border-left: 0;
    text-align: right
}

.tab-pane {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 3px;
    padding: 20px
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0
}

.acf-map img {
    max-width: inherit !important
}

.content-element {
    margin: 40px 0
}

.btn-primary {
    background-color: #175689;
    border-color: #175689
}

.btn-info {
    background-color: dimgray;
    border-color: #454545
}

.btn-success {
    background-color: #5c8014;
    border-color: #40590d
}

.btn-warning {
    background-color: #b95b01;
    border-color: #8d4601
}

.btn-danger {
    background-color: #b33b3a;
    border-color: #9e2625
}

.btn-info:hover,
.btn-info:focus {
    background-color: #595959
}

.btn-success:hover,
.btn-success:focus {
    background-color: #486410
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #974901
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #993232
}

.btn-primary:hover {
    border-color: #337ab7
}

.btn-info:hover {
    border-color: #353535
}

.btn-success:hover {
    border-color: #2c3d09
}

.btn-warning:hover {
    border-color: #6e3701
}

.btn-danger:hover {
    border-color: #831f1f
}

.btn-cancel {
    color: #8b334c;
    background-color: #fff;
    border-color: #6c3049
}

.btn-cancel:hover,
.btn-cancel:focus {
    color: #fff;
    background-color: #6c3049
}

.form-control::-webkit-input-placeholder {
    color: #767676;
    opacity: 1
}

.form-control:-moz-placeholder {
    color: #767676;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #767676;
    opacity: 1
}

.form-control,
output {
    color: #333
}

.intl-tel-input .country-list .country .dial-code {
    color: #767676
}

.list-group-item p.contact-information {
    margin-bottom: 1em
}

strong.accordion {
    cursor: pointer
}

#sub-nav .children a,
#breadcrumbs a,
#quicklinks a {
    color: #2d699e
}

#quick-links nav a {
    color: #165788
}

#page-content .nav.nav-tabs {
    display: -webkit-box;
    display: flex;
    text-align: center
}

#page-content .nav.nav-tabs li {
    display: -webkit-box;
    display: flex
}

#cot-tabs .nav-tabs>li.active>button {
    color: #fff;
    cursor: default;
    background-color: #165788;
    border: 1px solid #165788;
    text-decoration: none
}

#cot-tabs .nav-tabs>li>button {
    color: #000;
    background-color: #f2f2f2;
    margin-right: 5px;
    padding-bottom: 7px;
    line-height: 1.4;
    border: 1px solid #d9d9d9;
    border-radius: 3px 3px 0 0;
    text-overflow: ellipsis;
    overflow: hidden
}

#cot-tabs .nav-tabs>li>button:focus {
    border-top: 4px solid #ec9f09;
    padding-top: 7px;
    text-decoration: underline
}

#cot-tabs .nav-tabs>li>button:hover {
    text-decoration: underline
}

#cot-tabs .nav-tabs>li.active>button {
    text-decoration: none
}

#cot-tabs .tab-pane {
    border-top: 3px solid #165788;
    border-radius: 0 3px 3px 3px
}

#cot-content-tabs-accordion h2 {
    margin-top: 0px
}

#cot-content-tabs-accordion {
    padding: 0;
    border: none;
    background-color: #fff;
    outline: none
}

#cot-content-tabs-accordion .panel-title button {
    font-size: 22px;
    background-color: transparent
}

#cot-content-tabs-accordion {
    margin: 20px 0
}

#cot-content-tabs-accordion .panel-title button {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 20px;
    background-size: 1em
}

#cot-content-tabs-accordion .panel-title button[data-toggle=collapse] {
    padding: .5em 1.6em .5em .7em;
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: .8rem
}

#cot-content-tabs-accordion .loaded .panel-title button[data-toggle=collapse] {
    background-image: url("../img/icon-circle-plus.svg")
}

#cot-content-tabs-accordion .loaded .panel-title button[data-toggle=collapse][aria-expanded=true] {
    background-image: url("../img/icon-circle-minus.svg")
}

#cot-content-tabs-accordion .panel-default>.panel-heading {
    background-color: #f2f2f2;
    padding: 0px
}

.mejs-container {
    margin-top: 10px
}

.hidetabs ul.vc_tta-tabs-list li {
    display: none !important
}

#footer-nav a {
    white-space: nowrap
}

div#logo {
    margin-top: .9em
}

@media(min-width: 992px) {
    div#top-bar {
        margin-top: 1.3em;
        margin-right: 2.7em
    }
}

@media(min-width: 1200px) {
    div#f-icons-2 a,
    div#f-icons-3 a,
    div#f-icons-4 a,
    div#f-icons-5 a {
        float: left;
        margin-left: .4em
    }
}

@media(max-width: 1199px) {
    div#f-icons-2,
    div#f-icons-3,
    div#f-icons-4,
    div#f-icons-5 {
        margin-top: .2em
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    div#f-connect {
        margin-bottom: .2em
    }
}

@media(min-width: 992px)and (max-width: 1030px) {
    div#f-connect span {
        padding-right: .3em
    }
}

@media(min-width: 1075px) {
    div#f-connect span {
        margin-right: -0.2em
    }
}

@media(min-width: 1120px) {
    div#f-connect span {
        margin-right: -0.5em
    }
}

@media(min-width: 1150px) {
    div#f-connect span {
        margin-right: -1em
    }
}

@media(min-width: 1200px) {
    div#f-connect span {
        margin-right: -0.45em
    }
}

@media(min-width: 1230px) {
    div#f-connect span {
        margin-right: -0.7em
    }
}

@media(min-width: 1270px) {
    div#f-connect span {
        margin-right: -1.1em
    }
}

@media(min-width: 1350px) {
    div#f-connect span {
        margin-right: -1.5em
    }
}

@media(min-width: 1380px) {
    div#f-connect span {
        margin-right: -1.8em
    }
}

@media(min-width: 1400px) {
    div#f-connect span {
        margin-right: -2em
    }
}

#sub-nav nav a {
    font-weight: 400
}

@media(min-width: 1200px) {
    body #page-content {
        font-size: 1.125em
    }
}

#footer-nav a[href^="#"] {
    display: none
}

.list-group h4,
.list-group .h4 {
    text-transform: none !important
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.gm-style a[href*=".google.com"]::after {
    content: none !important
}

.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#page-content table td {
    padding: 4px;
    border: 1px solid #ddd
}

#sub-nav nav li.current_page_parent button {
    background-image: url("../img/icon-minus.svg")
}

#page-content table {
    width: 100%
}

#page-content table td {
    border-right: 0px;
    border-left: 0px
}

#page-content table.striped tr:nth-child(odd) td {
    background-color: #f5f5f5
}

#page-content table th {
    padding: 4px
}

.cot-sidebar-info {
    border: 3px dashed #33aab7;
    padding: .3em;
    font-size: .85em
}

.sb-note {
    color: red
}

ul.scheduled-content-set {
    list-style-type: none;
    padding: 0
}

ul.scheduled-content-set li {
    padding: 5px 10px;
    border-top: 1px solid gray
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
    padding-left: 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    padding-right: 1em
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#test123 {
    padding: 11px
}

#test12345 {
    padding: 1px
}

div.bullet-menu a.heading:hover {
    background-color: #fff
}

.bullet-list-group h2 {
    color: #000
}

#sub-nav>.panel-heading {
    background-color: #165788
}

.calltoaction {
    background-color: #e5e5e5;
    border-radius: 5px;
    padding: 20px 20px 20px 30px
}

.calltoaction .col-sm-4 {
    text-align: right
}

.calltoaction .col-sm-4 a {
    white-space: normal
}

@media(max-width: 768px) {
    .calltoaction .col-sm-4 {
        text-align: left !important;
        margin-top: 10px
    }
}

.highlightedcontent {
    font-size: 1.25em;
    border-left: 5px solid orange;
    padding: 10px 20px;
    clear: both
}

#page-content figure figcaption,
small {
    padding: .25rem 0;
    width: 100%;
    font-size: .875rem;
    color: #595959
}

blockquote {
    display: inline-block;
    padding: 0px 50px 0px 50px;
    position: relative;
    border: 0px !important;
    font-size: 1.125em;
    line-height: 1.2;
    color: #000;
    margin: 0px 0px 15px 0px
}

blockquote p {
    padding: 15px 0px 0px 0px
}

blockquote::after,
blockquote::before {
    font-family: Georgia, serif;
    font-size: 3em;
    font-weight: bold;
    color: #999;
    position: absolute
}

blockquote::after {
    content: "”";
    right: 0px;
    bottom: 0px
}

blockquote::before {
    content: "“";
    left: 0px;
    top: 5px
}

figure {
    max-width: 100%
}

@media(min-width: 768px) {
    @supports(-o-object-fit: cover) or (object-fit: cover) {
        .banner-image img {
            height: auto;
            max-height: 330px
        }
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    blockquote::after,
    blockquote::before {
        font-size: 48px !important
    }
}

@media(max-width: 991px) {
    #main-nav>ul>li>span:focus {
        text-decoration: underline
    }
}

#main-nav button {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    border: none;
    display: inline-block;
    font-weight: 400;
    text-shadow: inherit
}

#main-nav button:focus {
    text-decoration: underline
}

@media(max-width: 991px) {
    #main-nav button:hover {
        text-decoration: underline
    }
    #main-nav>ul:focus {
        outline: none
    }
    #main-nav a {
        outline: none
    }
}

#main-nav div.dropdown.force-open {
    display: block !important
}

ol {
    list-style-type: decimal
}

ol ol {
    list-style-type: lower-alpha;
    -webkit-padding-start: 20px
}

ol ol ol {
    list-style-type: lower-roman;
    -webkit-padding-start: 20px
}

ol ol ol ol {
    list-style-type: decimal;
    -webkit-padding-start: 20px
}

#tls-alert-box {
    border: 1px solid #eca108;
    border-radius: 3px;
    background: url("../img/alert.svg") #fdf6e6 no-repeat left center;
    background-position: 15px 50%;
    padding: 15px 30px 5px 70px;
    margin: 15px 0px;
    min-height: 60px;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box
}

#page-alert-box {
    border: 1px solid #eca108;
    border-radius: 3px;
    background: url("../img/alert.svg") #fdf6e6 no-repeat left center;
    background-position: 15px 50%;
    padding: 15px 20px 5px 70px;
    margin-bottom: 25px;
    min-height: 60px;
    -webkit-box-align: center;
    align-items: center
}

#home-alertbox .global-alert-close,
#global-alertbox .global-alert-close {
    background: rgba(0, 0, 0, 0);
    background-image: url("../img/x.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    position: absolute;
    right: 0;
    border: 0;
    padding: 50px 50px 0 0
}

#home-alertbox button:hover,
#global-alertbox button:hover {
    outline: transparent;
    box-shadow: 0 0 0 .1rem #337ab7
}

#home-alertbox button:focus,
#global-alertbox button:focus {
    outline: transparent;
    box-shadow: 0 0 0 .1rem #337ab7
}

#home-alertbox a:focus,
#home-alertbox a:hover,
#global-alertbox a:focus,
#global-alertbox a:hover {
    border-bottom-style: solid;
    text-decoration: none
}

#home-alertbox p,
#global-alertbox p {
    margin-top: 13px;
    margin-bottom: 0px
}

#global-alertbox h2,
#home-alertbox h2 {
    font-size: 1.5em;
    margin-top: 13px;
    margin-bottom: -5px
}

#home-image-caption {
    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 100px;
    width: 235px;
    height: 2rem;
    font-size: .8em
}

#home-image-caption div {
    color: #fff;
    background: rgba(0, 0, 0, .8);
    border-radius: 4px
}

#home-image-caption .credit {
    display: none;
    bottom: 0;
    position: absolute;
    width: 200px;
    padding: 7px 10px 7px 10px;
    float: left
}

#home-image-caption .credit a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    text-decoration: none
}

#home-image-caption a:hover {
    outline: transparent;
    text-decoration: none;
    border-bottom: 1px solid #fff
}

#home-image-caption a:focus {
    outline: transparent;
    text-decoration: none;
    border-bottom: 1px solid #fff
}

#home-image-caption .credit-icon {
    background: rgba(0, 0, 0, .8);
    background-image: url("../img/camera.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 10%;
    padding: 4px
}

#home-image-caption:hover {
    width: 235px
}

#home-image-caption button:focus {
    outline: transparent;
    box-shadow: 0 0 0 .1rem #337ab7
}

#home-image-caption button:hover {
    outline: transparent;
    box-shadow: 0 0 0 .1rem #337ab7
}

@media(max-width: 768px) {
    #home-image-caption {
        bottom: 5px
    }
    .carousel-caption {
        top: 0;
        right: 0%;
        left: 0%;
        padding: 1em;
        overflow-y: auto
    }
    .carousel-caption h2 {
        font-size: 1.5em
    }
}

#search-tab #query {
    float: none
}

#search-tab button {
    min-width: 2.25em;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 1.125em;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: -0.15em
}

.gallery-caption {
    background-color: #eee;
    padding: 10px;
    font-size: .8em
}

@media(min-width: 768px) {
    #main #quick-links .nav-tabs li button {
        color: #fff;
        white-space: nowrap
    }
    #main-nav>ul>li>span:focus {
        text-decoration: underline
    }
    div#f-connect span {
        margin-right: 0px !important
    }
}

@media(max-width: 767px) {
    #query {
        width: 90%;
        max-width: none
    }
    #quick-links .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(max-width: 550px) {
    #query {
        width: 87%;
        max-width: none
    }
}

@media(min-width: 768px) {
    #quick-links {
        margin-bottom: 2rem
    }
    #quick-links nav button {
        display: inline-block;
        margin-left: 1rem;
        border: none
    }
    #quick-links nav button:first-of-type {
        margin-left: 0
    }
    #quick-links nav button:not(:last-of-type) {
        margin-right: 1rem
    }
    #quick-links nav button:not(:last-of-type):after {
        position: absolute;
        display: inline-block;
        content: "|";
        margin-left: 1.375rem;
        color: #bbb;
        cursor: default
    }
    #quick-links .nav-tabs {
        display: table;
        table-layout: fixed;
        padding: 0;
        width: 100%
    }
    #quick-links .nav-tabs:before,
    #quick-links .nav-tabs:after {
        display: none
    }
    #quick-links .nav-tabs button {
        margin-right: 0;
        color: #fff;
        background-color: rgba(9, 70, 115, .83);
        border-radius: 0;
        border: none !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    #quick-links .nav-tabs button:focus,
    #quick-links .nav-tabs button:hover {
        background-color: #104f7e
    }
    #quick-links .nav-tabs li {
        display: table-cell;
        float: none;
        vertical-align: bottom;
        border: solid transparent;
        border-width: 0 1px
    }
    #quick-links .nav-tabs li button {
        padding-top: 3.5rem;
        padding-right: .25em;
        padding-left: .25em;
        line-height: 1.1;
        background-position: center top 1rem
    }
    #quick-links .nav-tabs li.active:after {
        position: absolute;
        content: "";
        top: 100%;
        left: 50%;
        width: 24px;
        height: 12px;
        background-image: url("../img/active-tab.svg");
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #quick-links .nav-tabs li.active button {
        background-color: #165788
    }
    #quick-links .nav-tabs li button {
        background-repeat: no-repeat;
        background-size: 2.3rem 2.3rem
    }
    #quick-links .nav-tabs li button.ico_elections {
        background-image: url("../img/ico-elections.svg")
    }
    #quick-links .nav-tabs li button.ico_getting-around {
        background-image: url("../img/ico-getting-around.svg")
    }
    #quick-links .nav-tabs li button.ico_healthy-living {
        background-image: url("../img/ico-healthy-living.svg")
    }
    #quick-links .nav-tabs li button.ico_my-property {
        background-image: url("../img/ico-my-property.svg")
    }
    #quick-links .nav-tabs li button.ico_permits-licences {
        background-image: url("../img/ico-permits-licences.svg")
    }
    #quick-links .nav-tabs li button.ico_trending {
        background-image: url("../img/ico-trending.svg")
    }
    #quick-links .nav-tabs li button.ico_your-city {
        background-image: url("../img/ico-your-city.svg")
    }
    #quick-links .tab-content {
        padding-top: .75rem;
        padding-bottom: .75rem;
        background-color: #e5e5e5
    }
    #quick-links .tab-content button {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
}

#quick-links .nav-tabs li button {
    padding-top: 3.5rem;
    padding-right: .25em;
    padding-left: .25em;
    line-height: 1.1;
    background-position: center top 1rem
}

a,
b,
strong,
th,
button {
    font-weight: 500
}

.nav>li>button {
    position: relative;
    display: block;
    padding: 10px 15px
}

#quick-links {
    margin-bottom: 2rem;
    text-align: center
}

#quick-links nav {
    background-color: #e5e5e5
}

#quick-links nav button {
    display: block;
    padding: .5rem;
    border-top: solid 1px #d1d1d1
}

#quick-links button:focus {
    outline: 1px solid #4d90fe
}

#quick-links .panel,
#quick-links .panel-heading {
    border-radius: 0
}

#quick-links .panel button:focus,
#quick-links .panel button:hover,
#quick-links .panel-heading button:focus,
#quick-links .panel-heading button:hover {
    text-decoration: none
}

#quick-links .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #336d99
}

#quick-links .panel-body {
    padding: 0
}

#quick-links .panel-default {
    border: none
}

#quick-links .panel-heading {
    padding: 0
}

#quick-links {
    margin-bottom: 2rem;
    text-align: center
}

#quick-links nav {
    background-color: #e5e5e5
}

#quick-links nav button {
    display: block;
    padding: .5rem;
    border-top: solid 1px #d1d1d1
}

#quick-links .panel,
#quick-links .panel-heading {
    border-radius: 0
}

#quick-links .panel button:focus,
#quick-links .panel button:hover,
#quick-links .panel-heading button:focus,
#quick-links .panel-heading button:hover {
    text-decoration: none
}

#quick-links .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #336d99
}

#quick-links .panel-body {
    padding: 0
}

#quick-links .panel-default {
    border: none
}

#quick-links .panel-heading {
    padding: 0
}

#quick-links .panel-heading button {
    padding: 1rem 1.25rem;
    background-image: none;
    background: #fff;
    border: none;
    text-align: center;
    color: #165788
}

#quick-links nav a:hover,
#quick-links nav a:focus {
    text-decoration: underline !important
}

.nav-tabs-primary>li>button {
    color: #fff;
    background-color: #165788
}

.nav-tabs-primary>li>button:focus,
.nav-tabs-primary>li>button:hover {
    color: #165788;
    background-color: #bdd5e7
}

.nav-tabs-primary>li.disabled>button {
    color: #ddd
}

.nav-tabs-primary>li.disabled>button:focus,
.nav-tabs-primary>li.disabled>button:hover {
    color: #000;
    background-color: #bdd5e7
}

.page-header {
    padding-bottom: 0;
    border-bottom: 1px solid #ddd
}

.page-header h1 {
    margin-top: 0
}

.panel {
    box-shadow: none
}

.panel-title {
    font-size: 20px
}

.panel-title button {
    display: block
}

.panel-title button:hover,
.panel-title button:focus {
    text-decoration: underline !important
}

.panel-title button[data-toggle=collapse] {
    padding-right: 1em;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1em
}

.loaded .panel-title button[data-toggle=collapse] {
    background-image: url("../img/icon-plus.svg");
    background-size: .8rem
}

.loaded .panel-title button[data-toggle=collapse][aria-expanded=true] {
    background-image: url("../img/icon-minus.svg");
    background-size: .8rem
}

section#main {
    outline: none
}

[role=tabpanel] {
    outline: none
}

.div-space {
    margin-top: 1em
}

i#i-text-increase,
i#i-text-decrease {
    font-style: normal
}

#sub-nav nav a {
    font-weight: 400;
    color: #165788
}

@media(min-width: 1200px) {
    body #page-content {
        font-size: 1.125em
    }
    #page-alert-box {
        font-size: 1.125em
    }
}

#footer-nav a[href^="#"] {
    display: none
}

#sub-nav {
    display: none
}

.list-group h4,
.list-group .h4 {
    text-transform: none !important
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

#quick-links .nav-tabs {
    display: none
}

.gm-style a[href*=".google.com"]::after {
    content: none !important
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
    padding-left: 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    padding-right: 1em
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#page-content table td {
    padding: 4px;
    border: 1px solid #ddd
}

#sub-nav nav li.current_page_parent button {
    background-image: url(/wp-content/themes/cot/img/icon-minus.svg)
}

#page-content table {
    width: 100%
}

#page-content table td {
    border-right: 0px;
    border-left: 0px
}

#page-content table.striped tr:nth-child(odd) td {
    background-color: #f5f5f5
}

#page-content table th {
    padding: 4px
}

div.bullet-menu a.heading:hover {
    background-color: #fff
}

#sub-nav>.panel-heading {
    background-color: #165788
}

.calltoaction {
    background-color: #e5e5e5;
    border-radius: 5px;
    padding: 20px 20px 20px 30px
}

.calltoaction .col-sm-4 {
    text-align: right
}

.calltoaction .col-sm-4 a {
    white-space: normal
}

.highlightedcontent {
    font-size: 1.125em;
    border-left: 5px solid orange;
    padding: 10px 20px
}

#page-content figure figcaption,
#page-content small {
    padding: .25rem 0;
    width: 100%;
    font-size: .875rem;
    color: #737373;
    display: block;
    line-height: 1.25em
}

#page-content small.help-block {
    color: #a94442
}

blockquote {
    display: inline-block;
    padding: 0px 50px 0px 50px;
    position: relative;
    border: 0px !important;
    font-size: 1.125em;
    line-height: 1.4;
    color: #000;
    margin: 0px 0px 15px 0px
}

blockquote p {
    padding: 15px 0px 0px 0px
}

blockquote::after,
blockquote::before {
    font-family: Georgia, serif;
    font-size: 3em;
    font-weight: bold;
    color: #999;
    position: absolute
}

blockquote::after {
    content: "”";
    right: 0px;
    top: 0px
}

blockquote::before {
    content: "“";
    left: 0px;
    top: 0px
}

blockquote small {
    font-size: 75%
}

figure {
    max-width: 100%
}

@media(min-width: 768px) {
    @supports(-o-object-fit: cover) or (object-fit: cover) {
        .banner-image img {
            height: auto;
            max-height: 330px
        }
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    blockquote::after,
    blockquote::before {
        font-size: 48px !important
    }
}

#main-nav div.dropdown.force-open {
    display: block !important
}

@media(max-width: 768px) {
    #quick-links ul {
        margin-top: 50px
    }
    #quick-links ul li {
        width: 50%;
        background-color: #165788;
        border-bottom: 1px solid #eee
    }
    #quick-links ul li a {
        color: #fff;
        border-radius: 0px
    }
    #quick-links ul li a:active,
    #quick-links ul li a:hover,
    #quick-links ul li.active a {
        color: #165788
    }
}

#ticker h2 {
    margin: 0px
}

#event_cal_widget_container h2 {
    margin-top: 10px
}

#ticker h2,
#event_cal_widget_container h2 {
    font-size: 1.6em !important;
    font-weight: normal
}

#ticker {
    margin: 20px 0px 20px 0px
}

#event_cal_widget_container h2 {
    margin-bottom: 0px
}

#services:before {
    background-position: 50%
}

.caption h3 {
    font-size: 1.2em;
    margin-top: 10px
}

#quick-links .tab-pane {
    border: 0px
}

#quick-links .panel:last-child {
    border-bottom: 1px solid #336d99
}

.carousel .item:before {
    background: none
}

.thumbnail-featured>img:first-of-type+.caption {
    background-size: 100% 1.6em
}

@media(min-width: 768px) {
    #main #quick-links .nav-tabs li a {
        color: #fff;
        white-space: nowrap
    }
    #main-nav>ul>li>span:focus {
        text-decoration: underline
    }
    div#f-connect span {
        margin-right: 0px !important
    }
}

@media(max-width: 767px) {
    #quick-links a {
        color: #165788
    }
    #quick-links a:hover {
        text-decoration: underline !important
    }
    #quick-links {
        margin-top: 84px;
        margin-bottom: 0px
    }
    #quick-links .tab-content {
        display: none
    }
    .calltoaction .col-sm-4 {
        text-align: left !important;
        margin-top: 10px
    }
}

div#f-connect span {
    margin-right: -30px
}

#f-icons-1 a {
    vertical-align: top !important
}

#return-to-top {
    font-size: 16px !important
}

@media(min-width: 992px) {
    #main-nav li:hover span {
        border-bottom: 5px solid orange
    }
}

.cot-home #footer {
    margin-top: 0
}

.content-element {
    clear: both
}

#quick-links .tab-content a {
    color: #165788
}

.bullet-list-group h4 {
    color: #000
}

#sub-nav .panel-body {
    border: 1px solid #e5e5e5;
    padding-bottom: 19px
}

#global-alertbox,
#home-alertbox {
    display: none;
    background: #ec9f09;
    color: #1a1a1a;
    font-weight: bold;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px
}

#global-alertbox h2,
#home-alertbox h2 {
    margin-top: 13px;
    margin-bottom: -5px
}

#home-alertbox p,
#global-alertbox p {
    margin-top: 13px;
    margin-bottom: 0px
}

#home-alertbox a,
#global-alertbox a {
    display: inline;
    border-bottom: dotted 3px #000;
    line-height: 16px;
    color: #000
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#accordion-element button:hover {
    text-decoration: underline
}

#accordion-element button strong.accordion {
    color: #165788
}

#categories {
    clear: both
}

#sub-nav h4.panel-title.text-uppercase {
    text-transform: capitalize
}

#accordion-element .btn-primary {
    background-color: #175689;
    border-color: #0e4672
}

#accordion-element .btn-primary:hover {
    background-color: #337ab7;
    text-decoration: none
}

#accordion-element .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    splay: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

@media(min-width: 768px) {
    #global-alertbox,
    #home-alertbox {
        padding-right: 40px;
        padding-left: 33px
    }
}

@media print {
    #cot-tabs .tab-pane {
        border-top: 0px
    }
    #cot-tabs .hidden-xs {
        display: block !important
    }
}

.cot-table caption {
    padding-bottom: 15px;
    color: #000;
    font-weight: 500
}

.cot-table th {
    border-bottom: 2px solid #165788 !important
}

#global-alert-close-button {
    display: none
}

.page-id-12423 section#fireComplaintSetion>h1 {
    display: none
}

.page-id-12423 section#fireComplaintSetion>div.row:nth-child(2) {
    display: none
}

.page-id-12423 form#fireComplaintForm {
    margin-top: 20px
}

.post-type-archive-news table td a:focus {
    outline-offset: 1px
}

.post-type-archive-news #newsroom-search-filters #search-filter-button {
    background: none;
    border: 0;
    color: #2b5a83;
    margin: 10px 0
}

.post-type-archive-news #newsroom-search-filters .input-group {
    margin: 3px 0;
    overflow: initial
}

.post-type-archive-news #newsroom-search-filters .form-control,
.post-type-archive-news #newsroom-search-filters label.input-group-addon,
.post-type-archive-news #newsroom-search-filters .datepicker-button {
    border-color: #999
}

.post-type-archive-news #newsroom-search-filters label.input-group-addon {
    min-width: 7.8rem;
    color: #000
}

.post-type-archive-news #newsroom-search-filters .action-buttons {
    text-align: right;
    margin: 5px 0 30px
}

.post-type-archive-news #newsroom-search-filters input::placeholder {
    color: #777
}

.post-type-archive-news #newsroom-search-filters #errorbox {
    color: #d00
}

.post-type-archive-news #newsroom-search-filters #errorbox ul {
    margin: 0;
    padding: 0
}

.post-type-archive-news #newsroom-search-filters #errorbox li {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 10px;
    display: block
}

.post-type-archive-news #search-filters {
    display: none
}

.post-type-archive-news #search-filters.open {
    display: block
}

.post-type-archive-news .navigation {
    text-align: right;
    min-height: 50px
}

.post-type-archive-news .navigation ul {
    float: right
}

.post-type-archive-news .navigation li a,
.post-type-archive-news .navigation li a:hover,
.post-type-archive-news .navigation li.active a,
.post-type-archive-news .navigation li.inactive span,
.post-type-archive-news .navigation li.ellip {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.post-type-archive-news .navigation li a:hover,
.post-type-archive-news .navigation li.active a,
.post-type-archive-news .navigation li.inactive span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.post-type-archive-news .navigation li.ellip {
    border: 0;
    padding: 6px
}

.post-type-archive-news .navigation li {
    display: inline
}

.post-type-archive-news .navigation li a:hover,
.post-type-archive-news .navigation li.active a {
    background-color: #3c8dc5
}

.post-type-archive-news .navigation li.inactive a,
.post-type-archive-news .navigation li.inactive a:hover,
.post-type-archive-news .navigation li.inactive a:focus,
.post-type-archive-news .navigation li.inactive span {
    background: #fff;
    color: #767676;
    border-color: #ddd;
    cursor: not-allowed;
    font-weight: 500
}

.single-news a {
    outline-offset: 1px
}

.single-news .date {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
    display: inline-block
}

.single-news .news-media-contact {
    margin-top: 40px
}

.single-news .news-media-contact .name {
    font-weight: bold
}

.single-news .news-type {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block
}

.single-news li.list-group-item.back-to-list {
    padding-bottom: 15px
}

.single-news .sidebar .recent-news-list {
    margin-top: 10px
}

.single-news .sidebar .list-group-item {
    padding-left: 4px
}

.single-news .sidebar .news-date {
    font-size: .875rem;
    color: #737373;
    margin-right: 20px
}

.single-news .sidebar h4 {
    padding-top: 0
}

.single-news .sidebar ul.list-group-item {
    padding: 0
}
