lbody,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ul {
    list-style: none;
}
caption {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}
a {
    color: #18a8e2;
    text-decoration: none;
    outline: 0 none;
}
a:hover {
    color: #081c50;
}
h1 {
    font-size: 3.25em;
    line-height: 70px;
}
h2 {
    font-size: 1.8em;
    line-height: 40px;
    color: #18a8e2;
    padding: 20px 0px 15px;
}
h3 {
    font-size: 1.45em;
    line-height: 35px;
    padding: 15px 0px 10px;
    margin-bottom: 10px;
    color: #3e3b3b;
}
h4 {
    font-size: 1.2em;
    padding: 15px 0px 0px;
    color: #3e3b3b;
}
h5 {
    font-size: 1.1em;
    line-height: 25px;
}
h6 {
    font-size: 0.9em;
    padding: 15px 0px 0px;
}
p {
    font-size: 20px;
    line-height: 32px;
    color: #3e3b3b;
    margin: 0px 0px 15px 0px;
}
.left-1 table {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
}
.left-1 th,
.left-1 td {
    border: #000000 1px solid;
    padding: 0.5em;
    text-align: left;
}
.left-1 th {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: bold !important;
    vertical-align: middle;
    color: #fff;
    background-color: #005b8b;
}
.left-1 td {
    font-family: "Source Sans Pro", sans-serif;
    vertical-align: top;
    color: #000;
    background-color: #fff;
    font-size: 20px;
}
em {
    font-weight: 300;
    color: #3e3b3b;
    font-style: italic;
}
strong {
    font-weight: 600;
}
html {
}
body {
    color: #b1b1b1;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: visible;
    background: #ffffff;
    margin: 0;
}
.wrapper {
    margin: 0 auto;
}
.container {
    width: 100%;
    margin: 0 auto;
    border-top: 0 none;
    padding: 0 150px;
    box-sizing: border-box;
    /* max-width: 1919px !important; */
}
.showmobilemenu {
    display: none;
}
.mobile-icon {
    display: none;
}
.mobile-menu a {
    text-align: right;
    display: block;
}
.logo {
    float: left;
}
.logo a {
    display: block;
}
.right-header {
    float: right;
    height: 100%;
}
header {
    background: #ffffff;
    position: relative;
}
#nav {
    float: left;
    border-right: 1px solid #999999;
}
#nav > ul {
    vertical-align: middle;
    float: left;
}
#nav > ul > li {
    float: left;
    text-align: center;
    /* width: 90px; */
    padding: 30px 10px;
}
#nav > ul > li > a {
    text-transform: capitalize;
    font-weight: 900;
    transition: 0.5s all ease-in-out 0s;
    color: #081c50;
    font-size: 0.85em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    line-height: 1.2em;
    padding: 0 5px;
}
#nav > ul > li.clinicians-link a {
    color: #18a8e2;
}
#nav > ul > li > a:hover {
    color: #f66b1e;
}
#nav > ul > li a.current,
#nav > ul > li a.section {
    color: #f66b1e;
}
#nav > ul > li > ul,
#nav > ul ul ul {
    position: absolute;
    display: none;
    right: unset;
    top: 100%;
    width: 100%;
    background: #005a8a;
    text-align: left;
    padding: 0 0px;
    box-sizing: border-box;
    max-width: 250px;
    z-index: 999;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.showmobilemenu #nav > ul > li > ul,
.showmobilemenu #nav > ul ul ul {
    box-shadow: none;
}
#nav > ul > li:hover > ul,
#nav > ul > li:hover ul > li:hover > ul {
    display: block;
}
#nav > ul > li > ul > li,
#nav > ul ul ul li {
    display: block;
    padding: 0 0 0 18px;
}
#nav > ul > li > ul > li:first-child {
    padding: 0;
}
#nav > ul > li > ul > li:first-child a {
    padding: 18px 0px 18px 18px;
}
#nav > ul > li > ul > li a {
    color: #ffffff;
    font-size: 0.8em;
    display: block;
    padding: 18px 0px;
    text-transform: capitalize;
    position: relative;
    z-index: 99;
}
/*#nav > ul > li > ul > li:hover{background-color:#081c50;}
#nav > ul > li > ul > li a:hover{color:#f66b1e;font-weight:bold;}*/
#nav > ul > li > ul li:hover {
    background-color: #18a8e2;
}
#nav > ul > li > ul > li a:hover {
    color: #ffffff;
    font-weight: bold;
}
#nav > ul > li > ul > li a.current {
    color: #f66b1e;
}
/*#nav > ul > li > ul > li:first-child:after{content:"";height:60px;background:#005a8a;width:100%;position:absolute;left:0;top:0;}*/
.getcxbbutton {
    background-color: #f66b1e;
}
.getcxbbutton:hover {
    background-color: #081c50;
}
.blogbtn {
    border-left: 1px solid #999999;
}
.mobilemenu {
    display: none;
}
#nav > ul ul ul {
    top: 57px;
    left: 250px;
}
.language-selector {
    float: left;
    border-right: 1px solid #999999;
    width: 110px;
    background: #ffffff;
    position: relative;
    z-index: 99;
    padding: 53px 0px;
}
.language-selector .language-selector img {
    float: left;
    float: left;
}
.language-selector span {
    color: #005a8a;
    font-size: 15px;
    color: #005a8a;
    float: left;
    display: block;
    font-size: 16px;
    margin: 0 0 0 5px;
}
.language-selector ul {
    display: none;
    position: absolute;
    top: 0;
    z-index: 99;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 10px;
    width: 110px;
}
.search {
    float: left;
    padding: 45px 10px 0;
}
.search a {
    display: block;
    background: url(../images/search-icon.png) no-repeat center left;
    color: #005a8a;
    font-size: 15px;
    padding: 0 0 0 20px;
    font-weight: 500;
}
.main-banner {
    position: relative;
}
.top-link {
    background: #081c50;
}
.top-link ul {
    float: right;
    border-left: 1px solid #ffffff;
}
.top-link ul li {
    float: left;
    border-right: 1px solid #ffffff;
}
.top-link ul li a {
    font-size: 0.9em;
    display: block;
    padding: 18px 24px;
    color: #ffffff;
    font-weight: 900;
    text-transform: capitalize;
    transition: 0.5s all ease-in-out 0s;
}
.bannercontent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1556px;
}
td ul li {
    padding: 0.1em 0em 0.1em 1.5em;
}

