@charset "utf-8";

/*** FONTS ***/
/*
font-family: 'Barlow', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Abel', sans-serif;
*/
@import url(https://fonts.googleapis.com/css2?family=Abel&family=Barlow:wght@300;400;500;600;700;800;900&family=Raleway:wght@300;400;500;600;700;800;900&display=swap);


body {
    font-family: 'Barlow', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    position: relative;
    min-height: 100vh;
    font-size: 1.1rem;
}

.float-left {
    float: left !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-4 {
    width: 25%;
    float: left;
}

.col-8 {
    width: 73%;
    float: left;
    padding-left: 10px;
}

a {
    color: #467c9f;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
    color: #00A3E0;
}

p {
    margin-top: 0;
    margin-bottom: 1.2rem;
    line-height: 1.9rem;
    text-align: justify;
}

input {
    -webkit-appearance: none;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: none;
    -webkit-border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: none;
    -webkit-border-radius: 0;
}

.footersubform .gform_wrapper .gform_footer input.button,
.footersubform .gform_wrapper .gform_footer input[type=submit] {
    border-radius: 0;
}

.sitelogo {
    width: 300px;
    height: 90px;
}

ol li {
    margin: 0px 85px 10px 85px;
    padding: 0 15px;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.needsomespace {
    margin: 15px;
    0;
}

.featuretitle {
    text-align: left !important;
}

.nounderline,
.nounderline:hover,
.nounderline:active {
    text-decoration: none !important;
}

.bodysection {
    padding: 0px 35px 0px 35px !important;
}

.contactbodysection {
    padding: 0px 35px 0px 35px !important;
}

.archieveblogbodysection {
    padding: 0px 75px 0px 75px !important;
}

.archieveblogsearcharea {
    padding: 0px 75px 0px 75px;
}

.pad-all50 {
    padding: 50px !important;
}

.pad-bot50 {
    padding-bottom: 50px !important;
}

.pad-top50 {
    padding-top: 50px !important;
}

.pad-right50 {
    padding-right: 50px !important;
}

.pad-50 {
    padding-top: 50px;
}

.ssi-list {
    list-style: none;
    margin: 4rem 0;
    padding: 0 15px;
}

.ssi-list li {
    padding: 0;
    margin: 10px 0;
}

.ssicon {
    background-color: #00A3E0;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    text-align: center;
    transition: all .5s;
    color: #FFF;
    font-size: 22px;
    margin: 0px 5px;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 2px;
}

.ssicon:hover {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    color: #FFF;
    padding: 8px 0 0;

}

#newssocialcontainer {
    margin: 50px 0;
}

#newssocial {
    z-index: 40;
    position: absolute;
    bottom: 0px;
    left: 10%;
}

#newssocial .ssi-list {
    margin: 1rem 0;
    padding: 0px;
}

#newssocial .ssicon:hover {
    margin: 0px 0px 0px -2px;
}

.only-mble {
    display: none;
}

.only-tablet {
    display: none;
}

.notondesktop {
    display: none;
}

.only-tablet-flex {
    display: none;
}

.mtp70 {
    margin-top: 70px;
}

.whtHL {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 3.2rem;
    margin-bottom: 0;
    font-weight: 300;
}

.pagetemplateheader.whtHL {
    font-weight: 400;
}

.uprcase {
    text-transform: uppercase;
}

.whtCpy {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.shdwHL,
.shdwHL-thin {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #FFF;
    text-shadow: 2px 2px #000;
    font-size: 3.75rem;
    padding: 6rem 3rem 4rem;
    text-transform: uppercase;
}

/**
 * Media
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */

.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.alignnone,
.wp-caption.aligncenter {
    margin: 0;
    width: auto !important;
    /* to overwrite inline widths */
}

img.alignright,
.wp-caption.alignright img,
img.alignleft,
.wp-caption.alignleft img {
    height: auto;
    max-width: 50%;
}

img.alignnone,
.wp-caption.alignnone img,
img.aligncenter,
.wp-caption.aligncenter img {
    height: auto;
    max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 0 22px 0;
}

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}


img.aligncenter,
.wp-caption.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {

    img.alignright,
    .wp-caption.alignright,
    img.alignleft,
    .wp-caption.alignleft,
    img.aligncenter,
    .wp-caption.aligncenter img {
        margin: 0 0 1rem;
        width: 100%;
        max-width: 100%;
        float: none
    }
}

iframe {
    max-width: 100%;
}

/* Fade-in for lazyloaded images */
.will-lazyload {
    opacity: 0;
    transition: opacity .25 linear;
}

.will-lazyload.lazyloaded {
    opacity: 1;
}

/*new header*/
.shdwHL-thin {
    padding: 21rem 3rem .1rem;
}

.orange-bottom-border {
    border-bottom: 5px solid #ed8b02;
}

.orgHL {
    color: #ED8B00;
    font-weight: normal;
    font-size: 3rem;
}

.explnk {
    font-family: 'Raleway', sans-serif;
    color: #ED8B00;
    font-weight: normal;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: left;
}

.expandables p {
    margin-left: 2.5rem;
    text-indent: -2.6rem;
}

.expandablecontent p {
    text-indent: initial;
    line-height: 1.9;
}

.expandablecontent ul {
    margin-left: 1.0rem;
}

.expandablecontent h1,
.expandablecontent h2,
.expandablecontent h3,
.expandablecontent h4,
.expandablecontent h5,
.expandablecontent h6 {
    margin-left: 2.rem;
}



.explnk span {
    background-color: #4e586d;
    padding: 0;
    border-radius: 100%;
    color: #FFF;
    margin: 5px 5px 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

.explnk.collapsed span::before,
.explnk span::before,
.explnk.start span::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
    font-size: 16px;
    font-weight: 400;
    position: relative;
    left: 21.25px;
    top: -3.25px;

}

.explnk span::before {
    content: "\f068";
}

.mt-3 p {
    margin: 0 20px 15px 35px;
    text-indent: 0;
}


.navbar {
    position: relative;
    z-index: 199;
    padding: .5rem 0rem !important;
}

.container.innerpagenav {
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;

}

/*Changed for solution page */
.container-fluid.pgTitle {
    padding-right: 30px;
}

.row.pagetitle {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-nav {
    margin-bottom: 1rem;
}

.navicons,
.navicons:active,
.navicons:focus {
    color: #FFF;
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 2rem;
    padding-right: 0px;
    /*margin-right: 8px;*/
}

.whtBkgrnd {
    background-color: #FFF;
}

.blkBkgrnd,
.blkBkgrndWhtIcns {
    background-color: #000;
    background-position: top;
}

.whtBkgrnd .navicons,
.whtBkgrnd .navicons:active,
.whtBkgrnd .navicons:focus {
    color: #00A3E0;
}

.blkBkgrnd .navicons,
.blkBkgrnd .navicons:active,
.blkBkgrnd .navicons:focus {
    color: #FFF;
}

.blkBkgrndWhtIcns .navicons,
.blkBkgrndWhtIcns .navicons:active,
.blkBkgrndWhtIcns .navicons:focus {
    color: #00A3E0;
}

.navicons:active,
.navicons:focus {
    color: #ED8B00;
    outline: none;
}

.hamburger:focus {
    outline: 1px dotted;
}

#searchFld {
    display: none;
    background: #FFF;
    position: absolute;
    top: 8px;
    right: 46px;
}

.resultsArea {
    /*padding: 0.0rem 2.25rem;*/
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

#searchFld form {
    padding: 10px;
    width: 254px;
}

.searchResultsPgs {
    text-align: right;
}

#searchFld input[type='text'],
#searchFld input[type='text']:focus,
#searchFld input[type='text']:active {
    border: none;
    outline: none;
    margin-top: 2px;
}

.searchresults span {
    text-transform: uppercase;
}

.searchSubmitIcn {
    filter: invert(49%) sepia(96%) saturate(1677%) hue-rotate(1deg) brightness(104%) contrast(104%);
    vertical-align: top;
    width: 32px;
    margin: 0px 0px 0 10px;
}

#navbarResponsive {
    visibility: hidden;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 199;
    background: #00A3E0;
    color: #FFF;
}

#closeHamburgerMenu {
    cursor: pointer;
    font-size: 1.5rem;
    position: relative;
    right: 10px;
    top: 10px;
}

#navbarResponsive ul {
    list-style: none;
    padding: 0 20px 30px 10px;
}

#navbarResponsive li {
    line-height 15px;
    ;
}

#navbarResponsive .nav-link {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: max-content;
    text-transform: uppercase !important;
    padding: .3rem 1rem;
}

.blue-outline-btn,
.green-outline-btn,
.org-outline-btn,
.white-outline-btn,
.gform_button,
.cookienotice {
    cursor: pointer;
    background: transparent;
    /*color: #72afd3;*/
    color: #00A3E0;
    font-size: 1.30rem;
    text-transform: uppercase;
    border: 2px solid #00A3E0;
    padding: 10px 20px;
    display: inline-block;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.blue-outline-btn:hover,
.gform_button:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #00A3E0;
}

.cookienotice {
    border-radius: 0px !important;
    background-color: #00A3E0 !important;
}

.footercontainer {

    padding-left: 0px;
    padding-right: 0px;
}

.footersubform .gform_button {
    /*display: none !important;*/
    color: #00A3E0;
    width: 95% !important;
}

.footersubform .gform_button:hover {
    color: #ffffff;
}

.footersubform .gform_wrapper {
    margin: 0px;
}

.footersubform .gform_footer {
    margin: 0px !important;
}

.footersubform #input_3_2,
.footersubform #input_3_3,
.footersubform #input_3_4,
.footersubform #input_3_5 {
    background: transparent;
    color: #ffffff;
    font-size: 1.1rem;
    border: 2px solid #00A3E0;
    padding: 10px 15px;
    display: inline-block;
    transition: all .5s;
}

.footersubform .gform_confirmation_message_3,
.footersubform .gform_wrapper div.validation_error {
    color: #fff !important;
}

.footersubform .gform_wrapper div.validation_error {
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

.footersubform .validation_message {
    color: #fff !important;
    padding: 5px 15px !important;
    border: 1px solid #fff;
}

.footersubform .gform_wrapper li.gfield.gfield_error,
.footersubform .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent;
    border-top: none;
    border-bottom: none;
}

.footercontainer .nothingbelowtablet .mbl5 {
    display: flex;
    align-items: center;
}

footer .mbl5 p.followUs {
    margin-bottom: 0;
    margin-right: 20px;
}

.footercontainer .mbl5 .list-inline {
    margin-bottom: 0;
}

.footersubform ::-webkit-input-placeholder {
    color: #ffffff !important;
}

.footersubform ::-moz-placeholder {
    color: #ffffff !important;
}

