@charset "UTF-8";
body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff;
    color: #444;
    line-height: 1.3;
	 overflow: scroll !important;
}

body.dnnEditState {
    padding-bottom: 200px;
}

a,a:active,a:visited,a:focus {
    color: #006d83;
    text-decoration: underline;
}

a:hover,a:active:hover,a:visited:hover,a:focus:hover {
    color: #006d83;
    text-decoration: none;
}

a.copy_color,a.copy_color:hover,a:active.copy_color,a:active.copy_color:hover,a:visited.copy_color,a:visited.copy_color:hover,a:focus.copy_color,a:focus.copy_color:hover {
    color: #444;
}

a.nounderline,a:active.nounderline,a:visited.nounderline,a:focus.nounderline {
    text-decoration: none;
}

a.highlight_green_underline,a:active.highlight_green_underline,a:visited.highlight_green_underline,a:focus.highlight_green_underline {
    color: #457E44;
    text-decoration: underline;
}

a:hover,a:active:hover,a:visited:hover,a:focus:hover {
    text-decoration: none;
}

b,strong {
    font-weight: bold;
}

.m-b-0 {
    margin-bottom: 0;
}

.p-b-25 {
    padding-bottom: 25px;
}

.small-font {
    font-size: 0.8em;
    line-height: 1.3;
}

.d-in-block {
    display: inline-block;
}

p {
    font-size: 1.063em;
    line-height: 1.423;
    margin: .612em 0;
}

.upper {
    text-transform: uppercase;
}

.m-b-12 {
    margin-bottom: 12px;
}

.highlight_color {
    color: #006d83;
}

.ui-loader {
    display: none;
}

.home-icon {
    background: url("../img/other-101x96-sprite.png") no-repeat;
    background-position: -49px -56px;
    width: 28px;
    height: 23px;
    display: inline-block;
    text-decoration: none;
}

.home-icon:hover {
    text-decoration: none;
}

.carousel-indicators {
    right: auto;
    margin: 0;
    left: 0;
    bottom: 30px;
    width: 18%;
}

.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: none;
    background-color: white;
    margin: 0 6px;
}

.carousel-indicators li.active {
    background-color: rgba(0,0,0,0.5);
}

.border-box {
    border: 8px solid #efefef;
    padding: 20px;
    font-size: 0.9em;
}

.border-box h3 {
    color: #006d83;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 1.7em;
}

h5 {
    font-size: .8125em;
    line-height: 1.35;
}

.isiSticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.isiSticky .indication-col {
    padding-right: 0;
}

.isiSticky .indication-col .indication {
    background: #d5e9ec;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.isiSticky .isi-col {
    padding-left: 0;
}

.isiSticky .isi-col .isi {
    position: relative;
    width: 100%;
    height: 100%;
}

.isiSticky #expandbtn {
    float: right;
    width: 92px;
    height: 26px;
    display: block;
    margin-top: -6px;
    background: url("../img/other-101x96-sprite.png") no-repeat;
    background-position: -2px -28px;
    text-decoration: none;
}

.isiSticky #isiright {
    padding: 12px 15px;
    background: #eef6f7;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.isiSticky #isiright h4 {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    color: #0A7A80;
    margin: 0;
}

.isiSticky #isiright #isicopy {
    font-size: 0.8em;
    margin-top: 0.5em;
    overflow: auto;
    height: calc(100% - 28px);
}

.isiSticky #isiright hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #10bbc5;
    margin: 0.3em 0;
    padding: 0;
    clear: both;
}

    .isiSticky ul {
        list-style-type: disc;
        padding: 0px !important;
        margin-left: 18px !important;
    }

.isiSticky.visible {
    height: auto;
}

.isiSticky.visible .indication-col .indication {
    background: #abe1e8;
}

@media screen and (min-width: 1200px) {
    .isiSticky.visible .isi-col .isi {
        background:#d7ecef;
    }
}

.isiSticky.visible #isiright {
    position: relative;
    background: #d7ecef;
    height: auto;
    left: auto;
    right: auto;
}

.isiSticky.visible #isiright #isicopy {
    height: auto;
}

.isiSticky.visible #expandbtn {
    background: url("../img/other-101x96-sprite.png");
    background-position: -2px -0px;
}

body.dnnEditState .isiSticky {
    position: relative;
}

header {
    background: #737373;
    padding: 13px 0;
    margin-bottom: 12px;
}

header ul {
    list-style-type: none;
    margin-bottom: 0;
}

header ul li {
    float: left;
    margin-left: 20px;
}