.top-link ul li a:hover {
    color: #f66b1e;
}
.banner {
    position: relative;
}
/*.banner img{display:block;width:100%;}*/
.banner:not(.cliniciansbg) img {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    min-height: 600px;
    object-fit: cover;
}
/*.banner-content{position:absolute;top:0;width:100%;height:84%; bottom: 0;margin-top: auto;margin-bottom: auto;}*/
.banner-content:not(.banner-content--clinician) {
    width: 100%;
    margin-top: auto;
    margin-bottom: 190px;
    padding: 5% 0 0%;
    position: relative;
}

/* Clinician Information pages */

.banner-content--clinician {
    padding: 3% 0;
    position: relative;
}

.banner.cliniciansbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content--clinician .bannerwidth {
    max-width: 100%;
}

@media (min-width: 1441px) {
    .banner-content--clinician {
        margin-bottom: 190px;
        padding-bottom: 0;
        z-index: 99;
    }
    .banner.cliniciansbg img {
        position: absolute;
        display: block;
        top: 0;
        top: 0;
        min-height: 600px;
        z-index: 1;
    }
    /* prevent banner overlap */
    .clinicians .content-bg {
        position: relative;
        z-index: 98;
    }
    .banner-content--clinician .bannerwidth {
        max-width: 450px;
    }
}

.patients .banner-content h1 {
    color: #ffffff;
}
.banner-content h1 {
    color: #f66b1e;
    font-size: 3.5em;
    line-height: 1.15em;
}
.wider-scheme .banner-content h1 {
    color: #ffffff;
}
.banner-content p {
    font-weight: 600;
    color: #fff;
    font-size: 25px;
    margin-top: 30px;
    line-height: 26px;
}
.wider-scheme .banner-content p {
    font-weight: normal;
}
.cliniciansbg .banner-content p {
    color: #081c50;
}
.wider-scheme .cliniciansbg .banner-content p {
    color: #ffffff;
}
.bannercont {
    display: table-cell;
    vertical-align: middle;
}
.bannerwidth {
    min-width: 300px;
    max-width: 575px;
}
.banner-content .container {
    display: table;
    height: 100%;
}
.bannercontent h1 {
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.1;
    padding: 0px 0 15px;
}

.bannercontent h1.heading-clinican {
    color: #f66b1e;
}
.bannercontent p {
    color: #ffffff;
    font-weight: 500;
}

@media (min-width: 1301px) {
    .home-slider img {
        min-height: 600px;
        object-fit: cover;
    }
}
@media (min-width: 1024px) {
    .bannercontent h1 {
        font-size: 40px;
        line-height: 1.1;
        padding-bottom: 8px;
    }
}
@media (min-width: 1366px) {  /* Changed from 1530px */
    .bannercontent h1 {
        font-size: 56px;
        padding-bottom: 32px;
    }
}
@media (max-width: 1300px) {
    .bannercontent p {
        margin-bottom: 0;
    }
}

.link-4 {
    font-size: 0.9em;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    max-width: 250px;
    line-height: 1.5em;
    font-size: 22px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: bold;
    background: #081c50;
    transition: 0.5s all ease-in-out 0s;
    border-radius: 50px;
}
@media (max-width: 1138px) {
    .bannercontent p {
        display: none;
    }
    .link-4 {
        display: none;
    }
}

@media (max-width: 1300px) {
    .bannercontent h1 {
        font-size: 35px;
    }
    .bannercontent p {
        font-size: 18px;
    }
    
}

.main-cont .container {
    padding: 0;
}
.main-cont .content-bg {
    background-color: #e1e1e1;
    min-height: 100%;
    max-height: 100%;
}
.section-pg.main-cont .content-bg {
    background-color: #fff;
}
.left-1 {
    width: 80%;
    background: #ffffff;
    float: left;
    padding-left: 150px;
    padding-right: 95px;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative;
    margin-top: -100px;
    box-sizing: border-box;
}
/* .clinicians .left-1 {margin-top:0;} */
.clinicians.wider-scheme .left-1 {
    margin-top: -100px;
}
.left-1 p {
    color: #081c50;
}
.left-1 p.intro {
    padding: 0 45px 20px;
}
.left-1 .imageleft {
    display: block;
    float: left;
    margin-right: 5%;
    width: 45%;
    text-align: center;
}
.left-1 .imageleft img {
    width: 100%;
    max-width: 600px;
}
.left-1 .clearimage {
    clear: both;
}
.left-1 p b {
    font-weight: 900;
}
.left-1 ul {
    margin: 0px 0px 10px 0px;
    line-height: 30px;
    color: #081c50;
    list-style: none;
}
.left-1 td ul,
.left-1 td ul li {
    font-size: 20px;
}
.left-1 td ul li {
    font-size: 1em;
}

.left-1 ol {
    margin: 0px 0px 10px 28px;
    font-size: 25px;
    line-height: 30px;
    color: #081c50;
}

.left-1 ul li,
.right-1.blog-side ul li,
.content-sect ul li {
    /*text-indent: -0.8em;
    padding-left: 0.8em;*/
    list-style-type: none;
    margin: 0;
    padding: 0em 0em 0.5em 1.5em;
    position: relative;
}
.left-1 ol li,
.content-sect ol li {
    list-style-type: decimal;
    margin: 0;
    padding: 0em 0em 0.5em 1.5em;
    position: relative;
}
.left-1 ul li:before,
.right-1.blog-side ul li:before,
.content-sect ul li:before {
    content: "• ";
    color: #f66b1e;
    font-size: 150%;
    left: 7px;
    position: absolute;
}
.right-1.blog-side ul li:before,
.content-sect ul li:before {
    top: -8px;
}

.left-1 ul li ul {
    list-style: none;
    margin: 8px 0px 10px 0px;
}
.left-1 ul ul li {
    padding-left: 1.5em;
    margin-left: 1em;
    list-style-type: none;
}
.left-1 ul ul li:before,
.left-1 ul li ul li:before {
    content: "-";
    color: #f66b1e;
}
.left-1 ol li ol {
    margin: 8px 0px 10px 50px;
}