/* Firefox 19+ */
.footersubform :-moz-placeholder {
    color: #ffffff !important;
}

/* older Firefox*/
.footersubform :-ms-input-placeholder {
    color: #ffffff !important;
}

.footersubform .gform_wrapper li.hidden_label input {
    margin-top: 0px;
}


#gform_submit_button_1 {
    width: 10% !important;
    border: 3px solid #00A3E0 !important;
    padding: 15px 15px !important;
    float: right !important;
    color: #00A3E0;
    font-size: 1rem;
    font-family: 'Barlow', sans-serif;
}

#gform_submit_button_1:hover {
    color: #ffffff;
}

.containmodal .gform_wrapper * {
    border: none;
}

.gform_wrapper label.gfield_label {
    font-weight: 400 !important;
}

.gform_wrapper .gfield_radio li label {
    font-size: 1.2rem !important;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] {
    -webkit-appearance: none;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 1px solid #00A3E0 !important outline: none;
    padding: 5px !important;
    box-shadow: 0 0 0 2px #ffffff;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked {
    border-color: #00A3E0 !important;
    box-shadow: 0 0 0 2px #00A3E0;
    background-color: #212529;
    border: 1px solid #00A3E0 !important;
    margin-left: 2px !important;
}

.gform_wrapper ul.gfield_radio li input[type='radio']:before {
    content: '';
    display: block;
    width: 70%;
    height: 70%;
    margin: 20% auto;
    border-radius: 50%;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400 !important;
}

.gform_wrapper ul.gfield_radio li input[type='radio']:checked:before {
    background-color: #00A3E0;
}

.modal-open {
    overflow-y: auto !important;
    padding-right: 0px !important;
}

.modal-body .gform_wrapper ul li.gfield {
    margin-top: 5px !important;
}

.modal-body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.modal-body .gform_wrapper textarea {
    margin-top: 15px !important;
}


.modal-body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    margin-top: 10px !important;
}

.homepg {
    background-image: url('../imgs/bg-index.jpg');
}

.home-mobile-img-bck {
    background: none;
}

.home-stage-btn {
    font-size: 1.60rem;
    padding: 3px 10px;
    margin-left: 5px;
}

a.home-stage-btn {
    color: #FFFFFF;
    background: #00A3E0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    border-radius: 3px;
}

a.home-stage-btn:hover {
    color: #00A3E0;
    background: transparent;
}

.green-outline-btn {
    color: #94b057;
    border: 2px solid #94b057;
}

.green-outline-btn:hover {
    text-decoration: none;
    color: #FFF;
    background-color: rgba(148, 176, 87, .3);
}

.org-outline-btn {
    color: #ED8B00;
    border: 2px solid #ED8B00;
}

.org-outline-btn:hover {
    text-decoration: none;
    color: #FFF;
    background-color: rgba(228, 131, 87, .3);
}

.white-outline-btn {
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 1.8rem;
    padding: 20px;
}

.white-outline-btn:hover {
    text-decoration: none;
    color: #FFF;
    background-color: rgba(255, 255, 255, .3);
}

.textOnlyBtn {
    cursor: pointer;
    background: transparent;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.knightBK,
.megaphone,
.greenburst {
    background-image: url(../imgs/knight.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 15%;
}

@arw.megaphone {
    background-image: url(../imgs/megaphone.png);
}

.greenburst {
    background-image: url(../imgs/greenburst.png);
}

.imgbck {
    padding: 10px 0;
    font-size: 2rem;
    display: block;
    width: 300px;
    margin: 10px 0;
}

.arw-btn {
    position: relative;
    padding-right: 40px;
    padding-top: 7px;
    margin-top: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    border-color: #467c9f;
    align-items: center;
}

.arw-btn::after {
    content: '\2023';
    font-family: 'Barlow', sans-serif;
    font-size: 3.2rem;
    position: absolute;
    top: 6px;
    right: 10px;
    margin-top: 1.3px;
    line-height: 2rem;
}

.arw-btn:hover {
    background-color: #467c9f;
}

.orgBtn {
    cursor: pointer;
    background-color: #ED8B00;
    border: 2px solid #ED8B00;
    padding: 5px 15px;
    color: #FFF;
    font-size: 1.9rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    white-space: nowrap;
}

.orgBtn:hover {
    border: 2px solid #ED8B00;
    background-color: rgba(255, 132, 0, .7);
}

.orgOutlineBtn {
    cursor: pointer;
    border: 2px solid #ED8B00;
    background: transparent;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 15px;
}

.grybck {
    background: #f3f3f3;
}

/*** HEADER ***/
header {
    background-color: #FFF;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.hd-top-bar {
    background-color: #ED8B00;
    /*padding: 15px 0;*/
    padding: 0;
    margin: 0;
    height: auto;
}

.hd-top-bar--gray {
    background-color: #47576E;
}

.hd-top-bar-msg {
    font-size: 1rem;
    color: #FFF;
}

.hd-top-bar-cta,
.hd-top-bar-cta:hover {
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    top: -10%;
    white-space: nowrap;
}

.dspCTA {
    display: initial;
    padding-top: 2px
}

.hd-top-bar-cta:after {
    content: '\203A';
    font-size: 2.5rem;
    font-family: 'Barlow', sans-serif;
    position: relative;
    bottom: -4px;
}

.hd-top-bar-cta:hover:after {
    right: -5px;
}

.hd-top-bar-msg p {
    line-height: 1.5em;
    margin: 0;
}

.blueHmStgCpy {
    background-color: #00A3E0;
    padding: 15px 45px;
    color: #FFF;
    text-align: center;
}

.blueHmStgCpy p {
    font-family: 'Raleway', sans-serif;
}

/*for the solution page if I change this again*/
.container.showcase {
    padding-left: 0px;
}

.container-fluid .showcase {
    padding-left: 0px;
}

/*adjusted for the solutions page */
.container.whtBkgrnd.solutions-body {
    margin: 0px 0px 0px 0px;
}


/*** SEARCH ***/
.single-solutions #searchResult {
    background: #FFF;
    padding: 30px;
    background-position: top;
    background-size: cover;
    margin-bottom: 2rem;
}

#searchResult {
    background: #FFF;
    padding: 0 30px 0 30px;
    background-position: top;
    background-size: cover;
    margin-bottom: 2rem;
}

#searchResult h2 {
    color: #00A3E0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

#careersheader {
    background: #FFF;
    padding: 0 30px 0 30px;
    background-position: top;
    background-size: cover;
    height: auto;
}

#careersheader h1 {
    margin-bottom: 0;
}

#careersheader h2 {
    color: #00A3E0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

#careersheader .careershome .shdwHL {
    padding: 10rem 4rem;
}

#pagesearchResult {
    background: #FFF;
    padding: 0 30px 0 30px;
    background-position: top;
    background-size: cover;
    margin-bottom: 2rem;
}

#pagesearchResult h2 {
    color: #00A3E0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 2rem;
}


#blogheader {
    background: #FFF;
    padding: 0 30px 0 30px;
    background-position: top;
    background-size: cover;
    margin-bottom: 2rem;
}

#blogheader h2 {
    color: #00A3E0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

.pgTitle {
    position: relative;
    margin-top: -50px;

}

.pgTitle .col {
    padding-right: 0px;
}



.pgTitle h2 {
    color: #00A3E0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    text-align: right;
}

.pgTitle h2.drkblue {
    color: #4e586d;
}

.searchResults-list a {
    color: #0c0c0c;
    font-size: 1rem;
}

.searchResults-list li {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.searchResults-list li:last-child {
    border: none;
}

.searchResult-pagination a {
    color: #5a9fd8;
    border-right: 1px solid #5a9fd8;
    padding: 0 10px 0 5px;
}

.searchResult-pagination span {

    border-right: 1px solid #5a9fd8;
    padding: 0 10px 0 5px;
}

.searchResult-pagination a:hover {
    color: #ED8B00;
}

.searchResult-pagination li:last-child a,
.wp-pagenavi .pages,
.wp-pagenavi .pages .current,
.wp-pagenavi .pages a.page {
    border: none;
}

span.searchResult-pagination {
    border-right: 1px solid #5a9fd8;
    padding: 0 10px 0 5px;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend {
    border: none;
    color: #5a9fd8;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink {
    border-right: 1px solid #5a9fd8;
    padding: 0 10px 0 5px;
}

.wp-pagenavi .current {
    color: #666;
}





/*** EXPERT PROFILE ***/
.profileTitle h2 {
    color: #4c566b;
}

#profiles {
    border-top: 10px solid #ED8B00;
    background-color: #000;
    padding: 0px 20px 0px 20px;

}

#profiles .imgperson {
    max-height: 450px;
}

#profiles h2,
#profiles h3 {
    color: #00A3E0;
    font-family: 'Raleway', sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

#profiles h3 {
    margin-bottom: 2.0rem;
    font-size: 1.3rem;
}

#profiles .prfDetails li {
    color: #FFF;
    font-size: 1.4rem;
    padding-bottom: 10px;
}

#profiles .prfDetails a {
    color: #FFF;
    font-size: 1.4rem;
}

#profiles .prfDetails a:hover {
    color: #ED8B00;
}


#printprofiles {
    border-top: 10px solid #ED8B00;
    background-color: #000;
    padding: 0px;
}

#printprofilesinner h2,
#printprofilesinner h3 {
    color: #00A3E0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

#printprofilesinner h3 {
    margin-bottom: 2.0rem;
    font-size: 1.4rem;
}

#printprofilesinner .prfDetails li {
    color: #FFF;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

#printprofilesinner .showcase-text {
    margin-left: 15px;
}

#printprofilesinner .personimage {
    margin: 15px;
}

#profiles .showcase {
    min-height: 400px;
    /*width: 100%;*/
}

.personshowcase {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    left: 50%;
    color: #ffffff;
}

.tranlation-links {
    color: #ED8B00;
}

.tranlation-links a {
    color: #ED8B00;
}

.profile-detes {
    background-color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 0px;
    /*border-bottom: 10px solid #ED8B00;*/
    margin-bottom: 25px;
    padding-left: 35px;
    padding-right: 35px;
    width: inherit;

}



.profile-detes-line {
    border-bottom: 10px solid #ED8B00;
    margin: 0 0 25px 0;
}


.profiletabs {
    font-size: 1.3rem;

}

.profile-detes .nav-tabs .nav-link {
    color: #467c9f;
}



.nav-tabs .nav-link {
    border: 2px solid transparent;
    border-bottom: 3px solid transparent;
}

.nav-link {
    text-transform: none !important;
    margin-bottom: -2px;
}

.nav-tabs {
    border-bottom: 2px solid #ED8B00;
    text-transform: none !important;

}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ED8B00 #ED8B00 #FFF #ED8B00;
    text-transform: none !important;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #ED8B00;
    color: #FFF;
    text-transform: none !important;
    border-color: #ED8B00;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #ED8B00;
}

