.tabs-main .large-12.columns {
  width: 100%;
}
.tabs-main ul#example-tabs {
  background: rgb(0 46 108);
  border: none;
  margin: 0 -15px !important;
  padding: 0 0.9375rem;
  list-style: none;
}
.tabs-main ul#example-tabs .tabs-title {
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  vertical-align: bottom;
  text-align: center;
  width: 14.28%;
  position: relative;
  height: 134px;
  float: left;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
}
.tabs-main ul#example-tabs:after, .tabs-main ul#example-tabs:before {
  content: "";
  display: block;
  clear: both;
}
.tabs-main ul#example-tabs .tabs-title a {
  padding: 0.75rem 0.625rem 1.4375rem;
  font-size: 0.75rem;
  line-height: 1;
  color: rgb(23 121 186);
  display: block;
}
.tabs-main ul#example-tabs .tabs-title a span {
  display: block;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: rgb(255 255 255);
  font-weight: 900;
  text-transform: uppercase;
}
.tabs-main ul#example-tabs .tabs-title img {
  display: block;
  margin: 0 auto 14px;
}
.tabs-main .tabs-panel {
  display: none;
}
.tabs-main .tabs-panel .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tabs-main .tabs-panel .row .tabs-inside {
  width: 41.66667%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  float: left;
}
.tabs-main .tabs-panel .row .tabs-right-img {
  float: right;
  width: 58.33333%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.tabs-main .tabs-panel {
  padding: 6.5625rem 0 11.0625rem;
  display: none;
}
.tabs-main .tabs-panel .row .tabs-inside .d-table {
  display: table;
  width: 100%;
  height: 100%;
}
.tabs-main .tabs-panel .row .tabs-inside .d-table .d-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  float: none !important;
}
.tabs-main .tabs-panel .row .tabs-inside h2 {
  line-height: 2.0625rem;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2.0625rem;
  max-width: 350px;
  color: rgb(0 47 134);
}
.tabs-main .tabs-panel .row .tabs-inside h4 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: rgb(0 47 134);
  font-weight: 900;
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.tabs-main .tabs-panel .row .tabs-inside a.btn {
  font-weight: 500;
  margin-bottom: 1.25rem;
  margin-right: 0.8125rem;
}
.tabs-main .tabs-panel .row .tabs-inside a.btn:first-of-type {
  font-size: 1.125rem;
  cursor: pointer;
  background: rgb(246 134 31);
  color: rgb(255 255 255);
  border: rgb(246 134 31) 1px solid;
  padding: 0.5625rem 0.8125rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 18px;
}
.tabs-main .tabs-panel .row .tabs-inside a.btn:first-of-type:hover {
  color: rgb(246 134 31);
  background: rgb(255 255 255);
  border: rgb(246 134 31) 1px solid;
}
.tabs-main .tabs-panel .row .tabs-inside a.btn+a.btn {
  font-size: 1rem;
  color: rgb(0 46 108);
  border: rgb(0 46 108) 1px solid;
  padding: 0.5625rem 1rem;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  margin-bottom: 1.25rem;
  margin-right: 0.8125rem;
  line-height: 18px;
}
.tabs-main .tabs-panel .row .tabs-inside a.btn+a.btn:hover {
  color: rgb(255 255 255);
  background: rgb(0 46 108);
  border: rgb(0 46 108) 1px solid;
}
.tabs-main ul#example-tabs .tabs-title.current:after {
  content: "";
  width: 36px;
  height: 22px;
  position: absolute;
  display: inline-block;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.tabs-main ul#example-tabs .tabs-title.current a {
  background: rgb(255 255 255);
}
.tabs-main ul#example-tabs .tabs-title.current a>span {
  color: rgb(0 46 108);
}
.tabs-main ul#example-tabs .tabs-title img.mobile {
  display: none;
}
.tabs-main ul#example-tabs .tabs-title img.active {
  display: none;
}
.tabs-main ul#example-tabs .tabs-title.current img.normal {
  display: none;
}
.tabs-main ul#example-tabs .tabs-title.current img.active {
  display: block;
}
.tabs-main ul#example-tabs .tabs-title:hover a {
  background: rgb(254 254 254);
  color: rgb(20 104 160);
  transition: unset;
}
.tabs-main ul#example-tabs .tabs-title:hover a img.normal {
  display: none;
}
.tabs-main ul#example-tabs .tabs-title:hover a img.active {
  display: block;
}
.tabs-main ul#example-tabs .tabs-title:hover a span {
  color: rgb(0 46 108);
}
.tabs-main ul#example-tabs .tabs-title:hover a span {
  color: rgb(0 46 108);
}
.tabs-main .tabs-panel.current {
  display: block;
}
.tabs-main .tabs-panel .row .tabs-right-img .tabs-right-img-table {
  display: table;
  width: 100%;
  height: 100%;
}
.tabs-main .tabs-panel .row .tabs-right-img .tabs-right-img-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  float: none !important;
}
.tabs-main .tabs-panel .row:after, .tabs-main .tabs-panel .row:before {
  content: "";
  display: block;
  clear: both;
}

@media(min-width: 1024px){
  .tabs-main ul#example-tabs .tabs-title .tab-accordion {
    display: none !important;
  }
}

@media (max-width: 73.125rem){
  .tabs-main ul#example-tabs .tabs-title a span {
    font-size: 0.75rem;
  }
}

