body {
    color: #000;
    background-color: #d1d2d4;
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
}

@font-face {
    font-family: 'Stickler Pro';
    src: url('fonts/Stickler-Pro.eot');
    src: local('fonts/Stickler Pro'), local('Stickler-Pro'),
        url('fonts/Stickler-Pro.eot?#iefix') format('embedded-opentype'),
        url('fonts/Stickler-Pro.woff2') format('woff2'),
        url('fonts/Stickler-Pro.woff') format('woff'),
        url('fonts/Stickler-Pro.ttf') format('truetype'),
        url('fonts/Stickler-Pro.svg#Stickler-Pro') format('svg');
    font-weight: bold;
    font-style: normal;
}

.col-sm-15 {
    width: 19%;
    float: left;
    margin-right: 10px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
}

a {
    color: #000;
}

a:hover, a:active, a:focus {
    color: #194260;
    text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 2px solid #d1d2d4;
}

.PageModuleTitle {
    font-size: 200%;
}

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: 700;
    font-family: "roboto", sans-serif;
    text-transform: none;
    color: #000;
}

h1{
    margin-top: 0px;
    font-size: 4em;
}

h2{
    font-size: 1.75em;
    line-height: 35px;
}

h3{
    font-size: 1.5em;
    margin-top: 10px;
}

h4{
    font-size: 1.25em;
}

h5{
    font-size: 1em;
}

h6 {
    font-size: 3em;
    color: #194260;
}

.btn{
    background: #194260;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 10px;
    font-size: 1.3em;
    border-radius: 0px;
    border-color: transparent;
    text-transform: uppercase;
    margin-bottom: 10px;
        font-weight: 700;
}

.btn-primary {
    background-color: #194260;
    border-color: transparent;
}

.btn-primary:hover {
    background-color: #194260;
    border-color: transparent;
}

.btn-default{
    background-color: #194260;
}

.btn-default:hover {
    background-color: #194260;
    border-color: transparent;
}

.btn-four{
    background-color: #fff;
    color: #000 !important;
}

.btn-four:hover {
    background-color: #fff;
    border-color: transparent;
}

.btn-started{
    background-color: #194260;
    color: #fff !important;
    border-radius: 18px !important;
    font-weight: 400 !important;
    margin-top: -19px;
    font-size: 1em;
    padding: 7px 18px 7px 23px;
}

.btn-started:hover {
    background-color: #194260;
    border-color: transparent;
}

.fa-long-arrow-alt-right::before {
    content: "\f30b";
    opacity: 0;
    margin-left: -10px;
}

.btn-started span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    background-color: transparent;
}


.btn-started span:after{
    content: "\f30b";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    background-color: transparent;
}

.btn-started:hover span {
    padding-right: 15px;
    background-color: transparent;
}

.btn-started:hover span:after {
    opacity: 1;
    right: 0;
    background-color: transparent;
}

.btn-primary span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    background-color: transparent;
}


.btn-primary span:after{
    content: "\f30b";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    background-color: transparent;
}

.btn-primary:hover span {
    padding-right: 15px;
    background-color: transparent;
}

.btn-primary:hover span:after {
    opacity: 1;
    right: 0;
    background-color: transparent;
}

.btn-default span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    background-color: transparent;
}


.btn-default span:after{
    content: "\f30b";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    background-color: transparent;
}

.btn-default:hover span {
    padding-right: 15px;
    background-color: transparent;
}

.btn-default:hover span:after {
    opacity: 1;
    right: 0;
    background-color: transparent;
}

.btn-four span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    background-color: transparent;
}


.btn-four span:after{
    content: "\f30b";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    background-color: transparent;
}

.btn-four:hover span {
    padding-right: 15px;
    background-color: transparent;
}

.btn-four:hover span:after {
    opacity: 1;
    right: 0;
    background-color: transparent;
}


a[href*="tel:"]{
    text-decoration: none !important;
}

.page-header-container{
    max-width: 1080px;
    margin: 0 auto;
    background-color: #194260;
    padding: 10px 0px 0px 0px;
}

.page-header-top{
    background: #194260;
    background-size: cover;
    overflow: hidden;
    padding-top: 10px;
    color: #fff;
    font-weight: 700;
}

.page-header-top a{
    color: #fff;
}

.middle-social-icon:hover{
    color: #d1d2d4;
}

