@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

:root {
    --Blue: rgb(9, 80, 156);
    --Teal: rgb(19, 152, 188);
    --Dark-Blue: rgb(60, 97, 113);
    --Dark-Grey: rgb(46, 46, 46);
    --Light-Blue-Grey: rgb(134, 159, 178);
    --main-bg: #0592B7;
  }


.home-top-boxes a {
    font-weight: bold;
    color: #09509c;
}
.footer-map a:hover {
    color: #1398bc;
}
input[type="submit"]:hover {
    background: #09509c;
}
#sidenav li a:hover, #sidenav>li.current>a, #sidenav>li.current>ul>li.current>a {
    background: linear-gradient(
90deg
 ,#1398bc, #3c6171);
    text-shadow: 0px 1px 2px rgb(0 0 0 / 40%);
    color: #FFF;
}

img.bio-image-tag {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 50%;
}

.bio-image-url {

}


.bio-name{
    font-weight: bold;
}
.bio-box{
    border-bottom: 1px solid #00A3D1;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.bio-link-list{
    display:none;
}

.pillar-wrap{
    background: linear-gradient(
180deg
 , rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 88%) 100%),url(/site/content/images/pillar.png) no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;

}




.bio-descriptions{
    position: relative;
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
    margin-top:20px;
    transition: all .5s ease;
    overflow:hidden;
    max-height:175px;
}
.bio-descriptions.open{
    max-height:none!important;
    overflow: visible;
    -webkit-line-clamp: 99;
}
.bio-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 20px;
}
.bio-details .moreless-button {
    text-align: right;
    float: right;
    margin-top: 20px;
}

.search-icon{
    width: 100%;
    height: 30px;
    color: #fff;
    margin-top: 12px;
    cursor: pointer;
    transform: all .5s ease;
}

.search-icon:hover{
    color:rgb(236, 228, 228);

}

.search-icon-wrap{
    position:relative;
}

.search-top{
    display: none;
    /* max-width: 200px; */
    width: 167px;
    position: absolute;
    top: -25px;
    right: 0;
    transition: all 1s ease;
}

.video-play{
    cursor: pointer;
    position: relative;
}

.video-play .play-button{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}


.page_552 .off-canvas-content {
    background: linear-gradient(
180deg
 , rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 88%) 100%),url(/site/categoryproperty/1083/imagenox.png) no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
}

.page_541 .cog-header {
    display:none;
}

.under-slide-banner {
    padding: 17px 0;
    background: rgb(0 164 210 / 64%);
    z-index: 101;
    width: 100%;
    color: #FFF;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
    top: 473px;
    cursor: pointer;
    min-height: 119px;
    height: 137px;
    overflow: hidden;
    margin-top: 40px;
}
.grid-container-x {
    max-width:1200px;
    width:100%;
    margin:0 auto;
}
.load-events .calendar-download {
    display:none;
}
.load-events .calendar-DetailsUrl {
    display:none;
}
.load-events .calendar-description {
    width: 100%;
    display: inline-block;
    float: none;
    font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}

.load-events .calendar-date {
    width: 100%;
    display: block;
    float: none;
    font-size: 14px;
}
.load-events .calendar-item {
    background: transparent;
    padding: 0px;
    margin-bottom: 10px;
        width:50%;
        float:left;
}
.load-events .calendar-item:nth-child(n+4) {
    /* display:none; */
}

.home-top-boxes a{
    position:relative;
    background: hsla(0,0%,100%,.3);
    box-shadow: 5px 3px 30px #bbbbbb;
    border-radius: 10px;
}

.home-top-boxes a:before{
    content: '';
    margin: -35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    z-index: -1;
}

.page_548 .list-date {
    font-size: 14px;
    color: #999999;
}

.page_548 .list-item{
box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
padding:15px;}

.page_548 .ArchiveLink {
    margin-top: 30px;
}

.mission-home{
    background: var(--Blue);
}

.mission-home h1{
    color:#fff;
    padding:20px;
    text-align: center;
}

.image-content-right{
    float:right;
    width:100%;
    max-width:450px;
    margin-left:20px;
    margin-bottom:20px;
}

.image-content-left{
    float:left;
    width:100%;
    max-width:450px;
    margin-right:20px;
    margin-bottom:20px;
}


.header-social-bar a {
  color:#FFF;
  font-size:24px;
}
.header-social-bar {
    width: 100%;
    height: 49px;
    background: #0592B7;
    padding-top: 5px;
}
.grid-container
{
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 1600px;
    margin: 0 auto;
}
.header-wrap .grid-container {
   
}
.me-1 {
  margin-right:1rem;
}

.header-wrap {
    padding: 22px 0;
    background: #FFF;
    transition: all 0.5s ease;
    position: fixed;
    z-index: 1001;
    width: 100%;
}


