

@font-face {
    font-family: Aileron;
    src: url(fonts/aileron-light-webfont.woff), url(fonts/Aileron-Light.otf);
    font-display:fallback;
}
@font-face {
    font-family: AileronThin;
    src: url(fonts/Aileron-UltraLight.otf);
}
@font-face {
    font-family: AileronBold;
    src: url(fonts/aileron-bold-webfont.woff), url(fonts/Aileron-Bold.otf);
    font-display:fallback;
}

html {}
body {
    font-family: Aileron;
}
h1,h2,h3,h4,h5,h6 {
    font-family: AileronBold;
}
p {
    font-family: Aileron;
    color: #000
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
::selection {
  background: #327CD1;
  color: #fff;
}
::-moz-selection {
  background: #327CD1;
  color: #fff;
}




.top-bar {
    display: flex;
    transition: all ease 0.25s;
    overflow: hidden;
    height: 50px;
}

.top-links {
    margin-left: auto;
    align-items: center;
    display: flex;
    padding:10px 0;
}


.top-link {
    margin-left: 20px;
}
.top-socials a i {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    transition: all ease 0.25s;
}
.FooterSocial a i {
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    line-height: 39px;
    transition: all ease 0.25s;
    font-size: 1.5em;
}
.top-socials a i:hover, .FooterSocial a i:hover {
    color: #fff;
}
.top-socials .fa-facebook-f, .FooterSocial .fa-facebook-f {
    border-color: #327CD1;
    color: #327CD1
}
.top-socials .fa-facebook-f:hover, .FooterSocial .fa-facebook-f:hover {
    background-color: #327CD1;
}
.top-socials .fa-twitter, .FooterSocial .fa-twitter {
    border-color: #62CAE3;
    color: #62CAE3
}
.top-socials .fa-twitter:hover, .FooterSocial .fa-twitter:hover {
    background-color: #62CAE3;
}
.top-socials .fa-youtube, .FooterSocial .fa-youtube {
    border-color: #F0483E;
    color: #F0483E
}
.top-socials .fa-youtube:hover, .FooterSocial .fa-youtube:hover {
    background-color: #F0483E;
}
.top-socials .fa-linkedin-in, .FooterSocial .fa-linkedin-in {
    border-color: #0077B5;
    color: #0077B5
}
.top-socials .fa-linkedin-in:hover, .FooterSocial .fa-linkedin-in:hover {
    background-color: #0077B5;
}
.top-socials .fa-google-plus-g, .FooterSocial .fa-google-plus-g {
    border-color: #FFC849;
    color: #FFC849
}
.top-socials .fa-google-plus-g:hover, .FooterSocial .fa-google-plus-g:hover {
    background-color: #FFC849;
}
.top-normal-link {
    font-family: AileronBold;
    color: #878E99;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all ease 0.25s;
}
.top-normal-link:hover {
    color: #5BBCCD
}

.NavMobile {
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    width:100%;
    text-align: right;
}
.MobileButton {
    width: 80px;
    height: 63px;
    margin-left: auto;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding: 10px;
    position: relative;
    color: #878E99;
    z-index: 2;
    background: linear-gradient(to bottom left, #fff 25%, rgba(255,255,255,0.5));
    border-radius: 0px 0px 0px 20px;
}
.MobileMenu {
    background:linear-gradient(to bottom, #fff 5%, rgba(255,255,255,0.8));
    text-align: center;
    position: absolute;
    top:-100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all ease 0.5s;
}
.MobileMenu.MobileOpen {
    top: 0;
}
.MobileLink {
    height: 8%;
    padding: 10px;
    display: flex;
    align-items: center;
}
.MobileLink a {
    text-transform: uppercase;
    color: #878E99 !important;
    font-size: 1.3em;
    margin:auto;
    font-family: AileronBold;
}
.MNavOpen {
    overflow: hidden;
    position: relative;
}
.Navbar {
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 5px #aaa;
    background:#fff;
}
.NavD-shrink .top-bar {
    height: 0;
}
.NavD-shrink .navhr {
    border-top: 0px;
}
.NavD-Dropdown {
    position: relative;
}


.NavDropdown {
    height: auto;
    position: absolute;
    top: 100%;
    left: -30px;
    right: 0;
    text-align: center;
    width: 270px;
    padding: 15px 25px 25px;

    transform-origin: 30% 0% 0px;
    transform: matrix(0, 0, 0, 0, 0, 0);
}
.NavDropdown a {
    color: #fff;
    font-family: AileronBold;
    padding:5px;
    width: 100%;
    display: block
}
.NavDropdown-in {
    background-color: #595959;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 10px 0 0;
}
.NavDropdown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #595959;
}
.NavDD-link {
    padding: 5px 10px;
    text-align: left;
    color: #fff;
}


.btn-common {
    background-color:#62CAE3;
    border: 2px solid #62CAE3;
    padding: 6px 20px;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    transition: all ease 0.25s;
    font-family: AileronBold;
    cursor: pointer;
    display: inline-block;
}
.btn-common:hover {
    background-color: #fff;
    color: #000
}
.btn-common.btngrey {
    background-color: #878E99;
    border-color:#878E99
}
.btn-common.btngrey:hover {
    background-color: #fff;
    color: #878E99
}
.btn-common.btnwhite {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.btn-common.btnwhite:hover {
    background-color: #FFC849;
    color: #000;
    border-color: #FFC849
}
.btn-common.btnpurple {
    background-color: #9C8EAE;
    border-color: #9C8EAE;
    color: #fff;
}
.btn-common.btnpurple:hover {
    background-color: #fff;
    color: #9C8EAE;
}
.btn-common.btnyellow {
    background-color: #FFC849;
    border-color: #FFC849;
    color: #000;
}
.btn-common.btnyellow:hover {
    background-color: #fff;
    color: #000;
}
.btn-common.btn-hollowwhite {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-common.btn-hollowwhite:hover {
    background-color: #fff;
    color: #9C8EAE
}
.BGYellow .btn-common.btnwhite {
    color: #FFC849;
}
.BGYellow .btn-common.btnwhite:hover {
    color: #fff;
    background-color: #FFC849
}
.BGRed .btn-common.btnwhite {
    color: #F0483E;
}
.BGRed .btn-common.btnwhite:hover {
    color: #fff;
    background-color: #F0483E
}
.BGPurple .btn-common.btnwhite {
    color: #9C8EAE;
}
.BGPurple .btn-common.btnwhite:hover {
    color: #fff;
    background-color: #9C8EAE
}
.btn-common.whitefill {
    background-color: #fff;
    color: #5BBCCD;
}
.btn-common.whitefill:hover {
    background-color: #5BBCCD;
    color: #fff;
}

.navhr {
    margin:0 0;
    border-top: 2px solid #878E99;
    transition: all ease 0.5s;
}

.NavDesk {
    padding: 10px 15px;
    display: flex;
}
.NavD-links {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.NavD-link {
    margin-left: 20px;
    text-transform: uppercase;
}
.NavD-link > a {
    color: #878E99 !important;
    letter-spacing: 1px;
    padding:5px 15px;
    border-radius: 7px;
    transition: all ease 0.15s;
    cursor: pointer;
    font-family: AileronBold;
    position: relative;
}
.NavD-link > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    transition: all ease 0.25s;
    background-color: #FFC849;
    height: 3px;
    margin: auto;
}


.MobileSocials {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.MobileSocials a {
    color: #878E99;
    font-size: 2em;
    margin: auto;
}
.MobileSocialIn {
    padding-left: 15px;
}
.NavD-Logo img.img-fluid {
    height: 70px;
    padding:10px 0;
    min-width: 210px;
}
.NavD-Search {
    display: flex;
}
.SearchModal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    overflow: hidden;
    background-color: transparent;
    opacity: 0;
    height: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: all ease 0.5s;
}
.SearchModal.SModal-Open {
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 1;
    height: 100vh;
}
.SearchInner {
    margin: auto;
    padding: 20px 40px 20px 15px;
    position: relative;
    width: 30%;
    min-width: 250px;
}
.SearchSubmit {
    position: absolute;
    right: 0;
    top:0;
    margin: 20px 0;
}
.SearchSubmitIcon {
    position: absolute;
    top:0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #878E99;
    color: #878E99;
}
.NavSSbtn {
    border: 0;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
    opacity: 0;
}
.NavSStext {
    height: 40px;
    border: none;
    border-bottom: 1px solid #878E99;
    background: none;
    padding: 5px 10px;
    font-family: AileronBold;
    outline: none;
    width: 100%;
}
.SearchClose {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 3em;
    padding: 15px 30px;
    color: #878E99;
    cursor: pointer;
}

.homeHeader {
    height: 60vh;
    background-color: #aaa;
    position: relative;
    overflow: hidden;
}
.homeHeader > .container {
    height: 100%;
    position: relative;
    z-index: 2;
}
.splitRow {
    height: 100%;
}
.sRcol {
    height: 100%;
    padding:0;
}
.sRright {
    background-color: #62CAE3;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.sRrtxt {
    color: #000;
    padding:30px;
    z-index: 3;
}
.sRrtxt h1 {
    font-size: 2.2em;
    margin-bottom: 25px;
}
.sRrtxt p {
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.1em;
}
.sRlimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
}
.sRrtxt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width:100vw;
    background-color: #62CAE3;
}
.MM-topbtns {
    display: flex;
    align-items: center;
    margin-top: 63px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.mmtb-in {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 45%;
    padding: 5px;
    border: 1px solid;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
}
.mmtb-in a {
    font-family: AileronBold;
    color: #878e99;
    /* white-space: nowrap; */
    text-transform: uppercase;
    margin: auto;
}
.ML-social:first-child {
    margin-left: auto;
}
.ML-social:last-child {
    margin-right: auto;
}
.ML-social {
    margin: 15px;
    font-size: 1.5em;
}
.MobileLogo img {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 15px 10px 10px;
    background: linear-gradient(to bottom right, #fff 25%, rgba(255,255,255,0.5));
    border-radius: 0px 0px 20px 0px;
}
.navbar {
    padding:0 0;
}
.mnavdd {
    border: none;
    border-left: 2px solid #707070;
    border-radius: 0;
    background: transparent;
}
.mnavdd a {
    color: #878E99 !important;
    letter-spacing: 1px;
    padding: 5px 15px;
    transition: all ease 0.15s;
    cursor: pointer;
    font-family: AileronBold;
    background-color: transparent !important;
}
#top {
    padding-top: 132px;
}
.bHtxt {
    text-align: center;
}
.belowHeader {
    padding:50px 0 60px;
}
.bHtxt p {
    color: #595959;
    font-size: 1.2em;
    font-family: AileronBold;
}
.bHcol {
    position: relative;
    margin-bottom: 20px;
}
.bHcol a {
    display: block;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    border: 4px solid #3C7ABE;
    border-radius: 100%;
    position: relative;
}
.bHcol:nth-child(2) a {
    border-color: #62CAE3
}
.bHcol:nth-child(3) a {
    border-color: #9B8DAD
}
.bHcol:nth-child(4) a {
    border-color: #F0493E
}
.bHlinkin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding:20px;
}
.bHlinkin span {
    font-family: AileronBold;
    color: #000;
    font-size: 1.5em;
}
.bHlinks {
    margin: 30px auto 0;
    max-width: 850px;
    text-align: center;
}
.bHtxt {
    margin-bottom: 20px;
}
.bottomBtn {
    margin-top: 20px;
}
.fourCols {
    background-color: #EDEEEF;
    padding:60px 0;
}

.foCCicon {
    background-color: #3C7ABE;
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    margin: auto;
    font-size: 2.8em;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    top: -40px;
    margin-bottom: -25px;
}
.foCCin {
    text-align: center;
    background-color: #fff;
    border-top: 10px solid #FFC849;
    border-radius: 5px;
    padding: 0 15px 75px;
    height: 100%;
    position: relative;
}
.foCCbtn {
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
}
.foCCbtn .btn-common {
    display: block;
    padding: 6px 6px;
    letter-spacing: 0px;
}
.foCCtxt h2 {
    color: #595959;
    font-size: 1.6em;
    margin-bottom: 23px;
}
.testimonialTxt {
    margin-bottom: 30px;
}
.testimonialTxt p {
    font-family: AileronBold;
    font-size:2.2em;
    color: #595959;
}
.testimonialName p {
    text-align: right;
    margin:0;
    font-style: italic;
    color: #000;
}
.testimonial {
    padding:75px 0 50px;
    margin-bottom: -50px;
}
.slideSection {
    position: relative;
    overflow: hidden;
}
.slidingText {
    position: absolute;
    z-index: 3;
    opacity: 0.5;
    transition: all ease-out 1s;
}
.stbot {
    bottom: 0;
}
.stleft {
    left: 0;
}
.sttop {
    top: 0;
}
.stright {
    right: 0;
}
.slidingText p {
    font-size: 3em;
    font-family: AileronBold;
    color: #9B8DAD;
}
.pstep .slidingText p {
    color: #3C7ABE
}
.lcta {
    padding:50px 0;
    background-color: #FFC849;
    margin-top: 75px;
}
.ctaTxt {
    text-align: center;
}

.ctaTxt p {
    font-size: 1.3em;
}
.ctaTxt .ctaTxttop {
    text-align: left;
    font-family: AileronBold;
    font-size: 2.2em;
}
.pltr {
    padding:75px 0 0;
}
.pretitle {
    font-family: Aileron;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 3px;
}
.cmntxt h2 {
    margin: 6px 0 15px;
    color: #595959;
}
.separator {
    padding-top: 75px;
}
.separator hr {
    border-top: 2px solid #FFC849
}
.topHeadings {
    text-align: center;
    margin-bottom: 40px;
    max-width: 750px;
    margin: 0 auto 40px;
}
.topHeadings h2 {
    color: #595959;
    margin-bottom: 15px;
}
.wmupdates {
    padding: 75px 0 0
}
.wmuimg {
    position: relative;
    display: block;
}
.wmuburst {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px;
    z-index: 3;
}
.wmuburst:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid #9B8DAD;
    border-bottom: 50px solid #9B8DAD;
    border-top: 50px solid transparent;
    z-index: 2;
}
.wmuburst img {
    width: 40px;
    position: relative;
    z-index: 3;
}
.wmutxt h3 {
    color: #595959;
    font-size: 1.4em;
    margin:20px 0;
}
.subcta {
    padding:50px 0 20px;
    margin-top: 30px;
    background-color: #62CAE3;
}
.footerTopDisclosure {
    border-top:2px solid #000;
    margin-top: 65px;
    padding-top: 30px;
}
.fTDisin {
    font-size: 0.9em;
}
.subctain h3 {
    font-size: 2.1em;
}
.subctain p {
    font-size: 1.2em;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.footerSocial {
    margin:20px 0;
}
.fLtop {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.fLtop a {
    padding:5px 15px;
    border-left: 1px solid #888D98;
    color: #000;
    text-transform: uppercase;
    font-size: 1.1em;
}
.fLtop a:first-child {
    border-left: none;
}
.topfooter {
    padding:60px 0 30px;
}
.fLbot p {
    display: block;
    font-size: 1.1em;
    padding:5px 15px;
    text-transform: uppercase;
}
.FocusList a {
    display: block;
    font-size: 1.1em;
    padding:5px 15px;
    color: #000
}
.fLbotcol {
    display: inline-block;
}
.fLbotin {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin:20px 0 0;
}
.botfooter {
    padding:30px 0;
    border-top: 2px solid #595959
}
.botfooterlinks a {
    padding:2px 6px;
    position: relative;
    display: inline-block;
    color: #000;
}
.botfooterlinks a:first-child {
    padding-left: 0;
}
.hburst {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    top: 30px;
    z-index: -1
}
.hburst img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
}
.wmuimg {
    display: inline-block;
    margin:auto;
}
.wmucol {
    margin-bottom: 50px;
}
.wmuin {
    position: relative;
    padding-bottom: 40px;
    height: 100%
}
.wmubtn {
    position: absolute;
    bottom: 0;
    left: 0;

}
.header {
    background-color: #62CAE3;
    position: relative;
}
.header h1 {
    font-size: 2.2em;
}
.headerin {
    position: relative;
    padding:40px 60px 40px 0;
}
.headerburst {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 50px;
}
.process {
    padding:75px 0 40px;
    background-color: #EDEEEF;
}
.process .topHeadings h2 {
    color: #000;
}
.pstepbox {
    background-color: #fff;
    padding:40px;
}
.pstepbox p {
    margin:0;
    font-size: 1.2em;
}
.pstep {
    margin-bottom: 45px;
}
.locations {
    padding:75px 0 0;
}
.locgroup p {
    margin:0;
}
.locgroup {
    margin-bottom: 15px;
}
.locitem {
    text-align: center;
}
.locicon {
    font-size: 3.3em;
    color: #9B8DAD;
}
.locitem h3 {
    font-family: Aileron;
    letter-spacing: 1px;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.locol {
    margin-bottom: 40px;
}
.lcta.ctagrey {
    background-color: #888D98;
}
.ctagrey .ctaTxt p {
    color: #fff;
}
.moretxtin {
    margin:auto;
}
.moretxtin h2 {
    color: #595959;
}
.moretxtin p {
    font-size: 1.1em;
}
.moreTxt {
    margin:75px 0 0;
}
.circlesS {
    padding:75px 0 0;
}
.circlesS .bHtxt p {
    font-family: Aileron;
    color: #000;
    font-size: 1.1em;
}
.servicesS {
    padding:75px 0 25px;
    background-color: #EDEEEF;
    margin-top: 75px
}
.sspltr {
    margin-bottom: 50px;
}
.sChart {
    padding:75px 0 0;
}
.filters {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack:center;
    padding:40px 0 0;
}
.fibtn {
    padding: 5px 8px;
    margin: 0 3%;
    display: inline-block;
    position: relative;
    color: #595959 !important;
    font-family: AileronBold;
    font-size: 1.1em;
    cursor: pointer;
    transition: all ease 0.25s;
}
.fibtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    height: 3px;
    width: 0%;
    background-color: #FFC849;
    transition: all ease 0.25s;
}
.fibtn.fibtna {
    color: #000 !important;
}
.fibtn.fibtna:before {
    width: 100%;
}
.updateList {
    padding:50px 0 0;
}
.pagination li {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    -ms-flex-pack:center;
    height: 40px;
    width: 40px;
    font-size: 1.5em;
    font-family: AileronBold;
    
}
.pagination li.active {
    
}
.pagination li a {
    color: #595959;
    font-style: italic;
    display: block;
    width: 100%;
}
.pagination li.active a {
    color: #000;
    font-style: normal;
}
.pHin {
    padding:40px 60px 20px 0;
    position: relative;
    border-bottom: 3px solid #62CAE3;
    margin-bottom: 30px;
}
.shareLinks {
    font-family: AileronBold;
    color: #595959;
    font-size: 1.2em;
}
.shareLinks a {
    color: #595959;
    margin-left: 5px;
}
.shareLinks span {
    text-transform: uppercase;
}
.postB img {
    float: left;
    margin: 0 15px 15px 0;
}
.postBody {
    margin:60px 0 0;
}
.mPtop p {
    margin:0;
    font-size: 1.3em;
    font-style: italic;
    text-align: center;
}
.mPtop {
    margin:40px 0 0;
}
.mPlinks {
    margin:35px 0 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack:center;
}
.mPlinks a {
    color: #000;
    font-family: AileronBold;
    padding:5px 15px;
    margin:0 8px;
}
.mPlinks a:first-child {
    border-left: none;
}
#map {
    height: 100%;
    min-height: 350px;
}
.GMap .col-lg-5 {
    background-color: #EDEEEF;
}
.GMap {
    margin-top: 75px;
}
.Locations {
    padding:30px 0;
}
.Locations h3 {
    font-family: Aileron;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 3px;
}
.Locations p {
    margin:0;
    padding:0 0 0 21px;
}
.Loc {
    margin-bottom: 10px;
    padding: 10px 15px;
}
.Loc.ActiveLoc {
    background-color: #E6E6E6;
}
.mapPopUp {}
.mapPopUp h3 {
    font-size: 1.3em;
    margin: 5px 0 3px 0;
}
.mapPopUp img {}
.mapPopUp p {
    margin-bottom: 5px;
}
.contactForm {
    padding:75px 0 0;
}
.scdList {
    list-style: none;
    margin-left: 25px;
    padding: 15px;
    margin-bottom: 0;
}
.scdTop {
    text-align: center;
}

.scdttxt {
    font-style: italic;
    padding:15px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack:center;
    min-height: 0;
}
.scdttxt p {
    color: #595959;
}
.scdttxt p b, .scdttxt p strong {
    font-family: AileronBold;
    font-style: normal;
}
.scdin hr {
    margin: 0 15px;
    border-top: 1px solid #707070
}
.scdin {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.08);
    height: 100%;
}
.scdList li {
    position: relative;
    margin-bottom: 7px;
}
.scdTop h3 {
    background-color: #9B8DAD;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 2.3em;
}
.scdList span.fa-li {
    color: #9B8DAD
}
.scd:nth-child(2) .scdTop h3 {
    background-color: #888D98;
}
.scd:nth-child(2) .scdList span.fa-li {
    color: #888D98
}
.scd:nth-child(3) .scdTop h3 {
    background-color: #FFC849
}
.scd:nth-child(3) .scdList span.fa-li {
    color: #FFC849
}
.scd:nth-child(4) .scdTop h3 {
    background-color: #62CAE3
}
.scd:nth-child(4) .scdList span.fa-li {
    color: #62CAE3
}
.SCMtop {
    position: relative;
    background-color: #9B8DAD;
    display: block;
    padding:13px 8px;
    text-align: center;
}
.SCMtop h3 {
    font-size: 2.1em;
    margin:0;
    color: #000;
    text-transform: uppercase;
}

