@import url("https://fonts.googleapis.com/css?family=Montserrat:800|Source+Sans+3:400,700&display=swap");

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  min-width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*-webkit-box-shadow: 1px 1px 4px #949494;*/
  /*box-shadow: 1px 1px 4px #949494;*/
  background: #ffffff;
  /*left: -1px;*/
  background: #fff;

  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 0;
  margin: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 14px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  width: 26px;
  height: 14px;
  margin: 0 8px;
  background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 26px;
  height: 14px;
  margin: 0 8px;
  background: #e9041e;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 4px;
  background: url(../img/prev.png) no-repeat 0 center;
  background-position: -36px center;
  -webkit-transition: background-position 0.5s ease;
}

.bx-wrapper .bx-next {
  right: 2px;
  background: url(../img/next.png) no-repeat 0 center;
  background-position: 36px center;
  -webkit-transition: background-position 0.5s ease;
}

.bx-wrapper .bx-prev:hover {
  background-position: -2px center;
}

.bx-wrapper .bx-next:hover {
  background-position: 2px center;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin: 0;
  outline: 0;
  width: 38px;
  height: 100%;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Verdana;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.slider {
  max-width: 1262px;
  margin: 0 auto;
}

/* Button */

.btn-container {
  position: relative;
  margin-top: 8px;
  display: block;
}

:focus,
a:focus,
a:active,
a:hover {
  outline: none;
}

a.btn {
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.2px;
  padding: 8px 30px 12px 30px;
  cursor: pointer;
  border-radius: 21px;
  /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); */
  margin-top: 12px;
}

a.btn:hover,
a.btn:focus {
  color: #fff !important;
}

a.btn.bg-e6:hover,
a.btn.bg-e6:focus {
  color: #000 !important;
}

/* Fonts */

p {
  margin: 0;
  padding: 0;
  /* hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%; */
}

.head0 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
}

.head1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
}

.head2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

.head3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.subhead1 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

.subhead2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.subhead3 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.text {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 26px;
  padding: 24px 0 24px 0;
  margin: 0;
}

.text2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400 !important;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 8px;
  margin: 0;
}

.movingline1 {
  position: relative;
  margin: 10px 0 12px 0;
  padding: 0;
  height: 7px;
}

.movingline2 {
  position: relative;
  margin: 8px 0 9px 0;
  padding: 0;
  height: 6.5px;
}

.movingline3 {
  position: relative;
  margin: 6px 0 7px 0;
  padding: 0;
  height: 5px;
}

.pos-left {
  left: 0px;
  top: 0;
}
.pos-right {
  right: 0px;
  top: 0;
}

/* Extra space above and below e.g. body text; for slides with less text */
.space1 {
  padding: 24px 0 24px 0 !important;
}
.space2 {
  padding: 16px 0 16px 0 !important;
}
.space3 {
  padding: 8px 0 8px 0 !important;
}

/* Colors:
  Combine red (Energy range) with a dense color (Status range) or we use white (e6) combined with an Energy or Status color. 
  Pink (e7) is used less often.
 */

.bg-e1 {
  background-color: #e9041e;
}
.bg-e2 {
  background-color: #f80116;
}
.bg-e3 {
  background-color: #ee3b45;
}
.bg-e4 {
  background-color: #e55f50;
}
.bg-e5 {
  background-color: #c6361b;
}
.bg-e6 {
  background-color: #fff;
}

.bg-trans {
  background-color: transparent;
}

.bg-s1 {
  background-color: #000;
}
.bg-s2 {
  background-color: #250708;
}
.bg-s3 {
  background-color: #391325;
}
.bg-s4 {
  background-color: #002b2f;
}
.bg-s5 {
  background-color: #330072;
}
.bg-s6 {
  background-color: #010035;
}

