﻿/* FONTS */
@font-face {
    font-family: "Montserrat Regular";
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot?d7ccap');
    src: url('../fonts/icomoon.eot?#iefixd7ccap') format('embedded-opentype'), url('../fonts/icomoon.woff?d7ccap') format('woff'), url('../fonts/icomoon.ttf?d7ccap') format('truetype'), url('../fonts/icomoon.svg?d7ccap#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============= */
/* == ICOMOON == */
/* ============= */


[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons [class^="icon-"], .icons [class*=" icon-"] {
    font-size: 60px;
}

.icon-BCA-Icons-arrow_down:before {
    content: "\e600";
}

.icon-BCA-Icons-arrow_up:before {
    content: "\e601";
}

.icon-BCA-Icons-Arrow-right:before {
    content: "\e602";
}

.icon-BCA-Icons-Arrow-left:before {
    content: "\e603";
}

.icon-BCA-Icons-Arrow-plus:before {
    content: "\e604";
}

.icon-BCA-Icons-minus:before {
    content: "\e605";
}

.icon-BCA-Icons-close:before {
    content: "\e606";
}

.icon-BCA-Icons-close-mobile:before {
    content: "\e607";
}

.icon-BCA-Icons-Assessmentnotice:before {
    content: "\e608";
}

.icon-BCA-Icons-Assessmentprocess:before {
    content: "\e609";
}

.icon-BCA-Icons-Calculator:before {
    content: "\e60a";
}

.icon-BCA-Icons-CircleArrow:before {
    content: "\e60b";
}

.icon-BCA-Icons-Download:before {
    content: "\e60c";
}

.icon-BCA-Icons-find:before {
    content: "\e60d";
}

.icon-BCA-Icons-MagnifyingGlass:before {
    content: "\e60e";
}

.icon-BCA-Icons-MagnifyingGlassBold:before {
    content: "\e60e";
    font-weight: 700;
}

.icon-BCA-Icons-menu-mobile:before {
    content: "\e60f";
}

.icon-BCA-Icons-Play:before {
    content: "\e610";
}

.icon-BCA-Icons-Printer:before {
    content: "\e611";
}

.icon-BCA-Social-Icons-facebook:before {
    content: "\e612";
}

.icon-BCA-Social-Icons-linkedin:before {
    content: "\e613";
}

.icon-BCA-Social-Icons-twitter:before {
    content: "\e614";
}

.icon-BCA-Social-Icons-youtube:before {
    content: "\e615";
}

/* =================== */
/* == ADMIN STYLING == */
/* =================== */

#contentBox {
    margin: 0 auto 40px;
    max-width: 940px;
}

    #contentBox.logged-in {
        margin-left: 220px;
        margin-right: 20px;
        min-width: 703px;
    }


html.ms-dialog #contentBox.logged-in {
    margin-left: 0;
    margin-right: 0;
}


#sideNavBox ul ul ul {
    margin-left: 20px;
}

    #sideNavBox ul ul ul ul {
        margin-left: 0;
    }

/* ============ */
/* == HEADER == */
/* ============ */

.masthead > .header {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* ============= */
/* == TOP NAV == */
/* ============= */

@media (min-width: 769px) {
    /*Full width*/

    /* Position nav in lower right */
    .masthead > .header {
        position: relative;
    }

    .navbar-inverse {
        float: right;
        position: absolute;
        bottom: -2px;
        right: 0;
        text-align: right;
    }
}

/*Logo*/

.logo-mobile {
    display: none;
}

.logo-desktop {
    width: 154px;
    height: 100px;
}

#DeltaSiteLogo img {
    display: none;
}

#DeltaSiteLogo .bca-logo {
    background: url('../Images/BCA-logo-retina.png') no-repeat;
    width: 154px;
    height: 100px;
    background-size: contain;
}

@media (max-width: 767px) {
    #DeltaSiteLogo {
        width: auto;
        z-index: 10;
        position: relative;
        padding-left: 15px;
    }

        #DeltaSiteLogo .bca-logo {
            /*background: url('../Images/BCA-logo-retina-mobile.png') no-repeat;*/
            background: url('../Images/BCA-logo-mobile_R3.jpg') no-repeat;
            width: 125px;
            height: 17px;
            background-size: contain;
        }

    .masthead > .header {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .logo-mobile {
        display: block;
        width: 150px;
        height: 64px;
    }

    .logo-desktop {
        display: none;
    }
}

/* Basic styles */

a.ms-core-listMenu-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-family: 'Montserrat Regular','Helvetica', Arial,sans-serif;
}

.ms-core-listMenu-horizontalBox li.static {
    padding-left: 25px;
}

    .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
        border: 0px;
    }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding: 0;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item, .ms-navedit-editLinksText {
    color: #56565a;
    font-size: 14px;
    /* font-weight:bold; */
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

    .ms-core-listMenu-horizontalBox li.static {
        padding-left: 10px;
        max-width:220px;
    }

        .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
            font-size: 13px;
        }

        #DeltaBottomNavigation a.static {
            font-size:14px!important;
        }
}

@media (max-width: 767px) {


    .navbar-inverse .navbar-collapse {
        border: none;
        margin: 0 -15px;
        width: auto;
    }

    #DeltaTopNavigation {
        display: block;
        border-top: 1px solid #101010;
        margin-top: 15px;
        padding: 25px 20px 0px;
    }

        #DeltaTopNavigation li a {
            margin: 0 0 30px 0;
            font-size: 14px;
        }

    .ms-core-listMenu-horizontalBox li.static {
        padding-left: 0;
    }

    #DeltaPlaceHolderSearchAreaMobile {
        padding-left: 20px;
        padding-bottom: 15px;
    }
}

/* Hide edit icon */

#DeltaTopNavigation .ms-listMenu-editLink, #DeltaBottomNavigation .ms-listMenu-editLink {
    display: none;
}


/* Toggle button */
.navbar-toggle {
    margin-top: 16px;
    margin-right: 0;
}

/*Boostrap unstyling*/
.navbar-inverse {
    background-color: transparent;
    border-radius: 0px;
    min-height: 0px;
    margin-bottom: 0px;
    border: none;
}


#bcsMenu {
    overflow: hidden;
}


.ms-hidden {
    display: none;
}


/* HAMBURGER */

#nav-toggle {
    /*border:1px solid red;*/
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

#nav-toggle {
    width: 40px;
    height: 40px;
}

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 35px;
        background: #07819a;
        position: absolute;
        display: block;
        content: '';
        left: 0px;
        webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-toggle span {
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform-origin-x: 0%;
        -webkit-transform-origin-y: 50%;
    }

        #nav-toggle span:before {
            top: -10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform-origin-x: 0%;
            -webkit-transform-origin-y: 50%;
        }

        #nav-toggle span:after {
            bottom: -10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform-origin-x: 0%;
            -webkit-transform-origin-y: 50%;
        }

    #nav-toggle:not(.collapsed) span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -14px;
        left: 5px;
        opacity: 1;
        width: 100%;
    }

    #nav-toggle:not(.collapsed) span {
        background-color: transparent;
    }

        #nav-toggle:not(.collapsed) span:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            bottom: -11px;
            left: 5px;
            opacity: 1;
            width: 100%;
        }

.bca-footer-secondary-links-mobile {
    display: none;
}

@media (max-width: 767px) {
    .navbar-toggle {
        display: block;
    }
}

@media only screen and (max-width: 769px) {
    .navbar-collapse {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
        display:none;
    }
}

@media (min-width: 768px) {

    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width: 769px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
/*
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
cursor: pointer;
border-radius: 1px;
height: 3px;
width: 35px;
background: #07819a;
position: absolute;
display: block;
content: '';
left:0px;
}

#nav-toggle span:before {
top: -10px;
}
#nav-toggle span:after {
bottom: -10px;
} 

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
transition: all 500ms ease-in-out;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
}
#nav-toggle:not(.collapsed) span {
background-color: transparent;
}
#nav-toggle:not(.collapsed) span:before, #nav-toggle:not(.collapsed) span:after {
top: 0;
}
#nav-toggle:not(.collapsed) span:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
#nav-toggle:not(.collapsed) span:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
} 
*/

/* =============== */
/* == SEARCHBOX == */
/* =============== */


#searchInputBox, #searchInputBoxMobile {
    border: 1px solid #cbcbcb;
    height: 40px;
    width: 220px;
}

/*Input spacing*/
#SearchBox input[type=text] {
    border: 0px;
    background-color: #fff;
    padding: 1px 10px 0 10px;
    height: 38px;
}

.ms-srch-sb > input {
    width: 160px;
}

#searchInputBox #SearchBox input[type="text"] {
    border-radius: 0px;
    box-shadow: none;
}

/* Placeholder text colour - overrides OOTB bootstrap css */
#SearchBox input[type="text"].ms-helperText {
    color: #AAAAAA;
}

/* Magnifying icon */

#SearchBox:before {
    display: none !important;
}
input.ms-srch-sb-prompt {
    width: 276px !important;
}


/*
#SearchBox:before {
    content: "\e60e";
    font-family: "icomoon";
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 22px;
    font-weight: bold;
    color: #07819a;
}
*/


/* Use default search box icon as link for icomoon icon */
.ms-srch-sb > .ms-srch-sb-searchLink {
    /*border:1px solid orange;*/
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-top: 7px;
}

    .ms-srch-sb > .ms-srch-sb-searchLink img {
        opacity: 0;
    }

@media (min-width: 769px) {
    #DeltaPlaceHolderSearchAreaMobile {
        display: none;
    }

    #searchInputBox {
        float: right;
        position: absolute;
        right: 0;
        top: 25px;
    }
}

/* Mobile specific  */
@media (max-width: 767px) {
    .header {
        /*background-color:yellow;*/
    }

    #searchInputBox {
        display: none;
    }

    #searchInputBoxMobile {
        position: relative;
    }

        #searchInputBoxMobile .ms-srch-sb > input {
            width: 180px;
        }

    #SearchBox:before {
        left: 185px;
    }
}



/* ================ */
/* == BREADCRUMB == */
/* ================ */

#DeltaBreadcrumbDropdown, #managed-breadcrumb {
    padding-top: 10px;
    display: block;
    margin-bottom: 20px;
}

.fcv-breadcrumb, #managed-breadcrumb {
    font-size: 0.9em;
}

.fcv-breadcrumb, .fcv-breadcrumbRootNode, .fcv-breadcrumbNode {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .fcv-breadcrumb li {
        display: inline;
        padding: 0;
        margin: 0;
    }

    .fcv-breadcrumb .s4-breadcrumb-arrowcont {
        display: none;
    }

    .fcv-breadcrumb ul {
        display: inline;
    }

        .fcv-breadcrumb ul > li > a {
            color: #07819a;
            padding-right: 9px;
        }

    .fcv-breadcrumbNode > a {
        padding-left: 10px;
    }

.fcv-breadcrumbRootNode {
    padding-right: 10px;
}

.fcv-breadcrumbCurrentNode {
    padding-left: 10px;
}

.s4-breadcrumb {
    display: none;
}

.ms-breadcrumb {
    padding-left: 0;
}

    .ms-breadcrumb .seperator {
        display: inline-block;
        margin: 0 10px;
    }

@media (max-width: 767px) {
    #DeltaBreadcrumbDropdown {
        display: none;
    }
}

/* ================ */
/* == PAGE TITLE == */
/* ================ */

#DeltaPlaceHolderPageTitleInTitleArea, #DeltaPlaceHolderPageDescription {
    display: none;
}

#pageTitle {
    color: #56565a;
    font-size: 30px;
    margin: 0 0 30px;
    font-family: 'Montserrat Bold',sans-serif;
    white-space: normal;
}

@media (max-width: 767px) {
    #DeltaBreadcrumbDropdown, #managed-breadcrumb {
        display: none !important;
    }

    #pageTitle {
        margin-top: 25px;
    }
}


/* ============ */
/* == FOOTER == */
/* ============ */


#footer {
    bottom: 0;
    min-height: 95px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #07819a;
    color: white;
    background-image: url('../Images/footer_bg_small_img.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
}

    #footer, #footer a {
        color: white;
        text-decoration: none;
    }

#s4-workspace {
    background-color: #eeeeee;
}

#s4-bodyContainer {
    min-height: 100%;
    position: relative;
    max-width: 1200px !important;
    margin: 0 auto;
    background-color: #fff;
}

#footerInnerContainer {
    padding-top: 22px;
}

    #footerInnerContainer #footerMainLinks > a {
        font-size: 1.2em;
        padding-right: 12px;
    }

#footerMainLinks {
    padding-top: 5px;
}

#footerSecondaryLinks {
    padding-top: 6px;
}

    #footerSecondaryLinks > a {
        padding-right: 12px;
    }

#footerTertiaryLinks {
    padding-top: 30px;
}

