/*! HTML5 | https://www.abyrint.com/ */
========================================================================== */

html {
    color: #404040
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), 
       local('Roboto-Regular'), 
       url(https://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) 
       format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), 
       local('Roboto-Bold'), 
       url(https://themes.googleusercontent.com/static/fonts/roboto/v11/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) 
       format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), 
       local('Roboto-Italic'), 
       url(https://themes.googleusercontent.com/static/fonts/roboto/v11/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff) 
       format('woff');
}



h1 {
  font-size: 2em;
  display: block;
  color: #505050;
  font-weight: 400;
  margin-block-start: 0.01em;
  margin-block-end: 0.01em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  }
h2 {
  font-size: 1.5em;
  display: block;
  color: #505050;
  font-weight: 400;
  margin-block-start: 0.01em;
  margin-block-end: 0.01em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  }
p {
  font-size: 1em;
  font-weight: 400;
  color: #808080;
  display: block;
  margin-block-start: 0.1em;
  margin-block-end: 0.11em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p1 {
  font-size: 1.1em;
  font-weight: 400;
  color: #797979;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px
}
a {
  font-weight: 400;
  color: #404040;
  position: relative;
  text-decoration:none;
}
a:hover {
  opacity: 0.8;
}
a:active {
  top: 1px;
}
.legend {
  fill: white;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d2ecf9;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #999;
    padding: 0.2em 0;
}

/* ==========================================================================
   styles
   ========================================================================== */

body {
    font: 16px Roboto, HelveticaNeue;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.5;
}
.wrapper {
    max-width:960px;
    margin: auto auto;
    padding-right: 0vw;
    padding-left: 0vw;
}
.menywrap {
    width: 100%;
    background-color: #f2fbff;
    justify-content: center;
    align-items: center;
}
.imghero {
    width: 100vw;
    height: 58vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/front.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.herowrap {
    width: 100%;
    height: 58vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.imgheros {
    width: 100vw;
    height: 28vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/front.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.herowraps {
    width: 100%;
    height: 28vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.herotext {
      display: blpock;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 0.5em;
    text-align: center;
    left: auto;
    right: auto;
    top: 15vh;   
}
.herotexts {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.3em;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 22vh;   
    transform: translate(-50%, -50%);
}
.blueline{
    border-top: 20px solid #b3d4fc;
    width: 100%;
}
.imagetextcontainer {
  position: relative; 
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
}
.container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}
.sectionhead {
  border-top: 2vh solid #fff;
  border-bottom: 2vh solid #fff;

  margin: auto;
  height: auto;
  display: block;
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + (21 - 14) * ((100vw - 300px) / (1600 - 300)));

}




/* main grid  */

exwrap {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 600px) {

.foohero {
    width: 100%;
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background: #fff;
    text-align: center;
    border-bottom: 2vh solid #8fafd6;
    overflow: auto;

}
.fooherowraps {
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: auto;
}
.fooheroboxleft {
    padding-top: 15px;
    /* position: absolute; */
    right: 50px;
    /* top: 12vh; */
    float: left;
    overflow: hidden;
    transform: translate(-400px, -5%);


}
.fooheroboxright {
    padding-top: 15px;
    align-items: left;
    position: absolute;
    left: 45%;
    top: 12vh;   
    transform: translate(-30%, -0%);
}
  gridtitle {
    border-top: 2vh solid #fff;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  grid1  {
    border-top: -2vh solid #fff;
    border-bottom: 2vh solid #8fafd6;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  
  }
    gridleft {
    border-top: -2vh solid #fff;
    border-bottom: 2vh solid #8fafd6;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  
  }
   gridfull {
    border-top: 2vh solid #fff;
    border-bottom: 2vh solid #8fafd6;
    display: grid; 
    grid-template-columns: 1fr;

  }
  grid2 {
    border-top: 2vh solid #fff;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  
  }
 .infoboxtitle{
    grid-column: span 12;
    grid-row: span 1;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: fff;
    justify-self: center;
  }
  .infobox1{
    grid-column: span 4;
    grid-row: span 1; 
    display: block;  
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-self: top;
  }

  .infobox2{
    grid-column: span 6;
    grid-row: span 1; 
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
    .infobox3{
    grid-column: span 6;
    grid-row: span 1; 
    display: block;  
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-self: top;
  }
  .ifoboxL {
    color: #808080;
    font-weight: 400;
    font: sans-serif;
    font-size: calc(25px + 1.8vw);
      padding-top: 3px;
      padding-left: 3px;
      line-height: 1.05;
     
  }
.ifoboxS {
    padding: 3px;
    color: #808080;
    font-weight: 400;
    font:  sans-serif;
    font-size: calc(16px + 0.2vw);
    background-color: #fff;
    text-align: justify;
 }
 .chartwrapright{
      display: grid;  
      grid-column: 5 / span 8;
      grid-row: span 1;
      grid-template-rows: minmax(550px, max-content);

 }
  .chartwrapleft {
      grid-column: 1 / span 8;
      grid-row: span 1;
      display: grid;  
      grid-template-rows: minmax(550px, max-content);

 }
  .chartwrapfull {
      grid-column: 1 / span 6;
      grid-row: span 1;
      display: grid;  
      grid-template-rows: minmax(680px, max-content);

 }
  .chartwraplong {
      grid-column: 5 / span 8;
      grid-row: span 1;
      display: grid;
      grid-template-rows: minmax(720px, max-content);
    overflow: hidden;
    position: relative;

 }
    .chart1 {    
      object-fit:fill ;
      background-color: fff;
      border-style: solid;
      border-color: #fff;
      border-width: 1px;
  }
      .chartfull {    
     object-fit:fill;
     background-color: fff;
   
  }
        .chartlong {
      grid-column: span 6;
      grid-row: span 1;
      object-fit:cover;
      background-color: fff;
          overflow: hidden;
    position: relative;
  
  }
  .foo {
    width: 460px;
    height: 400px;
    grid-row: 2;
    grid-template-rows: 200px;
    margin: 5px;
    background: #f2fbff;
    display: grid;
    text-align: center;
}

.fooboxtop {
      padding-top: 45px;
}

.fooboxbot {
      padding-top: 15px;
}

img.iconx {
    display: block;
    margin-left: auto;
    margin-right: auto ;
     vertical-align:sub;
      height: auto; 
    width: auto; 
    max-height: 110px;
}

.iconxtext {
    text-decoration:none;
    display:block;
    color: #808080;
    font-weight: 500;
    line-height: 1.5;
    font-size: calc(23px + 0.6vw);
    text-align: center; 
}
.iconxtext2 {
  text-decoration:none;
  display:block;
    color: #808080;
    font-weight: 400;
    line-height: 1.1;
   font-size: calc(15px + 0.7vw);
  text-align: center; 
}
.iconxtext3 {
  text-decoration:none;
  display:block;
    color: #808080;
    font-weight: 400;
    line-height: 1.7;
   font-size: calc(8px + 0.9vw);
  text-align: center; 
}
.iconxtextref {
  text-decoration:none;
  display:block;
    color: #00479d;
    font-weight: 400;
    line-height: 3;
   font-size: calc(14px + 0.9vw);
  text-align: center; 
    opacity: 0.5;

}
}

/* mob grid  */
@media (max-width: 600px) {
 
 .buttongrid {
   display: none;
 }

  gridtitle {

    border-top: 2vh solid #fff;
    display: block;
   
  }
   grid1, gridfull, gridleft {  
    border-top: 2vh solid #fff;
    border-bottom: 2vh solid #8fafd6;
    display: block;     
  }
    grid2 {
    border-top: 2vh solid #fff;
    display: block;
  
  }

  .infobox1{
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;  
 justify-content: center;

  }
  .ifoboxL {
   color: #808080;
    padding-top: 3px;
     padding-left: 3px;
     font-weight: 400;
   line-height: 1.05;
    text-align: center;
    font-size: calc(28px + 0.1vw);

  }
.ifoboxS {
    padding: 5px;  
    text-align: center;
    color: #808080;
    font-weight: 400;
    line-height: 1.1;
   font-size: calc(16px + 0.9vw);
  text-align: justify; 
 }
 .chartwrap{
      display: block;  
      grid-template-rows: minmax(68vh, max-content);
      padding-bottom: 1.5vh;
 }
  .chartwrapshort {

      display: block;  
      grid-template-rows: minmax(45vh, max-content);

 }
  .chartwraplong {
      display: block;  
      grid-template-rows: minmax(75vh, max-content);
}
.chart1 {
  display: block;
  width: 100%;
    height: 72vh;
  object-fit:cover;
   
}

.chartfull {
  display: block;
  width: 100%;
   height: 85vh;
  object-fit:cover;
   
}
.chartlong {
  display: block;
  width: 100%;
   height: 80vh;
  object-fit:cover;

}
.foo {
   display: block;
    margin-left: auto;
    margin-right: auto ;
    width: 300px;
    height: 330px;
    grid-row: 1;
    grid-template-rows: 150px;
    background: #eff8fc;
    display: grid;
    text-align: center;
     border-bottom: 2vh solid #fff;
border-top: 2vh solid #fff;
}
.foohero {
    width: 100%;
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background: #fff;
    text-align: center;
    border-bottom: 2vh solid #8fafd6;
    overflow: auto;

}
.fooherowraps {
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: auto;
}
.fooheroboxleft {
    padding-top: 15px;
    /* position: absolute; */
    right: 50px;
    /* top: 12vh; */
    float: left;
    overflow: hidden;
    transform: translate(-160%, -5%);


}
.fooheroboxright {
    padding-top: 15px;
    align-items: left;
    position: absolute;
    left: 45%;
    top: 12vh;   
    transform: translate(-30%, -0%);
}

.fooboxtop {
      padding-top: 55px;
}
.fooboxbot {
      padding-top: 15px;
}

img.iconx {
    display: block;
    margin-left: auto;
    margin-right: auto ;
    vertical-align:sub;
    height: auto; 
    width: auto; 
    max-height: 80px;
}

.iconxtext {
  text-decoration:none;
  display:block;
    color: #808080;
    font-weight: 400;
    line-height: 1.1;
   font-size: calc(25px + 0.7vw);
  text-align: center; 
}
.iconxtext2 {
  text-decoration:none;
  display:block;
    color: #808080;
    font-weight: 400;
    line-height: 1.1;
   font-size: calc(18px + 0.7vw);
  text-align: center; 
}
.iconxtextref {
  text-decoration:none;
  display:block;
    color: #00479d;
    font-weight: 400;
    line-height: 2;
   font-size: calc(18px + 0.7vw);
  text-align: center; 
}
} 
/* mob grid end */




.iframe-container {
  overflow:visible;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   left: 0;
   position: relative;
   top: 0;
}

.footer-container{
    border-top: 20px solid #b3d4fc;
    width: 100%;
    height: 10vh;
    background-color: #f2fbff;
}

.footer-container a {
  color: #797979;
  font-weight: 400;
  text-decoration: none;
}

.ie7 .title {
    padding-top: 20px;
}

/* ==============
    nav list 
   ============== */

.topnav {
  overflow: hidden;
  background-color: #f2fbff;
  align-items:center;
}

.topnav a {
  float: left;
  display: block;
  color: #4a4a4a;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #b3d4fc;
  color: #3a3a3a;
}

.active {
  background-color: #b3d4fc;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* =================================*/



.sectionwide {
 
  margin: auto;
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas:
    'main'
  vertical-align: middle;
  background-color: ##ffffff;
  height: 62.8vh;
}
.sectionbottom {
 
  margin: auto;
  padding: 0 1vw;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-areas:
    'left center right'
  grid-template-rows: 15vh;
  background-color: ##ffffff;
  height: 8vh;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
  @media screen and (max-width: 760px){display:block}
   
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
