@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 768px) {
  main .vc_row .slider-container .item {
    min-height: calc(60vh - 92px);
  }
}
@media screen and (min-width: 1200px) {
  main .vc_row .slider-container .item {
    min-height: calc(100vh - 92px);
  }
}
@media screen and (min-width: 768px) {
  main .vc_row ~ .vc_row .item {
    min-height: calc(60vh - 92px);
  }
}
main .vc_row ~ .vc_row .slider-scroll-button {
  display: none;
}
.slider-container {
  position: relative;
  margin: 0 -15px;
  color: #000;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .slider-container.text-color-dark {
    color: #000;
  }
  .slider-container.text-color-light {
    color: #fff;
  }
}
.slider-container.loading .slider-loading-overlay {
  visibility: visible;
  opacity: 1;
}
.slider-container.playing .owl-carousel-play {
  display: none;
}
.slider-container.playing .owl-carousel-stop {
  display: block;
}
.owl-item.active {
  opacity: 1 !important;
}
.slider-item-background {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slider-item-background {
    background: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .slider-item-background {
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-item-background.top-left,
  .slider-item-background.middle-left,
  .slider-item-background.bottom-left {
    justify-content: flex-start;
  }
  .slider-item-background.top-right,
  .slider-item-background.middle-right,
  .slider-item-background.bottom-right {
    justify-content: flex-end;
  }
}
.slider-item-background-mobile {
  display: block;
  height: 54vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .slider-item-background-mobile {
    display: none;
  }
}
.owl-carousel-control-button {
  padding: 0 1em;
  font-size: 0.857em;
  text-transform: uppercase;
  background: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .owl-carousel-control-button {
    padding: 1em;
    text-shadow: 0 1px 1px #000;
  }
}
.slider-play-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  white-space: nowrap;
}
.owl-carousel-stop {
  display: none;
}
.owl-carousel-stop:before {
  position: relative;
  top: 1px;
  margin-right: .5em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e034";
}
.owl-carousel-play:before {
  position: relative;
  top: 1px;
  margin-right: .5em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e038";
}
.slider-loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  background: #000;
  opacity: 0;
  transition: 0.1s ease-in-out all;
}
.slider-loading-overlay:after {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -0.3em;
  width: 0.6em;
  height: 0.6em;
  font-size: 10px;
  text-indent: 100%;
  border-radius: 0.5em;
  content: "\e93d";
  -webkit-animation: spinner-loader 2s infinite linear;
  -o-animation: spinner-loader 2s infinite linear;
  animation: spinner-loader 2s infinite linear;
  overflow: hidden;
}
.slider-owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .slider-owl-overlay {
    display: none;
  }
  .overlay-dark + .slider-owl-item-inner .slide-owl-item-inner-heading-container,
  .overlay-light + .slider-owl-item-inner .slide-owl-item-inner-heading-container,
  .overlay-primary + .slider-owl-item-inner .slide-owl-item-inner-heading-container,
  .overlay-secondary + .slider-owl-item-inner .slide-owl-item-inner-heading-container {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .overlay-half .slider-owl-item-inner {
    width: 50%;
  }
  .overlay-half.top-center .slider-owl-overlay,
  .overlay-half.center .slider-owl-overlay,
  .overlay-half.bottom-center .slider-owl-overlay {
    right: 25%;
    left: 25%;
  }
  .overlay-half.top-left .slider-owl-overlay,
  .overlay-half.middle-left .slider-owl-overlay,
  .overlay-half.bottom-left .slider-owl-overlay {
    right: 50%;
  }
  .overlay-half.top-right .slider-owl-overlay,
  .overlay-half.middle-right .slider-owl-overlay,
  .overlay-half.bottom-right .slider-owl-overlay {
    left: 50%;
  }
}
.slider-owl-item-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .slider-owl-item-inner.top-left,
  .slider-owl-item-inner.middle-left,
  .slider-owl-item-inner.bottom-left {
    text-align: left;
  }
  .slider-owl-item-inner.top-right,
  .slider-owl-item-inner.middle-right,
  .slider-owl-item-inner.bottom-right {
    text-align: right;
  }
  .slider-owl-item-inner.top-center,
  .slider-owl-item-inner.top-left,
  .slider-owl-item-inner.top-right {
    align-self: flex-start;
  }
  .slider-owl-item-inner.center,
  .slider-owl-item-inner.middle-left,
  .slider-owl-item-inner.middle-right {
    align-self: center;
  }
  .slider-owl-item-inner.bottom-center,
  .slider-owl-item-inner.bottom-left,
  .slider-owl-item-inner.bottom-right {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .slider-owl-carousel {
    padding-bottom: 1em;
  }
}
.slider-owl-carousel .item {
  position: relative;
}
.slider-owl-carousel .item:before,
.slider-owl-carousel .item:after {
  content: " ";
  display: table;
}
.slider-owl-carousel .item:after {
  clear: both;
}
.slider-owl-carousel .item:before,
.slider-owl-carousel .item:after {
  content: " ";
  display: table;
}
.slider-owl-carousel .item:after {
  clear: both;
}
.slider-owl-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slide-owl-item-inner-heading-container {
  margin: 0 auto;
  padding: 2em 1.5em;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .slide-owl-item-inner-heading-container {
    padding: 5em;
  }
}
.slide-owl-item-inner-heading {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .slide-owl-item-inner-heading {
    font-size: 4vw;
  }
}
.slide-owl-item-inner-description {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .slide-owl-item-inner-description {
    max-width: 50vw;
  }
}
.slide-owl-item-inner-description p:last-child {
  margin-bottom: 1rem;
}
.slider-item-button-wrapper {
  display: block;
}
.control-bottom .owl-dots,
.control-top .owl-dots {
  position: absolute;
  right: 50%;
  left: auto;
  counter-reset: dots;
  transform: translateX(50%);
}
.control-bottom .owl-dot,
.control-top .owl-dot {
  position: relative;
  display: inline-block;
  padding: 0;
}
.control-bottom .owl-dot:not(.active),
.control-top .owl-dot:not(.active) {
  opacity: .5;
}
.control-bottom .owl-dot span,
.control-top .owl-dot span {
  margin: .4em;
}
@media screen and (min-width: 768px) {
  .control-bottom {
    bottom: 0;
  }
}
.control-bottom .owl-dots {
  bottom: -0.5em;
}
.control-left .owl-dots {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  counter-reset: dots;
}
.control-left .owl-dot {
  display: block;
}
.control-left .owl-dot:not(.active) {
  opacity: .5;
}
.control-right .owl-dots {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  counter-reset: dots;
}
.control-right .owl-dot {
  display: block;
}
.control-right .owl-dot:not(.active) {
  opacity: .5;
}
@media screen and (min-width: 768px) {
  .control-top {
    top: 0;
  }
}
.control-top .owl-dots {
  top: 0;
}
.owl-dot {
  position: relative;
  padding: .5em;
}
.owl-dot span {
  display: block;
  margin: .5em;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  color: inherit;
  background: currentColor;
}
.owl-dot:focus span,
.owl-dot:hover span,
.owl-dot.active span {
  background: #004E94;
}
.slider-scroll-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  display: none;
  padding: 0;
  text-shadow: 0 1px 1px #000;
  background: none;
  border: 0;
  transform: translateZ(0) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .slider-scroll-button {
    display: block;
  }
}
.slider-scroll-button:hover,
.slider-scroll-button:focus {
  text-decoration: none;
}
.slider-scroll-button:hover::after,
.slider-scroll-button:focus::after {
  color: #002648;
  outline: none;
}
.slider-scroll-button::after {
  font-size: 2em;
  color: inherit;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cf";
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@keyframes spinner-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.video-element-wrapper {
  position: relative;
}
.video-element-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-element-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-element-wrapper.playing .video-control-play {
  display: none;
}
.video-element-wrapper.playing .video-control-pause {
  display: block;
}
.video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.video-wrapper video {
  max-width: 100%;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.video-control-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.video-control {
  color: #fff;
}
.video-control-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  font-size: 2em;
  background: #004E94;
  border: none;
  opacity: .8;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: 0.1s ease-in-out opacity;
}
.video-control-play:hover,
.video-control-play:focus {
  opacity: 1;
}
.video-control-pause {
  position: absolute;
  bottom: 1em;
  left: 1em;
  display: none;
  background: none;
  border: none;
}
.video-control-icon {
  position: relative;
}
.video-caption {
  margin-top: 1em;
  text-align: center;
}
.video-caption h1,
.video-caption h2,
.video-caption h3,
.video-caption h4,
.video-caption h5,
.video-caption h6 {
  margin-top: 0;
}
.video-caption p:last-of-type {
  margin-bottom: 1em;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=ba6f03a0-b6a4-4c73-8642-48c1f8501375");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .gform_footer button > .caret,
  .dropup > .gform_footer button > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th,
  table td,
  table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #004E94;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #002648;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: 0.1s ease-in-out all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22.4px;
  margin-bottom: 22.4px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22.4px;
  margin-bottom: 11.2px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.2px;
  margin-bottom: 11.2px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.2em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 2em;
}
h4,
.h4 {
  font-size: 1.8em;
}
h5,
.h5 {
  font-size: 1.5em;
}
h6,
.h6 {
  font-size: 1.3em;
}
p {
  margin: 0 0 11.2px;
}
.lead {
  margin-bottom: 22.4px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #004E94;
}
a.text-primary:hover {
  color: #003361;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #004E94;
}
a.text-danger:hover {
  color: #003361;
}
.bg-primary {
  color: #fff;
  background-color: #004E94;
}
a.bg-primary:hover {
  background-color: #003361;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #fff;
}
a.bg-danger:hover {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 10.2px;
  margin: 44.8px 0 22.4px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.2px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22.4px;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11.2px 22.4px;
  margin: 0 0 22.4px;
  font-size: 1.2em;
  border-left: 5px solid transparent;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid transparent;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22.4px;
  font-style: normal;
  line-height: 1.4;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.7px;
  margin: 0 0 11.2px;
  font-size: 15px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 945px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1340px;
  }
}
.container-split {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container-split {
    width: 472.5px;
  }
}
@media (min-width: 1200px) {
  .container-split {
    width: 575px;
  }
}
@media (min-width: 1400px) {
  .container-split {
    width: 670px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22.4px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table,
table table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th,
table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #fff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.8px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table,
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22.4px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 52.4px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D6D9DC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: 0.1s ease-in-out border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #004E94;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 78, 148, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 78, 148, 0.6);
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 52.4px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 50.4px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 54.4px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22.4px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 50.4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 50.4px;
  line-height: 50.4px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 54.4px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 54.4px;
  line-height: 54.4px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 65.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 52.4px;
  height: 52.4px;
  line-height: 52.4px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 54.4px;
  height: 54.4px;
  line-height: 54.4px;
}
.input-sm + .form-control-feedback {
  width: 50.4px;
  height: 50.4px;
  line-height: 50.4px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #004E94;
}
.has-error .form-control {
  border-color: #004E94;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #003361;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0084fa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0084fa;
}
.has-error .input-group-addon {
  color: #004E94;
  border-color: #004E94;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #004E94;
}
.has-feedback label ~ .form-control-feedback {
  top: 27.4px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29.4px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.gform_footer button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.gform_footer button:focus,
.gform_footer button:active:focus,
.gform_footer button.active:focus,
.gform_footer button.focus,
.gform_footer button:active.focus,
.gform_footer button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.gform_footer button:hover,
.gform_footer button:focus,
.gform_footer button.focus {
  color: #000;
  text-decoration: none;
}
.btn:active,
.btn.active,
.gform_footer button:active,
.gform_footer button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.gform_footer button.disabled,
.gform_footer button[disabled],
fieldset[disabled] .gform_footer button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border-color: #FAFAFA;
  color: #000;
  background-color: #FAFAFA;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-default .badge {
  color: #FAFAFA;
  background-color: #000;
}
.btn-inverse.btn-default {
  color: #FAFAFA;
  background-color: transparent;
  border-color: #FAFAFA;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FAFAFA;
  background-color: transparent;
  border-color: #FAFAFA;
}
.btn-inverse.btn-default:hover,
.btn-inverse.btn-default:focus,
.btn-inverse.btn-default.focus,
.btn-inverse.btn-default:active,
.btn-inverse.btn-default.active,
.btn-inverse.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-solid.btn-default:hover,
.btn-solid.btn-default:focus,
.btn-solid.btn-default.focus,
.btn-solid.btn-default:active,
.btn-solid.btn-default.active,
.btn-solid.open > .dropdown-toggle.btn-default {
  color: #FAFAFA;
  background-color: #000;
  border-color: #000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #FAFAFA;
}
.btn-default .badge {
  color: #FAFAFA;
  background-color: #000;
}
.btn-primary,
.gform_footer button,
.btn-learning-item {
  border-color: #00417b;
  color: #fff;
  background-color: #004E94;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:hover,
.gform_footer button:focus,
.gform_footer button.focus,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:hover,
.btn-learning-item:focus,
.btn-learning-item.focus,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  color: #fff;
  background-color: #003361;
  border-color: #00203d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.gform_footer button.disabled,
.gform_footer button[disabled],
fieldset[disabled] .gform_footer button,
.gform_footer button.disabled:hover,
.gform_footer button[disabled]:hover,
fieldset[disabled] .gform_footer button:hover,
.gform_footer button.disabled:focus,
.gform_footer button[disabled]:focus,
fieldset[disabled] .gform_footer button:focus,
.gform_footer button.disabled.focus,
.gform_footer button[disabled].focus,
fieldset[disabled] .gform_footer button.focus,
.gform_footer button.disabled:active,
.gform_footer button[disabled]:active,
fieldset[disabled] .gform_footer button:active,
.gform_footer button.disabled.active,
.gform_footer button[disabled].active,
fieldset[disabled] .gform_footer button.active,
.btn-learning-item.disabled,
.btn-learning-item[disabled],
fieldset[disabled] .btn-learning-item,
.btn-learning-item.disabled:hover,
.btn-learning-item[disabled]:hover,
fieldset[disabled] .btn-learning-item:hover,
.btn-learning-item.disabled:focus,
.btn-learning-item[disabled]:focus,
fieldset[disabled] .btn-learning-item:focus,
.btn-learning-item.disabled.focus,
.btn-learning-item[disabled].focus,
fieldset[disabled] .btn-learning-item.focus,
.btn-learning-item.disabled:active,
.btn-learning-item[disabled]:active,
fieldset[disabled] .btn-learning-item:active,
.btn-learning-item.disabled.active,
.btn-learning-item[disabled].active,
fieldset[disabled] .btn-learning-item.active {
  background-color: #004E94;
  border-color: #00417b;
}
.btn-primary .badge,
.gform_footer button .badge,
.btn-learning-item .badge {
  color: #004E94;
  background-color: #fff;
}
.btn-inverse.btn-primary,
.btn-inverse.gform_footer button,
.btn-inverse.btn-learning-item {
  color: #004E94;
  background-color: transparent;
  border-color: #004E94;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:hover,
.gform_footer button:focus,
.gform_footer button.focus,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:hover,
.btn-learning-item:focus,
.btn-learning-item.focus,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  color: #004E94;
  background-color: transparent;
  border-color: #004E94;
}
.btn-inverse.btn-primary:hover,
.btn-inverse.btn-primary:focus,
.btn-inverse.btn-primary.focus,
.btn-inverse.btn-primary:active,
.btn-inverse.btn-primary.active,
.btn-inverse.open > .dropdown-toggle.btn-primary,
.btn-inverse.gform_footer button:hover,
.btn-inverse.gform_footer button:focus,
.btn-inverse.gform_footer button.focus,
.btn-inverse.gform_footer button:active,
.btn-inverse.gform_footer button.active,
.btn-inverse.open > .dropdown-toggle.gform_footer button,
.btn-inverse.btn-learning-item:hover,
.btn-inverse.btn-learning-item:focus,
.btn-inverse.btn-learning-item.focus,
.btn-inverse.btn-learning-item:active,
.btn-inverse.btn-learning-item.active,
.btn-inverse.open > .dropdown-toggle.btn-learning-item {
  color: #fff;
  background-color: #004E94;
  border-color: #004E94;
}
.btn-solid.btn-primary:hover,
.btn-solid.btn-primary:focus,
.btn-solid.btn-primary.focus,
.btn-solid.btn-primary:active,
.btn-solid.btn-primary.active,
.btn-solid.open > .dropdown-toggle.btn-primary,
.btn-solid.gform_footer button:hover,
.btn-solid.gform_footer button:focus,
.btn-solid.gform_footer button.focus,
.btn-solid.gform_footer button:active,
.btn-solid.gform_footer button.active,
.btn-solid.open > .dropdown-toggle.gform_footer button,
.btn-solid.btn-learning-item:hover,
.btn-solid.btn-learning-item:focus,
.btn-solid.btn-learning-item.focus,
.btn-solid.btn-learning-item:active,
.btn-solid.btn-learning-item.active,
.btn-solid.open > .dropdown-toggle.btn-learning-item {
  color: #004E94;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.gform_footer button.disabled,
.gform_footer button[disabled],
fieldset[disabled] .gform_footer button,
.gform_footer button.disabled:hover,
.gform_footer button[disabled]:hover,
fieldset[disabled] .gform_footer button:hover,
.gform_footer button.disabled:focus,
.gform_footer button[disabled]:focus,
fieldset[disabled] .gform_footer button:focus,
.gform_footer button.disabled.focus,
.gform_footer button[disabled].focus,
fieldset[disabled] .gform_footer button.focus,
.gform_footer button.disabled:active,
.gform_footer button[disabled]:active,
fieldset[disabled] .gform_footer button:active,
.gform_footer button.disabled.active,
.gform_footer button[disabled].active,
fieldset[disabled] .gform_footer button.active,
.btn-learning-item.disabled,
.btn-learning-item[disabled],
fieldset[disabled] .btn-learning-item,
.btn-learning-item.disabled:hover,
.btn-learning-item[disabled]:hover,
fieldset[disabled] .btn-learning-item:hover,
.btn-learning-item.disabled:focus,
.btn-learning-item[disabled]:focus,
fieldset[disabled] .btn-learning-item:focus,
.btn-learning-item.disabled.focus,
.btn-learning-item[disabled].focus,
fieldset[disabled] .btn-learning-item.focus,
.btn-learning-item.disabled:active,
.btn-learning-item[disabled]:active,
fieldset[disabled] .btn-learning-item:active,
.btn-learning-item.disabled.active,
.btn-learning-item[disabled].active,
fieldset[disabled] .btn-learning-item.active {
  background-color: transparent;
  border-color: #00417b;
}
.btn-primary .badge,
.gform_footer button .badge,
.btn-learning-item .badge {
  color: #004E94;
  background-color: #fff;
}
.btn-success {
  border-color: #4cae4c;
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-inverse.btn-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-inverse.btn-success:hover,
.btn-inverse.btn-success:focus,
.btn-inverse.btn-success.focus,
.btn-inverse.btn-success:active,
.btn-inverse.btn-success.active,
.btn-inverse.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-solid.btn-success:hover,
.btn-solid.btn-success:focus,
.btn-solid.btn-success.focus,
.btn-solid.btn-success:active,
.btn-solid.btn-success.active,
.btn-solid.open > .dropdown-toggle.btn-success {
  color: #5cb85c;
  background-color: #fff;
  border-color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: transparent;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  border-color: #fff;
  color: #000;
  background-color: #fff;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-info .badge {
  color: #fff;
  background-color: #000;
}
.btn-inverse.btn-info {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-inverse.btn-info:hover,
.btn-inverse.btn-info:focus,
.btn-inverse.btn-info.focus,
.btn-inverse.btn-info:active,
.btn-inverse.btn-info.active,
.btn-inverse.open > .dropdown-toggle.btn-info {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-solid.btn-info:hover,
.btn-solid.btn-info:focus,
.btn-solid.btn-info.focus,
.btn-solid.btn-info:active,
.btn-solid.btn-info.active,
.btn-solid.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-info .badge {
  color: #fff;
  background-color: #000;
}
.btn-warning {
  border-color: #eea236;
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-inverse.btn-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-inverse.btn-warning:hover,
.btn-inverse.btn-warning:focus,
.btn-inverse.btn-warning.focus,
.btn-inverse.btn-warning:active,
.btn-inverse.btn-warning.active,
.btn-inverse.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-solid.btn-warning:hover,
.btn-solid.btn-warning:focus,
.btn-solid.btn-warning.focus,
.btn-solid.btn-warning:active,
.btn-solid.btn-warning.active,
.btn-solid.open > .dropdown-toggle.btn-warning {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: transparent;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  border-color: #d43f3a;
  color: #fff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-inverse.btn-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-inverse.btn-danger:hover,
.btn-inverse.btn-danger:focus,
.btn-inverse.btn-danger.focus,
.btn-inverse.btn-danger:active,
.btn-inverse.btn-danger.active,
.btn-inverse.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-solid.btn-danger:hover,
.btn-solid.btn-danger:focus,
.btn-solid.btn-danger.focus,
.btn-solid.btn-danger:active,
.btn-solid.btn-danger.active,
.btn-solid.open > .dropdown-toggle.btn-danger {
  color: #d9534f;
  background-color: #fff;
  border-color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: transparent;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #004E94;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #002648;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .gform_footer button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .gform_footer button {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .gform_footer button {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  transition: 0.1s ease-in-out opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.2px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #004E94;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > .gform_footer button,
.btn-group-vertical > .gform_footer button {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-group > .gform_footer button:hover,
.btn-group-vertical > .gform_footer button:hover,
.btn-group > .gform_footer button:focus,
.btn-group-vertical > .gform_footer button:focus,
.btn-group > .gform_footer button:active,
.btn-group-vertical > .gform_footer button:active,
.btn-group > .gform_footer button.active,
.btn-group-vertical > .gform_footer button.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .gform_footer button + .gform_footer button,
.btn-group .gform_footer button + .btn-group,
.btn-group .btn-group + .gform_footer button {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .gform_footer button {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_footer button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .gform_footer button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_footer button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .gform_footer button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .gform_footer button {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:first-child > .gform_footer button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > .gform_footer button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .gform_footer button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.gform_footer button .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .gform_footer button,
.btn-group-vertical > .btn-group > .gform_footer button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .gform_footer button {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .gform_footer button + .gform_footer button,
.btn-group-vertical > .gform_footer button + .btn-group,
.btn-group-vertical > .btn-group + .gform_footer button {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .gform_footer button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .gform_footer button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .gform_footer button:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .gform_footer button {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .gform_footer button:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .gform_footer button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .gform_footer button {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .gform_footer button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .gform_footer button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .gform_footer button input[type="radio"],
[data-toggle="buttons"] > .gform_footer button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .gform_footer button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .gform_footer button {
  height: 54.4px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > .gform_footer button {
  height: 54.4px;
  line-height: 54.4px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn > .gform_footer button,
select[multiple].input-group-lg > .input-group-btn > .gform_footer button {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .gform_footer button {
  height: 50.4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > .gform_footer button {
  height: 50.4px;
  line-height: 50.4px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn > .gform_footer button,
select[multiple].input-group-sm > .input-group-btn > .gform_footer button {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #D6D9DC;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:first-child > .gform_footer button,
.input-group-btn:first-child > .btn-group > .gform_footer button,
.input-group-btn:last-child > .gform_footer button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .gform_footer button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:last-child > .gform_footer button,
.input-group-btn:last-child > .btn-group > .gform_footer button,
.input-group-btn:first-child > .gform_footer button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .gform_footer button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > .gform_footer button {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .gform_footer button + .gform_footer button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .gform_footer button:hover,
.input-group-btn > .gform_footer button:focus,
.input-group-btn > .gform_footer button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .gform_footer button {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .gform_footer button {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0.575em 1.5em;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ededed;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ededed;
  border-color: #004E94;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.2px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #004E94 #004E94 transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #004E94;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 92px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 34.8px 15px;
  font-size: 18px;
  line-height: 22.4px;
  height: 92px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 29px;
  margin-bottom: 29px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 17.4px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22.4px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22.4px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 34.8px;
    padding-bottom: 34.8px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 19.8px;
  margin-bottom: 19.8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 19.8px;
  margin-bottom: 19.8px;
}
.navbar-btn.btn-sm {
  margin-top: 20.8px;
  margin-bottom: 20.8px;
}
.navbar-btn.btn-xs {
  margin-top: 35px;
  margin-bottom: 35px;
}
.navbar-text {
  margin-top: 34.8px;
  margin-bottom: 34.8px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #f5f5f5;
}
.navbar-default .navbar-brand {
  color: #004E94;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #003361;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #004E94;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f5f5f5;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #004E94;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #004E94;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #004E94;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22.4px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22.4px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4;
  text-decoration: none;
  color: #004E94;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #002648;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #004E94;
  border-color: #004E94;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22.4px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.gform_footer button .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #004E94;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #003361;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #404041;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #272727;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.gform_footer button .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #004E94;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22.4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  transition: 0.1s ease-in-out border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #004E94;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 22.4px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #fff;
  border-color: #004E94;
  color: #004E94;
}
.alert-danger hr {
  border-top-color: #00417b;
}
.alert-danger .alert-link {
  color: #003361;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22.4px;
  margin-bottom: 22.4px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22.4px;
  color: #fff;
  text-align: center;
  background-color: #004E94;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  transition: 0.1s ease-in-out width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #404041;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #004E94;
  border-color: #004E94;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #61b4ff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #004E94;
  background-color: #fff;
}
a.list-group-item-danger {
  color: #004E94;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #004E94;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #004E94;
  border-color: #004E94;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22.4px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 1rem;
}
.panel-heading {
  padding: 0.575em 1.5em;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 0.575em 1.5em;
  background-color: #FAFAFA;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table,
.panel > table,
.panel > .table-responsive > table,
.panel > .panel-collapse > table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption,
.panel > table caption,
.panel > .table-responsive > table caption,
.panel > .panel-collapse > table caption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > table:first-child,
.panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > table:last-child,
.panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body,
.panel > .panel-body + table,
.panel > table + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child th,
.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22.4px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #FAFAFA;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #FAFAFA;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: #004E94;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #004E94;
  border-color: #004E94;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #004E94;
}
.panel-primary > .panel-heading .badge {
  color: #004E94;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #004E94;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #004E94;
}
.panel-danger > .panel-heading {
  color: #004E94;
  background-color: #fff;
  border-color: #004E94;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #004E94;
}
.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #004E94;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #004E94;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .gform_footer button + .gform_footer button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .gform_footer button + .gform_footer button {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1028;
  display: block;
  visibility: visible;
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  transition: 0.1s ease-in-out 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .gform_footer button {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-split:before,
.container-split:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.page-row:before,
.page-row:after,
.page-sidebar:before,
.page-sidebar:after,
.page-row:before,
.page-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-split:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.page-row:after,
.page-sidebar:after,
.page-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn-white {
  border-color: #fff;
  color: #000;
  background-color: #fff;
  border-color: transparent;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #000;
}
.btn-inverse.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-inverse.btn-white:hover,
.btn-inverse.btn-white:focus,
.btn-inverse.btn-white.focus,
.btn-inverse.btn-white:active,
.btn-inverse.btn-white.active,
.btn-inverse.open > .dropdown-toggle.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-solid.btn-white:hover,
.btn-solid.btn-white:focus,
.btn-solid.btn-white.focus,
.btn-solid.btn-white:active,
.btn-solid.btn-white.active,
.btn-solid.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #000;
}
.btn-dark {
  border-color: #000;
  color: #fff;
  background-color: #000;
  border-color: transparent;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #000;
  border-color: #000;
}
.btn-dark .badge {
  color: #000;
  background-color: #fff;
}
.btn-inverse.btn-dark {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-inverse.btn-dark:hover,
.btn-inverse.btn-dark:focus,
.btn-inverse.btn-dark.focus,
.btn-inverse.btn-dark:active,
.btn-inverse.btn-dark.active,
.btn-inverse.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-solid.btn-dark:hover,
.btn-solid.btn-dark:focus,
.btn-solid.btn-dark.focus,
.btn-solid.btn-dark:active,
.btn-solid.btn-dark.active,
.btn-solid.open > .dropdown-toggle.btn-dark {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: transparent;
  border-color: #000;
}
.btn-dark .badge {
  color: #000;
  background-color: #fff;
}
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -o-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }
  60% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@keyframes bounceSlow {
  0%,
  40%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes grow-shrink {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-2rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(2rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes bounce-soft {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  position: relative;
}
.fixed-navbar body {
  padding-top: 61px;
}
@media screen and (min-width: 768px) {
  .fixed-navbar body {
    padding-top: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .fixed-navbar body {
    padding-top: 92px;
  }
}
@media screen and (min-width: 768px) {
  .fixed-navbar body {
    padding-top: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .fixed-navbar body {
    padding-top: 92px;
  }
}
.fixed-navbar-bottom-mobile body {
  padding-bottom: 61px;
}
@media screen and (min-width: 768px) {
  .fixed-navbar-bottom-mobile body {
    padding-bottom: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .fixed-navbar-bottom-mobile body {
    padding-bottom: 92px;
  }
}
@media screen and (min-width: 768px) {
  .fixed-navbar-bottom-mobile body {
    padding-bottom: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .fixed-navbar-bottom-mobile body {
    padding-bottom: 92px;
  }
}
@media (max-width: 991px) {
  .fixed-navbar-bottom-mobile body {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .fixed-navbar-bottom-mobile body {
    padding-bottom: 0;
  }
}
.main {
  padding-left: 15px;
  padding-right: 15px;
}
.wpb_row.container > .vc_col-sm-12 > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.wpb_row.container {
  margin-left: auto;
  margin-right: auto;
}
.vc_row-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .vc_row-flex {
    flex-direction: row;
  }
}
.vc_row-flex .wpb_column,
.vc_row-flex .vc_column-inner,
.vc_row-flex .wpb_wrapper {
  display: flex;
  width: 100%;
}
p:empty {
  display: none;
}
.basic-container {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .container.container-narrow {
    width: 900px;
  }
}
.container .container {
  max-width: 100%;
}
img {
  max-width: 100%;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.align-none {
  display: inline-block;
}
.background-image-loading {
  position: relative;
}
.loading-color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}
.dropdown-menu {
  font-size: 1em;
}
.btn,
.gform_footer button {
  white-space: normal;
}
.btn [class^="icon-"],
.btn [class*=" icon-"],
.gform_footer button [class^="icon-"],
.gform_footer button [class*=" icon-"] {
  vertical-align: text-bottom;
  line-height: 1.2;
  margin: 0 0.2em;
}
.btn.btn-link-plain,
.gform_footer button.btn-link-plain {
  padding: 0;
  text-transform: none;
  border: none;
  background: none;
}
.btn.btn-link-plain:hover,
.btn.btn-link-plain:focus,
.gform_footer button.btn-link-plain:hover,
.gform_footer button.btn-link-plain:focus {
  text-decoration: underline;
}
.btn.btn-link-plain.btn-primary,
.gform_footer button.btn-link-plain.btn-primary,
.btn.btn-link-plain.gform_footer button,
.btn.btn-link-plain.btn-learning-item {
  color: #004E94;
}
.btn.btn-link-plain.btn-info,
.gform_footer button.btn-link-plain.btn-info {
  color: #D6D9DC;
}
.btn.btn-link-plain.btn-default,
.gform_footer button.btn-link-plain.btn-default {
  color: #FAFAFA;
}
.btn.btn-link-plain.btn-dark,
.gform_footer button.btn-link-plain.btn-dark {
  color: #000;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.general-button {
  margin-bottom: 1em;
}
.bottom-corner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  margin-bottom: 1em;
  margin-left: 0.66em;
  z-index: 1028;
  bottom: 0;
  right: 0.66em;
  padding: 0.5em;
  min-height: 3em;
  min-width: 3em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 1.5em;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bottom-corner-button:focus,
.bottom-corner-button:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.bottom-corner-button:focus {
  outline: 0;
}
.bottom-corner-button.hide-below-xs {
  display: none;
}
@media screen and (min-width: 480px) {
  .bottom-corner-button.hide-below-xs {
    display: flex;
  }
}
.bottom-corner-button.hide-below-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .bottom-corner-button.hide-below-sm {
    display: flex;
  }
}
.bottom-corner-button.hide-below-md {
  display: none;
}
@media screen and (min-width: 992px) {
  .bottom-corner-button.hide-below-md {
    display: flex;
  }
}
.bottom-corner-button.hide-below-lg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bottom-corner-button.hide-below-lg {
    display: flex;
  }
}
.bottom-corner-button > .arrow {
  left: auto;
  right: 1.15em;
  margin-left: -0.4em;
  border-width: 0.4em;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -0.4em;
}
.bottom-corner-button > .arrow,
.bottom-corner-button > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bottom-corner-button > .arrow:after {
  border-width: 0.35em;
  content: " ";
  bottom: 2px;
  margin-left: -0.35em;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.fixed-navbar-bottom-mobile .bottom-corner-button {
  bottom: 61px;
}
@media screen and (min-width: 768px) {
  .fixed-navbar-bottom-mobile .bottom-corner-button {
    bottom: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .fixed-navbar-bottom-mobile .bottom-corner-button {
    bottom: 92px;
  }
}
@media screen and (min-width: 768px) {
  .fixed-navbar-bottom-mobile .bottom-corner-button {
    bottom: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .fixed-navbar-bottom-mobile .bottom-corner-button {
    bottom: 92px;
  }
}
@media (min-width: 992px) {
  .fixed-navbar-bottom-mobile .bottom-corner-button {
    bottom: 0;
  }
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.bg-primary {
  background-color: #004E94;
  color: #fff;
}
.bg-primary a:not(.btn) {
  color: #fff;
}
.bg-primary cite,
.bg-primary small {
  color: rgba(255, 255, 255, 0.8);
}
.bg-secondary {
  background-color: #D6D9DC;
  color: #fff;
}
.bg-secondary a:not(.btn) {
  color: #fff;
}
.bg-secondary cite,
.bg-secondary small {
  color: rgba(255, 255, 255, 0.8);
}
.bg-light {
  background-color: #FAFAFA;
}
.bg-dark {
  background-color: #000;
  color: #fff;
}
.bg-dark cite,
.bg-dark small {
  color: rgba(255, 255, 255, 0.8);
}
.center-center {
  background-position: center center;
}
.start-bg-right {
  background-position: top right;
}
.start-bg-left {
  background-position: top left;
}
.start-bg-center {
  background-position: top center;
}
.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-overlay.none {
  display: none;
}
.bg-overlay + div {
  position: relative;
  z-index: 1;
}
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-dark + div {
  color: #fff;
}
.overlay-light {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay-light + div {
  color: #000;
}
.overlay-primary {
  background-color: rgba(0, 78, 148, 0.8);
}
.overlay-primary + div {
  color: #fff;
}
.overlay-secondary {
  background-color: rgba(214, 217, 220, 0.8);
}
.overlay-secondary + div {
  color: #fff;
}
.gradient-background .overlay-dark {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.gradient-background .overlay-light {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.gradient-background .overlay-primary {
  background: linear-gradient(to left, #004e94, rgba(0, 78, 148, 0));
}
.gradient-background .overlay-secondary {
  background: linear-gradient(to left, #d6d9dc, rgba(214, 217, 220, 0));
}
.hidden-menu-break {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-menu-break {
    display: block !important;
  }
  table.hidden-menu-break {
    display: table;
  }
  tr.hidden-menu-break {
    display: table-row !important;
  }
  th.hidden-menu-break,
  td.hidden-menu-break {
    display: table-cell !important;
  }
}
.hidden-menu-break.menu-break-force {
  display: none !important;
}
.visible-menu-break {
  display: block !important;
}
table.visible-menu-break {
  display: table;
}
tr.visible-menu-break {
  display: table-row !important;
}
th.visible-menu-break,
td.visible-menu-break {
  display: table-cell !important;
}
@media (min-width: 992px) {
  .visible-menu-break {
    display: none !important;
  }
}
.visible-menu-break.menu-break-force {
  display: block !important;
}
table.visible-menu-break.menu-break-force {
  display: table;
}
tr.visible-menu-break.menu-break-force {
  display: table-row !important;
}
th.visible-menu-break.menu-break-force,
td.visible-menu-break.menu-break-force {
  display: table-cell !important;
}
.global-margin-y {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .global-margin-y {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .global-margin-y {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .global-margin-y {
    margin-bottom: 5rem;
  }
}
.global-padding-y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .global-padding-y {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .global-padding-y {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .global-padding-y {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .global-padding-y {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .global-padding-y {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .global-padding-y {
    padding-bottom: 5rem;
  }
}
.line-through {
  text-decoration: line-through;
}
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-social:before {
  content: "\e90e";
}
.icon-minus:before {
  content: "\e93e";
}
.icon-plus2:before {
  content: "\e93f";
}
.icon-replay:before {
  content: "\e93d";
}
.icon-reload:before {
  content: "\e93d";
}
.icon-sale-percent:before {
  content: "\e90c";
}
.icon-copy:before {
  content: "\e90d";
}
.icon-link:before {
  content: "\e90e";
}
.icon-location-marker-round:before {
  content: "\e90f";
}
.icon-download-pointed-arrow:before {
  content: "\e910";
}
.icon-park-garbage:before {
  content: "\e911";
}
.icon-trees:before {
  content: "\e912";
}
.icon-handshake:before {
  content: "\e913";
}
.icon-target-and-arrow:before {
  content: "\e914";
}
.icon-map-search:before {
  content: "\e915";
}
.icon-devices:before {
  content: "\e916";
}
.icon-touch-tap:before {
  content: "\e917";
}
.icon-newspaper:before {
  content: "\e918";
}
.icon-eye:before {
  content: "\e919";
}
.icon-desktop-monitor-cursor:before {
  content: "\e91a";
}
.icon-list-menu:before {
  content: "\e91b";
}
.icon-square-menu:before {
  content: "\e91c";
}
.icon-hamburger-menu-thick:before {
  content: "\e91d";
}
.icon-chat-bubble-single:before {
  content: "\e91e";
}
.icon-star:before {
  content: "\e91f";
}
.icon-music-note:before {
  content: "\e920";
}
.icon-chat-bubbles:before {
  content: "\e921";
}
.icon-mic:before {
  content: "\e922";
}
.icon-signal-bars:before {
  content: "\e923";
}
.icon-paper-clip:before {
  content: "\e924";
}
.icon-creditcard-and-hand:before {
  content: "\e925";
}
.icon-info-circle-hallow:before {
  content: "\e926";
}
.icon-question-circle:before {
  content: "\e927";
}
.icon-cloud:before {
  content: "\e928";
}
.icon-heart:before {
  content: "\e929";
}
.icon-refresh:before {
  content: "\e92a";
}
.icon-close-thick:before {
  content: "\e92b";
}
.icon-check2:before {
  content: "\e92c";
}
.icon-phone-call:before {
  content: "\e92d";
}
.icon-download-rounded-arrow:before {
  content: "\e92e";
}
.icon-locked:before {
  content: "\e92f";
}
.icon-unlocked:before {
  content: "\e930";
}
.icon-laptop:before {
  content: "\e931";
}
.icon-settings:before {
  content: "\e932";
}
.icon-sale-tag:before {
  content: "\e933";
}
.icon-globe:before {
  content: "\e934";
}
.icon-umbrella:before {
  content: "\e935";
}
.icon-headset:before {
  content: "\e936";
}
.icon-cut:before {
  content: "\e937";
}
.icon-shopping-bag:before {
  content: "\e938";
}
.icon-user-group:before {
  content: "\e939";
}
.icon-email2:before {
  content: "\e93a";
}
.icon-search:before {
  content: "\e93b";
}
.icon-user:before {
  content: "\e93c";
}
.icon-pdf:before {
  content: "\e90a";
}
.icon-ppt:before {
  content: "\e90b";
}
.icon-aoda-online:before {
  content: "\e900";
}
.icon-caret-right:before {
  content: "\e907";
}
.icon-caret-left:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-google-plus:before {
  content: "\e902";
}
.icon-youtube-play:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-facebook-official:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-add:before {
  content: "\e145";
}
.icon-plus:before {
  content: "\e145";
}
.icon-caret-down:before {
  content: "\e5c5";
}
.icon-caret-circle-down:before {
  content: "\e5c6";
}
.icon-caret-up:before {
  content: "\e5c7";
}
.icon-chevron-left:before {
  content: "\e408";
}
.icon-chevron-right:before {
  content: "\e409";
}
.icon-close:before {
  content: "\e5cd";
}
.icon-gallery:before {
  content: "\e413";
}
.icon-date_range:before {
  content: "\e940";
}
.icon-date-range:before {
  content: "\e940";
}
.icon-hamburger:before {
  content: "\e3c7";
}
.icon-menu:before {
  content: "\e3c7";
}
.icon-check:before {
  content: "\e876";
}
.icon-chevron-up:before {
  content: "\e5ce";
}
.icon-chevron-down:before {
  content: "\e5cf";
}
.icon-fast-forward:before {
  content: "\e01f";
}
.icon-rewind:before {
  content: "\e020";
}
.icon-document:before {
  content: "\e24d";
}
.icon-print:before {
  content: "\e8ad";
}
.icon-location:before {
  content: "\e8b4";
}
.icon-pin:before {
  content: "\e8b4";
}
.icon-mail:before {
  content: "\e0e1";
}
.icon-email:before {
  content: "\e0e1";
}
.icon-pause:before {
  content: "\e034";
}
.icon-pause-circle:before {
  content: "\e035";
}
.icon-user-o:before {
  content: "\e7ff";
}
.icon-play:before {
  content: "\e037";
}
.icon-play-circle:before {
  content: "\e038";
}
.icon-zoom_in:before {
  content: "\e8ff";
}
.icon-zoom_out:before {
  content: "\e941";
}
ul:not([class]) > li:before {
  font-size: 0.75em;
  line-height: 1.75;
  content: "◆";
}
ul:not([class]) ul:not([class]),
ul:not([class]) .sub-menu {
  list-style: none;
}
ul:not([class]) ul:not([class]) > li:before,
ul:not([class]) .sub-menu > li:before {
  font-size: 0.75em;
  line-height: 1.75;
  content: "◆";
}
ol:not([class]) > li:before {
  counter-increment: li;
  content: counter(li) '.';
  line-height: 1.5;
}
ul:not([class]),
ol:not([class]) {
  counter-reset: li;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em 0;
}
ul:not([class]) li,
ol:not([class]) li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  position: absolute;
  left: 0;
  color: #004E94;
  font-weight: 600;
}
ul:not([class]) li:first-of-type,
ol:not([class]) li:first-of-type {
  margin-top: 1em;
}
ul:not([class]) li ul:not([class]),
ol:not([class]) li ul:not([class]) {
  padding: 0;
  margin: 0;
  counter-reset: li;
  list-style-type: none;
}
ul:not([class]) li > ol:not([class]),
ol:not([class]) li > ol:not([class]) {
  margin: 0;
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li::before {
  counter-increment: nested;
  content: counter(nested, lower-alpha) ".";
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]),
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) {
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li::before {
  counter-increment: nested;
  content: counter(nested, lower-roman) ".";
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]),
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) {
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li::before {
  counter-increment: nested;
  content: "(" counter(nested, decimal) ")";
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]),
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) {
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li::before {
  counter-increment: nested;
  content: counter(nested, upper-roman) ".";
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li ol:not([class]),
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li ol:not([class]) {
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li ol:not([class]) > li::before {
  counter-increment: nested;
  content: counter(nested, decimal) ".";
}
table {
  margin-bottom: 50px;
}
html,
body {
  font-size: 16px;
  font-feature-settings: 'lnum' 1;
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  html,
  body {
    font-size: 21px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
  letter-spacing: -0.025em;
  margin-bottom: 1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 4em;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.8em;
  }
}
h4,
h5,
h6 {
  text-transform: uppercase;
}
h6 {
  line-height: 1;
  text-transform: uppercase;
}
p {
  margin-top: 0;
  margin-bottom: 2em;
  letter-spacing: 0.01em;
}
p a {
  font-weight: 700;
}
p:last-of-type {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  p:last-of-type {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  p:last-of-type {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  p:last-of-type {
    margin-bottom: 5rem;
  }
}
blockquote {
  padding: 0;
  margin-bottom: 2em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
dl {
  margin-bottom: 50px;
}
.alert-bar-wrapper {
  position: relative;
  display: none;
  background: #004E94;
  color: #fff;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  transition: 0.1s ease-in-out background;
}
.alert-bar-link {
  display: block;
  color: inherit;
  background: #004E94;
}
.alert-bar-link:hover,
.alert-bar-link:focus {
  text-decoration: none;
  color: inherit;
  background: #D6D9DC;
}
.alert-bar-link:hover .alert-bar-message-secondary:after,
.alert-bar-link:focus .alert-bar-message-secondary:after {
  left: 3px;
}
.alert-bar-link .alert-bar-message-secondary:after {
  position: relative;
  top: 1px;
  left: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e409";
  -webkit-transition: left;
  -o-transition: left;
  transition: left;
  transition: 0.1s ease-in-out left;
}
.alert-bar-message {
  position: relative;
  padding: .8em 0;
  text-align: center;
  font-size: 0.857em;
}
.alert-bar-message-primary {
  font-weight: bold;
}
.alert-bar-close {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  padding: .8em;
  line-height: 1;
  height: 100%;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  transition: 0.1s ease-in-out all;
}
.alert-bar-close:hover,
.alert-bar-close:focus {
  background: #D6D9DC;
  color: black;
}
.breadcrumb {
  padding: 0;
  margin: 1em 0;
  background: none;
}
.breadcrumb a,
.breadcrumb span {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 0.857rem;
}
.breadcrumb a + a::before,
.breadcrumb span + a::before,
.breadcrumb a + span::before,
.breadcrumb span + span::before {
  position: relative;
  bottom: 1px;
  display: inline-block;
  margin: 0 1em;
  font-size: .8em;
  color: #004E94;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
.callout-button {
  justify-content: center;
  flex-direction: row;
  margin-bottom: 1em;
  margin-left: 0.66em;
  z-index: 1028;
  right: 0.66em;
  padding: 0.5em;
  min-height: 3em;
  min-width: 3em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 1.5em;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: width 0.2s ease-in-out;
}
.callout-button.hide-below-xs {
  display: none;
}
@media screen and (min-width: 480px) {
  .callout-button.hide-below-xs {
    display: block;
  }
}
.callout-button.hide-below-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .callout-button.hide-below-sm {
    display: block;
  }
}
.callout-button.hide-below-md {
  display: none;
}
@media screen and (min-width: 992px) {
  .callout-button.hide-below-md {
    display: block;
  }
}
.callout-button.hide-below-lg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .callout-button.hide-below-lg {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .callout-button {
    bottom: 0.66em;
  }
}
.callout-button > .arrow {
  left: auto;
  right: 1.15em;
  margin-left: -0.4em;
  border-width: 0.4em;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -0.4em;
}
.callout-button > .arrow,
.callout-button > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.callout-button > .arrow:after {
  border-width: 0.35em;
  content: " ";
  bottom: 2px;
  margin-left: -0.35em;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.callout-button-icon {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #004E94;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.callout-button-icon:hover,
.callout-button-icon:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
}
.callout-button-icon .icon {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  text-align: center;
}
.callout-button-close {
  display: none;
  margin: 0;
  padding: 0;
  color: #004E94;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.callout-button-close:hover,
.callout-button-close:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
}
.callout-button-close .icon {
  display: inline-block;
  width: 2.25em;
  height: 1em;
  font-size: 1em;
  text-align: center;
}
.callout-button-text {
  display: none;
  padding: 0.5em 2em 0.5em 1em;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .callout-button-text {
    padding-left: 1.5em;
    padding-right: 0.5em;
    font-size: 0.825rem;
  }
}
.callout-button-text a {
  text-decoration: none;
  color: #000;
}
.callout-button-link {
  display: inline-block;
  font-weight: 600;
  color: #D6D9DC;
  border-bottom: 1px solid currentColor;
}
.callout-button-link:hover,
.callout-button-link:focus {
  color: #bac0c5;
  text-decoration: none;
}
.callout-button-link:after {
  display: inline-block;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e409";
}
#us_report_button {
  right: 150px !important;
}
.vc_toggle {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #FAFAFA;
  transition: ease-in-out 0.3s;
}
.vc_toggle .vc_toggle_icon {
  display: none !important;
}
.vc_toggle .vc_toggle_title {
  z-index: 10;
  padding-left: 0 !important;
}
.vc_toggle .vc_toggle_title:after {
  z-index: 1;
  position: absolute;
  right: 1em;
  top: 1.8em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  color: #D6D9DC;
  content: "\e5c5";
  transition: all ease .3s;
  transform: translateY(-50%);
  pointer-events: none;
}
.vc_toggle .vc_toggle_title h4 {
  display: inline-block;
  margin: 0;
  padding: 1.8em 2em 1.8em 1.8em;
  font-size: 1.2em;
  text-transform: none;
  color: #000;
  transition: all .2s ease;
}
@media screen and (min-width: 768px) {
  .vc_toggle .vc_toggle_title h4 {
    padding: 2em;
    font-size: 1.2em;
  }
}
.vc_toggle .vc_toggle_title h4:hover,
.vc_toggle .vc_toggle_title h4:focus {
  color: inherit;
  cursor: pointer;
  outline: none;
}
.vc_toggle_active {
  background: #FAFAFA;
}
.vc_toggle_active .vc_toggle_title h4 {
  color: #D6D9DC;
}
.vc_toggle_active .vc_toggle_title:after {
  transform: rotate(-180deg) translateY(50%);
}
.vc_toggle_btn {
  display: block;
  margin: 0;
  padding: 0 3rem 0 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: 0;
}
.vc_toggle_btn:hover,
.vc_toggle_btn:focus {
  background: #FAFAFA;
}
.vc_toggle_btn:hover h4,
.vc_toggle_btn:focus h4 {
  color: #004E94;
}
.vc_col-sm-12 .vc_toggle_content {
  padding: 0 4em 0 2.2em !important;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-12 .vc_toggle_content {
    padding: 0 4em 0 2.5em !important;
  }
}
.vc_col-sm-12 .vc_toggle_content p {
  margin: 0;
  font-size: .9em;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-12 .vc_toggle_content p {
    font-size: 1em;
  }
}
footer {
  font-size: 0.75em;
  background-color: #FAFAFA;
}
@media screen and (max-width: 991px) {
  footer .container {
    width: 100%;
  }
}
.collapse-mobile-footer .nav-footer {
  margin: 0 -15px;
}
.collapse-mobile-footer .footer-column-nav li a {
  padding-left: 15px;
}
.footer-menu-row {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer-menu-row {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-menu-row {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer-menu-row {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-menu-row {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-menu-row {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer-menu-row {
    padding-bottom: 5rem;
  }
}
.footer-menu-column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-menu-column {
    width: auto;
  }
}
.footer-menu-column .menu-item-has-children:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: 'icomoon';
  line-height: 0;
  content: "\e5cf";
  transform: translateY(-50%);
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  transition: 0.1s ease-in-out transform;
}
@media screen and (min-width: 768px) {
  .footer-menu-column .menu-item-has-children:after {
    display: none;
  }
}
.footer-menu-column .menu-item-has-children.open {
  border-bottom: none;
}
.footer-menu-column .menu-item-has-children.open:after {
  transform: rotate(180deg);
}
.footer-menu-column .menu-item-has-children.open > .dropdown-menu {
  border-bottom: 1px solid #fff;
}
.footer-menu-column .menu-item-has-children > .dropdown-menu {
  position: relative;
  z-index: 0;
  width: 100%;
  box-shadow: none;
  border: none;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .footer-menu-column .menu-item-has-children > .dropdown-menu {
    display: block;
  }
}
.footer-menu-column .footer-social-listing-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-menu-column .footer-social-listing-wrapper {
    margin-top: 1em;
    display: block;
  }
}
.footer-social-listing-wrapper {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .footer-social-listing-wrapper {
    display: none;
  }
}
.footer-column-nav li {
  clear: both;
}
.footer-column-nav li a {
  padding-left: 0;
}
.footer-column-nav > li {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer-column-nav > li {
    border-bottom: none;
  }
}
.mobile-footer-list .footer-menu-column {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .mobile-footer-list .footer-menu-column {
    width: auto;
  }
}
.mobile-footer-list .footer-menu-column .menu-item-has-children:after {
  display: none;
}
.mobile-footer-list .footer-menu-column .menu-item-has-children > .dropdown-menu {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile-footer-list .footer-menu-column .menu-item-has-children > .dropdown-menu {
    background: transparent;
    border: none;
  }
}
.mobile-footer-list .footer-column-nav > li {
  border-bottom: none;
}
.footer-legal-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #fff;
}
.footer-copyright,
.footer-credit {
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-copyright,
  .footer-credit {
    text-align: left;
  }
}
.footer-legal {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 0 0.25em;
  padding: 0;
}
.footer-legal > li {
  display: inline-block;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.footer-excerpt p:last-of-type {
  margin-bottom: 0;
}
.gf_progressbar_wrapper .gf_progressbar {
  overflow: hidden;
  height: 22.4px;
  margin-bottom: 22.4px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22.4px;
  color: #fff;
  text-align: center;
  background-color: #004E94;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  transition: 0.1s ease-in-out width 0.6s ease;
}
.gform_heading {
  padding: 0 .25em 2em;
}
.gform_title {
  margin-top: 0;
  padding: 0;
}
.gform_description:not(:empty) {
  display: block;
  margin: 1em 0;
}
.gfield {
  position: relative;
  display: inline-block;
  padding: 0 .25em;
  width: 100%;
  margin-bottom: 15px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .gfield {
    display: inline-block;
    width: 50%;
  }
}
.gfield .clear-multi {
  display: flex;
}
.gfield.top-label.field_description_above {
  margin-top: 1em;
}
.gfield.top-label.field_description_above label.gfield_label {
  position: static;
  padding-right: 0;
  padding-left: 0;
  font-size: 1em;
  transform: none;
}
@media screen and (min-width: 768px) {
  .gfield.top-label.field_description_above label.gfield_label {
    font-size: 1em;
  }
}
.gfield.top-label.field_description_above .gfield_description {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: .5em;
}
.gfield.top-label.field_description_above .ginput_container input,
.gfield.top-label.field_description_above .ginput_container select,
.gfield.top-label.field_description_above .ginput_container textarea {
  padding-top: 0 !important;
}
.gfield.top-label.field_description_above .ginput_container:after {
  top: 1.2em !important;
}
.gfield:not(.gfield_contains_required) > .ginput_container.ginput_container_textarea::after {
  right: 1.5em;
}
.gfield:not(.gfield_contains_required) label {
  padding-right: 4em;
}
.gfield:not(.gfield_contains_required) legend:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  color: #767676;
  transform: translateY(-50%);
}
[lang^="en"] .gfield:not(.gfield_contains_required) legend:after {
  content: "(optional)";
}
[lang^="es"] .gfield:not(.gfield_contains_required) legend:after {
  content: "(opcional)";
}
[lang^="fr"] .gfield:not(.gfield_contains_required) legend:after {
  content: "(optionnel)";
}
.gfield:not(.gfield_contains_required) .ginput_container input[type="color"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="date"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="datetime-local"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="email"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="month"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="number"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="range"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="search"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="tel"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="text"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="time"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="url"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="week"],
.gfield:not(.gfield_contains_required) .ginput_container select {
  padding-right: 4.667em;
}
.gfield:not(.gfield_contains_required) .ginput_container:not(.gfield_label_legend):after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  color: #767676;
  transform: translateY(-50%);
}
[lang^="en"] .gfield:not(.gfield_contains_required) .ginput_container:not(.gfield_label_legend):after {
  content: "(optional)";
}
[lang^="es"] .gfield:not(.gfield_contains_required) .ginput_container:not(.gfield_label_legend):after {
  content: "(opcional)";
}
[lang^="fr"] .gfield:not(.gfield_contains_required) .ginput_container:not(.gfield_label_legend):after {
  content: "(optionnel)";
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_multiselect:after,
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_textarea:after {
  position: absolute;
  top: 0;
  right: 12px;
  transform: translateY(50%);
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_list .gfield_list_cell input {
  padding-right: 12px;
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_multiselect select {
  padding-right: 12px;
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_name input,
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_name select {
  padding-right: 12px;
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_select select {
  padding-right: 104px;
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_select:before {
  right: 72px;
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_time input {
  padding-right: 12px;
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_time select {
  padding-right: 44px;
}
.gfield.full-width {
  padding: 0 0.556em;
  width: 100%;
}
.gfield.gfield_html,
.gfield.gsection {
  width: 100%;
}
.gfield.form-group-lg .gfield_label {
  font-size: 18px;
}
.gfield.form-group-sm .gfield_label {
  font-size: 14px;
}
.gfield.full-width {
  width: 100% !important;
}
.gfield_time_ampm,
.ginput_container_select,
.name_prefix_select {
  position: relative;
}
.gfield_time_ampm:before,
.ginput_container_select:before,
.name_prefix_select:before {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5c5";
  font-size: 125%;
  pointer-events: none;
}
.gfield_time_ampm {
  position: relative;
}
.gfield_time_ampm select {
  padding-right: 44px;
}
.gfield_checkbox li label,
.gfield_radio li label {
  font-size: 16px;
}
.gfield_checkbox li:first-child,
.gfield_radio li:first-child {
  margin-top: 0;
}
.inline .gfield_checkbox li,
.inline .gfield_radio li {
  display: inline-block;
  padding-right: 30px;
}
.gfield_checkbox li {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gfield_checkbox li label {
  min-height: 22.4px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.gfield_checkbox li.disabled label,
fieldset[disabled] .gfield_checkbox li label {
  cursor: not-allowed;
}
.gfield_error .gfield_label {
  color: #004E94;
}
.gfield_error legend.gfield_label {
  top: 0;
  transform: none;
}
.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border-color: #004E94;
  background-color: #fff;
  color: #004E94;
}
.gfield_error input:focus,
.gfield_error select:focus,
.gfield_error textarea:focus {
  border-color: #004E94;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 78, 148, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 78, 148, 0.6);
}
.gfield_is_date_with_icon input[type="text"].datepicker {
  padding-left: 41px;
}
.gfield_is_date_with_icon .gfield_label {
  left: 41px;
}
.gfield_is_date_with_icon .ginput_container_date img,
.gfield_is_date_with_icon .ginput_container_date:before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e940";
}
.gfield_is_multiselect .gfield_label,
.gfield_is_textarea .gfield_label {
  position: relative;
  top: auto;
  left: auto;
  transform: translateY(0);
}
.gfield_label {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  font-size: 16px;
  font-weight: normal;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.1s ease-in-out all;
}
.gfieldset .gfield_label {
  position: relative;
  top: auto;
  left: auto;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .gfieldset .gfield_label {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .gfieldset .gfield_label {
    font-size: 21px;
  }
}
.gfield_active .gfield_label,
.gfield_has_val .gfield_label {
  font-size: 75% !important;
  transform: translateY(-105%);
}
.form-group-lg .gfield_active .gfield_label,
.form-group-lg .gfield_has_val .gfield_label {
  transform: translateY(-125%);
}
.form-group-sm .gfield_active .gfield_label,
.form-group-sm .gfield_has_val .gfield_label {
  transform: translateY(-115%);
}
.gfield_radio input[value="gf_other_choice"] + input {
  margin-left: 20px;
  padding: 0;
  padding-right: 0 !important;
  display: inline-block;
  width: auto;
  height: auto;
  color: inherit;
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
}
.gfield_radio input[value="gf_other_choice"] + input:focus {
  box-shadow: none;
}
.gfield_radio li {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gfield_radio li label {
  min-height: 22.4px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.gfield_radio li.disabled label,
fieldset[disabled] .gfield_radio li label {
  cursor: not-allowed;
}
.gfield_required {
  padding-left: 1px;
  color: #004E94;
}
.gform_button,
.gform_wrapper .button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  padding: 14px 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  font-size: 0.938em;
  letter-spacing: 0.05em;
  line-height: 1.333em;
  border-radius: 0;
  border-color: #00417b;
  color: #fff;
  background-color: #004E94;
  border-color: transparent;
}
.gform_button:focus,
.gform_wrapper .button:focus,
.gform_button:active:focus,
.gform_wrapper .button:active:focus,
.gform_button.active:focus,
.gform_wrapper .button.active:focus,
.gform_button.focus,
.gform_wrapper .button.focus,
.gform_button:active.focus,
.gform_wrapper .button:active.focus,
.gform_button.active.focus,
.gform_wrapper .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_wrapper .button:hover,
.gform_button:focus,
.gform_wrapper .button:focus,
.gform_button.focus,
.gform_wrapper .button.focus {
  color: #000;
  text-decoration: none;
}
.gform_button:active,
.gform_wrapper .button:active,
.gform_button.active,
.gform_wrapper .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled,
.gform_wrapper .button.disabled,
.gform_button[disabled],
.gform_wrapper .button[disabled],
fieldset[disabled] .gform_button,
fieldset[disabled] .gform_wrapper .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_button [class^="icon-"],
.gform_wrapper .button [class^="icon-"],
.gform_button [class*=" icon-"],
.gform_wrapper .button [class*=" icon-"] {
  vertical-align: text-bottom;
  line-height: 1.2;
  margin: 0 0.2em;
}
.gform_button.btn-link-plain,
.gform_wrapper .button.btn-link-plain {
  padding: 0;
  text-transform: none;
  border: none;
  background: none;
}
.gform_button.btn-link-plain:hover,
.gform_wrapper .button.btn-link-plain:hover,
.gform_button.btn-link-plain:focus,
.gform_wrapper .button.btn-link-plain:focus {
  text-decoration: underline;
}
.gform_button.btn-link-plain.btn-primary,
.gform_wrapper .button.btn-link-plain.btn-primary,
.gform_button.btn-link-plain.gform_footer button,
.gform_wrapper .button.btn-link-plain.gform_footer button,
.gform_button.btn-link-plain.btn-learning-item,
.gform_wrapper .button.btn-link-plain.btn-learning-item {
  color: #004E94;
}
.gform_button.btn-link-plain.btn-info,
.gform_wrapper .button.btn-link-plain.btn-info {
  color: #D6D9DC;
}
.gform_button.btn-link-plain.btn-default,
.gform_wrapper .button.btn-link-plain.btn-default {
  color: #FAFAFA;
}
.gform_button.btn-link-plain.btn-dark,
.gform_wrapper .button.btn-link-plain.btn-dark {
  color: #000;
}
.gform_button:focus,
.gform_wrapper .button:focus,
.gform_button:hover,
.gform_wrapper .button:hover {
  text-decoration: none;
}
.gform_button.btn-link-plain,
.gform_wrapper .button.btn-link-plain {
  color: #004E94;
  background: none;
  border: 0;
  border-bottom: 2px solid #D6D9DC;
  font-size: 0.813em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.385em;
  text-transform: uppercase;
}
.gform_button.btn-link-plain:focus,
.gform_wrapper .button.btn-link-plain:focus,
.gform_button.btn-link-plain:hover,
.gform_wrapper .button.btn-link-plain:hover {
  text-decoration: none;
  background: none;
  border-bottom: 2px solid #004E94;
}
.gform_button:hover,
.gform_wrapper .button:hover,
.gform_button:focus,
.gform_wrapper .button:focus,
.gform_button.focus,
.gform_wrapper .button.focus,
.gform_button:active,
.gform_wrapper .button:active,
.gform_button.active,
.gform_wrapper .button.active,
.open > .dropdown-toggle.gform_button,
.open > .dropdown-toggle.gform_wrapper .button {
  color: #fff;
  background-color: #003361;
  border-color: #00203d;
}
.gform_button:active,
.gform_wrapper .button:active,
.gform_button.active,
.gform_wrapper .button.active,
.open > .dropdown-toggle.gform_button,
.open > .dropdown-toggle.gform_wrapper .button {
  background-image: none;
}
.gform_button.disabled,
.gform_wrapper .button.disabled,
.gform_button[disabled],
.gform_wrapper .button[disabled],
fieldset[disabled] .gform_button,
fieldset[disabled] .gform_wrapper .button,
.gform_button.disabled:hover,
.gform_wrapper .button.disabled:hover,
.gform_button[disabled]:hover,
.gform_wrapper .button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
fieldset[disabled] .gform_wrapper .button:hover,
.gform_button.disabled:focus,
.gform_wrapper .button.disabled:focus,
.gform_button[disabled]:focus,
.gform_wrapper .button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
fieldset[disabled] .gform_wrapper .button:focus,
.gform_button.disabled.focus,
.gform_wrapper .button.disabled.focus,
.gform_button[disabled].focus,
.gform_wrapper .button[disabled].focus,
fieldset[disabled] .gform_button.focus,
fieldset[disabled] .gform_wrapper .button.focus,
.gform_button.disabled:active,
.gform_wrapper .button.disabled:active,
.gform_button[disabled]:active,
.gform_wrapper .button[disabled]:active,
fieldset[disabled] .gform_button:active,
fieldset[disabled] .gform_wrapper .button:active,
.gform_button.disabled.active,
.gform_wrapper .button.disabled.active,
.gform_button[disabled].active,
.gform_wrapper .button[disabled].active,
fieldset[disabled] .gform_button.active,
fieldset[disabled] .gform_wrapper .button.active {
  background-color: #004E94;
  border-color: #00417b;
}
.gform_button .badge,
.gform_wrapper .button .badge {
  color: #004E94;
  background-color: #fff;
}
.btn-inverse.gform_button,
.btn-inverse.gform_wrapper .button {
  color: #004E94;
  background-color: transparent;
  border-color: #004E94;
}
.gform_button:hover,
.gform_wrapper .button:hover,
.gform_button:focus,
.gform_wrapper .button:focus,
.gform_button.focus,
.gform_wrapper .button.focus,
.gform_button:active,
.gform_wrapper .button:active,
.gform_button.active,
.gform_wrapper .button.active,
.open > .dropdown-toggle.gform_button,
.open > .dropdown-toggle.gform_wrapper .button {
  color: #004E94;
  background-color: transparent;
  border-color: #004E94;
}
.btn-inverse.gform_button:hover,
.btn-inverse.gform_wrapper .button:hover,
.btn-inverse.gform_button:focus,
.btn-inverse.gform_wrapper .button:focus,
.btn-inverse.gform_button.focus,
.btn-inverse.gform_wrapper .button.focus,
.btn-inverse.gform_button:active,
.btn-inverse.gform_wrapper .button:active,
.btn-inverse.gform_button.active,
.btn-inverse.gform_wrapper .button.active,
.btn-inverse.open > .dropdown-toggle.gform_button,
.btn-inverse.open > .dropdown-toggle.gform_wrapper .button {
  color: #fff;
  background-color: #004E94;
  border-color: #004E94;
}
.btn-solid.gform_button:hover,
.btn-solid.gform_wrapper .button:hover,
.btn-solid.gform_button:focus,
.btn-solid.gform_wrapper .button:focus,
.btn-solid.gform_button.focus,
.btn-solid.gform_wrapper .button.focus,
.btn-solid.gform_button:active,
.btn-solid.gform_wrapper .button:active,
.btn-solid.gform_button.active,
.btn-solid.gform_wrapper .button.active,
.btn-solid.open > .dropdown-toggle.gform_button,
.btn-solid.open > .dropdown-toggle.gform_wrapper .button {
  color: #004E94;
  background-color: #fff;
  border-color: #fff;
}
.gform_button:active,
.gform_wrapper .button:active,
.gform_button.active,
.gform_wrapper .button.active,
.open > .dropdown-toggle.gform_button,
.open > .dropdown-toggle.gform_wrapper .button {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_button.disabled,
.gform_wrapper .button.disabled,
.gform_button[disabled],
.gform_wrapper .button[disabled],
fieldset[disabled] .gform_button,
fieldset[disabled] .gform_wrapper .button,
.gform_button.disabled:hover,
.gform_wrapper .button.disabled:hover,
.gform_button[disabled]:hover,
.gform_wrapper .button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
fieldset[disabled] .gform_wrapper .button:hover,
.gform_button.disabled:focus,
.gform_wrapper .button.disabled:focus,
.gform_button[disabled]:focus,
.gform_wrapper .button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
fieldset[disabled] .gform_wrapper .button:focus,
.gform_button.disabled.focus,
.gform_wrapper .button.disabled.focus,
.gform_button[disabled].focus,
.gform_wrapper .button[disabled].focus,
fieldset[disabled] .gform_button.focus,
fieldset[disabled] .gform_wrapper .button.focus,
.gform_button.disabled:active,
.gform_wrapper .button.disabled:active,
.gform_button[disabled]:active,
.gform_wrapper .button[disabled]:active,
fieldset[disabled] .gform_button:active,
fieldset[disabled] .gform_wrapper .button:active,
.gform_button.disabled.active,
.gform_wrapper .button.disabled.active,
.gform_button[disabled].active,
.gform_wrapper .button[disabled].active,
fieldset[disabled] .gform_button.active,
fieldset[disabled] .gform_wrapper .button.active {
  background-color: transparent;
  border-color: #00417b;
}
.gform_button .badge,
.gform_wrapper .button .badge {
  color: #004E94;
  background-color: #fff;
}
.gform_wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .gform_wrapper {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .gform_wrapper {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .gform_wrapper {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .gform_wrapper {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .gform_wrapper {
    padding-bottom: 5rem;
  }
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.ginput_complex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ginput_complex > span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ginput_complex > span {
    width: 50%;
  }
}
.ginput_complex label {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 16px;
  font-weight: normal;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.1s ease-in-out all;
}
.ginput_complex > span {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .ginput_complex > span {
    width: 100%;
  }
}
.ginput_complex .ginput_full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ginput_complex .ginput_left,
  .ginput_complex .ginput_right {
    width: calc(50% - (15px / 2));
  }
}
@media screen and (min-width: 768px) {
  .ginput_complex .ginput_left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .ginput_complex .ginput_right {
    margin-right: 0;
    margin-left: auto;
  }
}
.ginput_complex .gfield_active label,
.ginput_complex .gfield_has_val label {
  font-size: 75%;
  transform: translateY(-100%);
}
.ginput_container {
  position: relative;
}
.ginput_container input[type="color"],
.ginput_container input[type="date"],
.ginput_container input[type="datetime-local"],
.ginput_container input[type="email"],
.ginput_container input[type="month"],
.ginput_container input[type="number"],
.ginput_container input[type="range"],
.ginput_container input[type="search"],
.ginput_container input[type="tel"],
.ginput_container input[type="text"],
.ginput_container input[type="time"],
.ginput_container input[type="url"],
.ginput_container input[type="week"],
.ginput_container select,
.ginput_container textarea {
  padding-top: 1.222em;
  font-size: 1em;
}
.ginput_container input[type="color"].large,
.ginput_container input[type="date"].large,
.ginput_container input[type="datetime-local"].large,
.ginput_container input[type="email"].large,
.ginput_container input[type="month"].large,
.ginput_container input[type="number"].large,
.ginput_container input[type="range"].large,
.ginput_container input[type="search"].large,
.ginput_container input[type="tel"].large,
.ginput_container input[type="text"].large,
.ginput_container input[type="time"].large,
.ginput_container input[type="url"].large,
.ginput_container input[type="week"].large,
.ginput_container select.large,
.ginput_container textarea.large {
  height: 54.4px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  font-size: 1.125em;
  padding: 1.222em 0.667em 0.333em;
}
select.ginput_container input[type="color"].large,
select.ginput_container input[type="date"].large,
select.ginput_container input[type="datetime-local"].large,
select.ginput_container input[type="email"].large,
select.ginput_container input[type="month"].large,
select.ginput_container input[type="number"].large,
select.ginput_container input[type="range"].large,
select.ginput_container input[type="search"].large,
select.ginput_container input[type="tel"].large,
select.ginput_container input[type="text"].large,
select.ginput_container input[type="time"].large,
select.ginput_container input[type="url"].large,
select.ginput_container input[type="week"].large,
select.ginput_container select.large,
select.ginput_container textarea.large {
  height: 54.4px;
  line-height: 54.4px;
}
textarea.ginput_container input[type="color"].large,
textarea.ginput_container input[type="date"].large,
textarea.ginput_container input[type="datetime-local"].large,
textarea.ginput_container input[type="email"].large,
textarea.ginput_container input[type="month"].large,
textarea.ginput_container input[type="number"].large,
textarea.ginput_container input[type="range"].large,
textarea.ginput_container input[type="search"].large,
textarea.ginput_container input[type="tel"].large,
textarea.ginput_container input[type="text"].large,
textarea.ginput_container input[type="time"].large,
textarea.ginput_container input[type="url"].large,
textarea.ginput_container input[type="week"].large,
textarea.ginput_container select.large,
textarea.ginput_container textarea.large,
select[multiple].ginput_container input[type="color"].large,
select[multiple].ginput_container input[type="date"].large,
select[multiple].ginput_container input[type="datetime-local"].large,
select[multiple].ginput_container input[type="email"].large,
select[multiple].ginput_container input[type="month"].large,
select[multiple].ginput_container input[type="number"].large,
select[multiple].ginput_container input[type="range"].large,
select[multiple].ginput_container input[type="search"].large,
select[multiple].ginput_container input[type="tel"].large,
select[multiple].ginput_container input[type="text"].large,
select[multiple].ginput_container input[type="time"].large,
select[multiple].ginput_container input[type="url"].large,
select[multiple].ginput_container input[type="week"].large,
select[multiple].ginput_container select.large,
select[multiple].ginput_container textarea.large {
  height: auto;
}
.ginput_container input[type="color"].small,
.ginput_container input[type="date"].small,
.ginput_container input[type="datetime-local"].small,
.ginput_container input[type="email"].small,
.ginput_container input[type="month"].small,
.ginput_container input[type="number"].small,
.ginput_container input[type="range"].small,
.ginput_container input[type="search"].small,
.ginput_container input[type="tel"].small,
.ginput_container input[type="text"].small,
.ginput_container input[type="time"].small,
.ginput_container input[type="url"].small,
.ginput_container input[type="week"].small,
.ginput_container select.small,
.ginput_container textarea.small {
  height: 50.4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 0.876em;
  padding-top: 20px;
}
select.ginput_container input[type="color"].small,
select.ginput_container input[type="date"].small,
select.ginput_container input[type="datetime-local"].small,
select.ginput_container input[type="email"].small,
select.ginput_container input[type="month"].small,
select.ginput_container input[type="number"].small,
select.ginput_container input[type="range"].small,
select.ginput_container input[type="search"].small,
select.ginput_container input[type="tel"].small,
select.ginput_container input[type="text"].small,
select.ginput_container input[type="time"].small,
select.ginput_container input[type="url"].small,
select.ginput_container input[type="week"].small,
select.ginput_container select.small,
select.ginput_container textarea.small {
  height: 50.4px;
  line-height: 50.4px;
}
textarea.ginput_container input[type="color"].small,
textarea.ginput_container input[type="date"].small,
textarea.ginput_container input[type="datetime-local"].small,
textarea.ginput_container input[type="email"].small,
textarea.ginput_container input[type="month"].small,
textarea.ginput_container input[type="number"].small,
textarea.ginput_container input[type="range"].small,
textarea.ginput_container input[type="search"].small,
textarea.ginput_container input[type="tel"].small,
textarea.ginput_container input[type="text"].small,
textarea.ginput_container input[type="time"].small,
textarea.ginput_container input[type="url"].small,
textarea.ginput_container input[type="week"].small,
textarea.ginput_container select.small,
textarea.ginput_container textarea.small,
select[multiple].ginput_container input[type="color"].small,
select[multiple].ginput_container input[type="date"].small,
select[multiple].ginput_container input[type="datetime-local"].small,
select[multiple].ginput_container input[type="email"].small,
select[multiple].ginput_container input[type="month"].small,
select[multiple].ginput_container input[type="number"].small,
select[multiple].ginput_container input[type="range"].small,
select[multiple].ginput_container input[type="search"].small,
select[multiple].ginput_container input[type="tel"].small,
select[multiple].ginput_container input[type="text"].small,
select[multiple].ginput_container input[type="time"].small,
select[multiple].ginput_container input[type="url"].small,
select[multiple].ginput_container input[type="week"].small,
select[multiple].ginput_container select.small,
select[multiple].ginput_container textarea.small {
  height: auto;
}
.gfield_label_none .ginput_container input[type="color"],
.gfield_label_none .ginput_container input[type="date"],
.gfield_label_none .ginput_container input[type="datetime-local"],
.gfield_label_none .ginput_container input[type="email"],
.gfield_label_none .ginput_container input[type="month"],
.gfield_label_none .ginput_container input[type="number"],
.gfield_label_none .ginput_container input[type="range"],
.gfield_label_none .ginput_container input[type="search"],
.gfield_label_none .ginput_container input[type="tel"],
.gfield_label_none .ginput_container input[type="text"],
.gfield_label_none .ginput_container input[type="time"],
.gfield_label_none .ginput_container input[type="url"],
.gfield_label_none .ginput_container input[type="week"],
.gfield_label_none .ginput_container select,
.gfield_label_none .ginput_container textarea {
  padding-top: 0.333em;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  display: block;
  width: 100%;
  height: 52.4px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D6D9DC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: 0.1s ease-in-out border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  border-color: #004E94;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 78, 148, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 78, 148, 0.6);
}
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input[type="color"][disabled],
input[type="date"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="range"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled],
select[disabled],
textarea[disabled],
input[type="color"][readonly],
input[type="date"][readonly],
input[type="datetime-local"][readonly],
input[type="email"][readonly],
input[type="month"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
input[type="range"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="time"][readonly],
input[type="url"][readonly],
input[type="week"][readonly],
select[readonly],
textarea[readonly],
fieldset[disabled] input[type="color"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="range"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="week"],
fieldset[disabled] select,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareainput[type="color"],
textareainput[type="date"],
textareainput[type="datetime-local"],
textareainput[type="email"],
textareainput[type="month"],
textareainput[type="number"],
textareainput[type="password"],
textareainput[type="range"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="time"],
textareainput[type="url"],
textareainput[type="week"],
textareaselect,
textareatextarea {
  height: auto;
}
select[multiple],
textarea {
  height: auto;
}
.ginput_container_date img {
  opacity: 0;
}
.ginput_container_fileupload {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  padding: 14px 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  font-size: 0.938em;
  letter-spacing: 0.05em;
  line-height: 1.333em;
  border-radius: 0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border-color: #00417b;
  color: #fff;
  background-color: #004E94;
  border-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  max-width: 100%;
}
.ginput_container_fileupload:focus,
.ginput_container_fileupload:active:focus,
.ginput_container_fileupload.active:focus,
.ginput_container_fileupload.focus,
.ginput_container_fileupload:active.focus,
.ginput_container_fileupload.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ginput_container_fileupload:hover,
.ginput_container_fileupload:focus,
.ginput_container_fileupload.focus {
  color: #000;
  text-decoration: none;
}
.ginput_container_fileupload:active,
.ginput_container_fileupload.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ginput_container_fileupload.disabled,
.ginput_container_fileupload[disabled],
fieldset[disabled] .ginput_container_fileupload {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ginput_container_fileupload [class^="icon-"],
.ginput_container_fileupload [class*=" icon-"] {
  vertical-align: text-bottom;
  line-height: 1.2;
  margin: 0 0.2em;
}
.ginput_container_fileupload.btn-link-plain {
  padding: 0;
  text-transform: none;
  border: none;
  background: none;
}
.ginput_container_fileupload.btn-link-plain:hover,
.ginput_container_fileupload.btn-link-plain:focus {
  text-decoration: underline;
}
.ginput_container_fileupload.btn-link-plain.btn-primary,
.ginput_container_fileupload.btn-link-plain.gform_footer button,
.ginput_container_fileupload.btn-link-plain.btn-learning-item {
  color: #004E94;
}
.ginput_container_fileupload.btn-link-plain.btn-info {
  color: #D6D9DC;
}
.ginput_container_fileupload.btn-link-plain.btn-default {
  color: #FAFAFA;
}
.ginput_container_fileupload.btn-link-plain.btn-dark {
  color: #000;
}
.ginput_container_fileupload:focus,
.ginput_container_fileupload:hover {
  text-decoration: none;
}
.ginput_container_fileupload.btn-link-plain {
  color: #004E94;
  background: none;
  border: 0;
  border-bottom: 2px solid #D6D9DC;
  font-size: 0.813em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.385em;
  text-transform: uppercase;
}
.ginput_container_fileupload.btn-link-plain:focus,
.ginput_container_fileupload.btn-link-plain:hover {
  text-decoration: none;
  background: none;
  border-bottom: 2px solid #004E94;
}
.ginput_container_fileupload:hover,
.ginput_container_fileupload:focus,
.ginput_container_fileupload.focus,
.ginput_container_fileupload:active,
.ginput_container_fileupload.active,
.open > .dropdown-toggle.ginput_container_fileupload {
  color: #fff;
  background-color: #003361;
  border-color: #00203d;
}
.ginput_container_fileupload:active,
.ginput_container_fileupload.active,
.open > .dropdown-toggle.ginput_container_fileupload {
  background-image: none;
}
.ginput_container_fileupload.disabled,
.ginput_container_fileupload[disabled],
fieldset[disabled] .ginput_container_fileupload,
.ginput_container_fileupload.disabled:hover,
.ginput_container_fileupload[disabled]:hover,
fieldset[disabled] .ginput_container_fileupload:hover,
.ginput_container_fileupload.disabled:focus,
.ginput_container_fileupload[disabled]:focus,
fieldset[disabled] .ginput_container_fileupload:focus,
.ginput_container_fileupload.disabled.focus,
.ginput_container_fileupload[disabled].focus,
fieldset[disabled] .ginput_container_fileupload.focus,
.ginput_container_fileupload.disabled:active,
.ginput_container_fileupload[disabled]:active,
fieldset[disabled] .ginput_container_fileupload:active,
.ginput_container_fileupload.disabled.active,
.ginput_container_fileupload[disabled].active,
fieldset[disabled] .ginput_container_fileupload.active {
  background-color: #004E94;
  border-color: #00417b;
}
.ginput_container_fileupload .badge {
  color: #004E94;
  background-color: #fff;
}
.btn-inverse.ginput_container_fileupload {
  color: #004E94;
  background-color: transparent;
  border-color: #004E94;
}
.ginput_container_fileupload:hover,
.ginput_container_fileupload:focus,
.ginput_container_fileupload.focus,
.ginput_container_fileupload:active,
.ginput_container_fileupload.active,
.open > .dropdown-toggle.ginput_container_fileupload {
  color: #004E94;
  background-color: transparent;
  border-color: #004E94;
}
.btn-inverse.ginput_container_fileupload:hover,
.btn-inverse.ginput_container_fileupload:focus,
.btn-inverse.ginput_container_fileupload.focus,
.btn-inverse.ginput_container_fileupload:active,
.btn-inverse.ginput_container_fileupload.active,
.btn-inverse.open > .dropdown-toggle.ginput_container_fileupload {
  color: #fff;
  background-color: #004E94;
  border-color: #004E94;
}
.btn-solid.ginput_container_fileupload:hover,
.btn-solid.ginput_container_fileupload:focus,
.btn-solid.ginput_container_fileupload.focus,
.btn-solid.ginput_container_fileupload:active,
.btn-solid.ginput_container_fileupload.active,
.btn-solid.open > .dropdown-toggle.ginput_container_fileupload {
  color: #004E94;
  background-color: #fff;
  border-color: #fff;
}
.ginput_container_fileupload:active,
.ginput_container_fileupload.active,
.open > .dropdown-toggle.ginput_container_fileupload {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ginput_container_fileupload.disabled,
.ginput_container_fileupload[disabled],
fieldset[disabled] .ginput_container_fileupload,
.ginput_container_fileupload.disabled:hover,
.ginput_container_fileupload[disabled]:hover,
fieldset[disabled] .ginput_container_fileupload:hover,
.ginput_container_fileupload.disabled:focus,
.ginput_container_fileupload[disabled]:focus,
fieldset[disabled] .ginput_container_fileupload:focus,
.ginput_container_fileupload.disabled.focus,
.ginput_container_fileupload[disabled].focus,
fieldset[disabled] .ginput_container_fileupload.focus,
.ginput_container_fileupload.disabled:active,
.ginput_container_fileupload[disabled]:active,
fieldset[disabled] .ginput_container_fileupload:active,
.ginput_container_fileupload.disabled.active,
.ginput_container_fileupload[disabled].active,
fieldset[disabled] .ginput_container_fileupload.active {
  background-color: transparent;
  border-color: #00417b;
}
.ginput_container_fileupload .badge {
  color: #004E94;
  background-color: #fff;
}
.ginput_container_fileupload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ginput_container_fileupload:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e910";
  pointer-events: none;
  transform: scaleY(-1);
}
.ginput_container_fileupload:after {
  display: none;
}
.ginput_container_fileupload_filename {
  padding-top: .5em;
  display: inline-block;
  margin-left: .5em;
  font-size: 14px;
}
.gfield_is_fileupload label {
  font-size: inherit;
  font-weight: inherit;
}
.ginput_container_list {
  margin-top: -22.4px;
  transform: translateY(-1px);
}
.ginput_container_list .gfield_list_container {
  margin-bottom: 0;
}
.ginput_container_list .gfield_list_icons {
  padding-left: 0;
  width: 45px;
}
.ginput_container_name {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.ginput_container_name > span {
  flex-basis: 100%;
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.ginput_container_time {
  display: flex;
  align-items: center;
}
.ginput_container_time input[type="number"] {
  margin-right: 7.5px;
}
.ginput_container_time label {
  margin-right: 1rem;
  margin-bottom: 0;
}
.ui-datepicker {
  margin-left: 4px;
  background-color: white;
  box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.ui-datepicker-calendar {
  margin-bottom: 0;
}
.ui-datepicker-header {
  display: flex;
  align-items: center;
  padding: .5rem;
}
.ui-datepicker-header select {
  margin-left: .5rem;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
  display: none;
}
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: .25rem;
  padding-left: .25rem;
}
.ui-datepicker-next:focus,
.ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  text-decoration: none;
}
.ui-datepicker-next:before {
  content: "\e907";
}
.ui-datepicker-prev:before {
  content: "\e908";
}
.gform_heading {
  text-align: center;
}
.gform_footer {
  margin-top: 1.5em;
  text-align: center;
}
.ui-datepicker-title {
  flex-grow: 1;
}
.validation_message {
  padding: 15px;
  margin-bottom: 22.4px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  margin-top: .375em;
  margin-bottom: 0;
  text-align: left;
}
.validation_message h4 {
  margin-top: 0;
  color: inherit;
}
.validation_message .alert-link {
  font-weight: bold;
}
.validation_message > p,
.validation_message > ul {
  margin-bottom: 0;
}
.validation_message > p + p {
  margin-top: 5px;
}
.validation_message hr {
  border-top-color: #a6e1ec;
}
.validation_message .alert-link {
  color: #245269;
}
.gfield_error .validation_message {
  background-color: #fff;
  border-color: #004E94;
  color: #004E94;
}
.gfield_error .validation_message hr {
  border-top-color: #00417b;
}
.gfield_error .validation_message .alert-link {
  color: #003361;
}
#error {
  padding: 15px;
  margin-bottom: 22.4px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  border-color: #004E94;
  color: #004E94;
  text-align: left;
}
#error h4 {
  margin-top: 0;
  color: inherit;
}
#error .alert-link {
  font-weight: bold;
}
#error > p,
#error > ul {
  margin-bottom: 0;
}
#error > p + p {
  margin-top: 5px;
}
#error hr {
  border-top-color: #00417b;
}
#error .alert-link {
  color: #003361;
}
#error .validation_list {
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
#error .validation_list a {
  color: inherit;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 22.4px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
#gforms_confirmation_message hr {
  border-top-color: #c9e2b3;
}
#gforms_confirmation_message .alert-link {
  color: #2b542c;
}
.email-sign-up-form-wrapper .gfield_radio {
  text-align: center;
}
.casl .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.casl input[type="checkbox"] + label {
  font-size: 0.667em;
}
.casl input[type="checkbox"] + label:after {
  font-size: 1em;
}
.vc_col-sm-8 .gfield,
.vc_col-sm-7 .gfield,
.vc_col-sm-6 .gfield {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .vc_col-sm-8 .gfield,
  .vc_col-sm-7 .gfield,
  .vc_col-sm-6 .gfield {
    width: 50%;
  }
}
.vc_col-sm-4 .gfield,
.vc_col-sm-3 .gfield {
  width: 100%;
}
.gform_validation_container {
  display: none;
}
header:not([class]) {
  z-index: 9998!important;
}
.navbar {
  min-height: 61px;
  border-bottom-width: 0;
}
@media screen and (min-width: 768px) {
  .navbar {
    min-height: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar {
    min-height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar {
    min-height: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar {
    min-height: 92px;
  }
}
.navbar .dropdown-menu {
  border-top-width: 0;
}
.navbar .dropdown-toggle:after {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5c5";
}
.no-js .dropdown:hover .dropdown-menu,
.no-js .dropdown:focus .dropdown-menu {
  display: block;
}
.no-js .dropdown-toggle:hover + .dropdown-menu,
.no-js .dropdown-toggle:focus + .dropdown-menu {
  display: block;
}
.navbar-brand {
  height: 61px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    height: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-brand {
    height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    height: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-brand {
    height: 92px;
  }
}
.navbar-brand-link {
  display: inline-block;
  transition: opacity 0.1s ease-in-out;
}
.navbar-brand-link:focus,
.navbar-brand-link:hover {
  opacity: 0.75;
}
.navbar-flex {
  display: flex;
  align-items: flex-start;
}
.navbar-header {
  height: 61px;
  order: 0;
}
@media screen and (min-width: 768px) {
  .navbar-header {
    height: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-header {
    height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-header {
    height: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-header {
    height: 92px;
  }
}
.navbar-search {
  order: 9;
}
.navbar-main {
  flex: 1 1 auto;
  order: 5;
  height: 61px;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: 0.1s ease-in-out opacity;
}
@media screen and (min-width: 768px) {
  .navbar-main {
    height: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-main {
    height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-main {
    height: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-main {
    height: 92px;
  }
}
.navbar-main.finished,
.no-js .navbar-main {
  opacity: 1;
}
.navbar-nav {
  font-size: 0.825em;
}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 61px;
}
@media screen and (min-width: 768px) {
  .navbar-nav > li > a {
    line-height: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-nav > li > a {
    line-height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-nav > li > a {
    line-height: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-nav > li > a {
    line-height: 92px;
  }
}
.primary-nav {
  margin: 0 -1px;
}
.primary-navbar-button-wrapper {
  padding-left: 1em;
  align-self: center;
  order: 8;
  font-size: 0.825em;
}
.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -15px;
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
  line-height: 61px;
  width: 61px;
  font-size: 1.5em;
  color: #004E94;
  border-radius: 0;
  border: 0;
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    line-height: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-toggle {
    line-height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    line-height: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-toggle {
    line-height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    width: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-toggle {
    width: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    width: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-toggle {
    width: 92px;
  }
}
.skip-to-content {
  padding: 1em;
  display: inline-block;
}
.search-results-controls {
  margin: 2em 0;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .search-results-controls {
    margin: 0;
  }
}
.search-results-control {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-results-control {
    float: right;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .search-results-control-pagination {
    text-align: right;
  }
}
.search-results-pagination-directive {
  display: block;
}
.search-results-range-current {
  font-size: 1em;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.search-results-range-conjunction,
.search-results-range-total {
  font-style: italic;
  font-size: 1em;
}
.search-results-range-suffix {
  font-size: 1em;
}
.search-results-pagination {
  margin: 0;
}
.search-results-pagination .search-results-pagination-item {
  float: none;
  display: inline-block;
}
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button {
  padding: 1em;
  font-size: 0.875em;
  color: #000;
  background: none;
  border: 0;
}
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button:hover,
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button:focus {
  color: #004E94;
  background-color: transparent;
}
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button.dots:hover,
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button.dots:focus {
  color: #000;
  background-color: transparent;
}
.search-results-pagination > .active > .search-results-pagination-item-button {
  color: #fff;
  background-color: #004E94;
}
.search-results-pagination > .active > .search-results-pagination-item-button:hover,
.search-results-pagination > .active > .search-results-pagination-item-button:focus {
  color: #fff;
  background-color: #004E94;
}
.search-results-pagination > .disabled > .search-results-pagination-item-button {
  cursor: not-allowed;
  outline: none;
}
.search-results-pagination-item-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slideout-open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .slideout-open {
    overflow-y: visible;
  }
}
@media (max-width: 991px) {
  .navbar-fixed-bottom-mobile {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-fixed-bottom-mobile .navbar-collapse {
    max-height: 340px;
  }
}
@media (max-width: 991px) and (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom-mobile .navbar-collapse {
    max-height: 200px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .navbar-fixed-bottom-mobile {
    border-radius: 0;
  }
}
.navbar-fixed-bottom-mobile .navbar-collapse {
  max-height: none;
}
@media (min-width: 992px) {
  .navbar-fixed-top-desktop {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-top-desktop .navbar-collapse {
    max-height: 340px;
  }
}
@media (min-width: 992px) and (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top-desktop .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar-fixed-top-desktop {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-static-top-desktop {
    z-index: 1000;
    border-width: 0 0 1px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar-static-top-desktop {
    border-radius: 0;
  }
}
.navbar-collapse.slideout {
  padding-right: 0;
  padding-left: 0;
  z-index: 1030;
}
.side-slideout .navbar-collapse.slideout {
  position: fixed;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  max-width: 80vw;
  height: 100vh !important;
  min-height: 100vh;
  background: #FAFAFA;
  overflow: visible;
}
@media screen and (min-width: 1200px) {
  .side-slideout .navbar-collapse.slideout {
    width: 450px;
  }
}
.vertical-slideout .navbar-collapse.slideout {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vertical-slideout .navbar-collapse.slideout {
    left: 0;
    right: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .vertical-slideout .navbar-collapse.slideout {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 300px;
    max-width: 80vw;
    height: 100vh !important;
    min-height: 100vh;
    background: #FAFAFA;
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  .vertical-slideout .navbar-collapse.slideout {
    width: 450px;
  }
}
.vertical-slideout.bottom-slideout .navbar-collapse.slideout {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vertical-slideout.bottom-slideout .navbar-collapse.slideout {
    margin-bottom: 61px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .vertical-slideout.bottom-slideout .navbar-collapse.slideout {
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 1600px) {
  .vertical-slideout.bottom-slideout .navbar-collapse.slideout {
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .vertical-slideout.bottom-slideout .navbar-collapse.slideout {
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 1400px) {
  .vertical-slideout.bottom-slideout .navbar-collapse.slideout {
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 767px) {
  .vertical-slideout.top-slideout .navbar-collapse.slideout {
    margin-top: 61px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .vertical-slideout.top-slideout .navbar-collapse.slideout {
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 1600px) {
  .vertical-slideout.top-slideout .navbar-collapse.slideout {
    margin-top: 92px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .vertical-slideout.top-slideout .navbar-collapse.slideout {
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 1400px) {
  .vertical-slideout.top-slideout .navbar-collapse.slideout {
    margin-top: 92px;
  }
}
.navbar-collapse.slideout.in + .slideout-overlay,
.navbar-collapse.slideout.collapsing + .slideout-overlay {
  z-index: 1029;
  bottom: 61px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out, z-index 0s linear 0s, bottom 0s linear 0s;
}
@media screen and (min-width: 768px) {
  .navbar-collapse.slideout.in + .slideout-overlay,
  .navbar-collapse.slideout.collapsing + .slideout-overlay {
    bottom: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-collapse.slideout.in + .slideout-overlay,
  .navbar-collapse.slideout.collapsing + .slideout-overlay {
    bottom: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-collapse.slideout.in + .slideout-overlay,
  .navbar-collapse.slideout.collapsing + .slideout-overlay {
    bottom: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-collapse.slideout.in + .slideout-overlay,
  .navbar-collapse.slideout.collapsing + .slideout-overlay {
    bottom: 92px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-collapse.slideout.in + .slideout-overlay,
  .navbar-collapse.slideout.collapsing + .slideout-overlay {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .vertical-slideout .navbar-collapse.slideout.in + .slideout-overlay,
  .vertical-slideout .navbar-collapse.slideout.collapsing + .slideout-overlay {
    z-index: -1;
    opacity: 1;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .vertical-slideout.bottom-slideout .navbar-collapse.slideout.in + .slideout-overlay,
  .vertical-slideout.bottom-slideout .navbar-collapse.slideout.collapsing + .slideout-overlay {
    top: 0;
    transition: opacity 0.1s ease-in-out 0s, z-index 0s linear 0s, top 0.1s linear;
  }
}
@media screen and (max-width: 767px) {
  .vertical-slideout.top-slideout .navbar-collapse.slideout.in + .slideout-overlay,
  .vertical-slideout.top-slideout .navbar-collapse.slideout.collapsing + .slideout-overlay {
    bottom: 0;
    transition: opacity 0.1s ease-in-out 0s, z-index 0s linear 0s, bottom 0.1s linear;
  }
}
.left-slideout.side-slideout .navbar-collapse.slideout {
  left: -300px;
  transition: left 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .left-slideout.side-slideout .navbar-collapse.slideout {
    left: -450px;
  }
}
.left-slideout.side-slideout .navbar-collapse.slideout.in {
  left: 0;
  transition: left 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .left-slideout.vertical-slideout .navbar-collapse.slideout {
    left: -300px;
    transition: left 0.2s ease-out;
  }
  .left-slideout.vertical-slideout .navbar-collapse.slideout.in {
    left: 0;
    transition: left 0.2s ease-out;
  }
}
@media screen and (min-width: 1200px) {
  .left-slideout.vertical-slideout .navbar-collapse.slideout {
    left: -450px;
  }
}
.right-slideout.side-slideout .navbar-collapse.slideout {
  right: -300px;
  transition: right 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .right-slideout.side-slideout .navbar-collapse.slideout {
    right: -450px;
  }
}
.right-slideout.side-slideout .navbar-collapse.slideout.in {
  right: 0;
  transition: right 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .right-slideout.vertical-slideout .navbar-collapse.slideout {
    right: -300px;
    transition: right 0.2s ease-out;
  }
  .right-slideout.vertical-slideout .navbar-collapse.slideout.in {
    right: 0;
    transition: right 0.2s ease-out;
  }
}
@media screen and (min-width: 1200px) {
  .right-slideout.vertical-slideout .navbar-collapse.slideout {
    right: -450px;
  }
}
.navbar-collapse.slideout .primary-navbar-collapse-inner {
  height: calc(100% - 92px);
  overflow-y: auto;
}
.side-slideout .navbar-collapse.slideout .primary-navbar-collapse-inner {
  padding: 0 15px;
  width: 300px;
  max-width: 80vw;
}
.vertical-slideout .navbar-collapse.slideout .primary-navbar-collapse-inner {
  height: calc(100vh - 92px);
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .navbar-collapse.slideout .primary-navbar-collapse-inner {
    height: calc(100% - 92px);
    width: 300px;
    max-width: 80vw;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-collapse.slideout .primary-navbar-collapse-inner {
    width: 450px;
  }
}
.navbar-collapse.slideout .primary-navbar-collapse-inner .navbar-nav {
  margin: 0;
}
.navbar-collapse.slideout .primary-navbar-collapse-inner .megamenu-callout-wrapper {
  display: none;
}
.navbar-collapse.slideout .navbar-nav {
  float: none;
}
.navbar-collapse.slideout .navbar-nav > li {
  display: block;
  float: none;
}
.navbar-collapse.slideout .navbar-nav > li a {
  padding: 0.5em 1.5em;
  line-height: 2;
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle {
  position: relative;
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle.in::after {
  transform: rotate(0deg);
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle::before,
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 1em;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #004E94;
  transition: transform 0.2s ease-in-out;
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle::after {
  transform: rotate(90deg);
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-toggle::after {
  transform: rotate(0deg);
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li:last-child {
  padding-bottom: 0;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a {
  color: #004E94;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .active > a,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.side-slideout .navbar-collapse.slideout.collapse {
  display: none !important;
}
.side-slideout .navbar-collapse.slideout.collapse.in {
  display: block !important;
}
.side-slideout .navbar-collapse.slideout.collapsing {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .vertical-slideout .navbar-collapse.slideout.collapse {
    display: none !important;
  }
  .vertical-slideout .navbar-collapse.slideout.collapse.in {
    display: block !important;
  }
  .vertical-slideout .navbar-collapse.slideout.collapsing {
    display: block !important;
  }
}
.navbar-fixed-top .navbar-collapse.slideout.in {
  max-height: none;
}
.primary-navbar-toggle.slideout,
.primary-navbar-toggle.auto-slideout {
  display: block;
}
.right-slideout .primary-navbar-toggle {
  order: 10;
  margin-right: -15px;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .right-slideout .primary-navbar-toggle {
    margin-left: 15px;
  }
}
.left-slideout .primary-navbar-toggle {
  order: -10;
  float: left;
  margin-left: -15px;
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .left-slideout .primary-navbar-toggle {
    margin-right: 15px;
  }
}
.slideout-toggle-close {
  display: block;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .slideout-toggle-close {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .vertical-slideout .slideout-toggle-close.navbar-toggle {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .vertical-slideout .slideout-toggle-close.sr-only {
    display: none;
  }
}
.slideout-overlay {
  position: fixed;
  z-index: -1030;
  top: 0;
  bottom: 100vh;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, z-index 0s linear 0.2s, bottom 0s linear 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .vertical-slideout .slideout-overlay {
    overflow: hidden;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .vertical-slideout.bottom-slideout .slideout-overlay {
    transition: opacity 0.1s ease-in-out 0s, z-index 0s linear 0.2s, top 0.1s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .vertical-slideout.top-slideout .slideout-overlay {
    transition: opacity 0.1s ease-in-out 0s, z-index 0s linear 0.2s, bottom 0.1s ease-in-out;
  }
}
.sticky-nav {
  height: 57px;
}
@media screen and (min-width: 768px) {
  .sticky-nav {
    height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .sticky-nav {
    height: 86px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-nav {
    height: 71px;
  }
}
@media screen and (min-width: 1400px) {
  .sticky-nav {
    height: 86px;
  }
}
.sticky-nav .navbar-collapse {
  border-top-width: 0.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
}
.navbar.sticky-navbar {
  min-height: 57px;
  z-index: 999;
  font-size: 0.857em;
  border: none;
  -webkit-transition: top;
  -o-transition: top;
  transition: top;
  transition: 0.1s ease-in-out top;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar {
    min-height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar {
    min-height: 86px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar {
    min-height: 71px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar.sticky-navbar {
    min-height: 86px;
  }
}
.navbar.sticky-navbar.affix {
  top: 0;
  width: 100%;
}
.navbar.sticky-navbar .container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.navbar.sticky-navbar .navbar-header {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 57px;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-header {
    height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-header {
    height: 86px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-header {
    height: 71px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar.sticky-navbar .navbar-header {
    height: 86px;
  }
}
.navbar.sticky-navbar .navbar-brand {
  padding: 0.25rem 0.5em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-brand {
    padding: 0.5em 1em;
  }
}
.navbar.sticky-navbar .navbar-brand img {
  max-height: 100%;
  display: inline-block;
}
.navbar.sticky-navbar .navbar-toggle {
  width: 57px;
  height: 57px;
  height: auto;
  flex: 0 0 auto;
  order: 10;
  align-self: stretch;
  margin: 0 -15px 0 0;
  padding: 0.25em 0.25em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-toggle {
    width: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-toggle {
    width: 86px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-toggle {
    width: 71px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar.sticky-navbar .navbar-toggle {
    width: 86px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-toggle {
    height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-toggle {
    height: 86px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-toggle {
    height: 71px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar.sticky-navbar .navbar-toggle {
    height: 86px;
  }
}
.navbar.sticky-navbar .navbar-toggle:hover,
.navbar.sticky-navbar .navbar-toggle:focus {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
    padding: inherit;
  }
}
.navbar.sticky-navbar .navbar-toggle [class^="icon-"] {
  display: block;
}
.navbar.sticky-navbar .navbar-toggle .button-name {
  display: block;
  font-size: 0.66em;
  line-height: 1;
}
.navbar.sticky-navbar .navbar-main {
  height: 57px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-main {
    height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-main {
    height: 86px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-main {
    height: 71px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar.sticky-navbar .navbar-main {
    height: 86px;
  }
}
.navbar.sticky-navbar .navbar-main .navbar-nav > li > a {
  line-height: 57px;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-main .navbar-nav > li > a {
    line-height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-main .navbar-nav > li > a {
    line-height: 86px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-main .navbar-nav > li > a {
    line-height: 71px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar.sticky-navbar .navbar-main .navbar-nav > li > a {
    line-height: 86px;
  }
}
.navbar.sticky-navbar .navbar-main .navbar-nav > li > a:hover,
.navbar.sticky-navbar .navbar-main .navbar-nav > li > a:focus {
  color: #004E94;
}
@media screen and (min-width: 992px) {
  .navbar.sticky-navbar .navbar-main .navbar-nav > li.active {
    box-shadow: inset 0 -0.25em 0 0 #004E94;
  }
}
.navbar-brand-link:focus .navbar-brand,
.navbar-brand-link:hover .navbar-brand {
  background-color: #FAFAFA;
}
.sticky-navbar-logo,
.sticky-navbar-name {
  flex: 1 1 auto;
  margin-left: 0.25em;
}
.sticky-navbar-logo {
  max-height: 61px;
}
@media screen and (min-width: 768px) {
  .sticky-navbar-logo {
    max-height: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .sticky-navbar-logo {
    max-height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-navbar-logo {
    max-height: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .sticky-navbar-logo {
    max-height: 92px;
  }
}
.sticky-navbar-collapse {
  border-style: solid;
}
.sticky-navbar-collapse .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  font-size: 1.25em;
}
.sticky-navbar-collapse .navbar-nav > li {
  display: block;
  float: none;
}
.sticky-navbar-collapse .navbar-nav > li a {
  padding: 0.5em 1.5em;
  line-height: 2;
}
.sticky-navbar-collapse .navbar-nav > li a:hover,
.sticky-navbar-collapse .navbar-nav > li a:focus {
  background: #fff;
}
.sticky-navbar-collapse.collapse {
  display: none !important;
}
.sticky-navbar-collapse.collapse.in {
  display: block !important;
}
.subpage-header {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.subpage-header.type-solid {
  background-image: none !important;
}
.subpage-header.type-transparent {
  background-image: none;
  background-color: transparent;
}
.subpage-header-content {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .subpage-header-content {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .subpage-header-content {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .subpage-header-content {
    padding: 4.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .subpage-header-content {
    font-size: 3vw;
  }
}
.subpage-header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.subpage-header-overlay.none {
  display: none;
}
.split-screen .subpage-header {
  margin-bottom: 0;
  padding-top: 15vw;
  overflow: visible;
}
.split-screen .subpage-header-content {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  padding: 2em;
  font-size: 0.66rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  transform: translate(0, 2rem);
}
@media screen and (min-width: 992px) {
  .split-screen .subpage-header-content {
    transform: translate(0, 2.64rem);
  }
}
.split-screen .subpage-header-content h1 {
  margin: 0;
}
.language-list {
  margin: 2em 0;
}
.language-list .language-picker-language-current {
  display: none;
}
.language-list .language-picker-list {
  position: relative;
  margin: 0;
  display: block;
  color: inherit;
  background: none;
  border: none;
  font-size: 0.889em;
}
.language-list .language-picker-list a {
  color: inherit;
}
.language-list .language-picker-list a:hover,
.language-list .language-picker-list a:focus {
  color: #fff;
}
.language-list .language-picker-language.active {
  display: block;
  color: #fff;
  background: #004E94;
}
.language-list .language-picker-language-link {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.language-list .country-picker-country {
  margin-right: .5em;
  margin-left: 0;
}
.language-picker {
  position: relative;
  display: inline-block;
}
.language-picker.open .language-picker-list {
  display: block;
}
.language-picker.open .language-picker-language-current:after {
  transform: rotate(180deg);
}
.language-picker-language-current {
  padding: .5em 1em;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  background: none;
  border: 1px solid transparent;
}
.language-picker-language-current:after {
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .8em;
  color: inherit;
  content: "\e5cf";
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  transition: 0.1s ease-in-out transform;
}
.language-picker-language-current:focus,
.language-picker-language-current:hover {
  color: #fff;
  background: #004E94;
  outline: none;
}
.language-picker-language-current img {
  margin-bottom: 1px;
  margin-right: 2px;
}
.language-picker-list {
  z-index: 20;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  padding-left: 0;
  background: #004E94;
  list-style: none;
}
.language-picker-list a {
  color: #fff;
}
.language-picker-language.active {
  display: none;
}
.language-picker-language-link {
  display: block;
  padding: .5em 1em;
  width: 100%;
  text-align: left;
  color: #000;
  white-space: nowrap;
}
.language-picker-language-link:hover,
.language-picker-language-link:focus {
  text-decoration: none;
  color: #fff;
  background: #0069c7;
}
.language-picker-language-link img {
  margin-bottom: 1px;
  margin-right: 2px;
}
.country-picker-country {
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-left: .5em;
  background-size: contain;
  background-repeat: no-repeat;
}
.slideout-language-selector {
  margin-top: 2em;
  text-align: center;
}
.navbar-search {
  position: static;
  float: right;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .navbar-search {
    margin-right: -15px;
  }
}
.navbar-search:focus {
  outline: none;
}
.navbar-search.open .navbar-search-button {
  background-color: #004E94;
  color: #fff;
}
.right-slideout .primary-navbar-toggle + .navbar-search {
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .right-slideout .primary-navbar-toggle + .navbar-search {
    margin-right: 0;
  }
}
.navbar-search-button {
  display: block;
  margin-left: 0;
}
.navbar-search-button.dropdown-toggle:after {
  display: none;
}
.navbar-search-dropdown-menu {
  z-index: 2000;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 1em 0;
  background-color: #004E94;
  border-radius: 0;
  background-clip: border-box;
}
@media screen and (min-width: 768px) {
  .navbar-search-dropdown-menu {
    padding: 1.5em 0;
  }
}
.navbar-search-form {
  position: relative;
}
.navbar-search-form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type="search"].navbar-search-form-control {
  display: block;
  width: 100%;
  height: 52.4px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D6D9DC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: 0.1s ease-in-out border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-width: 2px;
}
input[type="search"].navbar-search-form-control:focus {
  border-color: #004E94;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 78, 148, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 78, 148, 0.6);
}
input[type="search"].navbar-search-form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="search"].navbar-search-form-control:-ms-input-placeholder {
  color: #fff;
}
input[type="search"].navbar-search-form-control::-webkit-input-placeholder {
  color: #fff;
}
input[type="search"].navbar-search-form-control[disabled],
input[type="search"].navbar-search-form-control[readonly],
fieldset[disabled] input[type="search"].navbar-search-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareainput[type="search"].navbar-search-form-control {
  height: auto;
}
input[type="search"].navbar-search-form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}
.navbar-search-form-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  color: #004E94;
  background: none;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
}
.navbar-search-form-submit-button:hover,
.navbar-search-form-submit-button:focus {
  color: #333;
}
.navbar-search-form-submit-button-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}
.navbar-search-form-submit-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.old-browser {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 1em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.old-browser-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  font-size: 1.5em;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: 0.1s ease-in-out opacity;
}
.old-browser-close:hover,
.old-browser-close:focus {
  color: #fff;
  opacity: .6;
}
.old-browser-text {
  margin: 3em 0;
}
@media screen and (min-width: 768px) {
  .old-browser-text {
    margin: 4em 0;
  }
}
.old-browser-close-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sitemap-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  column-count: 2;
}
@media screen and (min-width: 768px) {
  .sitemap-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .sitemap-wrapper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .sitemap-wrapper {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .sitemap-wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .sitemap-wrapper {
    margin-bottom: 5rem;
  }
}
.sitemap-item {
  break-inside: avoid;
}
.sitemap-item h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}
.social-links-navbar {
  order: 8;
}
.navbar-nav.social-links-list {
  display: block;
  padding: 0;
  margin: 0 0 0 15px;
  list-style: none;
  font-size: 1.5em;
}
.navbar-nav.social-links-list > li {
  display: inline-block;
  margin: 0 0.25em;
}
.navbar-nav.social-links-list > li > a {
  padding: 0;
}
.slideout .navbar-nav.social-links-list {
  margin: 0;
  text-align: center;
  font-size: 2em;
}
.slideout .navbar-nav.social-links-list > li {
  display: inline-block;
}
.slideout .navbar-nav.social-links-list > li a {
  display: inline-block;
  padding: 0;
  line-height: 1;
}
footer .navbar-nav.social-links-list {
  margin: 0;
  font-size: 2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .navbar-nav.social-links-list {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  footer .navbar-nav.social-links-list > li {
    margin-left: 0;
    margin-right: 0.5em;
  }
}
footer .navbar-nav.social-links-list > li > a {
  padding: 0;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: 0.1s ease-in-out color;
}
footer .navbar-nav.social-links-list > li > a:hover,
footer .navbar-nav.social-links-list > li > a:focus {
  color: #004E94;
  text-decoration: none;
  background-color: transparent;
}
.sticky-footer-button {
  color: #fff;
  background-color: #004E94;
  border: 0;
}
.sticky-footer-button:hover,
.sticky-footer-button:focus {
  background: #00417b;
}
.sticky-footer-button.has-callout-button {
  margin-bottom: calc(3em + 1em + 1em);
}
.sticky-footer-button .icon {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  text-align: center;
}
#sticky-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: calc(100vh - 3em);
  color: #fff;
  background-color: #004E94;
  z-index: 1030;
  transform: translateY(100%);
  transition: transform .4s;
}
#sticky-footer.hide-below-xs {
  display: none;
}
@media screen and (min-width: 480px) {
  #sticky-footer.hide-below-xs {
    display: block;
  }
}
#sticky-footer.hide-below-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  #sticky-footer.hide-below-sm {
    display: block;
  }
}
#sticky-footer.hide-below-md {
  display: none;
}
@media screen and (min-width: 992px) {
  #sticky-footer.hide-below-md {
    display: block;
  }
}
#sticky-footer.hide-below-lg {
  display: none;
}
@media screen and (min-width: 1200px) {
  #sticky-footer.hide-below-lg {
    display: block;
  }
}
#sticky-footer h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
#sticky-footer p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
#sticky-footer .close {
  align-self: flex-start;
  color: white;
  text-shadow: none;
  opacity: .5;
}
#sticky-footer .close:focus,
#sticky-footer .close:hover {
  opacity: 1;
}
#sticky-footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-height: calc(100vh - 5rem);
  overflow: auto;
}
#sticky-footer .image {
  display: none;
}
@media screen and (min-width: 768px) {
  #sticky-footer .container {
    display: flex;
    align-items: center;
  }
  #sticky-footer .container:before,
  #sticky-footer .container:after {
    display: none;
  }
  #sticky-footer .close {
    order: 10;
  }
  #sticky-footer .content {
    flex-grow: 1;
    padding-left: 2rem;
    font-size: .875em;
  }
  #sticky-footer .image {
    flex-shrink: 0;
    display: block;
    width: 150px;
  }
  #sticky-footer .image img {
    max-width: 100%;
  }
}
#sticky-footer.show-bar {
  box-shadow: 0 0 20px rgba(94, 94, 94, 0.4);
  transform: translateY(0);
}
.page-404 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-404 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-404 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-404 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-404 {
    margin-bottom: 5rem;
  }
}
.page-404-heading-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-404-heading-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .page-404-heading-column {
    margin-left: 8.33333333%;
  }
}
.page-404-content-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-404-content-column {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .page-404-content-column {
    float: left;
    width: 50%;
  }
}
.page-404-heading {
  margin: 0;
  text-align: left;
}
.page-404-heading strong {
  display: block;
  font-family: inherit;
  font-size: 2em;
  line-height: .75;
  letter-spacing: 0em;
  color: #004E94;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.page-404-heading small {
  display: block;
  font-size: 0.66em;
  color: inherit;
  font-weight: 500;
  margin-bottom: 1em;
}
.page-404-content-heading {
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.page-404-content {
  margin-bottom: 1em;
}
.page-404-content p:last-of-type {
  margin-bottom: 2em;
}
.learning-items:before,
.learning-items:after {
  content: " ";
  display: table;
}
.learning-items:after {
  clear: both;
}
.learning-items:before,
.learning-items:after {
  content: " ";
  display: table;
}
.learning-items:after {
  clear: both;
}
.learning-header {
  margin: 0 !important;
}
.learning-header .container {
  margin-bottom: 1em;
}
.learning-filter-bar-search .input-search {
  height: 3rem;
}
.learning-filter-bar-search .icon-search {
  font-size: 1em;
}
.learning-item-heading {
  font-family: inherit;
}
.learning-item-link {
  color: #000;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  transition: 0.1s ease-in-out background;
}
.learning-item-link:hover,
.learning-item-link:focus {
  background: #FAFAFA !important;
}
.btn-learning-item {
  color: #fff !important;
}
.btn-learning-item:hover,
.btn-learning-item:focus {
  color: #004E94 !important;
}
.single-blog-date {
  margin-top: 1em;
}
@media screen and (min-width: 1200px) {
  .page-template-page-cta-form .breadcrumb .container {
    width: 1150px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-page-cta-form .breadcrumb .container {
    width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-page-cta-form .breadcrumb .container {
    width: 1440px;
  }
}
.page-template-page-cta-form .career-perks-heading,
.page-template-page-cta-form .career-perks-introduction,
.page-template-page-cta-form .perks-list {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-template-page-cta-form .perks-item {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .page-template-page-cta-form .perks-item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-cta-form .perks-item {
    width: 33.3333%;
  }
}
.cta-page-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cta-page-container:before,
.cta-page-container:after {
  content: " ";
  display: table;
}
.cta-page-container:after {
  clear: both;
}
.cta-page-container:before,
.cta-page-container:after {
  content: " ";
  display: table;
}
.cta-page-container:after {
  clear: both;
}
@media screen and (min-width: 1600px) {
  .cta-page-container {
    width: 1440px;
  }
}
.cta-page-form-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cta-page-form-column {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .cta-page-form-column {
    left: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .cta-page-form-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .cta-page-form-column {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .cta-page-form-column {
    margin-top: -4em;
    padding-bottom: 4em;
    padding-right: 0;
  }
}
.cta-page-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cta-page-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .cta-page-content {
    right: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .cta-page-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .cta-page-content {
    right: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .cta-page-content {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .cta-page-content {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .cta-page-content {
    margin-bottom: 5rem;
  }
}
.cta-page-content .container {
  max-width: 100%;
}
.cta-page-content-inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.cta-page-form-wrapper {
  position: relative;
  z-index: 10;
  min-height: 100%;
  padding-top: 2em;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 2em;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .cta-page-form-wrapper {
    margin-top: -3em;
  }
}
.cta-page-form-wrapper .gform_wrapper {
  padding-top: 1em;
  margin-top: 0;
}
.cta-page-form-wrapper form {
  position: relative;
  padding-bottom: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta-page-form-wrapper form {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .cta-page-form-wrapper form {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .cta-page-form-wrapper form {
    padding-bottom: 5rem;
  }
}
.cta-page-form-wrapper form .gform_title {
  margin-top: 0;
  padding-top: 1em;
}
.cta-page-form-wrapper form .horizontal-field {
  text-align: center !important;
}
.cta-page-form-wrapper form .gfield {
  padding: 0;
  width: 100%;
}
.cta-page-form-wrapper form .gfield.half-field,
.cta-page-form-wrapper form .gfield.quarter-field,
.cta-page-form-wrapper form .gfield .ginput_complex > span {
  padding: 0;
  width: 100%;
}
.page-template-page-cta-form .subpage-header-image:before {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}
.cta-page-form-column {
  height: 100%;
}
.cta-page-form-wrapper {
  background-color: #FAFAFA;
}
@media screen and (min-width: 1200px) {
  .cta-page-form-wrapper {
    min-height: 100%;
  }
}
.cta-page-form-wrapper form input[type="text"],
.cta-page-form-wrapper form input[type="password"],
.cta-page-form-wrapper form input[type="datetime"],
.cta-page-form-wrapper form input[type="datetime-local"],
.cta-page-form-wrapper form input[type="date"],
.cta-page-form-wrapper form input[type="month"],
.cta-page-form-wrapper form input[type="time"],
.cta-page-form-wrapper form input[type="week"],
.cta-page-form-wrapper form input[type="number"],
.cta-page-form-wrapper form input[type="email"],
.cta-page-form-wrapper form input[type="url"],
.cta-page-form-wrapper form input[type="search"],
.cta-page-form-wrapper form input[type="tel"],
.cta-page-form-wrapper form select {
  height: 3em;
}
.cta-page-form-wrapper form .ginput_container_select::before {
  line-height: 3em;
}
.cta-page-form-wrapper form .gform_footer {
  text-align: left;
}
.cta-page-form-wrapper form .gfield_label {
  padding-left: 0;
}
.cta-page-form-wrapper form .gfield:not(.gfield_contains_required) > .ginput_container::after,
.cta-page-form-wrapper form .gfield:not(.gfield_contains_required) > .gfieldset::after {
  font-size: .75rem;
}
.cta-page-form-wrapper form .gfield:not(.gfield_contains_required) > .ginput_container.ginput_container_textarea::after {
  right: 1em;
}
.cta-page-form-wrapper form .ginput_complex label.active,
.cta-page-form-wrapper form .ginput_complex label.field-changed {
  padding-left: 0;
}
.page-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 100vh;
}
.page-sidebar {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .container {
    width: 100%;
  }
}
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .container .container,
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .container .container-narrow {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.page-sidebar-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sidebar-left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .page-sidebar-left {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .page-sidebar-left {
    padding: 0;
  }
}
.page-sidebar-left:empty {
  display: none;
}
.page-sidebar-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sidebar-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .page-sidebar-right {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .page-sidebar-right {
    padding: 0;
  }
}
.page-sidebar-left:empty + .page-sidebar-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sidebar-left:empty + .page-sidebar-right {
    float: left;
    width: 100%;
  }
}
.internal-sidebar {
  position: relative;
  display: block;
  margin-bottom: 2em;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .internal-sidebar {
    font-size: 0.857em;
  }
}
.sidebar-menu {
  padding: 1em 0;
}
.sidebar-menu .current-page-ancestor a,
.sidebar-menu .current-menu-item a,
.sidebar-menu .menu-header {
  font-weight: 700;
}
.sidebar-menu .current-page-ancestor a {
  color: #000;
}
.sidebar-menu .current-menu-item a {
  background-color: #fff;
}
.sidebar-menu .menu-header {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.sidebar-heading {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.857em;
}
@media screen and (min-width: 768px) {
  .sidebar-heading {
    display: none;
    margin-bottom: 0;
    font-size: 1em;
  }
}
.sidebar-heading-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em;
  color: #fff;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 0;
  background-color: #004E94;
}
@media screen and (min-width: 768px) {
  .sidebar-heading-button {
    padding-bottom: 0;
    font: inherit;
    color: inherit;
    background: none;
    cursor: default;
  }
}
.sidebar-heading-button:hover,
.sidebar-heading-button:focus,
.sidebar-heading-button.in {
  outline: none;
  background-color: #004E94;
}
@media screen and (min-width: 768px) {
  .sidebar-heading-button:hover,
  .sidebar-heading-button:focus,
  .sidebar-heading-button.in {
    background: none;
  }
}
.sidebar-heading-button.in::after {
  transform: rotate(0deg);
}
.sidebar-heading-button::before,
.sidebar-heading-button::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 1em;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sidebar-heading-button::before,
  .sidebar-heading-button::after {
    display: none;
  }
}
.sidebar-heading-button::after {
  transform: rotate(90deg);
}
.sidebar-collapse {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .sidebar-collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}
.search-search-bar {
  margin: 0 -15px 1em;
  padding: 1.3em 0;
  background-color: #004E94;
}
@media screen and (min-width: 768px) {
  .search-search-bar-container {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .search-search-bar-container {
    padding: 0 15px;
  }
}
.search-search-bar-form {
  position: relative;
}
.search-search-bar-form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-search-bar-form-control[type="text"] {
  width: 100%;
  height: auto;
  padding: .5em 5em .5em .5em;
  color: #000;
  font-size: 1em;
  box-shadow: none;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
.search-search-bar-form-control[type="text"]:hover,
.search-search-bar-form-control[type="text"]:focus {
  border-color: #000;
  outline: none;
  box-shadow: none;
}
.search-search-bar-form-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  color: #000;
  font-size: 1em;
  background: none;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
}
.search-search-bar-form-submit-button:hover,
.search-search-bar-form-submit-button:focus {
  color: #004E94;
}
.search-search-bar-form-submit-button::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.search-search-bar-form-submit-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-search-bar-form-submit-button-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}
.search-sidebar-heading {
  display: block;
}
.search-sidebar-type {
  display: block;
  padding: 0;
  margin: 0;
}
.search-sidebar-type + .search-sidebar-type {
  margin-top: .25em;
}
.search-sidebar-type-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 1em 0.5em 3em;
  text-align: left;
  color: #000;
  border: 0;
  border-radius: 0;
  background: none;
  outline: none;
}
.search-sidebar-type-button:hover,
.search-sidebar-type-button:focus {
  color: #004E94;
}
.search-sidebar-type-button:hover:before,
.search-sidebar-type-button:focus:before {
  border-color: #004E94;
}
.search-sidebar-type-button.active {
  color: #000;
}
.search-sidebar-type-button.active::before {
  color: #000;
}
.search-sidebar-type-button::before {
  position: absolute;
  top: 50%;
  left: 1em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  font-size: .875em;
  color: transparent;
  text-align: center;
  border: 1px solid #000;
  content: "\e876";
  transform: translateY(-50%);
}
.search-results-range {
  font-size: 0.857em;
  padding: 1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .search-results-range {
    float: left;
  }
}
.search-results-pagination-item-button-icon {
  font-size: .8em;
}
.search-results-list {
  display: block;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .search-results-list {
    margin: 0 1em;
  }
}
.search-result {
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.search-result + .search-result {
  border-top: 1px solid #f0f0f0;
}
.search-result-link {
  padding: 1em 2em;
  display: block;
}
.search-result-link:before,
.search-result-link:after {
  content: " ";
  display: table;
}
.search-result-link:after {
  clear: both;
}
.search-result-link:before,
.search-result-link:after {
  content: " ";
  display: table;
}
.search-result-link:after {
  clear: both;
}
.search-result-link:hover,
.search-result-link:focus {
  text-decoration: none;
  background: #FAFAFA;
}
.search-result-link:hover .search-result-heading:after,
.search-result-link:focus .search-result-heading:after {
  left: .2em;
}
.search-result-heading {
  color: #004E94;
  margin: 1rem 0;
  font-size: 1.429rem;
}
.search-result-heading:after {
  position: relative;
  top: 2px;
  left: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e409";
  -webkit-transition: left;
  -o-transition: left;
  transition: left;
  transition: 0.1s ease-in-out left;
}
.search-result-meta {
  display: block;
  margin-bottom: 1em;
  font-size: 0.857em;
  color: #000;
}
.search-result-meta-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-result-meta-category::after {
  content: ',';
}
.search-result-meta-category:last-child::after {
  display: none;
}
p.search-result-excerpt {
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
}
@media screen and (min-width: 992px) {
  .search-results-no-results {
    padding-top: 1.5em;
  }
}
.search-results-no-results-heading {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .search-results-no-results-heading {
    margin-bottom: 1em;
  }
}
.page-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 100vh;
}
.split-container {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  max-width: 1850px;
}
.split-page-left-side {
  margin-top: 2rem;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .split-page-left-side {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-page-left-side {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .split-page-left-side {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .split-page-left-side {
    width: 75%;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .split-page-left-side {
    margin-top: 2.64rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-page-left-side {
    width: 50%;
  }
}
.split-page-left-side .container,
.split-page-left-side .container-narrow {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .split-page-left-side .container,
  .split-page-left-side .container-narrow {
    padding-left: 0;
  }
}
.split-page-right-side-affix {
  height: 100vh;
  width: 25vw;
}
@media screen and (min-width: 1200px) {
  .split-page-right-side-affix {
    width: 50vw;
  }
}
.split-page-right-side-affix.affix-top {
  position: relative;
}
.split-page-right-side-affix.affix {
  position: fixed !important;
  top: 0;
}
.split-page-right-side-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .split-page-right-side-content {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-page-right-side-content {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .split-page-right-side-content {
    padding: 4.5rem 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .split-page-right-side-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.split-page-right-side-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .split-page-right-side-content h1 {
    font-size: 4vw;
  }
}
.split-page-right-side-bg {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -2;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .split-page-right-side-bg {
    display: block;
    left: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .split-page-right-side-bg {
    left: 50%;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-jj-logo:before {
  content: "\e913";
}
.icon-add:before {
  content: "\e145";
}
.icon-plus:before {
  content: "\e145";
}
.icon-caret-down:before {
  content: "\e5c5";
}
.icon-caret-circle-down:before {
  content: "\e5c6";
}
.icon-caret-up:before {
  content: "\e5c7";
}
.icon-chevron-left:before {
  content: "\e408";
}
.icon-chevron-right:before {
  content: "\e409";
}
.icon-close:before {
  content: "\e5cd";
}
.icon-gallery:before {
  content: "\e413";
}
.icon-date_range:before {
  content: "\e940";
}
.icon-date-range:before {
  content: "\e940";
}
.icon-hamburger:before {
  content: "\e3c7";
}
.icon-menu:before {
  content: "\e3c7";
}
.icon-check:before {
  content: "\e876";
}
.icon-chevron-up:before {
  content: "\e5ce";
}
.icon-chevron-down:before {
  content: "\e5cf";
}
.icon-fast-forward:before {
  content: "\e01f";
}
.icon-rewind:before {
  content: "\e020";
}
.icon-document:before {
  content: "\e24d";
}
.icon-arrow_down:before {
  content: "\e313";
}
.icon-arrow_left:before {
  content: "\e314";
}
.icon-arrow_right:before {
  content: "\e315";
}
.icon-arrow_up:before {
  content: "\e316";
}
.icon-print:before {
  content: "\e8ad";
}
.icon-location:before {
  content: "\e8b4";
}
.icon-pin:before {
  content: "\e8b4";
}
.icon-mail:before {
  content: "\e0e1";
}
.icon-email:before {
  content: "\e0e1";
}
.icon-pause:before {
  content: "\e034";
}
.icon-pause-circle:before {
  content: "\e035";
}
.icon-user-o:before {
  content: "\e7ff";
}
.icon-play:before {
  content: "\e037";
}
.icon-play-circle:before {
  content: "\e038";
}
.icon-zoom_in:before {
  content: "\e8ff";
}
.icon-zoom_out:before {
  content: "\e941";
}
.icon-caret-right:before {
  content: "\e907";
}
.icon-caret-left:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-youtube-play:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-facebook-official:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-minus:before {
  content: "\e93e";
}
.icon-plus2:before {
  content: "\e93f";
}
.icon-replay:before {
  content: "\e93d";
}
.icon-reload:before {
  content: "\e93d";
}
.icon-sale-percent:before {
  content: "\e90c";
}
.icon-copy:before {
  content: "\e90d";
}
.icon-link:before {
  content: "\e90e";
}
.icon-location-marker-round:before {
  content: "\e90f";
}
.icon-download-pointed-arrow:before {
  content: "\e910";
}
.icon-park-garbage:before {
  content: "\e911";
}
.icon-trees:before {
  content: "\e912";
}
.icon-target-and-arrow:before {
  content: "\e914";
}
.icon-map-search:before {
  content: "\e915";
}
.icon-devices:before {
  content: "\e916";
}
.icon-touch-tap:before {
  content: "\e917";
}
.icon-newspaper:before {
  content: "\e918";
}
.icon-eye:before {
  content: "\e919";
}
.icon-desktop-monitor-cursor:before {
  content: "\e91a";
}
.icon-list-menu:before {
  content: "\e91b";
}
.icon-square-menu:before {
  content: "\e91c";
}
.icon-hamburger-menu-thick:before {
  content: "\e91d";
}
.icon-chat-bubble-single:before {
  content: "\e91e";
}
.icon-star:before {
  content: "\e91f";
}
.icon-music-note:before {
  content: "\e920";
}
.icon-chat-bubbles:before {
  content: "\e921";
}
.icon-mic:before {
  content: "\e922";
}
.icon-signal-bars:before {
  content: "\e923";
}
.icon-paper-clip:before {
  content: "\e924";
}
.icon-creditcard-and-hand:before {
  content: "\e925";
}
.icon-info-circle-hallow:before {
  content: "\e926";
}
.icon-question-circle:before {
  content: "\e927";
}
.icon-cloud:before {
  content: "\e928";
}
.icon-heart:before {
  content: "\e929";
}
.icon-refresh:before {
  content: "\e92a";
}
.icon-close-thick:before {
  content: "\e92b";
}
.icon-check2:before {
  content: "\e92c";
}
.icon-phone-call:before {
  content: "\e92d";
}
.icon-download-rounded-arrow:before {
  content: "\e92e";
}
.icon-locked:before {
  content: "\e92f";
}
.icon-unlocked:before {
  content: "\e930";
}
.icon-laptop:before {
  content: "\e931";
}
.icon-settings:before {
  content: "\e932";
}
.icon-sale-tag:before {
  content: "\e933";
}
.icon-globe:before {
  content: "\e934";
}
.icon-umbrella:before {
  content: "\e935";
}
.icon-headset:before {
  content: "\e936";
}
.icon-cut:before {
  content: "\e937";
}
.icon-shopping-bag:before {
  content: "\e938";
}
.icon-user-group:before {
  content: "\e939";
}
.icon-email2:before {
  content: "\e93a";
}
.icon-search:before {
  content: "\e93b";
}
.icon-user:before {
  content: "\e93c";
}
.icon-pdf:before {
  content: "\e90a";
}
.icon-ppt:before {
  content: "\e90b";
}
.icon-left-arrow:before {
  content: "\e944";
}
.icon-right-arrow:before {
  content: "\e945";
}
.icon-thin-chevron-down:before {
  content: "\e942";
}
::selection {
  color: #fff;
  background-color: #004E94;
}
p a {
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
}
.btn,
.gform_footer button {
  padding: 14px 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  font-size: 0.938em;
  letter-spacing: 0.05em;
  line-height: 1.333em;
  border-radius: 0;
}
.btn:focus,
.btn:hover,
.gform_footer button:focus,
.gform_footer button:hover {
  text-decoration: none;
}
.btn.btn-link-plain,
.gform_footer button.btn-link-plain {
  color: #004E94;
  background: none;
  border: 0;
  border-bottom: 2px solid #D6D9DC;
  font-size: 0.813em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.385em;
  text-transform: uppercase;
}
.btn.btn-link-plain:focus,
.btn.btn-link-plain:hover,
.gform_footer button.btn-link-plain:focus,
.gform_footer button.btn-link-plain:hover {
  text-decoration: none;
  background: none;
  border-bottom: 2px solid #004E94;
}
.btn-dark:focus,
.btn-inverse:focus,
.btn-dark:hover,
.btn-inverse:hover {
  color: #fff;
  background-color: #5C5C5C;
  border-color: #5C5C5C;
}
.btn-default:focus,
.btn-light:focus,
.btn-default:hover,
.btn-light:hover {
  color: #000;
  background-color: #D6D9DC;
  border-color: #D6D9DC;
}
.btn-info:focus,
.btn-info:hover {
  color: #000;
  background-color: #ECEFF2;
  border-color: #ECEFF2;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .gform_footer button {
  padding: .6125em 1.125em;
  font-size: .8125rem;
  letter-spacing: .044444444em;
  line-height: 1.385em;
}
.overlay-secondary + div {
  color: #000;
}
.gradient-background .overlay-dark {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
.gradient-background .overlay-light {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
}
.gradient-background .overlay-primary {
  background: linear-gradient(to left, #004e94, rgba(0, 78, 148, 0.6));
}
.gradient-background .overlay-secondary {
  background: linear-gradient(to left, #d6d9dc, rgba(214, 217, 220, 0.6));
}
ol:not([class]) > li:before {
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Avenir Next Regular";
  src: url("../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("../fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("../fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("../fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Next Medium";
  src: url("../fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src: url("../fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("../fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("../fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("../fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Next Demi";
  src: url("../fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("../fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("../fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("../fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("../fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Next Regular Italic";
  src: url("../fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix");
  src: url("../fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix") format("eot"), url("../fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2") format("woff2"), url("../fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff"), url("../fonts/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Next Medium Italic";
  src: url("../fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix");
  src: url("../fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix") format("eot"), url("../fonts/3f380a53-50ea-4a62-95c5-d5d8dba03ab8.woff2") format("woff2"), url("../fonts/8344e877-560d-44d4-82eb-9822766676f9.woff") format("woff"), url("../fonts/b28b01d9-78c5-46c6-a30d-9a62c8f407c5.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Next Demi Italic";
  src: url("../fonts/770d9a7e-8842-4376-9319-8f2c8b8e880d.eot?#iefix");
  src: url("../fonts/770d9a7e-8842-4376-9319-8f2c8b8e880d.eot?#iefix") format("eot"), url("../fonts/687932cb-145b-4690-a21d-ed1243db9e36.woff2") format("woff2"), url("../fonts/bc350df4-3100-4ce1-84ce-4a5363dbccfa.woff") format("woff"), url("../fonts/bc13ae80-cd05-42b4-b2a9-c123259cb166.ttf") format("truetype");
}
html,
body {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  html,
  body {
    font-size: 18px;
  }
}
em,
i {
  font-family: "Avenir Next Regular Italic";
  font-style: normal;
  font-weight: normal;
}
h1,
.h1 {
  font-family: "Avenir Next Regular", sans-serif;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.071em;
  letter-spacing: 0.021em;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3.5em;
  }
}
h2,
.h2 {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1.75em;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  line-height: 1.1em;
  letter-spacing: 0.013em;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 2.5em;
  }
}
h3,
.h3 {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1.25em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  line-height: 1.143em;
  letter-spacing: 0.016em;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.75em;
  }
}
h4,
.h4 {
  margin-top: 2.063em;
  margin-bottom: 1em;
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1.125em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.25em;
  }
}
h5,
.h5 {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 0.938em;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  line-height: 1.556em;
  letter-spacing: 0.022em;
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 1.125em;
  }
}
h6,
.h6 {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 0.725em;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.867em;
  letter-spacing: 0.067em;
}
@media screen and (min-width: 992px) {
  h6,
  .h6 {
    font-size: 0.938em;
  }
}
h4,
h5,
.h4,
.h5 {
  text-transform: none;
}
.lead {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1em;
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1.75em;
  letter-spacing: normal;
}
a:not([class]) {
  text-decoration: underline;
}
li,
p {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1em;
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1.75em;
  letter-spacing: normal;
}
li em strong,
p em strong {
  position: relative;
  font-size: 1.11111em;
  font-style: normal;
  z-index: 1;
}
li em strong::after,
p em strong::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: .6em;
  background-color: #fff;
  content: "";
}
li {
  line-height: 1.75em;
}
ol li::before {
  color: #000 !important;
  line-height: 1.75em !important;
}
ul:not([class]) li::before {
  color: #000;
  line-height: 2.25em;
  content: "•";
}
blockquote {
  margin: 2.915em 0;
  font-family: "Avenir Next Regular", sans-serif;
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.1em !important;
  line-height: 1.33333;
  color: #000;
  border-left: none;
}
@media screen and (min-width: 768px) {
  blockquote {
    font-size: 1.333em !important;
  }
}
dd {
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  font-size: .77778em;
  color: #D6D9DC;
}
dt {
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  font-size: .88889em;
}
strong,
b {
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1240px;
  }
}
.breadcrumb a,
.breadcrumb span {
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  letter-spacing: .027777778em;
  text-decoration: none;
}
.breadcrumb a + a::before,
.breadcrumb span + a::before,
.breadcrumb a + span::before,
.breadcrumb span + span::before {
  margin-right: .75em;
  margin-left: .75em;
  font-size: 1.25em;
  content: "\e409";
}
.vc_toggle {
  border-color: #FAFAFA;
}
.vc_toggle:focus .vc_toggle_title h4,
.vc_toggle:hover .vc_toggle_title h4 {
  color: #004E94 !important;
}
.bg-light .vc_toggle,
.bg-secondary .vc_toggle {
  border-color: #D6D9DC;
}
.bg-light .vc_toggle:focus .vc_toggle_title h4,
.bg-secondary .vc_toggle:focus .vc_toggle_title h4,
.bg-light .vc_toggle:hover .vc_toggle_title h4,
.bg-secondary .vc_toggle:hover .vc_toggle_title h4 {
  color: #004E94;
}
.bg-light .vc_toggle_content,
.bg-secondary .vc_toggle_content {
  color: #000;
}
.bg-light .vc_toggle_active,
.bg-secondary .vc_toggle_active {
  background: #fff;
}
.bg-light .vc_toggle_active .vc_toggle_title h4,
.bg-secondary .vc_toggle_active .vc_toggle_title h4 {
  color: #004E94;
}
.bg-secondary .vc_toggle {
  border-color: #dce2e8;
}
.bg-dark .vc_toggle,
.bg-primary .vc_toggle {
  border-color: #FAFAFA;
}
.bg-dark .vc_toggle .vc_toggle_title h4,
.bg-primary .vc_toggle .vc_toggle_title h4 {
  color: #FAFAFA;
}
.bg-dark .vc_toggle .vc_toggle_title:after,
.bg-primary .vc_toggle .vc_toggle_title:after {
  color: #FAFAFA;
}
.bg-dark .vc_toggle:focus .vc_toggle_title h4,
.bg-primary .vc_toggle:focus .vc_toggle_title h4,
.bg-dark .vc_toggle:hover .vc_toggle_title h4,
.bg-primary .vc_toggle:hover .vc_toggle_title h4 {
  color: #000 !important;
}
.bg-dark .vc_toggle:focus .vc_toggle_title:after,
.bg-primary .vc_toggle:focus .vc_toggle_title:after,
.bg-dark .vc_toggle:hover .vc_toggle_title:after,
.bg-primary .vc_toggle:hover .vc_toggle_title:after {
  color: #000;
}
.bg-dark .vc_toggle_content,
.bg-primary .vc_toggle_content {
  color: #000 !important;
}
.bg-dark .vc_toggle_active .vc_toggle_title h4,
.bg-primary .vc_toggle_active .vc_toggle_title h4 {
  color: #004E94;
}
.bg-dark .vc_toggle_active .vc_toggle_title:after,
.bg-primary .vc_toggle_active .vc_toggle_title:after {
  color: #000;
}
.bg-dark .vc_toggle_active:focus .vc_toggle_title h4,
.bg-primary .vc_toggle_active:focus .vc_toggle_title h4,
.bg-dark .vc_toggle_active:hover .vc_toggle_title h4,
.bg-primary .vc_toggle_active:hover .vc_toggle_title h4 {
  color: #000 !important;
}
@media screen and (min-width: 992px) {
  .vc_toggle {
    width: 100%;
    margin-left: -1.5em;
  }
}
.vc_toggle:first-of-type {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .vc_toggle:first-of-type {
    margin-top: 4em !important;
  }
}
@media screen and (min-width: 1200px) {
  .vc_toggle:first-of-type {
    margin-top: 9em !important;
  }
}
.vc_toggle:last-of-type {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .vc_toggle:last-of-type {
    margin-bottom: 4em !important;
  }
}
@media screen and (min-width: 1200px) {
  .vc_toggle:last-of-type {
    margin-bottom: 9em !important;
  }
}
.vc_toggle .vc_toggle_title h4 {
  padding: 1em 1.65em;
  font-size: 1.125em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.028em;
  line-height: 1.143em;
  color: #004E94;
}
@media screen and (min-width: 992px) {
  .vc_toggle .vc_toggle_title h4 {
    padding: 0 0 0 1.875em;
    font-size: 1.75em;
  }
}
.vc_toggle .vc_toggle_title:after {
  position: absolute;
  right: 1em;
  top: 50%;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  color: #000;
  content: "\e942";
  transition: all ease .3s;
  transform: translateY(-50%) rotate(0deg);
}
.vc_toggle .vc_toggle_btn {
  min-height: 5.188em;
  background-color: transparent;
}
.vc_toggle .vc_toggle_btn:focus,
.vc_toggle .vc_toggle_btn:hover {
  background-color: #fff;
}
.vc_toggle.vc_toggle_active .vc_toggle_title:after {
  transform: translateY(-50%) rotate(180deg);
}
.vc_col-sm-12 .vc_toggle_content {
  margin-top: 0.2em;
  margin-bottom: 1.85em;
  padding: 0em 1.65em !important;
}
@media screen and (min-width: 992px) {
  .vc_col-sm-12 .vc_toggle_content {
    padding: 0 4em 0 3.25em !important;
  }
}
label,
.gfield_label {
  position: relative;
  top: auto;
  margin-bottom: 3px;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  transform: none;
  transition: none;
}
label:not(.gfield_consent_label),
.gfield_label:not(.gfield_consent_label) {
  left: 0;
  font-size: 1em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.019em;
  line-height: 2em;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-bottom: .5rem;
  padding-left: calc(1.25em + .88889em);
  display: flex;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  position: absolute;
  left: 0;
  width: 1.563em;
  height: 1.563em;
  flex-shrink: 0;
  text-align: center;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  top: .25em;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #D6D9DC;
  content: "";
}
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  top: .15em;
  display: none;
  color: #000;
  font-family: 'icomoon' !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1.563rem;
  content: "\e876" !important;
}
input[type="checkbox"] li,
input[type="radio"] li {
  display: flex;
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before,
input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
  border: solid 1px #000;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  border: solid 1px #000;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  display: inline-block;
}
textarea {
  height: 150px;
  resize: vertical;
}
.gfield {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .gfield {
    width: calc(50% - 15px);
  }
}
.gfield.gfield_is_textarea.full-width {
  padding: 0;
}
.gfield.gfield_is_textarea .ginput_container_textarea::after {
  top: calc((-3px + 0em) * -1) !important;
}
.gfield:not(.gfield_contains_required) label {
  padding-right: 0;
}
.gfield:not(.gfield_contains_required) .ginput_container:not(.gfield_label_legend):after {
  top: calc((-3px + -1em) * -1);
}
.gfield:not(.gfield_contains_required) .ginput_container input[type="color"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="date"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="datetime-local"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="email"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="month"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="number"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="range"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="search"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="tel"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="text"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="time"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="url"],
.gfield:not(.gfield_contains_required) .ginput_container input[type="week"],
.gfield:not(.gfield_contains_required) .ginput_container select {
  padding-right: 12px;
}
.gfield:not(.gfield_contains_required) .ginput_container:not(.gfield_label_legend):after {
  color: inherit;
}
.gfield .ginput_container_consent {
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.714em;
}
.gfield.gf_full_width {
  width: 100% !important;
}
.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border-color: #d9534f;
}
.gfield_error .gfield_label {
  color: #000;
}
.gfield_error .validation_message {
  margin-top: 0.25em;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #d9534f;
  font-size: 0.75em;
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1em;
}
.gfield_required {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gform_confirmation_message {
  padding: 15px;
  margin-bottom: 22.4px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  margin-top: 1.555555556rem;
}
.gform_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
.gform_confirmation_message .alert-link {
  font-weight: bold;
}
.gform_confirmation_message > p,
.gform_confirmation_message > ul {
  margin-bottom: 0;
}
.gform_confirmation_message > p + p {
  margin-top: 5px;
}
.gform_confirmation_message hr {
  border-top-color: #c9e2b3;
}
.gform_confirmation_message .alert-link {
  color: #2b542c;
}
.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ginput_container input[type="color"],
.ginput_container input[type="date"],
.ginput_container input[type="datetime-local"],
.ginput_container input[type="email"],
.ginput_container input[type="month"],
.ginput_container input[type="number"],
.ginput_container input[type="range"],
.ginput_container input[type="search"],
.ginput_container input[type="tel"],
.ginput_container input[type="text"],
.ginput_container input[type="time"],
.ginput_container input[type="url"],
.ginput_container input[type="week"],
.ginput_container select,
.ginput_container textarea {
  padding-top: 6px;
  color: #000;
  box-shadow: none;
  border-radius: 0;
}
.gfield:not(.gfield_contains_required) .ginput_container.ginput_container_select::before {
  right: 25px;
}
.ginput_container_select select::-ms-expand {
  display: none;
}
.ginput_container_select::before {
  right: 25px;
  color: #004E94;
  font-size: 100%;
  line-height: 2em;
  transform: none;
  content: "\e942";
}
.ginput_paragraph {
  width: 100%;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cf";
  pointer-events: none;
}
.select-wrapper select {
  padding-right: calc(1em + (12px * 2));
}
.validation_error {
  padding: 15px;
  margin-bottom: 22.4px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  border-color: #004E94;
  color: #004E94;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: bold;
}
.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}
.validation_error > p + p {
  margin-top: 5px;
}
.validation_error hr {
  border-top-color: #00417b;
}
.validation_error .alert-link {
  color: #003361;
}
.gfield_active .gfield_label,
.gfield_has_val .gfield_label {
  font-size: 100% !important;
  transform: none;
}
.gform_button.button {
  font-size: 0.938em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.333em;
}
.bg-overlay.overlay-primary + div .gform_button {
  color: #000;
  background-color: #fff;
}
.bg-overlay.overlay-primary + div .gform_button:hover,
.bg-overlay.overlay-primary + div .gform_button:focus {
  background-color: #ECEFF2;
  border-color: #ECEFF2;
}
.navbar {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.navbar .navbar-brand {
  padding: 0;
  width: auto;
  height: auto;
  max-height: 40px;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand {
    margin-left: 0 !important;
    max-height: 60px;
  }
}
.navbar .navbar-brand-link {
  display: flex;
  padding: 0.5em 0.25em;
  transition: box-shadow 0.1s ease-in-out;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand-link {
    justify-content: flex-start;
  }
}
.navbar .navbar-brand-link:focus,
.navbar .navbar-brand-link:hover {
  transform: none;
  box-shadow: inset 0 -4px #004E94;
}
.navbar .navbar-brand-link:focus .navbar-brand,
.navbar .navbar-brand-link:hover .navbar-brand {
  background-color: transparent !important;
}
.navbar-header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .navbar-header + .primary-navbar-button-wrapper {
    display: none;
  }
}
.navbar-main .navbar-nav li a,
.primary-navbar-collapse-inner .navbar-nav li a {
  color: #000;
  font-size: 0.875rem;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-main .navbar-nav li a:focus,
.primary-navbar-collapse-inner .navbar-nav li a:focus,
.navbar-main .navbar-nav li a:hover,
.primary-navbar-collapse-inner .navbar-nav li a:hover {
  color: #fff;
  background-color: #004E94;
  outline: none;
}
.navbar-main .navbar-nav li .dropdown-menu,
.primary-navbar-collapse-inner .navbar-nav li .dropdown-menu {
  min-width: 200px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .navbar-main .navbar-nav li .dropdown-menu,
  .primary-navbar-collapse-inner .navbar-nav li .dropdown-menu {
    padding: 0;
  }
}
.navbar-main .navbar-nav li .dropdown-menu a,
.primary-navbar-collapse-inner .navbar-nav li .dropdown-menu a {
  padding: .75em 1.5em;
  line-height: 1.25;
  white-space: normal;
}
.navbar-main .navbar-nav li.open > a,
.primary-navbar-collapse-inner .navbar-nav li.open > a,
.navbar-main .navbar-nav li.open > a:focus,
.primary-navbar-collapse-inner .navbar-nav li.open > a:focus,
.navbar-main .navbar-nav li.open > a:hover,
.primary-navbar-collapse-inner .navbar-nav li.open > a:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.primary-nav {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .primary-navbar-button-wrapper {
    margin-left: 1.5em;
  }
}
.primary-navbar-button-wrapper .btn,
.primary-navbar-button-wrapper .gform_footer button {
  white-space: nowrap;
}
footer .navbar-brand-link {
  display: block;
}
footer .navbar-brand-link:hover,
footer .navbar-brand-link:focus {
  box-shadow: inset 0 -4px #004E94;
}
footer .navbar-brand {
  float: none;
  margin: 1em auto;
  display: block;
}
@media screen and (min-width: 768px) {
  footer .navbar-brand {
    float: left;
    margin-bottom: 0.75em;
    display: inline;
  }
}
.footer-legal {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-legal {
    display: inline-block;
  }
}
.footer-legal > li {
  padding-left: 0;
  padding-right: 0;
}
.footer-legal > li:last-of-type > a:after {
  display: none;
}
.footer-legal > li > a:after {
  display: inline-block;
  margin-left: .3em;
  content: "·";
}
.footer-credit > a,
.footer-legal > li > a {
  text-decoration: none;
}
.footer-menu-row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-menu-row {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-menu-row {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer-menu-row {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-menu-row {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-menu-row {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer-menu-row {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-menu-row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.footer-column-nav {
  font-size: .888888889rem;
}
@media screen and (min-width: 768px) {
  .footer-column-nav {
    left: 0;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) {
  .footer-column-nav {
    font-size: .888888889rem;
  }
}
.footer-column-nav li a {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: inherit;
  line-height: 1.125;
  white-space: normal;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer-column-nav li a {
    display: block;
    padding: .375em 0 !important;
  }
}
.footer-column-nav li a:focus,
.footer-column-nav li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer-column-nav li a:focus,
  .footer-column-nav li a:hover {
    background-color: transparent;
  }
}
.footer-column-nav > li {
  border: 0;
}
.footer-column-nav > li > a {
  font-weight: bold;
  color: inherit;
}
.footer-column-nav .dropdown-menu {
  margin: 0;
  padding: 0;
}
.footer-wrapper {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-wrapper {
    display: flex;
    margin-right: 6em;
    width: inherit;
  }
}
.footer-logos-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-logos-wrapper {
    text-align: left;
  }
}
.footer-logos-wrapper .footer-division-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.footer-logos-wrapper img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-logos-wrapper img {
    margin-left: 0;
  }
}
.footer-logos-wrapper .footer-logo {
  max-width: 240px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .footer-logos-wrapper .footer-logo {
    max-width: 290px;
    margin-bottom: 22px;
  }
}
.footer-logos-wrapper .footer-parent-logo {
  max-width: 120px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .footer-logos-wrapper .footer-parent-logo {
    max-width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .footer-logos-wrapper {
    margin: 0;
  }
}
.footer-menu-column {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .footer-menu-column .menu-item-has-children > .dropdown-menu {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .footer-menu-column:nth-child(2) {
    padding-left: 300px;
  }
}
.navbar-collapse.slideout.in + .slideout-overlay,
.navbar-collapse.slideout.collapsing + .slideout-overlay {
  bottom: 0;
}
.side-slideout .navbar-collapse.slideout .primary-navbar-collapse-inner {
  padding: 0;
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle:focus::before,
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle:hover::before,
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle:focus::after,
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle:hover::after {
  background-color: #fff;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background: #004E94;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-toggle {
  color: #fff;
  background-color: #004E94;
  box-shadow: none;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-toggle::before,
.navbar-collapse.slideout .navbar-nav .open .dropdown-toggle::after {
  background-color: #fff;
}
.subpage-header {
  margin-bottom: 0;
  background-position: center center;
}
.subpage-header .subpage-header-overlay {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.subpage-header .subpage-header-overlay.overlay-primary {
  background: linear-gradient(0deg, #004E94 0%, rgba(0, 78, 148, 0) 100%);
}
.subpage-header .subpage-header-overlay.overlay-secondary {
  background: linear-gradient(0deg, #D6D9DC 0%, rgba(214, 217, 220, 0) 100%);
}
.subpage-header .subpage-header-overlay.overlay-dark {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.subpage-header .subpage-header-overlay.overlay-light {
  background: linear-gradient(0deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
}
.subpage-header-content {
  display: flex;
  align-items: flex-end;
  padding-top: 61px;
  padding-right: 15px;
  padding-left: 15px;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .subpage-header-content {
    padding-top: 76px;
  }
}
@media screen and (min-width: 1600px) {
  .subpage-header-content {
    padding-top: 92px;
  }
}
@media screen and (min-width: 768px) {
  .subpage-header-content {
    padding-top: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .subpage-header-content {
    padding-top: 92px;
  }
}
@media screen and (min-width: 992px) {
  .subpage-header-content {
    height: 80vh;
  }
}
.subpage-header-content h1 {
  margin: 0;
}
.subpage-header-content-inner {
  text-align: left;
}
.subpage-hero-description {
  font-size: 1.75em;
  letter-spacing: -0.013em;
}
@media screen and (min-width: 480px) {
  .subpage-hero-description {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 992px) {
  .subpage-hero-description {
    font-size: 1.75em;
  }
}
.subpage-header-arrowdown {
  position: absolute;
  left: 50%;
  bottom: 15px;
  display: none;
  background: transparent;
  border: none;
  transform: translateX(-50%);
  transition: all .3s ease;
}
@media screen and (min-width: 992px) {
  .subpage-header-arrowdown {
    display: block;
  }
}
.subpage-header-arrowdown:hover,
.subpage-header-arrowdown:focus {
  color: black;
}
.testimonial .testimonial-content {
  padding: 4em 0;
  margin: 0 auto;
  max-width: 50em;
}
@media screen and (min-width: 992px) {
  .testimonial .testimonial-content {
    padding: 10em 0;
  }
}
.testimonial .testimonial-content .testimonial-content-inner {
  padding: 1.563em 2em 1.563em 2em;
  border-left: 4px solid #004E94;
}
@media screen and (min-width: 768px) {
  .testimonial .testimonial-content .testimonial-content-inner {
    padding: 1.563em 5em 1.563em 5em;
  }
}
.testimonial .testimonial-content .testimonial-content-quote::before {
  position: absolute;
  font-size: 1.125em;
  color: #004E94;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.067em;
  line-height: 0.667em;
  content: '“';
  transform: translate(-125%, -5%);
  opacity: 0.5;
}
.testimonial .testimonial-content .testimonial-content-quote p {
  font-size: 1.125em;
  font-weight: normal;
  letter-spacing: 0.025px;
  line-height: 1.778em;
}
.testimonial .testimonial-content .testimonial-content-quote p:last-of-type {
  margin-bottom: 0.75em;
}
.testimonial .testimonial-content .testimonial-content-quote > :last-child::after {
  color: #004E94;
  font-family: "Avenir Next Regular", sans-serif;
  content: '”';
}
.testimonial .testimonial-content .testimonial-content-author-name {
  font-size: 0.875em;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 2.286em;
}
.testimonial .testimonial-content .testimonial-content-author-name span {
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
}
.testimonial .testimonial-content .testimonial-content-author-name:last-of-type {
  margin-bottom: 0;
}
.testimonial .testimonial-content .testimonial-content-inner {
  border: none;
}
.testimonial .testimonial-content .testimonial-content-inner .testimonial-content-quote::before {
  font-size: 3em;
  letter-spacing: 0.067em;
  line-height: 0.667em;
  transform: translate(-50%, 20%);
  opacity: .5;
}
.testimonial .testimonial-content .testimonial-content-inner .testimonial-content-quote > :last-child::after {
  position: absolute;
  font-size: 2.667em;
  letter-spacing: 0.067em;
  line-height: 0.667em;
  transform: translate(20%, 20%);
  opacity: .5;
}
.testimonial .testimonial-content .testimonial-content-inner p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-404 {
    padding-top: 92px;
  }
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.alternating-content-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .alternating-content-container {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .alternating-content-container {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .alternating-content-container {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .alternating-content-container {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .alternating-content-container {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .alternating-content-container {
    padding-bottom: 5rem;
  }
}
.alternating-content-container.bg-primary .alternating-content-item-inner {
  color: #fff;
}
.alternating-content-container.bg-secondary .alternating-content-item-inner {
  color: #000;
}
.alternating-content-container.bg-dark .alternating-content-item-inner {
  color: #fff;
}
.alternating-content-container.bg-light .alternating-content-item-inner {
  color: #000;
}
@media screen and (max-width: 767px) {
  .alternating-content-container.alternating-content-mobile-reverse .alternating-content-item-wrapper {
    flex-direction: column-reverse;
  }
}
.alternating-content-item-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
}
.alternating-content-item-wrapper:first-of-type {
  margin-top: 0;
}
.alternating-content-item-wrapper:last-of-type {
  margin-bottom: 0;
}
.alternating-content-item-wrapper:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .alternating-content-item-wrapper:only-child::after {
    position: absolute;
    top: -15%;
    right: -5%;
    z-index: 0;
    color: #fff;
    font-size: 15em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
  }
}
@media screen and (max-width: 767px) {
  .alternating-content-item-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .alternating-content-item-wrapper {
    min-height: 320px;
  }
}
@media screen and (min-width: 992px) {
  .alternating-content-item-wrapper {
    margin-right: 6.25em;
    margin-left: 6.25em;
  }
}
@media screen and (min-width: 1200px) {
  .alternating-content-item-wrapper {
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .alternating-content-item-wrapper:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.container-narrow .alternating-content-item-wrapper {
  font-size: 0.8em;
}
@media screen and (min-width: 1200px) {
  .container-narrow .alternating-content-item-wrapper {
    min-height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .alternating-content-item-content-container {
    z-index: 1;
    width: 50%;
  }
}
.alternating-content-item-image {
  position: relative;
  margin: 0 0 1rem;
  min-height: 44.3vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .alternating-content-item-image {
    margin-bottom: 0;
    width: 48%;
    height: 100%;
  }
}
.alternating-content-item-inner {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .alternating-content-item-inner {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .alternating-content-item-inner {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .alternating-content-item-inner {
    padding: 4.5rem 5rem;
  }
}
.alternating-content-item-inner > :first-child {
  margin-top: 0;
}
.alternating-content-item-inner h2 {
  max-width: 100%;
}
.alternating-content-item-heading {
  margin: 0;
}
.alternating-content-item-heading + .alternating-content-item-content {
  margin-top: 1em;
}
.alternating-content-item-content {
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .alternating-content-item-content {
    width: 80vw;
  }
}
.alternating-content-item-content p:last-of-type {
  margin-bottom: 0;
}
.alternating-content-item-button {
  margin-top: 1.563em;
}
.split-container .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-7 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-6 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-5 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-4 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-3 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-2 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-1 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-bottom: 1rem;
  height: 44.3vw;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .split-container .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-7 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-6 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-5 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-4 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-3 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-2 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-1 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image {
    height: 400px;
  }
}
.split-container .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-7 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-6 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-5 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-4 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-3 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-2 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-1 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container {
  width: 100%;
  margin-left: 0;
}
.split-container .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-7 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-6 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-5 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-4 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-3 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-2 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-1 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container {
  margin-left: 0;
}
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-bottom: 1rem;
  height: 44.3vw;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    height: auto;
    width: 33%;
  }
}
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container {
    width: 66%;
  }
}
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container {
    margin-left: 33%;
  }
}
@media screen and (min-width: 992px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(even) .alternating-content-item-image {
    left: 66%;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-inner {
    font-size: 0.9em;
    padding: 2em;
  }
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.container .quoteblock .container,
.container-narrow .quoteblock .container,
.container .quoteblock .container-narrow,
.container-narrow .quoteblock .container-narrow {
  width: 100%;
  padding: 0;
}
.blockquote-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4em 0;
  margin: 0 auto;
  max-width: 50em;
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .blockquote-container {
    padding: 10em 0;
  }
}
.blockquote-container blockquote {
  position: relative;
  margin: 0;
  padding: 1.563em 0 1.563em 2em;
  max-width: 720px;
  font-size: .955em !important;
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.025px;
  line-height: 1.778em;
  border-left: 4px solid #004E94;
}
@media screen and (min-width: 992px) {
  .blockquote-container blockquote {
    padding: 1.563em 0 1.563em 4.6em;
    font-size: 1.125em !important;
  }
}
.blockquote-container blockquote.bg-primary:after {
  color: #D6D9DC;
}
.blockquote-container blockquote.text-center {
  margin-left: auto;
  margin-right: auto;
}
.blockquote-container cite {
  display: block;
  padding-top: 1em;
  font-size: 0.66em;
  color: #777777;
}
.blockquote-content p {
  font-size: 1em;
  letter-spacing: 0.025px;
  line-height: 1.778em;
}
.blockquote-content p:last-of-type {
  margin-bottom: 0;
}
.blockquote-content p::before {
  position: absolute;
  font-size: 1em;
  color: #004E94;
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.067em;
  line-height: 0.667em;
  content: '“';
  transform: translate(-85%, 50%);
  opacity: 0.5;
}
.blockquote-content > :last-child::after {
  color: #004E94;
  font-family: "Avenir Next Regular", sans-serif;
  content: '”';
}
.vc_col-sm-11 .quoteblock .container,
.vc_col-sm-10 .quoteblock .container,
.vc_col-sm-9 .quoteblock .container,
.vc_col-sm-8 .quoteblock .container,
.vc_col-sm-7 .quoteblock .container,
.vc_col-sm-6 .quoteblock .container,
.vc_col-sm-11 .quoteblock .container-narrow,
.vc_col-sm-10 .quoteblock .container-narrow,
.vc_col-sm-9 .quoteblock .container-narrow,
.vc_col-sm-8 .quoteblock .container-narrow,
.vc_col-sm-7 .quoteblock .container-narrow,
.vc_col-sm-6 .quoteblock .container-narrow {
  width: 100%;
  padding: 0;
}
.vc_col-sm-11 .blockquote-container,
.vc_col-sm-10 .blockquote-container,
.vc_col-sm-9 .blockquote-container,
.vc_col-sm-8 .blockquote-container,
.vc_col-sm-7 .blockquote-container,
.vc_col-sm-6 .blockquote-container {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-11 .blockquote-container,
  .vc_col-sm-10 .blockquote-container,
  .vc_col-sm-9 .blockquote-container,
  .vc_col-sm-8 .blockquote-container,
  .vc_col-sm-7 .blockquote-container,
  .vc_col-sm-6 .blockquote-container {
    font-size: 0.9em;
  }
}
.vc_col-sm-11 .blockquote-container blockquote,
.vc_col-sm-10 .blockquote-container blockquote,
.vc_col-sm-9 .blockquote-container blockquote,
.vc_col-sm-8 .blockquote-container blockquote,
.vc_col-sm-7 .blockquote-container blockquote,
.vc_col-sm-6 .blockquote-container blockquote {
  max-width: 100%;
}
.vc_col-sm-5 .quoteblock .container,
.vc_col-sm-4 .quoteblock .container,
.vc_col-sm-3 .quoteblock .container,
.vc_col-sm-5 .quoteblock .container-narrow,
.vc_col-sm-4 .quoteblock .container-narrow,
.vc_col-sm-3 .quoteblock .container-narrow {
  width: 100%;
  padding: 0;
}
.vc_col-sm-5 .blockquote-container,
.vc_col-sm-4 .blockquote-container,
.vc_col-sm-3 .blockquote-container {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .blockquote-container,
  .vc_col-sm-4 .blockquote-container,
  .vc_col-sm-3 .blockquote-container {
    font-size: 0.792em;
  }
}
.vc_col-sm-5 .blockquote-container blockquote,
.vc_col-sm-4 .blockquote-container blockquote,
.vc_col-sm-3 .blockquote-container blockquote {
  max-width: 100%;
}
.vc_col-sm-2 .quoteblock,
.vc_col-sm-1 .quoteblock {
  display: none;
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.general-cta {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  word-break: break-word;
  overflow: hidden;
}
.general-cta-gradient-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.gradient-background.content-left .general-cta-gradient-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .gradient-background.content-left .general-cta-gradient-bg {
    display: block;
    left: 33%;
  }
}
.gradient-background.content-right .general-cta-gradient-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .gradient-background.content-right .general-cta-gradient-bg {
    display: block;
    right: 33%;
  }
}
.general-cta-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.general-cta-overlay.none {
  display: none;
}
.start-bg-right .background-overlay-primary,
.start-bg-left .background-overlay-primary {
  background-color: #004E94;
}
.start-bg-right .background-overlay-secondary,
.start-bg-left .background-overlay-secondary {
  background-color: #D6D9DC;
}
.start-bg-right .background-overlay-light,
.start-bg-left .background-overlay-light {
  background-color: #FAFAFA;
}
.start-bg-right .background-overlay-dark,
.start-bg-left .background-overlay-dark {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .content-left.gradient-background .general-cta-overlay {
    background-color: transparent;
    width: 66%;
  }
  .content-left.gradient-background .overlay-primary {
    background-image: -webkit-linear-gradient(left, #004e94 66%, rgba(0, 78, 148, 0) 100%);
    background-image: -o-linear-gradient(left, #004e94 66%, rgba(0, 78, 148, 0) 100%);
    background-image: linear-gradient(to right, #004e94 66%, rgba(0, 78, 148, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004e94', endColorstr='#00004e94', GradientType=1);
  }
  .content-left.gradient-background .overlay-secondary {
    background-image: -webkit-linear-gradient(left, #d6d9dc 66%, rgba(214, 217, 220, 0) 100%);
    background-image: -o-linear-gradient(left, #d6d9dc 66%, rgba(214, 217, 220, 0) 100%);
    background-image: linear-gradient(to right, #d6d9dc 66%, rgba(214, 217, 220, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6d9dc', endColorstr='#00d6d9dc', GradientType=1);
  }
  .content-left.gradient-background .overlay-dark {
    background-image: -webkit-linear-gradient(left, #000000 66%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, #000000 66%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, #000000 66%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=1);
  }
  .content-left.gradient-background .overlay-light {
    background-image: -webkit-linear-gradient(left, #fafafa 66%, rgba(250, 250, 250, 0) 100%);
    background-image: -o-linear-gradient(left, #fafafa 66%, rgba(250, 250, 250, 0) 100%);
    background-image: linear-gradient(to right, #fafafa 66%, rgba(250, 250, 250, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#00fafafa', GradientType=1);
  }
}
@media screen and (min-width: 768px) {
  .content-right.gradient-background .general-cta-overlay {
    background-color: transparent;
    width: 66%;
    left: auto;
  }
  .content-right.gradient-background .overlay-primary {
    background-image: -webkit-linear-gradient(left, rgba(0, 78, 148, 0) 0%, #004e94 33%);
    background-image: -o-linear-gradient(left, rgba(0, 78, 148, 0) 0%, #004e94 33%);
    background-image: linear-gradient(to right, rgba(0, 78, 148, 0) 0%, #004e94 33%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00004e94', endColorstr='#ff004e94', GradientType=1);
  }
  .content-right.gradient-background .overlay-secondary {
    background-image: -webkit-linear-gradient(left, rgba(214, 217, 220, 0) 0%, #d6d9dc 33%);
    background-image: -o-linear-gradient(left, rgba(214, 217, 220, 0) 0%, #d6d9dc 33%);
    background-image: linear-gradient(to right, rgba(214, 217, 220, 0) 0%, #d6d9dc 33%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d6d9dc', endColorstr='#ffd6d9dc', GradientType=1);
  }
  .content-right.gradient-background .overlay-dark {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 33%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 33%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 33%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=1);
  }
  .content-right.gradient-background .overlay-light {
    background-image: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 33%);
    background-image: -o-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 33%);
    background-image: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 33%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fafafa', endColorstr='#fffafafa', GradientType=1);
  }
}
.general-cta-box {
  z-index: 1;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 2.5em 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .general-cta-box {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .general-cta-box {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .general-cta-box {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .general-cta-box {
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .general-cta-box {
    padding: 4em 2em;
  }
}
@media screen and (min-width: 992px) {
  .general-cta-box {
    padding: 7em 3em;
  }
}
@media screen and (min-width: 1200px) {
  .general-cta-box {
    padding: 10em 4em;
  }
}
.general-cta-box .general-cta-content p {
  font-size: 1.125em;
  letter-spacing: 0.025em;
  line-height: 1.778em;
}
.general-cta-box .general-cta-content h2 {
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
}
.inline-layout .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 2em 15px;
}
@media (min-width: 768px) {
  .inline-layout .general-cta-box {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .inline-layout .general-cta-box {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .inline-layout .general-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4.688em;
    padding-bottom: 4.688em;
    text-align: left;
  }
}
.inline-layout .general-cta-box .cta-wrapper-icon {
  font-size: 7em;
}
.inline-layout .general-cta-box .general-cta-content {
  margin-top: 2em;
}
@media screen and (min-width: 992px) {
  .inline-layout .general-cta-box .general-cta-content {
    margin-top: 0;
    max-width: 60%;
  }
}
.inline-layout .general-cta-box .general-cta-content h2 {
  margin-top: 0;
  font-size: 1.750em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.028em;
  line-height: 1.143em;
}
.inline-layout .general-cta-box .general-cta-content p {
  margin-bottom: 0;
}
.content-left .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-left .general-cta-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .content-left .general-cta-box {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .content-left .general-cta-box {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .content-left .general-cta-box {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .content-left .general-cta-box {
    text-align: right;
  }
}
.content-right .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-right .general-cta-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .content-right .general-cta-box {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .content-right .general-cta-box {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .content-right .general-cta-box {
    margin-left: 58.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .content-right .general-cta-box {
    text-align: left;
  }
}
.cta-wrapper-icon {
  font-size: 2em;
}
.general-cta-button-only {
  margin-bottom: 2em;
}
.inline-layout .general-cta-button-only {
  display: none;
}
.general-cta-logos {
  margin-bottom: 2em;
}
.general-cta-logos img {
  display: inline-block;
  padding: 0.5em;
  max-height: 300px;
  max-width: 50%;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .general-cta-logos img {
    max-height: 300px;
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .inline-layout .general-cta-logos {
    margin-bottom: 0;
  }
  .inline-layout .general-cta-logos img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .inline-layout .general-cta-content {
    padding: 0 1em;
  }
}
.inline-layout .general-cta-content:only-child h1:only-child,
.inline-layout .general-cta-content:only-child h2:only-child,
.inline-layout .general-cta-content:only-child h3:only-child,
.inline-layout .general-cta-content:only-child h4:only-child,
.inline-layout .general-cta-content:only-child h5:only-child,
.inline-layout .general-cta-content:only-child h6:only-child,
.inline-layout .general-cta-content:only-child p:only-child {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.general-cta-content:only-child p:only-child {
  margin-bottom: 0;
}
.general-cta-content h1,
.general-cta-content h2,
.general-cta-content h3,
.general-cta-content h4,
.general-cta-content h5,
.general-cta-content h6 {
  margin-top: 1em;
  margin-bottom: 0.6em;
}
.general-cta-content p {
  margin-bottom: 1.5em;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .general-cta-content p {
    font-size: 1.143em;
  }
}
.general-cta-content a {
  color: inherit;
}
.general-cta-button {
  margin-bottom: 1em;
}
.inline-layout .general-cta-button {
  margin-top: 1em;
}
.split-container .general-cta,
.container-narrow .general-cta,
.vc_col-sm-11 .general-cta,
.vc_col-sm-10 .general-cta,
.vc_col-sm-9 .general-cta,
.vc_col-sm-8 .general-cta,
.vc_col-sm-7 .general-cta,
.vc_col-sm-6 .general-cta,
.vc_col-sm-5 .general-cta,
.vc_col-sm-4 .general-cta,
.vc_col-sm-3 .general-cta {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .split-container .general-cta,
  .container-narrow .general-cta,
  .vc_col-sm-11 .general-cta,
  .vc_col-sm-10 .general-cta,
  .vc_col-sm-9 .general-cta,
  .vc_col-sm-8 .general-cta,
  .vc_col-sm-7 .general-cta,
  .vc_col-sm-6 .general-cta,
  .vc_col-sm-5 .general-cta,
  .vc_col-sm-4 .general-cta,
  .vc_col-sm-3 .general-cta {
    margin-left: 0;
    margin-right: 0;
  }
}
.split-container .general-cta .container,
.container-narrow .general-cta .container,
.vc_col-sm-11 .general-cta .container,
.vc_col-sm-10 .general-cta .container,
.vc_col-sm-9 .general-cta .container,
.vc_col-sm-8 .general-cta .container,
.vc_col-sm-7 .general-cta .container,
.vc_col-sm-6 .general-cta .container,
.vc_col-sm-5 .general-cta .container,
.vc_col-sm-4 .general-cta .container,
.vc_col-sm-3 .general-cta .container {
  width: 100%;
}
.split-container .general-cta-box,
.container-narrow .general-cta-box,
.vc_col-sm-11 .general-cta-box,
.vc_col-sm-10 .general-cta-box,
.vc_col-sm-9 .general-cta-box,
.vc_col-sm-8 .general-cta-box,
.vc_col-sm-7 .general-cta-box,
.vc_col-sm-6 .general-cta-box,
.vc_col-sm-5 .general-cta-box,
.vc_col-sm-4 .general-cta-box,
.vc_col-sm-3 .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 2em 15px;
}
@media (min-width: 768px) {
  .split-container .general-cta-box,
  .container-narrow .general-cta-box,
  .vc_col-sm-11 .general-cta-box,
  .vc_col-sm-10 .general-cta-box,
  .vc_col-sm-9 .general-cta-box,
  .vc_col-sm-8 .general-cta-box,
  .vc_col-sm-7 .general-cta-box,
  .vc_col-sm-6 .general-cta-box,
  .vc_col-sm-5 .general-cta-box,
  .vc_col-sm-4 .general-cta-box,
  .vc_col-sm-3 .general-cta-box {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .split-container .general-cta-box,
  .container-narrow .general-cta-box,
  .vc_col-sm-11 .general-cta-box,
  .vc_col-sm-10 .general-cta-box,
  .vc_col-sm-9 .general-cta-box,
  .vc_col-sm-8 .general-cta-box,
  .vc_col-sm-7 .general-cta-box,
  .vc_col-sm-6 .general-cta-box,
  .vc_col-sm-5 .general-cta-box,
  .vc_col-sm-4 .general-cta-box,
  .vc_col-sm-3 .general-cta-box {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .split-container .general-cta-box,
  .container-narrow .general-cta-box,
  .vc_col-sm-11 .general-cta-box,
  .vc_col-sm-10 .general-cta-box,
  .vc_col-sm-9 .general-cta-box,
  .vc_col-sm-8 .general-cta-box,
  .vc_col-sm-7 .general-cta-box,
  .vc_col-sm-6 .general-cta-box,
  .vc_col-sm-5 .general-cta-box,
  .vc_col-sm-4 .general-cta-box,
  .vc_col-sm-3 .general-cta-box {
    font-size: 0.825em;
  }
}
.split-container .content-left .general-cta-box,
.container-narrow .content-left .general-cta-box,
.vc_col-sm-11 .content-left .general-cta-box,
.vc_col-sm-10 .content-left .general-cta-box,
.vc_col-sm-9 .content-left .general-cta-box,
.vc_col-sm-8 .content-left .general-cta-box,
.vc_col-sm-7 .content-left .general-cta-box,
.vc_col-sm-6 .content-left .general-cta-box,
.vc_col-sm-5 .content-left .general-cta-box,
.vc_col-sm-4 .content-left .general-cta-box,
.vc_col-sm-3 .content-left .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .split-container .content-left .general-cta-box,
  .container-narrow .content-left .general-cta-box,
  .vc_col-sm-11 .content-left .general-cta-box,
  .vc_col-sm-10 .content-left .general-cta-box,
  .vc_col-sm-9 .content-left .general-cta-box,
  .vc_col-sm-8 .content-left .general-cta-box,
  .vc_col-sm-7 .content-left .general-cta-box,
  .vc_col-sm-6 .content-left .general-cta-box,
  .vc_col-sm-5 .content-left .general-cta-box,
  .vc_col-sm-4 .content-left .general-cta-box,
  .vc_col-sm-3 .content-left .general-cta-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .split-container .content-left .general-cta-box,
  .container-narrow .content-left .general-cta-box,
  .vc_col-sm-11 .content-left .general-cta-box,
  .vc_col-sm-10 .content-left .general-cta-box,
  .vc_col-sm-9 .content-left .general-cta-box,
  .vc_col-sm-8 .content-left .general-cta-box,
  .vc_col-sm-7 .content-left .general-cta-box,
  .vc_col-sm-6 .content-left .general-cta-box,
  .vc_col-sm-5 .content-left .general-cta-box,
  .vc_col-sm-4 .content-left .general-cta-box,
  .vc_col-sm-3 .content-left .general-cta-box {
    float: left;
    width: 41.66666667%;
  }
}
.split-container .content-right .general-cta-box,
.container-narrow .content-right .general-cta-box,
.vc_col-sm-11 .content-right .general-cta-box,
.vc_col-sm-10 .content-right .general-cta-box,
.vc_col-sm-9 .content-right .general-cta-box,
.vc_col-sm-8 .content-right .general-cta-box,
.vc_col-sm-7 .content-right .general-cta-box,
.vc_col-sm-6 .content-right .general-cta-box,
.vc_col-sm-5 .content-right .general-cta-box,
.vc_col-sm-4 .content-right .general-cta-box,
.vc_col-sm-3 .content-right .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .split-container .content-right .general-cta-box,
  .container-narrow .content-right .general-cta-box,
  .vc_col-sm-11 .content-right .general-cta-box,
  .vc_col-sm-10 .content-right .general-cta-box,
  .vc_col-sm-9 .content-right .general-cta-box,
  .vc_col-sm-8 .content-right .general-cta-box,
  .vc_col-sm-7 .content-right .general-cta-box,
  .vc_col-sm-6 .content-right .general-cta-box,
  .vc_col-sm-5 .content-right .general-cta-box,
  .vc_col-sm-4 .content-right .general-cta-box,
  .vc_col-sm-3 .content-right .general-cta-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .split-container .content-right .general-cta-box,
  .container-narrow .content-right .general-cta-box,
  .vc_col-sm-11 .content-right .general-cta-box,
  .vc_col-sm-10 .content-right .general-cta-box,
  .vc_col-sm-9 .content-right .general-cta-box,
  .vc_col-sm-8 .content-right .general-cta-box,
  .vc_col-sm-7 .content-right .general-cta-box,
  .vc_col-sm-6 .content-right .general-cta-box,
  .vc_col-sm-5 .content-right .general-cta-box,
  .vc_col-sm-4 .content-right .general-cta-box,
  .vc_col-sm-3 .content-right .general-cta-box {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .split-container .content-right .general-cta-box,
  .container-narrow .content-right .general-cta-box,
  .vc_col-sm-11 .content-right .general-cta-box,
  .vc_col-sm-10 .content-right .general-cta-box,
  .vc_col-sm-9 .content-right .general-cta-box,
  .vc_col-sm-8 .content-right .general-cta-box,
  .vc_col-sm-7 .content-right .general-cta-box,
  .vc_col-sm-6 .content-right .general-cta-box,
  .vc_col-sm-5 .content-right .general-cta-box,
  .vc_col-sm-4 .content-right .general-cta-box,
  .vc_col-sm-3 .content-right .general-cta-box {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .split-container .content-right .general-cta-box,
  .container-narrow .content-right .general-cta-box,
  .vc_col-sm-11 .content-right .general-cta-box,
  .vc_col-sm-10 .content-right .general-cta-box,
  .vc_col-sm-9 .content-right .general-cta-box,
  .vc_col-sm-8 .content-right .general-cta-box,
  .vc_col-sm-7 .content-right .general-cta-box,
  .vc_col-sm-6 .content-right .general-cta-box,
  .vc_col-sm-5 .content-right .general-cta-box,
  .vc_col-sm-4 .content-right .general-cta-box,
  .vc_col-sm-3 .content-right .general-cta-box {
    margin-left: 58.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .split-container .general-cta-logos,
  .container-narrow .general-cta-logos,
  .vc_col-sm-11 .general-cta-logos,
  .vc_col-sm-10 .general-cta-logos,
  .vc_col-sm-9 .general-cta-logos,
  .vc_col-sm-8 .general-cta-logos,
  .vc_col-sm-7 .general-cta-logos,
  .vc_col-sm-6 .general-cta-logos,
  .vc_col-sm-5 .general-cta-logos,
  .vc_col-sm-4 .general-cta-logos,
  .vc_col-sm-3 .general-cta-logos {
    max-width: 200px;
  }
  .split-container .general-cta-logos img,
  .container-narrow .general-cta-logos img,
  .vc_col-sm-11 .general-cta-logos img,
  .vc_col-sm-10 .general-cta-logos img,
  .vc_col-sm-9 .general-cta-logos img,
  .vc_col-sm-8 .general-cta-logos img,
  .vc_col-sm-7 .general-cta-logos img,
  .vc_col-sm-6 .general-cta-logos img,
  .vc_col-sm-5 .general-cta-logos img,
  .vc_col-sm-4 .general-cta-logos img,
  .vc_col-sm-3 .general-cta-logos img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .split-container .general-cta-box,
  .vc_col-sm-8 .general-cta-box,
  .vc_col-sm-7 .general-cta-box,
  .vc_col-sm-6 .general-cta-box {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .general-cta-box,
  .vc_col-sm-4 .general-cta-box,
  .vc_col-sm-3 .general-cta-box {
    font-size: 0.66em;
  }
}
@media screen and (min-width: 992px) {
  .vc_col-sm-5 .inline-layout .general-cta-box,
  .vc_col-sm-4 .inline-layout .general-cta-box,
  .vc_col-sm-3 .inline-layout .general-cta-box {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .vc_col-sm-5 .general-cta-logos,
  .vc_col-sm-4 .general-cta-logos,
  .vc_col-sm-3 .general-cta-logos {
    margin: 0 auto;
  }
}
.vc_col-sm-2 .general-cta,
.vc_col-sm-1 .general-cta {
  display: none;
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.flex-box-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flex-box-row {
    flex-direction: row;
  }
}
.flex-box {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
  width: 100%;
  overflow: hidden;
}
.flex-box.solid .flex-box-image {
  height: 240px;
}
@media screen and (min-width: 768px) {
  .flex-box.solid {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .flex-box {
    margin-top: 3em;
    margin-bottom: 3em;
    min-height: 480px;
  }
}
@media screen and (min-width: 992px) {
  .flex-box:not(:only-child) {
    margin-right: 1em;
    margin-left: 1em;
  }
}
.flex-box:nth-last-child(3) .flex-box-heading,
.flex-box:first-child:nth-last-child(3) ~ .flex-box .flex-box-heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22.4px;
  margin-bottom: 11.2px;
  font-size: 2em;
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1.25em;
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: normal;
  line-height: 1.143em;
  letter-spacing: 0.016em;
  margin-top: 0;
  margin-bottom: 0;
}
.flex-box:nth-last-child(3) .flex-box-heading small,
.flex-box:first-child:nth-last-child(3) ~ .flex-box .flex-box-heading small,
.flex-box:nth-last-child(3) .flex-box-heading .small,
.flex-box:first-child:nth-last-child(3) ~ .flex-box .flex-box-heading .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.flex-box:nth-last-child(3) .flex-box-heading small,
.flex-box:first-child:nth-last-child(3) ~ .flex-box .flex-box-heading small,
.flex-box:nth-last-child(3) .flex-box-heading .small,
.flex-box:first-child:nth-last-child(3) ~ .flex-box .flex-box-heading .small {
  font-size: 65%;
}
@media screen and (min-width: 992px) {
  .flex-box:nth-last-child(3) .flex-box-heading,
  .flex-box:first-child:nth-last-child(3) ~ .flex-box .flex-box-heading {
    font-size: 1.75em;
  }
}
a.flex-box:nth-last-child(3) .flex-box-heading,
a.flex-box:first-child:nth-last-child(3) ~ .flex-box .flex-box-heading {
  color: #004E94;
}
.flex-box:nth-child(1n+4) {
  display: none;
}
a.flex-box {
  text-decoration: none;
  color: inherit;
}
a.flex-box .flex-box-heading {
  color: #004E94;
}
a.flex-box:not(.flex-box-text-below) .flex-box-image {
  transition: transform .4s ease;
}
a.flex-box:focus .flex-box-heading,
a.flex-box:hover .flex-box-heading {
  text-decoration: underline;
}
a.flex-box:focus:not(.flex-box-text-below) .flex-box-image,
a.flex-box:hover:not(.flex-box-text-below) .flex-box-image {
  transform: scale(1.025);
}
.flex-box-content {
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 1px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .flex-box-content {
    padding: 2.66667rem;
  }
}
.flex-box-content * {
  max-width: 100%;
}
.flex-box-content * + * {
  margin-top: 1rem;
}
.flex-box-description p {
  margin-bottom: 22.4px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1em;
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1.75em;
  letter-spacing: normal;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .flex-box-description p {
    font-size: 24px;
  }
}
.flex-box-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.flex-box-image {
  background-position: center center;
  background-size: cover;
}
.flex-box-image.tall-image {
  background-size: contain;
  background-color: #FAFAFA;
  background-repeat: no-repeat;
}
.flex-box-subheading {
  margin-top: 0;
  margin-bottom: .125rem;
  font-size: 1.125em;
  font-family: "Avenir Next Medium";
  font-style: normal;
  font-weight: normal;
  line-height: 1.556em;
  letter-spacing: 0.025em;
}
.flex-box-text-below {
  margin-bottom: 2rem;
}
.flex-box-text-below .flex-box-image {
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
a.flex-box-text-below .flex-box-heading {
  color: #004E94;
}
a.flex-box-text-below:focus .flex-box-heading,
a.flex-box-text-below:hover .flex-box-heading {
  color: #002648;
}
.flex-box-text-left .flex-box-content,
.flex-box-text-overlay .flex-box-content,
.flex-box-text-right .flex-box-content {
  color: #004E94;
}
.flex-box-text-left .flex-box-subheading,
.flex-box-text-overlay .flex-box-subheading,
.flex-box-text-right .flex-box-subheading {
  color: #000;
}
.flex-box-text-left,
.flex-box-text-right {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flex-box-text-left .flex-box-content,
  .flex-box-text-right .flex-box-content,
  .flex-box-text-left .flex-box-image,
  .flex-box-text-right .flex-box-image {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .flex-box-text-left .flex-box-image,
  .flex-box-text-right .flex-box-image {
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
  }
}
@media screen and (max-width: 767px) and screen and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .flex-box-text-left .flex-box-image,
  .flex-box-text-right .flex-box-image {
    padding-bottom: 0;
    height: 100%;
  }
}
.flex-box-text-left .flex-box-content,
.flex-box-text-right .flex-box-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .flex-box-text-left .flex-box-content,
  .flex-box-text-right .flex-box-content {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .flex-box-text-left .flex-box-content,
  .flex-box-text-right .flex-box-content {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .flex-box-text-left .flex-box-content,
  .flex-box-text-right .flex-box-content {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .flex-box-text-left .flex-box-content,
  .flex-box-text-right .flex-box-content {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .flex-box-text-left .flex-box-content,
  .flex-box-text-right .flex-box-content {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .flex-box-text-left .flex-box-content,
  .flex-box-text-right .flex-box-content {
    padding-bottom: 5rem;
  }
}
.flex-box-text-left {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .flex-box-text-left {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .flex-box-text-right {
    flex-direction: row;
  }
}
.flex-box-text-overlay:before,
.flex-box-text-overlay .flex-box-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flex-box-text-overlay:before {
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 63.57%, #FFFFFF 100%);
  content: "";
}
.flex-box-text-overlay .flex-box-content {
  z-index: 2;
  padding-top: 10em;
  padding-bottom: 2em;
  justify-content: flex-end;
}
.flex-box.flex-box-text-overlay.bg-primary::before {
  position: absolute;
  top: 40%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 78, 148, 0) 0%, rgba(0, 78, 148, 0.82) 36.89%, #004E94 100%);
}
.flex-box.flex-box-text-overlay.bg-primary .flex-box-image {
  background-color: #004E94;
}
.flex-box.flex-box-text-overlay.bg-primary h2,
.flex-box.flex-box-text-overlay.bg-primary h4 {
  color: #fff;
}
.flex-box.flex-box-text-overlay.bg-secondary::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 63.57%, #FFFFFF 100%);
}
.flex-box.flex-box-text-overlay.bg-secondary .flex-box-image {
  background-color: #D6D9DC;
}
.flex-box.flex-box-text-overlay.bg-secondary h2 {
  color: #004E94;
}
.flex-box.flex-box-text-overlay.bg-secondary h4 {
  color: #000;
}
.flex-box.flex-box-text-overlay.bg-dark::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 45%, #000 95%);
}
.flex-box.flex-box-text-overlay.bg-dark .flex-box-image {
  background-color: #000;
}
.flex-box.flex-box-text-overlay.bg-dark h2,
.flex-box.flex-box-text-overlay.bg-dark h4 {
  color: #fff;
}
.flex-box.flex-box-text-overlay.bg-light::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 45%, #FAFAFA 95%);
}
.flex-box.flex-box-text-overlay.bg-light .flex-box-image {
  background-color: #FAFAFA;
}
.flex-box.flex-box-text-overlay.bg-light h2,
.flex-box.flex-box-text-overlay.bg-light h4 {
  color: #000;
}
@media screen and (min-width: 992px) {
  .flex-row-tall {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.generic-carousel {
  position: relative;
  margin: 0 -15px;
}
.generic-carousel * {
  max-height: 800px;
}
.generic-carousel .wpb_content_element {
  margin-bottom: 0;
}
.generic-carousel .owl-carousel::after {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
}
@media screen and (min-width: 992px) {
  .generic-carousel .owl-carousel::after {
    top: 80%;
  }
}
.generic-carousel .owl-carousel .owl-stage-outer {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .generic-carousel .owl-carousel .owl-stage-outer {
    margin: 0;
  }
}
.generic-carousel .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.generic-carousel .owl-carousel .owl-stage .owl-item img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .generic-carousel .owl-carousel .owl-stage {
    display: block;
  }
}
.generic-carousel .owl-item {
  overflow: hidden;
}
.generic-carousel .control-bottom .owl-dots {
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .generic-carousel .control-bottom .owl-dots {
    bottom: 1em;
  }
}
.generic-carousel .owl-dots .owl-dot {
  opacity: 1;
}
.generic-carousel .owl-dots .owl-dot span {
  color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.generic-carousel .owl-dots .owl-dot.active span {
  background: none;
}
.generic-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.generic-carousel .owl-nav .owl-playpause,
.generic-carousel .owl-nav .owl-prev button,
.generic-carousel .owl-nav .owl-next button {
  border: none;
  background-color: transparent;
}
.generic-carousel .owl-nav div:not(.owl-playpause) button {
  padding: 1.5em 0;
}
@media screen and (min-width: 992px) {
  .generic-carousel .owl-nav div:not(.owl-playpause) button {
    padding: 2em 0;
  }
}
.generic-carousel .owl-nav div:not(.owl-playpause) button .icon::before {
  font-size: 2em;
}
@media screen and (min-width: 992px) {
  .generic-carousel .owl-nav div:not(.owl-playpause) button .icon::before {
    font-size: 3em;
  }
}
.generic-carousel .owl-nav .owl-prev span.icon,
.generic-carousel .owl-nav .owl-next span.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.generic-carousel .owl-nav .owl-prev {
  order: 1;
}
.generic-carousel .owl-nav .owl-prev .icon-rewind::before {
  content: "\e944";
}
.generic-carousel .owl-nav .owl-playpause {
  position: absolute;
  order: 2;
  padding-top: .2em;
  right: 50%;
  bottom: 2.5em;
  left: 50%;
  transform: translateX(-50%);
}
.generic-carousel .owl-nav .owl-next {
  order: 3;
}
.generic-carousel .owl-nav .owl-next .icon-fast-forward::before {
  content: "\e945";
}
.generic-carousel.bg-primary .owl-carousel::after {
  background: linear-gradient(0deg, #004e94 0%, rgba(255, 255, 255, 0) 100%);
}
.generic-carousel.bg-primary .owl-carousel .owl-dots .owl-dot:focus span,
.generic-carousel.bg-primary .owl-carousel .owl-dots .owl-dot:hover span {
  background: #004E94;
  border: 1px solid #FAFAFA;
}
.generic-carousel.bg-primary .owl-carousel .owl-dots .owl-dot span {
  color: #FAFAFA;
}
.generic-carousel.bg-primary .owl-carousel .owl-dots .owl-dot.active span {
  border: 1px solid #FAFAFA;
}
.generic-carousel.bg-primary .owl-carousel .owl-nav div:focus,
.generic-carousel.bg-primary .owl-carousel .owl-nav div:hover {
  background-color: #004E94;
}
.generic-carousel.bg-primary .owl-carousel .owl-nav button,
.generic-carousel.bg-primary .owl-carousel .owl-nav .owl-playpause {
  color: #FAFAFA;
}
.generic-carousel.bg-primary .owl-carousel .owl-nav button:focus,
.generic-carousel.bg-primary .owl-carousel .owl-nav .owl-playpause:focus,
.generic-carousel.bg-primary .owl-carousel .owl-nav button:hover,
.generic-carousel.bg-primary .owl-carousel .owl-nav .owl-playpause:hover {
  color: #004E94;
  background-color: #FAFAFA;
}
.generic-carousel.bg-primary .testimonial .testimonial-content-quote::before {
  color: #FAFAFA;
}
.generic-carousel.bg-primary .testimonial .testimonial-content-quote > :last-child::after {
  color: #FAFAFA;
}
.generic-carousel.bg-secondary .owl-carousel::after {
  background: linear-gradient(0deg, #d6d9dc 0%, rgba(255, 255, 255, 0) 100%);
}
.generic-carousel.bg-secondary .owl-carousel .owl-dots .owl-dot:focus span,
.generic-carousel.bg-secondary .owl-carousel .owl-dots .owl-dot:hover span {
  background: #D6D9DC;
  border: 1px solid #004E94;
}
.generic-carousel.bg-secondary .owl-carousel .owl-dots .owl-dot span {
  color: #004E94;
}
.generic-carousel.bg-secondary .owl-carousel .owl-dots .owl-dot.active span {
  border: 1px solid #004E94;
}
.generic-carousel.bg-secondary .owl-carousel .owl-nav div:focus,
.generic-carousel.bg-secondary .owl-carousel .owl-nav div:hover {
  background-color: #D6D9DC;
}
.generic-carousel.bg-secondary .owl-carousel .owl-nav button,
.generic-carousel.bg-secondary .owl-carousel .owl-nav .owl-playpause {
  color: #004E94;
}
.generic-carousel.bg-secondary .owl-carousel .owl-nav button:focus,
.generic-carousel.bg-secondary .owl-carousel .owl-nav .owl-playpause:focus,
.generic-carousel.bg-secondary .owl-carousel .owl-nav button:hover,
.generic-carousel.bg-secondary .owl-carousel .owl-nav .owl-playpause:hover {
  color: #D6D9DC;
  background-color: #004E94;
}
.generic-carousel.bg-secondary .testimonial .testimonial-content-quote::before {
  color: #004E94;
}
.generic-carousel.bg-secondary .testimonial .testimonial-content-quote > :last-child::after {
  color: #004E94;
}
.generic-carousel.bg-dark .owl-carousel::after {
  background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
}
.generic-carousel.bg-dark .owl-carousel .owl-dots .owl-dot:focus span,
.generic-carousel.bg-dark .owl-carousel .owl-dots .owl-dot:hover span {
  background: #000;
  border: 1px solid #FAFAFA;
}
.generic-carousel.bg-dark .owl-carousel .owl-dots .owl-dot span {
  color: #FAFAFA;
}
.generic-carousel.bg-dark .owl-carousel .owl-dots .owl-dot.active span {
  border: 1px solid #FAFAFA;
}
.generic-carousel.bg-dark .owl-carousel .owl-nav div:focus,
.generic-carousel.bg-dark .owl-carousel .owl-nav div:hover {
  background-color: #000;
}
.generic-carousel.bg-dark .owl-carousel .owl-nav button,
.generic-carousel.bg-dark .owl-carousel .owl-nav .owl-playpause {
  color: #FAFAFA;
}
.generic-carousel.bg-dark .owl-carousel .owl-nav button:focus,
.generic-carousel.bg-dark .owl-carousel .owl-nav .owl-playpause:focus,
.generic-carousel.bg-dark .owl-carousel .owl-nav button:hover,
.generic-carousel.bg-dark .owl-carousel .owl-nav .owl-playpause:hover {
  color: #000;
  background-color: #FAFAFA;
}
.generic-carousel.bg-dark .testimonial .testimonial-content-quote::before {
  color: #FAFAFA;
}
.generic-carousel.bg-dark .testimonial .testimonial-content-quote > :last-child::after {
  color: #FAFAFA;
}
.generic-carousel.bg-light .owl-carousel::after {
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.generic-carousel.bg-light .owl-carousel .owl-dots .owl-dot:focus span,
.generic-carousel.bg-light .owl-carousel .owl-dots .owl-dot:hover span {
  background: #FAFAFA;
  border: 1px solid #004E94;
}
.generic-carousel.bg-light .owl-carousel .owl-dots .owl-dot span {
  color: #004E94;
}
.generic-carousel.bg-light .owl-carousel .owl-dots .owl-dot.active span {
  border: 1px solid #004E94;
}
.generic-carousel.bg-light .owl-carousel .owl-nav div:focus,
.generic-carousel.bg-light .owl-carousel .owl-nav div:hover {
  background-color: #004E94;
}
.generic-carousel.bg-light .owl-carousel .owl-nav button,
.generic-carousel.bg-light .owl-carousel .owl-nav .owl-playpause {
  color: #004E94;
}
.generic-carousel.bg-light .owl-carousel .owl-nav button:focus,
.generic-carousel.bg-light .owl-carousel .owl-nav .owl-playpause:focus,
.generic-carousel.bg-light .owl-carousel .owl-nav button:hover,
.generic-carousel.bg-light .owl-carousel .owl-nav .owl-playpause:hover {
  color: #FAFAFA;
  background-color: #004E94;
}
.generic-carousel.bg-light .testimonial .testimonial-content-quote::before {
  color: #000;
}
.generic-carousel.bg-light .testimonial .testimonial-content-quote > :last-child::after {
  color: #000;
}
@media screen and (min-width: 768px) {
  .generic-carousel .testimonial-carousel .owl-stage {
    margin: 0 -4em;
  }
}
.generic-carousel .testimonial-carousel .owl-stage-outer {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .generic-carousel .testimonial-carousel .owl-stage-outer {
    margin: 0 4em;
  }
}
.generic-carousel .testimonial-carousel .owl-nav.disabled,
.generic-carousel .testimonial-carousel .owl-dots.disabled {
  display: flex;
}
.generic-carousel .testimonial-carousel .owl-nav {
  position: static;
  top: 0;
  bottom: 0;
}
.generic-carousel .testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.generic-carousel .testimonial-carousel .owl-nav .owl-playpause {
  position: absolute;
  right: 50%;
  bottom: 2.5em;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.generic-carousel .testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.generic-carousel .testimonial-carousel .owl-dots {
  bottom: 1.125em;
}
.generic-carousel .testimonial .testimonial-content .testimonial-content-inner {
  border: none;
}
.generic-carousel .testimonial .testimonial-content .testimonial-content-inner .testimonial-content-quote::before {
  font-size: 3em;
  letter-spacing: 0.067em;
  line-height: 0.667em;
  transform: translate(-50%, 20%);
  opacity: .5;
}
.generic-carousel .testimonial .testimonial-content .testimonial-content-inner .testimonial-content-quote > :last-child::after {
  position: absolute;
  font-size: 2.667em;
  letter-spacing: 0.067em;
  line-height: 0.667em;
  transform: translate(20%, 20%);
  opacity: .5;
}
.generic-carousel .testimonial .testimonial-content .testimonial-content-inner p {
  text-align: center;
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.hero-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .hero-wrapper {
    padding: 92px 0 0;
  }
}
.hero-wrapper.full-height {
  min-height: 56vw;
}
@media screen and (min-width: 992px) {
  .hero-wrapper.full-height {
    min-height: 0;
    height: auto;
  }
}
.hero-wrapper.full-height .hero-content-container {
  align-items: flex-start;
  min-height: 56vw;
}
@media screen and (min-width: 992px) {
  .hero-wrapper.full-height .hero-content-container {
    min-height: 0;
    height: auto;
  }
}
.hero-wrapper.playing .hero-video-control-play {
  display: none;
}
.hero-wrapper.playing .hero-video-control-pause {
  display: inline-block;
}
.hero-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hero-banner-overlay {
    bottom: auto;
    height: 100%;
  }
}
.hero-banner-overlay.overlay-primary {
  background: linear-gradient(0deg, #004e94 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-banner-overlay.overlay-secondary {
  background: linear-gradient(0deg, #d6d9dc 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-banner-overlay.overlay-dark {
  background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-banner-overlay.overlay-light {
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hero-content-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.hero-banner-overlay.none + .hero-content-container .hero-banner-main-heading {
  color: #fff;
}
.hero-content-inner {
  position: relative;
  z-index: 20;
  padding: 2em 1.125em;
  width: 100%;
  align-self: flex-end;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-content-inner {
    position: absolute;
    padding: 5em 8.125em;
    transform: translateY(0);
  }
  .hero-content-inner.top-left,
  .hero-content-inner.middle-left,
  .hero-content-inner.bottom-left {
    text-align: left;
  }
  .hero-content-inner.top-right,
  .hero-content-inner.middle-right,
  .hero-content-inner.bottom-right {
    text-align: right;
  }
  .hero-content-inner.top-center,
  .hero-content-inner.top-left,
  .hero-content-inner.top-right {
    align-self: flex-start;
  }
  .hero-content-inner.center,
  .hero-content-inner.middle-left,
  .hero-content-inner.middle-right {
    align-self: center;
  }
  .hero-content-inner.bottom-center,
  .hero-content-inner.bottom-left,
  .hero-content-inner.bottom-right {
    align-self: flex-end;
  }
}
.hero-content-inner.mobile-overlay-dark {
  background: #000;
}
@media screen and (min-width: 768px) {
  .hero-content-inner.mobile-overlay-dark {
    background: none;
  }
}
.hero-content-inner.mobile-overlay-light {
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .hero-content-inner.mobile-overlay-light {
    background: none;
  }
}
.hero-content-inner.mobile-overlay-primary {
  background: #004E94;
}
@media screen and (min-width: 768px) {
  .hero-content-inner.mobile-overlay-primary {
    background: none;
  }
}
.hero-logo {
  margin-bottom: 0.5em;
  max-width: 100%;
}
.hero-banner-main-heading {
  margin: 0;
  text-transform: uppercase;
  color: inherit;
}
.hero-banner-sub-heading {
  margin: 0;
  color: inherit;
}
.hero-content-description {
  font-family: "Avenir Next Regular", sans-serif;
  color: inherit;
  font-size: 1.75em;
  letter-spacing: -0.013em;
}
.hero-content-description p:last-of-type {
  margin-bottom: 0;
}
.hero-video {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero-video {
    display: block;
  }
}
.hero-video-control {
  margin-top: 1em;
  font-family: inherit;
  font-size: .895em;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border: none;
  opacity: 1;
}
.hero-video-control-container {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-video-control-container {
    position: absolute;
    bottom: 1em;
    left: 1em;
    display: block;
    z-index: 20;
  }
}
.video-banner-control-text {
  font-size: 0.857em;
}
.hero-video-control-pause {
  display: none;
  color: #fff;
  border-radius: 10em;
  padding: 0.25em 1em;
  transition: 0.1s ease-in-out all;
  transition-property: color, background;
}
.hero-video-control-pause:hover,
.hero-video-control-pause:focus {
  color: #000;
  background-color: #fff;
}
.hero-video-control-pause:before {
  font-size: .8em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  content: "\e034";
}
.hero-video-control-play {
  display: inline-block;
  color: #fff;
  border-radius: 10em;
  padding: 0.25em 1em;
  transition: 0.1s ease-in-out all;
  transition-property: color, background;
}
.hero-video-control-play:hover,
.hero-video-control-play:focus {
  color: #000;
  background-color: #fff;
}
.hero-video-control-play:before {
  font-size: .8em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  content: "\e037";
}
.hero-video-wrapper {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 56.25%;
  display: none;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero-video-wrapper {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .hero-video-wrapper {
    display: block;
  }
}
.hero-video-wrapper iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-scroll-button {
  z-index: 30;
  position: absolute;
  bottom: 1em;
  left: 50%;
  display: none;
  background: none;
  border: none;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .hero-scroll-button {
    display: block;
  }
}
.hero-scroll-button:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  color: #fff;
  content: "\e5cf";
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: 0.1s ease-in-out color;
}
.hero-scroll-button:hover:before,
.hero-scroll-button:focus:before {
  color: #000;
}
.hero-video-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero-video-cover {
    display: none;
  }
}
.hero-video-cover img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
.logo-wrapper:before,
.logo-wrapper:after {
  content: " ";
  display: table;
}
.logo-wrapper:after {
  clear: both;
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.container-narrow .logo-wrapper .container,
.container .logo-wrapper .container {
  width: 100%;
}
.logo-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.logo-wrapper-heading {
  margin: 1em 0;
  text-align: center;
}
.logo-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .logo-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .logo-wrapper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .logo-wrapper {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .logo-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .logo-wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .logo-wrapper {
    margin-bottom: 5rem;
  }
}
.logo-wrapper .logo-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 3em 1em;
}
@media screen and (min-width: 1200px) {
  .logo-wrapper .logo-items-wrapper {
    padding: 0 1.875em;
  }
}
@media screen and (min-width: 1200px) {
  .logo-wrapper .logo-items-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.logo-wrapper .logo-items-wrapper:empty {
  display: none;
}
@media screen and (min-width: 992px) {
  .logo-wrapper.wrap-logos .logo-items-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.logo-item {
  padding: 1.25em;
  width: 50%;
}
@media screen and (min-width: 480px) {
  .logo-item {
    padding: 2em;
  }
}
@media screen and (min-width: 768px) {
  .logo-item {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .logo-item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .logo-item {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .logo-item:first-of-type {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .logo-item:last-of-type {
    padding-right: 0;
  }
}
.logo-item img {
  display: block;
  max-height: 65px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .logo-item img {
    max-height: 100%;
  }
}
.logo-item-link img {
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: 0.1s ease-in-out opacity;
}
.logo-item-link:hover img,
.logo-item-link:focus img {
  opacity: .7;
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
.simple-image-bar:before,
.simple-image-bar:after {
  content: " ";
  display: table;
}
.simple-image-bar:after {
  clear: both;
}
@media screen and (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
.simple-image-bar {
  margin-left: -15px;
  margin-right: -15px;
}
.simple-image-bar-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-image-bar-list li {
  float: left;
  overflow: hidden;
}
.count-1 .simple-image-bar-list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .count-1 .simple-image-bar-list li {
    width: 50%;
  }
  .count-1 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-2 .simple-image-bar-list li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .count-2 .simple-image-bar-list li {
    width: 50%;
  }
  .count-2 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-3 .simple-image-bar-list li {
  width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .count-3 .simple-image-bar-list li {
    width: 50%;
  }
  .count-3 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-4 .simple-image-bar-list li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .count-4 .simple-image-bar-list li {
    width: 50%;
  }
  .count-4 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-5 .simple-image-bar-list li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .count-5 .simple-image-bar-list li {
    width: 50%;
  }
  .count-5 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-6 .simple-image-bar-list li {
  width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .count-6 .simple-image-bar-list li {
    width: 50%;
  }
  .count-6 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-7 .simple-image-bar-list li {
  width: 14.28571429%;
}
@media screen and (max-width: 767px) {
  .count-7 .simple-image-bar-list li {
    width: 50%;
  }
  .count-7 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-8 .simple-image-bar-list li {
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .count-8 .simple-image-bar-list li {
    width: 50%;
  }
  .count-8 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-9 .simple-image-bar-list li {
  width: 11.11111111%;
}
@media screen and (max-width: 767px) {
  .count-9 .simple-image-bar-list li {
    width: 50%;
  }
  .count-9 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-10 .simple-image-bar-list li {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .count-10 .simple-image-bar-list li {
    width: 50%;
  }
  .count-10 .simple-image-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-hide .simple-image-bar-list li {
  display: none;
}
.count-all .simple-image-bar-list li {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .count-all .simple-image-bar-list li {
    width: 33%;
  }
}
.simple-image-bar-list li img {
  width: 100%;
}

/*# sourceMappingURL=styles.min.css.map */