header ul li a {
    color: white;
    text-decoration: underline;
    font-size: 0.9em;
}

header ul li a:hover,header ul li a:active,header ul li a:active:hover,header ul li a:visited,header ul li a:visited:hover {
    text-decoration: none;
    color: white;
}

header ul li a:focus,header ul li a:focus:hover {
    color: white;
}

.sidebar {
    padding-right: 0;
}

.sidebar nav {
    height: calc(100% + 191px);
    background: #eee;
    padding: 15px 0;
}

.sidebar nav .logo-div {
    text-align: center;
}

.sidebar nav .logo-div img {
    margin: 0 auto 28px;
}

.sidebar nav ul {
    list-style-type: none;
    margin: 0;
    padding: 12px 0;
    text-align: center;
}

.sidebar nav ul li {
    padding: 9px 0;
    margin: 6px 0;
    text-transform: uppercase;
}

.sidebar nav ul li a {
    text-decoration: none;
    color: #444;
    display: block;
}
.sidebar nav ul li > a{
  margin: -9px 0;
  padding: 9px 0;
}
.sidebar nav ul li:hover,.sidebar nav ul li.active {
    background: #3c803c;
    color: white;
    cursor: pointer;
}

.sidebar nav ul li:hover a,.sidebar nav ul li.active a {
    color: white;
}

.sidebar nav ul li ul {
    display: none;
}

.sidebar nav ul li ul li {
    margin: 0;
    padding: 5px 0;
    text-transform: none;
    background: #006d82;
    font-size: 0.9em;
    position: relative;
}

.sidebar nav ul li ul li a {
    color: white;
    text-decoration: underline;
    margin: -5px 0;
    padding: 5px 0;
}

.sidebar nav ul li ul li:hover:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 11px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    background-image: url("../img/other-101x96-sprite.png");
    background-repeat: no-repeat;
    background-position: -79px -56px;
}

.sidebar nav ul li ul li:hover a {
    text-decoration: none;
}

.sidebar nav ul li.visible {
    background: #006d82;
    color: white;
}

.sidebar nav ul li.visible:hover {
    background: #65b362;
}

.sidebar nav ul li.visible ul {
    display: block;
}

.sidebar nav ul li.visible ul li.active {
    background: #65b362;
}

.sidebar nav ul li.visible ul li.active:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 11px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    background-image: url("../img/other-101x96-sprite.png");
    background-repeat: no-repeat;
    background-position: -79px -56px;
}

.sidebar nav ul li.visible ul li.active a {
    text-decoration: none;
}

.sidebar .top-bar-nav {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.sidebar .top-bar-nav li a {
    text-transform: none;
}

#container-footer {
    margin-bottom: 40px;
}

#container-footer #logo_footer_bar-container {
    background: #737373;
    padding: 20px 14px;
    margin-bottom: 12px;
}

#container-footer #logo_footer_bar-container section.logo_footer_bar img {
    max-width: 200px;
}

#container-footer #logo_footer_bar-container section.logo_footer_bar .right {
    float: right;
    text-align: right;
    font-size: 0.85em;
    padding-top: 4px;
}

#container-footer #logo_footer_bar-container section.logo_footer_bar .right > p {
    display: inline-block;
    margin: 0;
}

#container-footer #logo_footer_bar-container section.logo_footer_bar .right a {
    color: #fff;
    font-size: 0.7em;
    text-decoration: underline;
    margin: 0 0 0 20px;
}

#container-footer #logo_footer_bar-container section.logo_footer_bar .right a:hover {
    text-decoration: none;
}

#container-footer .legal {
    font-size: 0.7em;
}

.wrapper-404 footer {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.carousel {
    margin-bottom: 12px;
	
}

.treat {
    background: #737373;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 12px;
}

.treat h3 {
    font-size: 1.6em;
    font-weight: 200;
    margin: 0;
}

h4 {
    font-size: 1em;
    line-height: 1.56;
}

.copy h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #006d83;
}

.copy p {
    line-height: 1.3;
    font-size: 1em;
}

.copy .small-font {
    font-size: 0.8em;
    line-height: 1.3;
}

.copy ul {
    list-style-type: disc;
    padding: 0px !important;
    margin-left: 18px !important;
}

.border-box .img-div {
    padding-right: 0;
}

.border-box .img-div.m-b-0 {
    margin-bottom: 0;
}

.border-box .img-div img {
    width: 100%;
}

.border-box .img-div + div {
    margin-bottom: 20px;
}

.treat-now {
    background: #efefef;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    width: 100%;
}