#bottomLinks {
    float: left;
}

    #bottomLinks a {
        padding-left: 12px;
    }

/* Footer social */

#bottomSocial {
    float: right;
}

    #bottomSocial span {
        cursor: pointer;
        /*  opacity: 0.7;
  filter: alpha(opacity=70);*/
        padding-right: 10px;
        font-size: 20px;
    }

        #bottomSocial span:hover {
            /*  opacity: 1.0;
  filter: alpha(opacity=100);*/
        }

/* Footer condensed */


@media (max-width: 767px) {

    #centerarea {
    }

    #footerInnerContainer {
        padding: 22px 20px 0;
    }

    #footerMainLinks {
        /*background-color: red !important;*/
        float: none;
        margin: 0 auto;
    }

        #footerMainLinks > * {
            display: block;
        }

    #footerInnerContainer #footerMainLinks > a {
        padding-bottom: 10px;
        line-height: 32px;
    }

    #footerSecondaryLinks {
        padding-top: 0;
    }

    #footerTertiaryLinks {
        padding-top: 20px;
    }


    #footerSecondaryLinks > a, #bottomLinks > *, #bottomLinks > a {
        float: none;
        display: inline-block;
        padding: 20px 0 0;
        width: 49%;
    }

        #footerSecondaryLinks > a:nth-child(even), #bottomLinks > *:nth-child(even) {
            padding-left: 20px;
            padding-right: 0;
        }

    #bottomLinks {
        float: none;
        font-size: 12px;
    }

    .hidden-mobile {
        display: none;
    }

    #bottomSocial {
        margin: 30px 0 10px;
        padding-left: 10px;
        padding-right: 10px;
        float: none;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
    }

        #bottomSocial span {
            width: 35px;
            display: inline-block;
            font-size: 26px;
        }

        #bottomSocial .footerStretch {
            width: 100%;
            display: inline-block;
            font-size: 0;
            line-height: 0;
        }
}



/* Grids
*/
.row.bca {
    background-color: #97d7d4;
    padding: 20px 10px;
    margin-bottom: 25px;
    margin-right: -15px;
}

[class*='col-'].bca {
    background-color: #07819A;
    border-right: 10px solid #97d7d4;
    border-left: 10px solid #97d7d4;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-top: 20px;
}

[class*='col-']:first-child {
    margin-top: 0;
}

[class*='col-']:last-child {
    /* border-right: none; */
}

@media (min-width: 768px) {
    [class*='col-'].bca {
        margin-top: 0;
    }
}

.placeholder {
    height: 100px;
    background: red;
}
/* //Grids
*/

.footer_bg {
    background: url("../Images/footer_bg_img.gif") no-repeat scroll right top #07819a;
    margin: 0 auto;
}

.banner_footer {
    min-height: 93px;
}

.container.removepadding {
    padding: 0;
}

ul.footer {
    margin: 20px 0 2px -25px;
}

.footer li {
    display: inline;
    padding: 0 17px 0 0;
}

ul.footer li a {
    color: #fff;
    text-decoration: none;
}

    ul.footer li a:hover {
        color: #fff;
    }

.copyright {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

ul.footer_social {
    font-size: 26px;
    margin: 20px 0 10px 60px;
}

.footer_social li {
    display: inline;
    padding: 0 17px 0 0;
}

#s4-bodyContainer {
    padding: 0;
}

.input-group.pull-right {
    margin-top: -22px;
}

#toggle-search {
    float: right;
}

#block-search-form {
    background-color: #07819a;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: -1px;
}



/*DW-Styling*/


body {
    font-family: 'Montserrat Regular','Helvetica', Arial,sans-serif;
    color: #56565a;
    font-size: 14px;
}

.ms-rtestate-field p, p.ms-rteElement-P, p {
}

a {
    color: #07819a;
    text-decoration: none;
}

    a:hover, a:active, a:visited, .ms-vb a:visited, .ms-vb2 a:visited, .ms-vb-user a:visited {
        color: #07819a;
    }

.thumbnail {
    background: none;
    padding: 20px;
    text-align: center;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #07819a;
    text-decoration: none;
}

.center-align {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

dl {
}

dt, dd {
    font-weight: normal;
    float: left;
}

dt {
    clear: left;
    margin-right: 20px;
}

.right-side-piping {
    border-right: 1px solid #cdcdcd;
}

.ms-core-pageTitle {
    color: #56565a;
    font-size: 2.143em;
    letter-spacing: -0.04em;
}

.page-header {
    font-size: 26px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat Regular','Helvetica', Arial,sans-serif !important;
}

.ms-dlg-heading {
}

.ms-core-listMenu-item {
    color: #56565a;
    margin-left: 10px;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item {
    color: #07819a;
}

.ms-core-listMenu-verticalBox {
    color: #07819a;
}

.ms-accentText {
    color: #07819a;
    margin-left: 10px;
}

.ms-commandLink {
    color: #07819a;
    text-transform: uppercase;
}

.ms-secondaryCommandLink {
    color: #07819a;
}

.ms-calloutLink {
    color: #07819a;
}

.ms-accentText {
    color: #ff3400;
}

.ms-error {
    color: #ff3400;
}

.ms-soften {
    color: #808080;
}

.ms-disabled {
    color: #cccccc;
}

.ms-uppercase {
    color: #56565a;
    text-transform: uppercase;
}

.ms-helper {
    color: #56565a;
}

.ms-textXLarge {
    color: #8d8d8d;
}

.ms-soften {
    color: #56565a;
}

.ms-heroCommandLink {
}

.ms-attractMode {
}

.ms-emptyMode {
}

.ms-pivot-link {
}

.ms-listLink {
}

input[type="button"], input[type="reset"], input[type="submit"], button {
    border-color: #07819a;
    color: #07819a;
    font-size: 1em;
    margin-left: 10px;
    min-width: 6em;
    padding: 7px 10px;
}

    input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover {
        background-color: #07819a;
        border-color: #92c0e0;
        color: #fff;
    }

    input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled], button[disabled][disabled] {
        background-color: #07819a;
        border-color: #07819a;
        color: #fff;
        opacity: 0.4;
    }

.ms-subtleEmphasis {
}

.ms-subtleEmphasisCommand-disabled {
}

.ms-sideNav {
}

.ms-sideNav-selected {
}

.ms-lines {
}

.ms-subtleLines {
}

.ms-strongLines {
}

.ms-disabledLines {
}

.ms-accentLines {
}

.ms-popupBorder {
}

.ms-bgOverlay {
}

.ms-bgDisabled {
}

.ms-bgHeader {
}

.ms-bgFooter {
}

.ms-bgHoverable {
}

.ms-bgHoverable {
}

.ms-bgSelected {
}

.ms-topBar {
}

input[type="text"], input[type="text"]:hover {
    border: 1px solid #07819a;
    padding: 12px;
}

    input[type="text"]:focus {
        outline: medium none;
    }

/* Mobile specific  */


/* =============== */
/* == PAGE SPECIFIC SEARCHBOX == */
/* =============== */


#searchInputBoxPage {
    border: 1px solid #07819a;
    width: 380px;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 0;
}

    #searchInputBoxPage .ms-srch-sb {
        display: inline;
    }

/*Input spacing*/
#SearchBoxPage input[type=text] {
    border: 0px;
    background-color: #fff;
    padding: 1px 12px 0 12px;
}

#searchInputBoxPage #SearchBoxPage input[type="text"] {
    border-radius: 0px;
    margin: 0;
}

/* Placeholder text colour - overrides OOTB bootstrap css */
#SearchBoxPage input[type="text"].ms-helperText {
    width: 90%;
    color: #56565a;
    margin: 0;
    height: auto;
}

/* Magnifying icon */

#SearchBoxPage:before {
    content: "\e60e";
    font-family: "icomoon";
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 28px;
    font-weight: bold;
    color: #07819a;
}

@media (min-width: 768px) {
    #searchInputBox {
        float: right;
        position: absolute;
        right: 0;
        top: 25px;
    }
}

/* Mobile specific  */
@media (max-width: 767px) {

    #searchInputBoxPage {
        width: 100%;
    }
}

/* =============== */
/* == PAGE SPECIFIC SEARCHBOX Long == */
/* =============== */


#searchInputBoxPageLong {
    border: 1px solid #07819a;
    width: 760px;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 0;
}

    #searchInputBoxPageLong .ms-srch-sb {
        display: inline;
    }

/*Input spacing*/
#SearchBoxPageLong input[type=text] {
    border: 0px;
    background-color: #fff;
    padding: 1px 12px 0 12px;
}

#searchInputBoxPageLong #SearchBoxPageLong input[type="text"] {
    border-radius: 0px;
}

/* Placeholder text colour - overrides OOTB bootstrap css */
#SearchBoxPageLong input[type="text"].ms-helperText {
    width: 92%;
    color: #56565a;
    margin: 0;
    height: auto;
}

/* Magnifying icon */

#SearchBoxPageLong:before {
    content: "\e60e";
    font-family: "icomoon";
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 28px;
    font-weight: bold;
    color: #07819a;
}

@media (min-width: 767px) {
    #searchInputBoxLong {
        float: right;
        position: absolute;
        right: 0;
        top: 25px;
    }
}

/* Mobile specific  */
@media (max-width: 767px) {

    #searchInputBoxPageLong {
        width: 100%;
    }
}


/*Pagination*/

.pagination > li > a {
    color: #07819a;
    margin: 0 5px;
    border-color: #97D7D4;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    border: none;
    background: none;
}

    .pagination > li:first-child > a span, .pagination > li:last-child > a span {
        font-size: 22px;
    }

.pagination > li > a:hover, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #97D7D4;
    border-color: #97D7D4;
    color: #0F0F0F;
}

.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
    border: none;
    background: none;
}

/*ms specific styles*/

ul#Paging {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

    ul#Paging li {
        display: inline-block;
    }

#PagingImageLink {
    padding: 0 15px 0 10px;
}

    #PagingImageLink a {
        border: none;
        padding: 0;
        margin-top: -2px;
    }

        #PagingImageLink a:hover {
            background: none;
        }

    #PagingImageLink img {
        display: none;
    }

    #PagingImageLink span {
        width: 22px;
        height: 22px;
        display: block;
        background-repeat: no-repeat;
    }

#PagingLink a {
    color: #07819a;
    margin: 0 3px;
    border: 1px solid #97D7D4;
    padding: 6px 12px;
    text-decoration: none;
}

    #PagingLink a:hover, #PagingSelf {
        background-color: #97D7D4;
        border-color: #97D7D4;
        color: #0F0F0F;
    }

#PagingSelf {
    padding: 6px 12px;
    margin: 0 3px;
}

#PageLinkPrev, #PageLinkNext {
    width: 22px;
    height: 22px;
}

    #PageLinkPrev span {
        background-image: url('../Images/BCA-Icons-Arrow-right-turq.svg');
    }

    #PageLinkNext span {
        background-image: url('../Images/BCA-Icons-Arrow-left-turq.svg');
    }

    #PageLinkPrev span:hover {
        background-image: url('../Images/BCA-Icons-Arrow-right-black.svg');
    }

    #PageLinkNext span:hover {
        background-image: url('../Images/BCA-Icons-Arrow-left-black.svg');
    }

.ms-status-yellow {
    background-color: #078199 !important;
    border-color: #078199 !important;
}

.ms-status-title {
    color: #fff;
    font-weight: 400;
}

.ms-bold {
    font-weight: 400;
}

.ms-status-body {
    color: #fff;
    font-weight: 400;
}

    .ms-status-body a {
        color: #fff;
    }

.ms-status-yellow a:link, .ms-status-yellow a:visited {
    color: #fff !important;
}

