@charset "UTF-8";
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    transform: scale(0);
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    transform: scale(1);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    transform: rotate(4deg);
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotate(0);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0!important
}

.tooltipster-fall.tooltipster-dying {
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px!important
}

.tooltipster-slide.tooltipster-dying {
    transition-property: all;
    left: 0!important;
    opacity: 0
}

@keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: a .4s
}

@keyframes b {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    to {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: b .6s
}

@keyframes c {
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: c .6s
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1)
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px
}

.clearfix,
.row {
    zoom: 1
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: "";
    display: table
}

.clearfix:after,
.row:after {
    clear: both
}

.list-unstyled {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.vh,
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

@media (min-width:1024px) {
    .mobile-only {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .mobile-only {
        display: none!important
    }
}

@media (max-width:767px) {
    .desktop-only,
    .no-mobile {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .desktop-only {
        display: none!important
    }
}

.align-right {
    text-align: right
}

[class*=" col-"],
[class^=col-] {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

.row {
    margin: 2 -10px
}

.col--reverse {
    float: right
}

@media only screen and (min-width:480px),
print {
    .col-xs-1 {
        width: 8.3333333333%
    }
    .offset-xs-1 {
        margin-left: 8.3333333333%
    }
    .col-xs-2 {
        width: 16.6666666667%
    }
    .offset-xs-2 {
        margin-left: 16.6666666667%
    }
    .col-xs-3 {
        width: 25%
    }
    .offset-xs-3 {
        margin-left: 25%
    }
    .col-xs-4 {
        width: 33.3333333333%
    }
    .offset-xs-4 {
        margin-left: 33.3333333333%
    }
    .col-xs-5 {
        width: 41.6666666667%
    }
    .offset-xs-5 {
        margin-left: 41.6666666667%
    }
    .col-xs-6 {
        width: 50%
    }
    .offset-xs-6 {
        margin-left: 50%
    }
    .col-xs-7 {
        width: 58.3333333333%
    }
    .offset-xs-7 {
        margin-left: 58.3333333333%
    }
    .col-xs-8 {
        width: 66.6666666667%
    }
    .offset-xs-8 {
        margin-left: 66.6666666667%
    }
    .col-xs-9 {
        width: 75%
    }
    .offset-xs-9 {
        margin-left: 75%
    }
    .col-xs-10 {
        width: 83.3333333333%
    }
    .offset-xs-10 {
        margin-left: 83.3333333333%
    }
    .col-xs-11 {
        width: 91.6666666667%
    }
    .offset-xs-11 {
        margin-left: 91.6666666667%
    }
    .col-xs-12 {
        width: 100%
    }
    .offset-xs-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:320px),
print {
    .col-xs-1 {
        width: 8.3333333333%
    }
    .offset-xs-1 {
        margin-left: 8.3333333333%
    }
    .col-xs-2 {
        width: 16.6666666667%
    }
    .offset-xs-2 {
        margin-left: 16.6666666667%
    }
    .col-xs-3 {
        width: 25%
    }
    .offset-xs-3 {
        margin-left: 25%
    }
    .col-xs-4 {
        width: 33.3333333333%
    }
    .offset-xs-4 {
        margin-left: 33.3333333333%
    }
    .col-xs-5 {
        width: 41.6666666667%
    }
    .offset-xs-5 {
        margin-left: 41.6666666667%
    }
    .col-xs-6 {
        width: 50%
    }
    .offset-xs-6 {
        margin-left: 50%
    }
    .col-xs-7 {
        width: 58.3333333333%
    }
    .offset-xs-7 {
        margin-left: 58.3333333333%
    }
    .col-xs-8 {
        width: 66.6666666667%
    }
    .offset-xs-8 {
        margin-left: 66.6666666667%
    }
    .col-xs-9 {
        width: 75%
    }
    .offset-xs-9 {
        margin-left: 75%
    }
    .col-xs-10 {
        width: 83.3333333333%
    }
    .offset-xs-10 {
        margin-left: 83.3333333333%
    }
    .col-xs-11 {
        width: 91.6666666667%
    }
    .offset-xs-11 {
        margin-left: 91.6666666667%
    }
    .col-xs-12 {
        width: 100%
    }
    .offset-xs-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:1023px),
print {
    .col-sm-1 {
        width: 8.3333333333%
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .offset-sm-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:1024px),
print {
    .col-md-1 {
        width: 8.3333333333%
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .offset-md-12 {
        margin-left: 100%
    }
}

@font-face {
    font-family: icomoon;
    src: url(../icons/fonts/icomoon.eot?fytke);
    src: url(../icons/fonts/icomoon.eot?fytke#iefix) format("embedded-opentype"), url(../icons/fonts/icomoon.ttf?fytke) format("truetype"), url(../icons/fonts/icomoon.woff?fytke) format("woff"), url(../icons/fonts/icomoon.svg?fytke#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-close:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-notification:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-phoneinfo:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-legal:before {
    content: ""
}

.icon-books:before {
    content: ""
}

.icon-list:before {
    content: ""
}

.icon-group:before {
    content: ""
}

.icon-stetho:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

input.input-text {
    font-size: .875em;
    padding: 8px
}

.msfbtn {
    cursor: pointer;
    padding: 10px 30px;
    line-height: 0;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: Raleway, Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
    font-size: .9375em;
    border: 2px solid;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    color: inherit!important;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s linear;
    overflow: hidden
}

.msfbtn:hover {
    background: #f18a21;
    border-color: #f18a21;
    outline: none
}

.msfbtn:focus {
    outline: none
}

.msfbtn-noborder {
    padding: 0
}

.msfbtn-noborder,
.msfbtn-search {
    border: none;
    background: transparent
}

.msfbtn-search {
    padding: 10px 0
}

.msfbtn-notification {
    border: none;
    background: transparent;
    line-height: 0;
    font-size: 1.25em;
    padding: 0;
    color: #666
}

.msfbtn__green {
    background: #178292;
    border-color: #178292;
    color: #fff
}

.breadcrumb-wrapper {
    padding: 20px 0
}

.breadcrumb-wrapper a {
    font-size: 1.0625em!important
}

.breadcrumb-wrapper .breadcrumbRow .breadCrumb {
    font-size: 1em!important
}

.breadcrumb-wrapper .breadcrumbRow .breadCrumb span {
    font-size: .875em;
    font-weight: 700
}

.breadcrumb-wrapper .breadcrumbRow .breadCrumb>span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb-wrapper .breadcrumbRow .breadCrumb>span>span {
    margin: 0 5px 0 0
}

.sideNavLeft {
    float: none;
    width: 100%;
    margin: auto;
    display: none
}

@media (min-width:1024px) {
    .sideNavLeft {
        display: inline-block;
        float: left;
        width: 283px;
        overflow-wrap: break-word
    }
}

.sideNavLeft .categoryTopicMenuList {
    display: none
}

@media (min-width:1024px) {
    .sideNavLeft .categoryTopicMenuList {
        display: block
    }
}

.sideNavLeft .categoryTopicMenuList h2 {
    background: #40b1d1 url(/MSF/images/arrowDown_white.png) no-repeat 95%
}

.sideNavLeft .categoryTopicMenuList h2.active {
    background: #40b1d1 url(/MSF/images/arrowTop_white.png) no-repeat 95%
}

.sideNavLeft .categoryTopicMenuList ul li {
    background: url(/MSF/images/arrowRight_orange.png) no-repeat left 14px
}

.notification {
    color: #fff;
    display: none;
    transition: all .2s linear;
    position: relative;
    z-index: 4
}

.notification.noticed {
    display: block
}

.notification .container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    .notification .container {
        padding: 20px 0
    }
}

@media (max-width:767px) {
    .notification__content {
        padding: 0 15px 0 0
    }
}

.notification__content p {
    margin: 0;
    line-height: 1.5
}

.notification__buttons .js-close-notification {
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer
}

@media (max-width:767px) {
    .notification__buttons .js-close-notification {
        position: absolute;
        top: 10px;
        right: 5px
    }
}

.notification__buttons .js-close-notification:focus,
.notification__buttons .js-close-notification:hover {
    outline: none
}

.sg_gov-wrap {
    padding: 5px 20px;
    z-index: 4
}

@media (min-width:1024px) {
    .sg_gov-wrap {
        padding: 5px 0
    }
}

.sg_gov-wrap .container {
    line-height: 0;
    max-width: 1024px;
    margin: 0 auto
}

.sub-nav {
    position: relative;
    z-index: 2
}

@media (min-width:1024px) {
    .sub-nav {
        border-top: 4px solid #f0f0f0;
        top: -4px;
        position: relative;
        z-index: 1;
        min-height: 69px
    }
}

.sub-nav__wrap .nav {
    width: 100%;
    display: block
}

@media (min-width:1024px) {
    .sub-nav__wrap .nav {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
}

.sub-nav__wrap .nav-wrap {
    padding: 15px 20px;
    position: relative;
    z-index: 3
}

.sub-nav__wrap .nav-mobile {
    width: auto;
    display: inline-block
}

@media (min-width:768px) and (max-width:1023px) {
    .sub-nav__wrap .nav-mobile {
        display: inline-block!important
    }
}

.sub-nav__wrap .nav-mobile .icon-nav span,
.sub-nav__wrap .nav-mobile .icon-nav span:after,
.sub-nav__wrap .nav-mobile .icon-nav span:before {
    background: 0 0 #fff;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    width: 24px
}

.sub-nav__wrap .nav-mobile .icon-nav span:after {
    bottom: -8px;
    width: 15px;
    right: 0
}

.sub-nav__wrap .nav-mobile .icon-nav span:before {
    top: -8px
}

.sub-nav__wrap .nav-mobile .icon-nav.active span {
    background: transparent
}

.sub-nav__wrap .nav-mobile .icon-nav.active span:before {
    top: 0
}

.sub-nav__wrap .nav-mobile .icon-nav.active span:after {
    width: 24px;
    bottom: 0
}

.sub-nav__wrap .nav-img {
    display: inline-block;
    line-height: 0
}

.sub-nav__wrap .nav-img img {
    max-height: 35px
}

@media (min-width:1024px) {
    .sub-nav__wrap .nav-img+.nav-menu {
        margin: 0 0 0 20px
    }
}

.sub-nav__wrap .nav-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 2
}

@media (min-width:1024px) {
    .sub-nav__wrap .nav-menu {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
        background: transparent;
        z-index: 3
    }
}

.sub-nav__wrap .nav-menu__container {
    background: #fff;
    position: absolute;
    padding: 0 0 30px;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .sub-nav__wrap .nav-menu__container {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (min-width:1024px) {
    .sub-nav__wrap .nav-menu__container {
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        padding: 0
    }
}

.sub-nav__wrap .nav-menu .main-menu {
    width: 100%;
    position: relative;
    display: block
}

.sub-nav__wrap .nav-menu .main-menu__items {
    margin: 0 20px;
    border-bottom: 1px solid #e0e0e0
}

@media (max-width:767px) {
    .sub-nav__wrap .nav-menu .main-menu__items {
        position: relative
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sub-nav__wrap .nav-menu .main-menu__items {
        position: relative
    }
}

@media (min-width:1024px) {
    .sub-nav__wrap .nav-menu .main-menu__items {
        display: inline-block;
        margin: 0 15px;
        padding: 0;
        border-bottom: none
    }
}

.sub-nav__wrap .nav-menu .main-menu__items>a {
    display: inline-block;
    color: #404040;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.0625em;
    line-height: 1;
    position: relative;
    padding: 20px 0;
    letter-spacing: 1px
}

@media (min-width:1024px) {
    .sub-nav__wrap .nav-menu .main-menu__items>a {
        color: #fff;
        font-size: .875em
    }
    .sub-nav__wrap .nav-menu .main-menu__items>a.is-active:after,
    .sub-nav__wrap .nav-menu .main-menu__items>a:hover:after {
        transform: scale(1)
    }
    .sub-nav__wrap .nav-menu .main-menu__items>a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -7px;
        height: 5px;
        background-color: #fff;
        transform: scaleX(0);
        transition: transform .25s ease-in
    }
}

.sub-nav__wrap .nav-menu .main-menu__items>.js-subnav {
    position: absolute;
    top: 20px;
    right: 20px
}

@media (min-width:768px) and (max-width:1023px) {
    .sub-nav__wrap .nav-menu .main-menu__items>.js-subnav {
        display: block!important
    }
}

.sub-nav__wrap .nav-menu .main-menu__items>.js-subnav .icon {
    font-size: 1.25em;
    display: block;
    transition: all .3s linear
}

.sub-nav__wrap .nav-menu .main-menu__items>.js-subnav:focus,
.sub-nav__wrap .nav-menu .main-menu__items>.js-subnav:hover {
    outline: none;
    background: transparent
}

.sub-nav__wrap .nav-menu .main-menu .sub-menu {
    display: none;
    z-index: 3;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left
}

@media (min-width:1024px) {
    .sub-nav__wrap .nav-menu .main-menu .sub-menu {
        max-width: 300px;
        min-width: 300px;
        position: absolute;
        top: 61px;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15)
    }
}

.sub-nav__wrap .nav-menu .main-menu .sub-menu>li {
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: none
}

@media (min-width:1024px) {
    .sub-nav__wrap .nav-menu .main-menu .sub-menu>li {
        border-bottom: 1px solid #e0e0e0;
        border-top: none
    }
}

.sub-nav__wrap .nav-menu .main-menu .sub-menu>li>a {
    font-size: 1em;
    font-weight: 700;
    display: block;
    color: #404040;
    text-transform: none;
    text-decoration: none;
    line-height: 1.5
}

header {
    position: relative;
    padding: 0;
    z-index: 7;
    border-bottom: 1px solid #f0f0f0
}

@media (min-width:1024px) {
    header {
        padding-bottom: 20px;
        border-bottom: 3px solid #f0f0f0;
        z-index: 2
    }
}

header .container {
    position: relative;
    z-index: 7
}

@media (min-width:1024px) {
    header .container {
        z-index: 2
    }
}

header .container .logo {
    margin: 10px
}

header .container .logo img {
    max-height: 80px
}

@media (min-width:1024px) {
    header .container .logo {
        margin: 15px 0 0
    }
    header .container .logo img {
        max-height: 100%
    }
}

header .main-nav {
    background: transparent;
    display: none;
    height: 100%;
 /*    position: fixed;
    top: 0 */
}

@media (min-width:1024px) {
    header .main-nav {
        width: 100%;
        height: 100%;
        display: block;
      /*   position: absolute;
        bottom: 0 */
    }
}

/* header .main-nav .nav-container {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
} */

@media (min-width:1024px) {
    header .main-nav .nav-container {
        background: transparent;
        position: relative;
        overflow-y: visible
    }
}

header .main-nav nav {
    display: block;
    position: relative;
    float: none;
    top: 0;
    width: 100%;
    background: #fff
}

@media (min-width:1024px) {
    header .main-nav nav {
        position: absolute;
        width: auto;
        top: auto;
      /*   bottom: 32px; */
	  bottom:12px;
        right: 0;
        float: right;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2
    }
}

@media (max-width:767px) {
    header .main-nav nav .nav {
        float: none;
        width: 100%;
        position: relative;
        background: #fff
    }
}

@media (min-width:768px) and (max-width:1023px) {
    header .main-nav nav .nav {
        float: none;
        width: 100%;
        position: relative;
        background: #fff
    }
}

header .main-nav nav .nav li {
    background: transparent;
    border-left: none;
    width: auto;
    position: relative;
    padding: 0 15px
	
}

@media (max-width:767px) {
    header .main-nav nav .nav li {
        float: none;
        padding: 20px 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    header .main-nav nav .nav li {
        float: none;
        padding: 20px 15px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0
    }
}

@media (min-width:1024px) {
    header .main-nav nav .nav li:last-child {
        padding: 0 0 0 10px
    }
}

header .main-nav nav .nav li a {
    font-size: 1.125em;
    color: #00617d;
    position: relative
}

@media (max-width:767px) {
    header .main-nav nav .nav li a {
        text-transform: none;
        font-weight: 500
    }
}

@media (min-width:1024px) {
    header .main-nav nav .nav li a {
        font-size: .9375em
    }
    header .main-nav nav .nav li a:hover:after {
        transform: scale(1)
    }
    header .main-nav nav .nav li a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        height: 3px;
        background-color: #00617d;
        transform: scaleX(0);
        transition: transform .25s ease-in
    }
}

header .main-nav nav .nav-search {
    margin: 0 0 0 20px;
    display: none
}

@media (min-width:1024px) {
    header .main-nav nav .nav-search {
        display: inline-block
    }
}

header .main-nav nav .nav-search .msfbtn-search {
    padding: 0;
    font-size: 1.125em
}

header .main-nav nav .nav-search .msfbtn-search:hover {
    background: transparent
}

header .main-nav nav .nav-search .msfbtn-search .icon {
    color: #00617d
}

header .main-nav .wrap-nav {
    width: 100%;
    position: relative;
	 top: -116px;
    z-index: 1;
    margin-top: 0
}

@media (min-width:768px) and (max-width:1023px) {
    header .main-nav .wrap-nav {
        border-bottom: 1px solid #e0e0e0;
    }
}

@media (min-width:1024px) {
    header .main-nav .wrap-nav {
        position: absolute;
		    top: -116px;
        z-index: 2;
    }
}

header .main-nav .wrap-nav .new-top-head {
    padding: 0
}

header .main-nav .wrap-nav .new-top-head .api-wrap {
    display: block
}

@media (min-width:1024px) {
    header .main-nav .wrap-nav .new-top-head .api-wrap {
        position: relative;
        max-width: 400px;
		top:116px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        float: right
    }
}

header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown {
    width: auto;
    margin: 0;
    padding: 20px 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown {
        padding: 5px 0;
        margin: 0 20px 0 0
    }
}

header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-tooltip {
    font-size: 1.125em;
    margin: 5px 10px 5px 0;
    line-height: 0;
    color: #666;
    display: none
}

@media (min-width:1024px) {
    header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-tooltip {
        display: inline-block
    }
}

header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-microsite {
    cursor: pointer;
    display: block;
    padding: 0;
    width: 100%
}

@media (min-width:1024px) {
    header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-microsite {
        width: auto;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0
    }
}

header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-microsite .microsite-wrap {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-microsite .microsite-wrap img {
    margin: 0 10px 0 0
}

header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-microsite .microsite-wrap .icon {
    position: absolute;
    right: 20px;
    margin: 0 0 0 15px;
    font-size: 1.125em;
    color: #00617d;
    transition: all .3s linear
}

@media (min-width:1024px) {
    header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-microsite .microsite-wrap .icon {
        right: 0;
        position: relative;
        font-size: .875em
    }
}

header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-microsite .microsite-wrap span {
    font-size: 1.125em;
    font-weight: 500;
    color: #00617d;
    position: relative
}

@media (min-width:1024px) {
    header .main-nav .wrap-nav .new-top-head .api-wrap__dropdown .menu-microsite .microsite-wrap span {
        font-size: 1em;
        font-weight: 400;
        color: #404040
    }
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify {
    display: none;
    background: #e0e0e0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #666;
    padding: 0 10px
}

@media (min-width:1024px) {
    header .main-nav .wrap-nav .new-top-head .api-wrap__notify {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center
    }
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .textResize #textsizer-wrapper #txt-size {
    padding: 0;
    margin: 0 10px 0 0
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .textResize #textsizer-wrapper #txt-size ul {
    display: -ms-inline-flexbox;
    display: inline-flex
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .textResize #textsizer-wrapper #txt-size ul li {
    display: block;
    font-size: inherit
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .textResize #textsizer-wrapper #txt-size ul li a {
    color: #666;
    text-decoration: none
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .textResize #textsizer-wrapper #txt-size ul #reset {
    font-size: 1.3em
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .textResize #textsizer-wrapper #txt-size ul #increase {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .textResize #textsizer-wrapper #txt-size ul #decrease {
    padding: 2px 0 0
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .notifyWrap {
    position: relative
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .notifyWrap .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f18a21;
    border-radius: 50%;
    right: -3px;
    top: -2px;
    z-index: 1
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .notifyWrap .js-notification {
    border: none;
    background: transparent;
    line-height: 0;
    font-size: 1.25em;
    padding: 0;
    color: #666
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .notifyWrap .js-notification:focus,
header .main-nav .wrap-nav .new-top-head .api-wrap__notify .notifyWrap .js-notification:hover {
    outline: none
}

header .main-nav .wrap-nav .new-top-head .api-wrap__notify .notifyWrap .js-notification:focus .icon,
header .main-nav .wrap-nav .new-top-head .api-wrap__notify .notifyWrap .js-notification:hover .icon {
    color: #0072bc
}

header .main-nav .wrap-nav .new-top-bottom,
header .main-nav .wrap-nav .new-top-mid {
    display: none
}

.mobileMenu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 10px;
    top: inherit;
    bottom: 15px;
    height: auto;
    z-index: 6;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) and (max-width:1023px) {
    .mobileMenu {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1024px) {
    .mobileMenu {
        display: none
    }
}

.mobileMenu .icon-nav span,
.mobileMenu .icon-nav span:after,
.mobileMenu .icon-nav span:before {
    background: 0 0 #00617d;
    border-radius: 2px;
    content: "";
    cursor: pointer;
    display: block;
    height: 4px;
    position: absolute;
    width: 30px;
    opacity: 1;
    transition: all .2s linear
}

.mobileMenu .icon-nav span:before {
    top: -8px
}

.mobileMenu .icon-nav span:after {
    bottom: -8px
}

.mobileMenu .icon-nav.active span {
    background: 0 0 #fff
}

.mobileMenu .icon-nav.active span:before {
    top: 0
}

.mobileMenu .icon-nav.active span:after {
    bottom: 0
}

.mobileMenu .notifyWrap {
    position: relative;
    margin: 0 15px 0 0
}

.mobileMenu .notifyWrap .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f18a21;
    border-radius: 50%;
    right: 0;
    top: 0;
    z-index: 1
}

.mobileMenu .notifyWrap .js-notification:focus,
.mobileMenu .notifyWrap .js-notification:hover {
    background: transparent;
    outline: none
}

.mobileMenu .notifyWrap .js-notification .icon {
    width: auto;
    height: auto;
    display: block
}

.mobileMenu .notifyWrap .js-notification .icon:before {
    font-size: 1.5em;
    vertical-align: middle;
    color: #00617d
}

.search {
    display: none;
    min-height: 10px;
    background: #fff;
    border-top: 4px solid #f0f0f0;
    box-shadow: 0 2px 4px hsla(0, 0%, 43%, .1);
    z-index: 1;
   /*  position: absolute!important;
    top: 135px */
	margin-top: -3px;
}

.search .container {
    text-align: center
}

.search-wrap {
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.search-wrap.mobile-only {
    width: 100%;
    padding: 0;
    background: #fff
}

@media (min-width:768px) and (max-width:1023px) {
    .search-wrap.mobile-only {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.search-wrap.mobile-only input {
    height: auto;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 10px 20px 50px;
    font-size: 1.125em
}

.search-wrap.mobile-only .icon {
    position: absolute;
    top: 20px;
    left: 15px;
    color: #00617d;
    font-size: 1.375em
}

.search-wrap input {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px 10px 10px 35px;
    font-family: Raleway, Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif
}

.search-wrap .icon {
    position: absolute;
    top: 30px;
    left: 10px;
    color: #666
}

.search-wrap .btn__text {
    color: #fff
}

.menu {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 20px
}

@media (min-width:1024px) {
    .menu {
        position: absolute;
        display: none;
        top: 45px;
        padding: 0;
        margin: 0;
        background: #fff;
        z-index: 1;
        box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2)
    }
}

.menu-items {
    width: 100%;
    border: none;
    border-left: none!important;
    display: block;
    float: none!important;
    padding: 0!important;
    font-size: inherit!important
}

.menu-items>span {
    display: block;
    background: #f0f0f0;
    padding: 10px;
    font-size: 1.125em;
    font-weight: 500;
    color: #666
}

@media (min-width:1024px) {
    .menu-items>span {
        font-size: .875em;
        font-weight: 400;
        color: #666
    }
}

.menu-items>.submenu>.menu-items {
    float: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 15px!important;
    border-top: 1px solid #f0f0f0
}

.menu-items>.submenu>.menu-items,
.menu-items>.submenu>.menu-items a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
	/* z-index: 2; */
}

.menu-items>.submenu>.menu-items a {
    width: 100%
}

.menu-items>.submenu>.menu-items a img {
    margin: 0 10px 0 0
}

.menu-items>.submenu>.menu-items a span {
    font-size: 1.125em;
    font-weight: 500;
    text-transform: none;
    color: #00617d
}

@media (min-width:1024px) {
    .menu-items>.submenu>.menu-items a span {
        font-size: .875em;
        font-weight: 400;
        color: #404040
    }
}

.tooltip {
    cursor: pointer;
    transition: all .3s ease-in
}

.tooltip:hover {
    color: #f18a21
}

.tooltipster-base {
    max-width: 500px;
    opacity: .9!important
}

.tooltipster-box {
    margin-right: 0!important
}

.tooltipster-content {
    font-size: .8125em;
    line-height: 1.5;
    padding: 10px 15px
}

.tooltipster-arrow {
    margin-top: -3px!important;
    top: 45%!important;
    position: relative
}

#footer-wrapper .footer {
    padding: 25px 20px 0
}

@media (min-width:1024px) {
    #footer-wrapper .footer {
        padding: 25px 25px 0
    }
}

#footer-wrapper .footer-wrap {
    max-width: 1024px;
    margin: auto;
    position: relative;
    z-index: 1
}

#footer-wrapper .footer-container {
    width: 100%;
    padding: 10px 0
}

#footer-wrapper .footer-container:last-child {
    border-top: 1px solid #e0e0e0
}

#footer-wrapper .footer-title {
    display: block;
    margin: 0 0 30px
}

#footer-wrapper .footer-title .title {
    color: #000;
    font-size: 1.5em;
    font-weight: 700
}

#footer-wrapper .footer-col {
    display: block;
    width: 100%
}

@media (min-width:1024px) {
    #footer-wrapper .footer-col {
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

#footer-wrapper .footer-colWarp {
    padding: 10px 0;
}

#footer-wrapper .footer-colWarp .title {
    color: #000;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase
}

#footer-wrapper .footer-colWarp p {
    margin: 0;
    font-size: .875em;
    font-weight: 500
}

#footer-wrapper .footer-colWarp ul {
    margin: 5px 0;
}

#footer-wrapper .footer-colWarp ul li {
    margin: 15px 15px 15px 0;
    padding: 0 15px 0 0;
    border-color: transparent;
	
}