ul#nav > li > a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-transform:none;
}
ul#nav {
    display: block;
    margin: 0 auto;
    margin-top: 2px;
}
.header-wrap.shrink {
    position: fixed;
    z-index: 11;
    width: 100%;
    background: #FFF;
    padding: 5px 10px 10px 0;
    top: 0;
}
.slide-title {
    margin: 0px;
    padding: 0px;
}
.slide-title h1{
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  color: #FFFFFF!important;
  text-transform: uppercase;
  margin-left: 0px;
  padding-left: 0px;
  max-width: 50%;
}

.slide-text-container {
    margin-top: 300px;
}
.slide-text {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
.slide-text h2{
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.185em;
  color: #0C3253;
  text-transform: uppercase;
  margin-left:5px;
  padding-left:0px;
    font-weight: bold;
    color: var(--Blue);
    text-shadow: none;
	width: 100%;
	max-width: 100%;
}

.slide-buttons {
    text-align: left;
    z-index: 10;
}
a.slide-button-two {
    background: #0592b7;
    color: #fff;
}


a.slide-button-two:hover {
  background: #0592b7;
  color: #ffffff;
}
.slide-buttons a {
    border-radius:3px;
    padding: 14px 38px;
    margin-top: 20px;
}
.mission-home {
  display:none;
}

.pillar-wrap {
  background:none;
}

/* over slide boxes */
.over-slide-box-wrap:after {
  content:"";
  position:absolute;
  background:url(/site/media/48/home-top-bg.png) right 0px no-repeat;
  width:486px;
  height:813px;
  right:-486px;
  top:90px;
}
.over-slide-box-wrap {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 0px;
    /* z-index: 1001; */
    position: relative;
    top: -90px;
}
.osbox {
  background:#FFF;
}

.osbox-title h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.185em;
  color: #1B86A4;
  text-transform: uppercase;
  padding:32px 45px 22px 45px;
}
.osb1 {}
.osb2 {}
.osb3 {}
.osbox-content {
  padding:0px 45px 30px 45px;
  min-height:194px;
}
.osbox-content-date {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 146.68%;
  letter-spacing: 0.005em;
  color: #828383;
}
.osbox-content-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 134%;
  color: #3D4D55;


  overflow: hidden;
  text-overflow: ellipsis;
  height: 112px;
  display: block;
}
.osb1 .osbox-link a {
  background: #0592B7;
}
.osb2 .osbox-link a {
  background: #21AACF;
}
.osb3 .osbox-link a {
  background: #60C4DF;
}
.osbox-link a {
    display: block;
    width: 100%;
    padding: 20px 44px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 148.5%;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.osbox-link a:hover {
  opacity:0.9;
}

#load-promo-news {
    padding: 0px;
}
.osbox-load-news .list-title a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 134%;
  color: #3D4D55;


  overflow: hidden;
  text-overflow: ellipsis;
  height: 112px;
  display: block;
}
.osbox-load-news .list-item:nth-child(n+3) {
    display:none;
}
.osbox-load-news .list-date {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 146.68%;
  letter-spacing: 0.005em;
  color: #828383;
}
.osbox-load-news .list-item {
  border:0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slick-prev, .slick-next {
    top: 500px;
}
.osbox-sp .osbox-price {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 158.5%;
  color: #3D4D55;
}
.osbox-mktcap {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 146.68%;
  letter-spacing: 0.005em;
  color: #828383;
}
.osb1,
.osb2
{
  position:relative;
}
.osb1:after,
.osb2:after
{
    content: " ";
    position: absolute;
    top: 20px;
    right: 0px;
    width: 3px;
    height: 223px;
    background: rgba(216, 224, 226, 0.7);
    border-radius: 12px;
}

.center-hero-home-text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 146.68%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #3D4D55;
}
.center-hero-home {
  max-width:874px;
  margin:0 auto;
  padding-bottom:50px;
  margin-top:-20px;
}

.who-we-are-home {
    padding-bottom: 30px;
    background: url(/site/media/49/home-bg-2.png) bottom left no-repeat;
    background-size: 15%;
}
.who-we-are-home-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 69px;
  color: #0C3253;
}
.who-we-are-home-text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 180.2%;
  letter-spacing: 0.005em;
  color: #393A3A;
}

.icon-boxes-home {
  background: #F8F9FB;
  padding:50px 0;
}
.icon-box {
}
.ib-icon {
  margin-bottom:30px;
  text-align: center;
}
.ib-title {
  font-family: "Open Sans", sans-serif;
  font-style: 'normal';
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #0C3253;
    text-align: center;
}
.ib-text {
  margin-bottom:50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 148.5%;
  color: rgba(55, 48, 48, 0.83);
}
.ib-link {}
.ib-link a {
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 148.5%;
  color: #0592B7;
}
.ib1 .icon-box {}
.ib2 .icon-box {}
.ib3 .icon-box {}