.ms-status-iconSpan {
    display: none;
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.ms-status-iconClose {
    display: none;
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.ms-breadcrumb {
    padding-left: 0;
    font-size: 0.9em;
}

    .ms-breadcrumb li {
        display: inline;
        margin-left: -2.5em;
    }

    .ms-breadcrumb > li:first-child > span:first-child {
        display: none;
    }

    .ms-breadcrumb .seperator {
        display: inline-block;
        margin: 0 10px;
    }


/*checkbox inline*/
.checkbox-inline {
    margin-right: 5px;
    padding-left: 5px;
}

input[type="checkbox"] {
    margin: 0;
}

.input-group-addon {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
}

.col-md-8 .layout {
    padding-left: 0;
    padding-right: 0;
}
/*--------------*/
/*---- TABS ----*/
/*--------------*/
.nav-tabs {
    border-bottom: medium none;
    margin-left: 15px;
    width: 98% !important;
}

    .nav-tabs > li {
        width: 50%;
        line-height: 1.42857;
        margin-right: 2px;
        border: none;
    }

    .nav-tabs > li {
        background-color: #07819a;
    }

.nav > li:hover, .nav > li:focus {
    background-color: #e0f3f2;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    border: none;
}

.nav-tabs > li.active {
    background-color: #e0f3f2;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a {
        background: none;
        border: none;
    }

.nav-tabs > li.nonactive > a, .nonactive > a:hover {
    color: #fff;
}

.nav-tabs > li.nonactive > a, .nonactive > a:hover {
}

.nav-tabs > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs > li > a > h3, .nav-tabs.nav-justified > li > a > h3 {
    border: none;
    color: #FFF;
}

.nav-tabs > li.active > a, .nav-tabs.nav-justified > li > a, .nav-tabs > li.active > a > h3, .nav-tabs.nav-justified > li.active > a > h3, .nav-tabs > li:hover > a, .nav-tabs.nav-justified > li:hover > a, .nav-tabs > li:hover > a > h3, .nav-tabs.nav-justified > li:hover > a > h3 {
    border: none;
    color: #56565a;
}
/*
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e4f5f9;
    border-color: #e4f5f9 #e4f5f9 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
*/
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.tab-content {
    min-height: 515px;
}

    .tab-content > .active, .pill-content > .active {
        background-color: #e0f3f2;
        position: absolute;
        width: 98%;
    }

.tab_layout {
    border: 1px solid red;
    margin: -20px 24px 0 20px;
}

.tab-pane {
    background-color: #e0f3f2;
    padding: 7px 0;
}

/*Styleguide Styles - Colors*/

dl.colors {
    display: inline-block;
    width: 33%;
}

    dl.colors dd {
        padding-top: 8px;
    }

    dl.colors dt {
        margin-bottom: 20px;
    }

.circles {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: block;
}

.circle1 {
    background-color: #07819a;
}

.circle2 {
    background-color: #00ABE6;
}

.circle3 {
    background-color: #79D9EE;
}

.circle4 {
    background-color: #97D7D4;
}

.circle5 {
    background-color: #32BCAD;
}

.circle6 {
    background-color: #56565a;
}

.td_width1 {
    width: 50px;
}

.td_width2 {
    width: 150px;
}

.space {
    width: 50px;
}

.cell_height {
    height: 30px;
}

.font_regular {
    color: #56565a;
    font-family: 'Montserrat Regular', 'Helvetica', Arial, sans-serif;
    font-weight: 400;
}

.font_bold {
    color: #56565a;
    font-family: 'Montserrat Bold', 'Helvetica Bold', Arial Bold, sans-serif bold;
    font-weight: 700 !important;
}

.font_regular_link {
    color: #07819a;
    font-weight: 400;
}

.font_regular_link_center {
    color: #07819a !important;
    margin-top: 5px;
    text-align: center;
}

.font_regular_center {
    color: #56565a;
    font-weight: 400;
    text-align: center;
}



@media (min-width: 768px) {

    .col-md-8.border-right {
        border-right: 1px solid #ccc;
    }
}

.col-md-4.height {
    margin-top: 20px;
}


/*Styleguide Styles - Headings*/

dl.headings dt {
    width: 50%;
}


.ms-core-pageTitle {
    font-size: 30px;
}

.ms-rtestate-field h1, .ms-rtestate-field h2, .ms-rtestate-field h3, .ms-rtestate-field h4, .ms-rtestate-field h5 {
    color: #56565a;
}

.ms-rtestate-field h1, h1 {
    font-family: 'Montserrat Bold',sans-serif;
    font-size: 30px;
}

.ms-rtestate-field h2, h2 {
    font-family: 'Montserrat Bold',sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.ms-rtestate-field h3, h3 {
    font-family: 'Montserrat Bold',sans-serif;
    font-size: 22px;
}

.ms-rtestate-field h4, h4 {
    font-family: 'Montserrat Bold',sans-serif;
    font-size: 18px;
}

.ms-rtestate-field h5, h5 {
    font-family: 'Montserrat Bold',sans-serif;
    font-size: 16px;
}

h2.ms-webpart-titleText {
    color: #56565a !important;
    font-family: 'Montserrat Bold',sans-serif !important;
    font-size: 22px !important;
    white-space: normal !important;
}

    h2.ms-webpart-titleText nobr {
        white-space: normal;
    }

.ms-dlg-heading {
    color: #56565a;
    font-family: 'Montserrat Bold',sans-serif;
    font-size: 14px;
}

/* Button Styles */

ul.button-styles {
    list-style: none;
    padding: 0;
}

    ul.button-styles > li {
        padding: 30px;
    }

@media (min-width: 768px) {

    ul.button-styles {
        margin: 0 -50px;
    }

        ul.button-styles > li {
            float: left;
        }
}


.with-background {
    background-color: #07819a;
}

.active a, .active a:hover, .active a:link, .active a:visited {
}


/*button styles*/

.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

a.btn.btn-default {
    color: #fff;
}

.btn-default {
    background-color: #07819a;
    border-color: #07819a;
    border-radius: 0;
    color: #fff;
}

.dropdown-toggle {
    background-color: #fff;
    color: #56565a;
    line-height: 1.2;
    text-align: left;
    width: 11.25em;
}

.dropdown, .dropup {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #07819a;
    padding: 20px 10px;
    width: 180px;
    position: relative;
    margin-bottom: 20px;
}

ul.button-styles .dropdown, ul.button-styles .dropup {
    padding: 20px;
}

.dropdown a, .dropup a {
    text-decoration: none;
}

.caret {
    border-top-color: #07819a;
    float: right;
    margin-top: 8px;
    border-bottom: 0 dotted;
    border-top: 8px solid #07819a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
}

.dropup .caret {
    border-top: 0 dotted;
    border-bottom: 8px solid #07819a;
    content: "";
}

/*
.btn:hover, .btn:focus {
    color: #07819a;
    text-decoration: none;
}*/
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #07819a;
    /*color: #07819a;*/
}

a.button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #07819a;
    color: #0485a0;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    width: 220px;
    display: block;
}

    a.button.hover, a.button:hover, a.button-large:hover, a.button-submit {
        background: none repeat scroll 0 0 #07819a;
        color: #fff;
        text-decoration: none;
    }

a.button-submit {
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    width: 140px;
}

a.button-transparent {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #56565a;
    color: #56565a;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    width: 220px;
    display: block;
}

a.button-medium {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #07819a;
    color: #0485a0;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    width: 240px;
    display: block;
}

a.button-large {
    background: none repeat scroll 0 0 #fff;
    border: none;
    color: #0485a0;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 460px;
    font-size: 18px;
    padding: 20px;
}

a.button-dark {
    background: none repeat scroll 0 0 #07819a;
    border: 1px solid #fff;
    color: #fff;
}

a.button-large.button-dark {
    border: none;
}

a.button-dark.hover, a.button-dark:hover {
    background: none repeat scroll 0 0 #fff;
    color: #07819a;
}

@media (max-width: 767px) {

    a.button, a.button-large, a.button-medium, a.button-medium-large {
        width: 100% !important;
    }
}

/*Banner Desktop*/

@media (min-width: 768px) {
}


/*Download File*/

.download-file {
    position: relative;
}

    .download-file span {
        font-size: 30px;
        color: #07819a;
        float: left;
        padding-top: 20px;
    }

.download-meta {
    padding-top: 15px;
    margin-left: 50px;
}

    .download-meta p {
        margin-bottom: 5px;
    }


.ms-emphasis_bg, .ms-emphasisBorder_nobg:hover {
}

    .ms-emphasis_bg a, .ms-emphasisBorder_nobg:hover a {
    }

.submit_form_text {
    color: #fff;
}

a.submit_form_text {
    color: #fff;
    text-decoration: none;
}

.tabs_layout {
    min-height: 800px;
}

.tab-pane {
    padding: 7px 0;
}

table tbody > tr > td, .table tfoot > tr > td {
    border-top: medium none !important;
}


/*Sidebar Styling*/

.sidebar {
}

    .sidebar .panel {
        padding-bottom: 10px;
    }

    .sidebar a {
        padding-bottom: 10px;
        display: block;
    }

.column-two .light-bg h2 {
    margin-top: 0;
    text-align: left;
}

.column-two .light-bg .ms-webpartzone-cell {
    padding: 25px 20px 20px;
    margin: 0;
}

.panel {
    padding-bottom: 10px;
    background: #e0f3f2;
}

/*Sidebar styling*/

.column-two .ms-webpart-chrome .ms-webpart-chrome-title button {
    display: none;
}

.column-two .ms-webpart-zone .ms-webpart-chrome-title ~ .ms-WPBody {
    margin-top: -10px;
}

@media (max-width: 767px) {

    .column-two .ms-webpart-chrome .ms-webpart-chrome-title button {
        display: block;
        border: none;
        color: #07819a;
        font-size: 1em;
        margin-left: 0;
        min-width: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background-color: transparent;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -12px;
    }

        .column-two .ms-webpart-chrome .ms-webpart-chrome-title button:hover {
        }

    .column-two input[type="button"].toggle-button {
    }

    .column-two input[type="button"]:hover.toggle-button {
        background-color: transparent;
    }

    .column-two .light-bg .ms-webpartzone-cell {
        padding: 0;
        margin-bottom: 1px;
    }

        .column-two .light-bg .ms-webpartzone-cell .cbq-layout-main {
            padding: 0 40px 0 0px;
        }

            .column-two .light-bg .ms-webpartzone-cell .cbq-layout-main:after, .column-two .ms-webpartzone-cell .cbq-layout-main:after {
                visibility: hidden;
                display: block;
                font-size: 0;
                content: " ";
                clear: both;
                height: 0;
            }

    .column-two .toggle-button span {
        width: 20px;
        height: 20px;
        display: block;
        background-repeat: no-repeat;
    }

    .column-two .toggle-button .collapse-open {
        background-image: url('../Images/BCA-Icons-Plus-Torq.svg');
        display: none;
    }


    .column-two .toggle-button.collapsed .collapse-open {
        background-image: url('../Images/BCA-Icons-Plus-Torq.svg');
        display: block;
    }

    .column-two .toggle-button .collapse-close {
        background-image: url('../Images/BCA-Icons-Minus-Torq-middle.svg');
    }

    .column-two .toggle-button.collapsed .collapse-close {
        display: none;
    }

    .column-two .light-bg {
        background-color: transparent;
        padding: 0;
    }

    .column-two .ms-webpart-zone .ms-webpart-chrome-title {
        padding: 15px 60px 15px 20px;
        background-color: #e0f3f2;
        line-height: 1em;
        margin: 0 -15px 0px;
        border-top: 2px solid white;
    }

        .column-two .ms-webpart-zone .ms-webpart-chrome-title h2 {
            padding: 0;
            margin: 0;
            color: #07819a !important;
        }

        .column-two .ms-webpart-zone .ms-webpart-chrome-title.toggle-open {
            background-color: #fff;
        }

        .column-two .ms-webpart-zone .ms-webpart-chrome-title ~ .ms-WPBody {
            margin: 0;
            padding: 0 5px;
        }

            .column-two .ms-webpart-zone .ms-webpart-chrome-title ~ .ms-WPBody .dfwp-item:first-child .item {
                padding-top: 0;
            }

            .column-two .ms-webpart-zone .ms-webpart-chrome-title ~ .ms-WPBody li:last-child {
                margin-bottom: 10px;
            }
}

@media (min-width: 768px) {
    .column-two .ms-webpart-chrome .ms-WPBody .cbq-layout-main.collapse {
        display: block !important;
        height: auto !important;
    }
}


/*Print Icon Styling*/

.print {
    padding: 10px 0;
    margin: -5px 0 20px;
}

    .print button.print-button {
        font-size: 14px;
        color: #07819a;
        border: none;
        background: transparent;
        padding: 0 0 5px;
        margin: 0;
    }

    .print .icon-BCA-Icons-Printer {
        margin-right: 10px;
    }

        .print .icon-BCA-Icons-Printer:before {
            font-size: 24px;
            position: relative;
            top: 5px;
        }

@media (max-width: 767px) {
    .print {
        display: none;
    }
}

/*background colors*/

.background-light-blue {
    background: #e0f3f2;
}




span.ms-metadata.ms-verticalAlignMiddle {
    display: none;
}

#s4-leftpanel {
    display: none;
}

.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.selected, .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected.selected, a.ms-tv-item:hover, a.ms-tv-header.selected {
    color: #56565a;
    font-weight: normal;
}

.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, a.ms-tv-item:hover, a.ms-tv-header:hover {
    color: #07819a;
}
/*.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.selected, .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected.selected, a.ms-tv-item:hover, a.ms-tv-header.selected {
    color: #0485a0;
}*/
.line {
    width: 100%;
}

hr {
    border-top: 1px solid #0e788d;
    margin: 0 auto;
    max-width: 1200px;
}

.hr-bold {
    border-top: 1px solid #0e788d;
    margin-bottom: 20px;
    margin-top: 20px;
}