.treat-now h3 {
    font-size: 1.7em;
    color: #006d83;
    font-weight: 600;
}

.treat-now h4 {
    font-size: 1.2em;
    color: #363535;
    font-weight: 600;
}

.treat-now h4 span {
    color: #006d83;
}

.page-nav {
    margin-bottom: 12px;
}

.page-nav p {
    text-align: right;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.page-nav p small {
    background: #fff url("../img/other-101x96-sprite.png") no-repeat;
    background-position: -66px -81px;
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-left: 12px;
    vertical-align: middle;
    margin-top: -3px;
}

.call-to-images img {
    width: 100%;
}

.call-to-images > div:first-child {
    padding-right: 6px;
}

.call-to-images > div:last-child {
    padding-left: 6px;
}

.table-wrapper {
    font-size: medium;
}

.table-header {
    background: #006d83;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4em;
    padding: 13px;
    font-weight: bold;
    border: 0.5px solid #cccccc;
}

.table-content {
    margin: 0 0 12px;
    font-size: medium;
}

.table-content > div {
    padding: 0;
    background: #e9fbfc;
    border: 1px solid #cccccc;
}

.table-content .content-heading {
    background: #dfdede;
    color: #006A80;
    font-size: 1.0em;
    font-weight: 600;
    padding: 13px;
    border-bottom: 1px solid #cccccc;
}

.table-content .content-heading img {
    float: right;
}

.table-content > div:nth-child(2) {
    border-left: none;
    border-right: none;
}

.table-content .content-text {
    padding: 15px;
    background: #e9fbfc;
}

.table-content .content-text ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0px !important;
}

.table-content .content-text ul li {
    padding: 3px 0;
    padding-left: 1em;
    text-indent: -0.7em;
}

.table-content .content-text ul li::before {
    content: "• ";
    color: #65b362;
}

.benefits_container {
    width: 100%;
    padding: 25px 90px 35px 100px;
    background: #e9fbfc;
    border: 1px solid #cce2e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #006d83;
}

.benefits_container li {
    list-style-type: none;
    padding: 12px 0;
    font-size: 1.4em;
    line-height: 1.3;
    padding-left: 64px;
    margin-left: -43px;
    position: relative;
}

.benefits_container li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/other-101x96-sprite.png") no-repeat;
    background-position: -2px -56px;
    width: 45px;
    height: 43px;
}

.how-take {
    width: 100%;
    display: table;
    margin-bottom: 12px;
    font-size: medium;
}

.how-take th,.how-take td {
    padding: 13px 13px;
    text-align: left;
    border: 1px solid #cccccc;
}

.how-take th {
    background: #006d83;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4em;
}

.how-take td img {
    margin-right: 12px;
    margin-bottom: 22px;
    float: left;
    margin-top: -2px;
}

.how-take td img + div {
    padding-left: 41px;
}

.how-take .how-days {
    background: #ebffff;
}

.take-now {
    background: #efefef;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}

.take-now h3,.take-now h4 {
    font-weight: 500;
    margin: 0;
}

.take-now h3 {
    font-size: 2.1em;
    color: #444;
}

.take-now h4 {
    font-size: 2em;
    color: #006d83;
}

.take-now p.upper small {
    background: #fff url("../img/other-101x96-sprite.png") no-repeat;
    background-position: -66px -81px;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-left: 12px;
}

.talk-mb-40 {
    margin-bottom: 40px;
}

.check_container {
    width: 100%;
    padding: 25px 20px 35px 20px;
    background: #e9fbfc;
    border: 1px solid #cce2e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #006d83;
}

.print-table-content > div .content-wrap {
    border: 1px solid #cccccc;
    border-top: none;
}

.print-table-content > div .action-img {
    background: #e9fbfc;
    text-align: center;
    padding: 13px;
    border-bottom: 1px solid #cccccc;
    height: 82px;
}

.print-table-content > div .action-img img {
    padding: 7px;
}

.print-table-content > div .action-btn {
    padding: 13px;
}

.print-table-content .print-action {
    padding: 0;
}

.print-table-content .print-action .content-wrap {
    text-align: center;
}

.print-table-content > div:first-child {
    padding-right: 0;
}

.print-table-content > div:first-child .content-wrap {
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.print-table-content > div:first-child .content-wrap img {
    float: left;
    height: 52px;
    margin-right: 10px;
}

.print-table-content > div:nth-child(2) .content-wrap {
    border-left: none;
    border-right: none;
}

.print-table-content > div:last-child {
    padding-right: 15px;
}

.terms {
    font-weight: 400;
    line-height: 1.4;
    font-size: .8125em;
}

.eligible-wrapper {
    padding: 0 63px;
}

.eligible-wrapper a.d-in-block {
    width: 100%;
}

.eligible-wrapper .terms-thin {
    font-weight: 400;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .8125em;
}

.website-table {
    margin-bottom: 12px;
}

.website-table .img-wrap {
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
}

.website-table .img-wrap img {
    max-width: 100%;
}

.website-table .cont-wrap {
    border: 1px solid #ccc;
    background: #e9fbfc;
    padding: 32px;
}

.website-table .no-border-bottom {
    border-bottom: none;
}

.website-table .img-wrap.no-border-bottom {
    padding: 13px;
}

#guidePrint h1 {
    display: none;
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
}

#externalLinkPopup {
    color: #444444;
}

