:root {
    --ms-primary-color: #001e43;
    --ms-secondary-color: rgb(255, 153, 59);
    --ms-dark-color:#1b1b1b ;
    --ms-light-color:  #DFE3E4 ;
    --ms-navbar-toggler-glow: rgba(255, 153, 59, .6);
    --ms-navbar-toggler-color: #ff993b;
}
html,
body {
    height: 100%;
}
body {
    background-color: white;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
    margin-top: 1rem;
}
.footer-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#mainNav {
    background-color: #f7f7f7;
}
#mainNav button {
    border-color: var(--ms-secondary-color);
}
.navbar-toggler {
    color: var(--ms-navbar-toggler-glow);
}
.navbar-toggler-ms {
    color: var(--ms-navbar-toggler-color);
    font-size: 1.5rem;
}
footer {
    background-color: var(--ms-primary-color);
    color: var(--ms-dark-color);
}
.socialicons {
    font-size: 2rem;
    padding-left: .5rem;
    color: var(--ms-light-color);
}
.socialicons:hover {
    color: var(--ms-secondary-color);
}
.appLogo {
    max-width: 400px;
    border-radius: 10px;
}
.checkList {
    list-style-type: none;
}
.checkList>li i {
    color: var(--ms-secondary-color);
    padding-right: .5rem;
}
.devIcons {
    font-size: 4rem;
    padding-left: .5rem;
}
.curve {
    border-radius: 10px;
}
.heroContainer {
    position: relative;
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
    text-align: center;
    height: 330px;
    width: 100%;
    color: #666;
    line-height: 2.0em;
    font-size: 20px;
    margin-bottom: 10%;
    color: white;
}
.heroContainer img {
    max-width: 100%;
    height: auto;
}
.messageBox {
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    text-align: left; 
    width: 60%;
    color: #666;
    padding-left: 20%;
    padding-right: 20%;
    line-height: 2.0em;
    font-size: 20px;
}
.messageBox h1 {
    color: #1a1c5e;
    font-family: 'Merriweather',Georgia,"Times New Roman",serif;
    font-weight: 100;
    font-size: 2rem;
}
.messageBox p {
    font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    font-weight: 100;
    font-size: 1.6rem;
    color: #666666;
}
.whoWeAre {
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    text-align: center;
    height: 330px; 
    width: 60%;
    color: #666;
    padding-left: 20%;
    padding-right: 20%;
    line-height: 2.0em;
    font-size: 20px;
    max-height: 330px;
    box-sizing: border-box;
}
.whoWeAre h1 {
    color: #1a1c5e;
    font-family: 'Merriweather',Georgia,"Times New Roman",serif;
    font-weight: 100;
    font-size: 2rem;
}
.whoWeAre p {
    font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    font-weight: 100;
    font-size: 1.6rem;
    color: #666666;
}
.heroContainer img {
    height: 420px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    font-style: Sytem-UI, Sans;
    transform: translate(-50%, -50%);
  }