/*.left-1 ul li ul li:before {
    content: "\25CB  ";
    color: #f66b1e;
	font-size: 100%;
}*/
.terms-page {
    max-width: 1024px;
}
.newsdate {
    font-size: 23px;
    font-weight: 700;
    color: #3e3b3b;
}
.right-1 {
    width: 20%;
    background: #005a8a;
    float: left;
    padding: 40px 30px;
    box-sizing: border-box;
    z-index: 1000;
    position: relative;
    /* right: -4px !important; */
}
.right-1.blog-side {
    background: #fff;
    padding: 40px 20px;
    position: relative;
}
.breadcrumb {
    padding: 20px 0px 40px 0px;
}
.breadcrumb ul {
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.breadcrumb ul li {
    float: left;
    padding: 0px;
    text-indent: 0px;
    color: #979797;
    font-weight: 300;
}
.breadcrumb ul li.breadcrumb-divide {
    padding: 0px 15px;
    color: #979797;
}
.breadcrumb ul li:last-child {
}
.breadcrumb ul li a {
    font-size: 0.9em;
    color: #979797;
    text-transform: uppercase;
    font-weight: 400;
}
.breadcrumb ul li:before {
    /*content: " ";*/
    color: #979797;
    font-size: 1px;
}
.heading-1 {
    padding: 30px 0 40px;
}
.heading-1 h1 {
    color: #081c50;
    text-transform: capitalize;
}
.heading-1 h3 {
    color: #f66b1e;
    font-weight: 400;
    text-transform: uppercase;
}
.list-1 {
    text-transform: uppercase;
    color: #ffffff;
}
.list-1 > ul > li > ul {
    margin-left: 15px;
}
.list-1 h5 a {
    color: #ffffff;
}
.list-1 h5 a:hover {
    color: #8e9997;
}
.list-1 > ul > li {
    padding: 20px 0;
    border-top: 2px dotted #ffffff;
}
.list-1 > ul > li > a {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 900;
    text-transform: capitalize;
    position: relative;
    display: block;
}
.list-1 ul li a:hover {
    color: #999999;
}
.list-1 a.current {
    color: #999999;
}
.list-1 h5 {
    padding-bottom: 20px;
}
.list-1 > ul > li > ul > li {
    list-style-type: disc;
    font-size: 10px;
    margin: 0 0 0 10px;
}
.list-1 > ul > li > ul > li > a {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
}
.list-1 > ul > li > ul > li > a:hover {
}
.wrap-1 {
}
.wrap-1 ul {
    float: left;
    margin: 0 -38px;
}
.wrap-1 ul li {
    float: left;
    padding: 0 38px;
    width: 33.33%;
    box-sizing: border-box;
}
.wrap-1 ul li img {
    display: block;
    width: 100%;
}
.prod-details {
    padding: 45px;
}
.prod-details h3 {
    color: #081c50;
    min-height: 70px;
    padding: 0 0 30px;
}
.link-2 {
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    padding: 15px 0 15px 50px;
    margin-top: 30px;
    background: url(../images/plus-icon.png) no-repeat 22px 22px #18a8e2;
    width: 270px;
}
.accordion-wrap {
    padding: 50px 0 80px 0;
}
.accordion-wrap ul li {
    text-indent: 0px;
    padding-left: 0px;
}
.accordion-wrap ul li:before {
    content: "";
}
.accordion-wrap ul li a.reference-link {
    display: block;
    padding: 30px 45px;
    color: #081c50;
    font-size: 30px;
    font-weight: bold;
    background: url(../images/plus-icon2.png) no-repeat 98% center #dfdede;
}
.accordion-wrap ul li.minus a.reference-link {
    background: url(../images/minus-icon.png) no-repeat 98% center #dfdede;
}
/*.accordion-wrap ul li.minus p a{color:#000; background:none; font-weight:normal; font-size:20px; padding:0px; display:inline;}*/
.accordion-content {
    padding: 30px;
    border-bottom: 1px solid #dfdede;
    border-left: 1px solid #dfdede;
    border-top: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    display: none;
}
.accordion-wrap.accord-1 {
}
.accordion-wrap.accord-1 ul li {
    border: 1px solid #b4b4b4;
    margin: 0 0 30px;
    box-shadow: 1px 5px 1px #dedede;
}
.accordion-wrap.accord-1 ul li a {
    background: url(../images/plus-icon2.png) no-repeat 98% center #ffffff;
    color: #005a8a;
    font-weight: bold;
}
.accordion-wrap.accord-1 h3 {
    color: #081c50;
    font-size: 38px;
    padding: 0 0 20px;
}
.accordion-wrap.accord-1 ul li.minus a.reference-link {
    background: url(../images/minus-icon.png) no-repeat 98% center #ffffff;
}
.left-2 {
    width: 46.5%;
    float: left;
}
.left-2 img {
    display: block;
    width: 100%;
}
.right-2 {
    width: 53.5%;
    float: left;
}
.heading-2 {
    background: #081c50;
    padding: 60px 0 98px;
}
.heading-2 h2 {
    color: #ffffff;
    padding: 0 0 60px 45px;
}
.product-list {
    position: relative;
    top: -95px;
}
.product-list ul {
    margin: 0;
}
.product-list ul li {
    width: 40.5%;
    box-shadow: 0 2px 0 1px #dedede;
    float: left;
    margin: 0 70px 0 0;
}
.product-list ul li:last-child {
    margin: 0;
}
.product-list ul li:last-child h3 {
    background: #f575cf;
}
.product-list ul li:last-child h3 span {
    color: #f575cf;
}
.product-list ul h3 {
    color: #ffffff;
    font-size: 30px;
    background: #ccc5bb;
    padding: 0 0px 25px;
    text-align: center;
}
.product-list ul h3 span {
    color: #ccc5bb;
    background: #ffffff;
    display: inline-block;
    padding: 35px 15px 0;
}
.product-list ul li p {
    padding: 0 0 10px;
}
.prodcont {
    padding: 30px 40px;
}
.dia-left {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding: 0 20px;
}
.dia-right {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding: 0 20px;
}
.diagram-desc h2 {
    color: #081c50;
}
.dia-wrap {
    padding: 65px 0 85px;
}
.video-cont {
    position: relative;
}

.video-left {
    position: absolute;
    top: 0;
    width: 40%;
    background: #dfdede;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 0 75px 0 150px;
}
.video {
    float: right;
    width: 60%;
    position: relative;
}

.video-right {
    float: right;
    position: absolute;
    width: 40%;
    top: 0;
    background: #dfdede;
    right: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 0 110px 0 110px;
}
.video2 {
    position: relative;
    top: 0;
    width: 60%;
}

.ui-widget-overlay {
    background: #6f6d6d;
}

.ui-widget-header {
    border: 1px solid #081c50;
    background: #081c50;
}

.play-button {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    height: 100%;
    text-align: center;
}
.play-button span {
    display: table;
    width: 100%;
    height: 100%;
}
.play-button span a {
    display: table-cell;
    vertical-align: middle;
}
.video-cont .container {
    padding: 0;
}
.video-content {
    display: table;
    height: 100%;
}
.video-content > div {
    display: table-cell;
    vertical-align: middle;
}
.video > img,
.video2 > img {
    display: block;
    width: 100%;
}
.video-content p {
    color: #081c50;
}
.video-content h2 {
    color: #081c50;
    padding: 0 0 30px;
}
.link-3 {
    color: #ffffff !important;
    display: inline-block;
    font-size: 0.9em;
    padding: 15px 30px 15px 50px;
    margin-top: 30px;
    background: url(../images/plus-icon.png) no-repeat 22px 20px #18a8e2;
    transition: 0.5s all ease-in-out 0s;
    border-radius: 50px;
    line-height: 1;
}
.link-3-a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 15px 30px 15px 30px;
    background: #18a8e2;
    transition: 0.3s all ease-in-out 0s;
    border-radius: 50px;
    line-height: 1;
    font-weight: bold;
}
.link-3-a:hover {
    background: #081c50;
    color: #ffffff !important;
}