.hr-bold2 {
    border-top: 1px solid #97d7d4;
    margin-bottom: 20px;
    margin-top: 20px;
}

.hr-bold3 {
    border-top: 4px solid #79d9ee;
    margin: 20px auto 20px 0;
    width: 140px;
}

.iconsize {
    font-size: 15px;
}

#Search {
    display: block !important;
    float: right;
}

    #Search .btn {
        box-shadow: none;
        padding: 0;
    }

        #Search .btn::after {
        }

        #Search .btn.active + #SearchBar {
            display: block;
            width: 930px;
        }

    #Search #SearchBar {
        background: none repeat scroll 0 0 #0e788d;
        display: none;
        padding: 7px;
        position: absolute;
        right: -2px;
        top: 29px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
    }

    #Search .ms-srch-sb > input {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ccc !important;
        border-radius: 50px;
        box-shadow: none;
        -webkit-box-shadow: none;
        height: 34px;
        margin: 0;
        padding-right: 40px;
    }

    #Search .ms-srch-sb > .ms-srch-sb-searchLink {
        background: url("/search.gif") no-repeat scroll center center transparent;
        border: medium none;
        display: inline-block;
        font-size: 0;
        height: 23px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 35px;
        top: 19px;
        width: 22px;
    }

.ms-srch-sb > .ms-srch-sb-navLink {
    display: none;
    height: 20px;
    width: 20px;
}

.col-sm-3.col-lg-2.ms-dialogHidden {
    display: none;
}

.titlea {
    float: left;
    width: 100%;
}

.titleb {
    float: left;
    width: 100%;
}

ul.s4-breadcrumb a.s4-breadcrumbCurrentNode {
    color: #000;
    font-size: 12px;
}

.ms-siteicon-img {
    max-width: 124px;
    max-height: 80px;
}

.col-sm-12.gline {
    display: none;
}

.banner_footer {
    background: url("../Images/footer_bg_img.gif") no-repeat scroll right bottom #07819a;
}

/*Media query Stuff*/

@media (max-width: 767px) {
    .col-sm-12.col-lg-12.mobilewidth {
        margin: 0;
        padding: 0;
    }

    .col-sm-12.col-lg-12.bannerpaddingmobile {
        padding: 0;
    }

    .col-lg-12.col-lg-12.remove_banner_padding {
        padding: 0 0 1px 9px;
    }

    .col-sm-10.nav_height {
        margin: 25px 0 4px;
    }

    #Search {
        display: block;
        float: right;
    }

        #Search .btn {
            box-shadow: none;
            -webkit-box-shadow: none;
            padding: 9px 0 0;
        }

            #Search .btn::after {
            }

    .input-group.pull-right {
        display: none;
    }

    .iconsize {
        display: none;
        font-size: 14px;
    }

    .input-group {
        display: block;
    }

    .activesearch {
        display: block;
    }

    #Search #SearchBar {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: none;
        padding: 7px;
        position: relative;
        right: 0;
        top: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
    }

    #Search .ms-srch-sb > input {
        background: none repeat scroll 0 0 #fff;
        border: 0 solid #ccc !important;
        border-radius: 50px;
        box-shadow: none;
        -webkit-box-shadow: none;
        height: 34px;
        margin: 0;
        padding-right: 40px;
    }

    #Search .ms-srch-sb > .ms-srch-sb-searchLink {
        background: url("/search.gif") no-repeat scroll center center transparent;
        border: medium none;
        display: inline-block;
        font-size: 0;
        height: 23px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 35px;
        top: 19px;
        width: 22px;
    }

    .ms-srch-sb > .ms-srch-sb-navLink {
        display: none;
        height: 20px;
        width: 20px;
    }

    .container {
        width: 100%;
    }

    .line {
        height: 1px;
        margin-top: 0;
        width: 96%;
    }

    .col-sm-12.gline {
        width: 100%;
        margin-left: -5px;
        padding-right: 0px;
        padding-left: 2px;
        display: block;
        border-top: 1px solid #0e788d;
    }

    .ms-siteicon-img {
        max-height: 300px;
        max-width: 128px;
    }

    .container.ms-dialogHidden {
    }



    /*.navbar-brand {
      padding: 0;
  }*/
    .ms-rtestate-field h1 {
        color: #56565a;
        font-family: Montserrat,Arial,sans-serif;
        font-size: 2.143em;
        font-weight: 700;
        letter-spacing: -0.01em;
    }

    .ms-webpart-titleText {
        color: #56565a !important;
        font-family: Montserrat,Arial,sans-serif !important;
        font-size: 1.143em;
    }


    .banner_box1 {
        background: none repeat scroll 0 0 #0e788d;
        color: #ffffff;
        margin: 15px 0 0;
        padding: 11px 2px 10px 21px;
        text-decoration: none;
        width: 87%;
    }

    .banner_box2 {
        background: none repeat scroll 0 0 #dde2e8;
        color: #0e788d;
        margin: 0;
        padding: 17px 9px 12px 23px;
        text-decoration: none;
        width: 87%;
    }

    ul.footer {
        margin: 20px -5px 0;
    }

    .footer {
        margin: 0;
        padding: 0;
    }

        .footer li {
            display: inline-block;
            margin: 10px -18px 6px 4px;
            padding: 0;
            vertical-align: top;
            width: 49%;
        }

            .footer li::before {
                background-color: white;
                color: orange;
                display: inline-block;
                margin-right: 5px;
                padding: 5px;
            }

    ul.footer_social {
        margin: 20px 0 9px -5px;
    }

    .footer_social li {
        display: inline;
        padding: 0 30px 0 0;
    }

    .copyright {
        color: #fff;
        font-family: Montserrat,sans-serif;
        font-size: 11px;
        text-decoration: none;
    }

    .col-md-1.vline {
        display: none;
    }

    .row {
        /*      margin-left: -15px;
      margin-right: 0;*/
    }
    /*.navbar-inverse {
      background-color: #fff;
      border-bottom: medium none;
      border-radius: 0;
      min-height: 96px;
  }*/

    /* menu mouse hover */
    .ms-core-listMenu-horizontalBox li.static:hover > .ms-core-listMenu-item {
        color: #07819a;
    }

    #block-search-form {
        background-color: #07819a;
        margin: 0 auto;
        max-width: 1200px;
        margin-top: -1px;
    }

    .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item, .ms-navedit-editLinksText {
        color: #56565a;
        margin-right: -5px;
        padding-bottom: 0;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #s4-bodyContainer {
    }

    .col-sm-3.col-lg-2.ms-dialogHidden {
        display: none;
    }
    /*.navbar-inverse {
      background-color: #fff;
      border-radius: 0;
      min-height: 96px;
  }*/
    .container {
        max-width: 912px;
    }
    /*.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
      border-color: #101010;
      margin-left: calc(1% + -8px);
      margin-top: 57px;
  }*/
    ul.footer_social {
        font-size: 26px;
        margin: 12px 0 -1px -16px;
    }

    .row {
        padding: 0;
    }

    #Search .btn.active + #SearchBar {
        display: block;
        width: 869px;
    }

    .container.removepadding {
        padding-left: 15px;
        padding-right: 15px;
    }

    #block-search-form {
        margin-top: -1px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #s4-bodyContainer {
    }

    .col-sm-3.col-lg-2.ms-dialogHidden {
        display: none;
    }

    .container {
        max-width: 980px !important;
    }
        /*.navbar-inverse {
      background-color: #fff;
      border-radius: 0;
      min-height: 96px;
  }*/
        .container.removepadding {
            padding-left: 15px;
            padding-right: 15px;
        }

    #block-search-form {
        margin-top: -1px;
    }
}

@media (min-width: 1200px) {
    .col-sm-3.col-lg-2.ms-dialogHidden {
        display: none;
    }

    .container {
        max-width: 970px !important;
    }

    .footer_bg {
        width: 1200px;
    }
}




/*Static Header Styling*/

.bca-header {
    position: relative;
}

.bca-header {
}

.bca-logo {
    float: left;
}

.bca-searchbox {
    display: none;
}

.bca-searchbox-mobile {
    display: block;
    border: 1px solid #cccccd;
    width: 222px;
}

    .bca-searchbox-mobile input:hover {
        border: none;
        padding: 10px 0 10px 10px;
    }

    .bca-searchbox-mobile input {
        float: left;
        border: none;
        padding: 10px 0 10px 10px;
        color: #aaaaac;
    }

.bca-menu ul {
    margin: 0;
    padding-left: 0;
    list-style: none outside none;
}

    .bca-menu ul li {
        display: block;
        margin: 20px 0;
    }

        .bca-menu ul li a {
            color: #56565a;
            font-size: 14px;
            line-height: 20px;
            display: block;
            text-decoration: none;
        }

.bca-searchbox input:hover {
    border: none;
    padding: 10px 0 10px 10px;
}

.bca-searchbox input {
    float: left;
    border: none;
    padding: 10px 0 10px 10px;
    color: #aaaaac;
}

a.bca-searchbox-button {
    border: 0;
    background: #fff;
    display: block;
    height: 40px;
    width: 40px;
    padding: 10px;
    margin: 0;
    min-width: 0;
    cursor: pointer;
    float: right;
}

    a.bca-searchbox-button span {
        background-image: url('../Images/BCA-Icons-MagnifyingGlass.svg');
        background-repeat: no-repeat;
        height: 21px;
        width: 21px;
        display: inline-block;
        vertical-align: middle;
    }

@media (min-width: 768px) {

    .bca-searchbox {
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
        border: 1px solid #cccccd;
        width: 222px;
    }

    .bca-searchbox-mobile {
        display: none;
    }

    .bca-navbar {
        /*position: absolute;*/
        bottom: -5px;
        right: 0;
    }

    .bca-menu ul li {
        float: left;
        margin: 0;
        padding-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .bca-menu ul li {
        padding-left: 10px;
    }

        .bca-menu ul li a {
            font-size: 13px;
        }
}


/* ============ */
/* == STATIC FOOTER == */
/* ============ */


#footerStatic {
    width: 100%;
    background-color: #07819a;
    color: white;
    background-image: url('../Images/footer_bg_small_img.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
}

    #footerStatic, #footerStatic a {
        color: white;
        text-decoration: none;
    }

#footerStaticInnerContainer {
    padding-top: 22px;
    padding-bottom: 30px;
}

    #footerStaticInnerContainer #footerStaticMainLinks > a {
        font-size: 1.2em;
        margin-right: 12px;
    }

#footerStaticMainLinks {
    padding-top: 5px;
}

#footerStaticSecondaryLinks {
    padding-top: 6px;
}

#footerStaticInnerContainer #footerStaticSecondaryLinks > a {
    margin-right: 12px;
}

#footerStaticTertiaryLinks {
    padding-top: 30px;
}

#bottomStaticLinks {
    float: left;
}

    #bottomStaticLinks a {
        margin-left: 12px;
    }

/* Footer social */

#bottomStaticSocial {
    float: right;
    font-size: 24px;
    margin-top: -15px;
}

    #bottomStaticSocial span {
        cursor: pointer;
        /*opacity: 0.7;
  filter: alpha(opacity=70);*/
        padding-right: 10px;
        font-size: 20px;
    }

        #bottomStaticSocial span:hover {
            /*opacity: 1.0;
  filter: alpha(opacity=100);*/
        }

/* Footer condensed */

/* Grids
*/
.row.bca {
    background-color: #d7f4fa;
    padding: 20px 10px;
    margin-bottom: 25px;
    margin-right: -15px;
}

[class*='col-'].bca {
    background-color: #07819A;
    border-right: 10px solid #d7f4fa;
    border-left: 10px solid #d7f4fa;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    margin-top: 20px;
}

[class*='col-']:first-child {
    margin-top: 0;
}

[class*='col-']:last-child {
    /* border-right: none; */
}

@media (min-width: 768px) {
    [class*='col-'].bca {
        margin-top: 0;
    }
}

.placeholder {
    height: 100px;
    background: red;
}
/* //Grids
*/

@media (max-width: 767px) {

    #footerStaticInnerContainer {
        padding: 22px 20px 0;
        max-width: 450px;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
    }

    #footerStaticMainLinks {
        /*background-color: red !important;*/
        float: none;
        margin: 0 auto;
    }

        #footerStaticMainLinks > * {
            display: block;
        }

    #footerStaticInnerContainer #footerStaticMainLinks > a {
        padding-bottom: 10px;
        line-height: 32px;
    }

    #footerStaticSecondaryLinks {
        padding-top: 0;
    }

    #footerStaticTertiaryLinks {
        padding-top: 20px;
    }


    #footerStaticSecondaryLinks > a, #bottomStaticLinks > *, #bottomStaticLinks > a {
        float: none;
        display: inline-block;
        padding: 20px 0 0;
        width: 49%;
    }

    #bottomStaticLinks {
        float: none;
        font-size: 12px;
    }

    .hidden-mobile {
        display: none;
    }

    #bottomStaticSocial {
        margin: 30px 0 20px;
        padding-left: 10px;
        padding-right: 10px;
        float: none;
    }

        #bottomStaticSocial span {
            width: 35px;
            display: inline-block;
            font-size: 26px;
        }

        #bottomStaticSocial .footerStretch {
            width: 100%;
            display: inline-block;
            font-size: 0;
            line-height: 0;
        }
}