.SCMchevs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    font-size: 2em;
    padding-right: 8px;
    color: #000;
}
.collapsed.SCMtop .c-open {
    display: none;
}
.collapsed.SCMtop .c-closed {
    display: block;
}
.SCMtop .c-open {
    display: block;
}
.SCMtop .c-closed {
    display: none;
}
.SCMmin {
    text-align: center;
    padding:15px;
}
.SCMmin p {
    font-style: italic;
    color: #595959
}
.SCMmin p b, .SCMmin p strong {
    font-style: normal;
    font-family: AileronBold;
}
.SCMin {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.08);
    margin-bottom:25px;
}
.SCMviewbtn {
    background-color: #9B8DAD;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    transition: all ease 0.25s;
    overflow: hidden;
}
.SCMviewbtn p {
    margin: 0;
    padding: 18px 0;
    font-family: AileronBold;
}
.SCMbcontent.show ~ .SCMviewbtn {
    max-height: 0;
}
.SCMbcontent ~ .SCMviewbtn {
    max-height: 86px;
}
.SCMbcontent hr {
    border-top: 1px solid #707070;
    margin:0 15px;
}

.SCMi:nth-child(2) .SCMtop {
    background-color: #888D98
}
.SCMi:nth-child(2) .scdList span.fa-li {
    color: #888D98
}
.SCMi:nth-child(2) .SCMviewbtn {
    background-color: #888D98
}
.SCMi:nth-child(3) .SCMtop {
    background-color: #FFC849
}
.SCMi:nth-child(3) .scdList span.fa-li {
    color: #FFC849
}
.SCMi:nth-child(3) .SCMviewbtn {
    background-color: #FFC849
}
.SCMi:nth-child(4) .SCMtop {
    background-color: #62CAE3
}
.SCMi:nth-child(4) .scdList span.fa-li {
    color: #62CAE3
}
.SCMi:nth-child(4) .SCMviewbtn {
    background-color: #62CAE3
}
.fLtop a {
    position: relative;
}
.fLtop a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background-color: #FFC849;
    width: 0px;
    transition: all ease 0.25s;
}
.fLtop a.foot-a:before {
    width: 80%;
}
.FocusList a {
    position: relative;
}
.FocusList a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 3px;
    background-color: #FFC849;
    width: 0px;
    transition: all ease 0.25s;
}
.FocusList a.foot-a:before {
    width: 60%;
}
.navbar-toggler.collapsed .fa-close {
    display: none;
}
.navbar-toggler.collapsed .fa-bars {
    display: block;
}
.navbar-toggler .fa-close {
    display: block;
}
.navbar-toggler .fa-bars {
    display: none;
}
.navbar-toggler {
    font-size: 2em;
}
.locgroup p a {
    display: inline-block;
}
.brokerCheck {
    margin:0px 0 0;
    background-color: #EDEEEF;
    padding:7px 0;
}
.footerLogo {
    height: 60px;
}
.brokerCtxt p {
    /*font-family: AileronBold;*/
    font-size: 1.1em;
    margin:0;
}
.footAit {
    font-family: AileronBold;
}
.footAi {
    margin-bottom: 15px;
    padding: 0 15px;
    width: 50%;
}
.footAi p {
    margin: 0;
    font-size: 0.9em;
}
.locationsrow {
    justify-content: center;
}












