.main p,
.main b,
.main em,
.main i,
.main li,
.main ul,
.main h1,
.main a,
.main h2,
.main h3,
.main h5,
.main h4 {
  color: #161616;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  margin: 0;
  padding: 0;

}

body {
  margin: 0;
  padding: 0;
}
.main {
  position: relative;
  overflow: hidden;
}
figure {
  margin: 0;
  padding: 0;
}
.container_notflex {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;  
}
.container {
  width: 960px;
  margin: 0 auto;
  display: flex;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
}
.sec_right,
.sec_left {
  display: block;
  width: 600px;
}
.mobileOnly {
  display: none;
}
.hidden {
  display: none;
}

body {
  background-color: rgb(235, 243, 247);
}
figure  {
  max-width: 100%;
}
.main a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #167ac6;
  text-decoration: none;
}
.main p {
  color: rgb(51, 51, 51);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 0;
}
.main b {
  color: rgb(51, 51, 51);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 0;
  display: block;
}
.main h5 {
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}
.main h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(62, 62, 74);
  margin-top: 20px;
}

.sec0 {
  background-color: rgb(51, 51, 51);
  padding: 4px 0;
}
.sec0 h5,
.sec0 h1 {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  line-height: 2;
}
.sec0 h5 {
  text-align: right;
}
.sec0_logo {
  width: 100px;
  height: 27px;
  background: url(./../images/logo2.png) no-repeat;
  background-size: contain;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.sec1 {
  margin-top: 20px;
}
.sec1 .container_notflex,
.sec1 .container {
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
}
.sec1 h4 {
  color: rgb(62, 62, 74);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 59px;
  display: block;
}
p.date {
  color: rgb(184, 184, 198);
  font-size: 13px;
}
.sec1_fig1 {
  width: 100%;
  height: 500px;
  background: url(./../images/fig1.jpg) no-repeat;
  background-size: 100% 100%;
}
.sec1_fig2 {
  width: 100%;
  height: 517px;
  background: black;
  /* background: url(./../images/fig2.jpg) no-repeat; */
  /* background-size: 100% 100%; */
}
.sec1_fig2 video {
  width: 100%;
  height: 517px;
}
.sec1_fig3 {
  width: 100%;
  height: 500px;
  background: url(./../images/fig4.jpg) no-repeat;
  background-size: 100% 100%;
}
.sec1_fig4 {
  width: 100%;
  height: 500px;
  background: url(./../images/fig3.jpg) no-repeat;
  background-size: 100% 100%;
}
.sec1_fig5 {
  width: 100%;
  height: 500px;
  background: url(./../images/fig5.jpg) no-repeat;
  background-size: 100% 100%;
}
.sec1_bquote {
  background-color: rgb(249, 249, 249);
  padding: 20px;
  border-style: solid;
  border-width: 0px 0px 0px 10px;
  border-color: rgb(204, 204, 204);
  border-radius: 0px;
  margin: 25px 0;
}
.sec1 h2 {
  color: rgb(117, 117, 117);
      font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 28px;
}
.sec1 h2 b {
  display: inline;
  color: rgb(117, 117, 117);  
}
.sec1_fig6 {
  width: 100%;
  height: 500px;
  background: url(./../images/fig6.jpg) no-repeat;
  background-size: 100% 100%;
}
.sec1_fig7 {
  width: 100%;
  height: 500px;
  background: url(./../images/fig7.jpg) no-repeat;
  background-size: 100% 100%;
}
.main li {
      color: rgb(51, 51, 51);
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
a.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  background-color: rgb(233, 44, 44);
  border-radius: 1px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 5px;
  border-color: rgb(204, 0, 0);
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 97%;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.sec1 i {
  color: #339966;
  font-weight: 700;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
}
.sec1_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.sec2_left {
  width: 40%;
  background-color: #F3F3F3;
  padding: 20px 10px 10px;
  box-sizing: border-box;
}
.sec2_right {
  width: 58%;
}
.sec2_left h4 {
  color: #344A5F;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.sec2_left h3 {
  color: #344A5F;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
ul.sec_stars {
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
li.sec_star {
  width: 32px;
  height: 32px;
  background: url(./../images/star.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 2px;
}
p.progcaption {
  color: #333333;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 10px;
}
p.progress {
  position: relative;
  overflow: hidden;
  background: #ddd;
}
.progress span {
  background: #344A5F;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  text-align: right;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 13px;
  height: 100%;
  font-weight: 700;
  padding-right: 10px;
  box-sizing: border-box;
}

.sec2 {
  background-color: rgb(51, 51, 51);
  padding: 20px 0 10px;
  margin-top: 30px;
}
.sec2 ul {
  text-align: center;
}
.sec2 li {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 15px;
  padding: 0 10px;
}
.sec2 li a {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.sec2 p {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin: 5px 0;
  padding: 0;
}
.sec2_fig {
  width: 120px;
  height: 43px;
  background: url(./../images/footlogo.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.olsteps li {
  padding: 4px 0;
}
ol.ol {
  margin-top: 0;
}

.ctaBt {
  display: none;
}


@media(max-width: 480px) {
  .ctaBt {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    padding: 10px 20px;
    box-shadow: 0 -1px 2px 1px green;
    background: #5cb85c;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    text-decoration: underline;
    font-family: Roboto Condensed,sans-serif;
    font-size: 20px;
    bottom: 0px;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .desktopOnly {
    display: none;
  }
  .main .container_notflex,
  .main .container{
    width: 320px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main .sec_right, .sec_left {
    width: 100%;
  }
  .main b,
  .main i,
  .main li,
  .main a,
  .main p {
    font-size: 12px;
    line-height: 1.3;
  }
  .main h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main ol {
    margin: 0 0 10px;
    padding-left: 10px;
  }
  a.btn {
    width: 88%;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .sec2 ul li a {
    font-size: 10px;
  }
  .sec0 h1 {
    display: none
  }
  .sec1 h4 {
    font-size: 29px;
    line-height: 1;
    padding: 20px 0 0;
  }
  .sec1_fig2,
  .sec1_fig5,
  .sec1_fig4,
  .sec1_fig6,
  .sec1_fig7,
  .sec1_fig8,
  .sec1_fig9,
  .sec1_fig3,
    .sec1_fig1 {
    width: auto;
    height: 188px;
    background-size: contain;
  }
  .sec1_fig2 {
    height: 168px;
  }
  .sec1_fig2 video {
    width: 100%;
    height: 168px;
  }
  .sec1_fig3 {
    height: 171px;;
  }
  .sec1_fig4 {
    height: 116px;;
  }
  .sec1_fig5 {
    height: 168px;;
  }
  .sec1_fig5 {
    height: 166px;;
  }
  .elementor-text-editor strong.official {
    padding-left: 0;
  }
  .elementor-text-editor strong {
    padding-left: 6px;
  }
  .elementor-text-editor p {
    padding-left: 0!important;
  }
  .sec1 h2 {
    font-size: 14px;
    line-height: 1.3;
  }
  .sec1 h4 {
    font-size: 20px;
    line-height: 1;
    padding: 20px 0 0;
  }
  ul.sec_stars {
    margin-bottom: 0;
  }
  .sec_star {
    height: 16px;
  }
  .sec2 {
    padding-bottom: 80px;
  }
}


/* mobile landscape orientation large */
@media only screen
and (min-device-width: 540px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
  .container,
  .container_notflex {
    width: 95%;
  }
}

/* mobile landscape orientation small */
@media only screen
and (max-device-width: 678px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
  .container,
  .container_notflex {
    width: 95%;
  }
}

/* mobile portrait orientation small */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
  .container,
  .container_notflex {
    width: 95%;
  }
}

/* tablet portrait orientation */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .container,
    .container_notflex {
      width: 95%;
    }
  }

/* tablet landscape orientation large */
@media only screen
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .container,
    .container_notflex {
      width: 95%;
    }
  }

/* android tablet portrait orientation large */
@media only screen
and (min-device-width: 540px)
and (max-device-width: 720px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
  .container,
  .container_notflex {
    width: 95%;
  }
}