/* ============ */
/* == FOOTER == */
/* ============ */


.bca-footer {
    width: 100%;
    background-color: #07819a;
    color: white;
    background-image: url('../Images/footer_bg_small_img.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: 'Montserrat Regular','Helvetica', Arial,sans-serif;
    color: #56565a;
    font-size: 14px;
}

    .bca-footer, .bca-footer *, .bca-footer *:before, .bca-footer *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .bca-footer, .bca-footer a {
            color: white;
            text-decoration: none;
        }

.bca-footer-container {
    padding-top: 25px;
    padding-bottom: 30px;
}

    .bca-footer-container .bca-footer-main-links > a {
        font-size: 1.2em;
        margin-right: 24px;
    }

.bca-footer-main-links {
    padding-top: 5px;
}

    .bca-footer-main-links #DeltaBottomNavigation li {
        padding-left: 0;
    }

        .bca-footer-main-links #DeltaBottomNavigation li a {
            font-size: 1.2em;
            margin-right: 24px;
            color: #fff;
            font-weight: normal;
        }

.bca-footer-secondary-links {
    padding-top: 10px;
}

    .bca-footer-secondary-links > a {
        margin-right: 20px;
    }

.bca-footer-tertiary-links {
    padding-top: 30px;
}

.bca-footer-bottom-links {
    float: left;
}

    .bca-footer-bottom-links a {
        margin-left: 15px;
        font-size: 12px;
    }

.bca-footer-copyright {
    padding-right: 18px;
    border-right: 1px solid #fff;
}

/* Footer social */

.bca-footer-bottom-social {
    float: right;
    font-size: 24px;
    margin-top: -15px;
}

@media only screen and (min-width:768px) and (max-width:1024px)
{
    .bca-footer-bottom-social {
        margin-top: -50px;
    }
}

    .bca-footer-bottom-social span {
        cursor: pointer;
    }

    .bca-footer-bottom-social a {
        margin-right: 10px;
    }
/*
.icon-BCA-Social-Icons-facebook {
  background-image:url('../Images/BCA-Social-Icons-facebook.svg');
  height: 25px;
  width: 13px;
  display: inline-block;
  vertical-align: middle;
}

.icon-BCA-Social-Icons-twitter {
  background-image:url('../Images/BCA-Social-Icons-twitter.svg');
  height: 25px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.icon-BCA-Social-Icons-linkedin {
  background-image:url('../Images/BCA-Social-Icons-linkedin.svg');
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}

.icon-BCA-Social-Icons-youtube {
  background-image:url('../Images/BCA-Social-Icons-youtube.svg');
  height: 25px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}*/

.e-value-link {
    padding-right: 25px;
    background-image: url('../Images/BCA-Icons-ExternalLink.svg');
    background-position: 80px 0px;
    background-repeat: no-repeat;
}

.bca-footer-bottom-social .footerStretch {
    display: none;
}

/* Footer Mobile styles*/

@media (max-width: 767px) {

    .bca-footer-container {
        padding: 22px 20px 0;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        text-align:center;
    }

    .bca-footer-main-links {
        float: none;
        margin: 0 auto;
    }

        .bca-footer-main-links > * {
            display: block;
        }

    .bca-footer-container .bca-footer-main-links #DeltaBottomNavigation li > a {
        padding-bottom: 10px;
        line-height: 42px;
        margin-right: 0;
        text-align: center;
    }

    .bca-footer-tertiary-links {
        display:none;
    }

    .bca-footer-tertiary-links-mobile {
        display:inline-block;
        text-align: center;
    }

    .bca-footer-secondary-links-mobile {
        display: inline-block;
        text-align:center;
    }

    .footer-lowerpartlinks-mobile {
        font-size :12px;
    }
    .footer-lowerpartlinks-mobile >a {
        padding-right:5px;
    }

    .footer-seperator-mobile {
        color: #fff;
        display: inline-block !important;
    }

     .bca-footer-secondary-links-mobile > a {
         font-size:12px;
         padding-right:5px;
     }

    .bca-footer-secondary-links {
        display: none;
        padding-top: 0;
    }

    .bca-footer-tertiary-links {
        padding-top: 20px;
    }


    .bca-footer-secondary-links > a, .bca-footer-bottom-links > *, .bca-footer-bottom-links > a {
        float: none;
        display: inline-block;
        padding: 0;
        width: 49%;
        margin: 20px 0 0;
    }

        .bca-footer-secondary-links > a:nth-child(even), .bca-footer-bottom-links > *:nth-child(even) {
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
        }

    .bca-footer-bottom-links {
        float: none;
        font-size: 12px;
    }

        .bca-footer-bottom-links * {
            vertical-align: top;
            text-align: left;
        }

    .bca-footer-bottom-social {
        margin: 30px 0 20px;
        padding-left: 10px;
        padding-right: 10px;
        float: none;
    }

        .bca-footer-bottom-social span {
            width: 35px;
            display: inline-block;
            font-size: 26px;
        }

        .bca-footer-bottom-social .footerStretch {
            width: 100%;
            display: inline-block;
            font-size: 0;
            line-height: 0;
        }

    .bca-footer-copyright {
        border: none;
        padding-right: 0;
    }



    .bca-footer-bottom-social-mobile {
        margin: 30px 0 20px;
        padding-left: 10px;
        padding-right: 10px;
        float: none;
    }

        .bca-footer-bottom-social-mobile span {
            width: 35px;
            display: inline-block;
            font-size: 26px;
        }

        .bca-footer-bottom-social-mobile .footerStretch {
            width: 100%;
            display: inline-block;
            font-size: 0;
            line-height: 0;
        }

}


/*
////////////////////////////
///////Home Page////////////
////////////////////////////
*/

/*reset list styles*/


.home-page-layout .home-page-banner .ms-webpartzone-cell:last-child {
    margin-bottom: 0;
}



div[id*='WebPart'] .dfwp-column {
    padding-left: 0;
}

.dfwp-item .item {
    padding-left: 0;
}

.dfwp-item .description {
    clear: both;
}


.ms-webpart-titleText {
    padding-top: 16px;
}

.ms-webpartzone-cell {
    margin-bottom: 0;
}

.home-page-layout .ms-webpartzone-cell:last-child {
    margin-bottom: 40px;
}

.home-page-features .ms-webpartzone-cell:last-child {
    margin-bottom: 0;
}

/*2 column styling*/

.article-section {
    position: relative;
}

    .article-section .col-sm-6 {
        position: static;
    }

    .article-section .ms-webpart-zone {
        padding-bottom: 70px;
    }

    .article-section .ms-webpartzone-cell:last-child {
        position: absolute;
        bottom: 0;
        width: auto;
        display: block;
    }

.two-col [class*='col-'] {
    border-right: 1px solid #97d7d4;
    padding-right: 40px;
}

    .two-col [class*='col-']:last-child {
        border-right: none;
        padding-left: 45px;
    }

.two-column-page .column-one .ms-webpart-chrome-title h2 {
    text-transform: none;
}

.two-column-page, .landing-page {
    margin-bottom: 40px;
    min-height: 550px;
}

    .two-column-page > .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .two-column-page > .row .col-sm-8, .two-column-page > .row .col-sm-4 {
            padding-left: 10px;
            padding-right: 10px;
        }


    .two-column-page .column-one .ms-rte-embedcode {
        width: 100%;
    }

@media (max-width: 767px) {



    .ms-webpartzone-cell:last-child {
        margin-bottom: 30px;
    }

    .ms-webpart-titleText {
        padding-top: 10px;
    }

    .article-section .col-sm-6 {
        position: relative;
    }

    .two-col [class*='col-'] {
        padding-right: 15px;
        border-right: none;
    }

        .two-col [class*='col-']:last-child {
            padding-left: 15px;
        }

        .two-col [class*='col-']:first-child .ms-webpart-zone {
            border-bottom: 1px solid #97d7d4;
        }
}

.final-row {
    margin-bottom: 10px;
}

/* ============ */
/* == BANNER == */
/* ============ */


.banner-dark .subtext, .banner-dark .main-heading {
    color: #07819a;
}

.banner-light .subtext, .banner-light .main-heading {
    color: #fff;
}

.banner .button-large {
    margin-top: 20px;
}

.banner {
    padding: 30px 20px 0;
    margin: 0 auto;
}

.subtext {
    font-size: 20px;
}

    .subtext.wrap {
        width: 100%;
    }

.main-heading {
    font-size: 36px;
}

/*Banner Desktop*/

.banner-image {
    background-position: center top;
    position: relative;
    background-size: cover;
}

