@media all {
    .output-text {
        padding: 0 !important;
    }
    .buttonCSS {
        box-shadow: 0 4px 7px 7px rgba(117, 114, 114, 0), 0 1px 15px 0px rgba(177, 175, 175, 0.27), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
    }
    input,
    select,
    textarea {
        box-shadow: none !important;
    }
    .recordViewTital:not(:last-child) {
        margin-top: 30px !important;
    }
    .recordViewTital {
        padding: 0 !important;
        margin: 20px 0 15px !important;
        border-bottom: none !important;
    }

    .relatedList {
        margin-top: 50px !important;
    }

    .SystemInformation {
        display: none;
    }

    .update-listing-btn {
        margin-bottom: 30px;
    }

    input[type="button"] {
        border: none !important;
    }

    .ui-helper-hidden-accessible {
        font-size: 14px;
        color: gray;
    }

    .profile-section-title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: 30px 0;
        color: #00549A !important;
    }

    .primary-org-indicator {
        background: #00549a;
        border-radius: 20px;
        margin-left: 10px;
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
    }

    .org-info > div {
        margin-bottom: 10px;
    }

    .clinician-org-info {
        padding-left: 15px !important;
        margin-bottom: 20px;
    }

    .clinician-org-info li {
        margin-top: 10px;
    }

    .clinician-org-info .field-label {
        font-weight: bold;
        margin-right: 10px;
    }

    .inputLabelCell {
        font-weight: bold;
    }

    .record-item {
        margin-bottom: 25px;
    }
    .org-header {
        margin-bottom: 10px;
    }
    .org-name {
        color: #00549a;
        font-weight: bold
    }
    .image-upload {
        width: 100%;
        position: absolute;
        background-color: rgba(255, 0, 0, 0.5);
    }
    .upload-container {
        display: flex;
        flex-wrap: wrap;
    }
    .message-container {
        width: 100%;
    }
    .upload-container .image-section {
        text-align: center;
        width: 200px;
        margin-right: 30px;
    }
    .upload-container .image-section img {
        object-fit: cover;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 10px solid #08477c;
    }
    .upload-container h3 {
        margin-top: 0 !important;
    }
    .upload-section {
        flex: 1;
    }
    .upload-section input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
    select,
    textarea {
        height: auto;
        width: 100%;
    }
    .upload-section input[type="submit"] {
        border: none !important;
    }
    .no-photo {
        background-color: rgb(223, 223, 223);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 10px solid #08477c;
    }
    .login-footer {
        text-align: center;
    }
    .login-footer .inputWrap:last-child {
        margin-bottom: 0px !important;
    }
    .errorMessage {
        display: none;
        color: red;

    }
    .form select[multiple],
    .form select[size] {
        height: 32px !important;
    }
    .form .field {
        margin-bottom: 20px;
    }

    .form label {
        margin: 0 !important;
        padding: 0 0 5px !important;
    }
    .required-label:after {
        content: "*";
        color: red;
    }
    html {
        position: relative;
        min-height: 100%;
    }
    a,
    a:hover {
        text-decoration: none !important;
    }
    .table-container {
        padding: 40px;
    }
    .borderless-table th {
        padding-bottom: 20px;
    }
    .borderless-table td,
    .borderless-table th {
        text-align: center;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .blue-table td {
        /*  border:1px solid #00549A;*/
    }
    .blue-table th {
        text-align: center;
        background-color: #00549A;
        border: 1px solid #00549A;
        color: #fff;
    }
    .blue-table td,
    .blue-table th {
        padding: 5px;
    }
    .blue-table > tbody > tr:nth-child(even),
    .borderless-table > tbody > tr:nth-child(even) {
        background-color: #f7f7f7;
    }
    .blue-table td,
    .borderless-table td {
        padding: 10px 0;
    }
    .blue-table,
    .borderless-table,
    .blue-table {
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
    .text-align-left {
        text-align: left;
    }
    .link-container {
        color: #00549A;
        margin-bottom: 50px;
    }
    .navigateLink {
        font-size: 1.45em !important;
        padding: 10px;
    }
    .webinar-container {
        text-align: left;
        margin-bottom: 50px;
    }
    .webinar-container .time {
        color: #00549A;
        font-style: italic;
    }
    .webinar-container .description {
        margin-bottom: 20px;
    }
    .webinar-container .buttonCSS {
        background-color: #00549A;
        width: 350px;
    }
    .webinar-container .buttonCSS:hover {
        background-color: #003A6B;
    }
    @media (max-width: 739px) {
        .webinar-container .buttonCSS {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    .buttonCSS a,
    .buttonCSS a:hover,
    .demand-webinar-link-container a:hover,
    .demand-webinar-link-container a {
        color: #fff;
    }
    .link-container,
    .demand-webinar-link-container {
        margin-bottom: 50px;
    }
    .demand-webinar-link-container {
        background-color: #41bbf4;
        text-align: center;
        color: #fff;
        padding: 20px 30px;
    }
    .site-content,
    .main-flexbox {
        flex: 1;
    }
    .site-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .webinar-container .title,
    .webinar-container .name,
    .link-container a,
    .demand-webinar-link-container a {
        font-weight: 700;
    }
    .btn-container {
        display: flex;
        margin: 10px 0;
    }
    .btn-container.top-section {
        margin: 0 0 50px 0 !important;
    }
    .btn-container.left {
        justify-content: flex-start;
    }
    .btn-container.right {
        justify-content: flex-end;
    }
    .btn-container.center {
        justify-content: center;
    }
    .btn-container > .buttonCSS {
        padding: 5px !important;
    }

    .btn-container .buttonCSS {
        height: 40px !important;
        font-size: 1.2em;
        width: 100%;
        min-width: 200px !important;
        border: none !important;
    }

    .btn-container > * {
        /*        min-width: 200px;*/
        /*        max-width: 250px;*/
        min-width: 250px;
        max-width: 250px;
        margin: 0 10px 10px 10px;
    }

    .btn-container input[type="button"] {
        height: 40px !important;
    }
    .section-title h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #00549A !important;
    }
    #assign-action-spinner-main {
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        height: 100%;
        width: 100%;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #assign-action-spinner-content {
        position: absolute;
        background-color: white;
        border-radius: 1em;
        border: 1px solid white;
        padding: 20px 40px 20px 40px;
    }
    #assign-action-spinner-content img {
        width: 60px;
        height: 60px;
        align: center;
        vertical-align: middle;
    }
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    input:focus,
    a:focus,
    textarea:focus,
    select:focus {
        outline: 0 none;
    }
    a,
    a:hover {
        text-decoration: none;
    }
    .fL {
        float: left;
    }
    .fR {
        float: right;
    }
    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }
    .textCenter {
        text-align: center;
    }
    .container {
        margin: 0 auto;
    }
    input:not([type="range"]):not([type="checkbox"]):not([type="radio"]),
    select,
    textarea {
        height: 32px;
        border-radius: 3px;
        border: 1px solid #ccc;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
        padding: 0px 10px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):focus,
    select:focus,
    textarea:textarea {
        border-color: #389cef;
        box-shadow: 0 0 3px rgba(67, 134, 234, 0.4);
    }
    .clinicianInfo {
        border: 1px solid #ccc;
        padding: 25px;
        border-radius: 5px;
        background: #fff;
        color: #000;
    }
    .clinicianInfo-photo {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px;
        overflow: hidden;
        border-radius: 100%;
        background: #f2f2f2;
        position: relative;
    }
    .clinicianInfo-photo span.icon-android-person {
        position: absolute;
        left: 20%;
        top: 10%;
        font-size: 4.286em;
        color: #8c8c8c;
        /*        margin: -29px;*/
    }
    .clinicianInfo-photo img {
        width: 100%;
    }
    .recordViewTital {
        font-size: 1.071em;
        font-weight: 700;
        border-bottom: 1px solid #ccc;
        padding: 5px 0 25px 0;
        margin-bottom: 15px;
    }
    .recordViewTable {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 20px;
    }
    .recordViewTable > .recordRow {
        display: table-row;
    }
    .recordViewTable > .recordRow > .recordCell {
        display: table-cell;
        padding: 8px 0;
    }
    .recordCell.labelCell {
        width: 120px;
        text-align: right;
        padding-right: 15px !important;
    }
    .recordCell.recordVal {
        font-weight: 700;
    }
    .searchContainer {
        border: 1px solid #ccc;
        padding: 25px;
        margin: 25px 0;
        border-radius: 5px;
        background: #fff;
        color: #000;
    }
    .searchContainer h2 {
        margin-bottom: 20px;
        font-size: 1.286em;
        font-weight: 700;
    }
    .gridLayoutContainer {
        margin: 0 -30px;
    }
    .gridLayout {
        margin-bottom: 20px;
        line-height: 1.42857143;
        /*        font-size: 18px;*/
        display: table;
        width: 100%;
        table-layout: fixed;
        border-spacing: 30px 0;
    }
    .gridLayout > .gridLayoutRow {
        display: table-row;
    }
    .gridLayout .gridLayoutCell {
        display: table-cell;
        vertical-align: top;
    }
    .inputDiv input:not([type="range"]):not([type="checkbox"]) {
        width: 100%;
    }
    .inputWrap {
        margin-bottom: 10px;
    }
    .inputLabel {
        display: block;
        padding-bottom: 4px;
    }
    label.termsLabel {
        font-weight: 700;
        margin-top: 10px;
        display: inline-block;
    }
    label.termsLabel input[type=checkbox] {
        margin-right: 10px;
        position: relative;
        top: 1px;
    }
    label.termsLabel .custom-checkbox {
        display: inline-block;
    }
    .radiusInput {
        width: 31%;
    }
    .btnCustom {
        display: inline-block;
        padding: 8px 25px;
        border-radius: 3px;
        font-weight: 700;
    }
    .btnCustom.btnBlue {
        background: #00549a;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .btnCustom.btnBlue:hover {
        background: #0769bb;
    }
    .btnCustom.btn-default {
        border: 1px solid #ccc;
        color: #000;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
    }
    .searchContainer .searchBtn {
        margin-top: 25px;
    }
    .searchResultContainer {}
    .clinicianCenter {
        margin-bottom: 5px;
    }
    .cliniciansListContainer {
        margin: 0 -30px;
        padding: 0 0 30px 0;
    }
    .cliniciansList {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-spacing: 30px;
    }
    .cliniciansList > .cliniciansRow {
        display: table-row;
    }
    .clinicians {
        border: 1px solid #ccc;
        padding: 20px;
        border-radius: 5px;
        display: table-cell;
        width: 330px;
        background: #fff;
        color: #000;
    }
    .clinician {
        position: relative;
        min-height: 85px;
        padding-left: 75px;
    }
    .clinicianAvatar {
        width: 56px;
        height: 56px;
        text-align: center;
        line-height: 56px;
        font-size: 2.214em;
        border-radius: 100%;
        background: #f2f2f2;
        position: absolute;
        left: 0;
        overflow: hidden;
    }
    .clinicianAvatar img {
        max-width: 56px;
        min-width: 56px;
    }
    .clinicianAvatar .icon-android-person {
        position: relative;
        top: 11px;
        color: #8c8c8c;
    }
    .clinicianName {
        font-size: 1.143em;
        font-weight: 700;
        padding: 8px 0 5px;
    }
    .clinicianDesignation {
        color: #8c8c8c;
        margin-bottom: 25px;
    }
    .centerName {
        background: #f2f2f2;
        padding: 10px 15px 10px 30px;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
    }
    .centerName:before {
        content: '';
        border: 5px solid transparent;
        border-top: 5px solid #000000;
        position: absolute;
        left: 11px;
        top: 50%;
        margin-top: -2px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    ul.centerDetailsList {
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px;
        border-top: 0 none;
    }
    ul.centerDetailsList > li {
        display: block;
        padding-bottom: 15px;
        position: relative;
    }
    ul.centerDetailsList > li.address,
    ul.centerDetailsList > li.phone,
    ul.centerDetailsList > li.email {
        position: relative;
        padding-left: 35px;
    }
    ul.centerDetailsList > li.address .ico.icon-android-pin,
    ul.centerDetailsList > li.phone .ico.icon-android-call,
    ul.centerDetailsList > li.email .ico.icon-android-mail {
        position: absolute;
        left: 0;
        top: 4px;
    }
    .detailBtnWrap {
        text-align: center;
        padding-top: 15px;
    }
    .searchResultTop {
        padding-top: 15px;
        position: relative;
    }
    .searchResultTop h2 {
        font-weight: 700;
        font-size: 1.286em;
    }
    label.selectAll {
        font-weight: 700;
    }
    label.selectAll input[type=checkbox] {
        margin-right: 10px;
        position: relative;
        top: 0px;
        width: 20px;
        height: 20px;
    }
    label.selectAll .custom-checkbox {
        display: inline-block;
    }
    .printBtn {
        padding: 0 10px;
        font-size: 0.929em;
        position: relative;
        margin-left: 15px;
    }
    input.selectClinician {
        position: absolute;
        right: 0;
        top: 13px;
        width: 20px;
        height: 20px;
    }
    input#txtPlaces {
        height: 40px;
    }
    .clinicianOverview {
        display: table;
        width: 100%;
        table-layout: fixed;
        /*        margin: 30px auto;*/
    }
    .clinicianOverview > div {
        display: table-cell;
        vertical-align: top;
    }
    .mapContainer {
        padding-left: 30px;
    }
    .mapWrapper {
        background: #f2f2f2;
        height: 280px;
    }
    .modalContainer {
        position: fixed;
        display: table;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        color: #000;
    }
    .modalContainer > .modalBg {
        background: rgba(0, 0, 0, 0.5);
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    .modalContainer > .modalBg > .modal {
        background: #fff;
        display: inline-block;
        padding: 0 15px 0;
        border-radius: 5px;
        min-width: 350px;
        position: relative;
        text-align: left;
    }
    .modalClose {
        position: absolute;
        right: 15px;
        top: 10px;
        color: #7b7b7b;
        font-size: 1.571em;
    }
    ul.checkList > li {
        display: block;
        padding: 8px 0;
    }
    ul.checkList > li label {
        display: block;
    }
    ul.checkList > li label .custom-checkbox {
        display: inline-block;
    }
    ul.checkList > li label input[type=checkbox] {
        margin-right: 6px;
        position: relative;
    }
    .modalFooter.textCenter {
        text-align: center !important;
    }
    .modalFooter .btnCustom {
        margin-right: 5px;
    }
    h2.modalTitle {
        font-size: 1.143em;
        font-weight: 700;
        display: block;
        max-width: 480px;
        padding: 16px 0;
        word-break: break-word;
    }
    .btnCustom.btnDefault {
        color: #333;
        border: 1px solid #d7dbe4;
    }
    .modal.printModal {
        width: 100%;
        height: 100%;
        padding: 0 !important;
        border-radius: 0 !important;
        overflow-y: auto;
    }
    table.tableStyle {
        font-size: 1em;
        margin-top: 35px;
    }
    table.tableStyle > thead th {
        text-align: left;
        border-bottom: 1px solid #ccd1d4 !important;
    }
    table.tableStyle > thead th,
    table.tableStyle > tbody td {
        padding: 10px;
    }
    table.tableStyle > tbody tr:nth-child(odd) td {
        background: #f6f8f9 !important;
    }
    .questionContainer {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 25px;
    }
    .questionContainer h2 {
        font-size: 1.143em;
        font-weight: 900;
        margin-bottom: 16px;
    }
    ul.questionList > li {
        list-style-type: lower-alpha;
        margin-bottom: 12px;
        margin-left: 16px;
        line-height: 19px;
    }
    .modalLayout {
        display: table;
        width: 100%;
        height: 100%;
    }
    .modalLayout > .modalRow {
        display: table-row;
    }
    .modalLayout > .modalRow > .modalCell {
        display: table-cell;
    }
    .modalRow.modalHeader {
        height: 35px;
    }
    .modalFooter.modalRow {
        height: 0;
    }
    .modalFooter.modalRow .modalCell {
        padding: 15px 0;
    }
    .modalSroller {
        height: 100%;
        overflow: auto;
    }
    /* New Classes */
    .quoteDivStyle {
        background-color: #C0D6EC;
        padding: 40px 40px 40px 40px;
        font-size: 20px;
        font-style: italic;
        border: 1px solid;
    }
    .thumbnailLeftImage {
        float: left;
    }
    .thumbnailRightImage {
        float: right;
    }
    .tagSpacer {
        margin-bottom: 50px;
    }
    .subSectionTitle {
        font-weight: 700;
        color: #00549a;
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .closeAccordianLink {
        font-size: 25px;
        cursor: pointer;
    }
    .closeAccordianLinkPosition {
        padding-bottom: 0px;
        padding-top: 20px;
    }
    input[type=range] {
        -webkit-appearance: none;
        margin-top: 15px;
    }
    input[type=range]:focus {
        outline: none;
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        background: #3071a9;
        border-radius: 1.3px;
        border: 0.2px solid transparent;
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 1px 1px 1px #999, 0px 0px 1px #999;
        border: 1px solid #999;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #367ebd;
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 1px 1px 1px #999, 0px 0px 1px #999;
        background: #3071a9;
        border-radius: 1.3px;
        border: 0.2px solid #999;
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
    }
    input[type=range]::-ms-fill-lower {
        background: #2a6495;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }
    input[type=range]::-ms-fill-upper {
        background: #3071a9;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }
    input[type=range]::-ms-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #3071a9;
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #367ebd;
    }
    .clinicianName {
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .navInline {
        padding-bottom: 30px;
    }
    .navInline ul > li {
        display: inline-block;
        margin-right: 15px;
        font-size: 1.143em;
        padding: 10px 0;
    }
    .navInline ul > li a {
        color: #0b62b3;
        text-decoration: underline;
    }
    h1.sectionTitle {
        font-weight: 700;
        color: #00549a;
        font-size: 3.429em;
        margin: 0 0 50px;
        padding: 0 20px;
        line-height: 55px;
    }
    .blueBox {
        border: 2px solid #0e66b4;
        padding: 0px;
        height: 420px;
        width: 504px;
        background-color: #C0D6EC;
    }
    .blueBox h2 {
        display: block;
        background: none;
        color: #00549a;
        padding: 0 0 10px;
        text-align: center;
        margin: 0;
    }
    .blueBoxIn {
        position: relative;
        padding: 0 350px 0 0;
    }
    .findClinicianRed {
        line-height: 35px;
        background: #cc361d;
        color: #fff;
        padding: 40px 310px 40px 30px;
        font-size: 0.9em;
        position: relative;
        margin: 50px 0;
    }
    a.findClinicianBtn {
        line-height: normal;
        display: inline-block;
        color: #fff;
        border: 2px solid #fff;
        font-size: 1.143em;
        padding: 12px 25px;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -31px;
        text-transform: uppercase;
    }
    a.findClinicianBtn:hover {
        color: #fff;
        text-decoration: none;
    }
    .blueBgBox {
        background: #c0d6ec;
        padding: 0;
        text-align: center;
        margin: 10px 0;
        color: #404951;
        vertical-align: middle;
        height: 150px;
    }
    .blueBgBox h2 {
        font-weight: 700;
        font-size: 1.571em;
        margin: 0;
        color: #404951;
    }
    .blueBgBox a.link {
        display: inline;
        color: #404951;
        font-size: 1.071em;
        font-weight: 700;
        text-decoration: underline;
        margin-top: 15px;
    }
    .blueBgBox img {
        height: 200px;
        width: 210px;
        position: absolute;
        left: 0;
    }
    .blueBgBox.imgTblegrid {
        display: table;
        width: 100%;
        height: 200px;
        position: relative;
        table-layout: fixed;
        padding: 0 15px;
    }
    a.readMoreLink {
        display: inline-block;
        color: #00549a;
        font-size: 1.143em;
        text-decoration: underline;
    }
    .afterLSVTBox {
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 50px;
        min-height: 230px;
    }
    .afterLSVTBox .readMoreLink {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .howToSect {
        margin-bottom: 50px;
    }
    .lsvtFooter {
        color: #fff;
        margin-top: 20px;
        background: rgb(9, 72, 123);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(9, 72, 123, 1) 0%, rgba(7, 104, 183, 1) 50%, rgba(9, 72, 123, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(9, 72, 123, 1) 0%, rgba(7, 104, 183, 1) 50%, rgba(9, 72, 123, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(9, 72, 123, 1) 0%, rgba(7, 104, 183, 1) 50%, rgba(9, 72, 123, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#09487b', endColorstr='#09487b', GradientType=1);
        /* IE6-9 */
    }
    .cell.contactInfoCell {
        font-size: 1.571em;
        padding: 50px 0;
        line-height: 40px;
        width: 520px;
    }
    .cell.socialIconCell {
        vertical-align: middle;
    }
    ul.socialIconListWhite > li {
        display: inline-block;
    }
    ul.socialIconListWhite > li a {
        display: block;
        background: #fff;
        color: #084e87;
        width: 46px;
        height: 46px;
        text-align: center;
        font-size: 2em;
        border-radius: 100%;
        margin-right: 10px;
    }
    ul.socialIconListWhite > li a span {
        margin-top: 10px;
        display: inline-block;
    }
    .cell.logoWhiteCell {
        vertical-align: middle;
    }
    .copyright2 {
        background: #414143;
        padding: 17px;
        color: #fff;
    }
    ul.copyrightList > li {
        display: inline-block;
        margin-left: 15px;
        border-left: 1px solid #ccc;
        padding-left: 15px;
    }
    ul.copyrightList > li:first-child {
        border-left: 0;
    }
    ul.copyrightList > li a {
        color: #fff;
        text-transform: uppercase;
    }
    .cell.howToSectImgCell {
        width: 740px;
    }
    .cell.howToSectImgCell img {
        width: 100%;
    }
    .gridLayout.howToSect .cell {
        vertical-align: top;
    }
    .recordviewGrid {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .recordviewGrid > .recordRow {
        display: table-row;
    }
    .recordviewGrid .recordCell {
        display: table-cell;
        padding: 7px 0px;
    }
    .recordviewGrid .recordCell.inputLabelCell {
        width: 180px;
        text-align: right;
        padding-right: 15px;
        font-weight: bold;
    }
    .recordviewGrid input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
    .recordviewGrid select,
    .recordviewGrid textarea {
        width: 100%;
    }
    .hide-native-select select[multiple] {
        display: none;
    }
    ul.multiselect-container.dropdown-menu {
        position: absolute;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        max-height: 200px;
        overflow: auto;
        border-radius: 5px;
        display: none;
    }
    ul.multiselect-container.dropdown-menu > li {
        display: block;
        padding: 10px;
    }
    ul.multiselect-container.dropdown-menu > li:hover {
        background: #00549a;
        color: #00549a;
    }
    .btn-group.open ul.multiselect-container.dropdown-menu {
        display: block;
    }
    .recordViewTital:empty,
    .recordviewGrid:empty {
        display: none;
    }
    .btnsRow {
        text-align: center;
        padding: 15px 0;
    }
    .recordviewGrid.readOnly .recordCell.inputValCell {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
    }
    .searhContainer {
        padding: 30px 0;
    }
    .searhContainer h2 {
        font-size: 1.143em;
        margin-bottom: 15px;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
    .searchInputWrap {
        padding-right: 45px;
        position: relative;
    }
    .searchInputWrap input {
        width: 100%;
        height: 40px !important;
        font-size: 1.143em;
        padding: 0 15px !important;
    }
    .searchInputWrap .searchBtn {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: 0;
        display: block;
        width: 50px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #00549a;
        color: #fff;
        font-size: 1.714em;
        border-radius: 0 5px 5px 0;
        top: 0;
        position: absolute;
        text-decoration: none;
    }
    .searchInputWrap .searchBtn:hover {
        background: #0769bb;
    }
    .searchInputWrap .searchBtn span {
        position: relative;
        top: 8px;
    }
    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #ccd1d4 !important;
    }
    ul.relatedList > li {
        display: block;
        padding: 8px 0 8px 27px;
        position: relative;
    }
    ul.relatedList > li .checkICon {
        position: absolute;
        left: 0;
        font-size: 1.286em;
        color: #00549a;
    }
    ul.ui-autocomplete {
        max-height: 250px;
        overflow: auto;
        background: #fff;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        border: 1px solid #bbbbbb;
        max-width: 300px;
        padding: 15px;
        border-radius: 0 0 5px 5px;
    }
    ul.ui-autocomplete li {
        display: block;
    }
    ul.ui-autocomplete li a {
        display: block;
        padding: 7px 15px;
    }
    ul.ui-autocomplete li a:hover {
        background: #f2f2f2;
    }
    /********************************************************************************/
    .errorM3 {
        background-color: #f2dede;
        border: 1px #ebcccc solid !important;
        color: #a94442;
        border-radius: 5px;
    }
    .confirmM3 {
        background-color: #dff0d8;
        color: #3c763d;
        border: 1px #d0e9c6 solid !important;
        border-radius: 5px;
    }
    .errorM3 h4,
    .confirmM3 h4 {
        margin: 0;
        padding: 5px 0;
        font-weight: bold;
    }
    .errorM3 h4 {
        color: #a94442 !important;
    }
    .confirmM3 h4 {
        color: #3c763d !important;
    }
    .boxContainer.compact {
        max-width: 700px !important;
    }
    .boxContainer {
        background: #fff;
        padding: 25px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 40px auto;
        box-shadow: 0 4px 7px 7px rgba(117, 114, 114, 0), 0 1px 15px 0px rgba(177, 175, 175, 0.27), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    }
    .boxContainer h2 {
        margin-bottom: 20px;
        font-size: 27px;
        font-weight: 700;
        padding: 0 0;
    }
    .boxContainer textarea {
        width: 100%;
        padding-top: 3px;
    }
    .boxContainer .inputLabel {
        margin-bottom: 0;
    }
    .boxContainer .gridLayout .gridLayoutCell {
        vertical-align: bottom;
    }
    .boxContainer .inputWrap {
        margin-bottom: 15px;
    }
    .boxContainer .btnCustom {
        margin-top: 5px;
    }
    .message {
        /*
        border: 1px solid #f7f7f7;
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
*/
        margin: 0 0 30px 0;
        padding: 10px;
        display: block;
    }
    /*
    .content {
        padding-top: 20px;
        background-color: #F8EDDE;
        padding: 50px;
    }
*/
    /*
    .accordion {
        background: #cf3611;
        font-weight: bold;
        color: #fff;
        border-radius: 4px;
        position: relative;
        cursor: pointer;
        line-height: 1.5;
        font-size: 24px;
        padding: 10px 10px 10px 50px;
    }
    .accordion:before {
        content: '';
        border: 1px solid #fff;
        border-width: 0 0 2px 2px;
        width: 15px;
        height: 15px;
        line-height: 3;
        font-size: 0;
        transform: rotate(-45deg);
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 30px;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
        cursor: pointer;
    }
    .accordion.active {
        background: #992409;
    }
    .accordion.active:before {
        transform: rotate(135deg);
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    }
    .accordion:hover {
        background: #992409;
    }
    .accordion_link {
        color: white;
        font-size: 18px;
        font-weight: 400;
        text-decoration: underline;
    }
*/
    .expandableSection {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dropdwnList {
        padding: 0px 0px 0px;
        margin-bottom: 50px;
    }
    .content strong {
        font-size: 18px;
        padding: 30px 0 0;
        display: block;
    }
    .blueBoxIn img {
        max-width: 105px;
    }
    .bluebxRghside {
        position: absolute;
        left: 130px;
        top: 0;
    }
    /*
    .upperMockMenuForDesktopDiv {
        max-width: 650px;
    }
*/
    .italicTxt {
        font-weight: 600;
        color: #000000;
        padding: 6px 0 2px;
    }
    .dropdwnList a {
        text-decoration: underline;
    }
    .bldTxt {
        font-weight: bold;
        padding: 20px 0 2px;
        color: #00549a;
        border-bottom: 1px solid #505050;
        margin: 0 0 7px;
    }
    /*
    .content ul li {
        margin-left: 20px;
    }
*/
    /*list-style-position: inside;*/
    a.playBtn {
        position: relative;
    }
    .blueBoxIn a.playBtn:before {
        content: '';
        background: rgba(0, 0, 0, 0.59);
        width: 38px;
        height: 28px;
        padding: 10px;
        position: absolute;
        top: 0;
        left: 33px;
        border-radius: 3px;
    }
    .blueBoxIn a.playBtn:after {
        content: '';
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 7px solid #fff;
        position: absolute;
        border-radius: 3px;
        left: 50px;
        top: 8px;
    }
    p.mobilePsg {
        line-height: 27px;
    }
    .tbleCell {
        display: table-cell;
        width: 140px;
    }
    .contentIn {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .contentIn h2 {
        padding: 0 0 10px;
    }
    /*  added Hoang V.  */
    body {
        line-height: 1.5;
        word-spacing: 1.5px;
    }
    p {
        margin-bottom: 30px !important;
    }
    .main-clinician {
        font-size: 16px;
    }
    .main hr {
        margin-top: 0px;
        margin-bottom: 0px;
        border-width: 3px !important;
        width: 100%;
        border-top: 2px solid #00549A;
    }
    .accordion {
        background: #509CD5;
        color: #fff;
        position: relative;
        cursor: pointer;
        line-height: 1.5;
        font-size: 24px;
        padding: 40px;
        font-weight: bold;
    }
    .accordionBorder {
        border: 2px;
        border-style: solid;
        border-color: #509CD5;
        border-radius: 4px;
    }
    .accordion_link {
        color: white;
        font-size: 18px;
        text-decoration: underline;
        padding-right: 20px;
        float: left;
        margin-top: 6px;
    }
    .accordion.active,
    .accordion:hover {
        background: -moz-linear-gradient(90deg, rgba(80, 156, 213, 1) 0%, rgba(80, 156, 213, 1) 23%, rgba(80, 156, 213, 1) 30%, rgba(47, 134, 205, 1) 70%, rgba(47, 134, 205, 1) 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(47, 134, 205, 1)), color-stop(30%, rgba(47, 134, 205, 1)), color-stop(70%, rgba(80, 156, 213, 1)), color-stop(77%, rgba(80, 156, 213, 1)), color-stop(100%, rgba(80, 156, 213, 1)));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(90deg, rgba(80, 156, 213, 1) 0%, rgba(80, 156, 213, 1) 23%, rgba(80, 156, 213, 1) 30%, rgba(47, 134, 205, 1) 70%, rgba(47, 134, 205, 1) 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(90deg, rgba(80, 156, 213, 1) 0%, rgba(80, 156, 213, 1) 23%, rgba(80, 156, 213, 1) 30%, rgba(47, 134, 205, 1) 70%, rgba(47, 134, 205, 1) 100%);
        /* opera 11.10+ */
        background: -ms-linear-gradient(90deg, rgba(80, 156, 213, 1) 0%, rgba(80, 156, 213, 1) 23%, rgba(80, 156, 213, 1) 30%, rgba(47, 134, 205, 1) 70%, rgba(47, 134, 205, 1) 100%);
        /* ie10+ */
        background: linear-gradient(0deg, rgba(80, 156, 213, 1) 0%, rgba(80, 156, 213, 1) 23%, rgba(80, 156, 213, 1) 30%, rgba(47, 134, 205, 1) 70%, rgba(47, 134, 205, 1) 100%);
        /* w3c */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2F86CD', endColorstr='#509CD5', GradientType=0);
        /* ie6-9 */
    }
    .borderClass {
        border: 1.5px;
        border-style: solid;
        border-color: #CCC;
        overflow: hidden;
    }
    .close_link {
        background: #509CD5;
        padding: 5px;
        text-align: center;
        color: white;
    }
    .navInline {
        color: #525252;
        padding: 5px 0px 5px;
        0px;
    }
    .navInline > a {
        color: #525252;
        text-decoration: underline;
    }
    .navInlineBackground {
        background: rgba(226, 226, 226, 1);
        background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 52%, rgba(209, 209, 209, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(0%, rgba(219, 219, 219, 1)), color-stop(52%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(209, 209, 209, 1)));
        background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 52%, rgba(209, 209, 209, 1) 100%);
        background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 52%, rgba(209, 209, 209, 1) 100%);
        background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 52%, rgba(209, 209, 209, 1) 100%);
        background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 52%, rgba(209, 209, 209, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1', GradientType=0);
    }
    .nav-menu li a.active {
        background-color: red;
    }
    .blueLink {
        text-decoration: underline;
        color: #00549a;
        font-weight: bold;
    }
    /*
    .heroContainer {
        width: 100%;
        position: relative;
        margin-bottom: -130px;
    }
    .heroContainer img {
        width: 100%
    }
    .heroTextContainer {
        position: relative;
        top: -135px;
        width: 100%;
        opacity: .85;
        background-color: #fff;
        padding: 10px 15px;
    }
    .heroText {
        padding-bottom: 10px;
    }
*/
    .headerContainer {
        display: flex;
        background-position: center;
        background-size: cover;
        height: 620px;
        flex-direction: row;
    }

    @media screen and (max-width: 991px) {
        .headerContainer {
            height: auto;
        }
    }

    .headerCaption {
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.8);
        flex: 1;
        align-self: flex-end;
    }
    .main {
        font-size: 18pt;
    }
    .topBottomPadding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .headingSection {
        margin-bottom: 50px;
    }
    .headingMain {
        font-size: 2em;
        color: #00549A;
        font-weight: bold;
    }
    .heading1 {
        color: #00549A;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 1.5em;
    }
    .heading2 {
        color: #00549A;
        /*padding-bottom: 15px;*/
        font-size: 1.5em;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .heading3 {
        color: black;
        font-size: 1.5em;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .heading4 {
        color: #00549A;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section {
        padding: 50px 0px 50px 0px;
    }
    .jumpToSectionLink {
        display: flex;
        padding: 10px 0px 10px 0px;
    }
    .jumpToSectionLink .glyphicon {
        padding: 0 15px 0 10px;
    }
    .rightSectionContent {
        float: right;
        border: 0.5px;
        border-color: #808080;
        border-style: solid;
    }
    .rightSectionImage {
        margin-left: 20px;
        float: right;
        border: 0.5px;
        border-color: #808080;
        border-style: solid;
    }
    .leftSectionContent {
        float: left;
        border: 0.5px;
        border-color: #808080;
        border-style: solid;
    }
    .leftSectionImage {
        margin-right: 20px;
        float: left;
        border: 0.5px;
        border-color: #808080;
        border-style: solid;
    }
    .paragraphLeft {
        color: #00549A;
        font-size: 1.5em;
        line-height: 60px;
        width: 40%;
        display: table-cell;
        padding-right: 40px;
        text-align: right;
        vertical-align: middle;
    }
    .paragraphRight {
        display: table-cell;
        padding-left: 40px;
        border-left: solid 10px #00549A;
    }
    .paragraphTop {
        display: table-row;
        color: #00549A;
        font-size: 1.5em;
        padding-bottom: 1000px !important;
    }
    .paragraphContainer {
        display: table;
        margin-bottom: 30px;
        position: relative;
        padding: 40px;
        width: 100%;
    }
    .quoteSection {
        padding: 30px;
        background-color: #EEE;
        font-size: 28px;
        text-align: center;
        font-style: italic;
    }
    .headerSection {
        position: relative;
        margin-bottom: 30px;
    }
    .headerSectionTitle {
        position: absolute;
        background-color: #00549A;
        color: #fff;
        font-size: 20pt;
        font-weight: bold;
        padding: 20px;
        top: 0px;
        right: 0px
    }
    .headerSectionContent {
        position: absolute;
        padding: 20px;
        background-color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, .8);
        width: 525px;
        top: 80px;
        right: 0px
    }
    ol li.listItemStyle,
    ul li.listItemStyle {
        padding-top: 5px;
        padding-bottom: 10px;
        margin-left: 50px;
    }
    ol li.listItemStyle,
    ui li.listItemStyle:last-child {
        padding-bottom: 0;
    }
    .buttonCSS {
        background-color: #509CD5;
        color: white;
        padding: 10px;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .buttonCSS:hover,
    .buttonCSS:focus {
        background-color: #1783c4;
        color: white;
        padding: 10px;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        text-decoration: none !important;
    }
    .buttonCSS:active {
        background-color: #1783c4;
        color: white;
        padding: 10px;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .sectionContent {
        background-color: #EEE;
        padding: 50px;
    }
    /***************************************************************/
}

@media screen and (min-width: 1170px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    .cliniciansListContainer {
        margin: 0;
    }
    .cliniciansList {
        border-spacing: 0;
        display: block;
    }
    .clinicians {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        min-height: 300px;
        min-width: 340px;
        max-width: 340px;
    }
    .clinicianOverview {
        display: block;
    }
    .clinicianOverview > div {
        display: block;
    }
    .mapContainer {
        padding-left: 0;
        padding-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .content .gridLayout .gridLayoutCell {
        display: block;
    }
    .blueBgBox img {
        width: 180px;
    }
    .blueBgBox.imgTblegrid {
        width: 100%;
    }
    .gridLayout.mobileCell .gridLayoutCell {
        display: block;
    }
    .gridLayout.mobileCell img {
        margin: 0 auto;
        display: block;
    }
    .blueBgBox img {
        max-width: 100%;
    }
}

@media screen and (max-width: 995px) {
    a.playBtn {
        float: left;
    }
    .blueBox {
        border: 2px solid #0e66b4;
        padding: 0;
        height: auto;
    }
    .blueBoxIn {
        padding: 15px;
        position: static;
    }
    a.playBtn {
        float: left;
        padding: 0 15px 0 0;
    }
    .bluebxRghside {
        position: static;
    }
    .blueBox h2 {
        padding: 15px 0 0;
    }
    .blueBoxIn a.playBtn:before {
        top: 27px;
    }
    .blueBoxIn a.playBtn:after {
        top: 34px;
    }
    .blueBgBox img {
        width: 160px;
    }
    .mobilePsg {
        text-align: justify;
    }
}

@media screen and (max-width: 768px) {
    .cliniciansList {
        display: block
    }
    .cliniciansList > .cliniciansRow {
        display: block;
    }
    .clinicians {
        display: block;
        margin-right: 0;
        min-height: inherit;
        min-width: inherit;
        max-width: inherit;
        width: 100%;
        margin-bottom: 15px;
    }
    .recordviewGrid,
    .recordviewGrid > .recordRow,
    .recordviewGrid .recordCell {
        display: block;
    }
    .recordviewGrid .recordCell {
        padding: 0;
    }
    .recordviewGrid .recordCell.inputLabelCell {
        width: inherit;
        text-align: left;
        padding-right: 0;
        padding: 0 0 4px;
    }
    .recordviewGrid .recordCell.inputValCell {
        padding-bottom: 15px !important;
    }
    .recordviewGrid.readOnly .recordCell.inputValCell {
        margin-bottom: 15px;
        font-weight: 700;
        padding: 3px 0
    }
}

@media screen and (max-width: 765px) {}

@media screen and (max-width: 750px) {
    .gridLayout.mobileGrid .gridLayoutCell {
        display: block;
    }
    .padBtm {
        margin: 0 0 20px;
    }
    .patientImg {
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .patientImg {
        max-width: 100%;
    }
    .expandableSection .gridLayout > .gridLayoutRow {
        display: block
    }
    .blueBgBox img {
        width: auto;
        float: none;
        position: static;
        max-width: 150px;
    }
    .tbleCell {
        display: block;
        width: 100%;
    }
    .contentIn {
        display: block;
        vertical-align: middle;
        text-align: center;
    }
    .blueBgBox.imgTblegrid {
        padding: 15px;
    }
    .orgInfo table.detailList {
        width: 100%;
    }
    .orgInfo .detailList tr th,
    .orgInfo .detailList tr td {
        padding-right: 0;
        display: block;
    }
    .orgInfo .btnCustom.btnBlue,
    #add-new-account .btnCustom.btnBlue {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .footerGridLayout {
        display: block;
    }
    .footerGridLayout > .footerCol {
        display: block;
    }
    .gridLayout {
        display: block;
        border-spacing: 0;
    }
    /******************************************/
    .gridLayout .gridLayoutCell {
        display: block;
    }
    .selectUser select {
        width: 100%;
    }
    .signupContainer .btnCustom {
        width: 100%;
        text-align: center;
    }
    /**********************************************/
    ul.nav-lg > li {
        display: block;
    }
    .searchResultTop h2 {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    .gridLayoutContainer {
        margin: 0;
    }
    .radiusInput {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .accordion {
        padding-right: 30px;
    }
    .blueBgBox {
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    a.logo.fL {
        float: none;
        margin-bottom: 15px;
    }
    .topCallToActionsBtns.fR {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    a.topCalltoActionBtn {
        min-width: inherit;
        max-width: inherit;
        float: inherit;
        margin-left: inherit;
    }
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 350px) {}


/* 6/8/2017 */

.section-header {
    text-align: center;
    font-size: 28pt;
    background-color: #00549A;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.section-header2 {
    font-size: 23pt;
    color: #00549A;
    font-weight: bold;
}

.section-content {
    padding: 15px;
    border-color: #00549A;
    border-style: solid;
    border-width: 0.5px;
    display: flex;
    flex-direction: column;
    height: 750px;
}

.section-main {
    height: 400px;
}

.margin-b-lg {
    margin-bottom: 50px;
}

.margin-b-md {
    margin-bottom: 20px;
}

.section-image-container {
    max-height: 360px;
    overflow: hidden;
    border: 1.5px solid #CCC;
    margin: 30px 0;
}

.accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion > span:first-child {
    flex: 2;
    padding-right: 10px;
}

.accordion > span:not(:first-child) {
    float: right;
}

.video-container {
    border: 1px solid #D9D9D9;
    -webkit-box-shadow: 0px 13px 23px -7px rgba(156, 156, 156, 1);
    -moz-box-shadow: 0px 13px 23px -7px rgba(156, 156, 156, 1);
    box-shadow: 0px 13px 23px -7px rgba(156, 156, 156, 1);
    display: flex;
    min-height: 330px;
    margin-bottom: 20px;
}

.video-item {
    flex-grow: 1
}

.video-item {
    border-radius: 4px;
    border: 15px solid #fff;
}

.image-container {
    margin: 0 auto;
    text-align: center;
}

.image-item {
    border: 1.5px solid #CCC;
    width: 100%;
}

.right-image-item,
.left-image-item {
    border: 1.5px solid #CCC;
    width: 50%;
}

.right-image-item {
    float: right;
    margin-left: 20px;
}

.left-image-item {
    float: left;
    margin-right: 20px;
}

.right-quote-section,
.left-quote-section,
.quote-section {
    padding: 30px;
    background-color: #EEE;
    font-size: 28px;
    text-align: center;
    font-style: italic;
    background-image: url(../images/Quote-symbol.png);
    background-repeat: no-repeat;
}

.right-quote-section {
    float: right;
    width: 50%;
}

.left-quote-section {
    float: left;
    width: 50%;
}

.header-top-margin {
    margin-top: 30px;
}

.section-menu {
    width: 40%;
    float: left;
    margin: 0px 20px 0px 0px;
}

.section-menu-header {
    background-color: #00549A;
    color: #fff;
    font-size: 20pt;
    padding: 20px 20px 20px 40px;
}

.section-menu-body {
    background-color: #EEEEEE;
    color: #00549A;
    padding: 10px;
}

.two-section-container {
    display: flex;
}

.two-section-container > div {
    flex: 1;
}

.first-item {
    order: 1;
}

.second-item {
    order: 2;
}

.third-item {
    order: 3;
}

.section-content-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}


/*
.section-content-column > div {
    flex: 1
}
*/

@media (max-width: 1199px) {
    .image-item {
        margin: 10px 0 20px 0;
    }
    .one-video-container {
        display: flex;
        flex-direction: column;
    }
    .one-video-container .video-container {
        min-height: 450px;
    }
    .one-video-container > div:first-child {
        order: 2
    }
    .one-video-container > div:last-child {
        order: 1
    }
    .video-container {
        min-height: 350px;
    }
    .right-section {
        margin-top: 60px !important;
    }
    .accordion_link {
        display: none;
    }
    .section-image-container {
        max-height: 600px;
    }
    .section-content {
        height: auto;
    }
    .section-main {
        height: auto;
    }
}

@media (max-width: 991px) {
    .right-quote-section,
    .left-quote-section {
        float: none;
        width: auto;
    }
    .two-section-container {
        flex-direction: column;
    }
    .right-image-item {
        margin-left: 0;
    }
    .left-image-item {
        margin-right: 0;
    }
    .right-image-item,
    .left-image-item {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .video-container {
        min-height: 450px;
    }
    .two-columns {
        display: flex;
        flex-direction: column;
    }
    .two-columns > div {
        flex: 1;
    }
    .section-menu {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: .5em !important;
    }
}