.nav-tabs>li>a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}



#tab-content {
    border: none;
    padding: 40px 0;
}

.tab-pane h2 {
    color: #ED8B00;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
}

.profilebloblink {
    color: #212529;

}

ul.blueBullets {
    list-style: none;
}

ul.blueBullets li {
    line-height: 1.9rem;
    padding-bottom: .5rem;
}

ul.blueBullets li::before {
    content: "\2022";
    color: #00A3E0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.blueBullets {
    margin-left: 15px;
}

.expProfSB h2 {
    color: #ED8B00;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.9rem;
}

.expProfSB li {
    padding-bottom: 5px;
}

.expProfSB li a {
    color: #467c9f;
    line-height: .9rem;
}

/** MODAL: DID YOU KNOW ***/
#modalDidYouKnow .modal-content {
    background: #ED8B00;
    border-radius: 0px;
    border: none;
    min-height: 200px;
}

#modalDidYouKnow .modal-body {
    padding: 1rem 1rem 0;
}

#modalDidYouKnow .modal-footer {
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
}

.modal-dialog {
    position: absolute;
    right: 0;
    bottom: 24%;
    right: 5%;
    max-width: 700px;
}

#modalDidYouKnow .modal-header,
#modalDidYouKnow .modal-footer {
    border: none;
}

#modalDidYouKnow .modal-body h2,
#modalDidYouKnow .modal-body p {
    color: #FFF;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 20px;
}

#modalDidYouKnow .modal-body h2 {
    font-size: 2.5rem;
}

#modalDidYouKnow .modal-footer .btn {
    border: none;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #FFF;
    background-image: url(../imgs/orgBrnArrow.png);
    background-position: right 18px;
    background-repeat: no-repeat;
    padding-right: 20px;
    -webkit-appearance: borderless-attachment;

}

#modalDidYouKnow .modal-footer .btn:hover,
#modalDidYouKnow .modal-footer .btn:focus {
    background-color: transparent;
}

.modal-footer {
    text-transform: uppercase;
}


/*** MODAL: CONTACT US ***/
.containmodal {
    padding: 0px;
    width: 655px;
    z-index: -100;
    margin-left: -250px;
    height: 600px;
    position: absolute;
    margin-top: -145px;
    display: none;
}

.containdidyouknowmodal {
    padding: 0px;
    width: 655px;
    z-index: -100;
    margin-left: -375px;
    height: 600px;
    position: absolute;
    margin-top: -185px;
    display: none;
}


.containmodalmobile {
    padding: 0px;
    width: 655px;
    z-index: -100;
    margin-left: -250px;
    height: 600px;
    position: absolute;
    margin-top: -145px;
    display: none;
}

.modal-backdrop {
    display: none
}

.modal-backdrop.in {
    opacity: 0;
}

.modal {
    z-index: inherit !important;
    position: relative;
}
.modal::-webkit-scrollbar {
    display:none;
}
.modal-body .close {
    border: transparent;
    background: transparent;
}
.containmodal {
    z-index: -100;
    display:none;
}

.containmodal.test-class{
    z-index: 1002;
    display:block;

}

#modalDidYouKnow {
    position: absolute;
    right: 0;
    top: 0;
    height: 450px;
}


#contactUs .modal-body,
#contactUsMobile .modal-body {
    margin: 0px 20px 20px 20px;
}

#contactUs .modal-dialog,
#contactUsMobile .modal-dialog {
    position: relative;
    right: initial;
    bottom: initial;
}

#contactUs .modal-content,
#contactUsMobile .modal-content {
    background-color: #00A3E0;
    color: #FFF;
    border-radius: 0px;
    border: 0px;
}

#contactUs .modal-body h2,
#contactUsMobile .modal-body h2 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.8rem;
    text-align: left;
    margin-bottom: 0px;
    margin-left: -5px;
}

#contactUs textarea,
#contactUsMobile textarea {
    width: 100%;
}



.modal-content .gform_button {
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 1.2rem;
    padding: 5px 15px;
    position: absolute;
    right: 15px !important;
    bottom: 30px;
    width: 20% !important;
    bottom: 30px;
    font-size: 1.5rem !important;
}


#contactUs #gform_wrapper_2,
#contactUsMobile #gform_wrapper_2 {
    margin-top: -10px;
}

#contactUs .instructions p,
#contactUsMobile .instructions p {
    line-height: normal;
    font-size: 1rem;
    margin: 26px 20px 0 0;
    padding: 0;
    text-align: right !important;
}

#contactUs input,
#contactUs select,
#contactUs textarea,
#contactUsMobile input,
#contactUsMobile select,
#contactUsMobile textarea,
{
width: 100%;
border: 2px solid #fff;
}

#contactUs .closebutton,
#contactUsMobile .closebutton {
    margin-left: 26px;
    margin-top: -5px;
}

#contactUs .contactUsheader,
#contactUsMobile .contactUsheader {
    margin-bottom: 0px;
}

#contactUs #gform_wrapper_2 p,
#contactUsMobile #gform_wrapper_2 p {
    text-align: left !important;
    font-size: 1rem;
    line-height: 1.2rem;
}

/*** HOME STAGE ***/
.page-heading {
    padding: 10% 3rem 0;
}

.page-heading h1 {
    color: #00A3E0;
    font-family: 'Raleway', sans-serif;
    /*font-size: 2.5rem;*/
    font-size: 3.5rem;
    text-transform: uppercase;
    line-height: 3.5rem;
}

.page-heading .smallerh1 {
    font-size: 2.8rem;
}

.stage-msg,
.profileSrchStag-msg {
    padding: 65% 1rem 3rem;
}


.stage-msg h2 {
    font-family: 'Raleway', sans-serif;
    color: #ED8B00;
    font-size: 3.5rem;
    text-transform: uppercase;
}

.stage-msg p.home-msg-arw {
    font-family: 'Raleway', sans-serif;
    font-size: 1.25rem;
    color: #FFF;
    background-image: url(../imgs/triangle.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    position: relative;
    left: -30px;
    text-align: left;
}



.stage-msg span {
    font-weight: 600;
    ;
}

/*** SECTION: SHOWCASE IMGS ***/
.showcase .showcase-img,
.showcase .showcase-img-sm {
    min-height: 30rem;
    background-size: cover;
    background-position: center;
}

.showcase .showcase-img-sm {
    min-height: 15rem;
}

.showcase .showcase-img .showcaseImgCnt,
.showcase .showcase-img-sm .showcaseImgCnt {
    padding: 3rem 3rem 3rem 4.5rem;
    text-align: left;

}

.showcase .showcase-img-sm .showcaseImgCnt p {
    text-align: left !important;
}

.showcase .showcase-text {
    padding: 2rem;
}

.showcase .showcaseright {
    padding-right: 1rem;
    text-align: right;
}

.showcase .showcaseleft {
    padding-left: 1rem;
}

.showcase .showcase-img h2 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 4.4rem;
}

.showcase .showcase-img h3,
.showcase .showcase-img-sm h3 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-bottom: 3px solid #ED8B00;
    padding-bottom: 3px;
}

.showcase .showcase-img h4 {
    color: #FFF;
    font-weight: normal;
}

.showcase .showcase-img p,
.showcase .showcase-img-sm p {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}

.showcase h2 {
    color: #ED8B00;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 2.75rem;
    text-transform: uppercase;
}

.showcase h2.casestudytitle {
    color: #ffffff;
}


.showcase h3 {
    color: #ED8B00;
    font-family: 'Raleway', sans-serif;
    font-size: 3rem;

}

.showcase h4 {
    color: #4c576c;
    font-family: 'Barlow', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
}




/*** SECTION: BLUESKY ***/
.bluesky {
    background-image: url(../imgs/bluesky.jpg);
    background-size: cover;
    background-position: center;
}

.bluesky .col {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}

.flxCnt {
    display: flex;
    align-items: center;
}

.whitebrd,
.nobrd {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*padding-left: 25px; */
    border-left: 1px solid #FFF;
}

.nobrd {
    border: none;


}

.fastfacts:after {
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: 10%;
    right: 0;
    height: 80%;
    width: 1px;
}


.fastfacts:last-child:after {
    bottom: 10%;
    right: 0;
    height: 0%;
    width: 0px;
}


.bluesky h2 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    margin-left: 19px;
}

.bluesky h3 {
    color: #FFF;
    font-family: 'Abel', sans-serif;
    text-transform: none;
    font-size: 5.25rem;
    font-weight: 200;
}

.bluesky h4 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-size: 1.5rem;
}

.bluesky sup {
    font-size: 50%;
    top: -1em;
}

/*** SECTION: GRAY BOX ***/
.container-fluid.whtBkgrnd.solutions-body {
    margin: 0px 0px;
}

.graybox {
    background: #f3f3f3;
    margin: 30px 15px;
    padding: 30px 60px;
    min-height: 90%;
}

.graybox h2 {
    color: #ED8B00;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.graybox p {
    margin-bottom: 30px;
    text-align: left;
}

.graybox p.byline {
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: left;
}

.graybox p .viewall {
    margin: 25px 0 0;
}

.graybox p.viewall a {
    color: #00A3E0;
    text-transform: uppercase;
    font-size: 1rem;
}

p.viewalllink {
    margin: 30px 0 0;
}

.graybox p {
    font-size: 1.4rem;
}

.graybox p a {
    color: #212529;
}

.viewall {
    font-size: 1rem;
    color: #00A3E0 !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding-top: 25px;
}

a.viewall {
    color: #00A3E0;
    !important;
}

/*** SEARCH ***/
#expertSearchResultTable th {
    font-weight: normal;
}

#expertSearchResultTable thead th {
    border-bottom: 2px solid #5a9fd8;
}

#expertSearchResultTable td,
#expertSearchResultTable th {
    padding: 0.50rem;
    vertical-align: top;
    border-top: 2px solid #5a9fd8;
    font-size: 1.2rem;
    word-wrap: break-word;
    /*line-height: 2.4rem;*/
    line-height: 1.8rem;
}

/*
#expertSearchResultTable th {
border-top: 0px !important;
}
*/

#expertSearchResultTable .labelRow th {
    color: #5a9fd8;
    font-size: 1.7rem;
    text-transform: uppercase;
    border-top: none;
}

#expertSearchResultTable a {
    color: #2d3135;
}

.accordion .card-header {
    padding: 0.0rem 0.0rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}

.accordion .card {
    border: none;
}

.accordion .card-header h5 {
    color: #ED8B00;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    text-transform: uppercase;
}