#footer-wrapper .footer-colWarp ul li a {
    color: #000;
    font-size: .875em;
    text-decoration: none
}

#footer-wrapper .footer-colWarp ul li .icon {
    font-size: 1.75em;
    vertical-align: middle
}

@media (min-width:1024px) {
    #footer-wrapper .footer-colWarp ul li .icon {
        font-size: 1.25em
    }
}

#footer-wrapper .footer-colWarp ul li:last-child {
    border: none
}

#footer-wrapper .footer-colWarp:last-child ul li:last-child {
    margin: 15px 0;
    padding: 0
}

@media (max-width:767px) {
    #footer-wrapper .footer-colWarp .quick-links {
        display: block
    }
    #footer-wrapper .footer-colWarp .quick-links .rightBorder {
        border: none
    }
}

#footer-wrapper .footer a {
    transition: all .2s linear;
    font-weight: 500
}

#footer-wrapper .footer a:hover {
    color: #f18a21
}

.hotline {
    margin: 30px 0
}

.hotline-wrap {
    background: #f6f6f6
}

@media (min-width:1024px) {
    .hotline-wrap {
        width: 100%;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.hotline-left {
    width: 100%
}

.hotline-left.slant {
    z-index: 1
}

@media (max-width:767px) {
    .hotline-left.slant:after {
        transform: skew(0deg)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hotline-left.slant:after {
        transform: skew(0deg)
    }
}

@media (min-width:1024px) {
    .hotline-left {
        width: auto;
        padding: 1em 7em 1em 1em
    }
}

.hotline-left .sub-title {
    font-weight: 400;
    font-size: 1.125em;
    margin: 0;
    line-height: 1.6
}

.hotline-left .title {
    margin: 0;
    line-height: 1.15
}

.hotline-left .title .icon {
    font-size: .8125em
}

.hotline-left .title .icon+span {
    margin: 0 0 0 10px
}

.hotline-left .title span {
    font-weight: 400;
    font-size: 1.0625em;
    font-family: Verdana, sans-serif
}

.hotline-right {
    padding: 20px
}

@media (min-width:1024px) {
    .hotline-right {
        width: 60%;
        padding: 0
    }
}

@media (min-width:1024px) {
    .hotline-info {
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.hotline-info__item {
    display: block;
    margin: 10px 0
}

@media (min-width:1024px) {
    .hotline-info__item {
        margin: 0 10px;
		width: 40%;
    }
}

.hotline-info__item a {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:1024px) {
    .hotline-info__item a {
        margin: 0 10px 0 0;
        -ms-flex-align: center;
        align-items: center
    }
}

.hotline-info__item .icon+span {
    margin: 0 0 0 15px
}

.hotline-info__item .icon {
    color: #f18a21;
    font-size: 1.25em
}

.hotline-info__item span {
    color: #000;
    font-weight: 700;
    font-size: 1.25em
}

@media (min-width:1024px) {
    .hotline-info__item span {
        font-size: 1em
    }
}

.infobox {
    margin: 30px 0;
    padding: 0 20px
}

@media (min-width:1024px) {
    .infobox {
        padding: 0
    }
}

@media (min-width:1024px) {
    .infobox-wrap {
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.infobox__items {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #f0f4f4
}

.infobox__items:last-child {
    border-right: none;
    border-bottom: none;
    margin: 0;
    padding: 0
}

@media (min-width:1024px) {
    .infobox__items {
        width: 33.3333%;
        margin: 0 25px 0 0;
        padding: 0 25px 0 0;
        border-right: 2px solid #f0f4f4;
        border-bottom: none
    }
}

.infobox-title {
    font-size: 1.5em;
    font-weight: 700;
    color: #00617d;
    margin: 0 0 20px
}

.infobox-content span {
    font-size: 1em;
    line-height: 1.8
}

.infobox-readmore {
    margin: 30px 0 0
}

@media (min-width:1024px) {
    .infobox-readmore {
        position: relative;
        margin: 30px 0 0
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

a {
    text-decoration: none
}

.fixed {
    position: fixed;
    width: 100%
}

.full-width {
    width: 100vw!important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.fixed-width {
    max-width: 1024px;
    margin: auto
}

.bg-blue {
    background: #00617d
}

.bg-gray {
    background: #f0f0f0
}

.bg-gray5 {
    background: #f6f6f6
}

.bg-gray6 {
    background: #f0f4f4
}

.orange {
    color: #f18a21
}

.rotate180 {
    transform: rotate(180deg)
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.flex-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.flex-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-spaceBetween {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.leftBorder {
    border-left: 1px solid
}

.rightBorder {
    border-right: 1px solid
}

.mTop30 {
    margin-top: 30px
}

.mBottom30 {
    margin-bottom: 30px
}

.contentWithSide {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0 15px 10px
}

@media (min-width:1024px) {
    .contentWithSide {
        float: left;
        width: 700px;
        margin-left: 41px;
        padding: 0
    }
}

.contentNoSide {
    width: 100%;
    margin-left: 0;
    padding: 0 20px 10px
}

@media (min-width:1024px) {
    .contentNoSide {
        padding: 0
    }
}

.opg {
    background: #7030a0
}

.bts {
    background: #d2232a
}

.mop {
    background: #cb4e06
}

#mainContent {
    margin: 0 auto
}

#mainContent .gallery-area {
    margin: 0 auto;
    z-index: 1
}

#PageHomeContentWrapper {
    margin: 0 auto
}

@media (min-width:1024px) {
    #PageHomeContentWrapper {
        margin: 40px auto 0
    }
}

.listing-wrap {
    display: block
}

@media (min-width:1024px) {
    .listing-wrap {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.listing-wrap .listing-wrap__item {
    width: 100%;
    margin: 0 0 40px
}

@media (min-width:1024px) {
    .listing-wrap .listing-wrap__item {
        width: 48%
    }
}

.listing-wrap .listing-wrap__item .list-content {
    padding: 0 0 20px;
    border-bottom: 1px solid #e0e0e0
}

.listing-wrap .listing-wrap__item .list-content .list-header {
    margin: 0 0 25px
}

.listing-wrap .listing-wrap__item .list-content .list-header .list-item__date {
    color: #bfbfbf
}

.listing-wrap .listing-wrap__item .list-content .list-item__synopsis {
    line-height: 1.5;
    margin: 0 0 30px
}

.listing-wrap .listing-wrap__item .list-content .list-item__readmore {
    text-align: right
}

.listing-wrap.full {
    display: block
}

.listing-wrap.full .listing-wrap__item {
    width: 100%
}

.thumb-listing-wrap {
    display: block
}

@media (min-width:1024px) {
    .thumb-listing-wrap {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.thumb-listing-wrap .listing-wrap__item {
    width: 100%;
    margin: 0 0 40px
}

@media (min-width:1024px) {
    .thumb-listing-wrap .listing-wrap__item {
        width: 48%
    }
}

.thumb-listing-wrap .listing-wrap__item .list-content {
    padding: 0 0 20px;
    border-bottom: 1px solid #e0e0e0
}

.thumb-listing-wrap .listing-wrap__item .list-content .list-body {
    position: relative;
    margin: 20px 0 10px
}

.thumb-listing-wrap .listing-wrap__item .list-content .list-item__synopsis {
    line-height: 1.5;
    margin: 0 0 30px
}

.thumb-listing-wrap .listing-wrap__item .list-content .list-item__readmore {
    position: relative;
    text-align: right;
    bottom: 0;
    right: 0
}

@media (min-width:1024px) {
    .thumb-listing-wrap .listing-wrap__item .list-content .list-item__readmore {
        position: absolute;
        text-align: right;
        bottom: 0;
        right: 0
    }
}

.thumb-listing-wrap .listing-wrap__item .list-content .list-item__image {
    height: 200px
}

@media (min-width:1024px) {
    .thumb-listing-wrap .listing-wrap__item .list-content .list-item__image {
        height: 250px
    }
}

.thumb-listing-wrap .listing-wrap__item .list-content .list-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.thumb-listing-wrap.full {
    display: block
}

.thumb-listing-wrap.full .listing-wrap__item {
    width: 100%
}

.thumb-listing-wrap.full .listing-wrap__item .list-content {
    display: block
}

@media (min-width:1024px) {
    .thumb-listing-wrap.full .listing-wrap__item .list-content {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.thumb-listing-wrap.full .listing-wrap__item .list-content .list-item__image {
    width: 100%;
    height: 200px
}

@media (min-width:1024px) {
    .thumb-listing-wrap.full .listing-wrap__item .list-content .list-item__image {
        width: 45%
    }
}

.thumb-listing-wrap.full .listing-wrap__item .list-content .list-item__synopsis {
    margin: 0 0 30px
}

@media (min-width:1024px) {
    .thumb-listing-wrap.full .listing-wrap__item .list-content .list-item__synopsis {
        margin: 0 0 50px
    }
}

.thumb-listing-wrap.full .listing-wrap__item .list-content .list-body {
    width: 100%;
    margin: 20px 0
}

@media (min-width:1024px) {
    .thumb-listing-wrap.full .listing-wrap__item .list-content .list-body {
        width: 50%;
        margin: 0
    }
}

.thumb-listing-wrap.full .listing-wrap__item .list-content .list-body .list-item__title h3 {
    margin: 0 0 20px
}

.home-banner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 0
}

@media (min-width:1024px) {
    .home-banner {
        margin: 40px auto 0
    }
}

.home-banner .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.home-banner ol {
    position: relative
}

.quick-cards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.HomeContentBottom .widgetFacebook,
.HomeContentBottom .widgetInstagram,
.HomeContentBottom .widgetTwitter {
    width: 100%
}

@media (min-width:768px) and (max-width:1023px) {
    .HomeContentBottom .widgetFacebook,
    .HomeContentBottom .widgetInstagram,
    .HomeContentBottom .widgetTwitter {
        width: 30%
    }
}

@media (min-width:1024px) {
    .HomeContentBottom .widgetFacebook,
    .HomeContentBottom .widgetInstagram,
    .HomeContentBottom .widgetTwitter {
        width: 33.3333%
    }
}

.latestNewsAndUpdates ul li {
    width: 100%
}

@media (min-width:1024px) {
    .latestNewsAndUpdates ul li {
        width: 33.3333%
    }
}

hr {
    background: #ccc;
    color: #ccc;
    clear: both;
    float: none;
    width: 100%;
    height: .05em!important;
    margin: .5em 0
}

#header-wrapper {
    position: relative;
    z-index: 3
}

.gallery-area .slides .txt-box {
    background: url(/MSF/images/bg-gallery-txt-box.png)
}

a.prevPg {
    background: url(/MSF/images/arrowLeft_orange.png) no-repeat 0
}

a.moreLink,
a.nextPg {
    background: url(/MSF/images/arrowRight_orange.png) no-repeat 100%
}

ul.linkList li,
ul.orangearrow li {
    background: url(/MSF/images/arrowRight_orange.png) no-repeat 0
}

.ms-WPBody h3 {
    font-weight: 700;
    font-size: 120%
}

.ms-WPBody h4 {
    font-weight: 700;
    font-size: 100%
}

.slant {
    z-index: 1
}

.affiliateBannerWithSlider .bx-next {
    right: -10px;
    top: 30%;
    background: url(/MSF/images/arrowRight_carousel.png) no-repeat
}

.affiliateBannerWithSlider .bx-prev {
    left: 10px;
    top: 30%;
    background: url(/MSF/images/arrowLeft_carousel.png) no-repeat
}

.assistanceFinder select {
    background: #fff url(/MSF/images/dropdownbox_arrow.png) no-repeat right 0
}

.ms-PartSpacingVertical {
    font-size: 1pt;
    margin-top: 12px
}

a[href$=".doc"],
a[href$=".docx"] {
    background: url(/MSF/images/page_white_word.png) no-repeat 0 0
}

a[href*="@"] {
    background: url(/MSF/images/email.png) no-repeat 0 0
}

.addthis_toolbox .custom_images a {
    display: inline-block;
    margin: 0 2px
}

.addthis_toolbox .custom_images a:first-child {
    margin: 0 2px 0 0
}

.relatedHeading {
    margin: 20px 0
}

.relatedItem ul li {
    width: 33.3333%
}

#tabs-container {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    clear: both;
    overflow: auto
}

#tabs-container .tabs-menu {
    height: auto;
    clear: both;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

@media (min-width:1024px) {
    #tabs-container .tabs-menu {
        display: inline-block;
        height: 75px
    }
}

#tabs-container .tabs-menu li {
    list-style: none;
    background-color: #01627e;
    border: 1px solid #01627e;
    padding: .5em 0;
    margin-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:1024px) {
    #tabs-container .tabs-menu li {
        border-left: 1px solid #d4d4d1;
        border-right: 1px solid #d4d4d1;
        border-top: 1px solid #d4d4d1;
        box-shadow: 0 2px 5px #666;
        float: left;
        height: 70px;
        line-height: 30px;
        margin-right: 10px;
        width: 283px;
        text-align: left
    }
}

#tabs-container .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border: 1px solid #d4d4d1;
    z-index: 5
}

#tabs-container .tabs-menu li a {
    color: #fff;
    display: block;
    font-size: 1.25em;
    font-weight: 400;
    margin: auto 20px;
    padding: .5em 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase
}

@media (min-width:1024px) {
    #tabs-container .tabs-menu li a {
        font-size: 1.5625em
    }
}

#tabs-container .tabs-menu .current a {
    color: #2e7da3
}

#tabs-container .tab-content {
    display: none;
    padding: 0 20px;
    margin: 0 0 20px
}

@media (min-width:1024px) {
    #tabs-container .tab-content {
        padding: 50px 0 0
    }
}

#tabs-container .tab-content:first-child {
    display: block
}

#tabs-container table.equalDevide tr td {
    display: block;
    color: #404040;
    font-family: Raleway, Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif!important;
    font-size: 1em;
    font-weight: 700;
    padding-top: 15px;
    width: 100%
}