.link-3-a-inverse {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 15px 30px 15px 30px;
    background: #081c50;
    transition: 0.3s all ease-in-out 0s;
    border-radius: 50px;
    line-height: 1;
    font-weight: bold;
}
.link-3-a-inverse:hover {
    background: #18a8e2;
    color: #ffffff !important;
}

.link-6 {
    color: #18a8e2 !important;
    display: inline-block;
    font-size: 0.9em;
    padding: 15px 30px 15px 50px;
    margin-top: 30px;
    background: url(../images/plus-icon1.png) no-repeat 22px 20px transparent;
    transition: 0.5s all ease-in-out 0s;
    border-radius: 50px;
    line-height: 1;
    border: 2px solid #18a8e2;
}

.link-6-a {
    color: #18a8e2 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 15px 30px 15px 30px;
    background: transparent;
    transition: 0.5s all ease-in-out 0s;
    border-radius: 50px;
    line-height: 1;
    font-weight: bold;
    border: 2px solid #18a8e2;
}

.link-6-a:hover {
    color: #081c50 !important;
    border: 2px solid #081c50;
}

.link-6-a path {
    transition: 0.5s all ease-in-out 0s;
}

.link-6-a:hover path {
    fill: #081c50 !important;
}

.innerwrap-1 ul li:hover {
}
.innerwrap-1 ul li.last .prod-details {
    background: #f66b1e;
    transition: 0.5s all ease-in-out 0s;
}
.innerwrap-1 ul li.last .prod-details a.link-3 {
    color: #ffffff;
    display: inline-block;
    font-size: 0.9em;
    padding: 15px 30px 15px 50px;
    margin-top: 30px;
    background: url(../images/plus-icon.png) no-repeat 22px 22px #081c50;
    transition: 0.5s all ease-in-out 0s;
}
.innerwrap-1 ul li.last .prod-details a.link-3:hover {
    color: #ffffff;
    display: inline-block;
    font-size: 0.9em;
    padding: 15px 30px 15px 50px;
    margin-top: 30px;
    background: url(../images/plus-icon.png) no-repeat 22px 22px #18a8e2;
    transition: 0.5s all ease-in-out 0s;
}
.innerwrap-1 ul li.last .innerwrp .prod-details h3 {
    color: #ffffff;
}
.innerwrap-1 ul li.last .innerwrp .prod-details p {
    color: #ffffff;
}
.innerwrap-1 ul li .link-3:hover {
    background: url(../images/plus-icon.png) no-repeat 22px 22px #081c50;
    color: #ffffff;
}
.wrap-1.innerwrap-1 {
    padding: 0 0 115px;
}
.product-details {
}
.product-details ul {
    float: left;
    margin: 0 -3%;
    top: -100px;
    position: relative;
}
.product-details .container {
    position: relative;
}
.product-details ul li {
    float: left;
    padding: 0 3%;
    width: 33.33%;
    box-sizing: border-box;
}
.product-details ul li h3 {
    text-align: center;
    padding: 0 0 25px;
    color: #ffffff;
    position: relative;
    z-index: 99;
}
.product-details ul li.block1 h3 {
    background: #00b7b0;
}
.product-details ul li.block1 span {
    background: #ffffff;
    padding: 30px 10px 10px;
    display: inline-block;
    color: #00b7b0;
}
.product-details ul li.block1 span {
    background: #ffffff;
    padding: 30px 10px 10px;
    display: inline-block;
    color: #00b7b0;
}
.product-details ul li.block2 h3 {
    background: #ccc5bb;
}
.product-details ul li.block2 span {
    background: #ffffff;
    padding: 30px 10px 10px;
    display: inline-block;
    color: #ccc5bb;
}
.product-details ul li.block3 h3 {
    background: #f575cf;
}
.product-details ul li.block3 span {
    background: #ffffff;
    padding: 30px 10px 10px;
    display: inline-block;
    color: #f575cf;
}
.prodcontent {
    box-shadow: 0 2px 6px 0 #dedede;
}
.heading-3 h2 {
    color: #ffffff;
    position: relative;
    z-index: 99;
    padding: 0 0 40px;
}
.heading-3 {
    background: #081c50;
    padding: 60px 0 100px;
}
.accord-2 {
    margin-top: 50px;
}
.accord-2 ul {
    list-style: none;
    margin: 0px;
    line-height: none;
}
.accord-2 ul li:before {
    content: " ";
}
.accord-2 ul li {
    border: 1px solid #b4b4b4;
    margin: 0 0 30px;
    box-shadow: 1px 5px 1px #dedede;
    text-indent: 0px;
    padding-left: 0px;
}
.accord-2 ul li.box1 {
}
.accord-2 ul li.box1 a {
    background: url(../images/green-plus.png) no-repeat 98% center;
    color: #00b7b0;
    font-weight: bold;
}
.accord-2 ul li.box1.minus a {
    background: url(../images/green-minus.png) no-repeat 98% center;
}
.accord-2 ul li.box2 a {
    background: url(../images/brown-plus.png) no-repeat 98% center;
    color: #ccc5bb;
    font-weight: bold;
}
.accord-2 ul li.box2.minus a {
    background: url(../images/brown-minus.png) no-repeat 98% center;
}
.accord-2 ul li.box3 a {
    background: url(../images/pink-plus.png) no-repeat 98% center;
    color: #f575cf;
    font-weight: bold;
}
.accord-2 ul li.box3.minus a {
    background: url(../images/pink-minus.png) no-repeat 98% center;
}
.accord-2 ul li table tr td.col-1 {
    padding: 20px 30px;
    width: 25%;
}
.accord-2 ul li table tr td.col-2 {
    padding: 20px 30px;
    width: 75%;
}
.accord-2 ul li table tr td.col-1 h5 {
    color: #2e3335;
}
.accordion-content.accordcont {
    padding: 0;
    border: 0;
}
.accord-2 ul li table tr td.colcont {
    font-size: 22px;
    font-family: "Source Sans Pro", sans-serif;
    color: #2e3335;
    padding: 0 0 10px;
    font-weight: 400;
}
.accordion-wrap.accord-2 h3 {
    color: #081c50;
    padding: 0 0 35px;
}
.cont3-left {
    width: 60%;
    float: left;
    padding: 80px 0 80px 150px;
    box-sizing: border-box;
}
.col1 {
    float: left;
    width: 630px;
}
.col2 {
    float: left;
    width: 210px;
    margin: 0 0 0 5px;
}
.col1 ul {
    float: left;
}
.col1 ul li {
    float: left;
    width: 210px;
}
.col1 ul li img {
    display: block;
}
.cont3-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    background: #005a8a;
    height: 100%;
    padding-right: 150px;
    box-sizing: border-box;
    padding-left: 65px;
}
.cont-3 {
    position: relative;
}
.col1 > h4 {
    text-align: center;
    color: #005a8a;
    padding-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-top: 2px solid #005892;
    border-left: 2px solid #005892;
    border-right: 2px solid #005892;
}
.col2 > h4 {
    text-align: center;
    color: #005a8a;
    padding-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-top: 2px solid #ffafd0;
    border-left: 2px solid #ffafd0;
    border-right: 2px solid #ffafd0;
}
.wrp3 {
    text-align: center;
    padding: 20px 20px 0;
}
.wrp3 > h5 {
    text-transform: uppercase;
    color: #005a8a;
    min-height: 40px;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
}
.wrp3 > h4 {
    text-transform: uppercase;
}
.wrp3 > p {
    color: #898b8e;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.cont3-inner1 {
    display: table;
    height: 100%;
}
.cont3-inner1 > div {
    display: table-cell;
    vertical-align: middle;
}
.cont3-inner1 h2 {
    color: #ffffff;
    padding: 0 0 40px;
}
.cont3-inner1 p {
    color: #ffffff;
    width: 60%;
}
/* .link-4 {
    display: inline-block;
    font-size: 22px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: bold;
    background: #081c50;
    padding: 18px 20px;
    margin-top: 25px;
    transition: 0.5s all ease-in-out 0s;
    border-radius: 50px;
} */
.link-4.orange-link {
    color: #fff;
    background: #18a8e2;
}
.link-4:hover {
    background: #18a8e2;
}
.link-4.orange-link:hover {
    color: #fff;
    background: #081c50;
}
.flexslider .slides > li {
    position: relative;
}
.right-cont {
    padding: 100px 40px 100px 0;
}
.right-cont p {
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    font-style: italic;
    font-weight: bold;
}
.right-cont em {
    color: #18a8e2;
    font-size: 21px;
    font-weight: 600;
    display: block;
    padding: 30px 0 0;
}
.slider-left {
    padding: 0px;
}
.slider-left > h2 {
    background: #ebebeb;
    display: inline-block;
    padding: 8px 50px 8px 45px;
    text-transform: capitalize;
    color: #005a8a;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.slider-left > h2 span {
    text-transform: lowercase;
    display: block;
    font-weight: 400;
}
.list-2 {
}
.slidewrap4 > p {
    color: #005a8a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.slidewrap4 > p > a {
    color: #a8a8a8;
}
.list-2 ul {
}
.list-2 ul li {
    color: #005a8a;
    font-size: 10px;
    list-style-type: disc;
    margin: 0 0 0 10px;
}
.list-2 ul li p {
    color: #005a8a;
    font-weight: 400;
}
.slidewrap4 {
    padding: 0 0 0 45px;
}
.right-slider {
    width: 80%;
    float: right;
    padding: 0 200px 0 0;
    box-sizing: border-box;
}
.slide-container {
    display: table;
}
.slider-right {
    position: relative;
    width: 20%;
    text-align: center;
    float: left;
    padding: 100px 10px 40px;
    box-sizing: border-box;
}
.banner-logo {
    position: absolute;
    top: 0;
    left: 10px;
}
.slider-right > em {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #005a8a;
    font-weight: bold;
    text-align: center;
}
.bg-blue {
    background: #005a8a;
}
.slider-innercontent {
    padding: 55px 80px 55px 65px;
}
.slider-heading {
    display: block;
    margin-bottom: 50px;
    color: #035892;
}
.slider-heading-image {
    float: left;
    padding-right: 30px;
    vertical-align: middle;
}
.slider-paragraph {
    color: #035892;
}
.cont-4 {
    position: relative;
}
.bg-blue {
    background-color: #005a8a;
}
.bg-pink {
    background-color: #f6b1cf;
}
.flexslider.fslider .flex-direction-nav .flex-prev {
    left: auto;
    right: -50px;
    background: url(../images/pre-arrow1.png) no-repeat;
    width: 49px;
    height: 49px;
    top: 45%;
}
.flexslider.fslider .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
    background: url(../images/next-arrow1.png) no-repeat;
    width: 49px;
    height: 49px;
    top: 60%;
}
.flexslider.fslider {
    position: relative;
    width: 88%;
}
.cont4-innercont {
    display: table;
    height: 100%;
}
.cont4-innercont > div {
    display: table-cell;
    vertical-align: middle;
}
.cont4-innercont h2 {
    font-size: 33px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 900;
    padding: 0 0 30px;
}
.cont4-innercont p {
    color: #ffffff;
}
.read-more {
    display: block;
    color: #18a8e2;
    font-weight: 600;
    font-size: 1em;
    background: url(../images/plus-icon3.png) no-repeat left center;
    padding: 0 0 0 30px;
    margin: 40px 0 0;
}
.link-5 {
    background: url(../images/arrow-3.png) no-repeat left center;
    padding: 0 0 0 35px;
    font-weight: 900;
    margin-top: 45px;
    display: block;
    font-size: 21px;
    color: #18a8e2;
}
footer {
    background: #081c50;
    padding: 0 0 100px;
}
footer .container {
}
.fcolumn {
    width: 33.33%;
    padding: 0 32px;
    float: left;
    box-sizing: border-box;
}
.footer-link {
    padding: 70px 0 50px;
}
.footer-link ul li {
}
.footer-link ul li a {
    color: #18a8e2;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 22px;
    transition: 0.5s all ease-in-out 0s;
}
.footer-link ul li a:hover {
    color: #ffffff;
}
.flink {
    padding: 0 0 12px;
}
.flink ul {
    float: left;
}
.flink ul li {
    float: left;
    background: url(../images/seperator-1.png) no-repeat right center;
    padding: 0 10px;
}
.flink ul li:last-child {
    background: none;
}
.flink ul li:first-child {
    padding: 0 10px 0 0;
}
.innerwrap-1 ul li.last .prod-details a.link-3:hover {
}
.flink ul li a {
    color: #999999;
    font-weight: 900;
    font-size: 14px;
}
flink ul li a:hover {
    color: #ffffff;
}
.link3 {
    display: block;
    color: #18a8e2;
    font-size: 0.9em;
    text-transform: capitalize;
    padding: 0 20px 0 0;
    float: right;
}
.link3:hover {
    color: #ffffff;
}
.news {
    padding: 60px 0 0;
}
.news-heading h5 {
    float: left;
    color: #ffffff;
    font-weight: 900;
}
.news-heading {
    padding-bottom: 25px;
}
ul.newscont {
    border-top: 1px solid #ffffff;
}
.newscont li {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
}
.newscont li small {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.newscont h6 {
    font-weight: 400;
    color: #ffffff;
}
.readmore {
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0 0;
    display: block;
}
.readmore:hover {
    color: #18a8e2;
}
.twitter-cont {
    padding: 60px 0 0;
}
.twitter-heading {
}
.twitter-heading h5 {
    float: left;
    color: #ffffff;
    font-weight: 900;
}
.social-icon {
    float: right;
    position: re5lative;
    top: -6px;
}
.social-icon ul {
    float: left;
    margin: 0 -8px;
}
.social-icon ul li {
    float: left;
    padding: 0 8px;
}
.twitter-cont {
}
.twitter-cont ul {
}
.twitter-cont ul li {
}
.twitter-cont ul li img {
    float: left;
}
.twitcont {
    float: left;
    width: 80%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.twitcont h6 {
    text-transform: capitalize;
    color: #ffffff;
}
.twitcont h6 span {
    font-weight: 300;
}
.twitcont p {
    color: #ffffff;
}
ul.twit li {
    padding: 40px 0 0;
}
.twitter-heading {
    border-bottom: 1px solid #ffffff;
    padding: 0 0 10px;
}
.top_bg {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background: #081c50;
}
.top_bg1 {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background: #081c50;
}
.wrap-1 {
    position: relative;
    border-top: 102px solid #081c50;
    padding: 0 0 80px 0px;
}
.wrap-1 ul {
    position: relative;
    z-index: 1;
}
.flink ul li {
    font-size: 0.7em;
}
.searchbox {
    background: #005a8a;
    padding: 12px;
    position: absolute;
    right: 150px;
    top: 100%;
    width: 53%;
    display: none;
}
.searchbox form {
    float: left;
    width: 95%;
}
a.close {
    float: left;
    display: block;
    padding: 8px 0 0 15px;
}
.searchbox .field-1 {
    text-indent: 10px;
    display: block;
    height: 35px;
    line-height: 35px;
    float: left;
    border: 0px;
    color: #999999;
    font-size: 18px;
    text-transform: lowercase;
    background: none;
    font-style: italic;
    padding: 0 15px 0 0;
    width: 84%;
}
.searchbox .field-2 {
    background: url(../images/search-icon1.png) no-repeat 90% center #f66b1e;
    border: 0px;
    color: #ffffff;
    padding: 6px 35px 6px 10px;
    display: block;
    font-size: 18px;
    float: left;
    margin-top: 0px;
    text-transform: none;
}
.wrap-1.innerwrap-1 ul li:hover .innerwrp.innerwrp1 {
    box-shadow: 0px 0px 2px 3px #dedede;
}
.dropdown {
    float: left;
    position: relative;
    background: #ffffff;
    z-index: 999;
}
.dropdown dd {
    position: relative;
}
.dropdown dt {
    padding: 0 12px;
}
.dropdown dd ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
}
.dropdown dd ul li {
}
.dropdown dt > a {
    background: rgba(0, 0, 0, 0) url("../images/arrow-1.png") no-repeat scroll
        96% 6px;
    padding: 0 20px 5px 0px;
    min-width: 85px;
    height: 18px;
    margin: 5px 0;
    position: relative;
    z-index: 9999;
    display: block;
}
.dropdown dt > a > span {
    float: left;
    font-size: 16px;
    padding: 0 0 0 5px;
    display: block;
}
.dropdown dt > a > img {
    padding: 3px 0 0;
    float: left;
    display: block;
}
.dropdown dd ul li > a > span {
    float: left;
    padding: 0 0 0 5px;
    font-size: 16px;
    display: block;
}
.dropdown dt > a > span {
    float: left;
    padding: 0 0 0 5px;
    display: block;
}
.dropdown dd ul li > a > img {
    float: left;
    padding: 3px 0 0;
    display: block;
}
.flag {
    display: block;
}
.flag > span {
    padding: 0 0 0 5px;
    float: left;
    display: block;
}
.flag > img {
    padding: 3px 0 0;
    display: block;
    float: left;
}
#languageselect {
    padding: 39px 1px;
    float: left;
    border-right: 1px solid #999999;
    background: #ffffff;
}
.dropdown dd ul li {
    padding: 0 0 5px;
}
.flag > span {
    font-size: 16px;
}
.list-1 ul li a em {
    background: rgba(0, 0, 0, 0) url("../images/plus-4.png") no-repeat scroll
        96% center;
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
}
.list-1 ul li.minus a em {
    background: url(../images/minus-4.png) no-repeat scroll 96% center;
}
#nav > ul > li a em {
    background: url(../images/plus-icon1.png) no-repeat scroll 96% center;
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
}
#nav > ul > li > a {
    position: relative;
}
#nav > ul > li.minus a em {
    background: url(../images/minus-icon1.png) no-repeat scroll 96% center;
}
/*.list-1 > ul > li > ul{display:none;}*/
.flex-next.gifbox {
}
/*.flex-direction-nav a.flex-next::after {
    content: '';
    position: absolute;
    background: url(../images/loader1.gif) no-repeat;
    top: -2px;
    left: -2px;
    width: 50px;
    height: 51px;
    display: block;
}

.flex-direction-nav .flex-next { width: 50px ;height: 50px; background-size: 46px;}
.flex-direction-nav a.flex-next.gifbox::after {
    background: none;
}*/