#externalLinkPopup .modal-dialog {
    max-width: 705px;
    margin: 1.75rem auto 1.75rem;
}

#externalLinkPopup .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    background-color: #efefef;
}

#externalLinkPopup .modal-header {
    padding: 0;
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#externalLinkPopup .modal-header button {
    padding: 0;
    margin: 8px 8px 0 0;
    float: none;
    font-size: 11pt;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    color: #444;
    text-shadow: none;
}

#externalLinkPopup .modal-header button small {
    background: url("../img/other-101x96-sprite.png") no-repeat;
    background-position: -49px -81px;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}

#externalLinkPopup .modal-header button:focus {
    outline: none;
}

#externalLinkPopup .modal-body {
    padding: 40px 30px 30px;
}

#externalLinkPopup .modal-body h2 {
    font-weight: 600;
    font-size: 2.4em;
    margin-bottom: 20px;
}

#externalLinkPopup .modal-body .btn-wrapper {
    margin: 30px 0 0;
}

#externalLinkPopup .modal-body .btn-wrapper a.close-btn {
    margin-right: 0px;
}

#externalLinkPopup .modal-body .btn-wrapper a {
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 50px;
}

#externalLinkPopup .modal-body .btn-wrapper a small {
    background: url("../img/other-101x96-sprite.png") no-repeat;
    background-position: -66px -81px;
    width: 14px;
    height: 13px;
    margin-left: 0px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}

body.modal-open {
    padding-right: 0 !important;
}

.error-404-content {
    padding: 100px 0;
    text-align: center;
}

@media print {
    @page {
        size: auto;
        margin: 0mm;
    }

    html {
        background-color: #FFFFFF;
        margin: 0px;
    }

    body {
        padding: 10mm;
    }

    #guidePrint h1 {
        display: block;
    }

    .check_container .checkbox_container {
        width: 100%;
    }

    .check_container .checkbox_container [type='checkbox'] {
        display: inline-block;
        width: 26px !important;
        height: 26px !important;
        vertical-align: middle;
        margin-right: 10px;
    }

    .check_container .checkbox_container label {
        line-height: 26px;
        display: inline-block;
        vertical-align: middle;
    }
}

.icon-text, .icon-text2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.icon-text img , .icon-text2 img{
    float: left;
}

.icon-text img + div {
    padding-left: 20px;
    height: 100%;
    font-size: 21px;
}

.icon-text.text-1 {
    color: #106d82;
}

.icon-text.text-2 {
    color: #46813B;
}

.icon-text.text-3 {
    color: #178087;
}

.icon-text2 img + div {
    padding-left: 20px;
    height: 100%;
    font-size: 21px;
}

.icon-text2.text-4 {
    color: #E51B24;
}