.ib1 .ib-title {
    position: relative;
    top: 20px;
}
.ib2 .ib-title {
  text-align: center;
}
.ib3 .ib-title {
    position: relative;
    top: 20px;
}
.ib2 .ib-text {
    position: relative;
    top: -35px;
}

.four-rnd-home {
  padding:50px 0 50px;
  background:url(/site/media/59/four-rnd-bg.png) top right no-repeat;
}
.four-rnd-main-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 66px;
  color: #0C3253;
  margin-bottom:100px;
}
.four-rnd-box {}
.four-rnd-image {
  text-align: center;
  margin-bottom:60px;
}
.four-rnd-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #0C3253;
  margin-bottom:40px;
  text-align: center;
  margin-bottom: 0px;
    text-align: center;
}
.four-rnd-link a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 158.5%;
  text-decoration-line: underline;
  color: rgba(55, 48, 48, 0.83);

  display:block;
  max-width:253px;
  margin:0 auto;
}



.fr1 .four-rnd-link a {
  max-width:202px;
}
.fr2 .four-rnd-link a{
  max-width:202px;

}
.fr3 .four-rnd-link a{
  max-width:163px;

}
.fr4 .four-rnd-link a{

}

.video-media-home {
  padding:50px 0;
  background:#eaeaea;
}
.video-media-box {}
.video-media-link {
  margin-top:30px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 148.5%;
  color: #0C3253;
  text-align: right;
}
.video-media-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #0C3253;
  margin-bottom:30px;
}
.video-media-img {
    min-height: 245px;
    background: #60c4df;
    margin-right: 10px;
    margin-bottom: 10px;
}
.vmi1 {
  background: url(/site/content/images/home-media.jpg) center center no-repeat, #000000;
  background-size:cover;
  transition: all .3s ease;
}

.vmi1:hover {
  cursor: pointer;
  opacity:.5;
}

.vmi4 {
  background:url(/site/media/61/media2.png) center no-repeat;
  background-size:cover;
}
.video-media-img-text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 122.5%;
    color: rgba(255, 255, 255, 0.83);
    padding: 30px 60px 30px 30px;
}


.slick-dots {
    bottom: -190px;
}
#nav > li:nth-child(6) > a {
  background: #0592B7;
  border-radius: 3px;
  color:#FFF;
}
ul#nav > li > a {
  padding: 10px 30px;
}

ul#nav {
    display: block;
    margin: 0 auto;
    margin-top: 13px;
    margin-left:auto;
    margin-right:-1vw;
}
ul#nav li ul {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
}

.menu {
    background: transparent;
    /*margin-right: -380px;*/
}
.footer-gradient {
    background: #3A3B3B;
}
.copyright-footer-wrap {
    background: #222222;
    color: #888ca2;
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border-top: 0px solid #1398bc;
}
.copyright-footer-wrap * {
  font-family: 'Lato', sans-serif;
}
.footer-box h3 {
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0px solid #1398bc;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 107.5%;
    color: #1398BC;
}

.footer-box a,
.footer-box
{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 167%;
  color: #FFFFFF;
}

.social-footer a:hover {
  color: #FFFFFF;
  background: #3a3b3b;
}
.social-footer a {
    color: #3a3b3b;
    background: #ffffff;
}

.subscribe-footer-home {
  padding:110px 0;
  background:url(/site/media/63/email-bg.png) left bottom no-repeat;
}
.subscribe-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 6px rgba(202, 199, 199, 0.25);
  border-radius: 10px;
}
.subscribe-box-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #0C3253;
    margin-top: 40px;
    margin-left: 20px;

}
.subscribe-box-text {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 132.5%;
    color: rgba(55, 48, 48, 0.83);
    padding-right: 100px;
    margin-left: 20px;
}
.subscribe-box-link {
    margin-top: 20px;
    text-align: right;
    padding-right: 130px;
    margin-left: 20px;
}
.subscribe-box-link a {
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 158.5%;
  text-decoration-line: underline;
  color: #09509C;
}
.subscribe-box-img {
  text-align:center;
  padding:30px 0;
}

ul#nav > li:hover > a, ul#nav > li.current > a {
    background: #0592b7;
    border-radius: 3px;
    color: #FFF!important;
}
#nav > li:nth-child(6) > a {
    background: #0592B7;
    border-radius: 3px;
    color: #FFF!important;
}