.AEBannerContainer {
    width: auto !important;
    /*   height: 400px !important; */
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

div[id*='AEtransbox'] {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    padding: 0 !important;
}

div[id*='photoDiv'] {
    top: auto !important;
    left: auto !important;
}

    div[id*='photoDiv'] img {
        max-width: 100% !important;
        max-height: 400px;
    }

div[id*='AERotator'] {
    /*   width: auto !important;
  height: auto !important;
  position: relative !important;
  top: auto !important;
  left:auto !important; */
    display: none;
}

@media (min-width: 980px) {
    .banner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {

    .banner-image {
        height: 400px;
    }

    .banner {
        padding-top: 30px;
        max-width: 940px;
        margin: 0 auto;
    }

    .subtext {
        font-size: 30px;
    }

        .subtext.wrap {
            width: 66%;
            line-height: 35px;
        }

    .main-heading {
        font-size: 96px;
    }

     .bca-footer-tertiary-links-mobile {
         display:none;
     }
}

@media (max-width: 767px) {
    .banner-image {
        padding-bottom: 40px;
    }
    /*   div[id*='photoDiv'] img {
      max-width: 100% !important;
      max-height: 340px;
  }*/
    .AEBannerContainer {
        /*     max-height: 340px; */
        height: auto !important;
    }
}




.column-lists .ms-webpartzone-cell {
    max-width: 940px;
    margin-bottom: 30px;
}

.column-lists h2.ms-webpart-titleText {
    text-align: center !important;
    margin-bottom: 10px;
}


.column-lists .dfwp-item {
    float: left;
    width: 25%;
    /* padding: 0 20px 0 0; */
}

    .column-lists .dfwp-item a {
        display: block;
        text-decoration: none;
    }

    .column-lists .dfwp-item .link-item {
        font-size: 16px;
        min-height: 50px;
    }

    .column-lists .dfwp-item .image-area-top ~ .link-item a {
        font-size: 18px;
        min-height: 50px;
    }

    .column-lists .dfwp-item .link-item a {
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
        min-height: 40px;
    }

    .column-lists .dfwp-item:last-child {
        padding-right: 0;
    }

    .column-lists .dfwp-item .image-area-top {
        height: 90px;
        line-height: 80px;
    }

        .column-lists .dfwp-item .image-area-top a {
            display: block;
        }

.column-lists .item:hover {
    background-color: #eef8f9;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.home-page-layout .column-lists .dfwp-item .link-item {
    padding: 0 20px;
}

/*See more services link*/

.see-more-button {
    margin: 0 20px;
}

    .see-more-button a.button-medium {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #07819a;
        color: #0485a0;
        text-align: center;
        text-decoration: none;
        padding: 10px 20px;
        width: 300px;
        display: block;
    }

.column-lists .ms-webpartzone-cell:last-child {
    margin-bottom: 40px;
}

.landing-page .intro-text {
    margin-bottom: 25px;
}

.landing-page .column-lists .ms-webpartzone-cell:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item {
        float: left;
        width: 33.33%;
        /* padding: 0px 25px; */
    }

        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item .item {
            padding-top: 0;
        }

        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item:nth-child(3n + 1) {
            clear: left;
        }

        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item:after {
            content: '';
            width: 140px;
            border-top: 4px solid #79d9ee;
            display: block;
            margin: 30px auto;
            text-align: center;
        }

        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item:nth-last-child(-n + 3):nth-child(3n + 1):after,
        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item:nth-last-child(-n + 3):nth-child(3n + 1) ~ li:after {
            display: none;
        }

        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item .link-item {
            font-size: 18px;
            min-height: 180px;
            padding: 15px 15px 0;
        }

            .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item .link-item .description {
                font-size: 14px;
                font-family: 'Montserrat Regular','Helvetica', Arial,sans-serif;
                /* padding-top:15px; */
            }

.column-lists .link-item .description {
    color: #56565a;
}

/*dark bg*/

.dark-bg.column-lists .item:hover {
    background-color: #399aad;
}

.dark-bg.column-lists .description {
    color: white;
}

.two-column-page .column-lists .ms-webpartzone-cell {
    max-width: 940px;
    margin-bottom: 30px;
}

.two-column-page .column-lists ul {
    border-top: 1px solid #07819a;
    margin-top: 30px;
}

.two-column-page .column-lists .dfwp-item {
    float: left;
    width: 48%;
}

    .two-column-page .column-lists .dfwp-item:nth-child(odd) {
        margin-right: 1%;
    }

    .two-column-page .column-lists .dfwp-item:nth-child(even) {
        margin-left: 1%;
    }

.two-column-page .column-lists .dfwp-item {
    float: left;
    width: 48%;
    border-bottom: 4px solid #79d9ee;
    min-height: 210px;
}

    .two-column-page .column-lists .dfwp-item:nth-child(odd) {
        clear: left;
    }

    .two-column-page .column-lists .dfwp-item .centered {
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.two-column-page .column-lists .link-item .description {
    font-size: 14px;
}

.two-column-page .column-lists .dfwp-item .link-item {
    min-height: 170px;
    padding: 0 20px;
}

.two-column-page .column-lists .dfwp-item:nth-last-child(-n + 2):nth-child(2n + 1),
.two-column-page .column-lists .dfwp-item:nth-last-child(-n + 2):nth-child(2n + 1) ~ li {
    border-bottom: none;
}

.two-column-page .column-lists .dfwp-item {
    padding: 20px 0;
}

    .two-column-page .column-lists .dfwp-item .link-item a {
        font-size: 18px;
        margin-bottom: 10px;
        display: inline-block;
        min-height: 0;
    }

@media (max-width: 767px) {

    /*dark bg*/

    .dark-bg.column-lists a:hover {
        background-color: transparent;
    }


    .column-lists .ms-webpartzone-cell {
        margin-bottom: 0;
    }

    .column-lists div[id*='WebPart'] .dfwp-column {
        padding-left: 20px;
    }

    .column-lists .dfwp-list {
        padding: 10px 20px;
    }

    .column-lists .dfwp-item {
        float: none;
        width: 100%;
        padding: 0;
        border-bottom: 4px solid #79d9ee;
    }

        .column-lists .dfwp-item:last-child {
            border-bottom: none;
        }

        .column-lists .dfwp-item .centered {
            text-align: left;
        }

        .column-lists .dfwp-item .item {
            display: table;
            width: 100%;
            padding: 30px 0;
        }

        .column-lists .dfwp-item .link-item a {
            padding-left: 0;
            min-height: 0;
        }

        .column-lists .dfwp-item .image-area-top {
            display: table-cell;
            width: 35%;
            text-align: center;
            vertical-align: middle;
            height: auto;
            line-height: normal;
        }

        .column-lists .dfwp-item .link-item {
            vertical-align: middle;
            display: table-cell;
            min-height: 0;
        }

    .column-lists a:hover {
        background-color: transparent;
    }

    .column-lists .link-item .description {
        padding-top: 10px;
    }
    /*See more services link*/
    /*   .column-lists .ms-webpartzone-cell:last-child {
    padding: 0 40px;
  } */

    .landing-page .column-lists .ms-webpartzone-cell:first-child {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item:after, .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item:nth-last-child(-n + 3):nth-child(3n + 1):after,
        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item:nth-last-child(-n + 3):nth-child(3n + 1) ~ li:after {
            display: none;
        }

        .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item {
            float: none;
            width: 100%;
            min-height: 100px;
            padding-left: 0;
        }

            .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item .link-item a {
                min-height: 0;
                margin-bottom: 0;
            }

            .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item .item {
                padding: 30px 0;
            }

            .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item:nth-child(4n) {
                clear: none;
            }

            .landing-page .column-lists .ms-webpartzone-cell:first-child .dfwp-item .link-item {
                padding-top: 0;
            }

    .two-column-page .column-lists .dfwp-item:nth-child(odd) {
        margin-right: 0;
    }

    .two-column-page .column-lists .dfwp-item:nth-child(even) {
        margin-left: 0;
    }

    .two-column-page .column-lists div[id*='WebPart'] .dfwp-column {
        padding-left: 0;
    }

    .two-column-page .column-lists .dfwp-item {
        width: 100%;
        min-height: 0;
        padding: 0;
    }

    .two-column-page .column-lists .dfwp-list {
        padding: 0;
    }

    .two-column-page .column-lists .ms-webpartzone-cell:last-child {
        padding: 0;
    }

    .two-column-page .column-lists .dfwp-item:nth-last-child(-n + 2):nth-child(2n + 1),
    .two-column-page .column-lists .dfwp-item:nth-last-child(-n + 2):nth-child(2n + 1) ~ li {
        border-bottom: 4px solid #79d9ee;
    }

    .two-column-page .column-lists .dfwp-item:nth-last-child(-n+2) {
        border-bottom: 4px solid #79d9ee;
    }

    .two-column-page .column-lists .dfwp-item:last-child {
        border-bottom: none !important;
    }

    .two-column-page .column-lists .dfwp-item .centered {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}



@media (max-width: 480px) {
    .column-lists .dfwp-item .image-area-top {
        width: 25%;
        vertical-align: top;
        padding-top: 5px;
    }

        .column-lists .dfwp-item .image-area-top img {
            max-width: 50px;
            max-height: 50px;
        }
}

/*Search for property*/

.dark-bg {
    background-color: #07819a;
    color: #fff;
}

    .dark-bg h2, .dark-bg h3 {
        color: #fff;
    }

    .dark-bg a {
        color: #fff;
        /* display: block; */
    }

.light-bg {
    background-color: #e0f3f2;
}

.search-for-property {
    padding-top: 16px;
    padding-bottom: 40px;
    background-image: url('../Images/mountain-large-bg.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

    .search-for-property h3 {
        font-size: 30px;
    }

    .search-for-property p {
        font-size: 16px;
        margin-bottom: 20px;
    }

@media (max-width: 767px) {
    .search-for-property {
        padding-top: 6px;
        padding-bottom: 30px;
    }

        .search-for-property h3 {
            font-size: 26px;
        }
}

/*Data Styling*/

.property-data {
    background: url("../Images/data-property-info-bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    background-size: cover;
}

    .property-data .row {
        border-top: 2px solid #fff;
    }

        .property-data .row:first-child {
            border-top: none;
        }

    .property-data .col-xs-12 {
        padding-top: 10px;
        padding-bottom: 10px;
    }


.number {
    color: #07819a;
    font-family: 'Montserrat Bold', 'Helvetica Bold', 'Arial Bold', sans-serif bold;
    font-size: 26px;
}

.has-right-panel .desc {
}

.has-right-panel .number {
    font-size: 30px;
    display: block;
    line-height: 2em;
}

.has-right-panel .left-panel {
    height: 95px;
    padding-top: 15px;
}

.has-right-panel .right-panel {
    background-color: #07819a;
    color: #fff;
    height: 95px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .has-right-panel .right-panel .number {
        color: #fff;
    }


@media (max-width: 767px) {

    .property-data {
        padding: 0;
        margin: 0 -15px;
        width: auto;
    }

        .property-data .row {
            margin: 0;
        }

    .number, .has-right-panel .number {
        font-size: 22px;
    }

    .has-right-panel .right-panel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*
//////////////////
///Market Trends//
//////////////////
*/

.article-section-market .image-area-left {
    max-height: 77px;
    overflow: hidden;
}

    .article-section-market .image-area-left img {
        width: 140px;
    }


.article-section-market .dfwp-list .dfwp-item:first-child {
    min-height: 120px;
}

    .article-section-market .dfwp-list .dfwp-item:first-child img {
        display: block;
        padding-top: 4px;
    }

.article-section-market .dfwp-list .dfwp-item .item {
    padding-bottom: 10px;
    overflow: hidden;
}

.article-section-market .dfwp-list .dfwp-item img {
    display: none;
}

.article-section-market .dfwp-list .dfwp-item:first-child .link-item {
    margin-left: 160px;
}

.article-section-market .dfwp-list .dfwp-item .description {
    display: none;
}

.article-section-market .dfwp-list .dfwp-item:first-child .description {
    display: block;
    /*padding-top:10px;*/
    margin-top: 7px;
}

.article-section-market .dfwp-list .dfwp-item:first-child a {
    font-size: 16px;
}

.article-section-market .dfwp-list .dfwp-item .date {
    font-size: 14px;
}

.article-section-news .dfwp-list a {
    font-size: 16px;
}

/*
.article-section-news .image-area-left img {
  width: 140px;
}*/

.article-section-news .image-area-left img,
.article-section-market .dfwp-list :first-child.dfwp-item img {
    width: 140px;
    height: 77px;
    margin-bottom: 15px;
    margin-right: 10px;
}




@media (max-width: 480px) {
    .article-section-market .dfwp-list .dfwp-item:first-child .image-area-left {
        position: relative;
        top: auto;
        left: auto;
        margin-right: 0px;
        width: 100%;
        padding-bottom: 20px;
    }

    .article-section-market .dfwp-list .dfwp-item:first-child .link-item {
        margin-left: 0;
    }
}

/*About Us*/

.about .button-medium {
    margin-top: 20px;
    background-color: transparent;
}

@media (max-width: 780px) {
    .about .button-medium {
        width: 200px !important;
    }
}

/*BC Assessment*/

.twitter h2 span:first-child:before {
    content: "\e614";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #55acee;
    font-size: 22px;
    margin-right: 12px;
    top: 2px;
    position: relative;
}


/*career opportunity content block*/

.career-opportunity {
    padding-top: 16px;
    padding-bottom: 40px;
    background-image: url('../Images/careers-webpart-bg.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

    .career-opportunity .col-sm-3 {
        padding-left: 0;
    }

    .career-opportunity .button {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }



@media (max-width: 767px) {
    .career-opportunity .button {
        width: 220px !important;
    }
}

.column-lists .ms-WPBody {
    position: relative;
}


/*Region List*/

.region-list .ms-webpartzone-cell {
    margin-top: 53px;
}

.region-list .dfwp-item {
    float: left;
    width: 50%;
    padding-right: 4%;
}

    .region-list .dfwp-item:first-child p {
        position: absolute;
        padding-right: 20px;
    }

    .region-list .dfwp-item:first-child .item {
        padding-top: 55px;
    }

    .region-list .dfwp-item:nth-child(2) {
        padding-top: 49px;
    }

    .region-list .dfwp-item:nth-child(odd) {
        clear: left;
    }

/*pit landing page news*/

.pit-main-section > .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .pit-main-section > .row .col-sm-8, .pit-main-section > .row .col-sm-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

.pit-main-section .col-sm-8 h2 {
    text-transform: none;
    font-size: 22px;
    margin-top: 0;
}

.pit-landing-page .page-content {
    margin-bottom: 10px;
}

.pit-landing-page .pit-main-section, .pit-landing-page .pit-news {
    margin-bottom: 40px;
}

.pit-news .dfwp-item {
    float: left;
    width: 50%;
    padding-right: 2%;
}

    .pit-news .dfwp-item .image-area-left {
        padding-top: 5px;
    }

        .pit-news .dfwp-item .image-area-left img {
            width: 140px;
        }

.pit-news .dfwp-list .dfwp-item .date {
    text-transform: uppercase;
    font-size: 10px;
}

.pit-news .dfwp-list .dfwp-item .description {
    padding-top: 10px;
    ;
}

.pit-news .dfwp-item .link-item {
    margin-left: 160px;
}

.pit-news .ms-webpartzone-cell:last-child {
    margin-top: 30px;
}

.pit-features .ms-webpartzone-cell:last-child {
    margin-bottom: 0;
}


.pit-news .dfwp-list a {
    font-size: 16px;
}

@media (max-width: 480px) {
    .pit-news .dfwp-list .dfwp-item .image-area-left {
        position: relative;
        top: auto;
        left: auto;
        margin-right: 0px;
        width: 100%;
        padding-bottom: 20px;
    }

    .pit-news .dfwp-list .dfwp-item:first-child {
        margin-bottom: 10px;
    }

    .pit-news .dfwp-list .dfwp-item .link-item {
        margin-left: 0;
    }

    .pit-news .ms-webpartzone-cell:last-child {
        margin-top: 20px;
    }
}



@media (max-width: 767px) {

    .region-list .ms-webpartzone-cell {
        margin-top: 0;
    }

    .pit-news {
        padding: 0 20px;
    }

        .pit-news .row {
            margin: 0;
        }

        .pit-news .dfwp-item {
            float: none;
            width: 100%;
            padding-right: 0;
        }
}

/*
/////////////////////////////////////////////////////////////
//////////////IGNORE//////////////////////////////////////
/////////////////////////////////////////////////////////////
*/


.data-assessment.panel {
    padding: 10px 20px 20px;
}

.data-assessment h3 {
    color: #56565a;
}
/*Table styles*/



table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
}

.tablesaw {
    border-collapse: collapse;
    width: 100%;
}

/* Structure */

.tablesaw {
    border: 0;
    padding: 0;
}

    .tablesaw th,
    .tablesaw td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 10px 0 0;
    }

    .tablesaw thead tr:first-child th {
        padding-top: .9em;
        padding-bottom: .7em;
    }



table.tablesaw tbody th {
    font-weight: bold;
}

table.tablesaw thead th,
table.tablesaw thead td {
    color: #444;
    font-size: .9em;
}

.tablesaw th,
.tablesaw td {
    line-height: 1.3em;
    text-align: left;
    vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
    vertical-align: middle;
    /* font-size: 1.17em; */
    /* 19px */
}

    .tablesaw td .btn,
    .tablesaw tbody th .btn {
        margin: 0;
    }

.tablesaw thead {
    border-bottom: 1px solid #0e788d;
    padding-bottom: 10px;
}

    .tablesaw thead th {
        font-weight: 100;
        color: #777;
        /* text-transform: uppercase; */
        text-shadow: 0 1px 0 #fff;
        text-align: left;
    }

    .tablesaw thead tr:first-child th {
        font-weight: normal;
        /* font-family: sans-serif; */
        /* border-right: 1px solid #e4e1de; */
    }


/* Stack */

.tablesaw-cell-label-top {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: normal;
}

.tablesaw-cell-label {
    /* font-size: .65em; */
    /* text-transform: uppercase; */
    /* color: #888; */
    /* font-family: sans-serif; */
}

@media (min-width: 40em) {
    .tablesaw td {
        line-height: 2em;
    }
}

@media only all {
    .tablesaw-swipe .tablesaw-cell-persist {
        border-right: 1px solid #e4e1de;
    }

    .tablesaw-swipe .tablesaw-cell-persist {
        -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
        box-shadow: 3px 0 4px -1px #e4e1de;
    }
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
    /* border-bottom: 1px solid #dfdfdf; */
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
    /* Show the table cells as a block level element */

    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block;
    }

    .tablesaw-stack tr {
        clear: both;
        display: table-row;
    }

    /* Make the label elements a percentage width */

    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        width: 35%;
        display: inline-block;
        font-family: 'Montserrat Bold',sans-serif;
    }

    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

    .tablesaw-stack th .tablesaw-cell-label-top,
    .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
    }

    .tablesaw-cell-label {
        display: block;
    }

    /* Avoid double strokes when stacked */

    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }

    /* Avoid double strokes when stacked */

    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
}

@media (max-width: 39.9375em) {

    .data-assessment.panel {
        padding: 0 20px;
    }




    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none;
    }

    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%;
        padding: 10px 0;
    }

        .tablesaw-stack tbody td:first-child {
            padding-top: 20px;
        }

        .tablesaw-stack tbody td:last-child {
            padding-bottom: 20px;
        }

    .tablesaw-cell-label {
        vertical-align: top;
    }

    .tablesaw-cell-content {
        max-width: 67%;
        display: inline-block;
    }

    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none;
    }

    .tablesaw thead {
        border-bottom: none;
    }


    .tablesaw-stack tbody tr {
        border-top: 1px solid #0e788d;
        /* margin-top: 10px; */
    }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
    .tablesaw-stack tr {
        display: table-row;
        /* padding-bottom: 10px; */
    }

    /* Show the table header rows */

    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }

        /* Hide the labels in each cell */

        .tablesaw-stack td .tablesaw-cell-label,
        .tablesaw-stack th .tablesaw-cell-label {
            display: none !important;
        }
}

.tablesaw-fix-persist {
    table-layout: fixed;
}

@media only all {
    /* Unchecked manually: Always hide */

    .tablesaw-swipe th.tablesaw-cell-hidden,
    .tablesaw-swipe td.tablesaw-cell-hidden {
        display: none;
    }
}

.btn.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
    position: relative;
    /* for dialog positioning */
}

    .tablesaw-columntoggle-btnwrap .dialog-content {
        padding: .5em;
    }

.tablesaw-columntoggle tbody td {
    line-height: 1.5;
}


.tablesaw thead tr th:nth-child(1) {
    width: 10%;
}

.tablesaw thead tr th:nth-child(2) {
    width: 40%;
}

.tablesaw thead tr th:nth-child(3) {
    width: 25%;
}

.tablesaw thead tr th:nth-child(4) {
    width: 25%;
}

.reusable-content p {
    margin: 0;
    padding: 0;
}

.reusable-content h4 {
    margin: 0;
    padding: 0;
}

.office-info .reusable-content div:first-child > h5 {
    margin-top: 10px;
}

.reusable-content h5 {
    margin: 20px 0 0;
    padding: 0;
}

.two-column-content p {
    margin: 0;
    padding: 0;
}

.two-column-content div div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 15px;
}