@media (min-width:1024px) {
    #tabs-container table.equalDevide tr td {
        width: 50%;
        display: inline-block
    }
}

#tabs-container .tab-content select {
    background: #fff none repeat scroll 0 0;
    height: 38px;
    width: 100%
}

@media (min-width:1024px) {
    #tabs-container .tab-content select {
        min-width: 400px
    }
}

#tabs-container .tab-content input {
    background: #fff none repeat scroll 0 0;
    height: 38px;
    width: 100%;
    border: 1px solid #a9a9a9
}

@media (min-width:1024px) {
    #tabs-container .tab-content input {
        min-width: 400px
    }
}

#tabs-container .tab-content textarea {
    background: #fff none repeat scroll 0 0;
    height: 30px;
    width: 100%
}

@media (min-width:1024px) {
    #tabs-container .tab-content textarea {
        min-width: 400px
    }
}

.ButtonClass {
    width: auto!important;
    display: inline-block;
    background-color: #f18a21!important;
    color: #fff;
    padding: 5px 30px!important;
    min-width: 50px!important;
    margin-top: 10px
}

@media screen and (min-width: 640px), screen\9 {
	
	.menu{
	position: absolute;
    right: 10px;
    top: 45px;
	
} 

}

.home-banner{
height: 340px;
    margin: 0 auto;
    margin-bottom: 30px;
}



.rightBorder {
    border-right: 1px solid;
    border-color: #e0e0e0!important;
}
/*# sourceMappingURL=main.css.map */

@media (min-width:280px) and (max-width:860px) {
    header .main-nav nav .nav {
        z-index: 999;
    }
} 