/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #FFFFFF;
  color: #000000;
}

#page-wrapper {
  font-weight: 600;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper {
    font-size: 20px;
    line-height: 28px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  color: #F8A11C;
}
a:hover {
  color: #000000;
}

figure {
  position: relative;
  margin: 0 0;
}

p {
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  p {
    margin-bottom: 20px;
  }
}

dl, ol, ul {
  margin-bottom: 24;
}

ul, ol {
  margin: 0 0 20px 40px;
  padding: 0 0;
}
@media only screen and (min-width: 768px) {
  ul, ol {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  ul, ol {
    margin-left: 50px;
  }
}

hr {
  display: block;
  margin-bottom: 50px;
  margin-top: 50px;
  background-color: #DEDEDE;
  opacity: 1;
  height: 2px;
}
@media only screen and (min-width: 768px) {
  hr {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  hr {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

li ul, li ol {
  margin: 0;
}

/********************
** Typography
********************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h1 {
  margin: 0 0 25px;
  color: #000000;
  font-size: 30px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    margin: 0 0 25px;
    font-size: 35px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 35px;
    line-height: 28px;
  }
}

h2, .h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 40px;
  }
}

.whole-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 99;
  text-align: left;
}

.btn {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 0;
  color: #000000;
  background: #F8A11C;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 20px;
  }
}
.btn:hover {
  background: #F8A11C;
  color: #FFFFFF;
}
.btn.btn-primary {
  background: #F8A11C;
}
.btn.btn-primary:hover {
  background: #F8A11C;
}

.container {
  padding: 0 25px;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: none;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: none;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }
}
@media only screen and (min-width: 1900px) {
  .container {
    max-width: 1640px;
  }
}

#header {
  padding: 0;
  background: #FFFFFF;
  box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (min-width: 768px) {
  #header {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  #header {
    padding: 0;
  }
}
#header .logo a {
  display: block;
  width: 71px;
  height: 68px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #header .logo a {
    width: 80px;
    height: 77px;
  }
}
@media only screen and (min-width: 992px) {
  #header .logo a {
    width: 126px;
    height: 121px;
  }
}
#header .d-flex {
  justify-content: space-between;
  align-items: center;
}

#hero .container {
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #hero .container {
    max-width: 960px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  #hero .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .container {
    max-width: 1480px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero .container {
    max-width: 1640px;
  }
}
#hero .banner-container {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #hero .banner-container {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0 70px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container {
    padding: 50px 0 80px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero .banner-container {
    padding: 60px 0 90px;
  }
}
#hero .banner-container .image {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .image {
    flex: 0 0 58.33334%;
  }
}
#hero .banner-container .image:before {
  content: "";
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  background: #F8A11C;
  z-index: 1;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .image:before {
    display: block;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .image:before {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .image:before {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero .banner-container .image:before {
    width: 140px;
    height: 140px;
  }
}
#hero .banner-container .image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .image img {
    border-radius: 20px;
  }
}
#hero .banner-container .text {
  width: 100%;
}
#hero .banner-container .text:before {
  content: "";
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: #F8A11C;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text:before {
    display: block;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .text:before {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .text:before {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero .banner-container .text:before {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#hero .banner-container .text .inner-content {
  background: #333;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text .inner-content {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
  }
}
#hero .banner-container .text .inner {
  padding: 20px 25px;
}
@media only screen and (min-width: 576px) {
  #hero .banner-container .text .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #hero .banner-container .text .inner {
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text .inner {
    padding: 30px;
    max-width: 41.66667%;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .text .inner {
    padding: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .text .inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero .banner-container .text .inner {
    padding: 75px;
  }
}
#hero .banner-container .text h2 {
  padding-bottom: 20px;
  margin: 0;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
#hero .banner-container .text .address {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  #hero .banner-container .text .address {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text .address {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .text .address {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .text .address {
    font-size: 20px;
    line-height: 30px;
  }
}
#hero .banner-container .text .address .item {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  #hero .banner-container .text .address .item {
    padding: 15px 0;
  }
}
#hero .banner-container .text .address .item span {
  display: block;
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
  #hero .banner-container .text .address .item span {
    display: inline-block;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text .address .item span {
    padding-left: 34px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .text .address .item span {
    padding-left: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .text .address .item span {
    padding-left: 40px;
  }
}
#hero .banner-container .text .address .item span + span {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #hero .banner-container .text .address .item span + span {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text .address .item span + span {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .text .address .item span + span {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .text .address .item span + span {
    margin-left: 40px;
  }
}
#hero .banner-container .text .address .date:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../images/icon-date.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #hero .banner-container .text .address .date:before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text .address .date:before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .text .address .date:before {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .text .address .date:before {
    width: 30px;
    height: 30px;
  }
}
#hero .banner-container .text .address .time:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../images/icon-time.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #hero .banner-container .text .address .time:before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text .address .time:before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .text .address .time:before {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .text .address .time:before {
    width: 30px;
    height: 30px;
  }
}
#hero .banner-container .text .address .location:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../images/icon-location.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #hero .banner-container .text .address .location:before {
    width: 22px;
    height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .banner-container .text .address .location:before {
    width: 18px;
    height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .banner-container .text .address .location:before {
    width: 20px;
    height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .banner-container .text .address .location:before {
    width: 22px;
    height: 30px;
  }
}

#content-top .callout-item {
  background: #333333;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #content-top .callout-item {
    display: flex;
  }
}
#content-top .callout-item.white {
  background: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  #content-top .callout-item.white {
    flex-direction: row-reverse;
  }
}
#content-top .callout-item.white .text {
  color: #000000;
}
#content-top .callout-item.white .text .text-container h2 {
  color: #000000;
}
@media only screen and (min-width: 992px) {
  #content-top .callout-item .image {
    flex: 0 0 50%;
  }
}
#content-top .callout-item .image img {
  width: 100%;
}
#content-top .callout-item .text {
  width: 100%;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  #content-top .callout-item .text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#content-top .callout-item .text p, #content-top .callout-item .text ul, #content-top .callout-item .text ol {
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 5px 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #content-top .callout-item .text p, #content-top .callout-item .text ul, #content-top .callout-item .text ol {
    font-size: 20px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 992px) {
  #content-top .callout-item .text p, #content-top .callout-item .text ul, #content-top .callout-item .text ol {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  #content-top .callout-item .text p, #content-top .callout-item .text ul, #content-top .callout-item .text ol {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  #content-top .callout-item .text p, #content-top .callout-item .text ul, #content-top .callout-item .text ol {
    font-size: 20px;
    line-height: 30px;
  }
}
#content-top .callout-item .text ul, #content-top .callout-item .text ol {
  margin-left: 15px;
}
#content-top .callout-item .text ul li, #content-top .callout-item .text ol li {
  padding: 5px 0;
}
#content-top .callout-item .text .text-container {
  max-width: 100%;
  padding: 0;
  margin: 0 auto 0;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  #content-top .callout-item .text .text-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #content-top .callout-item .text .text-container {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #content-top .callout-item .text .text-container {
    max-width: 960px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  #content-top .callout-item .text .text-container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  #content-top .callout-item .text .text-container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  #content-top .callout-item .text .text-container {
    max-width: 1480px;
  }
}
@media only screen and (min-width: 1900px) {
  #content-top .callout-item .text .text-container {
    max-width: 1640px;
  }
}
#content-top .callout-item .text h2 {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
}

#main {
  background: #F8FAFF;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  #main {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #main {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  #main {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  #main {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1900px) {
  #main {
    padding: 80px 0;
  }
}

#content-bottom {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  #content-bottom {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #content-bottom {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  #content-bottom {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  #content-bottom {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1900px) {
  #content-bottom {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .logos .logo-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .logos .logo-container {
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 1900px) {
  .logos .logo-container {
    padding: 50px 0 0;
  }
}
.logos .logo-container .break {
  flex-basis: 100%;
  height: 0;
}
.logos .logo-container .break.tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .logos .logo-container .break.tablet {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container .break.tablet {
    display: none;
  }
}
.logos .logo-container .break.desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .logos .logo-container .break.desktop {
    display: block;
  }
}
.logos .logo-container .logo {
  padding: 15px 0px;
}
@media only screen and (min-width: 768px) {
  .logos .logo-container .logo {
    flex: 1 1 auto;
    padding: 30px 30px;
    max-width: 33.33334%;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container .logo {
    padding: 20px 20px;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1400px) {
  .logos .logo-container .logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .logos .logo-container .logo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1900px) {
  .logos .logo-container .logo {
    flex: 1 1 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container .logo.md {
    max-width: 22%;
  }
}
@media only screen and (min-width: 768px) {
  .logos .logo-container .logo.sm {
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container .logo.sm {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .logos .logo-container .logo.sm {
    max-width: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .logos .logo-container .logo.sm {
    max-width: 160px;
  }
}
@media only screen and (min-width: 1900px) {
  .logos .logo-container .logo.sm {
    max-width: 180px;
  }
}
.logos .logo-container .logo.sm img {
  max-height: 50px;
}
@media only screen and (min-width: 768px) {
  .logos .logo-container .logo.sm img {
    max-height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container .logo.sm img {
    max-height: 80px;
  }
}
.logos .logo-container .logo img {
  max-height: 35px;
  margin: 0 auto 0;
}
@media only screen and (min-width: 768px) {
  .logos .logo-container .logo img {
    max-height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container .logo img {
    max-height: 75px;
    margin: 0 auto 0;
  }
}
.logos .logo-container.featured {
  justify-content: center;
}
.logos .logo-container.featured .logo {
  flex: initial;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .logos .logo-container.featured .logo {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container.featured .logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.logos .logo-container.featured .logo img {
  max-height: 70px;
}
@media only screen and (min-width: 768px) {
  .logos .logo-container.featured .logo img {
    max-height: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .logos .logo-container.featured .logo img {
    max-height: 120px;
  }
}

#main .accordion {
  border-radius: 10px;
  background: #FFFFFF;
  border: 0;
  box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  #main .accordion {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion {
    padding: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  #main .accordion {
    padding: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  #main .accordion {
    padding: 80px;
  }
}
@media only screen and (min-width: 1900px) {
  #main .accordion {
    padding: 80px;
  }
}
#main .accordion .accordion-item {
  color: #000000;
  border: 0;
  border-bottom: 1px solid #000000;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 30px;
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item {
    padding: 40px 0;
  }
}
#main .accordion .accordion-item:last-of-type {
  border-bottom: 0;
}
#main .accordion .accordion-item .date {
  flex: 0 0 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item .date {
    flex: 0 0 37.5%;
    padding: 11px 0;
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item .date {
    flex: 0 0 25%;
    padding: 32px 0;
    font-size: 30px;
    line-height: 36px;
  }
}
#main .accordion .accordion-item .date:before {
  content: "";
  width: 1px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item .date:before {
    display: block;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item .date:before {
    height: 100px;
  }
}
#main .accordion .accordion-item .content-description {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item .content-description {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item .content-description {
    width: 75%;
    margin-left: 25%;
    padding-left: 30px;
    margin-top: -12px;
  }
}
@media only screen and (min-width: 1400px) {
  #main .accordion .accordion-item .content-description {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  #main .accordion .accordion-item .content-description {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1900px) {
  #main .accordion .accordion-item .content-description {
    padding-left: 60px;
  }
}
#main .accordion .accordion-item .content {
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item .content {
    flex: 0 0 62.5%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item .content {
    flex: 0 0 75%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #main .accordion .accordion-item .content {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  #main .accordion .accordion-item .content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1900px) {
  #main .accordion .accordion-item .content {
    padding-left: 60px;
  }
}
#main .accordion .accordion-item .content h3 {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item .content h3 {
    margin-bottom: 20px;
    margin-top: 11px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item .content h3 {
    margin-top: 32px;
    font-size: 30px;
    line-height: 36px;
  }
}
#main .accordion .accordion-item .content h3:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/icon-minus.svg") no-repeat 0 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -44px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item .content h3:before {
    width: 30px;
    height: 6px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item .content h3:before {
    width: 40px;
    height: 8px;
  }
}
#main .accordion .accordion-item .content h3.collapsed:before {
  height: 25px;
  background-image: url("../images/icon-plus.svg");
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item .content h3.collapsed:before {
    height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item .content h3.collapsed:before {
    height: 40px;
  }
}
#main .accordion .accordion-item .content p {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  #main .accordion .accordion-item .content p {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #main .accordion .accordion-item .content p {
    font-size: 18px;
    line-height: 26px;
  }
}
#main .accordion .accordion-item .content p strong {
  font-weight: 700;
}

#footer {
  background: #333333;
}
#footer .foooter-top {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  #footer .foooter-top {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .foooter-top {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  #footer .foooter-top {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  #footer .foooter-top {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1900px) {
  #footer .foooter-top {
    padding: 80px 0;
  }
}
#footer #mc_embed_signup form {
  margin: 0;
}
#footer #mc_embed_signup h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  #footer #mc_embed_signup h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #footer #mc_embed_signup h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #footer #mc_embed_signup h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer #mc_embed_signup h2 {
    font-size: 40px;
  }
}
#footer #mc_embed_signup p {
  margin: 0 0 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  #footer #mc_embed_signup p {
    font-size: 20px;
    line-height: 32px;
  }
}
#footer #mc_embed_signup .mc-field-group {
  display: flex;
  width: 100%;
  padding: 0 0 10px;
}
#footer #mc_embed_signup .mc-field-group .email {
  background: #FFFFFF;
  height: 40px;
  text-indent: unset;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  padding: 6px 10px;
  color: #231F20;
}
@media only screen and (min-width: 768px) {
  #footer #mc_embed_signup .mc-field-group .email {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) {
  #footer #mc_embed_signup .mc-field-group .email {
    font-size: 22px;
    line-height: 24px;
    padding: 8px 20px;
  }
}
#footer #mc_embed_signup .mc-field-group .email::placeholder {
  color: #231F20;
  opacity: 1;
}
#footer #mc_embed_signup .mc-field-group .button {
  margin: 0;
  height: 40px;
  text-indent: unset;
  border: 1px solid #FFFFFF;
  width: 90px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding: 6px 10px;
  color: #000000;
  border-radius: 0;
  background: #F8A11C;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  #footer #mc_embed_signup .mc-field-group .button {
    height: 60px;
    width: 120px;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) {
  #footer #mc_embed_signup .mc-field-group .button {
    width: 140px;
    font-size: 22px;
    line-height: 24px;
    padding: 8px 20px;
  }
}
#footer #mc_embed_signup .indicates-required {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  #footer #mc_embed_signup .indicates-required {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
  }
}
#footer .footer-content {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  #footer .footer-content {
    padding: 25px 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer-content {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1400px) {
  #footer .footer-content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  #footer .footer-content {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1900px) {
  #footer .footer-content {
    padding: 60px 0;
  }
}
#footer .footer-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
}
#footer .footer-content .logo {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-content .logo {
    padding-bottom: 0;
  }
}
#footer .footer-content .logo a {
  display: block;
  width: 94px;
  height: 90px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 100% auto;
  margin: 0 auto 0;
}
@media only screen and (min-width: 768px) {
  #footer .footer-content .logo a {
    width: 104px;
    height: 100px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer-content .logo a {
    width: 188px;
    height: 180px;
  }
}
#footer .footer-content .row {
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #footer .footer-content .inner-content {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
#footer .footer-content .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .footer-content .menu {
    text-align: left;
  }
}
#footer .footer-content .menu li {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  #footer .footer-content .menu li {
    font-size: 18px;
    line-height: 22px;
  }
}
#footer .footer-content .menu li:first-child {
  padding-top: 0;
}
#footer .footer-content .menu li:last-child {
  padding-bottom: 0;
}
#footer .footer-content .menu li a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer .footer-content .menu li a:hover {
  color: #F8A11C;
}
#footer .footer-content .social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  padding-bottom: 40px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #footer .footer-content .social {
    padding-bottom: 0;
    justify-content: flex-end;
  }
}
#footer .footer-content .social li {
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-content .social li {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer-content .social li {
    padding: 0 15px;
  }
}
#footer .footer-content .social li:first-child {
  padding-left: 0;
}
#footer .footer-content .social li:last-child {
  padding-right: 0;
}
#footer .footer-content .social li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
@media only screen and (min-width: 768px) {
  #footer .footer-content .social li a {
    width: 36px;
    height: 36px;
  }
}
#footer .footer-content .social li a.facebook {
  background-image: url("../images/facebook.svg");
}
#footer .footer-content .social li a.twitter {
  background-image: url("../images/x-twitter.svg");
}
#footer .footer-content .social li a.instagram {
  width: 26px;
  height: 30px;
  background-image: url("../images/instagram.svg");
}
@media only screen and (min-width: 768px) {
  #footer .footer-content .social li a.instagram {
    width: 32px;
    height: 36px;
  }
}
#footer .footer-bottom {
  position: relative;
  padding: 20px 0;
}
#footer .footer-bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
}
#footer .footer-bottom p {
  font-family: "Oxygen", sans-serif;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .footer-bottom p {
    text-align: right;
  }
}

/*# sourceMappingURL=style.css.map */