h1.title span, h1.title, .entry-content h1 {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: rgb(5 146 183);
    margin-bottom: 20px;
}
.note-veyonda {
    padding: 20px 0px;
    font-size: 12px;
    font-style: italic;
}
.four-rnd-link a:hover {
    color: #1468a0;
}
.subscribe-box-link a:hover {
    color: #0592b7;
}
.ib-link a:hover {
    color: #1468a0;
}
div#Submit {
    padding: 10px 20px;
    margin-bottom: 15px;
    font-weight: bold;
    border: none;
    background: #0592b7;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 18px;
}
div#Submit:hover {
    background: #287c96;

}
.left-img {
    padding: 15px 15px 15px 0px;
    text-align: left;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}
.left-img img {
    width: 350px;
}
.bio-image-url {
    width: 188px;
}
.four-rnd-home:before {
    content: "";
    background: url(/site/media/63/email-bg.png) bottom left no-repeat;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: -55px;
    z-index: -1;
}
.four-rnd-home {
    position: relative;
}

.corp-list p a {
    width: 100%;
    display: block;
    border-top: 1px solid #dedede;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
}
.corp-list p {
    border-top: 1px solid #dedede;
    padding: 15px 0px;
    margin-bottom: 0px;
}
.corp-list p:first-child {
    border-top: none;
    padding-top: 0px;
}
.corp-list p:last-child {
    border-bottom: 1px solid #dedede;
}
.ib-title a {
    color: #0C3253;
}
.ib-title a:hover {
    color: #0592b7;
}
.footer-box.email-icon {
    margin-top: 20px;
}
.footer-box.email-icon svg {
    color: #3a3b3b;
    background: #fff;
}
div#ctl00_contentPlaceHolderBody_rpNewsSource_ctl00_divNewsSourceItem {
    display: none;
}
div#ctl00_contentPlaceHolderBody_rpNewsSource_ctl01_divNewsSourceItem {
    display: none;
}
.icon-box-section {
    min-height: 300px;
    padding: 50px 0px;
    border: 2px solid #60c4df;
}
.footer-box {
    font-size: 16px;
}
.footer-box a {
    font-size: 16px;
}
sup {
    font-size: 100%;
}
.sting-button a {
    position: absolute;
    width: 107px;
    height: 60px;
    margin-top: 526px;
    margin-left: 520px;
}


.sidenav ul ul li > a{
  padding-left:20px;

}

.bannertext {
  padding-top:140px;
}


.video-media-video{
  background: url('/site/content/images/video-thumb.png') center center;
  background-size:cover;
  min-height:245px;
  cursor:pointer;
  position: relative;

}

.video-media-video:after{
  position: absolute;
  content:'';
  height:100%;
  width:100%;
  background: rgb(0 0 0 / 47%);
  z-index:1;
  transition: all .3s ease;
}

.video-media-video:hover:after{

  background: rgb(0 0 0 / 20%);

}


.video-media-video .play-button{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index:2;
}

.page-template.page_540 .entry-content section{
  clear:both;
  margin-top:20px;
  display:table;
}

.slide-one {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.calendar-date {
  width: 15%;
  display: inline-block;
  float: left;
}
.calendar-description {
  width: 75%;
  display: inline-block;
  float: left;
  font-weight: bold;
  padding-left: 20px;
}
.calendar-download {
  width: 10%;
  display: inline-block;
  float: left;
}
.calendar-details {
  padding-top: 10px;
}



.archiveFilterB {
  background: transparent;
  padding: 0px;
  margin-bottom: 30px;
  border-bottom: 5px solid #0592b7;
}
.archiveFilterB a {

  position: relative;
  display: inline-block;
  width: 50px;
  padding: 5px;
  text-align: center;
  border-radius: 3px 3px 0px 0px;
color:#444;
}


.archiveFilterB a.currentyear {

   background:#0592b7;
 color:#fff;
}


#load-events .osbox-content:nth-child(n+2){
  display:none;
}

.right-img {
  padding: 10px 0px 15px 15px;
  text-align: left;
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
}


.make-relative{
  position: relative;
}

.home-banner-doctors{
  position: absolute;
  z-index: 1;
  right: 0;
  top: 108px;
  width: 100%;
  max-width: 1006px;
}

.cognito-contact .c-label {
  display: none;
}

button#c-submit-button {
  padding: 10px 20px;
  margin-bottom: 15px;
  font-weight: bold;
  border: none;
  background: #0592b7;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 18px;
}

button#c-submit-button:hover {

  background: #0592b7;

}

.c-editor input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cognito:not(.c-forms-actionBar) {
  max-width: 945px!important;
  margin: 0 auto;
  margin: 0!important;
}


.cog-cognito{
  max-width: 945px!important;
  margin: 0 auto;
  margin: 0!important;
}

.cog-cognito .cog-label{
  display:none!important;
}

/* theme.css */

.over-slide-box-wrap {
  top:0px;
}
.center-hero-home {
  margin-top:50px;
}
.level1 {
  display:none!important;
}
ul#nav > li > a {
	font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
