.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

body {
  background-color: #FFF;
  font-family: "Open Sans", sans-serif;
}

main {
  width: 100%;
}

h1 {
  font-size: 3rem;
  line-height: 3.875rem;
  font-weight: bold;
}

h2 {
  font-size: 2.625rem;
  line-height: 3.5rem;
  color: #5E5E63;
}

h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;
  color: #004890;
}

p {
  font-size: 16px;
  color: #5E5E63;
  line-height: 30px;
}

.paragraph ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}
.paragraph ol li {
  margin-left: 20px;
  padding: 3px 0px;
  color: #5E5E63;
}

.paragraph ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.paragraph ul li {
  margin-left: 20px;
  padding: 3px 0px;
  color: #5E5E63;
}
.paragraph ul li::before {
  font-family: "icomoon";
  content: "\e900";
  font-size: 12px;
  color: #0539cc;
  margin-right: 6px;
  position: relative;
  top: 0px;
  padding: 3px;
}

.blockquote {
  border-left: 3px solid rgba(90, 109, 144, 0.1);
  border-radius: 6px;
  padding: 1rem;
  font-style: italic;
  color: #8492a6;
  margin: 10px;
}

.pager__items {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pager__items .pager__item a {
  color: #5E5E63;
  border: 1px solid rgba(60, 72, 88, 0.1);
  padding: 10px 15px;
  font-size: 16px;
  margin-left: -1px;
}
.pager__items .pager__item.is-active a, .pager__items .pager__item:hover a {
  background: #2f55d4;
  border-color: #2f55d4;
  color: white;
}
.pager__items li.pager__item:first-child a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.pager__items li.pager__item:last-child a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.task-menu {
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu li a.is-active {
  color: #5e5e63;
  border-bottom: 2px solid #5e5e63;
}

a {
  color: #d31e47;
  text-decoration: none;
  transition: 0.5s ease-out all;
}
a:hover, a:focus {
  color: #5E5E63;
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}
.btn.btn-pills {
  border-radius: 30px;
}
.btn.btn-primary {
  background-color: #2f55d4;
  border: 1px solid #2f55d4;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #2443ac;
}
.btn.btn-secondary {
  background-color: #5a6d90;
  border: 1px solid #5a6d90;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: #465571;
}
.btn.btn-success {
  background-color: #2eca8b;
  border: 1px solid #2eca8b;
  color: #fff;
}
.btn.btn-success:hover {
  background-color: #25a06e;
}
.btn.btn-danger {
  background-color: #e43f52;
  border: 1px solid #e43f52;
  color: #fff;
}
.btn.btn-danger:hover {
  background-color: #d21e32;
}
.btn.btn-info {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  color: #fff;
}
.btn.btn-info:hover {
  background-color: #117a8b;
}
.btn.btn-warning {
  background-color: #f17425;
  border: 1px solid #f17425;
  color: #fff;
}
.btn.btn-warning:hover {
  background-color: #d55b0e;
}
.btn.btn-light {
  background-color: #f8f9fc;
  border: 1px solid #f8f9fc;
  color: #000;
}
.btn.btn-light:hover {
  background-color: #d4daed;
}
.btn.btn-dark {
  background-color: #3c4858;
  border: 1px solid #3c4858;
  color: #fff;
}
.btn.btn-dark:hover {
  background-color: #272f3a;
}
.btn.btn-outline {
  background-color: transparent;
  color: #000;
}
.btn.btn-outline:hover {
  color: #fff;
}

.blue-button {
  text-align: center;
  margin: 0;
  padding: 13px 32px;
  background: #d31e47;
  color: #fff;
  font-size: 15px;
  border-radius: 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  border: 2px solid transparent;
  margin-right: 15px;
}
.blue-button:hover {
  background: #004890;
  color: #fff;
  box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
}

li.pager__item a.button {
  background-color: #004890;
  border-radius: 0.5rem;
  padding: 10px 20px;
  transition: 0.5s ease-out all;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
}
li.pager__item a.button:hover, li.pager__item a.button:focus {
  color: #fff;
  background-color: #3f9be2;
  border: 1px solid #004890;
}

[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-right-arrow:before {
  content: "\e900";
}

.icon-down-arrow:before {
  content: "\e901";
}

.icon-left-arrow:before {
  content: "\e902";
}

.icon-up-arrow:before {
  content: "\e903";
}

.icon-left-arrow-1:before {
  content: "\e904";
}

.icon-right-arrow-1:before {
  content: "\e905";
}

.icon-loupe:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-pdf:before {
  content: "\e90a";
}

.icon-menu:before {
  content: "\e90b";
}

.icon-cancel:before {
  content: "\e90c";
}

.icon-minus:before {
  content: "\e90d";
}

.icon-next:before {
  content: "\e90e";
}

.icon-plus:before {
  content: "\e90f";
}

.icon-search-interface-symbol:before {
  content: "\e910";
}

.icon-previous:before {
  content: "\e911";
}

.icon-facebook-1:before {
  content: "\e912";
  color: #fff;
}

div#press-accordion {
  margin-top: 35px;
}

.accordion > .card {
  margin-top: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #F0F0F0;
  color: #666;
  background-color: #FFFFFF;
}

.accordion > .card .card-header:first-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0;
}

.accordion > .card .card-header .btn {
  background: #184384;
  border: none;
  outline: none;
  padding: 20px 30px;
  width: 100%;
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  align-items: center;
}

.accordion > .card .card-header .btn.collapsed {
  background-color: #fff;
  color: black;
}

.accordion > .card .card-header .btn:after {
  font-family: "icomoon";
  content: "\e90f";
  color: #878787;
  width: 50px;
  height: 0;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s ease-out all;
}

.accordion > .card .card-body .card-area .card-body-item p.press-title a {
  color: #184384;
}

.accordion > .card .card-body .card-area .card-body-item p.press-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  margin: 16px 0;
  padding-right: 45px;
}

.accordion > .card .card-body .card-area {
  border-bottom: 1px solid #D9D9D9;
}

.accordion > .card .card-body .card-area:last-child {
  border-bottom: 0px solid #D9D9D9;
}

@media (min-width: 992px) {
  .accordion > .card .card-header .btn:after {
    right: 25px;
  }
}
@media (max-width: 992px) {
  .accordion > .card .card-header .btn:after {
    right: 25px;
  }
}
:-ms-lang(x), .card-area > div {
  display: inline-block;
}

.card-area > div {
  display: inline-block;
}

.accordion > .card .card-header .btn[aria-expanded=true]:after {
  content: "\e90d";
  color: #fff;
  transition: 0.5s ease-out all;
}

.accordion > .card .collapse,
.accordion > .card .collapsing {
  display: flex;
}

.accordion > .card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 30px 0 30px;
}

.accordion > .card .collapse:not(.show) {
  display: none;
}

.accordion > .card .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.accordion > .card .card-header h5 {
  margin: 0;
}

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