﻿@import url(mobile_responsive.css);

.card-columns {
    column-count: 2;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .inner-content {
        width: 1136px;
    }

    .newsTitleFont {
        font-family: "Roboto",sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #0056a7;
        margin-bottom: 5px;
        word-break: break-all;
    }
}

@supports (-ms-ime-align:auto) {
    .count {
        padding-left: 25%;
    }
}

body {
    font-family: 'Roboto';
    max-width: 100%;
    margin: auto;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.noMargNoPad:hover {
    text-decoration: none;
}

.caption:hover {
    text-decoration: none !important;
}

.wc-console.has-upload-button .wc-textbox {
    left: 10px;
}

.wc-console .wc-upload {
    height: 0;
    width: 0;
}

    .wc-console .wc-upload svg {
        height: 0;
        width: 0;
    }

.subscriptionHistory {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0056a7;
}

.chatbotFont {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #003465;
    margin-bottom: 5px;
    word-break: break-word;
}

.bg-light {
    background-color: transparent !important;
}

pre {
    display: block;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.announcementList {
    list-style-type: none;
}

.surveyOptions {
    margin-top: 10px;
    margin-bottom: 10px;
}

.linksFooter {
    background-color: #7f959b !important;
    padding-top: 50px;
}

.footerLinkList {
    list-style-type: none;
    display: inline-block;
    margin: 25px;
}

.footerLink > a {
    list-style-type: none;
    color: #fff;
    text-decoration: none;
}

    .footerLink > a:hover {
        list-style-type: none;
        color: #fff;
        text-decoration: none;
    }

.footer {
    display: inline-block;
    padding: 20px;
}

.profilePhoto {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-left: 5px;
    margin-right: 0;
}

.profilepic {
    height: 40px;
    width: 40px;
}

.dropdown-item {
    color: #003465;
    padding-left: 10px;
}

#loginNav {
    color: #003465;
}

#registerNav {
    color: #003465;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0056a7;
    background-color: transparent;
    border-radius: 0;
    font-weight: 700;
    opacity: 1;
    padding-right: 0;
    margin-right: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: #003465 !important;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #003465 !important;
}

.nav-tabItem.active {
    border-bottom: 2px solid #003465;
}

.nav-pills .nav-link {
    color: #003465;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
    opacity: .5;
}

.nav-link .active {
    color: #003465;
    opacity: 1;
}

input .checkBox {
    width: 50px;
}

.leftProfileNavigation {
    display: inline-block;
    float: left;
    overflow: hidden;
}

.errorpage {
    padding: 70px 0;
    text-align: center;
}

.checkForChanges {
    font-size: 14px;
    color: #f00;
}

.tab-pane .fade .show .active {
    background-color: #fff;
}

.form-control {
    border-radius: 0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #003465;
    background-color: #f4f9fd;
    border: none;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.deptTitleLanding {
    Font-size: 36px;
    Font-weight: 300;
}

.homeScreenButton {
    color: #fff;
    border-radius: 20px;
    background-color: #6b7a83;
    width: 120px;
    height: 30px;
    border: 1px solid #6b7a83;
}

.newsBox {
    margin: 30px;
    list-style-type: none;
}

.announcement {
    list-style-type: none;
    cursor: pointer;
}

.surveyOptions {
    margin-top: 10px;
    margin-bottom: 10px;
}

.linksFooter {
    margin: 50px 20px 20px 20px;
}

.links {
    padding-left: 0;
}

.footerLinkList {
    list-style-type: none;
    display: inline-block;
    font-size: 10px;
}

.footerLink {
    font-family: 'Roboto',sans-serif;
    list-style-type: none;
    font-size: 12px;
    padding-top: 8px;
}

.footerHeading {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.footer {
    display: inline-block;
    padding: 20px;
    font-size: 16px;
}

.searchNews {
    float: right;
}

#newsHeader {
    margin-left: 30px;
}

.input-group-text {
    border-radius: 0;
    background: none;
    border-right: none;
}

.fa-pen {
    float: right;
    margin-top: -25px;
    margin-right: 10px;
    color: #003465;
}

#logoutNav {
    color: #003465;
}

#requestMap {
    height: 300px;
    width: 700px;
}

.container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 3px;
}

    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #626467;
}

.container:hover input ~ .checkmark {
    background-color: #fff;
}

.container input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 12px;
    border: solid #7f8b95;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.row .methodOfContact {
    margin-left: 0;
    margin-right: 0;
}

.form-control:disabled {
    background-color: none;
    opacity: .5;
}

.profileDetails {
    list-style-type: none;
    display: inline-block;
}

.profileName {
    font-size: 23px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
    margin-left: 0;
    margin-right: 0;
}

.socialAccountsHeading {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.4px;
    color: #0056a7;
    margin-top: 50px;
}

.connectedAccountText {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
}

.province {
    margin-left: 0;
}

.homeAddressHeader {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0056a7;
    margin-left: 15px;
    margin-bottom: 10px;
}

#security {
    margin-left: 15px;
}

#profileUserName {
    margin-right: 10px;
}

.formHeading {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
    opacity: .6;
}

.footerSocialLink {
    border: solid .5px #979797;
    border-radius: 50%;
    margin: 5px;
}

.footerSocialLinkList {
    list-style-type: none;
    float: right;
}

.footerSocialLinkHeading {
    float: right;
    font-size: 12px;
    padding: 10px;
    margin-right: 10px;
}

.footerLinkListRow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1136px;
}

    .footerLinkListRow > div > ul {
        padding-left: 0;
    }

#search {
    padding: 10px;
    border: solid .5px #b7bbc0;
    margin-top: 25px;
    color: #757575;
}

#botHolder {
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 520px;
    width: 400px;
    border: solid 1px #d3d3d3;
    margin-right: 20px;
    background-color: #fff;
}

.wc-header {
    background-color: #378ed7;
    border-bottom: solid 4px #103a44;
}

.wc-message-from-bot .wc-message-content {
    background-color: #f2f2f2 !important;
    color: #4e4e4e !important;
    border-radius: 0;
}

.wc-message-from-me .wc-message-content {
    background-color: #378ed7;
    color: #fff;
    border-radius: 0;
}

.wc-message-from-me svg.wc-message-callout path {
    fill: #f5f5f5;
}

.wc-suggested-actions .wc-hscroll > ul > li button:active {
    background-color: #378ed7;
    border-color: #378ed7;
    color: #fff;
}

.wc-suggested-actions .wc-hscroll > ul > li button:focus, .wc-suggested-actions .wc-hscroll > ul > li button:hover {
    background-color: #fff;
    border-color: #378ed7;
    color: #378ed7;
}

.wc-suggested-actions .wc-hscroll > ul > li button {
    background-color: #fff;
    color: #378ed7;
}

.wc-app button {
    background-color: #378ed7;
    border: 1px solid #ccc;
}

.wc-card button {
    color: #fff;
}

.botChatWindow {
    visibility: hidden;
}

.botChatWindowShow {
    visibility: visible;
}

.botclose {
    cursor: pointer;
    position: relative;
    right: 0;
    top: 0;
    float: right;
    z-index: 99999;
    color: #fff;
    margin-top: 0;
    margin-right: 5px;
    display: inline-block;
    font-family: arial;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 10px;
}

.GPGIconTop {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    z-index: 99999;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    height: 30px;
    margin-left: 5px;
}

.wc-message-from-bot .wc-message-content a {
    color: #378ed7 !important;
}

#search {
    padding: 10px;
    border: solid .5px #b7bbc0;
    margin-top: 25px;
    color: #757575;
}

.footerCopyright {
    font-size: 10px;
}

.socialLinksConnected {
    width: 74%;
    padding: 8px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
}

.fa-times {
    float: right;
    text-align: left;
    color: #a9a9a9;
    margin-top: 5px;
    margin-right: 5px;
}

.footerCopyright {
    font-size: 10px;
}

.welcomeHeading {
    font-family: 'Roboto',sans-serif;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.34;
    letter-spacing: -.5px;
    color: #fff;
}

.bannerSubText {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: -.1px;
    margin-top: 20px;
}

.eFormContainer iframe {
    font: 'Roboto',sans-serif;
}

.launchForm {
    padding-left: 15px !important;
}

.serviceText {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #626467;
}

.surveyResult {
    margin-top: 10px;
    margin-bottom: 10px;
}

.appStoreButton {
    height: 35px;
    padding: 3px;
}

.card-clickable {
    margin-right: 0;
    margin-bottom: 35px;
}

.card-row {
    padding-bottom: 10px;
    width: 100%;
}

#AnnouncementsContainer {
    margin-right: 0 !important;
}

.breadcrumb {
    background-color: none;
    width: 1136px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px !important;
}

.newsDate {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #626467;
}

.newsDepartment {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
}

.profileBreadcrumb {
    background-color: #0066c4;
    width: 100%;
}

.breadcrumbContainer {
    background-color: #0066c4;
    width: 100%;
    height: 35px;
    display: inline-table;
}

.breadcrumb-item > a:hover {
    color: #fff;
}

.card {
    border: none;
}

.announcementImageDetail {
    max-height: 250px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    padding-top: 20px;
    max-width: 100%;
}

.newsTitle {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #4a4a4a;
}

.newsItemSidebar {
    padding-left: 0;
    padding-right: 20px;
}

.newsSidebar {
    padding-top: 20px;
}