.accordion .card-header .rotate-icon {
    transform: rotate(0deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.accordion .card-header a.collapsed .rotate-icon {
    transform: rotate(-90deg);
}

.accordion .card-header a.collapsed h5 {
    color: #00A3E0;
}

.emailFld {
    font-size: 1.2rem;
}

/*** PROFILE SEARCH ***/

.container-fluid.peoplsearchcontainer {
    margin: 0px 0px;
    padding: 0px 30px 0px 50px;
}

.gradientlayer {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(1, 2, 2));
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
}


.container.exptSearchNavBar {
    margin: 0px 30px;
    padding-right: 0px;
    padding-left: 0px;
}


.searchhead {
    max-width: 50%;
    padding: 5% 0rem !important;
}

.exptSearchNavBarMain {}


.profileSrchStag-msg {
    padding: 0rem 2rem 4.9rem;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

h1.expertSeach {
    text-transform: none;
    color: #e3831f;
}

h1.expertSeach {
    font-weight: 400;
    font-size: 2.3rem;
}

.profileSrchStag-msg h2 {
    color: #e2831f;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.9rem;
    text-transform: uppercase;
    line-height: 1.0;
}

.profileSrchStag-msg h3 {
    color: #5a9fd8;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 3.0rem;
    text-transform: uppercase;
    line-height: 1.0;
}

.prflSrch-list li,
.prflSrch-list li a {
    color: #FFF;
}

.prflSrch-list .disabled {
    color: #7d7e81;
}

.prflSrch-list .list-inline-item:not(:last-child) {
    margin: 0 2px;
}

.page-heading h3 {
    color: #7b7c7f;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    text-transform: uppercase;
}

.searchhead p {
    text-align: left;
}

#prflSrch-form input {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    border: 1px solid #737476;
    background: transparent;
    border-radius: 0;
    color: #FFF;
    font-size: 1rem;
}

#prflSrch-form select {
    border: 1px solid #737476;
    background: transparent;
    border-radius: 0;
    color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#prflSrch-form .dropdown-toggle::after {
    display: none;
}

#prflSrch-form .dropdown-toggle::before {
    display: inline-block;
    color: #ED8B00;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Pro";
    right: 10px;
    position: absolute;
}

#prflSrch-form p {
    margin-bottom: 10px;
}


#prflSrch-form p a {
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
}

#prflSrch-form span {
    color: #FFF;
    padding: 0 5px
}

#prflSrch-form .orgOutlineBtn {
    padding-right: 40px;
    padding-left: 40px;
    border: 3px solid #ED8B00;
}

.prflSearchBody {
    border-top: 8px solid #e3831f;
    background-color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.prflSearchBody h2 {
    color: #e3831f;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
}

.prflSearchBody p a {
    color: #e3831f;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.9rem;
    text-transform: uppercase;
}




#prflSrch-form .form-control,
#prflSrch-form .bootstrap-select>.dropdown-toggle {
    border: 1px solid #737476;
    background: transparent;
    border-radius: 0;
    color: #FFF;
}

#prflSrch-form .bootstrap-select .dropdown-menu {
    border: 1px solid #737476;
    background: #000000;
    border-radius: 0;
    color: #FFF;
    min-width: initial !important;
    width: 100%;
    max-width: 100%;
}

#prflSrch-form .dropdown-item:focus span,
#prflSrch-form .dropdown-item:hover span {
    color: #000000;
}



.profilePopup {
    display: none;
    position: absolute;
    background: #FFF;
    border: 3px solid #5a9fd8;
    padding: 15px 20px;
    z-index: 599;
    right: 27%;
    width: 670px;

}

.profilePopup .po-name,
.profilePopup .po-title,
.profilePopup .po-cont,
.profilePopup .po-links,
.profilePopup .po-links a {
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: left;
}

.profilePopup .po-name,
.profilePopup .po-name a {
    color: #5a9fd8 !important;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: none;
}

.profilePopup .po-title {
    margin-bottom: 15px;
}

/*** CAREER ***/
#careerSearchForm {
    text-align: right;
}

.careerSearchBar {
    background-color: #ED8B00;
    padding-top: 30px;
    padding-bottom: 30px;
}

.careerSearchBar .searchSubmitIcn {
    filter: invert(87%) sepia(100%) saturate(3%) hue-rotate(263deg) brightness(109%) contrast(97%);
    vertical-align: middle;
}

.careerSearchBar input[type='text'],
.careerSearchBar input[type='text']:focus {
    width: 400px;
    padding: 10px 0 10px 15px;
    border: none;
    color: #000;
    font-size: 1.2rem;
}

.viewOptions {
    padding: 0;
    margin: 0;
}

.lrgWht {
    vertical-align: text-top;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.lrgWht:hover {
    color: #FFF;
}

/*** CONTACT ***/
.guidepostTabs .nav-link {
    color: #467c9f;
    text-transform: none;
    font-family: 'Barlow', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
}

#office-content {
    margin-left: 15px;
}

div#sendmessage,
div#office-content {
    max-width: 900px;
    margin: 0 auto;
}

.contact-pg li>a {
    color: #007bff;
}

.contact-pg li>a:after {
    content: "";
    width: 0;
    height: 0;
    border: solid #007bff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    margin-bottom: 3px;
    margin-left: 2px;
}

.contact-pg h3 {
    color: #ED8B00;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
}

.offAdds-lst {
    color: #000001;
    list-style: none;
    padding: 0;
}

.offAdds-lst li {
    color: #4e586d !important;
    font-size: 1.1rem;
}

.offAdds-lst a {
    color: #4e586d;
}

.ldsh-name,
.ldsh-title {
    color: #4e586d;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 0;
    margin: 5px 0 0 0;
}

.ldsh-title {
    /*font-size: .9rem;*/
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-pg img {
    margin: 0 auto;
}

.leaderimage {
    border: 2px solid #00A3E0;
}

.contactpageform {
    margin-top: -50px;
}

.requiredtext {
    margin-right: 15px;
}

#contact-form p,
#gform_1 p {
    margin: 0;
}

#contact-form .row,
,
#gform_1 .row {
    margin-bottom: 30px;
}

#contact-form input,
#contact-form textarea,
#gform_1 input,
#gform_1 textarea {
    width: 100%;
    border: 3px solid #00A3E0;
    padding: 5px 15px;
}


.contactpageform ::-webkit-input-placeholder {
    color: #212529 !important;
}

.contactpageform ::-moz-placeholder {
    color: #212529 !important;
}

/* Firefox 19+ */
.contactpageform :-moz-placeholder {
    color: #212529 !important;
}

/* older Firefox*/
.contactpageform :-ms-input-placeholder {
    color: #212529 !important;
}

.contactpageform .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label {
    color: #212529 !important;
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem !important;
}

p.consent {
    text-align: center;
    font-size: .9rem;
}

.mobile-contact-card {
    text-align: center;
    background: #FFF;
    min-height: auto;
    border: none;
    margin-bottom: 15px;
    border-bottom: 3px solid #00A3E0 !important;
}

.mobile-contact-card p {
    text-align: center;
}



.mobile-contact-card .card-title {
    font-size: 1.5rem;
    color: #212529;
}

.mobile-contact-card h5,
.mobile-contact-card p {
    margin-bottom: 8px;
}

.contact-icons a {
    margin-left: 0;
    margin-right: 10px;
}

.contact-accordian .card-header h5 {
    margin-bottom: 15px;
}

/*** BLOG ***/
.blogPg {
    border-top: 6px solid #00A3E0;
}

.blogPg h1 {
    color: #000001;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 10px;
}

.blogPg h3 {
    color: #ED8B00;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
}

.sharelinks img {
    margin: 0 5px;
}

.keywords-bar {
    border-top: 2px solid #ED8B00;
    border-bottom: 2px solid #ED8B00;
    margin: 20px 0;
    margin-left: -15px;
}

.keywords {
    padding: 10px 0;
    margin: 0;
    color: #00A3E0;
}

.keywords a {
    color: #00A3E0;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}

a.authorlink {
    text-transform: uppercase;
    color: #fb8303;
}

.blogcontactbutton {
    padding-right: 0px;
}

.blogcontactbutton a.drkbluefillBtn {
    margin: 5px 0px 5px 0px;
}

.blogPg h2 {
    color: #fb8303;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.blogbyline {
    padding: 30px 0;
}

.lighbluefillbtn {
    cursor: pointer;
    background: #00A3E0;
    color: #FFF;
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.drkbluefillBtn {
    cursor: pointer;
    background-color: #4e586d;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    text-align: left;
    padding: 3px 0 3px 15px;
    margin: 0px 0;
    background-image: url(../imgs/contactArrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 1.6rem;
}

a.drkbluefillBtn {
    padding: 1px 30px 1px 15px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

a.drkbluefillBtn:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #00A3E0;
}

.blogbyline img {
    margin: 0;
    margin-right: 15px;
}

.blogbyline h3 {
    color: #5a9fd8;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.75rem;
    line-height: normal;
    margin-bottom: 0;
}

/*** BASIC ***/
.updatedcopy {
    font-style: italic;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2.0rem;
}

.basic-header {
    background-image: url(../imgs/bluesky.jpg);
    background-size: cover;
}

.basic-header h1 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 2.75rem;
    margin: 20px 7px;
}

.basic-body {
    padding: 0px 32px 30px 32px;
}

.basic-body h2 {
    color: #ED8B00;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.basic-body p {
    margin-bottom: 2.0rem;
}

/*** SOLUTIONS ***/

/*adjusted for solutions */
.solutions-body,
.pg-body {
    padding-bottom: 30px;
    padding-right: 30px !important;
    padding-left: 35px !important;
}

.page-body {
    padding-bottom: 30px;
    padding-right: 30px !important;
    padding-left: 35px !important;
}

.solutions-body .accordion .card,
.pg-body .accordion .card {
    background: transparent;
    margin-left: 15px;
}

.solutions-body .accordion .card-header a.collapsed h5,
.pg-body .accordion .card-header a.collapsed h5 {
    color: #FFF;
    font-weight: normal;
    margin-left: 1em;
    text-indent: -0.5em;
}

.solutions-body .accordion .card-header a.collapsed .rotate-icon,
.pg-body .accordion .card-header a.collapsed .rotate-icon {
    transform: rotate(0deg);
    margin-left: 10px
}

.solutions-body .accordion .card-header .rotate-icon,
.pg-body .accordion .card-header .rotate-icon {
    transform: rotate(180deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    margin-left: 10px;
}

.solutions-body .accordion .card-header h5,
.pg-body .accordion .card-header h5 {
    color: #FFF;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    text-transform: uppercase;
    width: 80%;
    margin-bottom: 20px !important;
}

.solutions-body .accordion .card-header h5.mb-0 {
    padding-left: 35px;
}

.solutions-body .accordion .card-header .angle {

    width: 0%;
    float: left;
}

.solutions-body .card-body,
.pg-body .card-body {
    padding: 0 1.25rem;
}

.solutions-list {
    list-style: none;
    color: #FFF;
    margin: 0;
    padding: 0 0 0 40px;
}

.solutions-list li {
    padding-bottom: 10px;
}

.solutions-list .card-body p,
.solutions-list li a,
.solutions-body .card-body,
.pg-body .card-body {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    text-transform: none;
}

.solutions-body .fa,
.solutions-body .fas,
.pg-body .fa,
.pg-body .fas {
    font-weight: normal;
}

.vbluesky-1,
.vbluesky-2 {
    background-image: url(../imgs/verticalBlueSky-1.jpg);
    background-repeat: repeat-y;
    background-size: 95%;
    background-position: 15px 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.vbluesky-1 {
    background-image: url(../imgs/verticalBlueSky-2.jpg);
}

/*** NEWS & EVENTS ***/
.newevents-header {
    padding: 20px 35px 20px 35px;
    max-width: 100% !important;
}

.newevents-header h1,
.newevents-header h2 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.75rem;
    text-transform: uppercase;
}

.newevents-header h2 {
    margin-top: 30px;
}

.newevents-header p {
    color: #FFF;
    font-size: 1.6rem;
}

.newevents-header p.smcopy {
    font-size: 1.2rem;
    padding-right: 20px;
    margin-bottom: 0px;
}

#newsEvens-form.form-inline .form-control {
    margin-right: 15px;
}

#newsEvens-form-onWht input[type="text"],
#newsEvens-form input[type="text"],
#newsEvens-form-onWht select,
#newsEvens-form select {
    border-radius: 0;
    padding-left: 15px;
    height: 35px;
    border: none;
}

#newsEvens-form-mobile .row {
    margin-bottom: 15px;
}