.navbar {
    background-color: #f7f7f7;
    width: 100%;
    height: 115px;
    padding:0;
    margin:0;
}
.navbar {
    position: relative;
}
.navItem {
    padding: 14px 16px;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    display: block;
    float: right;
    height: 64;
    color:  1a1c5e;
    font-size: 20px;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 50;
}
.navItemServices {
    padding: 14px 16px;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    display: block;
    float: right;
    height: 64;
    color:  1a1c5e;
    font-size: 20px;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 50;
}
.navbar img {
    width: 270px;
    height: 80px;
    display: inline-block;
    vertical-align: bottom;
}
.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.navbar ul a {
    display: inline;
    font-size: 16px;
}
.servicesContainer {
    text-align:center;
    font-family: 'Merriweather',Georgia,"Times New Roman",serif;
    color: #1a1c5e;
}
.serviceWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 600px;
}
.singleServiceContainerLeft,
.singleServiceContainerMiddle,
.singleServiceContainerRight {
    box-sizing: border-box;
    width: 20%;
    margin: 20px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #e2e2e2;
    height: 90%;
    background-color:#e2e2e2;
    vertical-align:top;
    flex-wrap: wrap;
}
.singleServiceContainerMiddle {
    background-color:#f7f7f7;
}
.serviceContainerText {
    font-family: 'Source Sans Pro';
    padding: 10%;
}
.servicesContainer h1 {
    margin: 4% 0;
}
.serviceContainerText h2 {
    font-family: 'Merriweather',Georgia,"Times New Roman",serif;
    font-weight: 100;
    font-size: 1.2rem;
}
.serviceContainerText p {
    font-family: 'Merriweather',Georgia,"Times New Roman",serif;
    font-weight: 400;
    font-size: .9rem;
    color: rgb(85, 80, 80);
}
.serviceImages {
    max-width: 100%;
    height: auto;
}
.readMoreButton {
    background-color:#15175b;
    color:#ffffff;
    font-size: 18px;
    height:35px;
    width: 100px;
    border:none;
    padding:0;
    outline:none;
    border-radius:5px;
}
.readMoreButton:hover {
    background-color:#8da954;
    color:#ffffff;
    font-size: 18px;
    height:35px;
    width: 100px;
    border:none;
    padding:0;
    outline:none;
    border-radius:5px;
}
.readMoreButton a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
}
.readMorebutton {
margin-top: 10px;
}
.fixed-width-btn {
    background-color: transparent !important;
    border: 2px solid #8da954 !important;
    color: #8da954 !important;
    transition: all 0.3s ease !important;
}
.fixed-width-btn:hover {
    background-color: #8da954 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.card {
    height: 300px;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    background-image: url("/images/heroImage.jpg");
    background-position: center;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-size: cover;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_2 {
    background-image: url("/images/About-Header.jpg");
    background-position: center;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-size: cover;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_3 {
    background-image: url("/images/Actuarial-Services-Bg3.jpg");
    background-position: center center;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-size: cover;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_4 {
    background-image: url("/images/Services.jpg");
    background-position: center center;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-size: cover;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_5 {
    background-image: url("/images/Third-Party-Background2.jpg");
    background-position: center center;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-size: cover;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_6 {
    background-image: url("/images/Admin-Services-Header.jpg");
    background-position: center center;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-size: cover;
}
.logo-img {
    max-width: 250px !important;
    height: auto;
  }
.dropdown-menu-wrap {
    white-space: normal;
}
.navbar-nav .nav-item.top.active a.nav-link,
.navbar-nav .nav-item.active a.nav-link,
.navbar-nav .nav-item.dropdown:hover a.nav-link,
.navbar-nav .nav-item.dropdown.show a.nav-link {
  color: #81A042 !important;
}
.dropdown-item.active {
  color: #81A042 !important;
  background-color: transparent !important;
  background-color: transparent !important;
  color: #81A042 !important;
}
.dropdown-menu  {
    width: 40px !important;
}
.dropdown-menu-wrap  {
        width: 40px !important;
}
.listd {
margin: 0 10% 0 10% !important;
}
.dropdown-item  {
    width: 100% !important;
    padding: 0 !important;
}
.dropdown-menu-wrap a {
    width: 100% !important;
    display: block;
    text-align: left !important;
    font-size: 12px !important;
    white-space: normal !important;
}
.herotext {
    margin: auto auto;
    text-align: center;
    color: white;
}
.card-body {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.2);
}
.card-text {
font-family: "Source Sans 3", sans-serif;
font-size: 15px;
font-style: italic;
}
.card-title {
    font-family: "Merriweather", Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
}
.et_pb_fullwidth_header_0 {
    padding-top: 150px;
    padding-bottom: 150px
}
.et_pb_fullwidth_header_2 {
    padding-top: 150px;
    padding-bottom: 150px
}
.et_pb_fullwidth_header_3 {
    padding-top: 150px;
    padding-bottom: 150px
}
.et_pb_fullwidth_header_4 {
    padding-top: 150px;
    padding-bottom: 150px
}
.et_pb_fullwidth_header_5 {
    padding-top: 150px;
    padding-bottom: 150px
}
.et_pb_fullwidth_header_6 {
    padding-top: 150px;
    padding-bottom: 150px
}
.et_pb_section_1 {
    padding-top: 54px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px
}
.et_pb_text_0 p {
    line-height: 1.8em
}
.wwa{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #15175B;
}
.wwadiv {
    padding: 54px;
}
.parag {
    font-size: 23px;
    font-family: "Source Sans 3";
    font-style: normal;
    color: #666666;
}
a.btn {
    width: 100px !important;
    background-color: #15175b !important;
    color: #fff !important; 
    text-align: left !important;
    display: inline-block !important;
    padding: 10px !important;
    padding-right: 25px !important;
    text-decoration: none !important;
    display: block !important;
  }
.fixed-width-btn {
    width: 150px !important;
}
@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation {
        padding:50px 0 0 0
    }
    .et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 50px
    }
    .et_header_style_split .centered-inline-logo-wrap {
        width: 100px;
        margin: -100px 0
    }
    .et_header_style_split .centered-inline-logo-wrap #logo {
        max-height: 100px
    }
    .et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
        height: 100px
    }
    .et_header_style_centered #top-menu>li>a {
        padding-bottom: 18px
    }
    .et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation {
        padding: 41px 0 41px 0!important
    }
    .et_header_style_centered #main-header .logo_container {
        height: 100px
    }
    #logo {
        max-height: 75%
    }
    .et_pb_svg_logo #logo {
        height: 75%
    }
    .et_header_style_left .et-fixed-header #et-top-navigation,.et_header_style_split .et-fixed-header #et-top-navigation {
        padding: 50px 0 0 0
    }
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 50px
    }
    .et_header_style_centered header#main-header.et-fixed-header .logo_container {
        height: 100px
    }
    .et_header_style_split .et-fixed-header .centered-inline-logo-wrap {
        width: 100px;
        margin: -100px 0
    }
    .et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
        max-height: 100px
    }
    .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
        height: 100px
    }
    .et_header_style_slide .et-fixed-header #et-top-navigation,.et_header_style_fullscreen .et-fixed-header #et-top-navigation {
        padding: 41px 0 41px 0!important
    }
    .et-fixed-header#top-header,.et-fixed-header#top-header #et-secondary-nav li ul {
        background-color: #81a042
    }
    .et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info {
        color: #15145b!important
    }
    .et-fixed-header .et_search_form_container input::-moz-placeholder {
        color: #15145b!important
    }
    .et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
        color: #15145b!important
    }
    .et-fixed-header .et_search_form_container input:-ms-input-placeholder {
        color: #15145b!important
    }
    .et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a {
        color: #81a042!important
    }
}
@media only screen and (min-width: 1350px) {
    .et_pb_row {
        padding:27px 0
    }
    .et_pb_section {
        padding: 54px 0
    }
    .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
        padding-top: 81px
    }
    .et_pb_fullwidth_section {
        padding: 0
    }
}
@media (max-width: 979px) {
    .navbar-nav {
      width: 75%;
      margin: 0 auto;
      margin-top: 2em;
      padding-top: 2em;
      background-color: white;
      text-align: left;
      border-top: 3px solid #8da954;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
    .nav-item {
        width: 100%;
        text-align: left;
        padding-left: 5px;
        margin-left: 10px;
        margin-top: 5px;
    }
    .dropdown-menu {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border: none !important;
    }
    .nav-item.dropdown {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .nav-link.home {
        margin-top: 10px;
        padding-top: 10px;
    }
    .nav-item.top {
        margin-top: 10px;
        padding-top: 10px;
    }
  }
  @media (max-width: 360px) {
    .logo-img {
        max-width: 250px !important;
        height: auto !important;
      }
    .navbar-toggler {
        padding: 0.25rem 0.25rem !important;
        margin-right: 0 !important;
    }
    .logo-img {
        max-width: 250px !important;
        height: auto;
      }
}
@media (max-width: 360px) {
    .logo-img {
        max-width: 250px !important;
        height: auto !important;
      }
    .navbar-toggler {
        padding: 0.25rem 0.25rem !important;
        margin-right: 0 !important;
    }

}
@media only screen and (max-width: 359px) {
    .logo-img {
        max-width: 120px !important;
        height: auto !important;
    }
}

@media (min-width: 769px) {
    .dropdown-menu-wrap {
        min-width: 300px !important;
        right: 0 !important;
        left: auto !important;
    }
}
@media only screen and (min-width: 360px) and (max-width: 370px) {
    .your-selector {
        max-width: 80px !important;
        height: auto !important;
    }
}