.header-right-col{
    text-align: right;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-right-col a:hover{
    color: #d1d2d4 !important;
}

.header-social-icons{
    padding-left: 0px;
    padding-top: 0px;
    font-size: 14px;
}

.header-social-icons li{
    display: inline-block;
    list-style-type: none;
}

.middle-social-icon{
    padding: 2px 9px;
    position:relative;
}

.page-header-bg{
    background: #fff;
    height: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    background-size: cover;
}

.logo-container{
    display: table;
    height: 100%;
    width: 100%;
}

.logo-content-container{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.logo{
    display: inline-block;
    padding: 0px 10px 15px 10px;
    z-index: 100;
    position: relative;
}

.page-navigation{
    background: #fff;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
}

.navbar {
    margin-bottom: 0px !important;
    min-height: 90px;
}

.navbar-header{
    min-height: 90px;
}

.nav-container{
    max-width: 1080px;
    margin: 0 auto;
}

.navbar-default{
    background-color: transparent !important;
    border: 0 !important;
}

.RadNavigation .rnvMore.rnvRight{
    border: 0;
    margin: 8px 0px 0px 20px;
    padding: 27px 0px 15px 0px;
}

.RadNavigation .rnvHovered.rnvMore.rnvRight, .RadNavigation .rnvSelected.rnvMore.rnvRight{
    margin-right: 0px;
}

.RadNavigation .rnvRootGroupWrapper{
    border: 0;
    text-align: right;
    padding-right: 0px;
    padding-top: 16px;
}

.rnvLink, .rnvLink:hover, .rnvLink:active, .rnvLink:focus{
    color: #000;
}

.rnvLink:hover{
    color: #194260;
}

.RadNavigation .rnvRootLink{
    border: none;
    padding: 17px 30px 0px 25px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 22px;
}

.rnvPopup{
    border: 0;
    background-color: #fff;
    margin-top: 0px;
}

.RadNavigation .rnvMore{
    display: inline-block;
    color: #000;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 27px;
    height: auto;
    right: 10px;
}

.RadNavigation .rnvMore:hover{
    color: #194260;
    border: none;
}

.RadNavigation .rnvMore:before {
    float: left;
    content: "\f0c9";
    left: 0;
    width: auto;
}

.rnvMorePopup {
    background-color: #fff;
    margin-top: 0px;
}

.rnvMorePopup .rnvLink .rnvToggle {
    right: 15px;
    top: 14px;
}

.rnvPopup .rnvLink {
    padding: 14px 36px 10px 34px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.rnvLink .radIcon {
    font-size: 15px;
    width: 29px;
    height: 20px;
    line-height: 28px;
}

.t-container-fluid{
    max-width: 100% !important;
}


.content-container{
    max-width: 1080px;
    margin: 0 auto;
}

.main-content{
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-content{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 10px;
}

.title-content h1{
    margin-top: 0px;
    font-size: 3.5em;
    color: #194260;
}

.header-img {
    margin-bottom: -100px;
}

.one-container{
    max-width: 1080px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    padding: 10px 0px 0px 0px;
}

.one-content{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
}

.one-bg {
    background: #fff;
    height: auto !important;
    background-size: cover;
}

.started-container{
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    padding: 10px 0px 0px 0px;
}

.started-content{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
}

.started-content h4 {
    color: #194260 !important;
    font-weight: 400;
}

.started-content h3 {
    color: #194260 !important;
    text-transform: uppercase;
}

.started-bg {
    background: #fff;
    height: auto !important;
    background-size: cover;
}

.started-right {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    float: unset;
}

.started-left{
    background: url(images/header.jpg) center no-repeat;
    background-size: cover;
    height: 880px;
    margin-left: -15px;
    float: unset;
    display: inline-block;
    vertical-align: middle;
}

.two-right {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    float: unset;
}

.two-left{
    background: url(images/two-phone.png) center no-repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: -36px;
    float: unset;
    display: inline-block;
    vertical-align: middle;
}

.two-container{
    max-width: 1080px;
    margin: 0 auto;
    background-color: #194260;
    color: #fff !important;
    padding: 10px 0px 0px 0px;
}

.two-content{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

.two-content h1 {
    margin-top: 0px;
    font-size: 3em;
    text-transform: uppercase;
    color: #fff !important;
}

.two-bg {
    background: #194260;
    height: auto !important;
    background-size: cover;
}

.four-left {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    float: unset;
}

.four-right {
    background: url(images/four.jpg) center no-repeat;
    background-size: cover;
    height: 375px;
    margin-bottom: 20px;
    border-radius: 12px;
    float: unset;
    display: inline-block;
    vertical-align: middle;
}

.four-container{
    background-color: #000 !important;
    color: #fff !important;
    padding: 10px 0px 0px 0px;
}

.four-content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.four-bg {
    background: #000;
    height: auto !important;
    background-size: cover;
}

.four-content h4 {
    font-size: 2em;
    color: #fff !important;
    text-transform: uppercase;
}

.blue-container{
    max-width: 1080px;
    margin: 0 auto;
    background-color: #194260;
    color: #fff !important;
    padding: 10px 0px 0px 0px;
}

.blue-content{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
}

.blue-content h4 {
    font-size: 1.25em;
    color: #fff !important;
}

.blue-bg {
    background: #194260;
    height: auto !important;
    background-size: cover;
}

.gray-container{
    max-width: 1080px;
    margin: 0 auto;
    background-color: #d1d2d4;
    color: #000 !important;
    padding: 10px 0px 0px 0px;
}

.gray-content{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 10px;
}

.gray-bg {
    background: #d1d2d4;
    height: auto !important;
    background-size: cover;
}

.footer-container{
    max-width: 1080px;
    margin: 0 auto;
}

.page-footer{
    color: #000;
    background: #d1d2d4;
}


.page-footer-secondary{
    color: #000;
    background: #fff;
}

.page-footer a{
    color: #000;
    font-weight: 700;
}

.page-footer a:hover{
    text-decoration: none;
    color: #194260;
    font-weight: 700;
}

.page-footer-top{
    background: #d1d2d4;
    background-size: cover;
    overflow: hidden;
    padding-top: 0px;
    font-size: 1.25em;
}

.page-footer-top-secondary{
    background: #fff;
    background-size: cover;
    overflow: hidden;
    padding-top: 0px;
    font-size: 1.25em;
}

.footer-middle-col{
    text-align: center;
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: .8em;
}

.footer-social-icons{
    padding-left: 0px;
    padding-top: 0px;
    font-size: 19px;
}

.footer-social-icons li{
    display: inline-block;
    list-style-type: none;
}

.footer-social-icons .middle-social-icon{
    padding: 2px 9px;
}

.page-bottom{
    background: #194260;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    line-height: 2;
    font-weight: 400;
}

.page-bottom a{
    color: #fff;
}

.page-bottom a:hover{
    color: #d1d2d4;
    font-weight: 400;
}

.bottom-left-col{
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 19px;
}

.bottom-middle-col{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.bottom-right-col{
    text-align: right;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-social-icons li{
    display: inline-block;
    list-style-type: none;
}

.fab {
    margin-left: 10px;
}

.page-header-links ul{
    margin: 0;
    color: #fff;
    padding: 0;
}

.page-header-links ul li{
    list-style-type: none;
    display: inline;
}

.page-bottom-links ul{
    margin: 0;
    color: #fff;
    padding: 0;
}

.page-bottom-links ul li{
    list-style-type: none;
    display: inline;
}

.page-bottom-links li:not(:first-child):before{
    content: " | ";
}

.HHLogo{
    float: right;
    margin-top: 0px;
    width: 39px;
    height: 44px !important;
}

.copyright{
    display: block;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #194260 !important;
    background-color: white !important;
}

.r-tabs-state-active {
   border-bottom: 4px solid #194260 !important;
}


@media only screen and (min-width: 2120px) and (max-width: 3840px) {
    
    
}

@media only screen and (max-width: 1024px) {
    .RadMenu{
        max-width: 100%;
    }
    
    .two-left {
        height: 275px;
    }
    
    .four-right {
        height: 255px;
    }
    
    .four-left {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .started-left{
        display: none;
    }
    
    .started-right{
        width:100%;
    }
    
    .btn-started {
        padding: 7px 3px 7px 11px;
    }
    
    .col-sm-15 {
        width: 18%;
    }
    
    .custom {
        width: 110%;
    }
}

@media only screen and (max-width: 768px) {

    .bottom-middle-col{
        height: auto;
        max-width: 100%;
    }

    .bottom-left-col {
        text-align: center;
    }
    
    .bottom-right-col {
        text-align: center;
        padding-top: 0px;
    }
    
    .rnvPopup .rnvLink .rnvToggle {
        top: 14px;
    }
    
   .HHLogo {
        float: none;
        margin-top: 10px;
    }
    
    .fab {
        margin-left: 0px;
    }
    
    .header-social-icons .fab {
        margin-left: 10px;
    }
    

}

@media only screen and (max-width: 480px) {

    
    .logo{
        max-width: 270px;
    }
    
    .RadNavigation .rnvRootGroupWrapper {
        padding-right: 0px;
    }
    
    .header-img {
        margin-bottom: 0px;
    }
    
    .two-left {
        display: none;
    }
    
    .two-right {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .four-right {
        height: 220px;
    }
    
    .four-left {
        padding-bottom: 20px;
    }
    
    .col-sm-15 {
        width: 80%;
        margin-left: 40px;
    }
    
    .btn-started {
        padding: 7px 15px 7px 21px;
    }
    
    .header-right-col {
        text-align: center;
    }
    
    .one-container {
        padding: 20px 20px 50px 20px;
    }
    
    .started-right {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (max-width: 375px) {
    
    .header-left-col {
        text-align: center;
    }
    
    .header-right-col {
        text-align: center;
    }
    
    
}

@media only screen and (max-width: 320px) {
    .logo {
        margin-top: 0;
    }
    
    .RadNavigation .rnvMore {
        right: 0px;
}