#newsEvens-form-mobile .textOnlyBtn {
    color: #000;
}

#newsEvens-form-onWht input[type="text"],
#newsEvens-form-onWht select {
    border: 4px solid #71b0d4;
    margin-right: 15px;
    height: 40px;
}

#newsEvens-form-onWht .textOnlyBtn {
    color: #4c566b;
    font-weight: 600;
}


label.selectdropdown {
    width: 200px;
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
    border: 4px solid #71b0d4;
    margin-right: 15px;
}

#newsEvens-form-onWht select {
    border: 0px solid #71b0d4;
    background: transparent;
    border-radius: 0;
    color: #495057;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 38px;
    padding-top: 0px;
    margin-top: 0px;
}

#newsEvens-form-onWht label.selectdropdown::after {
    display: inline-block;
    color: #71b0d4;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
}


#newsEvens-form select,
#newsEvens-form-mobile select {
    border-radius: 0;
    color: #495057;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 38px;
    padding-top: 5px;
    margin-top: 0px;
}

#newsEvens-form label.selectdropdown,
#newsEvens-form-mobile label.selectdropdown {
    width: 200px;
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
    border: 0px;
    margin-right: 15px;
}

#newsEvens-form label.selectdropdown::after,
#newsEvens-form-mobile label.selectdropdown::after {
    display: inline-block;
    color: #71b0d4;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
}

.trending {
    text-align: left;
}

trendingtop .trending a,
.trendingtop a {
    color: #ffffff;
}

.trending a:hover,
.trendingtop a:hover {
    color: #ffffff;
}

p.trendingbody {
    font-size: 1.2rem;
}

p.trendingbody a {
    color: #ffffff;
}

p.trendingbody a:hover {
    color: #ffffff;
}

.newsevents-body {
    padding: 0 35px;
}

.newsevent-list {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
    font-size: 1.5rem;
}

.newsevent-list li {
    padding-bottom: 10px;
}

.newsevent-list a {
    color: #FFF;
    font-weight: 400;
    font-size: 2rem;
    text-transform: uppercase;
}

.only-mble .newsevent-list a {
    color: #ED8B00;
    font-size: 2rem;
}

.newsevents-body hr {
    border: 1px solid #4d576c;
    margin: 20px 0 30px;
}

.solutions-body h2,
.pg-body h2 {
    color: #ED8B00;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 2.0rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}



.solutions-body h2 {
    font-family: 'Barlow', sans-serif;
    text-transform: none !important;
    font-weight: 300;
}

.newsheadbarlow {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.6rem !important;
}

.newsevents-body h2 {
    color: #ED8B00;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.siderail h2 {
    font-size: 1.5rem;
    margin-left: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.single-solutions .siderail {
    border-left: 1px solid #4e586d;
    /*margin-bottom:-3em;*/
}

.newsevents-body .graybox p,
.solutions-body .graybox p,
.pg-body .graybox p {
    margin-bottom: 8px;
}

.solutions-body h3,
.solutions-body h3 a,
.solutions-body h3 a:hover,
.pg-body h3,
.pg-body h3 a,
.pg-body h3 a:hover {
    color: #00A3E0;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: normal;
}

.pg-body h4 {
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.newsevents-body p {
    color: #0c0c0c;
    margin: 0 0 10px;
}

.dateAuthor {
    color: #0c0c0c;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: normal;
}

.newsevents-body p.teaser,
.solutions-body p.teaser,
.pg-body p.teaser {
    color: #0c0c0c;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 20px;
}

a.viewall-lnk,
.viewall-lnk {
    color: #00A3E0;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.sideRail-list {
    list-style-type: none;
    margin: 0 0 30px 15px;
    padding: 0;
}

.sideRail-list li {
    padding-bottom: 8px;
}

.sideRail-list a {
    color: #467c9f;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: normal;
}

.downloadlink,
.downloadlink:hover {
    color: #ED8B00;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-left: 16px;
}

.categoryContainer {
    padding: 30px 0;
    border-bottom: 2px solid #70b0d4;
}

.categoryContainer:last-child {
    border-bottom: none;
}

.blogsearchresultcontainer {
    padding: 0;
}

/*** CASE STUDIES ***/
.casestudy-pg {
    padding: 0 0 3rem;

}

.casestudy-pg .showcase .showcase-img-sm {
    min-height: 15rem;
    border: 4px solid #FFF;
}

.showcase h2.casestudy-hd {
    color: #FFF;
    text-transform: none;
}

/*** FEATURED ***/
.featured-header {
    padding: 17rem 0 5rem;
    background-repeat: no-repeat;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.featured-header h1 {
    color: #ED8B00;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px #000;
}

.featured-header h1.shdwHL {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #FFF;
    text-shadow: 2px 2px #000;
    padding: 0 3rem 4rem;
    font-size: 3.9rem;
}

.featured-header h4 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
}

.careershomeheader {
    padding: 14rem 0 5rem;
}


/*** EXPERIENCE GALLERY ***/
.flex-column {
    max-width: 50%;
    height: fit-content;
}

.myGallery {
    padding-bottom: 8rem;
    padding-left: 0px;
    padding-right: 0px;
}

.myGallery img {
    margin: 0px;
}

.myGallery .tall {
    height: 320px;
}

.myGallery .scale {
    transform: scaleY(1.05);
    padding-top: 5px;
}

.myGallery .img-container {
    position: relative;
    margin: 5px;
}

span.overlay {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    bottom: 0;
    padding: 10px;
    color: #FFF;
    left: 0;
    font-weight: 600;
}

.fa-chevron-right,
.fa-chevron-left {
    color: #00A3E0;
    font-size: 30px;
}

.fa-chevron-right {
    margin-right: -60px;
}

.fa-chevron-left {
    margin-left: -60px;
}


.carousel-control-next,
.carousel-control-prev {
    width: auto;
    opacity: 1;
}

.carousel-control-next {
    right: -35px;
}

.carousel-control-prev {
    left: -35px;
}

@media (max-width: 640px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }

    .mobile-half-column {
        max-width: 100%;
    }

    .myGallery .tall {
        height: auto;
    }

    .mobile-full-column {
        max-width: 100%;
    }

}

@media (max-width: 991px) {

    .mobile-full-column {
        max-width: 100%;
    }


    .carousel-control-next {
        right: 0px;
    }

    .carousel-control-prev {
        left: 0px;
    }



}

/*** FOOTER ***/
footer {
    background: #000;
    padding: 30px 35px 10px 35px;
}

footer h2 {
    color: #00A3E0;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    text-transform: none;
}

footer p {
    color: #FFF;
    line-height: normal;
    font-size: 1.0rem;
    text-align: left;
}

footer p.followUs {
    margin-top: 0px;
    color: #00A3E0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

footer li a {
    color: #FFF;
    font-size: 1.0rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

footer li a:hover {
    color: #FFF;
}

footer li.hdBlue {
    padding-bottom: 2px;
}

footer li.hdBlue a {
    color: #00A3E0;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.orgBorder {
    border-left: 2px solid #ED8B00;
    padding-left: 30px;
}

footer .copyright {
    margin-top: 10px;
}

footer .copyright p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
}

/*#field_3_3,
#field_3_4,
#field_3_5 {
    display: none;
}*/

#insights-form {
    margin-bottom: 30px;
}

#insights-form input[type="text"],
#insights-form select {
    border: none;
    margin-right: 15px;
    height: 45px;
    background: #e5e5e5;
    color: #000;
}

#insights-form label.selectdropdowninsight,
#experiences-form label.selectdropdownexperiences {
    display: flex;
    margin-bottom: 0px;
}

#insights-form label.selectdropdowninsight::after {
    display: inline-block;
    color: #71b0d4;
    content: "\f105" !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1;
    width: 12%;
    height: 100%;
    pointer-events: none;
}

#insights-form select {
    border: 0px solid #000000;
    background: #e5e5e5;
    ;
    border-radius: 0;
    color: #495057;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% height: 38px;
    padding-top: 5px;
    margin-top: 0px;
    vertical-align: middle;
}


#insights-form label.selectdropdownexperiences {
    display: inline-block;
    color: #71b0d4;
    content: "\f105" !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
}

#experiences-form label.selectdropdownexperiences::after {
    display: inline-block;
    color: #71b0d4;
    content: "\f105" !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
}

#experiences-form select {
    border: 0px solid #000000;
    background: #e5e5e5;
    ;
    border-radius: 0;
    color: #495057;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%,
        height: 38px;
    padding-top: 5px;
    margin-top: 0px;
    margin-left: 5px;
}


/*should never use container for full width */
.container {
    max-width: 100%
}




/*** RESPONSIVE MAGIC ***/
@media screen and (min-width: 1900px) {
    .containmodal {
        margin-left: -206px;
    }
}

@media screen and (max-width: 1900px) {
    .containmodal {
        margin-left: -206px;
    }
}

@media screen and (max-width: 1800px) {
    .containmodal {
        margin-left: -234px;
    }
}

@media screen and (max-width: 1700px) {
    .containmodal {
        margin-left: -244px;
    }
}

@media screen and (max-width: 1630px) {
    .containmodal {
        margin-left: -278px;
    }
}