.breadcrumb > li + li:before {
    font-family: "Font Awesome 5 Free";
    color: #fff !important;
    content: "" !important;
    padding: 0 5px;
}

.bc {
    font-size: 13px;
    background: none !important;
    padding-left: 0;
    margin-bottom: 0;
}

.navbar-right {
    float: right;
}

.navbar {
    margin-bottom: 10px;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
    min-height: 72px;
}

@media(max-width:575.98px) {
    .footerLinkListRow {
        display: none;
    }

    .linksFooter {
        display: none;
    }
}

.linksFooter {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
}

.newsHomeImage {
    height: 120px;
}

.tab-pane > .card-row-home {
    margin-left: 0;
    margin-right: 0;
}

.card-sidebar {
    padding-left: 0;
    padding-right: 0;
}

#searchContentBox {
    background-color: rgba(0,102,196,.04);
    border: solid 1px rgba(0,86,167,.1);
    padding: 12px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
}

.reportAnIssueHeader {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 30px;
}

.searchServiceIcon {
    float: right;
    color: #626467;
}

#popularService {
    float: right;
}

#popularServiceHeading {
    font-weight: 700;
    color: #626467;
}

#popularServiceList {
    list-style-type: none;
    padding-left: 0;
}

.reportIssues {
    border-radius: 20px;
    background-color: #6b7a83;
    width: 30%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    text-align: center;
    align-items: center;
    border: 1px solid #6b7a83;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 120px !important;
    cursor: pointer;
}

#submitIssues {
    margin-left: auto;
    margin-right: auto;
    width: 385px;
    margin-bottom: 50px;
}

#serviceCatalogueList {
    list-style-type: none;
    padding-left: 0;
}

.subs-item {
    vertical-align: middle !important;
    width: unset;
}

.profile-list-label {
    font-size: 12px;
    width: 130px;
}

.sub-item-detail {
    width: 100%;
    text-align: left;
}

.subs-table {
    padding-left: 5px;
    padding-top: 20px;
}

.date {
    font-size: 12px;
}

.row.tab-pane {
    display: none;
}

    .row.tab-pane.show {
        display: block;
    }

.search-result-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 10px;
}

.servAvail {
    font-family: 'Roboto',sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.search-result-item-subtext {
    font-size: 12px;
}

.pull-right {
    float: right;
}

.services-search-result-detail {
    padding-left: 30px;
}

.result-container {
    padding-top: 0;
}

.div-link {
    cursor: pointer;
}

.search-result-item-channel {
    width: 100px !important;
}

.subscribe-btn {
    width: 200px !important;
    margin-left: 0;
}

#subscribeBtn {
    border: none;
    display: inline-block;
    border-radius: 20px;
}

.subscription-text {
    padding-top: 20px;
}

.req-list {
    list-style: none;
    padding-left: 0 !important;
    padding-top: 20px;
    width: 80%;
}

.req-item {
    border: 1px dashed #d3d3d3;
}

.loc-item {
    margin-left: 0;
}

.loc-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0056a7;
}

.loc-subtitle {
    font-size: 11px;
}

.loc-item-container {
    padding: 10px;
    float: left;
}

.subs-item {
    vertical-align: middle !important;
    width: unset;
}

.profile-list-label {
    font-size: 12px;
    width: 130px;
}

.sub-item-detail {
    width: 100%;
    text-align: left;
}

.subs-table {
    padding-left: 5px;
    padding-top: 20px;
}

.date {
    font-size: 12px;
}

.row.tab-pane {
    display: none;
}

    .row.tab-pane.show {
        display: block;
    }

.search-result-item-subtext {
    font-size: 12px;
}

.pull-right {
    float: right;
}

.services-search-result-detail {
    padding-left: 30px;
}

.div-link {
    cursor: pointer;
}

.search-result-item-channel {
    width: 100px !important;
}

.page-content {
    padding-top: 25px;
}

.subscribe-btn {
    width: 200px !important;
}

.subscription-text {
    padding-top: 20px;
}

.req-list {
    list-style: none;
    padding-left: 0 !important;
    padding-top: 20px;
    width: 80%;
}

.req-item {
    border: 1px dashed #d3d3d3;
}

.loc-item {
    margin-left: 0;
}

.loc-title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0 !important;
}

.loc-subtitle {
    font-size: 11px;
}

.loc-item-container {
    padding: 10px;
    float: left;
}

.subs-item {
    vertical-align: middle !important;
    width: unset;
}

.profile-list-label {
    font-size: 12px;
    width: 130px;
}

.sub-item-detail {
    width: 100%;
    text-align: left;
}

.subs-table {
    padding-left: 5px;
    padding-top: 20px;
}

.date {
    font-size: 12px;
}

.row.tab-pane {
    display: none;
}

    .row.tab-pane.show {
        display: block;
    }

.search-result-item-subtext {
    font-size: 12px;
}

.pull-right {
    float: right;
}

.services-search-result-detail {
    padding-left: 30px;
}

.div-link {
    cursor: pointer;
}

.search-result-item-channel {
    width: 100px !important;
}

.page-content {
    padding-top: 25px;
}

.subscribe-btn {
    width: 200px !important;
}

.subscription-text {
    padding-top: 20px;
}

.req-list {
    list-style: none;
    padding-left: 0 !important;
    padding-top: 20px;
    width: 80%;
}

#MediaLanding {
    margin-left: 10px;
}

.req-item {
    border: 1px dashed #d3d3d3;
}

.loc-item {
    margin-left: 0;
}

.loc-title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0 !important;
}

.loc-subtitle {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #4a4a4a;
    font-weight: 600;
}

.loc-item-container {
    padding: 10px;
}

.far, .fas {
    padding-right: 10px;
}

#viewDiv, .viewDiv, .viewThis {
    min-height: 350px;
    width: 100%;
}

wizardContainer h1 {
    color: #fff;
    margin: 15px;
    padding: 15px;
}

.bg-info {
    background-color: #ccc !important;
}

.progress {
    margin-top: -5px;
}

.wizardContainer .main {
    transform: rotate(90deg);
    height: 50%;
}

    .wizardContainer .main .progress {
        height: 10px;
        background-color: #eee;
    }

        .wizardContainer .main .progress .progress-bar {
            height: 15px;
            color: #eee;
        }

    .wizardContainer .main .progreso1 {
        transition-delay: 4s;
        transition: all .45s ease-in-out;
        width: 34.333333%;
        animation: .5s;
        background-color: #ccc;
    }

@media(max-width:768px) {
    .wizardContainer .main .progreso1 {
        width: 34%;
    }
}

.wizardContainer .main .progreso2 {
    width: 69.3333%;
    animation: .5s;
    background-color: #ccc;
    transition: all .45s ease;
}

@media(max-width:768px) {
    .wizardContainer .main .progreso2 {
        width: 73%;
    }
}

.wizardContainer .main .progreso3 {
    width: 100%;
    animation: .5s;
    background-color: #6cf;
    transition: all .45s ease;
}

.wizardContainer .main .block1 {
    position: absolute;
    margin: 0 0%;
    border-radius: 50%;
    background-color: #626467;
    height: 35px;
    width: 35px;
    top: 0;
    padding: 4px;
    margin-top: 90px;
}

.wizardContainer .main .block2 {
    position: absolute;
    margin: 0 33.33333333%;
    border-radius: 50%;
    background-color: #eee;
    height: 35px;
    width: 35px;
    top: 0;
    padding: 4px;
    margin-top: 90px;
}

@media(max-width:768px) {
    .wizardContainer .main .block2 {
        margin: 0 31.5%;
        margin-top: 90px;
    }
}

.wizardContainer .main .block3 {
    position: absolute;
    margin: 0 66.3333333%;
    border-radius: 50%;
    background-color: #eee;
    height: 35px;
    width: 35px;
    top: 0;
    padding: 4px;
    margin-top: 90px;
}

@media(max-width:768px) {
    .wizardContainer .main .block3 {
        margin: 0 62.5%;
        margin-top: 90px;
    }
}

.wizardContainer .main .block4 {
    position: absolute;
    margin: 0 92.5%;
    border-radius: 50%;
    background-color: #eee;
    height: 35px;
    width: 35px;
    top: 0;
    padding: 4px;
    margin-top: 90px;
}

@media(max-width:570px) {
    .wizardContainer .main .block4 {
        margin: 0 86.5% !important;
        margin-top: 90px !important;
    }
}

@media(max-width:768px) {
    .wizardContainer .main .block4 {
        margin: 0 90.5%;
        margin-top: 90px;
    }
}

.wizardContainer .main .circulo {
    border-radius: 50%;
    width: 30px;
    background-color: #eee;
    top: 0;
    margin: 6px;
}

.wizardContainer .main .fa-check {
    font-size: 14px;
    color: #fff;
    padding: 2.5px;
}

.wizardContainer .main .activeblock2 {
    position: absolute;
    margin: 0 33.33333%;
    border-radius: 50%;
    background-color: #626467 !important;
    height: 35px;
    width: 35px;
    top: 0;
    padding: 4px;
    margin-top: 90px;
}

.wizardContainer .main .activeblock3 {
    position: absolute;
    margin: 0 65%;
    border-radius: 50%;
    background-color: #626467;
    height: 35px;
    width: 35px;
    top: 0;
    padding: 4px;
    margin-top: 90px;
}