#nav > li:nth-child(6) > a {
	background: transparent;
	border-radius: 3px;
	color: #000000 !important;
}


.news-home-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 17px 2px rgb(0 0 0 / 10%);
  margin-top: -100px;
  position: relative;
  min-height: auto;
  margin-bottom: 90px;
}



.grid-container {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 1400px;
	margin: 0 auto;
}
.who-we-are-home-title {
	margin-top: 80px;
}
.wt1 {
  padding-right:100px;
}
.wt2 {
  padding-top:50px;
  padding-left:100px;
}
.osbox, .osb2 {
  display:none;
}

.news-home-box {
	padding: 50px;
}

.news-home-box-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.185em;
  color: #0C3253;
}
.news-home-box-date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #0C3253;
}
.news-home-box-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 148.5%;
  color: #517283;
}



/* our tech section */
.our-tech-wrap {
  padding:100px 0;
  background:#F8F9FB;
}
.our-tech-inner {}
.our-tech-title h2 {
  text-align: center;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 69px;
	color: #0C3253;
	margin-bottom:30px;
}
.our-tech-boxes {}
.our-tech-box {}
.our-tech-box-image {
	min-height:300px;
	margin-bottom:20px;
}
.our-tech-box-title {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	color: #0C3253;
	margin-bottom:10px;
}
.our-tech-box-text {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 148.5%;
	color: rgba(55, 48, 48, 0.83);
	margin-bottom:10px;
}
.our-tech-box-link {}
.our-tech-box-link a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 148.5%;
	color: #0592B7;
}

.our-tech-1 {}
.our-tech-4 {
	display:none;
}
/* our tech section */


.four-rnd-title p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 180.2%;
  letter-spacing: 0.005em;
  color: #393A3A;
  text-align: left;
}
.four-rnd-title strong {
  text-transform:uppercase;
  font-family: "Open Sans", sans-serif;
  color: #0C3253;
}




/* video news section */
.video-news-wrap {
    background: #0592B7 url("/site/showmedia.aspx?MediaId=120") top right no-repeat;
    padding:140px 0px;
    color:#FFF;
    position:relative;
}
.bg-flip {
  background: url("/site/showmedia.aspx?MediaId=120") top right no-repeat;
  transform: scale(-1, -1);
  position:absolute;
  pointer-events: none;
  height:400px;
  width:400px;
  bottom:0px;
  left:0px;
}
.video-news-inner {}
.video-news-title {
  display:none;
}
.video-news-boxes {}
.video-news-box {}
.video-news-box-image {}
.video-news-box-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 69px;
  color: #FFFFFF;
  margin-bottom:20px;
}
.video-news-box-text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 158.5%;
  color: rgba(255, 255, 255, 0.83);
  margin-bottom:20px;
}
.video-news-box-link {}
.video-news-box-link a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 148.5%;
  color: #F8F9FB;
}
.video-news-1 {}
/* video news section */


.footer-wrap {
	padding: 180px 0px 90px 0;
}

.footer-box h3 {
	color: #BEDBFB;
}

.sign-up-box {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  min-height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 6px rgba(202, 199, 199, 0.25);
  border-radius: 10px;
}

.sign-up-box {
	padding: 55px 0px 0px 80px;
}

.sign-up-box-title {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #0C3253;
  margin-bottom:10px;
}
.sign-up-box-text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 132.5%;
  color: rgba(55, 48, 48, 0.83);
}
.sign-up-box {
	text-align: left;
  padding-left:30px;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	min-height: 180px;
	background: #FFFFFF;
	box-shadow: none;
	border-radius: 10px;
}

.sign-button:hover {
  opacity:0.8;
}
.sign-button {
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  padding: 14px 38px;
  margin-top: 60px;
  background: #0592b7;
  color: #fff;
  display:inline-block;
}

.text-right {
  text-align:right;
}
.text-right img {
  display:inline-block;
}

.four-rnd-home {
	padding: 50px 0 120px 0;
	background: url(/site/media/59/four-rnd-bg.png) top right no-repeat;
}

.video-news-box-text {}
.video-news-box-text .PageTitle,
.video-news-box-text .archiveFilterB,
.video-news-box-text .Pages
{
  display:none;
}

.video-news-box-text .list-item:nth-child(n+5) {
display:none;
}


.news-home-box .PageTitle,
.news-home-box .archiveFilterB,
.news-home-box .Pages
{
  display:none;
}
.news-home-box .list-item:nth-child(n+5) {
display:none;
}