@media screen and (max-width: 1600px) {
    .containmodal {
        margin-left: -278px;
    }
}

@media screen and (max-width: 1500px) {
    .containmodal {
        margin-left: -320px;
    }
}

@media screen and (max-width: 1400px) {
    .containmodal {
        margin-left: -320px;
    }
}



@media screen and (max-width: 1366px) {
    .blogcontactbutton a.drkbluefillBtn {
        margin: 5px 0px 0px 0px;
    }

    .container.innerpagenav {
        max-width: 100%;
        margin-right: 30px;
    }

    .personshowcase {
        left: 50%;
    }

    .profileSrchStag-msg {
        max-width: 95%
    }

    .solutions-body .accordion .card-header h5,
    .pg-body .accordion .card-header h5 {
        font-size: 1.5rem;
    }

    .accordion .card-header {
        padding: 0.0rem 0.5rem;
    }

    .form-control {
        border: 3px solid #00A3E0;
    }
}

@media screen and (max-width: 1340px) {
    .containmodal {
        margin-left: -350px;
    }
}

@media screen and (max-width: 1260px) {

    /*Some homepage things*/
    .home-stage-btn {
        font-size: 1.2rem;
    }

    .page-heading h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .stage-msg h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .containmodal {
        margin-left: -380px;
    }
}

@media screen and (max-width: 1085px) {
    .containmodal {
        margin-left: -416px;
    }
}


@media screen and (max-width: 1024px) {
    .orgBorder {
        border: none;
        padding-left: 15px;
    }

    .mbl5 {
        float: left;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 30px 0 0;
    }

    footer p.followUs {
        margin-top: 0;
        color: #00A3E0;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 1.5rem;
        text-transform: uppercase;
    }

    .hd-top-bar-cta,
    .hd-top-bar-cta:hover {
        font-size: 1rem;
    }

    #insights-form label.selectdropdowninsight::after {
        right: 10px;
        top: 6px;
    }

    .smallerh1 {
        font-size: 1rem;
    }

    .showcase h2 {
        font-size: 2.3rem;
    }

    .bluesky h2 {
        font-size: 3.9rem;
    }

    .graybox {
        padding: 30px 30px;
    }

    .graybox p {
        font-size: 1.2rem;
    }

    .graybox h2 {
        font-size: 1.6rem;
    }

    .container-fluid.pgTitle {
        max-width: 100%;
        padding-right: 30px;
    }

    .container.innerpagenav {
        margin-right: 15px;
        margin-left: 15px;
    }

    .container.showcase {
        margin: 0px 0px 0px 0px;
    }

    .stage-msg {
        padding-top: 25px;
    }

    .nothingbelowtablet {
        display: none;
    }

    .notondesktop {
        display: block;
    }

    .showcase .showcase-img .showcaseImgCnt {
        padding: 3rem 3rem 3rem 2rem;
    }

    #navbarResponsive ul {
        padding: 0 40px 60px 20px;
    }

    #navbarResponsive .nav-link {
        font-size: 1.7rem;
    }

    #searchResult {
        padding: 0 30px 0 30px;
    }

    .newevents-header p {
        font-size: 1.3rem;
    }

    .newevents-header {
        padding: 20px 25px;
    }

    .single-solutions .containmodal {
        margin-left: -425px;
    }

    #prflSrch-form p a {
        font-size: 1rem;
    }

    #prflSrch-form .orgOutlineBtn {
        font-size: 1rem;
    }

    .archieveblogbodysection {
        padding: 0px 60px 0px 60px !important;
    }

    .archieveblogsearcharea {
        padding: 0px 60px 0px 60px;
    }

    .container-fluid.pgTitle {
        max-width: 100%;
        padding-right: 15px;
    }

    .containmodal {
        margin-left: -420px;
    }

    .contactbodysection {
        padding: 0px 20px 0px 20px !important;
    }

    footer {
        padding: 30px 25px 10px 25px;
    }
}

@media (min-width: 768px) {

    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }


    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }


    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }


    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .card-body {
        background: #f3f3f3;
        /*min-height: 190px;*/
    }

    .solutions-body .card-body {
        background: transparent;
    }

    .mobile-contact-card .card-body {
        background: #FFF;
        min-height: auto;

    }

    .card-title {
        color: #ED8B00;
        font-weight: 400;
    }

    #expertSearchResultTable a i {
        color: #e3831f;
    }
}


@media screen and (max-width: 991px) {
    .container.showcase {
        margin: 0px 25px 0px 25px;
    }

    .blogcontactbutton {
        padding-top: 0px;
        margin-top: -10px;
    }

    .ssicon {
        background-color: #4e586d;
    }

    .ssicon:hover {
        background-color: #00A3E0;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        color: #FFF;
        padding: 8px 0 0;
    }

    .single-post .containmodal {
        margin-left: -429px;
    }

    .single-post .containmodalmobile {
        margin-left: -188px;
    }

    a.drkbluefillBtn {
        margin: 15px 0 0px;
        0;
    }

    .blogcontactbutton {
        margin-bottom: 15px;
    }

    .blogcontactbutton a.drkbluefillBtn {
        margin: 5px 0px -px 0px;
    }

    .containdidyouknowmodal {
        margin-left: -400px;
    }
}

@media screen and (max-width: 983px) {
    .only-tablet {
        display: block;
    }

    .only-tablet-flex {
        display: inline-flex;
    }

    .only-tablet-above {
        display: block;
    }

    .no-tablet {
        display: none;
    }

    .no-mble {
        display: none;
        !important
    }
}



@media screen and (max-width: 982px) {
    .only-tablet {
        display: block;
    }

    .only-tablet-flex {
        display: inline-flex;
    }

    .only-tablet-above {
        display: block;
    }

    .no-tablet {
        display: none;
    }

    .no-mble {
        display: none;
        !important
    }

    .navbar {
        margin-right: 2px;
    }

    .container.home-mobile-img-bck {
        padding-top: 170px;
    }

    .showcase .showcaseright {
        text-align: center;
    }

    .stage-msg p.home-msg-arw {
        background-image: none;
        padding: 0 0px;
        left: initial;
    }

    .home-stage-btn {
        width: 280px;
        margin: 0 auto;
        text-align: center;
    }

    .stage-msg {
        padding-left: 0px;
        padding-right: 0px;
    }

    .stage-msg p.home-msg-arw {
        font-size: 1.2rem;
        text-align: left;
        display: inline-block;
    }

    .page-heading {
        padding-right: 0px;
        padding-left: 10px
    }

    .container-fluid.pgTitle {
        padding-right: 15px
    }

    .accordion .card-header h5 {
        font-size: 2rem;
        margin-top: 15px;
        font-size: 1.7rem;
        font-weight: 400;
    }

    .accordion .card-header a.collapsed h5,
    .accordion .card-header a.collapsed:active h5,
    .accordion .card-header a.collapsed:focus h5,
    .accordion .card-header a.collapsed:hover h5 {
        color: #ED8B00;
        font-size: 1.7rem;
        font-weight: 400;
    }

    .contact-accordian .card-header h5 {
        margin-bottom: 15px !important;
        text-decoration: none;
        color: #ED8B00;
    }

    .contact-accordian .card-body {
        background-color: #FFF;
    }

    .contact-accordian h3 {
        color: #ED8B00;
    }

    .contact-accordian {
        margin-bottom: 100px;
    }

    #contact-form-mobile .col-sm-6 {
        margin-bottom: 15px;
    }

    .container.showcase {
        margin: 0px 0px 0px 0px;
    }

    .newevents-header p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .container.peoplsearchcontainer {
        margin: 0 25px;
        padding: 0px 25px;
    }

    .profileSrchStag-msg {
        max-width: 95%;
    }

    .profileSrchStag-msg h2 {
        font-size: 1.4rem;
    }

    #expertSearchResultTable td {
        line-height: 1.5rem;
        vertical-align: middle;
    }

    #expertSearchResultTable td p {
        margin: 0;
        line-height: 1.5rem
    }

    #expertSearchResultTable th {
        line-height: 1.5rem;
    }

    .showcase .showcase-text {
        padding: 25px 15px;
    }

    #profiles h2 {
        font-size: 1.9rem;
    }

    .container.whtBkgrnd.solutions-body.p-3 {
        margin: 0px 15px;
        max-width: fit-content;
    }

    .solutions-body {
        padding: 0px !important;
    }

    .single-solutions .containmodal {
        margin-left: auto;
    }

    #careerSearchForm {
        text-align: center;
    }

    .careerSearchBar {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .careerSearchBar input[type='text'],
    .careerSearchBar input[type='text']:focus {
        width: 80%;
        padding: 8px 10px;
    }

    .viewOptions {
        margin-top: 10px;
        text-align: center;
    }

    .viewOptions .lrgWht {
        font-size: 1.2rem;
    }

    .imgbck {
        width: 100%;
        font-size: 2rem;
        padding: 12px 20px;
    }

    .careerbuttons img {
        display: block;
        margin: 0 auto;
    }

    .careerfeaturedimage img {
        display: block;
        margin: 0 auto;
    }

    #gform_submit_button_1 {
        width: 20% !important;
    }

    .newevents-header h2 {
        font-size: 1.6rem;
    }

    .newsevent-list a {
        font-size: 1.6rem;
    }

    #newsEvens-form input[type="text"],
    #newsEvens-form-onWht input[type="text"] {
        width: 96%;
    }

    #newsEvens-form select,
    #newsEvens-form-onWht select {
        width: 96%;
    }

    #newsEvens-form label.selectdropdown,
    #newsEvens-form-onWht label.selectdropdown {
        width: 100%;
        margin-top: 1rem;
    }

    #newsEvens-form-mobile input[type="text"] {
        width: 96%;
    }

    #newsEvens-form-mobile select {
        width: 96%;
        height: 40px;
        padding-top: 3px
    }

    #newsEvens-form-mobile label.selectdropdown {
        width: 100%;
        height: 42px;
        margin-bottom: 0px;
    }

    .myGallery {
        padding: 0px;
    }

    .myGallery .container-fluid {
        padding: 0px;
        margin: 0px
    }

    #searchResult {
        padding: 0px 25px;
    }

    .vbluesky-1,
    .vbluesky-2 {
        background-size: 100%;
        padding-right: 0px;
        padding-left: 15px;
        margin-right: 0px;
        margin-left: 0px
    }

    .row.solbluesky {
        margin-right: 0px;
    }

    .row.pagetitle {
        margin-right: 0px;
        margin-left: 0px;
    }

    a.drkbluefillBtn {
        margin: 8px 0 25px 0;
    }

    .containmodal {
        margin-left: 25px;
    }

    .whtBkgrnd .row {
        margin-right: 5px;
        margin-left: 5px;
    }

    footer {
        padding: 30px 18px 10px 18px;
    }

    .archieveblogsearcharea {
        padding: 0px 0px 0px 40px;
    }

    .contactbodysection {
        padding: 0px 0px 0px 0px !important;
    }

    .newsevents-body {
        padding: 0px 0px;
    }

    #insights-form label.selectdropdowninsight,
    #experiences-form label.selectdropdownexperiences {
        margin-bottom: 15px;
    }

    #insights-form input[type="text"] {
        margin-bottom: 15px;
        width: 97.9%
    }

    #insights-form label.selectdropdowninsight::after {
        width: 6%;
    }
}