.wizardContainer .main .activeblock4 {
    position: absolute;
    margin: 0 93%;
    border-radius: 50%;
    background-color: #626467;
    height: 35px;
    width: 35px;
    top: 0;
    padding: 4px;
    margin-top: 90px;
}

@media(max-width:768px) {
    .wizardContainer .main .activeblock4 {
        margin: 0 90.7%;
        margin-top: 90px;
    }
}

@media(min-width:510px) and (max-width:600px) {
    .wizardContainer .main .activeblock4 {
        margin: 0 89.5%;
        margin-top: 90px;
    }
}

@media(min-width:368px) and (max-width:509px) {
    .wizardContainer .main .activeblock4 {
        margin: 0 86%;
        margin-top: 90px;
    }
}

@media(min-width:200px) and (max-width:367px) {
    .wizardContainer .main .activeblock4 {
        margin: 0 86%;
        margin-top: 90px;
    }
}

.wizardContainer .main .activecirculo {
    transform: rotate(270deg);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0;
}

.next {
    margin-top: 50px;
    margin-top: 50px;
    width: 25%;
    text-align: left;
}

    .next .next2 {
        display: none;
    }

    .next .next3 {
        display: none;
    }

.next4 {
    display: none;
}

.complaintWizardLabel {
    opacity: 1;
    margin-top: 10px;
}

.wizardButton {
    background-color: #626467;
    border: 1px solid #626467;
    width: 100%;
    padding: 10px;
    text-align: left;
}

.requestService {
    width: 15% !important;
}

.complaintWizardButton {
    border-radius: 20px;
    background-color: #6b7a83;
    width: 20%;
    padding: 4px;
    margin-right: 10px;
    font-size: 14px;
}

.wizardButton:hover {
    background-color: #626467;
    border: 1px solid #626467;
    width: 100%;
    padding: 10px;
    text-align: left;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #626467;
    border: 1px solid #626467;
    width: 100%;
    padding: 10px;
}

#complaintsDetailView {
    float: right;
}

#profileBox {
    font-size: 13px;
    padding: 10px;
}

.profileText {
    margin-top: 0;
    margin-bottom: 0;
}

#userBox {
    margin-left: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fafafa;
    border: solid 1px #eee;
}

#requestUserBox {
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fafafa;
    border: solid 1px #eee;
}

.fa-exclamation-triangle {
    color: #d0021b;
    margin-top: 80%;
    font-size: 22px;
}

.footerSection {
    box-sizing: unset !important;
}

.toggleButton {
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
}

#dropdownMenuButton {
    background-color: #fff;
    border-radius: 0;
    color: #808080;
    width: 100%;
    text-align: left;
}

.locationHeading {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
}

.wizardLocationButton {
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    padding: 10px;
    text-align: left;
    margin: 10px;
    margin-left: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.wizardSkipButton {
    width: 100%;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    color: #fff;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.wizardNextButton {
    width: 100%;
    text-align: left;
    margin-left: 10px;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.upload {
    border: 1px dotted #b7bbc0;
    padding-left: 15px;
}

.maxSize {
    font-size: 11px;
}

.thankYouHeading {
    margin-top: 50px;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
}

#requestRecieved {
    margin-top: 30px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    font-weight: 700;
}

.referenceSection {
    margin-top: 15px;
    background-color: #fafafa;
    padding: 20px;
}

.complaintLink {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #626467;
    margin-top: 30px;
}

.complaintReferenceNumber {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.referenceContent {
    background-color: #fafafa;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.caseTrackingText {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

#viewDiv {
    padding: 0;
    margin: 0;
    height: 300px;
    width: 780px;
}

.card-columns {
    column-count: 2;
}

.verticalWizard {
    margin: 0 auto 10px;
}

    .verticalWizard ul {
        display: block;
        list-style: none;
        padding: 0;
        position: relative;
        width: 40%;
    }

        .verticalWizard ul li {
            display: block;
            position: relative;
            height: 75px;
        }

            .verticalWizard ul li:before {
                content: '';
                position: absolute;
                width: 1.5px;
                height: calc(100%);
                background-color: #efefef;
                left: 15px;
                bottom: -9px;
            }

            .verticalWizard ul li:last-child:before {
                display: none;
            }

            .verticalWizard ul li.active .round-tab {
                border-color: #4990e2;
                background-color: #404040;
            }

                .verticalWizard ul li.active .round-tab:after {
                    content: "";
                    display: block;
                    height: 30px;
                    width: 12px;
                    background-color: #4990e2;
                    border-radius: 50%;
                    position: relative;
                    top: 4px;
                    left: 4px;
                }

            .verticalWizard ul li.active .title {
                color: #808080;
                top: -22px !important;
            }

            .verticalWizard ul li.complete .round-tab {
                background: #808080 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNDUuMSAoNDM1MDQpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkEyMjI2Q0Q4LTA2RDMtNENEMC1CQzhELUJEMTVEQzc5REM2NjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iQ29tcG9uZW50cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNvbXBvbmVudHMtLS1hdG9tcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5MC4wMDAwMDAsIC0zMDEyLjAwMDAwMCkiIGZpbGw9IiM0QTkwRTIiPgogICAgICAgICAgICA8ZyBpZD0iMTIuLVBST0dSRVNTLUJBUiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDEwLjAwMDAwMCwgMjg2MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJwcm9ncmVzcy1iYXItLy13aXphcmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcyLjAwMDAwMCwgMTQzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJQcm9ncmVzcy1pbmRpY2F0b3IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMTAgMTQgNy40IDExLjQgNiAxMi44IDEwIDE2LjggMTcuNSA5LjQgMTYuMSA4Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 50%;
                border-color: #4990e2;
            }

            .verticalWizard ul li.complete .title {
                color: #808080;
                font-size: 20px;
            }

            .verticalWizard ul li .round-tab {
                width: 28px;
                height: 28px;
                line-height: 27px;
                display: inline-block;
                border-radius: 50%;
                background-color: #687770;
                border: 2px solid #687770;
                z-index: 2;
                position: relative;
                text-align: center;
                color: #fff;
            }

.round-tab-active {
    background-color: #29c47b !important;
    border: 2px solid #29c47b !important;
}

.verticalWizard .round-tab .fa .fa-check .active {
    background-color: #3c9747;
    border: 2px solid #3c9747;
}

.verticalWizard ul li .title .active {
    display: block;
    line-height: 12px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: left;
    top: -25px;
    word-wrap: break-word;
    z-index: 104;
    left: 35px;
    font-size: 18px;
    color: #003465;
}

.verticalWizard ul li .title {
    display: block;
    line-height: 12px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: left;
    top: -25px;
    word-wrap: break-word;
    z-index: 104;
    left: 35px;
    font-size: 16px;
    color: #003465;
    opacity: .5;
}

.submitComplaintText {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
}

#formcasedetails, #formcaselocation, #formcaseinfo {
    display: none;
}

#buttonRow {
    margin-left: -15px;
}

#map {
    margin-bottom: 10px;
}

.complaintMoreInfoWizardButton {
    border-radius: 20px;
    background-color: #6b7a83;
    width: 25%;
    padding: 4px;
    font-size: 14px;
}

.cancelIssue {
    margin-left: 0;
}

#searchDiv {
    padding-bottom: 30px;
}

#applyOnline {
    padding-right: 25px;
    padding-left: 15px;
}

.request-title {
    font-size: 20px;
}

.request-ref-number {
    font-size: 12px;
}

.col-md-2.align-self-center {
    padding-left: 40px;
}

.sh-row {
    margin-right: 0;
}

.request-item-title {
    font-size: 18px;
}

.request-item-updated {
    font-size: 10px;
}

.back-link {
    padding-left: 50px;
}

.sh-status-icon {
    width: 34px;
}

.sh-col-icon {
    padding-left: 45px;
}

.no-padding {
    padding-left: 10px !important;
}

.subs-table > .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.chatbotIcon {
    margin-top: -50px;
}

.map-container {
    width: 100%;
    height: 300px;
    padding-left: 15px;
}

.browseSearchBoxMessage {
    margin-top: -25px;
    padding: 0;
    margin-bottom: 20px;
}

#BusinessPhone {
    background-color: #f4f9fd;
    border: none;
}

#MobilePhone {
    background-color: #f4f9fd;
    border: none;
}

.genericRequestButton {
    border-radius: 20px;
    background-color: #6b7a83;
    width: 15%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    text-align: center;
    align-items: center;
    border: 1px solid #6b7a83;
}

.serviceCatalogueListItem {
    cursor: pointer;
    margin: 17px;
    padding: 40px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    transform: translateY(-50%);
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border: solid 1px rgba(216,216,216,.5);
    margin-bottom: 24px;
}

    .serviceCatalogueListItem:hover {
        border-radius: 8px;
        background-color: #0072de;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1),0 4px 16px 0 rgba(0,0,0,.1);
        color: #fff;
    }

.taxonomyName {
    margin-top: 10px;
}

.reportAnIssues {
    color: #626467;
    border: 1px solid #626467;
    border-radius: 0;
    width: 50%;
}

.deviceImages {
    width: 86px;
    height: 163px;
}

.socialHeading {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}

.getTheseServices {
    font-size: 24px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #fff;
    opacity: .7;
}

.row.store {
    margin-top: 35px;
}

#newsHeader {
    margin-left: 30px;
    color: #0056a7;
    font-family: Roboto;
    font-weight: bold;
}