.two-column-content div.two-column-section div:nth-child(even) {
    clear: left;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 0;
}

.two-column-page .two-column-features .ms-webpartzone-cell {
    border-bottom: 1px solid #37a3bd;
    padding-bottom: 30px;
}

    .two-column-page .two-column-features .ms-webpartzone-cell:last-child {
        border-bottom: none;
        margin-bottom: 40px;
    }

.two-column-page .two-column-features .image-area-left img {
    width: auto;
}

@media (max-width: 767px) {

    .two-column-page .page-content img {
        max-width: 100%;
    }

    .panel.reusable-content {
        padding-bottom: 20px;
    }

    .reusable-content p br {
        display: none;
    }

    .reusable-content p + h4 {
        margin-top: 20px;
    }

    .two-column-page .page-content img {
        max-width: 100%;
    }

    .two-column-content div div {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .office-info .reusable-content div:first-child > h5 {
        margin-top: 20px;
    }

    .reusable-content [class*='col-']:last-child {
        margin-top: 20px;
    }
}


/*//////////////////
/////SIDENAV styling/////
//////////////////*/


.column-two .ms-webpart-titleText {
    padding-top: 0;
    margin-top: 0;
}

.column-two .ms-webpart-zone {
    margin-bottom: 20px;
}

.column-two .ms-webpartzone-cell {
    margin-bottom: 20px;
}

.column-two .ms-core-listMenu-verticalBox {
    margin: 0 0 25px;
    padding: 25px 20px 25px;
}

.column-two [id*="RootAspMenu"] {
    padding: 0;
    margin: 0;
    /* margin-bottom: 20px; */
}

    .column-two [id*="RootAspMenu"] ul, .column-two [id*="RootAspMenu"] li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .column-two [id*="RootAspMenu"] ul {
        display: none;
    }

    .column-two [id*="RootAspMenu"] > li.selected ul {
        display: block;
    }

    .column-two [id*="RootAspMenu"] a:hover {
        background-color: transparent;
        color: #07819a;
    }

    .column-two [id*="RootAspMenu"] a.ms-core-listMenu-item {
        font-family: 'Montserrat Regular','Helvetica', Arial,sans-serif;
        margin: 10px 0 0;
        padding: 0;
        color: #07819a;
    }

    .column-two [id*="RootAspMenu"] ul a.ms-core-listMenu-item {
        padding-left: 20px !important;
        font-size: 13px;
    }

    .column-two [id*="RootAspMenu"] a.ms-core-listMenu-item.selected {
        font-weight: normal;
    }

    .column-two [id*="RootAspMenu"] li.selected li:last-child a {
        margin-bottom: 14px;
    }

.services-products .column-two [id*="RootAspMenu"] li.selected {
    display: none;
}

@media (min-width: 768px) {

    .column-two .ms-core-listMenu-verticalBox button {
        display: none;
    }

    .column-two .ms-core-listMenu-verticalBox .collapse {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 767px) {

    .column-two .ms-webpart-zone {
        margin-bottom: 0;
    }

    .column-two .ms-webpartzone-cell {
        margin-bottom: 0;
    }

        .column-two .ms-webpartzone-cell:last-child {
            margin-bottom: 0;
        }

    .column-two .ms-core-listMenu-verticalBox .collapse {
        display: none;
    }

    .column-two .ms-core-listMenu-verticalBox .ms-webpart-chrome-title {
        padding: 15px 60px 15px 20px;
        background-color: #e0f3f2;
        line-height: 1em;
        margin: 0 -20px 0px;
        /* border-top: 2px solid white; */
    }

        .column-two .ms-core-listMenu-verticalBox .ms-webpart-chrome-title.toggle-open {
            background-color: #fff;
        }

        .column-two .ms-core-listMenu-verticalBox .ms-webpart-chrome-title h2 {
            padding: 0;
            margin: 0;
            color: #07819a !important;
        }

    .column-two .ms-core-listMenu-verticalBox {
        margin: 0 -15px;
        padding-bottom: 0;
    }

        .column-two .ms-core-listMenu-verticalBox .ms-webpart-chrome-title button {
            display: block;
            border: none;
            color: #07819a;
            font-size: 1em;
            margin-left: 0;
            min-width: 0;
            padding: 0;
            width: 20px;
            height: 20px;
            background-color: transparent;
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -12px;
        }

    .column-two [id*="RootAspMenu"] > li:last-child {
        margin-bottom: 20px;
    }
}

/*//////////////////
/////SEARCH PAGE////
//////////////////*/

#DeltaPlaceHolderMain:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    /* width: 100%; */
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Reports Lists */

.ms-InlineSearch-DivBaseline {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ms-InlineSearch-Outline-Empty {
    border: none;
}


.ms-InlineSearch-Outline-Filled {
    border: none;
}

.ms-InlineSearch-Outline-Baseline {
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
    outline: none;
    border: 1px solid #07819a;
}

    .ms-InlineSearch-Outline-Baseline input, .ms-InlineSearch-Outline-Baseline input:hover {
        /* display:none; */
        border: none;
    }

input.ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline {
    padding: 12px;
    width: 245px;
    height: auto;
}

.ms-inlineSearch-searchImgSpanStandard, .ms-inlineSearch-searchImgSpanBase {
    background-color: transparent;
    border: none;
    margin: 0 10px;
    width: 26px;
    height: 26px;
}

    .ms-inlineSearch-searchImgSpanBase img {
        height: 0;
        width: 0;
        background-image: url('../Images/BCA-Icons-List-Search.svg');
        padding: 14px;
        background-repeat: no-repeat;
        top: 2px;
        left: 0;
    }

        .ms-inlineSearch-searchImgSpanBase img.ms-inlineSearch-cancelImg, .ms-inlineSearch-searchImgSpanBase img.ms-inlineSearch-cancelImgHover {
            background-image: url('../Images/BCA-Icons-Remove-Search.svg');
            top: 0;
            left: 0;
        }

.ms-inlineSearch-searchImgSpanHoverHighlight, .ms-inlineSearch-imgHoverHighlight {
    background-color: transparent;
    border: none;
}


[summary="Publications"].ms-listviewtable, [summary="Related Links & Resources"].ms-listviewtable {
    /* table-layout: fixed; */
    word-wrap: break-word;
    width: 100%;
}

    [summary="Publications"].ms-listviewtable td.ms-vb-icon {
        padding: 20px 0 20px 20px;
    }

    [summary="Publications"].ms-listviewtable td, [summary="Related Links & Resources"].ms-listviewtable td {
        white-space: normal;
        padding: 0;
    }

    [summary="Publications"].ms-listviewtable .ms-viewheadertr, [summary="Related Links & Resources"].ms-listviewtable .ms-viewheadertr {
        display: none;
    }


    [summary="Publications"].ms-listviewtable tbody, [summary="Related Links & Resources"].ms-listviewtable tbody {
        position: relative;
    }

        [summary="Publications"].ms-listviewtable tbody .ms-vb2 a, [summary="Related Links & Resources"].ms-listviewtable tbody .ms-vb2 a {
            color: #07819a;
            display: block;
            padding: 20px;
        }

    [summary="Publications"].ms-listviewtable .ms-gb, [summary="Related Links & Resources"].ms-listviewtable .ms-gb {
        padding: 0;
        background-color: #07819a;
        border-bottom: 2px solid #fff;
        color: #fff;
        font-weight: normal;
        font-family: 'Montserrat Bold', 'Helvetica Bold', Arial Bold, sans-serif bold;
        font-size: 18px;
        position: relative;
        padding: 20px 55px 20px 20px;
        height: auto;
    }

        [summary="Publications"].ms-listviewtable .ms-gb a, [summary="Related Links & Resources"].ms-listviewtable .ms-gb a {
            color: #fff;
        }

        [summary="Publications"].ms-listviewtable .ms-gb a, [summary="Related Links & Resources"].ms-listviewtable .ms-gb a {
            color: #fff;
        }

            [summary="Publications"].ms-listviewtable .ms-gb a span, [summary="Related Links & Resources"].ms-listviewtable .ms-gb a span {
                position: absolute;
                right: 20px;
            }

/*Related Links & Resources*/

[summary="Related Links & Resources"] .ms-itmHoverEnabled td.ms-cellstyle {
    padding: 0px;
}

.ms-commentexpand-icon {
    height: 0;
    width: 0;
    background-image: url('../Images/BCA-Icons-Plus.svg');
    padding: 10px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
}

.ms-commentcollapse-icon {
    height: 0;
    width: 0;
    background-image: url('../Images/BCA-Icons-Minus-white.svg');
    padding: 10px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
}

.ms-commentexpand-iconouter, .ms-commentcollapse-iconouter {
    height: 20px;
    width: 20px;
}

.ms-gbload {
    background-color: #e0f3f2;
    padding: 20px;
    height: auto;
}

.ms-itmHoverEnabled td {
    background-color: #e0f3f2;
    padding: 20px 20px 20px 0px;
}

.ms-itmHoverEnabled .ms-vb-icon {
    width: 40px;
    padding-left: 20px;
}

.ms-itmHoverEnabled .ms-vb-lastCell {
    padding-left: 0;
}

.ms-itmHoverEnabled:hover > * {
    background-color: #eef8f8;
}

.ms-vb2 a.ms-listlink {
    color: #07819a;
    word-break: break-all;
}

@media (max-width: 767px) {

    table.ms-listviewtable > tbody > tr > td {
        float: none;
        display: table-cell;
        border-bottom: 2px solid #fff !important;
    }

    input.ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline {
        width: 220px;
    }
}

/*Search Results Page*/

.two-column-page #SearchBox {
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0 vertical-align: middle;
    outline: none;
    border: 1px solid #07819a;
}

.ms-srch-siteSearchResults .ms-srch-sb-navLink {
    display: none;
}

.two-column-page #SearchBox .ms-srch-sb-searchLink {
    opacity: 0;
}

.two-column-page #SearchBox:before {
    top: 10px;
    font-size: 28px;
}