.news-home-box .list-date {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #0C3253;
}
.news-home-box .list-title a {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 148.5%;
	color: #517283;
}
.news-home-box .list-item:hover {
  border-bottom:0px solid rgba(255,255,255,0.3);
}
.news-home-box .list-item {
  border-bottom:0px solid rgba(255,255,255,0.3);
  margin: 0px;
  padding: 0px;
}


.video-news-box-text .list-date {
	font-size: 14px;
	color: #EEE;
}
.video-news-box-text .list-item:hover {
  border-bottom:1px solid rgba(255,255,255,0.3);
}
.video-news-box-text .list-item {
  border-bottom:1px solid rgba(255,255,255,0.3);
}
.video-news-box-text .list-title a {
	font-size: 16px;
	color: #FFF;
}
input#ctl00_contentPlaceHolderBody_btnUnsubscribe_A {
  background: #0592b7;
  color: #fff;
  border-radius: 3px;
}
.four-rnd-box.fr1 p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 180.2%;
  letter-spacing: 0.005em;
  color: #393A3A;
  text-align: left;
}





/* our tech section */
.tech-page-wrap {
  padding:30px 0;
  background:#F8F9FB;
}
.tech-page-inner {}
.tech-page-title h2 {
  text-align: center;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 69px;
	color: #0C3253;
	margin-bottom:30px;
}
.tech-page-boxes {}
.tech-page-box {}
.tech-page-box-image {
	min-height:300px;
	margin-bottom:20px;
}
.tech-page-box-title {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	color: #0C3253;
	margin-bottom:10px;
}
.tech-page-box-text {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 148.5%;
	color: rgba(55, 48, 48, 0.83);
	margin-bottom:10px;
}
.tech-page-box-link {}
.tech-page-box-link a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 148.5%;
	color: #0592B7;
}

.tech-page-1 {}
.tech-page-4 {
	display:none;
}



.tech-page-1 .tech-page-box-image {
	background:url("/media/165/shutterstock_234586750_s.jpg") center no-repeat;
	background-size:cover;
}
.tech-page-2 {}
.tech-page-2 .tech-page-box-image {
	background:url("/irmcustomizationfile/185/promo3.jpg") center no-repeat;
	background-size:cover;
}
.tech-page-3 {}
.tech-page-3 .tech-page-box-image {
	background:url("/irmcustomizationfile/188/shutterstock_234586750_s.jpg") center no-repeat;
	background-size:cover;
}
/* our tech section */



.news-home {
  display:none;
}
.who-we-are-home {
	margin-top: 110px;
}
.who-we-are-home {
	background: url("/showmedia.aspx?MediaId=154") bottom left no-repeat;
	background-size: 15%;
}
.four-rnd-home {
	padding: 50px 0 120px 0;
	background: url("/showmedia.aspx?MediaId=155") top right no-repeat;
}

.four-rnd-home::before {
	content: "";
	background: url("/showmedia.aspx?MediaId=156") bottom left no-repeat;
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: -55px;
	z-index: -1;
}

.video-news-wrap {
	background: #0592B7;
	padding: 140px 0px;
	color: #FFF;
	position: relative;
}
.bg-flip {
  display:none;
}

.video-news-box h2 {
  margin-bottom:40px;
  font-weight:bold;
  font-family: "Open Sans", sans-serif;
}
.video-news-box-white {
  padding:30px 40px;
  background:#FFF;
}

#load-pres-news .list-date {
  color:#b3b3b3;
  font-size:16px;
  font-family: "Open Sans", sans-serif;
}
#load-pres-news a {
  color:#373030;
  font-weight:normal;
  font-size:20px;
}
.video-news-box-white h2 {
  color:#0c3253;
  font-weight:bold;
  font-size:22px;
  margin-bottom:20px;
  font-family: "Open Sans", sans-serif;
}
.video-news-box-white {
	padding: 30px 40px;
	background: #FFF;
	min-height: 428px;
}

.list-item:hover {
	border-bottom: 1px solid #c2cbd4;
  margin-bottom:15px;
  padding-bottom:15px;
}
.list-item a {
  font-family: "Open Sans", sans-serif;
}
.list-item {
	border-bottom: 1px solid #c2cbd4;
  margin-bottom:15px;
  padding-bottom:15px;
  font-family: "Open Sans", sans-serif;
}

#load-asx-news a {
  color:#373030;
  font-weight:normal;
  font-size:20px;
  font-family: "Open Sans", sans-serif;
}
#load-asx-news .list-date {
  color:#b3b3b3;
  font-size:16px;
  font-family: "Open Sans", sans-serif;
}

.inv-link-asx a {
  color:#0592b7;
  font-family: "Open Sans", sans-serif;
}
.inv-link a {
	display: block;
    padding: 31px 30px;
    background: #FFF;
    color: #1b4c77;
    font-size: 24px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    transition: all .5s ease;
}
.inv-link a:hover {
  color: #FFF;
  background: #1b4c77;
}
.inv-link a.dark-btn {
	
    color: #FFF;
    background: #1b4c77;
    
}