.announcementsHeader {
    color: #0056a7;
    font-family: Roboto;
    font-weight: bold;
}

.footerSocialLinkList {
    list-style-type: none;
    float: right;
    margin-right: -100px;
}

.footerSocialLink {
    height: 40px;
    width: 40px;
    border: solid .5px #979797;
    border-radius: 50%;
    margin: 5px;
    margin-top: 35px;
}

.media-section {
    padding-bottom: 30px;
}

#createNewMessage {
    color: #fff;
    width: 50%;
    height: 52%;
    border-radius: 20px;
    background-color: #6b7a83;
    font-size: 12px;
}

.unlinkButton {
    border: none;
    color: #f5f5f5;
    height: 30px;
    line-height: 30px;
    width: 115px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background-color: #0072de;
    background-image: linear-gradient(to right,#0072de,#0066c1);
    display: inline-block;
    font-size: 12px;
    transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
}

    .unlinkButton:hover {
        border: none;
        background-color: #0072de;
        background-image: linear-gradient(to right,#0066c1,#0072de);
        color: #fff;
        text-decoration: none;
    }

    .unlinkButton:focus {
        outline: none;
        background-image: linear-gradient(to right,#0066c1,#0072de);
        color: #fff;
        text-decoration: none;
    }

.linkButton {
    border: none;
    height: 30px;
    line-height: 30px;
    width: 115px;
    color: #fff;
    text-align: center;
    background-color: #6b7a83;
    border-radius: 20px;
    transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
}

    .linkButton:hover {
        border: none;
        background-color: #8ea1ad;
        color: #fff;
        text-decoration: none;
    }

    .linkButton:focus {
        outline: none;
        color: #fff;
        text-decoration: none;
    }

.linkedAccountsContainer {
    color: #003465;
}

.linkedAccountsHeader {
    color: #003465;
    font-size: 15px;
    margin-top: 20px;
    display: block;
}

.socialLinks {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #003465;
    margin-bottom: 5px;
}

.linkedAccountsHeaderMain {
    color: #065aa9;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.socialIcons {
    display: inline-block;
    width: 150px;
}

.fa-microsoft {
    margin-left: 0;
    margin-right: 0;
    color: #003465;
    font-size: 18px;
}

.fab {
    margin-right: 15px;
}

.issueHeader {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    text-align: center;
    color: #0056a7;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.issueText {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: .4px;
    text-align: center;
    color: #333;
    margin-left: 5%;
}

.messageGov {
    height: 60px;
    width: 60px;
}

.cannotFindService {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #333;
}

#dashboardContainer {
    height: 700px;
    width: 100%;
}

    #dashboardContainer iframe {
        border: 1px solid #fff;
    }

.reportList {
    list-style-type: none;
    margin-left: -15px;
    margin-top: 10px;
}

.performanceHeading {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
    margin-left: 20px;
    border-bottom: .5px solid #efefef;
    padding-bottom: 20px;
}

.reportListItem a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
    text-decoration: none;
}

.reportListItem {
    padding-top: 10px;
    padding-bottom: 10px;
}

.angleRight {
    float: right;
    color: #003465;
    cursor: pointer;
}

.far fa-file {
    color: #003465;
}

#newMessagebtn {
    border-radius: 15px;
    background-color: #6b7a83;
    width: 70%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    text-align: center;
    align-items: center;
    border: 1px solid #6b7a83;
}

#newMessageText {
    min-height: 100px;
}

#messageSubmit {
    border-radius: 15px;
    background-color: #6b7a83;
    width: 70%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    text-align: center;
    align-items: center;
    border: 1px solid #6b7a83;
}

#uploadLimitText {
    font-size: 10px;
    margin-left: 15px;
}

.mediaHeader {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0056a7;
    border-bottom: .5px solid #efefef;
    padding-top: 10px;
    margin-bottom: 20px;
}

#mediaBreadcrumbs {
    background-color: #0033a1;
    padding: 0;
    height: 50px;
    line-height: 1;
    padding-left: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.mediaLinks {
    color: #fff !important;
}

.breadcrumb-item.active {
    color: #fff;
}

.subscribeToService {
    float: left;
    margin-left: -15px;
}

.serviceCatalogueRow {
    margin-left: 0;
}

.searchBox {
    background-color: rgba(0,102,196,.04);
    border: solid 1px rgba(0,86,167,.1);
    padding: 12px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
}

.wizardHeader {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
}

.serviceCatalogueTab {
    margin-left: 30px;
}

.areaSection {
    margin-left: 0;
}

#profilerDropdown {
    cursor: pointer;
}

.viewServices {
    border-radius: 20px;
    background-color: #6b7a83;
    border: 1px solid #6b7a83;
    color: #fff !important;
    font-size: 12px !important;
    width: 100px;
    padding: 4px;
    cursor: pointer;
}

.availableService {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #0056a7;
}

.homeTaxonomyItemList {
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.createReplyBtn {
    border-radius: 15px;
    background-color: #6b7a83;
    width: 10%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    text-align: center;
    align-items: center;
    border: 1px solid #6b7a83;
}

.downloadIcon {
    padding: 10px;
    border-radius: 15px;
    background-color: #6b7a83;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    text-align: center;
    align-items: center;
    border: 1px solid #6b7a83;
    text-decoration: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-left: 32px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.subscriptionRequestText {
    font-size: 16px;
}

#deptcontact {
    margin-left: 0;
}

.publicationDept {
    color: #0056a7;
}

#pills-tab-subs {
    border-bottom: .5px solid #f2f2f2;
}

#heads {
    margin-left: 0;
    font-size: 14px;
}

#announcements, #campaigns, #projects, #news, #events, #institutions, #videos, #images, #warnings, #publications {
    margin-left: -30px !important;
}

#publications {
    margin-left: 0;
}

#angle {
    float: right;
    text-align: center;
    padding-top: 0;
}

.cancelIssue {
    margin-left: auto;
    margin-right: 0;
}

#skipButton {
    padding-top: 20px;
}

.authDepartment {
    opacity: .5;
    font-size: 11px;
    color: #4a4a4a;
}

.articleDate {
    font-size: 11px;
    color: #808080;
    margin-bottom: 5px;
    color: #000;
}

#description {
    width: 100%;
    height: 250px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 3px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1bcc41;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.toggleDiv {
    display: inline-flex;
    align-items: center;
}

.toggleLabel {
    padding-left: 20px;
}

.alert-success {
    color: #62c378;
    background: none;
    border-color: #62c378;
}

.moreLink {
    width: 33px;
    height: 22px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: right;
    color: #0056a7;
}

.alert {
    border-radius: 0;
    align-items: center;
}

.close {
    float: unset;
    position: unset !important;
    font-size: 12px;
    font: inherit;
    color: #62c378;
    opacity: 1;
    padding: unset !important;
    padding-top: 5px !important;
}

#security, #addresses, #historyrequests {
    padding-top: 40px;
}

#requests {
    padding-top: 15px;
}

#news {
    padding-left: 30px;
}

.headerRow {
    margin-left: -15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

    .headerRow > div > .mediaHeader {
        border-bottom: none;
        margin-bottom: 15px;
    }

    .headerRow > .col-lg-9 {
        padding-left: 0;
    }

#allMediaContent > .tab-pane {
    margin-left: 30px;
    margin-bottom: 20px;
}

#searchMediaIcon > .fa-search {
    margin-top: 0;
}

#mediaHeading {
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #003465;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #1662ff;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
}

.count {
    font-size: 13px;
    padding-left: 32%;
}

.row > tbody {
    width: 100%;
}

#searchFilter {
    margin-left: -20px;
    margin-top: 30px;
}

.noResult {
    padding-left: 15px;
}

.subsDate {
    padding-left: 0;
    font-size: 11px;
    color: #808080;
}

    .subsDate > p {
        margin-bottom: 0;
    }

.reason {
    padding-left: 20px;
    font-size: 13px;
}

.subsName > p {
    padding-bottom: 2px;
}

.subsName {
    margin-left: 0;
}

.full-width-section {
    width: 100vw;
    position: relative;
    left: 49%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.inner-content {
    max-width: 1112px;
    margin-left: auto;
    margin-right: auto;
}

.reason > div > img {
    height: 20px;
}

#services {
    padding-left: 30px;
}

#mediaSearchContent > .tab-pane, #mediaSearchContentMap > .tab-pane {
    padding-left: 30px;
}

.linkItem {
    cursor: pointer;
}

.departmentHeading {
    font-family: Roboto;
    font-size: 33px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003465;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px;
}

button:focus {
    outline: unset;
    box-shadow: 0 0 0 2pt grey;
}

.subscribe-btn:hover {
    color: #fff;
}

#myInbox {
    padding-top: 30px;
}

#messageFilter {
    padding-top: 20px;
}

#navbarSupportedContent {
    padding-left: 0;
}

.deptContainer {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
}

#obSearchRow, #searchRow {
    margin-top: 25px;
    margin-bottom: 20px;
}

.outboxMessages {
    margin-top: 40px;
}

.messageTitle {
    color: #003465 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}

.messageDept {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 5px;
}

.messageTime {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 5px;
}

.messageAttach {
    font-size: 12px;
}

.messageBody {
    font-size: 14px;
}

#ReplyMessage_Reply_MessageText::-webkit-input-placeholder {
    padding-left: 5px;
    padding-top: 5px;
}