@media screen and (max-width: 950px) {
    .containdidyouknowmodal {
        margin-left: -430px;
    }

    .orgBtn {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 950px) {
    .containdidyouknowmodal {
        margin-left: -463px;
    }

    .orgBtn {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 693px) {
    .no-mble {
        display: none !important;
    }

    .only-tablet {
        display: none;
    }

    .only-tablet-above {
        display: none
    }

    .only-tablet-flex {
        display: none;
    }

    .only-mble,
    .on-mble {
        display: block;
    }

    .pgTitle {
        background-image: url(/wp-content/themes/guidepost-solutions/imgs/drkskyBck.jpg);
        background-position: top;
        background-size: cover;
    }

    .nobackgroundimage {
        background-image: none !important;
    }

    #contactUs .modal-body h2 {
        font-size: 2rem;
        text-transform: uppercase !important;
    }

    #contactUs .instructions p,
    #contactUsMobile .instructions p {
        margin: 26px -15px 0 0;
    }


    /*Header adjustments*/
    .navbar-brand {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .navbar {
        padding: 0px !important;
    }

    .navbar-brand img {
        width: 260px;
    }

    .dspCTA {
        padding-top: 0px;
        margin-top: -18px;
        margin-bottom: -12px;
    }

    #navbarResponsive {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .mobile-search {
        display: block;
    }

    .search_form input[type="text"] {
        background-color: #ffffff;
        color: #000000;
    }

    .mobile-search .form-control {
        border: 0px;
    }

    .mobile-search .search_form input[type="text"]:focus {
        background-color: #ffffff;
        color: #000000;
        border: none;
    }

    .mobile-search button,
    .mobile-search .input-group>.input-group-append>.btn {
        border: none !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    /*Home Page Adjustments*/
    .homepg .navbar {
        background: #FFF;
    }

    .homepg {
        background: none;
        width: 100%;
        min-width: 100%
    }

    .home-mobile-img-bck {
        background-image: url(../imgs/bg-index.jpg);
        background-repeat: no-repeat;
        background-size: 180%;
        background-position: top right;
    }

    .homepg .navicons,
    .homepg .navicons:active,
    .homepg .navicons:focus {
        color: #00A3E0;
    }

    .home-mobile-img-bck {
        padding-top: 9rem;
    }

    .home-mobile-img-bck h1 {
        text-align: left;
        margin-left: 8rem;
        font-size: 1.2rem;
        line-height: 1rem;
    }

    .page-heading .smallerh1 {
        font-size: .8rem;
    }

    .home-mobile-img-bck h2 {
        text-align: left;
        margin-left: 8rem;
        font-size: 1.75rem;
    }

    .home-mobile-img-bck .page-heading {
        padding-bottom: 0;
        margin-left: 1rem;
    }

    .blueHmStgCpy p {
        text-align: center;
    }

    .home .showcase .showcase-text p {
        text-align: center;
    }

    .home .grybck .showcase-text p {
        text-align: left;
        margin: 0px 0px 0px 0px;
    }

    .home .showcase .showcase-text {
        padding: 0rem 1rem;
    }

    .home section.showcase {
        padding-top: 1rem;
    }

    .container.home-mobile-img-bck {
        padding-top: 180px;
    }

    .home .showcase h3 {
        font-size: 2.4rem;
    }

    .home .grybck .showcase-text h4 {
        margin-top: 15px;
    }

    .home .showcase .grybck h2 {
        font-size: 1.3rem;
    }

    .home .showcase .showcase-img .showcaseImgCnt {
        max-width: 100%
    }

    .home .showcase .showcase-img h2 {
        font-size: 3rem;
    }

    .row.pagetitle {
        margin-right: 0px;
        margin-left: 0px;
    }

    /*footer adjustment*/
    .mbl5 {
        max-width: 100%;
        padding: 0px
    }

    .orgBorder {
        padding: 0 0 0 15px;
    }

    .footer p {
        margin-bottom: 0px
    }

    .footersubform #input_3_2 {
        width: 100%
    }

    /*page-template-basic-alt*/
    .page-template-basic-alt .pgTitle h2 {
        padding-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .page-template-basic-alt .col-12.basic-title {
        padding: 0px 5px;
    }

    .page-template-basic-alt .col-12.basic-alt-body {
        padding: 0px;
    }

    .page-template-basic-alt .basic-body {
        padding: 0px 28px 30px 28px;
    }

    /*Solutions Page*/
    .solutions-body .accordion .card-header h5 {
        width: 95%
    }

    .post-type-archive-solutions .vbluesky-1 {
        padding-bottom: 0px;
    }

    .post-type-archive-solutions .vbluesky-2 {
        padding-top: 0px;
    }

    .post-type-archive-solutions .pgTitle {
        background-image: none;
    }

    p.trending {
        font-size: 1.5rem;
    }

    /*Solutions Single*/
    .single-solutions #searchResult {
        padding: 15px 15px 15px 15px;
        margin-bottom: 5px
    }

    .solutions-body h3 {
        margin-top: 15px;
    }

    .single-solutions .siderail {
        border-left: 0px;
        margin-bottom: 15px;
    }

    .single-solutions .explnk {
        font-size: 1.5rem;
    }

    .single-solutions a.drkbluefillBtn {
        margin: 8px 0 5px 0;
    }

    .single-solutions .siderail h2 {
        margin-top: 15px;
        text-transform: uppercase !important;
    }

    div#expandables {
        padding-right: 0px;
        padding-left: 0px;
    }

    .single-solutions .solutions-body h2 {
        font-size: 2rem;
    }

    /*Experience*/
    .myGallery {
        margin-top: 15px;
    }

    .featured-header h1.shdwHL {
        padding: 0 1.5rem;
        font-size: 1.9rem;
    }

    .featured-header {
        padding: 3rem 0 3rem;
    }

    /*Contact Page*/
    .ldsh-name {
        font-size: 1.3rem;
        margin-top: 5px !important;
    }

    .page-template-contact .card-body {
        padding: 0 0 0 15px;
    }

    .contact-pg img {
        margin: 0 auto;
        width: 100%;
    }

    .peopleoutercontainer {
        width: 100%;
    }

    /*People Search page*/
    .post-type-archive-our-people .card-body {
        padding: 0 0 0 0px;
    }

    .post-type-archive-our-people .searchbodytitle {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-bottom: 15px;
    }

    .post-type-archive-our-people .searchbodytitle h2 {
        margin-bottom: 0px;
    }

    .post-type-archive-our-people .gradientlayer {
        display: none;
    }

    .post-type-archive-our-people .prflSearchBody {
        padding-top: 15px;
    }

    .container-fluid.peoplsearchcontainer {
        padding: 0px 22px 0px 22px;
    }

    .prflSrch-list li a .prflSrch-list .disabled {
        font-size: 1.5rem;
    }

    .prflSrch-list .list-inline-item:not(:last-child) {
        margin: 0 10px 0 0;
    }

    .mobileprofilenopadding {
        padding: 0px
    }

    /*Single People*/
    .single-our-people .pagetitle {
        display: none;
    }

    .single-our-people #profiles {
        padding: 0px 0px 0px 0px;
    }

    #profiles h2 {
        font-size: 1.9rem;
        text-align: center;
    }

    #profiles h3 {
        font-size: 1.5rem;
        text-align: center;
    }

    .single-our-people ul.list-inline.prfDetails {
        text-align: center
    }

    #profiles .prfDetails a,
    #profiles .prfDetails li {
        font-size: 1.2rem;
    }

    .single-our-people .card-body {
        padding: 0 20px 0 45px;
    }

    .single-our-people ul.blueBullets {
        padding: 0 0px 0 5px;
    }

    .single-our-people .transBck .row {
        display: block;
    }

    /*Our Blog*/
    #blogheader {
        padding: 0;
    }

    #blogheader .shdwHL-thin {
        padding: 4rem 3rem 4rem 3rem;
    }

    .archieveblogsearcharea {
        padding: 0px 0px 0px 0px;
    }

    #insights-form label.selectdropdowninsight::after {
        width: 5%;
    }

    #insights-form input[type="text"],
    #insights-form select {
        margin-right: 0px;
    }

    #insights-form input[type="text"] {
        width: 100%;
    }

    .blog h4.card-title {
        font-size: 1.5rem;
        margin-top: 15px;
    }

    .blog p.card-text {
        font-size: .9rem;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 90px;
    }

    /*single News*/
    .single-post .siderail {
        margin-bottom: 15px;
    }

    .single-post .siderail a.drkbluefillBtn {
        margin: 10px 0 10px 0;
    }

    /*News Archive*/
    .category-news-events .pgTitle {
        background-image: none;
    }

    .newsevent-list {
        margin: 20px 0 0 0;
    }

    .topicheader {
        background-image: none !important;
        color: #000000;
        margin: 0px 3px;
    }

    .category .pgTitle h2 {
        margin-left: 0px;
    }

    .category #searchResult {
        padding: 15px 10px;
        margin-bottom: 0px
    }

    .category .container.whtBkgrnd.solutions-body.p-3 {
        margin: 0px
    }

    .newevents-header {
        padding: 20px 15px;
    }

    .categoryContainer {
        margin-left: -15px;
        margin-right: -15px
    }

    .blogsearchresultcontainer {
        margin-left: -15px;
        margin-right: -15px
    }

    #newsEvens-form-onWht .textOnlyBtn {
        padding-left: 0px;
        margin-top: 10px;
    }

    .category .excerpt {
        display: none;
    }

    .category h2.newsheadbarlow {
        margin-bottom: 10px;
    }

    .category ul.list-inline.searchResult-pagination {
        margin-left: -10px;
        margin-right: -10px;
    }

    .category .siderail h2.newsheadbarlow {
        margin-left: 0px;
    }

    .category #newsEvens-form-onWht label {
        margin-bottom: 0px;
    }

    #newsEvens-form .textOnlyBtn {
        padding: 0px;
        margin-top: 10px;
    }

    /*Single Blog*/
    .single-post .pgTitle {
        display: none
    }

    .blogPg {
        border-top: 0px;
    }

    .blogPg .row.pad-50 {
        padding-top: 0px
    }

    .blogPg .showcase h3 {
        font-size: 1.2rem;
    }

    .blogPg .ssicon {
        background-color: #00A3E0;
    }

    .blogPg .keywords-bar .col-lg-8.col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .blogPg .keywords-bar p.keywords {
        text-align: center;
        margin-bottom: 0px;
    }

    .blogPg .keywords-bar {
        margin-left: -15px;
        margin-right: -15px
    }

    .blogPg p {
        text-align: left;
        margin-bottom: 15px;
    }

    .blogPg img.float-left.img-fluid {
        width: 100%;
    }

    .blogPg .blogbyline h3 {
        text-align: center;
    }

    .blogPg p.titleposition {
        text-align: center;
    }

    p {
        text-align: left;
        margin-bottom: 15px;
    }

    .hd-top-bar-cta,
    .hd-top-bar-cta:hover {
        font-size: 1rem;
    }

    .hd-top-bar {
        height: auto;
    }

    .only-mble .hd-top-bar-cta,
    .only-mble .hd-top-bar-cta:hover {
        font-size: 1.2rem;
    }

    .orgBtn {
        font-size: 1rem;
    }

    .stage-msg p.home-msg-arw {
        display: none !important;
    }

    .pgTitle {
        margin-top: 0;
        padding: 0;
        background-color: #00A3E0;
        color: #FFF;
    }

    .pgTitle h2 {
        text-align: left;
        color: #FFF;
        padding: 15px 0;
        margin-left: 5px;
    }

    .pgTitle h2.drkblue {
        color: #FFF;
    }

    .page-heading {
        text-align: center;
    }

    .page-heading,
    .stage-msg {
        padding: 0 0 2rem;
    }

    .exptSearchBck .page-heading h1 {
        text-align: left;
    }

    .exptSearchBck {
        background-image: none !important;
    }

    .searchhead {
        padding: 0px 0px !important;
        max-width: fit-content;
        text-align: left;
    }

    .container.peoplsearchcontainer {
        margin: 0px;
    }

    .container.peoplsearchcontainer.page-heading {
        text-align: left;
    }

    .container.exptSearchNavBar {
        margin: 0px;
    }

    .searchbodytitle {
        border-bottom: 3px solid #00A3E0 !important;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .prflSearchBody .container {
        margin: 0px;
        padding: 0px
    }

    .searchhead {
        max-width: 100%;
    }

    .navbar {
        margin-right: 5px;
        margin-left: 5px;
    }

    .container.innerpagenav {
        margin-left: 5px;
        margin-right: 5px;
    }

    ul.blueBullets {
        padding: 0 15px;
    }

    #searchResult {
        padding: 15px 20px;
    }

    footer {
        padding: 15px 15px;
    }

    footer p {
        font-size: 14px;
    }

    .blue-outline-btn,
    .green-outline-btn,
    .org-outline-btn,
    .white-outline-btn {
        font-size: 1.9rem;
        padding: 10px;
        text-align: center;
    }

    .blue-outline-btn,
    .green-outline-btn,
    .org-outline-btn,
    .white-outline-btn,
    .arw-btn {
        width: 100%;
    }

    #contact-form input,
    #contact-form textarea {
        margin-bottom: 15px;
    }


    footer .copyright p {
        font-size: 12px;
    }

    #newsEvens-form input[type="text"],
    #newsEvens-form select {
        width: 100%;
        margin-bottom: 10px;
    }

    .card-header p {
        margin: 0;
    }

    .card-body {
        padding: 0 0 0 15px;
    }

    /* .card-body p {margin: 0 0 15px 10px !important;} */
    .searchResultsPgs {
        text-align: left;
    }

    .showcase .showcase-text {
        padding: 1rem 1rem;
    }

    .casestudy-pg ul.list-inline {
        padding: 0 15px;
    }

    .shdwHL {
        font-size: 2.75rem;
    }

    .basic-header {
        background-image: none
    }

    .basic-header h1 {
        color: #212529;
    }

    .basic-header h1,
    .whtHL,
    .blogPg h1 {
        font-size: 2rem;
    }

    .basic-header .p-2 {
        padding: 0px !important;
    }

    .newsevents-body h2,
    .solutions-body h2,
    .pg-body h2,
    .featured-header h1,
    .lrgWht,
    .orgBtn {
        font-size: 1.5rem;
    }


    .pgTitle h2 {
        font-size: 1.9rem;
        margin-bottom: 0px;
    }

    .solutions-body .accordion .card-header h5,
    .pg-body .accordion .card-header h5 {
        font-size: 1.6rem;
    }

    .container.whtBkgrnd.solutions-body.p-3 {
        margin: 10px 0px;
    }

    footer p.followUs,
    footer li.hdBlue a {
        font-size: 1rem;
    }

    .explnk {
        font-size: 1.5rem;
    }

    .showcase .showcase-img h2,
    .showcase h3 {
        font-size: 2rem;
    }

    .graybox {
        margin: 20px 10px;
        padding: 15px;
    }

    .bluesky h2 {
        font-size: 2.5rem;
    }

    .bluesky h3 {
        font-size: 3rem;
    }

    .showcase .showcase-img,
    .showcase .showcase-img-sm {
        min-height: 15rem;
        background-size: cover;
    }

    h2.newsheadbarlow {
        color: #ED8B00;
    }

    h2 {
        font-size: 1.5rem;
    }

    .containmodal {
        width: 90%;
        margin-left: 5px !important;
    }

    .containmodalmobile {
        width: 100%;
    }

    .single-solutions .containmodal {
        margin-left: 20px;
    }

    .modal-content .gform_button {
        color: #FFF;
        border: 2px solid #FFF;
        font-size: 1.2rem;
        padding: 5px 0px;
        position: absolute;
        right: 15px !important;
        width: 30% !important;
        bottom: 0px;
        font-size: 1rem !important;
    }

    .pgTitle h2 {
        margin-left: 15px;
    }

    .post-type-archive-solutions .pgTitle h2 {
        margin-left: 0px;
    }

    .single-solutions .pgTitle h2 {
        margin-left: 0px;
    }

    .footercontainer .row {
        margin-right: 0px;
    }

    .whtBkgrnd .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .bodysection {
        padding: 0px 0px 0px 0px !important;
    }

    .archieveblogbodysection {
        padding: 0px 0px 0px 0px !important;
    }

    .bodysection .card-body {
        padding: 0px 0px 0px 5px !important;
    }

    #gform_submit_button_1 {
        color: #00A3E0;
    }

    .footersubform .gform_button {
        width: 100% !important;
    }

    .archieveblogbodysection {
        padding: 0px 15px 0px 15px !important;
    }

    .archieveblogbodysection .card-body {
        padding: 0 0 0 0px;
    }

    .page-body {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .explnk.collapsed span::before,
    .explnk span::before,
    .explnk.start span::before {
        left: 18px;
        top: -2.5px;
    }

    .expandables p {
        margin-left: 2.5rem;
        text-indent: -2.3rem;
        margin-bottom: 20px;
    }

    .expandables .blueBullets {
        margin-left: 3rem;
    }

    .expandablecontent p {
        text-indent: unset;
    }

    .mobilecenter {
        margin: auto;
        display: block;
    }

    ul.blueBullets {
        padding: 0 5px;
    }

    .solbluesky {
        background-image: url(../imgs/verticalBlueSky-1.jpg);
        background-position: center;
        background-size: cover;
    }

    .vbluesky-1,
    .vbluesky-2 {
        background-image: none;
    }

    .careershomeheader {
        padding: 0;
    }

    .pg-body h3 {
        font-size: 1.5rem;
    }
}