.two-column-page #SearchBox input[type=text] {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: 0 0 0;
    border-radius: 0;
    padding: 12px;
    width: 260px;
    height: auto;
}

.ms-srch-item:hover {
    background-color: transparent;
}

.ms-srch-sbLarge {
}

.ms-srch-result {
    margin-top: 30px !important;
}

    .ms-srch-result #UpScopeLinkTop, .ms-srch-result #ResultHeader {
        display: none !important;
    }

    .ms-srch-result .ms-srch-item {
        width: 100%;
        border-bottom: 1px solid #99d7d6;
        margin: 0px;
        /* padding-bottom:25px; */
        /* padding-top: 25px; */
        padding: 25px 20px;
    }

        .ms-srch-result .ms-srch-item:first-child {
            border-top: 1px solid #99d7d6;
        }

    .ms-srch-result .ms-srch-item-preview-path, .ms-srch-result .ms-srch-item-path {
        color: #07819a;
        width: auto;
        word-break: break-all;
    }

    .ms-srch-result #ResultFooter {
        display: none;
    }

/*side nav*/

.ms-ref-refiner .ms-ref-refinername:link, .ms-ref-refiner .ms-ref-refinername:visited {
    text-transform: uppercase;
    font-size: 22px;
    width: auto;
}

.ms-ref-name {
    color: inherit;
}

.ms-srch-result .ms-srch-upscope-bottom {
    width: auto !important;
    margin-bottom: 20px;
}

.ms-srch-result .ms-srch-item-summary {
    padding-bottom: 10px;
    clear: left;
}

.ms-srch-result .ms-srch-item-icon {
    float: left;
    padding-right: 10px;
}

.ms-srch-result h3 {
    margin-top: 0;
}

.ms-srch-result .ms-srch-ellipsis {
    white-space: normal;
}

.ms-srch-hover-action a.ms-calloutLink {
    font-family: 'Montserrat Regular','Helvetica', Arial,sans-serif;
    text-transform: none;
    color: #07819a;
}

.ms-srch-result .ms-srch-Paging #PagingSelf a {
    padding: 0px;
    top: 0;
}

.ms-srch-result .ms-srch-Paging #PagingLink a {
    padding: 5px 12px 5px;
    top: 0;
}

.ms-srch-result .ms-srch-Paging #PagingLink {
    display: inline-block;
}

#Refinement .ms-ref-refiner #Value > a, #Refinement .ms-ref-refiner .ms-ref-name {
    color: #0485a0;
}

.ms-advsrchtips {
    display: none;
}


@media (max-width: 767px) {

    .ms-srch-result .ms-srch-item-summaryPreview {
        width: auto;
    }

    .ms-srch-result .ms-srch-item-previewContainer {
        width: auto;
        float: none;
    }

    .ms-srch-hover-outerContainer {
        display: none !important;
    }

    .two-column-page #SearchBox {
        float: none;
        width: 280px;
    }

        .two-column-page #SearchBox:before {
            left: auto;
            right: 10px;
            position: absolute;
        }

    .ms-srch-result {
        margin-top: 0 !important;
    }

    .two-column-page #SearchBox input[type=text] {
        width: 225px;
    }
}



/*Stated Cases*/

[summary="Stated Cases"] .ms-itmHoverEnabled td.ms-cellstyle:nth-child(2) {
    min-width: 80px;
}

/*Glossary Page*/

[summary="Glossary of Terms"] .ms-itmHoverEnabled td {
    background-color: transparent;
}

[summary="Glossary of Terms"] .ms-viewheadertr {
    display: table-row;
}

.ms-promlink-button {
    width: auto;
    height: auto;
}

.ms-promlink-button-enabled {
    border: none;
}

    .ms-promlink-button-enabled:hover {
        background-color: transparent;
    }

.ms-promlink-button-image {
    width: 27px;
    height: 22px;
}

    .ms-promlink-button-image img {
        height: 0px;
        padding: 11px 13px;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }

    .ms-promlink-button-image .ms-promlink-button-left {
        background-image: url('../Images/BCA-Icons-Arrow-right-turq.svg');
    }

    .ms-promlink-button-image .ms-promlink-button-right {
        background-image: url('../Images/BCA-Icons-Arrow-left-turq.svg');
    }

    .ms-promlink-button-image .ms-promlink-button-left:hover {
        background-image: url('../Images/BCA-Icons-Arrow-right-black.svg');
    }

    .ms-promlink-button-image .ms-promlink-button-right:hover {
        background-image: url('../Images/BCA-Icons-Arrow-left-black.svg');
    }


/*News Page Styling*/

.item-newspage {
    border-top: 1px solid #97d7d4;
    padding: 30px 0px;
}

.listings-page .dfwp-item:last-child .item-newspage {
    border-bottom: 1px solid #97d7d4;
}

.item-newspage .date {
    color: #828285;
    padding: 15px 0;
}

.item-newspage .link-item {
    font-size: 18px;
    font-family: 'Montserrat Bold', 'Helvetica Bold', Arial Bold, sans-serif bold;
}

.item-newspage .article-teaser:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.item-newspage .image-area-left {
    padding-right: 20px;
}

    .item-newspage .image-area-left img {
        width: 140px;
    }


.listings-page {
    margin-bottom: 50px;
}

    .listings-page .column-two .groupheader {
        display: none;
    }

    .listings-page .column-two {
        margin-top: 60px;
    }

        .listings-page .column-two .dfwp-item .dfwp-item {
            display: none;
        }

        .listings-page .column-two .dfwp-item .item-archive-year {
            padding: 5px 0px;
        }

        .listings-page .column-two .dfwp-item .dfwp-item:first-child {
            display: block;
        }

    .listings-page .column-two {
        margin-top: 60px;
    }

@media (max-width: 767px) {
    .listings-page .column-two {
        margin-top: 0;
    }
}

/*article page styling*/

.article-page .article-date {
    padding-bottom: 20px;
    margin-top: -10px;
}



/*article image styling for mobile*/

@media (max-width: 480px) {

    .item-newspage .image-area-left {
        padding-bottom: 20px;
    }

        .article-section-market .image-area-left img, .image-area-left img, .item-newspage .image-area-left img, .pit-news .dfwp-item .image-area-left img {
            width: 100%;
        }
}

/*Overwrite bootstrap styling*/

@media (max-width: 769px) {
    .ms-core-listMenu-horizontalBox li.static:hover > .ms-core-listMenu-item {
        color: #07819a;
    }

    .ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li {
        display: block;
        float: left;
    }

    /*.input-group {
    display: block;
  }*/

}

@media (max-width: 767px) {
    .ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li {
        display: block;
        float: none;
        position: relative;
    }

    .bca-footer .ms-core-listMenu-horizontalBox ul, .bca-footer .ms-core-listMenu-horizontalBox li {
        display: block;
        float: left;
    }

    .input-group {
        display: block;
    }
}

@media (max-width: 767px) {

    .bca-footer .ms-core-listMenu-horizontalBox ul, .bca-footer .ms-core-listMenu-horizontalBox li {
        display: block;
        float: none;
        position: relative;
    }

    .input-group {
        display: none;
    }
}


/* media print */
@media print {

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        zoom: 1;
    }
    /*
  *   Provide a gutter for the page
  */


    @page {
        margin: 1cm 0.5cm;
    }

    /*
  *   Ensure we are using a system font, Firefox appears to have issues rendering
  *   large chunks of text in the custom font we have for print.
  */
    html, body {
        /*
    *   Setting height to auto for firefox - 100% causes firefox to print only
    *   the first page.
    */
        height: auto !important;
        font-family: Helvetica, sans-serif !important;
    }

    body {
        font-family: Helvetica, sans-serif !important;
    }
    /*
  *   Setting defaults on elements.
  */
    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4;
        word-spacing: 1.1pt;
    }

    #s4-bodyContainer, .banner, .column-lists .ms-webpartzone-cell, .container {
        max-width: 100% !important;
    }

    img {
        margin: 1em 1.5em 1.5em 0;
    }

    a {
        color: #000;
        text-decoration: none;
        padding-left: 0 !important;
    }

        a img {
            /* border: none; */
        }

    #DeltaSiteLogo a:after {
        display: none;
    }
    /* Table */
    table {
        margin: 1px;
        text-align: left;
        border-collapse: collapse;
    }

    th {
        border-bottom: 1px solid #333;
    }

    tbody {
        border-bottom: 1px solid #333;
        page-break-inside: avoid;
    }

    th, td {
        padding: 4px 10px 4px 0;
    }

    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    h1 {
        font-size: 18pt;
        margin: 0.4em .25cm;
    }

    h2 {
        font-size: 16pt;
        margin: 0.4em .25cm;
    }

    h3 {
        font-size: 14pt;
        margin: 0.4em .25cm;
    }

    h4, h5, h6 {
        font-size: 11pt;
        margin: 0.4em .25cm;
    }

    p {
        font-size: 10pt;
        margin: 0.3em .5cm;
    }

    .column-lists h2.ms-webpart-titleText {
        text-align: left !important;
    }

    * {
        min-height: 0 !important;
    }

    .input-group, #managed-breadcrumb, #DeltaBreadcrumbDropdown, .ms-rte-embedcode, .navbar, .bca-footer, img, .image-area-top, .button-medium, .button-large, .button, .home-page-banner, hr, .print {
        display: none !important;
    }

    .header, #DeltaSiteLogo, .bca-logo, .bca-logo > .ms-siteicon-img {
        display: block !important;
    }

    #s4-bodyContainer > hr {
        margin-top: 50px;
        display: block !important;
    }


    .column-lists .dfwp-item {
        width: 100% !important;
    }

    .centered {
        text-align: left !important;
    }

    .article-section-market .dfwp-list .dfwp-item:first-child .link-item {
        margin: 0;
    }

    .article-section-market .dfwp-list .dfwp-item .image-area-left {
        position: relative;
    }

    .column-lists .dfwp-item {
        border-bottom: none;
    }

    #centerarea {
        margin-top: 30px;
    }
}

div#suiteBarLeft {
    background-color: #07819A !important;
}

.ms-cui-topBar2, #suiteBarRight {
    background-color: #E4F5F9;
}

.ms-srch-hover-actions {
    display: none;
}


ul.bca-sidebar-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.bca-sidebar-nav li {
        margin-bottom: 10px;
    }

.legacybrowser {
    background: #07819A;
    padding: 20px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    display: none;
}

    .legacybrowser a:link,
    .legacybrowser a:visited {
        color: #ACF1FF;
    }

    .legacybrowser a:hover,
    .legacybrowser a:focus {
        color: #AEE5F0;
    }

.tstenv {
    background: #990A07;
    padding: 13px;
    font-size: 23px;
    text-align: center;
    color: #fff;
}

.tsthide {
    display: none;
}

.bca-itgbreadcrumb {
    margin-top: 20px;
}