.e1 {
  color: #e9041e;
}
.e2 {
  color: #f80116;
}
.e3 {
  color: #ee3b45;
}
.e4 {
  color: #e55f50;
}
.e5 {
  color: #c6361b;
}
.e6 {
  color: #fff;
}
.e7 {
  color: #eb2d90;
}

.s1 {
  color: #000;
}
.s2 {
  color: #250708;
}
.s3 {
  color: #391325;
}
.s4 {
  color: #002b2f;
}
.s5 {
  color: #330072;
}
.s6 {
  color: #010035;
}

/* Declaration Text Block widths */
.text-width-33 {
  width: calc(50% - ((100vw - 112px) / 6) - 14px);
}
.text-width-50 {
  width: 50%;
}
.text-width-66 {
  width: calc(50% + ((100vw - 112px) / 6) + 14px);
}

.desk {
  display: block !important;
}
.mob {
  display: none !important;
}

.content {
  position: absolute;
  height: 100%;
  /* padding: 16px 16px 24px 16px;
	margin: 2% 4% 1% 4%; */
  z-index: 150;
}

.inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 16px 0 16px;
  margin: -2.5% 4% 0 4%; 
}

.freetrade {
  display: block;
  width: 650px;
  height: 121px;
}

/* Breakpoints Responsiveness */

@media screen and (min-width: 1309px) {
  .text-width-33 {
    width: calc(50% - (((100vw - 72px) - (100vw - 1310px)) / 6) - 6px);
  }
  .text-width-66 {
    width: calc(50% + (((100vw - 72px) - (100vw - 1310px)) / 6) + 6px);
  }
}

@media screen and (max-width: 1199px) {
  .head0 {
    font-size: 40px;
    line-height: 40px;
  }  
  .head1 {
    font-size: 34px;
    line-height: 34px;
  }
  .head2 {
    font-size: 28px;
    line-height: 28px;
  }
  .head3 {
    font-size: 22px;
    line-height: 22px;
  }
  .subhead1 {
    font-size: 26px;
    line-height: 28px;
  }
  .subhead2 {
    font-size: 22px;
    line-height: 24px;
  }
  .subhead2 {
    font-size: 18px;
    line-height: 20px;
  }
  .text {
    font-size: 20px;
    line-height: 22px;
    padding: 12px 0 12px 0;
  }
  .text2 {
    font-size: 18px;
    line-height: 20px;
  }
  .movingline1 {
    margin: 9px 0 11px 0;
    height: 6.5px;
  }
  .movingline2 {
    margin: 7px 0 8px 0;
    height: 6px;
  }
  .movingline3 {
    margin: 6px 0 7px 0;
    height: 5px;
  }
  .btn-container {
    margin-top: 7px;
  }
  a.btn {
    font-size: 20px;
    line-height: 20px;
    padding: 6px 24px 10px 24px;
    margin-top: 7px;
  }
  .freetrade {
    width: 600px;
    height: 111px;
  }
  .inner {
    margin: -2.25% 4% 0 4%;
  }
}

@media screen and (max-width: 1079px) {
  .head0 {
    font-size: 34px;
    line-height: 34px;
  }  
  .head1 {
    font-size: 28px;
    line-height: 28px;
  }
  .head2 {
    font-size: 24px;
    line-height: 24px;
  }
  .head3 {
    font-size: 18px;
    line-height: 18px;
  }
  .subhead1 {
    font-size: 22px;
    line-height: 24px;
  }
  .subhead2 {
    font-size: 18px;
    line-height: 20px;
  }
  .subhead2 {
    font-size: 16px;
    line-height: 18px;
  }
  .text {
    font-size: 19px;
    line-height: 21px;
    padding: 8px 0 8px 0;
  }
  .text2 {
    font-size: 17px;
    line-height: 19px;
  }
  .movingline1 {
    margin: 9px 0 11px 0;
    height: 6px;
  }
  .movingline2 {
    margin: 7px 0 8px 0;
    height: 6px;
  }
  .movingline3 {
    margin: 6px 0 7px 0;
    height: 5px;
  }
  .btn-container {
    margin-top: 7px;
  }
  a.btn {
    font-size: 19px;
    line-height: 19px;
    padding: 5px 22px 8px 22px;
    margin-top: 7px;
  }
  .freetrade {
    width: 600px;
    height: 111px;
  }
  .inner {
    margin: -2% 3% 0 3%;
  }
}