@media (min-width: 360px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .home .navbar-expand-lg .navbar-nav {
        margin-right: 5px;
    }
}

@media screen and (max-width: 340px) {

    .hd-top-bar-cta,
    .hd-top-bar-cta:hover {
        font-size: .75rem;
    }

    .hd-top-bar-cta:after {
        bottom: -6px;
    }
}

/*** Experts Page ***/

/*People Search page slider*/
.post-type-archive-our-people header.blkBkgrndWhtIcns.exptSearchBck.orange-bottom-border {
    position: relative;
    overflow: hidden;
}

header .experts-bg-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

header .experts-bg-carousel .slick-list,
header .experts-bg-carousel .slick-track {
    height: 100%;
}

.expert-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

header .experts-content-carousel .profileSrchStag-msg {
    position: relative;
}

section.experts-additional-content {
    padding: 80px 0;
    background: #070707;
    color: #FFF;
}

@media (min-width: 1024px) {
    .expert-img-wrap img {
        object-position: top;
    }
}

@media (max-width: 500px) {
    .experts-bg-carousel {
        display: none !important;
    }
}

.experts-carousel {
    max-width: 1200px;
    margin: 0 auto;
}

.expert-slide {
    position: relative;
}

.experts-content-carousel {
    display: none;
}

div.peoplsearchcontainer .experts-content-carousel.slick-initialized.slick-slider {
    display: flex;
    height: 100%;
    align-items: flex-end;
}

.expert-img-wrapper {
    padding-top: 54.2%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.expert-img-wrapper img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.expert-slide-content {
    position: absolute;
    z-index: 2;
    top: calc(50% - 100px);
    left: 60px;
    height: 200px;
    width: calc(50% - 60px);
    color: #FFFFFF;
}

.experts-carousel .slick-dots li.slick-active button:before {
    color: #FFFFFF;
}

.experts-carousel .slick-dots li button:before {
    color: #FFFFFF;
}

@media (max-width: 500px) {
    .expert-slide-content h2.h1 {
        font-size: 28px;
    }

    .expert-slide-content h5 {
        font-size: 1rem;
    }

    .expert-slide-content {
        left: 20px;
        width: calc(50% - 20px);
        top: 20px;
    }
}

/*** OVERRIDES ***/
.card-img-top {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.card {
    border-radius: 0;
    border: 0px;
}

.form-control {
    border-radius: 0;
}

.accordion .card-header>a {
    text-decoration: none;
}

.transBck {
    background-color: transparent;
}

.blu-copy {
    color: #00A3E0;
}

.blu-copy a {
    color: #00A3E0;
}

.owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
}

.owl-nav .owl-prev {
    top: 50%;
    left: 0;
    position: absolute;
}

.owl-nav .owl-next {
    top: 50%;
    right: 0;
    position: absolute;
}

.owl-carousel .owl-item img {
    max-height: 182px !important;
}

a#cn-accept-cookie,
a#cn-refuse-cookie {
    color: white !important;
}


/*  END */



/*Bootstrap Upgrade fixes*/
section.no-column-padding .row>* {
    padding: 0;
}

.text-right {
    text-align: right !important;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

label.selectdropdowninsight,
label.selectdropdownexperiences {
    position: relative;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
}

.profilePopup img {
    max-width: 100%;
    height: auto;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}