#container1 {
    position: absolute;
    width: 50px;
    height: 50px;

    animation: colors 4s infinite;
    left: 0px;
    top: 0px;
}

#halfclip {
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
    overflow: hidden;
    transform-origin: left center;
    animation: cliprotate 16s steps(2) infinite;
    -webkit-animation: cliprotate 16s steps(2) infinite;
    -moz-animation: cliprotate 16s steps(2) infinite;
}

.halfcircle {
    box-sizing: border-box;
    height: 100%;
    right: 0px;
    position: absolute;
    border: solid 5px transparent;
    border-top-color: #f66b1e;
    border-left-color: #f66b1e;
    border-radius: 50%;
}
#clipped {
    width: 200%;
    animation: rotate 8s linear infinite;
    -webkit-animation: rotate 8s linear infinite;
    -moz-animation: rotate 8s linear infinite;
}
#fixed {
    width: 100%;
    transform: rotate(135deg);
    animation: showfixed 16s steps(2) infinite;
    -webkit-animation: showfixed 16s linear infinite;
    -moz-animation: showfixed 16s linear infinite;
}

@-webkit-keyframes cliprotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cliprotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(135deg);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(135deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(135deg);
    }
}

@-webkit-keyframes showfixed {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes showfixed {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.requestform ul {
    list-style-type: none;
}

.requestform ul li {
    margin-bottom: 15px;
}

.requestform ul li:before {
    content: " ";
    color: #f66b1e;
    font-size: 1px;
}

.requestform ul li ul li:before {
    content: " ";
    color: #f66b1e;
    font-size: 1px;
}

.requestform input[type="text"],
.requestform input[type="email"],
.requestform textarea,
.requestform select {
    width: 80%;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 0;
    outline: none;
    font:
        0.8em/28px "Source Sans Pro",
        Helvetica,
        arial,
        sans-serif;
    float: none;
}

.requestform textarea {
    height: 160px;
}

input[type="checkbox"] {
    width: 20px;
    border: 0px;
    box-shadow: 0px;
}

.requestform ul.optionset li {
    margin-bottom: 8px;
}
.requestform ul.optionset li input {
    border: none;
    width: 25px;
    box-shadow: none;
    height: auto;
}

#Form_ProductOrderForm_OrderQty {
    width: 7%;
}

.requestform ul button {
    border: none;
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    padding: 15px 35px 15px 50px;
    margin-top: 30px;
    background: url(../images/plus-icon.png) no-repeat 22px 22px #18a8e2;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

input[type="submit"] {
    border: none;
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    padding: 15px 35px 15px 50px;
    margin-top: 30px;
    background: url(../images/plus-icon.png) no-repeat 22px 22px #18a8e2;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.requestform ul button:hover,
input[type="submit"]:hover {
    color: #081c50;
}

.highlight input,
.highlight select {
    border: 1px solid #d90033;
}
.highlight strong,
.asterisk {
    color: #d90033;
}
/*ul.optionset {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
}

ul.optionset li {
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5px;
    border-right: 1px solid #ccc;
}

ul.optionset input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    appearance: button;
    position: absolute;
    top: 0;
    left: 0;
}*/

.lastedited {
    clear: left;
    color: #b1b1b1;
    font-size: 14px;
    padding-top: 8px;
}

.heading-table strong {
    color: #f76b1e;
    font-size: 1.1em;
    line-height: 25px;
}

.ocnews {
    background: #081c50;
    padding: 0 0 100px;
}
span.error {
    display: none;
    color: red;
    font-style: italic;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    max-width: 560px;
    max-height: 315px;
}
.resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#overcheck {
    width: 30px;
    height: 17px;
    transform: scale(2);
    margin-left: 10px;
    margin-right: 10px;
}
/*.flexslider .slides > li:first-child {display: list-item;}*/
/*main .flexslider {
  min-height: 680px;
}
@media (max-width: 1500px) {
	main .flexslider {
	  min-height: 550px;
	}
}
@media (max-width: 1200px) {
	main .flexslider {
	  min-height: 440px;
	}
}
@media (max-width: 1024px) {
	main .flexslider {
	  min-height: 380px;
	}
}
@media (max-width: 1024px) {
	main .flexslider {
	  min-height: 380px;
	}
}*/
@media (max-width: 767px) {
    #overcheck {
        height: 18px;
        transform: none;
    }

    /*main .flexslider {
	  min-height: 280px;
	}*/
}
/*@media (max-width: 480px) {
	main .flexslider {
	  min-height: 138px;
	}
}*/
div.rednote {
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    padding: 50px 50px 60px;
    background-color: #f15759;
    margin-bottom: 50px;
}
.blog-post .content {
    margin-bottom: 40px;
}
.blog .WidgetHolder h3 {
    font-size: 32px;
}
.blog .WidgetHolder a {
    font-size: 22px;
}
.blog-post-meta {
    margin-top: 20px;
}
.comments-holder-container input:not([type="submit"]),
.comments-holder-container textarea {
    width: 90%;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 0;
    outline: none;
    font:
        0.8em/28px "Source Sans Pro",
        Helvetica,
        arial,
        sans-serif;
    float: none;
    margin-bottom: 15px;
}
.blog .post-image img {
    width: 100%;
}
.comments-holder-container {
    margin-top: 50px;
}
.comments-holder {
    margin-top: 30px;
}
.blog-post .comments-holder-container .author {
    font-size: 1em;
}
.left-1 ul.comments-list li:before {
    content: none;
}
.comments-holder-container textarea {
    height: 160px;
}
.comments-holder-container label {
    color: #081c50;
    font-weight: bold;
}
.comments-holder-container #Form_CommentsForm {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}
.comments-holder-container #Form_CommentsForm input[type="submit"] {
    margin-top: 10px;
}
.post-summary {
    padding-top: 30px;
    padding-bottom: 5px;
    display: flex;
}
.post-summary .blogimg {
    flex: 1 25%;
    padding-right: 30px;
}
.post-summary .blogcont {
    flex: 1 75%;
}
.post-summary .blogcont h2 {
    padding-top: 0;
}
.blog-notice {
    margin-top: 20px;
}
.blog-notice-bg {
    background-color: #e1e1e1;
}
.blog-notice a {
    color: #999999;
}
.blog-notice a:hover {
    color: #081c50;
}
.blog-notice .content {
    padding: 30px 0;
    width: 80%;
}
.blog-notice .content h2,
.blog-notice .content h4,
.blog-notice .content p {
    color: #081c50;
}
.blog-notice h3 {
    color: #18a8e2;
    font-size: 1.35em;
}
.blog-notice .content h2 {
    color: #081c50;
    padding-bottom: 30px;
}
.blog-notice .blog-columns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-item {
    display: flex;
    align-items: center;
    flex-basis: 48%;
    padding: 10px 0;
}
.blog-item .blog-img {
    text-align: center;
}
.blog-item .blog-img img {
    width: 80%;
}
.blog-item .blog-info {
    flex: 1 70%;
    padding: 0 10px;
}
.hbspt-form .hs-form-iframe {
    width: 100% !important;
}
.sectionpg.have-bgimg::before {
    background-color: rgba(0, 90, 133, 0.6);
}
.sectionpg.have-bgimg h1 {
    color: #fff;
    margin-bottom: 20px;
}
@media (min-width: 978px) {
    .sectionpg.have-bgimg h1 {
        font-size: 2.3em;
        line-height: 1.1em;
    }
    .sectionpg.have-bgimg p {
        font-size: 1.1em;
    }
}
.sectionpg.have-bgimg p {
    color: #fff;
}
.sectionpg {
    padding-top: 50px;
    padding-bottom: 50px;
}
.have-bgimg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(225, 225, 225, 0.75);
}
.content-sect .content {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*.content-sect a {
	color: #005a8a;
}*/
.have-bgimg .content {
    position: relative;
}

.have-bgimg .content .lastedited {
    color: #333;
}
.have-bgcolor p,
.have-bgimg p,
.have-bgimg h3 {
    color: unset;
}
img.right {
    float: right;
}
.detection-imgtxt-align {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 30px;
}
.detection-imgtxt-align img {
    max-width: 200px;
    max-height: 200px;
}
.detection-imgtxt-content {
    padding: 0 20px;
}
.notification-strip {
    padding: 25px 0px;
    background: #f8dfd1;
    color: #081c50;
}
.notification-icon {
    vertical-align: middle;
}
.notification-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin-left: 12px;
}
.notification-message {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-left: 8px;
}