@media (max-width: 1023px){
  .tabs-main ul#example-tabs {
    max-width: 30.9375rem;
    margin: 40px auto 25px !important;
    background: rgb(254 254 254);
    list-style-type: none;
    padding: 0;
  }
  .tabs-main .tabs-content {
    display: none;
  }
  .tabs-main ul#example-tabs .tabs-title {
    height: auto !important;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625rem;
    color: rgb(101 101 105);
    margin-bottom: 0.9375rem;
  }
  .tabs-main ul#example-tabs .tabs-title>a {
    border: solid 1px rgb(97 179 228) !important;
    padding: 0.9375rem 1.25rem;
    list-style: outside none none;
    display: block;
    color: rgb(0 106 168);
    font-size: 1.625rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .tabs-main ul#example-tabs .tabs-title a img.normal {
    display: none;
  }
  .tabs-main ul#example-tabs .tabs-title img.mobile {
    display: inline-block;
    margin: 0;
  }
  .tabs-main ul#example-tabs .tabs-title a span {
    display: inline-block !important;
    float: none;
    vertical-align: middle;
    color: rgb(0 106 168);
    width: 70%;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
  }
  .tabs-main ul#example-tabs .tabs-title:first-child img.active {
    display: none;
  }
  .tabs-main ul#example-tabs .tabs-title:hover a img.active {
    display: none;
  }
  .tabs-main ul#example-tabs .tabs-title:first-child img.active {
    display: none !important;
  }
  .tabs-main ul#example-tabs .tabs-title.current:after{
    display: none;
  }
  .tabs-main ul#example-tabs .tabs-title.current>a:before {
    content: '\2013';
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
  }
  .tabs-main ul#example-tabs .tabs-title>a span {
    text-transform: capitalize;
    margin-left: 7px;
    position: relative;
    top: -1px;
  }
  .tabs-main ul#example-tabs .tabs-title:hover a img.active {
    display: none;
  }
  .tabs-main ul#example-tabs .tabs-title.current img.mobile {
    display: none;
  }
  .tabs-main ul#example-tabs .tabs-title.current img.active {
    display: inline-block !important;
    margin: 0;
  }
  section.tabs-main .tab-accordion {
    padding: 2.5rem 0;
    text-align: center;
    display: none;
  }
  .tabs-main ul#example-tabs .tabs-title .tab-accordion a.btn:hover {
    color: rgb(246 134 31);
    background: rgb(255 255 255);
    border: rgb(246 134 31) 1px solid;
  }
  section.tabs-main .tab-accordion .large-5.medium-5.small-12.columns.tabs-inside {
    width: 100%;
    float: none;
    padding: 0;
    height: 100% !important;
    margin-bottom: 1.875rem;
  }
  section.tabs-main .tab-accordion .tabs-right-img {
    width: 100%;
    float: none;
    padding: 0;
    height: 100% !important;
    margin-bottom: 0;
  }
  section.tabs-main .tab-accordion .large-5 h2 {
    margin-bottom: 30px;
    font-weight: 300;
    color: rgb(0 47 134);
    font-size: 1.5rem;
  }
  section.tabs-main .tab-accordion .large-5 h4 {
    margin-bottom: 0.5rem;
    color: rgb(0 47 134);
  }
  section.tabs-main .tab-accordion .large-5 h2 {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .tabs-main ul#example-tabs .tabs-title .tab-accordion a.btn {
    font-weight: 700;
    font-size: 1.125rem;
    cursor: pointer;
    background: rgb(246 134 31);
    color: rgb(255 255 255);
    border: rgb(246 134 31) 1px solid;
    padding: 0.5625rem 0.8125rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 6px;
    line-height: 26px;
  }
  .tabs-main ul#example-tabs .tabs-title img {
    display: block;
    margin: 0;
  }
  .tabs-main ul#example-tabs .tabs-title.current {
    margin: 0;
  }
  .tabs-main ul#example-tabs .tabs-title.current>a {
    border: solid 1px rgb(0 46 108) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.9375rem 1.25rem;
  }
  .tabs-main ul#example-tabs .tabs-title.current .tab-accordion {
    display: block;
  }
  .tabs-main ul#example-tabs .tabs-title>a {
    display: flex;
    align-items: center;
  }
  .tabs-main ul#example-tabs .tabs-title.current>a {
    pointer-events: none;
  }
  .tabs-main ul#example-tabs .tabs-title.current>a {
    color: rgb(0 46 108);
  }
  .tabs-main ul#example-tabs .tabs-title .tab-accordion a.btn+a.btn {
    margin: 0 8px 0 0;
    font-weight: 500;
    font-size: 1rem;
    color: rgb(0 46 108);
    border: rgb(0 46 108) 1px solid;
    padding: 0.5625rem 1rem;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgb(0 0 0 / 0%);
  }
  .tabs-main ul#example-tabs .tabs-title .tab-accordion a.btn+a.btn:hover {
    color: rgb(255 255 255);
    background: rgb(0 46 108);
    border: rgb(0 46 108) 1px solid;
  }
}

@media (max-width: 47.9375rem){
  section.tabs-main .tab-accordion .large-5 h4 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .tabs-main ul#example-tabs .tabs-title img {
    -webkit-background-size: 85% auto;
    background-size: 85% auto;
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 39.9375rem){
  .tabs-main ul#example-tabs .tabs-title img.mobile {
    display: none !important;
    margin: 0;
  }
  .tabs-main ul#example-tabs .tabs-title.current img.active {
    display: none !important;
    margin: 0;
  }
  .tabs-main ul#example-tabs .tabs-title>a {
    text-align: left;
  }
  .tabs-main ul#example-tabs .tabs-title>a span {
    margin: 0;
    top: 0;
  }
  .tabs-main ul#example-tabs .tabs-title>a {
    display: block;
    align-items: center;
  }
}

@media (max-width: 30rem){
  .tabs-main ul#example-tabs .tabs-title .tab-accordion a.btn {
    display: inline-block;
    margin-bottom: 15px;
  }
}