.inv-link a.dark-btn:hover {
	
  background: #FFF;
    color: #1b4c77;
  
}

.pad-pres {
  padding:25px 0px;
}
.inv-intro {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.005em;
  margin-bottom: 50px;
}
h1.title.inv-title {
  text-align: center;
}
.section-news-box {
  padding: 50px 0px;
  background: #F8F9FB;
}
.inv-box-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #0592B7;
  margin-bottom: 20px;
}
.investor-news {
  background: url(/media/160/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px;
}
.inv-news-item .list-title a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}
.inv-news-item .list-date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 144.18%;
  letter-spacing: 0.005em;
  color: #F4F7F9;
}
.investor-news {
  position: relative;
  min-height: 450px;
  display: block;
}
.inv-news-cta a {
  color: #fff;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.inv-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  color: #0592B7;
  margin-bottom: 30px;
  text-align: center;
}
.section-tech-box {
  padding: 50px 0px;
  position: relative;
}
.investor-tech {
  padding: 30px;
  background: url(/media/161/tech-bg.png) no-repeat center;
  background-size: cover;
}
.inv-tech-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #0C3253;
  text-align: center;
  margin-bottom: 20px;
}
.investor-tech sup {
  font-size: 10px;
  top: -13px;
}
sup.vr {
  border: 1px solid;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  padding: 0px 4px;
}
.inv-tech-item p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #373030;
}
.inv-tech-cta a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: #0592b7;
  padding: 10px;
  border-radius: 5px;
}
.investor-tech {
  min-height: 400px;
  position: relative;
}
.inv-tech-cta {
  position: absolute;
  bottom: 30px;
  width: 85%;
  text-align: center;
}
.section-tech-box:before {
  content: "";
  background: url(/media/162/tech-before.png) top no-repeat;
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -55px;
  z-index: -1;
  background-size: cover;
}
.section-tech-box:after {
  content: "";
  background: url(/media/163/tech-after.png) top no-repeat;
  width: 229px;
  height: 50%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  background-size: cover;
}
.section-vid-box {
  padding: 50px 0px;
  background: #F8F9FB;
}
.vid-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #0592B7;
  margin-bottom: 30px;
}
.inv-vid {
  background: #fff;
  padding: 50px;
}
.vid-inv img {
  width: 100%;
}
.vid-inv {
  position: relative;
  height: 350px;
  overflow: hidden;
}
span.play-button {
  background: #ffffff57;
  padding: 15px 20px;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.vid-inv span.play-button svg {
  font-size: 50px;
  color: #fff;
}
.vid-inv span.play-button {
  position: absolute;
  top: 40%;
  left: 42%;
}
.vid-inv:hover span.play-button svg {
  color: #0592b7;
}
.vid-title-box {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #373030;
  margin-top: 30px;
}
.vid-date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #B3B3B3;
  margin-top: 20px;
}
.quick-buttons a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #FFFFFF;
  background: #0592b7;
  display: block;
  padding: 25px;
  margin-bottom: 40px;
}
.quick-buttons a:hover {
  opacity: 0.9;
}
.inv-tech-cta a:hover {
  opacity: 0.9;
}
.inv-news-item .list-item:hover {
  border-bottom: 1px solid #0592b7;
}

.banner-wrap {
  margin-top: 114px;
}

.inv-banner-wrap .invSharepriceNum{
  padding-top:30px;
  display:block;
}

.inv-banner-wrap .invSharepriceNum p{
margin-bottom:0;
color:#fff;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 29px;
}


.inv-banner-wrap .invSharepriceNum h2{
  font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 35px;
color:#fff;
}
.inv-banner-wrap .invSharepriceNum .quoteapi-price{
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 69px;
color:#fff;
}

.inv-banner-wrap .invSharepriceNum p.priceSP {
  margin-top: 30px;
}

.inv-banner-wrap .invSharepriceNum a.button {
  display:inline-block;
  margin-top: 30px;
}

/* .investor-news::after {
  content:"";
  position:absolute;
  z-index:0;
  height:100%;
  width:100%;
  background:#a2a2a2a6;
  top:0px;
  left:0px;
}
.investor-news * {
  z-index:1;
}
.investor-news {
  z-index:1;
	transition: all 0.3s;
  position:relative;
} */
.investor-news {
	transition: all 0.8s;
}
.investor-news:hover {
	/* background: #0592b7 url(/media/160/news-bg.jpg) no-repeat center !important; */
	background: #0592b7;
	background-size: 130%;
	transition: all 0.1s;
}