.wider-scheme .left-1 {
}
.wider-scheme .bannerwidth {
    width: 80%;
    max-width: 1265px;
}

.custom-navigation {
    position: absolute;
    bottom: 16px;
    width: 96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media (min-width: 1024px) {
        width: calc(100% - 64px);
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
.flex-prev {
    /* position: absolute; */
    bottom: 16px;
    z-index: 1000;
}
.flex-next {
    /* position: absolute; */
    bottom: 16px;
    z-index: 1000;
}

/* .flex-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1000;
}
.flex-next {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1000;
} */

@media (max-width: 1300px) {
    .custom-navigation {
        /* display: none; */
    }
}
@media (max-width: 1530px) {
    .custom-navigation img {
        width: 40px;
    }
}

.blocks p {
    margin-bottom: 20px;
}

.blocks p:last-child {
    margin-bottom: 0;
}

.blocks .text-image h1, .blocks h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #18a8e2;
    padding: 0;
    margin-bottom: 20px;
    @media (min-width: 1024px) {
        font-size: 40px;
        margin-bottom: 22px;
    }
    @media (min-width: 1366px) {  /* Changed from 1530px */
        font-size: 56px;
        margin-bottom: 24px;
    }
}



.blocks h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #18a8e2;
    padding: 0;
    margin-bottom: 20px;
    @media (min-width: 1024px) {
        font-size: 32px;
        margin-bottom: 32px;
    }
    @media (min-width: 1366px) {  /* Changed from 1530px */
        font-size: 36px;
        margin-bottom: 40px;
    }
}
.bannercontent .container,
.blocks .container {
    @media only screen and (min-width: 1081px) and (max-width: 1300px) {
        padding: 0 0 0 0;
    }
}