@media screen and (max-width: 944px) {
  .head0 {
    font-size: 30px;
    line-height: 30px;
  }  
  .head1 {
    font-size: 24px;
    line-height: 24px;
  }
  .head2 {
    font-size: 22px;
    line-height: 22px;
  }
  .head3 {
    font-size: 18px;
    line-height: 18px;
  }
  .subhead1 {
    font-size: 22px;
    line-height: 24px;
  }
  .subhead2 {
    font-size: 20px;
    line-height: 22px;
  }
  .subhead2 {
    font-size: 18px;
    line-height: 20px;
  }
  .text {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 0 0 0;
  }
  .text2 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 6px;
  }
  .movingline1 {
    margin: 8px 0 10px 0;
    height: 5.5px;
  }
  .movingline2 {
    margin: 7px 0 8px 0;
    height: 6px;
  }
  .movingline3 {
    margin: 6px 0 7px 0;
    height: 5px;
  }
  .btn-container {
    margin-top: 7px;
  }
  a.btn {
    font-size: 18px;
    line-height: 18px;
    padding: 6px 20px 8px 20px;
    margin-top: 4px;
  }
  .freetrade {
    width: 560px;
    height: 104px;
  }
  .inner {
    margin: -2% 2.5% 0 2.5%;
  }
}

@media screen and (max-width: 859px) {
  .head0 {
    font-size: 28px;
    line-height: 28px;
  }  
  .head1 {
    font-size: 22px;
    line-height: 22px;
  }
  .head2 {
    font-size: 20px;
    line-height: 20px;
  }
  .head3 {
    font-size: 18px;
    line-height: 18px;
  }
  .subhead1 {
    font-size: 20px;
    line-height: 20px;
  }
  .subhead2 {
    font-size: 19px;
    line-height: 19px;
  }
  .subhead2 {
    font-size: 18px;
    line-height: 18px;
  }
  .text {
    font-size: 18px;
    line-height: 20px;
    padding: 6px 0 0 0;
  }
  .text2 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 2px;
  }
  .movingline1 {
    margin: 7px 0 9px 0;
    height: 5px;
  }
  .movingline2 {
    margin: 7px 0 8px 0;
    height: 6px;
  }
  .movingline3 {
    margin: 6px 0 7px 0;
    height: 5px;
  }
  .btn-container {
    margin-top: 7px;
  }
  a.btn {
    font-size: 18px;
    line-height: 18px;
    padding: 5px 18px 6px 18px;
    margin-top: 2px;
  }
  .freetrade {
    width: 500px;
    height: 93px;
  }
  .inner {
    margin: -2% 1.75% 0 1.75%;
  }
}