.page_634 .icon-img {
  text-align:center;
  margin:20px 0px;
  width: 50px;
    margin: auto;
    min-height: 70px;
    padding: 10px;
}
.page_634 .icon-img img {
  display:inline-block;
  margin:auto;
}

.page_634 .invest-content {
  text-align: center;
  margin-bottom: 60px;
}

.page_739 .medium-4 img {
  max-width:250px;
  max-height:150px;
  display:inline-block;
  margin:0 auto;
}
.page_739 .medium-4 {
  display:flex;
	align-items: center;
	justify-content: center;  
  text-align:center;
  padding:20px;
  border-radius:10px;
  background:#FFF;
  box-shadow:0px 1px 5px rgba(0,0,0,0.3);
  margin-bottom:20px;
}


.page_798 .medium-4 img {
  max-width:250px;
  max-height:150px;
  display:inline-block;
  margin:0 auto;
}
.page_798 .medium-4 {
  display:flex;
	align-items: center;
	justify-content: center;  
  text-align:center;
  padding:20px;
  border-radius:10px;
  background:#FFF;
  box-shadow:0px 1px 5px rgba(0,0,0,0.3);
  margin-bottom:20px;
}


table.ifc tr {
  padding-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #999;
  display: block;
}
.accordion-title {
	font-size:18px;
	font-weight:bold;
}
.accordion-content li {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


.lupin-table {
  border-collapse: collapse;
  padding:0px;
  margin:0px;
  border-top:1px solid #999;
  border-left:1px solid #999;
}
.lupin-table tr {
  padding:0px;
  margin:0px;
}
.lupin-table td {
  margin:0;
  padding:10px;
  border-bottom:1px solid #999;
  border-right:1px solid #999;
  text-align:center;
}
.lupin-table tr:nth-child(1) td p {
  color:#FFF;
}
.lupin-table tr:nth-child(1) td {
  background:#0592b7;
}


.list-item a {
	font-family: "Open Sans", sans-serif;
	/* color: #535973; */
	line-height: 1.8;
    font-size: 16px;
}
.list-date {
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #535973;
}

.pad-pres img{
  width:100%;
}
.list-cov .list-title a {
    font-size: 20px;
    display: block;
    position: relative;
    max-width: 300px;
    line-height: 1.5;
}
.list-cov .list-date a {
    background: #0592b7;
    border-radius: 3px;
    color: #FFF!important;
    padding: 10px;
    display: block;
    position: relative;
    width: 150px;
    text-align: center;
    margin-top: 20px;
}
.list-cov .list-item {
    padding: 50px 0px;
}
a.me-1.china-img img {
    height: 25px;
}

.inv-intro {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: rgb(83, 89, 115);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.005em;
	margin-bottom: 50px;
}

.breadcrumbs {
  display:none;
}

.home-horizontal-asx div#load-asx-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  gap:70px;
}

.home-horizontal-asx div#load-asx-news a {
  color: #0b3353;
  font-weight: 600;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 32.5px;
}

.home-horizontal-asx{
  padding:4.5rem 0;
  background: rgba(248, 249, 251, 1);


}


.home-horizontal-asx div#load-asx-news .list-item{
  padding:0;
  margin:0;
  border:0;
  transition: all .5s ease;
  border-bottom:2px solid rgba(248, 249, 251, 1);
  padding-bottom:10px;
}

.home-horizontal-asx div#load-asx-news .list-item:hover{
  border-bottom:2px solid #0592b7;
}


.home-horizontal-asx .inv-link-asx{
  text-align: right;
  margin-top:40px;
}

.home-horizontal-asx .inv-link-asx a{
 text-transform: uppercase;
}

.home-horizontal-asx #load-asx-news .list-date {
  margin-bottom: 20px;
}

.banner {
	margin-bottom: 10px;
	height: 200px;
}
.bannertext {
	padding-top: 70px;
}
.pub-date {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #535973;
}
h3.blogTitle.pub-title {
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  font-size: 18px;
  margin: 0px;
}
.pub-sub-desc p {
  font-size: 16px;
  margin: 0px;
}
.blogBodyonList.pub-list-item {
  border-bottom: 1px solid #c2cbd4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.blogBodyonList.pub-list-item a.read-more {
  font-size: 16px;
  margin-top: 15px;
  display: block;
}
.blogBodyonList.pub-list-item:hover {
  border-bottom: 1px solid #0592b7;
}
ul.PageNav li {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
}
.img-right {
    float: right;
    padding: 10px;
}
/*-------------------------------------------------SHAREPRICE-----------------------------------------*/
.proactive-price-calculator-input input, div#historicalCalculator1 input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
g.highcharts-markers.highcharts-series-0.highcharts-area-series.highcharts-color-0.highcharts-tracker path {
    fill: #3b6272;
}
/*-------------------------------------------------SHAREPRICE-----------------------------------------*/