.blocks h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #081c50;
    padding: 0;
    margin-bottom: 20px;
    @media (min-width: 1024px) {
        font-size: 24px;
        margin-bottom: 22px;
    }
    @media (min-width: 1366px) {  /* Changed from 1530px */
        font-size: 29px;
        margin-bottom: 24px;
    }
}

.blocks h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #081c50;
    padding: 0;
    margin-bottom: 20px;
    @media (min-width: 1024px) {
        font-size: 24px;
        margin-bottom: 22px;
    }
    @media (min-width: 1366px) {  /* Changed from 1530px */
        font-size: 24px;
        margin-bottom: 24px;
    }
}

.padding-y {
    padding: 50px 0;
 /* laptop screen padding to 80px */
    @media (min-width: 1024px) and (max-width: 1366px) {
        padding: 80px 0;
    }
    @media (min-width: 1366px) {  /* Changed from 1530px */
        padding: 100px 0;
    }
}

.padding-x {
    padding: 0 20px;
    @media (min-width: 1366px) {  /* Changed from 1530px */
        padding: 0 32px;
    }
}

.two-col-module .module {
    padding: 32px 20px;
    background-color: #e8f6fc;
    margin-bottom: 32px;
    @media (min-width: 1024px) {
        padding: 32px;
    }
    @media (min-width: 1366px) {  /* Changed from 1530px */
        padding: 40px;
        width: 50%;
        margin-bottom: 0px;
    }
}