@media only screen and (max-width: 1199px) {
    .benefits_container {
        padding-right:40px;
    }

    .benefits_container li br {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width:992px) {
    body {
        /*padding-top:87px; */
        padding-bottom: 135px;
    }

    .wrapper {
        overflow: hidden;
    }

    header {
        background: #eee;
        position: fixed;
        /*top: 0;*/
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 15px;
        text-align: center;
    }

    header img.logo {
        max-height: 45px;
    }

    header .hamburgermenu {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }

    header .hamburgermenu img {
        max-height: 28px;
    }

    header .hamburgermenu img.icon-close {
        display: none;
    }

    header .hamburgermenu.active img.icon-hamburger {
        display: none;
    }

    header .hamburgermenu.active img.icon-close {
        display: block;
    }

    header ul {
        display: none;
    }

    .sidebar {
        position: fixed;
        right: -100%;
        padding: 0;
        top: 75px;
        bottom: 0;
        overflow: auto;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 101;
    }

    .sidebar nav {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto;
        height: auto;
    }

    .sidebar nav ul li:hover {
        background: none;
        color: #444444;
    }

    .sidebar nav ul li.visible:hover {
        color: white;
    }

    .sidebar.open {
        right: 0;
    }

    .isiSticky {
        height: 98px;
    }

    .isiSticky > .container {
        height: 100%;
        max-width: 100%;
        padding: 0;
    }

    .isiSticky > .container > .row {
        height: 100%;
        margin: 0;
    }

    .isiSticky .isi-col {
        width: 100%;
        padding: 0;
    }

    .isiSticky .isi-col #isiright #isicopy {
        height: 50px;
    }

    .isiSticky .isi-col #isiright #isicopy h5 {
        font-size: 0.8em;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 10px;
    }

    .isiSticky.visible {
        max-height: calc(100% - 76px);
        overflow: auto;
    }

    .isiSticky.visible .isi-col {
        max-height: 100%;
    }

    .isiSticky.visible .isi-col #isiright #isicopy {
        height: auto;
    }

    .table-content > div:nth-child(2) {
        border: 1px solid #ccc;
    }

    #externalLinkPopup .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

@media screen and (max-width: 767px) {
    .carousel-indicators {
      bottom: 10px;
      width: auto;
      justify-content: flex-start;
      padding-left: 6px;
    }
    .carousel-indicators li {
      margin: 0 4px;
      height: 10px;
      width: 10px;
    }
    .border-box {
        padding:15px;
        border-width: 4px;
    }

    .border-box h3 {
        font-size: 1.4em;
    }

    #container-footer #logo_footer_bar-container section.logo_footer_bar {
        text-align: center;
    }

    #container-footer #logo_footer_bar-container section.logo_footer_bar .right {
        float: none;
        text-align: center;
        padding-top: 15px;
    }

    #container-footer #logo_footer_bar-container section.logo_footer_bar .right > p {
        display: block;
        padding: 5px 0;
    }

    .wrapper-404 footer {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .border-box .img-div {
        padding-right: 15px;
    }

    .border-box .img-div img {
        max-width: 100%;
        width: auto;
        margin-bottom: 10px;
    }

    .table-header {
        font-size: 1em;
    }

    .table-content .content-heading {
        font-size: 1em;
    }

    .benefits_container {
        padding: 25px 15px;
    }

    .benefits_container ul {
        margin-bottom: 0;
    }

    .benefits_container ul li {
        padding: 0 0 24px;
        background-size: 23px auto;
        margin-left: -23px;
        padding-left: 35px;
        font-size: 1em;
    }

    .benefits_container ul li:last-child {
        padding-bottom: 0;
    }

    .benefits_container ul li:before {
        background-size: 60px 63px;
        width: 30px;
        height: 33px;
        background-position: 1px -30px;
    }

    .treat h3 {
        font-size: 1em;
    }

    .take-now h3 {
        font-size: 1.6em;
    }

    .take-now h4 {
        font-size: 1.5em;
    }

    .treat-now h3 {
        font-size: 1.5em;
    }

    .treat-now h4 {
        font-size: 1.1em;
    }

    .page-nav {
        font-size: 0.8em;
    }

    .how-take th {
        font-size: 1em;
    }

    .how-take td div {
        padding-left: 42px;
    }

    .check_container {
        padding: 25px 15px;
    }

    .check_container .checkbox_container {
        width: 100%;
        padding-left: 0;
        margin-bottom: 5px;
    }

    .print-table-content .print-action {
        padding-left: 15px;
    }

    .print-table-content > div:first-child {
        padding-right: 15px;
    }

    .print-table-content > div:last-child {
        padding-left: 0;
    }

    .print-table-content > div:nth-child(2) .content-wrap {
        border-left: 1px solid #ccc;
    }

    .eligible-wrapper {
        padding: 0;
    }

    .website-table .cont-wrap {
        padding: 10px 5px;
        word-break: break-all;
    }

    .website-table .img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

    #externalLinkPopup .modal-body {
        padding: 25px 20px 25px;
    }

    #externalLinkPopup .modal-body h2 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 360px) {
    .take-now h3 {
        font-size:1.3em;
    }

    .take-now h4 {
        font-size: 1.2em;
    }

    .isiSticky #isiright h4 {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 767px) and (max-width:992px) {
    header {
        text-align:left;
    }

    .sidebar {
        width: 50%;
    }

    .wrapper-404 footer {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

ul.benefits {
    margin-left: 18px !important;
    padding-left: 0px !important;
}

@media screen and (max-width: 991px)
{

.carousel {
  	margin-top: 76px;
}
}