#ReplyMessage_Reply_MessageText {
    background-color: rgba(0,86,167,.04);
    border: none;
}

.govtReply {
    background-color: rgba(0,167,13,.04);
}

.uploadIcon {
    color: #007bff;
    font-size: 20px;
}

.fileIcon {
    font-size: 40px;
}

.msgCol {
    display: flex;
}

.downloadIcon:hover {
    color: #fff !important;
}

#newsSearch > .fa-search, #announceSearch > .fa-search, #warningSearch > .fa-search, #campaignSearch > .fa-search, #publicationsSearch > .fa-search, #institutionsSearch > .fa-search {
    margin-top: -25px;
}

#campaignsContainer {
    max-width: 100%;
    margin-left: 0;
}

    #AnnouncementsContainer > .card-row, #warningsContainer > .card-row, #campaignsContainer > .card-row, #newsContainer > .card-row {
        width: 100%;
    }

.tempSearchIcon {
    float: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.bodyContent {
    margin-top: 40px;
}

.deptBGColor {
    background-color: #fafafa;
}

.proilePicRow {
    margin-left: 0;
    margin-bottom: 15px;
}

#loaderSplash {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    z-index: 1000;
}

.loaderImg > img {
    width: 100%;
}

.loaderImg > div > span {
    margin-left: 42%;
}

.loaderImg > div {
    margin-top: 20px;
}

.red {
    color: #f00;
}