.module__wrapper {
    border-bottom: 2px solid #18a8e2;
    padding-bottom: 32px;
    margin-bottom: 32px;

    @media (min-width: 1366px) {  /* Changed from 1530px */
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.two-col-module__wrapper {
    @media (min-width: 1366px) {  /* Changed from 1530px */
        display: flex;
        gap: 56px;
    }
}

.lead p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    @media (min-width: 1024px) {
        font-size: 20px;
    }
    @media (min-width: 1366px) {  /* Changed from 1530px */
        font-size: 25px;
    }
}

.theme-white + .theme-white {
    padding-top: 0;
}

.theme-lightblue + .theme-lightblue {
    padding-top: 0;
}

.theme-grey + .theme-grey {
    padding-top: 0;
}

.flex-control-nav {
    display: none;
}

.content-module p {
    @media (min-width: 1366px) {  /* Changed from 1530px */
        font-size: 25px;
    }
}

.text-image-swiper-navigation {
    position: absolute;
    bottom: -60px;
    width: 96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media (min-width: 1366px) {  /* Changed from 1530px */
        bottom: -84px;
    }
}

.blocks p .link-3-a {
    margin-top: 20px;
}
.blocks p a {text-decoration: underline;}

.wysiwyg-content {
    /* make the ol lists generic and colour black */
    ol {
        list-style-type: decimal;
        color: #3e3b3b;
        margin-left: 20px;
    }
    ul {
        list-style-type: disc;
        color: #3e3b3b;
        margin-left: 20px;
    }
}
.image-full-width {
    img {
        width: 100% !important;
    }
}