@media screen and (max-width: 814px) {
  .desk {
    display: none !important;
  }
  .mob {
    display: inline-block !important;
    overflow: hidden;
  }

  .content {
    position: relative;
    padding: 0 0 24px 0;
    margin: 8px 16px 0 16px;
    max-height: calc(100vw / 2) !important;
    overflow: hidden;
  }

  .inner {
    position: relative;
    padding: 0;
    margin: 0;
    top: 0;
    transform: none;
    overflow-y: hidden;
  }

  p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* hyphens: auto;
    hyphenate-limit-chars: 8 4 4;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 20%; */
  }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    display: none;
  }

  .bx-wrapper .bx-prev {
    left: 4px;
    background: url(../img/prev.png) no-repeat;
    background-position: center calc((100vw / 6.6667) - 22px);
  }

  .bx-wrapper .bx-next {
    right: 2px;
    background: url(../img/next.png) no-repeat 0 center;
    background-position: center calc((100vw / 6.6667) - 22px);
  }

  .bx-wrapper .bx-prev:hover {
    background-position: center calc((100vw / 6.6667) - 22px);
  }

  .bx-wrapper .bx-next:hover {
    background-position: center calc((100vw / 6.6667) - 22px);
  }

  .bg-e1,
  .bg-e2,
  .bg-e3,
  .bg-e4,
  .bg-e5,
  .bg-e6,
  .bg-s1,
  .bg-s2,
  .bg-s3,
  .bg-s4,
  .bg-s5,
  .bg-s6 {
    background-color: #fff;
  }
  .e6 {
    color: #000;
  }

  .head0,
  .head1,
  .head2,
  .head3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }

  .movingline1,
  .movingline2,
  .movingline3 {
    position: relative;
    margin: 4.5px 0 4.5px 0;
    padding: 0;
    height: 4px;
  }

  .subhead1,
  .subhead2 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700 !important;
    font-size: 19px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }

  .movingline1.bg-e1,
  .movingline2.bg-e1,
  .movingline3.bg-e1 {
    background-color: #e9041e;
  }
  .movingline1.bg-e2,
  .movingline2.bg-e2,
  .movingline3.bg-e2 {
    background-color: #f80116;
  }
  .movingline1.bg-e3,
  .movingline2.bg-e3,
  .movingline3.bg-e3 {
    background-color: #ee3b45;
  }
  .movingline1.bg-e4,
  .movingline2.bg-e4,
  .movingline3.bg-e4 {
    background-color: #e55f50;
  }
  .movingline1.bg-e5,
  .movingline2.bg-e5,
  .movingline3.bg-e5 {
    background-color: #c6361b;
  }
  .movingline1.bg-e6,
  .movingline2.bg-e6,
  .movingline3.bg-e6 {
    background-color: #000;
  }

  .movingline1.bg-s1,
  .movingline2.bg-s1,
  .movingline3.bg-s1 {
    background-color: #000;
  }
  .movingline1.bg-s2,
  .movingline2.bg-s2,
  .movingline3.bg-s2 {
    background-color: #250708;
  }
  .movingline1.bg-s3,
  .movingline2.bg-s3,
  .movingline3.bg-s3 {
    background-color: #391325;
  }
  .movingline1.bg-s4,
  .movingline2.bg-s4,
  .movingline3.bg-s4 {
    background-color: #002b2f;
  }
  .movingline1.bg-s5,
  .movingline2.bg-s5,
  .movingline3.bg-s5 {
    background-color: #330072;
  }
  .movingline1.bg-s6,
  .movingline2.bg-s6,
  .movingline3.bg-s6 {
    background-color: #010035;
  }

  a.btn {
    display: inline-block;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    text-align: left;
    padding: 8px 24px 10px 24px;
    cursor: pointer;
    border-radius: 21px;
    margin-top: 6px;
    background-color: #e9041e !important;
    color: #fff !important;
  }

  a.btn:hover,
  a.btn:focus {
    color: #fff !important;
    background: #e9041e !important;
  }

  a.btn.bg-e6:hover,
  a.btn.bg-e6:focus {
    color: #fff !important;
  }

  .text-width-33 {
    width: 90%;
  }
  .text-width-50 {
    width: 90%;
  }
  .text-width-66 {
    width: 90%;
  }

  .btn-container {
    position: relative;
    line-height: 18px;
  }

  :focus,
  a:focus,
  a:active,
  a:hover {
    outline: none;
  }

  .space1 {
    padding: 0 !important;
  }
  .space2 {
    padding: 0 !important;
  }
  .space3 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 360px) {
  .content {
    position: relative;
    padding: 0 0 24px 0;
    margin: 8px 16px 0 16px;
    max-height: calc(100vw / 1.2) !important;
    overflow: hidden;
  }
}