@media (min-width: 992px) {
    .footAi {
        margin-left: -15px
    }
    .NavD-link.nav-a > a:before {
        width: 100%;
    }
    .fLtop a:hover:before {
        width: 80%;
    }
    .FocusList a:hover:before {
        width: 50%;
    }
    .postB img.img-fluid {
        max-width: 60%;
    }
    .botfooterlinks a:hover {
        text-decoration: underline;
    }
    /*.NavD-link > a:hover {
        background-color: #5BBCCD;
        color: #fff !important;
    }*/
    .NavD-link > a:hover:before {
        width: 100%;
    }
    .NavDD-link:hover {
        background-color: #327CD1;
    }
    .NavDD-link:hover a {
        color: #fff;
    }

}
@media (max-width: 991px) {
    .top-socials a i {
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 1.6em;
    }
    .footercol1 {
        text-align: center;
    }
    .footerLinks {
        text-align: center;
    }
    .fLtop {
        justify-content: center;
        -ms-flex-pack:center;
        flex-wrap: wrap;
    }

    .fLbotcol {
        text-align: left;
    }
    .fLbotin {
        justify-content: center;
        -ms-flex-pack:center;
    }
    #top {
        padding-top: 80px;
    }
    .sRrtxt:before {
        left: -50vw;
        width: 200vw;
        z-index: -1;
    }
    .NavD-link {
        margin-left: 0;
        border-top: 1px solid #707070;
        padding: 7px 0px;
    }
    .navhr {
        display: none;
    }
    .top-bar {
        display: none;
    }
    .sRleft {
        display: none;
    }
    .homeHeader {
        height: auto;
    }
    .sRrtxt {
        padding:60px 30px;
    }
}
@media (max-width: 575px) {
    .fLtop a:nth-child(3) {
        border-left: none;
    }
}