@media only screen and (min-width:601px) {
    .mobileOnly {
        display: none !important;
    }

    .mobileOnlyFooter {
        display: none !important;
    }

    .webOnly {
        display: initial !important;
    }

    .webOnlyNav {
        display: -webkit-box !important;
    }

    .webOnlyLogin {
        display: flex;
    }

    .webOnlyBlock {
        display: block;
    }

    .navbar-nav {
        margin-left: 25px;
    }

    #searchHomeContainer {
        padding-top: 40px;
        padding-left: 0;
    }

    .welcomeRow {
        padding: 65px;
        background: linear-gradient(to right,#0072de,#083d91);
        color: #fff;
        height: 354px;
    }

    .welcomeBold {
        font-weight: 500;
    }

    .appImgLogo {
        margin-top: 65px;
    }

    #servicesHeader {
        font-size: 18px;
        margin-left: 0;
        color: #000;
        font-family: Roboto;
        font-weight: bold;
    }

    #servicesHeaderTop {
        font-size: 18px;
        margin-left: 30px;
        color: #000;
        font-family: Roboto;
        font-weight: bold;
    }

    .rowMargin {
        margin-top: 50px;
    }

    .contentTypes {
        margin: 15px;
        width: 100%;
        margin-left: 30px;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0,0,0,.4);
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

    .modalClose {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .modalClose:hover, .modalClose:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .modal-content {
        border-radius: 0;
    }

    .modal-body {
        display: flex;
    }

    .modal-body {
        max-height: 350px;
        padding: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .modal-body > button {
            height: 35px;
            font-size: 12px;
            margin-right: 14px;
            margin-top: 5px;
        }

    #searchHomeBox {
        min-height: 15px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
        font-family: Roboto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: normal;
        min-width: 50px;
    }

    #searchHomeLoggedInBox {
        min-height: 15px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
        font-family: Roboto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: normal;
        min-width: 50px;
        max-width: 70px;
    }

    .box {
        min-height: 80px;
        border-radius: 4px;
        background-color: #fff;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #003465;
        margin-right: 15px;
        min-width: 356px;
        margin-left: 0;
    }

    .serviceheading {
        font-family: Roboto;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #0056a7;
        margin-left: 15px;
        margin-bottom: 0;
    }

        .serviceheading:hover {
            color: #fff;
        }

    #serviceTaxonomies {
        align-items: center;
    }

    .serviceArrow {
        align-items: center;
        height: 80px;
        color: #0056a7;
    }

    .homeTaxonomyItemList:hover {
        color: #fff;
    }

    #surveysHeader {
        font-family: Roboto;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
    }

    .homeTaxonomyItemList:hover .serviceheading {
        color: #fff !important;
    }

    .dividerHome {
        width: 5%;
        margin-left: 30px;
        border: solid 2px #003465;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .announcementSurvey {
        padding-bottom: 50px;
    }

    .divider {
        width: 25%;
        height: 1px;
        border: solid 1.25px #003465;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .announcementsHeader {
        font-size: 16px;
        color: #0056a7;
        font-family: Roboto;
        font-weight: bold;
    }

    .serviceCatalogueSection {
        background-color: #f8f8f8;
        padding-bottom: 50px;
    }

    .box:hover {
        min-height: 70px;
        border-radius: 4px;
        background-color: #0072de;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
        color: #fff;
    }

        .box:hover .serviceArrow {
            color: #fff;
        }

    .gpgbutton {
        z-index: 2;
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: -40px;
        height: 140px;
    }

    .gpgButtonContainer {
        z-index: 2;
        cursor: pointer;
        position: relative;
        right: 0;
        left: 0;
        bottom: -25px;
        -webkit-transition: bottom 300ms ease-in-out;
        -moz-transition: bottom 300ms ease-in-out;
        -o-transition: bottom 300ms ease-in-out;
        transition: bottom 300ms ease-in-out;
    }

    .undock-bot {
        position: fixed !important;
        right: 30px !important;
        left: 0 !important;
        bottom: 30px !important;
        -webkit-transition: bottom 300ms ease-in-out;
        -moz-transition: bottom 300ms ease-in-out;
        -o-transition: bottom 300ms ease-in-out;
        transition: bottom 300ms ease-in-out;
    }

    footer {
        background-color: #7f959b !important;
        color: #fff;
        height: 100%;
        margin-top: -50px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        font-family: "Font Awesome 5 Free";
        padding-right: .5rem;
        padding-left: .5rem;
        color: #fff;
        content: "";
        font-weight: 600;
    }

    .infoSettings {
        margin-left: -15px;
    }

    #profileForm {
        padding-top: 30px;
    }

    .announcement {
        list-style-type: none;
        border-bottom: .5px solid #e9e9e9;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #4a4a4a;
        font-family: "Roboto";
    }

    #viewServicesBtn {
        margin-bottom: 10px;
    }

    .mediaPageDetails {
        font-family: Roboto;
        font-size: 32px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #003465;
    }

    .departmentMediaPageDetails {
        font-family: Roboto;
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.83;
        letter-spacing: normal;
        color: #003465;
    }

    .filterImg {
        width: 40px;
    }

    .channelRightAlign {
        right: 0;
    }

    .serviceSectionCol {
        padding-left: 0;
        margin-top: 20px;
        margin-left: -15px;
    }

    .transactionHeader {
        font-family: Roboto;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0;
        color: #0056a7;
        margin-bottom: 20px;
    }

    .availableServiceNames {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #333;
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
    }

    .serviceDetails {
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #4a4a4a;
    }

    .serviceName {
        font-family: Roboto;
        font-size: 27px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #003465;
        margin-bottom: 30px;
        margin-top: 30px !important;
    }

    .contactFullname {
        font-weight: bold;
        color: #003465;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
        text-decoration: none;
    }

        .contactFullname:hover {
            text-decoration: none;
        }

    .announcementBody {
        margin-left: 0;
        margin-top: 25px;
    }

    #allMediaContent {
        margin-left: -15px;
        margin-right: 25px;
    }

    .newsContent {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #0056a7;
    }

        .newsContent:hover {
            text-decoration: none;
        }

    .publicationContent {
        text-align: justify;
        color: #0056a7;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 0;
    }

    .publicationPTagContent {
        text-align: justify;
        color: #0056a7;
        font-weight: bold;
        font-size: 16px;
        margin-right: 10px;
    }

    #newsSearch, #announceSearch, #warningSearch, #campaignSearch, #publicationsSearch, #institutionsSearch {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }

    .publicationHeader {
        text-align: justify;
        color: #003465;
        font-weight: 300;
        margin-right: 10px;
        font-size: 32px;
        margin-top: 10px;
    }

    #contactLinkIcon {
        margin-top: 10px;
    }

    .contactDetailLink {
        cursor: pointer;
    }

    #contact {
        margin-left: 5px;
    }

    #about {
        margin-left: 5px;
    }

    #contactMapContainer, #instituteMap {
        width: 700px;
        height: 400px;
    }

    .mediaDept {
        font-size: 12px;
        color: #000;
    }

    .card-row-home {
        margin-left: 15px;
        margin-right: 15px;
    }

    .moreInfo {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        text-align: right;
        color: #0056a7;
    }

    #searchNewsForm, #announceFilterForm, #searchWarningForm, #searchCampaignForm {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .mediaDetails {
        margin-left: -10px;
        margin-top: 10px;
    }

    .imgDivNews {
        background-color: #fcfcfc;
        margin-bottom: 20px;
    }

    .announcementImage {
        height: 150px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #dmedia > #news, #dmedia > #announcements, #dmedia > #campaigns, #dmedia > #warnings {
        padding-left: 0;
        margin-top: 20px;
    }

    #warnings > .media-section {
        margin-left: -15px;
    }

    .taxonomyBox {
        border-radius: 8px;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
        background-color: #fff;
        border: solid 1px rgba(216,216,216,.5);
        padding: 0 !important;
        text-align: center;
        color: #333;
        min-height: 202px;
        min-width: 202px;
        cursor: pointer;
        margin-right: 19px;
        margin-bottom: 19px;
    }

        .taxonomyBox:hover {
            border-radius: 8px;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.1),0 4px 16px 0 rgba(0,0,0,.1);
            border: 2px solid #0072de;
        }

    #searchServiceBox {
        background-color: rgba(0,102,196,.04);
        border: solid 1px rgba(0,86,167,.1);
        padding: 12px;
        margin-top: 50px;
        margin-bottom: 50px;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #003465;
    }

    .browseSearchBox {
        float: right;
        margin-top: -85px;
        margin-right: 25px;
        opacity: .4;
    }

    .fa-search {
        float: right;
        margin-top: -85px;
        margin-right: 25px;
    }

    .issueSection {
        justify-content: center;
        margin-top: 50px;
    }

    .webOnlyTax {
        display: flex;
    }

    .mobileOnlyTax {
        display: none;
    }

    .modal-backdrop {
        display: none;
    }

    .modal {
        background: rgba(0,0,0,.5);
    }

    .taxonomyBox > img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        width: 72px;
        padding-top: 30px;
    }

    #searchHomeContainer > .fa-search {
        float: right;
        margin-top: -35px;
        margin-right: -90px !important;
    }

    #mediaFilterContainer > .row {
        margin-left: 0;
    }

    #mediaFilterContainer > #searchFilter {
        padding-left: 0 !important;
    }

    #mediaFilterContainer > .headerRow > .col-sm-11 {
        padding-left: 0;
    }

    #mediaSearchContent {
        margin-top: 15px;
    }

    #mediaFilterContainer > .headerRow > div > .nav-pills.mb-3 {
        border-bottom: none;
    }

    .serviceName > .col-12 {
        padding-left: 15px;
    }

    .noMarginBottom {
        margin-bottom: 0 !important;
    }

    .warningBody {
        margin-left: 0;
    }

    .serviceName .mobileHeading .row > .col-12 {
        padding-left: 15px;
    }

    .servCatName {
        padding-left: 0 !important;
        margin-top: 10px !important;
    }

    .videoByline {
        font-size: 11px;
    }

    .browseSearchBoxMessage {
        padding-top: -25px !important;
    }

    .surveyLink:hover {
        text-decoration: none;
        color: #4a4a4a !important;
    }

    .surveyLink {
        font-family: Roboto;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #0056a7;
    }

    .noContent {
        font-size: 14px;
    }

    #newsContainer, #AnnouncementsContainer, #warningsContainer {
        max-width: 97%;
        margin-left: 15px;
    }

    .loaderImg {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        border-radius: 10px;
        margin-top: 20%;
    }

    .c-content {
        max-width: 1136px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        margin-top: -10px;
    }

        .c-content > div:not(#breadcrumbs), .c-content > div:not(.row.reportAnIssueHeader) {
            min-height: 450px;
        }

    .viewServices:hover {
        color: #fff;
        text-decoration: none;
    }

    #uploadList > li > p {
        margin-bottom: 2px;
    }

    #uploadList {
        padding-left: 0;
        margin-right: 15px;
    }

    #loading {
        animation: spin 2s linear infinite;
    }

    .departmentLanding {
        padding: 20px;
    }

    .departmentBox {
        font-family: Roboto;
        border: solid 1px rgba(216,216,216,.5);
        background-color: #fff;
        min-height: 70px;
        padding-left: 20px;
        margin-right: 75px;
        margin-left: 17px;
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -.2px;
        color: #003465;
        cursor: pointer;
        display: flex;
        align-items: center;
        box-shadow: 0 1px 1px 0 #e5e5e5;
        min-width: 56px;
    }

        .departmentBox:hover {
            box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
            background-color: #0072de;
            color: #fff !important;
            text-decoration: none;
        }

        .departmentBox a {
            width: 100%;
            color: #003465;
            font-weight: 300;
        }

        .departmentBox:hover a, .departmentBox:hover .deptLandingName {
            color: #fff !important;
            text-decoration: none;
        }

    div.deptContainer.bodyContent {
        margin-top: 20px;
        padding-left: 40px;
    }

        div.deptContainer.bodyContent > row:not(.row.mobileHeading) {
            margin-left: -55px;
            margin-right: -60px;
        }

    .deptContainer > .mobileHeading {
        padding-bottom: 30px;
    }

    #surveyLandingContainer {
        margin-top: 30px;
    }

        #surveyLandingContainer > .performanceHeading {
            border-bottom: none;
        }

    .deptHeadingContainer {
        margin-top: 30px;
    }

    .deptNewsItem > .col-sm-1.webOnly, .deptAnnounceItem > .col-sm-1.webOnly {
        margin-top: 35px;
    }

    .messageDept {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .messageTitleRead {
        color: #003465;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .messageTitleUnread {
        color: #003465;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .announceIcon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .announceListItem > .caption, .announceListItemSearch > .caption {
        padding-left: 0;
    }

    .wc-message-from.wc-message-from-me:after {
        content: "Me";
        visibility: visible;
    }

    .wc-message-from-me.wc-message-from {
        text-align: right;
        visibility: hidden;
    }

    .align15px {
        margin-left: 15px;
    }

    .servCatName > .mediaPageDetails {
        margin-left: 10px;
    }

    .noLeftPad {
        padding-left: 0 !important;
    }

    .noRightPad {
        padding-right: 0;
    }

    .noTopPad {
        padding-top: 0 !important;
    }

    .noBottomPad {
        padding-bottom: 0 !important;
    }

    .noRightMargin {
        margin-right: 0;
    }

    .reportListPubs {
        list-style-type: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .reportListExams {
        list-style-type: none;
        margin-left: 0;
        margin-top: 10px;
    }

    #instutionsBody {
        margin-left: 0;
        margin-right: 0;
    }

    #contact, #about {
        margin-left: 0;
    }

    .serviceHeader {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #0056a7;
    }

    .servCatName > .mediaPageDetails {
        margin-left: 0;
    }

    .servTransItem {
        padding-left: 0;
        margin-bottom: 0;
        font-size: 16px;
        font-family: Roboto;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #4a4a4a;
    }

    .servTranNav {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .butRight {
        text-align: right;
    }

    .servMapSection {
        width: 100%;
        height: 400px;
    }

    .locationItems {
        margin-top: 20px;
    }

    .locTitle {
        font-size: 18px;
        color: #0056a7;
        font-weight: bold;
    }

    .LocDescription {
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #4a4a4a;
    }

    .servTransItem {
        margin-right: -15px !important;
    }

    .servContent {
        margin-left: -15px;
    }

    .statusImgIcon {
        width: 40px;
    }

    .mediaMap {
        width: 100% !important;
        height: 300px !important;
        margin-left: 0 !important;
        margin-right: 15px !important;
    }

    .sectionLink {
        color: unset;
    }

        .sectionLink:hover {
            color: unset;
            text-decoration: none;
        }

    #get_app_link {
        background-image: url(../images/get_app_24px.png);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 10px;
    }

        #get_app_link:hover {
            background-image: url(../images/get_app_hover_24px.png);
        }

    #find_in_page_link {
        background-image: url(../images/find_in_page_24px.png);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
    }

        #find_in_page_link:hover {
            background-image: url(../images/find_in_page_hover_24px.png);
        }

    .eventsMonth {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #0056a7;
    }

    .eventsDate {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #4a4a4a;
    }

    .eventsangleRight {
        margin-top: 4px;
        margin-left: 5px;
        color: #808080;
    }

    .relatedContentHeader {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
    }

    .contentSearchBox {
        margin-top: 22px;
    }

    .announceListItem {
        margin-left: 0;
    }

    #AnnouncementsContainer > .reportList {
        padding-top: 20px;
    }

    .verifyText {
        color: #d0021b;
    }

    .mapList {
        margin-left: 5px;
    }

    .dispalyMoreLink {
        display: block;
    }

    .hideMoreLink {
        display: none;
    }

    .mediaMap {
        width: 100% !important;
        height: 300px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .sectionLink {
        color: unset;
    }

        .sectionLink:hover {
            color: unset;
            text-decoration: none;
        }

    .eventsMonth {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #0056a7;
    }

    .eventsDate {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #4a4a4a;
    }

    .eventsangleRight {
        margin-top: 4px;
        margin-left: 5px;
    }

    .contentSearchBox {
        margin-top: 22px;
    }

    .announceListItem {
        margin-left: 0;
    }

    #AnnouncementsContainer > .reportList {
        padding-top: 20px;
    }

    .verifiedImg {
        margin-top: 31px;
        margin-left: -19px;
    }

    .verifyText {
        color: #d0021b;
        margin-left: 14px;
    }

    input.inputErrorVerified {
        background-color: rgba(208,2,27,.05) !important;
        border: 1px solid #d0021b !important;
    }

    .btnVerify {
        margin-left: -40px;
    }

    .verifyCodeInput {
        margin: auto;
        width: 50%;
    }

    div.homeAddressHeader.centerVerifyText, .formHeading.centerVerifyText, button.homeScreenButton.centerVerifyText, a.centerVerifyText {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .mapList {
        margin-left: 5px;
    }

    .dispalyMoreLink {
        display: block;
    }

    .hideMoreLink {
        display: none;
    }

    .contentTypesMap {
        height: 450px;
        width: 100%;
    }

    .relatedItemsHeader {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #0056a7;
    }

    .fotorama {
        text-align: -webkit-center;
        background-color: #000;
    }

    .imgDownloadBtn:not(:disabled):not(.disabled):active {
        color: #fff !important;
        background-color: #007bff !important;
        border-color: #007bff !important;
        width: unset;
        height: unset;
    }

    .imgDownloadBtn {
        right: 2%;
    }

    .imgHtmlSection {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .imgCaptionCol {
        background-color: rgba(255,255,255,.8);
    }

    .fotorama__html {
        position: absolute !important;
        z-index: 12 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .displayContentElement {
        display: none;
    }

    .profileError {
        color: #f00;
        font-size: 11px;
    }

    .warningLoadMoreBtn {
        border-radius: 20px;
        background-color: #6b7a83;
        border: 1px solid #6b7a83;
        color: #fff !important;
        font-size: 12px !important;
        width: 114px;
        padding: 4px;
        cursor: pointer;
    }

    .publicationsLoadMoreBtn {
        border-radius: 20px;
        background-color: #6b7a83;
        border: 1px solid #6b7a83;
        color: #fff !important;
        font-size: 12px !important;
        width: 125px;
        padding: 4px;
        cursor: pointer;
    }

    .mapListDiv {
        margin-top: 20px;
    }

    .youtubeVideo {
        width: 100%;
        height: -webkit-fill-available;
        min-height: 600px;
    }

    #VideosMap {
        margin-bottom: 20px;
    }

    #videosWithLocation {
        margin-left: 0;
    }

    .mapItemLink {
        padding-top: 3%;
    }

    .mapEventsRow {
        margin-left: 0;
        margin-top: 20px;
    }

    .homePinnedItem {
        display: inline-block;
        max-width: 24%;
        padding-left: 0;
        vertical-align: top;
    }

    .relatedMediaItemRow {
        width: 100%;
        margin-left: 0;
    }

    .relatedDate {
        margin-bottom: 0;
    }

    .relatedTitle {
        font-weight: bold;
        margin-bottom: 2px;
    }

    .imagesIconThumb {
        color: #fff;
        margin-top: -38px;
        position: absolute;
        width: 100%;
        right: 0;
    }

        .imagesIconThumb > i {
            float: right;
            margin-right: 30px;
        }

    .mediaSearchHeading {
        padding-top: 30px;
    }

    #imagesListWithLocations {
        padding-top: 20px;
    }

    .mediaItemRow {
        margin-left: 15px !important;
    }

    .media-section > .linkItem {
        padding-left: 0;
    }

    #mediaHeadingText {
        padding-left: 0;
    }

    .mediaMoreLinks {
        float: right;
    }

    .accountItem {
        background-color: #fafafa;
    }

    .contentMapIcon {
        height: 17px;
        margin-right: 0;
    }

    .contentMapLocText {
        color: #007bff;
        margin-top: 7px;
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        font-weight: 500;
    }

    .mediaRelatedDiv {
        margin-top: 47px;
    }

    .warningTitle {
        font-family: Roboto;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #003465;
    }

    .warningDate {
        font-family: Roboto;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #333;
    }

    .videoTagIcon {
        color: #808080;
    }

    .tagFont {
        font-family: Roboto;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -.2px;
        color: #0056a7;
    }

    .newsTitleFont {
        font-family: 'Roboto',sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #0056a7;
        margin-bottom: 5px;
        word-wrap: break-word;
    }

    #AnnouncementsContainer > .col-lg-4 {
        padding-left: 0;
    }

    .pinnedShortDesc {
        text-align: justify;
        color: #0056a7;
        font-weight: 500;
        font-size: 13px;
        padding-top: 10px;
    }

    .eventsangleRight {
        vertical-align: -webkit-baseline-middle;
        margin-top: 15px;
    }

    #newsMap, #VideosMap {
        margin-left: 0 !important;
    }

    #videosWithLocation > .card-clickable {
        padding-left: 0 !important;
    }

    .loadMoreBtn {
        margin-top: 20px;
    }

    #publicationsListDiv > .reportListPubs {
        padding-left: 0;
        width: 100%;
    }

    .relatedMediaItemRow > a > .col-lg-3 {
        padding-left: 0;
    }

    .profileValidMessage {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        font-weight: 700;
        margin-top: 20px;
        margin-left: 0;
    }

    img.closeIcon {
        height: 12px;
        width: 12px !important;
        padding-right: 5px;
    }

    .validationMessage {
        background-color: #f6f9fc;
    }

    img.profileValidMessageIcon {
        height: 28px;
    }

    .profileValidMessageIcon {
        margin-top: 20px;
        font-size: 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .profileValidMessageIcon > .closeIcon {
            width: 20px;
        }

    .validationInner {
        width: 1136px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 25px;
    }

    .projectDiv {
        margin-top: 35px;
    }

    .taxItemTileNameInner {
        margin-left: auto;
        margin-right: auto;
        align-self: center;
    }

    .taxItemTileName {
        display: flex;
        text-align: center;
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        height: 80px;
    }

    .fa-external-link-alt {
        position: absolute;
        right: 0;
    }

    .externalIcon {
        color: #d2d7ef;
    }

    .munImg {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        height: 100px;
        margin-top: 40px;
        width: unset !important;
    }

    .webLogo {
        height: 44px;
        width: 192px;
        cursor: pointer;
    }

    .dropdown-toggle::after {
        display: none;
    }

    #ServiceContainer {
        padding-bottom: 80px;
    }

    #dservices, #dmedia, #deptcontact, #deptInstitutions, #about {
        padding-bottom: 80px;
    }

    #homePageView, #MediaLanding, #announceBody {
        padding-bottom: 80px;
    }

    .departmentLanding {
        padding: 20px;
        padding-bottom: 80px;
    }

    .taxonomyItemName {
        margin-bottom: 30px;
    }

    .landingImg {
        max-height: 150px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        display: block;
    }

    .imgBackground {
        text-align: -webkit-center;
        display: flex;
        align-items: center;
    }

    .campaignOuter {
        padding-bottom: 80px;
    }

    .munLanding {
        padding-bottom: 80px;
    }

    .profileAccountButtons {
        border-radius: 20px;
        background-color: #6b7a83;
        border: 1px solid #6b7a83;
        color: #fff !important;
        font-size: 12px !important;
        width: 120px;
        padding: 4px;
        cursor: pointer;
    }

    p.userEmail {
        margin-bottom: 0;
    }

    .linkedSocialSubheading {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: #000;
    }

    .profileSocialIcon {
        height: 35px;
        float: left;
        padding-right: 8px;
    }

    .accountItem {
        background-color: #fafafa;
        display: flex;
        align-items: center;
        padding: 15px;
        margin-top: 10px;
        font-size: 16px;
        padding-right: 5px;
    }

    .LinkNewAccount {
        margin-top: 50px;
    }

    .LinkNewAccount, .linkedAccounts {
        margin-top: 50px;
    }

    .profileAccounts {
        padding-bottom: 80px;
    }

    .tooltip-inner {
        max-width: 200px;
        padding: .25rem .5rem;
        color: #000;
        text-align: center;
        background-color: #fff;
        border-radius: .25rem;
        box-shadow: 0 16px 32px 0 rgba(0,0,0,.8);
    }

    .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
        padding: .4rem 0;
    }

        .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
            top: 0;
        }

            .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
                bottom: 0;
                border-width: 0 .4rem .4rem;
                border-bottom-color: #fff !important;
            }

    .tooltip .arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
        border-bottom-color: #fff;
    }

    .tooltip.show {
        opacity: 1;
    }

    .footPad {
        padding-bottom: 80px;
    }

    .affiliates {
        font-family: 'Roboto',sans-serif;
        margin-top: 30px;
    }

    .externalItems {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        letter-spacing: normal;
        color: #0055ad;
    }

    .partnerLanding {
        margin-top: 30px;
    }

    .projectPartners {
        display: flex;
        align-items: center;
    }

    .projectListItem, .projectListItemArrow {
        display: flex;
        align-items: center;
    }

    .serv-list-channel {
        height: 60px;
        margin-right: 5px;
    }

    .serviceFilterImg {
        height: 34px;
    }

    #searchResultsSearchActionLink {
        padding-right: 30px;
    }

    .vAlignCenter {
        display: flex;
        align-items: flex-end;
    }

    .taxItemServiceTitle {
        font-family: 'Roboto',sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #0056a7;
    }

    .servAvail {
        font-family: 'Roboto',sans-serif;
        font-size: 12px !important;
        font-weight: 700;
        color: #000;
        margin-bottom: 0;
    }

    .taxItemServiceDesc {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        color: #4a4a4a;
        margin-top: 10px;
    }

    #searchMediaContainer {
        padding-left: 0;
        margin-left: -10px;
        padding-right: 0;
        margin-right: 0;
    }

    .fa-chevron-down {
        font-size: 12px;
    }

    .fa-chevron-up {
        font-size: 12px;
    }

    .layoutInnerContainer {
        min-height: 58vh;
    }

    .applyBtnDiv {
        display: flex;
        align-items: flex-end;
    }

    .applyBtn {
        margin-left: auto;
    }

    .serv-list-channel.call {
        height: 30px;
    }

    .contactDetail {
        font-family: 'Roboto',sans-serif;
        font-weight: 400;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 0;
        color: #4a4a4a;
        font-size: 13px;
    }

    .requestRadio {
        margin-right: 10px;
    }

    .deptLandingName {
        display: contents;
        color: #003465;
        font-size: 17px;
    }

    .jobTitle {
        font-family: 'Roboto',sans-serif;
        margin-bottom: 3px;
        font-size: 14px;
        color: #4a4a4a;
    }

    .contactItem {
        margin-top: 30px;
    }

    .deptContactContainer {
        margin-top: -30px;
    }

    .noUnderline:hover {
        text-decoration: none;
    }

    #newsSearchRow {
        margin-top: 20px;
    }

    .filterLabel {
        opacity: .5;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.92;
        letter-spacing: normal;
        color: #003465;
    }

    .noLeftMarg {
        margin-left: 0 !important;
    }

    .relatedMoreLink {
        float: right;
    }

    .breadcrumb-item {
        color: #fff;
    }

    .contactDetailFullname {
        font-size: 36px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #003465;
        margin-bottom: 0;
    }

    .AnnouncementsLandingContainer {
        max-width: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }

    #AnnounceList.reportList {
        margin-left: 0;
    }

    .mediaDetailSectionHeading {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
        margin-top: 55px;
    }

    .fa-external-link-alt {
        margin-top: -6px;
    }

    .docDLicon {
        font-size: 50px;
        color: #0066c1;
    }

    .pubDocName {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #333;
    }

    .pubDocDate {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #333;
    }

    .examDocName {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #333;
    }

    .examDocDate {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #333;
    }

    .warningDetailContent {
        padding-left: 10px;
    }

    .vertCent {
        align-items: center;
    }

    .noTopMarg {
        margin-top: 0 !important;
    }

    .contactUs {
        margin-top: 30px;
    }

    .contactUsBtn {
        display: flex;
        margin-bottom: 15px;
    }

    .deptLeftNav {
        padding-top: 20px;
    }

    .locationLink {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
    }

    .eventDate {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
    }

    .verifiedProfileIcon {
        margin-left: 10px;
        max-height: 20px;
    }

    .noPointer {
        cursor: unset;
    }

    .gridItemBotMarg {
        margin-bottom: 40px;
    }

    .vAlignCenterNew {
        display: flex !important;
        align-items: center;
    }

    .taxItemServiceTitle {
        font-family: 'Roboto',sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #0056a7;
    }

    .dropdown-menu {
        border-radius: 0;
        border: none;
        margin-top: 17px;
        padding: 0;
        margin-left: -10px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1),0 4px 16px 0 rgba(0,0,0,.1) !important;
    }

    .dropdown-item {
        color: #003465;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #e0e0e0;
        height: 46px;
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    #profilemenu {
        margin-top: 9px;
    }

    #warningsLanding, #publicationsLanding {
        margin-left: 0;
    }

    , .instLoadMore {
        text-align: center;
    }

    .promotedContainer {
        width: 1060px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 60px;
        margin-top: 80px;
    }

    .popularItem {
        font-family: Roboto;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: .3px;
        color: #333;
        margin-top: 5px;
    }

    .popItemContainer {
        border-bottom: 1px solid #f2f2f2;
        margin-left: 15px;
        margin-right: 70px;
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .popularItem > .col-lg-11 {
        padding-left: 0;
        margin-left: 15px;
    }

    .popularItemLink:hover {
        text-decoration: none;
    }

    .list-group-item:first-child {
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    .list-group-item-success {
        color: #9b9b9b;
        background-color: unset;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: .75rem 0 0 0;
        margin-bottom: -1px;
        background-color: #fff;
        border: none;
    }

    .leftNavDropdown {
        float: right;
        margin-top: 5px;
    }

    a.list-group-item.list-group-item-success:not(.collapsed) {
        border-bottom: 1px solid #000 !important;
        z-index: 1 !important;
        color: #0056a7;
        font-weight: 500;
    }

        a.list-group-item.list-group-item-success:not(.collapsed) > i.fas.fa-chevron-down.leftNavDropdown {
            display: none;
        }

        a.list-group-item.list-group-item-success:not(.collapsed) > i.fas.fa-chevron-up.leftNavDropdown {
            display: block !important;
        }

    .list-group-item:hover, .list-group-item:focus {
        z-index: unset;
    }

    .subCatItem {
        font-size: 13px;
        padding-left: 20px;
        color: #9b9b9b;
    }

    .pubsHeading {
        margin-top: 15px !important;
        font-size: 17px !important;
    }

    .examsHeading {
        margin-top: 15px !important;
        font-size: 17px !important;
    }

    .imgCaption {
        min-width: 260px;
    }

    .vidItem {
        margin-top: 20px;
    }

    .instSubheading {
        font-family: 'Roboto',sans-serif;
        font-size: 24px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #003465;
        padding-top: 5px;
    }

    .mediaSubheadingDetails {
        margin-right: 20px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500;
    }

    .deptContentHeading {
        font-family: Roboto;
        font-size: 36px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #003465;
    }

    .deptInstItem {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .linkedSocialAccounts {
        margin-top: 25px;
    }

    .unsub-button {
        min-height: 32px;
        border-radius: 20px;
        background-color: #6b7a83;
        font-size: 13px;
    }

    .sub-button {
        min-width: 120px;
    }

    .subItemProfile {
        border-bottom: solid 1px rgba(216,216,216,.5);
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .subItemName {
        margin-bottom: 5px;
    }

    .unsubContainer {
        margin-top: 40px;
    }

    .subsName > p {
        padding-bottom: 2px;
        font-size: 15px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #333;
    }

    .searchFiles {
        margin-top: 25px;
    }

    .profInboxContainer {
        padding-left: 0;
    }

    .fa-trash:hover {
        cursor: pointer;
    }

    .row.headerRow.mediaItemRow {
        border-bottom: 1px solid #e4e4e4;
    }

    .moreText {
        padding-right: 0;
    }

    .mediaCaption {
        margin-top: 20px;
    }

    .municipalityBox {
        padding: 0 !important;
        min-height: 200px !important;
        min-width: 200px;
        margin-left: 0 !important;
        margin-right: 24px !important;
    }

        .municipalityBox > img {
            margin-top: 0;
            padding-top: 0 !important;
        }

    .munLinkIcon {
        height: 18px;
        width: auto !important;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .mediaLinkIcon {
        height: 18px;
    }

    .mediaLinkText {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        letter-spacing: normal;
        color: #0055ad;
    }

    .pinnedIcon {
        position: absolute;
        top: 5px;
        right: 15px;
        height: 20px;
    }

    .munListContainer {
        margin-top: 15px;
    }

    .deptColour {
        color: #4a4a4a;
    }

    .filterRight {
        text-align: right;
    }

    .warnPin {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .surveyIcon {
        height: 30px;
    }

    .projectDiv {
        margin-bottom: 35px;
    }

    .mediaEventItem {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 20px;
    }

    .mediaEventsSection {
        padding-bottom: 60px;
    }

    .flexEnd {
        justify-content: flex-end;
    }

    .gridTitleWidth {
        width: 90%;
    }

    .deptImgCaption {
        min-width: 200px;
    }

    .navUsername {
        padding-right: 20px;
    }

    .manualAddress {
        width: 100%;
        min-height: 200px;
    }

    .addressContainer {
        width: 100%;
    }

    #manualLocContainer {
        width: 100%;
    }

    .requestLocSelect {
        margin-left: -30px;
    }

    .deptSection {
        margin-right: -88px;
    }

    .partnerContainer {
        margin-bottom: 20px;
    }

    .partnerItem {
        margin-bottom: 20px;
    }

    .gridItemRightPad {
        padding-right: 30px;
    }

    .gridRowRightMarg {
        margin-right: -30px;
    }

    .medAnnounceRowMargRight {
        margin-right: -20px;
    }

    .landingTagDiv {
        margin-top: 15px;
    }

    #MainMenu > .list-group {
        margin-top: -10px;
    }

    .vidList {
        margin-left: -15px;
        margin-right: -15px;
    }

    .imgTagDiv {
        margin-bottom: 30px;
    }

    .galContainer {
        margin-right: -60px;
    }

    .imgMedSearchContainer {
        margin-left: -15px !important;
    }

    .warningCaption {
        margin-top: 10px !important;
    }

    .partImg {
        padding-top: 0 !important;
        width: 120px !important;
    }

    .justRight {
        justify-content: flex-end;
    }

    .deptLoadMore {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tagPad {
        padding-right: 5px;
        margin-left: 0;
    }

    .searchServContainer {
        margin-top: 15px;
    }

    .noResultSearch {
        margin-left: -15px;
        margin-top: 30px;
    }

    .noResultSearchBtn {
        margin-left: -15px;
    }

    .vidSearch {
        margin-left: 15px;
    }

    .noDepartmentFound {
        margin-top: 33px;
    }

    .idError {
        color: #f00;
        font-size: 11px;
    }

    .updateDisabled {
        background-color: #c1c1c1;
        border-color: #c1c1c1;
    }

    .userLocationText {
        margin-left: 20px;
    }

    .userLocationBtn {
        width: 135px;
    }

    .compRecapt {
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .profValText {
        color: #333 !important;
        font-size: 14px;
    }

    .genReqDescrip {
        margin-left: -15px;
    }

    .genReqNextBtn {
        margin-left: 0;
    }
}
