/* IMPORT SITE CUSTOM STYLES */
/*updating $tertiary color slightly to pass site imporoves color contrast standard*/
/*updating facebook and twitter colors to meet a min 7:1 contrast ratio in buttons*/
body {
  font-size: 1.125rem;
  color: #1A102D;
  font-family: "Montserrat", sans-serif;
}

a {
  color: #7B1DCD;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #C787FF;
  text-decoration-thickness: 3px;
}
a:hover {
  color: #7B1DCD;
  text-decoration-color: #69b4b4;
  text-decoration-thickness: 3px;
}

.inline-item {
  display: inline-block;
}

.btn {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-weight: bold;
  padding: 10px 15px;
  color: #fff;
  background-color: #7B1DCD;
  text-decoration: none !important;
}
.btn:hover {
  color: #fff;
  background-color: #6017a0;
}
.btn.tools {
  font-size: 1rem;
  padding: 5px 25px;
  border-radius: 0;
  border: 0;
  background-color: #1A102D;
  color: #fff;
  text-decoration: none !important;
}
.btn.tools:hover {
  color: white;
  background-color: #2A006D;
}
.btn.facebook {
  background-color: #375695;
  color: white;
}
.btn.twitter {
  background-color: #0B5C8E;
  color: white;
}

.btn-primary {
  background-color: #1A102D;
}
.btn-primary:hover {
  background-color: black;
}

.btn-xs {
  font-size: 0.875rem;
  padding: 0px 10px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

h1, .h1 {
  font-size: 3.5rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.5rem;
}

h4, .h4 {
  font-size: 2rem;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 2.125rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.625rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}
.overline {
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.overline-small {
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #4A00DF;
  text-transform: uppercase;
}

.buttonarrow, .btnarrow {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border: 0;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}
.buttonarrow:after, .btnarrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.875rem;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.buttonarrow:hover, .btnarrow:hover {
  color: white;
  text-decoration: none;
}
.buttonarrow:hover:after, .btnarrow:hover:after {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .buttonarrow, .btnarrow {
    font-size: 1rem;
  }
}
.buttonarrow.blue, .btnarrow.blue {
  background-color: #1A102D;
}
.buttonarrow.blue:hover, .btnarrow.blue:hover {
  text-decoration: none;
}
.buttonarrow.lightblue, .btnarrow.lightblue {
  background-color: #2A006D;
}
.buttonarrow.lightblue:hover, .btnarrow.lightblue:hover {
  text-decoration: none;
}
.buttonarrow.left:after, .btnarrow.left:after {
  display: none;
}
.buttonarrow.left:before, .btnarrow.left:before {
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  display: inline-block;
  font-weight: 700;
  font-size: 1.875rem;
  margin-right: 1.5rem;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.buttonarrow.left:hover:before, .btnarrow.left:hover:before {
  transform: translateX(-5px);
  text-decoration: none;
}
.buttonarrow.nobg, .btnarrow.nobg {
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #4A00DF;
}
.buttonarrow.full, .btnarrow.full {
  width: 100%;
}

.textarrow {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #1A102D;
  cursor: pointer;
  border: 0;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  border-bottom: 2px solid #7B1DCD;
  line-height: 0.5;
}
.textarrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.875rem;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.textarrow:hover {
  color: #1A102D;
  text-decoration: none;
  border-bottom: 2px solid #69b4b4;
}
.textarrow:hover:after {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .textarrow {
    font-size: 1rem;
  }
}
.textarrow.white {
  color: #fff;
}

.buttoncircle {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border: 0;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}
.buttoncircle__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: 0;
  display: inline-block;
  padding: 0.5rem;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.buttoncircle__arrow {
  opacity: 1;
  z-index: 1;
}
.buttoncircle__arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.875rem;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  padding: 0.1rem 0.7rem;
  border: 4px solid #7B1DCD;
  border-radius: 100%;
  opacity: 1;
}
.buttoncircle:hover .buttoncircle__title {
  opacity: 1;
  z-index: 1;
}
.buttoncircle:hover .buttoncircle__arrow:after {
  color: white;
  border: 4px solid #7B1DCD;
  background-color: #7B1DCD;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
.textslide {
  position: relative;
  left: -10000px;
  transition: left 1.2s ease-in-out;
}
.textslide.slideright {
  left: 0;
}

.ghost {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.ghost.boo {
  opacity: 1;
}

.showsection .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showsection .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}

.popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(0.6);
}

.showingthis .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showingthis .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .popoff {
  transform: scale(1);
}

.leftsliding {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s ease-in-out;
}
.leftsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.rightsliding {
  opacity: 0;
  transform: translateX(100%);
  transition: 1.4s ease-in-out;
}
.rightsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.ghostride {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.8s ease-in-out;
}
.ghostride.animate {
  opacity: 1;
  transform: translateY(0%);
}

.ghostappear {
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.ghostappear.animate {
  opacity: 1;
}

.delaytime {
  transition: 2s ease-in-out !important;
}

.delayalittle {
  transition: 1s ease-in-out !important;
}

@media (max-width: 576px) {
  .hidden-xxs {
    display: none !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-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xxs-block,
.visible-xs-block,
.visible-xxs-inline,
.visible-xs-inline,
.visible-xxs-inline-block,
.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: 576px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
.hidden,
.hide {
  display: none !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 2rem;
}

.navbar .nav-pills {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .nav-pills.fade-out {
  opacity: 0;
}
.navbar .nav-pills li {
  padding: 1rem 1.5rem;
}
.navbar .nav-pills li a {
  color: #1A102D;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .navbar .nav-pills li a {
    font-size: 1rem;
  }
}
.navbar .nav-pills li:hover a {
  border-bottom: 2px solid #69b4b4;
  text-decoration: none;
}
.navbar .nav-pills li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills li .dropdown-menu {
  top: 73%;
  left: auto;
  margin: 0px;
  padding: 0px;
  border-radius: 0;
  background-color: #fff;
  border: 0.5px solid #E9F2FB;
}
.navbar .nav-pills li .dropdown-menu > li {
  padding: 0;
}
.navbar .nav-pills li .dropdown-menu > li a {
  color: #1A102D;
  font-size: 1.125rem;
  white-space: nowrap;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  border-bottom: 0;
  padding: 0.5rem 1rem;
  display: block;
}
.navbar .nav-pills li .dropdown-menu > li a:hover {
  border-bottom: 0;
  color: #4A00DF;
}
.navbar .nav-pills li:last-child .dropdown-menu {
  left: 20%;
}
@media (max-width: 1200px) {
  .navbar .nav-pills li {
    padding: 1rem;
  }
}
.navbar #search {
  float: left;
  width: 0;
  position: absolute;
  right: 33px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search.showme {
  width: 95%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search #sitesearch {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  height: 50px;
}
.navbar #search #sitesearch #search-field {
  position: relative;
  background-color: #E9F2FB;
  right: 0px;
  width: 90%;
  border: none;
  height: 40px;
  padding: 5px;
  border-bottom: 2px solid #69b4b4;
}
.navbar #search #sitesearch #search-field:focus {
  outline: none;
  filter: none;
}
.navbar #search #sitesearch button {
  position: relative;
  color: #1A102D;
  background-color: #E9F2FB;
  right: 0px;
  width: 42px;
  height: 40px;
  border: none;
  border-bottom: 2px solid #69b4b4;
}
.navbar #search #sitesearch button:hover {
  color: #7B1DCD;
}
.navbar .srchbutton,
.navbar .srchbuttonmodal {
  color: #1A102D;
  padding: 0 1rem;
  z-index: 1;
}
.navbar .srchbutton:hover,
.navbar .srchbuttonmodal:hover {
  color: #7B1DCD;
}
@media (max-width: 768px) {
  .navbar .srchbutton,
  .navbar .srchbuttonmodal {
    color: #fff;
  }
}
.navbar .togglemenu {
  margin-left: 10px;
  color: #1A102D;
  font-size: 1.375rem;
}
.navbar .togglemenu:hover {
  color: #7B1DCD;
}
@media (max-width: 768px) {
  .navbar .togglemenu {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .navbar {
    padding: 0.7rem 0;
  }
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item a {
  font-size: 1.875rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
#NavMobileModal .nav .dropdown-menu {
  position: relative;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
  display: block;
  float: none;
}
#NavMobileModal .nav .dropdown-menu li a {
  font-size: 1.125rem;
  text-decoration: none;
}

#header {
  background-color: white;
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 10;
  max-width: 1330px;
}
#header .header-holder {
  display: table;
  height: auto;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 1rem 15px;
}
#header .header-holder .logo-holder {
  display: table-cell;
  vertical-align: middle;
}
#header .header-holder .logo-holder .logo-hold {
  width: 100%;
  max-width: 280px;
}
#header .header-holder .logo-holder .logo-hold img {
  width: 100%;
}
@media (max-width: 1200px) {
  #header .header-holder .logo-holder .logo-hold {
    max-width: 241px;
  }
}
@media (max-width: 768px) {
  #header .header-holder .logo-holder {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 5px 15px;
    background-color: #fff;
  }
}
#header .header-holder .header-nav-holder {
  display: table-cell;
  vertical-align: middle;
}
#header .header-holder .header-nav-holder .right {
  float: right;
}
#header .header-holder .header-nav-holder .nav-hold {
  float: right;
}
@media (max-width: 768px) {
  #header .header-holder .header-nav-holder .nav-hold {
    float: left;
  }
}
@media (max-width: 768px) {
  #header .header-holder .header-nav-holder {
    max-width: 540px;
    width: 100%;
    display: table;
    padding: 5px 15px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  #header .header-holder {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header .header-holder {
    height: auto;
    display: block;
    padding: 0px;
    background-color: #1A102D;
  }
}
@media (min-width: 992px) {
  #header .header-holder {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #header .header-holder {
    max-width: 1140px;
  }
}
#header.scrolling {
  z-index: 3;
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px #1A102D;
}

#breadcrumb {
  margin-top: 20px;
}
#breadcrumb > ol li:first-child {
  display: none;
}
#breadcrumb > ol li:after {
  content: "/";
  color: #4A00DF;
  left: 5px;
  position: relative;
}
#breadcrumb > ol li:last-child:after {
  content: "";
}

.modal {
  background-color: #1A102D;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-header .close:hover {
  color: #4A00DF;
}
.modal .close {
  color: white;
}
.modal .close:hover {
  color: #4A00DF;
}
@media (max-width: 991px) {
  .modal .close {
    position: relative;
    top: 0;
  }
}
.modal .modal-content {
  background-color: #1A102D;
  border: 0;
  margin: 15% auto;
  position: relative;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .modal-title {
  color: white;
}
.modal .modal-content .modal-body {
  margin-top: 0;
  padding: 2rem;
}
.modal .modal-content .modal-body #mobilesearch {
  padding: 0px;
  width: 100%;
}
.modal .modal-content .modal-body #mobilesearch input[type=search] {
  background: rgba(0, 0, 0, 0.18);
  text-align: center;
  color: white;
  font-size: 3.125rem;
  width: 100%;
  border: none;
}
.modal .modal-content .modal-body #mobilesearch input[type=search]:focus {
  outline: none;
}
.modal .modal-content .modal-body #mobilesearch button {
  background-color: transparent;
  width: 100%;
  max-width: 300px;
  padding: 0.7rem;
  border: 0;
  font-size: 1.625rem;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: white;
  margin: 1rem auto;
  cursor: pointer;
}
.modal .modal-content .modal-body #mobilesearch button:hover {
  color: #4A00DF;
}
.modal .modal-content .modal-body .btn {
  margin-top: 1rem;
}
.modal .modal-content .modal-body select {
  border: none;
  font-size: 1.625rem;
  height: 40px;
  width: 100%;
  margin: 10px 0;
}

.alert {
  padding: 1rem;
  margin-bottom: 0;
  border: 0;
  background-color: #4A00DF;
  border-radius: 0;
  position: relative;
  z-index: 5;
}
.alert .headline {
  padding: 0 2rem;
}
.alert .headline a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.alert .headline a:hover {
  color: white;
}
@media (max-width: 520px) {
  .alert .headline a {
    font-size: 1.375rem;
  }
}

.alerttwo {
  background-color: #9e0000;
}

.alert-container {
  align-items: center;
  display: flex;
}
@media (max-width: 1100px) {
  .alert-container {
    max-width: 100% !important;
  }
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  background-color: #1A102D;
  box-sizing: content-box;
  height: 35px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 35px;
  color: #1A102D;
  text-align: center;
}
.f-modal-alert .f-modal-icon .f-modal-exclamation {
  position: relative;
  text-align: center;
  color: white;
  top: 4px;
}

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

.animateXLeft {
  animation: animateXLeft 0.75s;
}

.animateXRight {
  animation: animateXRight 0.75s;
}

.scaleWarning {
  animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes Pulse {
  50% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
.Pulse {
  color: #4A00DF;
  position: relative;
}
.Pulse:before {
  content: "";
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: Pulse 2s ease-out infinite;
  background-color: currentColor;
  transform: scale3d(1, 1, 1);
}
.Pulse > * {
  position: relative;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateXLeft {
  0%, 65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%, 65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes scaleWarning {
  0% {
    transform: scale(1);
    border-color: white;
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #fff;
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: white;
  }
  100% {
    background-color: #fff;
  }
}
body#home .home-content {
  display: block;
  overflow: hidden;
}
body#home .home__background {
  position: relative;
  display: block;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: -1;
}
body#home .home__buttons--title {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
body#home .home__buttons--first {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #1A102D;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home__buttons--second {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #1A102D;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home__buttons--link {
  background-color: #1A102D;
  font-size: 2rem;
  padding: 0rem;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  line-height: 1;
  width: auto;
  border-bottom: 3px solid #C787FF;
}
body#home .home__buttons--link:hover {
  background-color: black;
}
@media (max-width: 991px) {
  body#home .home__buttons--link {
    margin-bottom: 0;
    font-size: 1.625rem;
  }
}
@media (max-width: 500px) {
  body#home .home__buttons--link {
    font-size: 1.25rem;
  }
}
body#home .home__buttons--button {
  padding: 2.5rem;
  text-align: center;
  background-color: #1A102D;
  position: relative;
}
body#home .home__buttons--button:first-child:before {
  content: "";
  display: block;
  height: 100%;
  width: 1000%;
  left: -1000%;
  top: 0;
  position: absolute;
  background-color: inherit;
}
body#home .home__buttons--button:first-child .home__buttons--link {
  background-color: #1A102D;
  position: relative;
}
body#home .home__buttons--button:first-child .home__buttons--link:hover {
  color: #fff;
  border-bottom: 3px solid #69b4b4;
}
body#home .home__buttons--button:last-child {
  background-color: #4A00DF;
}
body#home .home__buttons--button:last-child:before {
  content: "";
  display: block;
  height: 100%;
  width: 1000%;
  right: -1000%;
  top: 0;
  position: absolute;
  background-color: inherit;
}
body#home .home__buttons--button:last-child .home__buttons--link {
  background-color: #4A00DF;
}
body#home .home__buttons--button:last-child .home__buttons--link:hover {
  color: #fff;
  border-bottom: 3px solid #69b4b4;
}
body#home .home__linkalert {
  display: block;
  width: 100%;
  padding: 6.5rem 0;
}
body#home .home__linkalert--panel {
  margin: 0 auto;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}
body#home .home__linkalert--holder {
  background-color: #1A102D;
  display: table;
  width: 100%;
}
body#home .home__linkalert--imageside {
  display: table-cell;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  body#home .home__linkalert--imageside {
    display: block;
    width: 100%;
  }
}
body#home .home__linkalert--image {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -13.8%;
}
body#home .home__linkalert--textside {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  body#home .home__linkalert--textside {
    display: block;
    width: 100%;
    min-height: 300px;
  }
}
body#home .home__linkalert--title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 5px;
  padding: 5px 0;
}
body#home .home__linkalert--title small {
  font-size: 1rem;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #C787FF;
}
body#home .home__linkalert--summary {
  color: white;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}
body#home .home__linkalert--link {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media (max-width: 768px) {
  body#home .home__linkalert--link {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
body#home .home__social {
  background: linear-gradient(180deg, #4A00DF 0%, #C787FF 100%);
  overflow: hidden;
  display: block;
  position: relative;
}
body#home .home__social:after {
  content: "";
  display: block;
  width: 125%;
  height: 130%;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  bottom: -100%;
  left: -12.5%;
  right: 0;
  text-align: center;
}
body#home .home__newsletter {
  display: block;
  width: 100%;
  padding: 7.5rem 0;
}
body#home .home__newsletter--panel {
  margin: 0 auto;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}
body#home .home__newsletter--holder {
  background-color: #1A102D;
  display: table;
  width: 100%;
}
body#home .home__newsletter--imageside {
  display: table-cell;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  body#home .home__newsletter--imageside {
    display: block;
    width: 100%;
  }
}
body#home .home__newsletter--image {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -12.5%;
}
body#home .home__newsletter--textside {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  body#home .home__newsletter--textside {
    display: block;
    width: 100%;
    min-height: 250px;
  }
}
body#home .home__newsletter--title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
  margin-bottom: 5px;
  padding: 5px 0;
}
body#home .home__newsletter--title small {
  font-size: 1rem;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #C787FF;
}
body#home .home__newsletter--summary {
  color: white;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}
body#home .home__newsletter--link {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media (max-width: 768px) {
  body#home .home__newsletter--link {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
body#home .home__offices--text {
  color: #1A102D;
}
body#home .home__offices--office {
  display: block;
  padding-top: 1rem;
}
body#home .home__offices--imageholder {
  position: relative;
}
body#home .home__offices--image {
  display: block;
  width: 100%;
}
body#home .home__offices--address {
  color: #1A102D;
}
body#home .home__offices--body {
  position: relative;
  min-height: 210px;
}
body#home .home__offices--directions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
}
body#home .home__offices--disclaimer {
  padding: 5rem 0px;
  color: #1A102D;
}
body#home .homebanner {
  padding-top: 50%;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
body#home .homebanner__background {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
body#home .homebanner__pressholder {
  position: relative;
}
body#home .homebanner__press {
  position: absolute;
  left: 0;
  bottom: 30%;
  max-width: 50%;
  padding: 0 1rem;
}
body#home .homebanner__press--tag {
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.25rem;
}
@media (max-width: 500px) {
  body#home .homebanner__press--tag {
    font-size: 0.75rem;
  }
}
body#home .homebanner__press--carousel {
  display: table;
  min-height: 385px;
  vertical-align: top;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  body#home .homebanner__press--carousel {
    min-height: 265px;
  }
}
@media (max-width: 768px) {
  body#home .homebanner__press--carousel {
    min-height: 210px;
  }
}
@media (max-width: 660px) {
  body#home .homebanner__press--carousel {
    min-height: 160px;
  }
}
@media (max-width: 500px) {
  body#home .homebanner__press--carousel {
    padding: 0.5rem 0;
    min-height: 145px;
  }
}
@media (max-width: 400px) {
  body#home .homebanner__press--carousel {
    padding: 0.5rem 0;
    min-height: 125px;
  }
}
body#home .homebanner__press--indicators {
  left: 0;
  right: inherit;
  margin-right: 0;
  margin-left: 0;
}
body#home .homebanner__press--indicators > li {
  height: 5px;
  width: 60px;
}
@media (max-width: 991px) {
  body#home .homebanner__press--indicators > li {
    width: 40px;
  }
}
@media (max-width: 660px) {
  body#home .homebanner__press--indicators > li {
    width: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  body#home .homebanner__press--indicators > li {
    height: 3px;
    width: 15px;
    margin-bottom: 0;
  }
}
body#home .homebanner__press--carouselinner {
  display: table-cell;
  vertical-align: top;
}
body#home .homebanner__press--item {
  text-align: left;
}
body#home .homebanner__press--title {
  color: #fff;
}
@media (max-width: 991px) {
  body#home .homebanner__press--title {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  body#home .homebanner__press--title {
    font-size: 1.5rem;
  }
}
@media (max-width: 660px) {
  body#home .homebanner__press--title {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  body#home .homebanner__press--title {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  body#home .homebanner__press--title {
    font-size: 0.75rem;
  }
}
body#home .homebanner__press--title a {
  color: #fff;
  text-decoration: none;
}
body#home .homebanner__press--title a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #69b4b4;
}
@media (max-width: 1075px) {
  body#home .homebanner__press {
    bottom: 2rem;
  }
}
@media (max-width: 991px) {
  body#home .homebanner__press {
    bottom: 1rem;
  }
}
@media (max-width: 660px) {
  body#home .homebanner__press {
    bottom: 0rem;
  }
}
body#home #socialboxes {
  padding: 2rem 15px;
  position: relative;
  z-index: 1;
}
body#home .socialboxes__header {
  padding: 2rem 0;
  text-align: center;
}
body#home .socialboxes__title {
  color: white;
}

html {
  width: 100%;
  display: block;
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
  background-color: #1A102D;
  z-index: -1;
}

body#newsroom_landing_page #content {
  overflow: hidden;
}

.block {
  margin-bottom: 30px;
  background-color: #1A102D;
  width: 100%;
  display: table;
  height: 200px;
}
.block .desc {
  display: none;
  padding: 20px;
}
.block .desc p {
  width: 100%;
  margin: 0px;
}
.block a {
  width: 100%;
  padding: 15px;
  font-size: 1.625rem;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  text-decoration: none;
  display: table-cell;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: white;
  transition: all 0.2s ease-in-out;
}
.block a:hover {
  text-decoration: none;
  transform: translate(-10px, -10px);
  border-bottom: 0px !important;
}
.block a > img {
  float: left;
}
.block a .media-heading {
  text-transform: uppercase;
  position: relative;
}
.block a .media-heading.noimg {
  width: 100%;
  text-align: center;
  display: block;
}
.block a .media-heading.withimg {
  left: 20px;
  display: block;
  width: 75%;
}
.block:hover {
  background-color: #1A102D;
}
.block:hover a {
  background-color: #4A00DF;
}
.block.noimg a {
  height: auto;
  min-height: 95px;
}

li {
  /*		&:nth-of-type(3n+1){


  	}

  	&:nth-of-type(3n+2){
  		.block{
  			a{
  				background-color: $primary;
  			}
  		}

  	}
  	&:nth-of-type(3n+3){
  		.block{
  			background-color: $primary;
  			a{
  				background-color: $primary-dark;
  			}
  		}

  	}*/
}
li .block a {
  background-color: #4A00DF;
}

#listblocksbg {
  margin-top: 0px;
  background-size: cover;
  background-position: right;
  display: table;
  width: 100%;
  margin-left: 0;
  background-position: center center;
}
#listblocksbg .block {
  margin-bottom: 0;
  background-color: transparent;
}
#listblocksbg .block:hover {
  background-color: transparent;
}
#listblocksbg .list-block {
  margin: 0;
  padding: 0;
  border: 1rem solid white;
  float: left;
}

.snippets {
  padding: 0rem 0;
}
.snippets__item {
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .snippets__item {
    padding: 0;
  }
}
.snippets__bodytitle--title {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.snippets__bodytext {
  padding: 0rem;
}
.snippets__section {
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
  display: table;
}
.snippets__section.noitem {
  display: none;
}
.snippets__collapse {
  height: 400px;
  display: block !important;
  overflow: hidden;
  z-index: -1;
}
.snippets__collapse.show {
  height: 100%;
}
.snippets__body img {
  width: 100%;
  display: block;
  height: auto;
}
.snippets__bodyhold {
  min-height: 290px;
}
.snippets__bodyhold .left {
  vertical-align: middle;
  position: relative;
}
.snippets__bodyhold .right {
  padding: 0px 4rem 0 2rem;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.snippets__bodyhold .right.leftgallery {
  padding: 0px 2rem 0 4rem;
}
.snippets__bodyhold .right.leftgallery .snippets__bodyimage--block:nth-of-type(1) {
  top: -1rem;
}
.snippets__bodyhold .right.leftgallery .snippets__bodyimage--block:nth-of-type(2) {
  top: 1rem;
}
.snippets__bodyhold .right.leftgallery .snippets__bodyimage--block.leftgallery {
  top: -1rem;
}
.snippets__bodyhold .right.leftgallery .snippets__bodyimage--block.rightgallery {
  top: 1rem;
}
.snippets__bodyhold--block {
  position: relative;
  display: table;
  padding: 4rem 3rem;
  position: relative;
  min-height: 290px;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .snippets__bodyhold--block {
    padding: 2rem;
  }
}
.snippets__bodyhold--block:after {
  content: "";
  display: block;
  position: absolute;
  right: -150%;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: inherit;
}
@media (max-width: 991px) {
  .snippets__bodyhold--block:after {
    display: none;
  }
}
.snippets__bodyhold--block.left:after {
  content: "";
  display: block;
  position: absolute;
  left: -150%;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: inherit;
}
@media (max-width: 991px) {
  .snippets__bodyhold--block.left:after {
    display: none;
  }
}
.snippets__bodyhold--textholder {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.snippets__bodyhold--toparea.galleryexists {
  padding: 1rem 0 5rem;
}
.snippets__bodyhold--toparea.galleryexists .snippets__bodyimage {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 85%;
  right: 0;
  margin: 0 auto;
}
.snippets__bodyhold--toparea.galleryexists .snippets__bodyimage--block.leftgallery {
  top: 2rem;
  position: relative;
}
.snippets__bodyhold--toparea.galleryexists .snippets__bodyimage--block.rightgallery {
  margin-top: -1rem;
}
.snippets__bodyhold--toparea.galleryexists .snippets__bodyimage--block.rightgallery:nth-of-type(2) {
  margin-top: 1rem;
}
.snippets__bodyhold--toparea.galleryexists .right.leftgallery .snippets__bodyimage--block.leftgallery {
  top: 0;
}
.snippets__bodyhold--toparea.galleryexists .right.leftgallery .snippets__bodyimage--block.rightgallery {
  margin-top: -2rem;
}
.snippets__bodyhold--toparea.galleryexists .right.leftgallery .snippets__bodyimage--block.rightgallery:nth-of-type(2) {
  margin-top: 1rem;
}
.snippets__bodyimage img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 991px) {
  .snippets__bodyimage {
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 65%;
    margin-bottom: 2rem;
  }
  .snippets__bodyimage img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
  }
}
.snippets__bodyimage--block:nth-of-type(1) {
  top: 1rem;
}
.snippets__bodyimage--block:nth-of-type(2) {
  top: -1rem;
}
.snippets__bodyimage--block.leftgallery {
  top: 1rem;
}
.snippets__bodyimage--block.rightgallery {
  top: -1rem;
}

#pagination-container {
  text-align: right;
  margin-top: 80px;
  display: table;
  width: 100%;
}
#pagination-container .pagination-right {
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin-bottom: 0px;
}
@media (max-width: 560px) {
  #pagination-container .pagination-right {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
#pagination-container .pagination-right .form-inline select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}
#pagination-container .pager {
  display: table-cell;
  float: right;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
#pagination-container .pager li {
  display: table-cell;
  padding-right: 5px;
}
#pagination-container .pager li:last-child {
  padding-right: 0px;
}
@media (max-width: 560px) {
  #pagination-container .pager {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}

#asides.legislation {
  padding-bottom: 2rem;
}

.pagination .pages select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}

#filter-legislation {
  padding-bottom: 1rem;
}
#filter-legislation form {
  padding-bottom: 0.5rem;
}
#filter-legislation form select {
  padding: 2px 10px;
  height: 40px;
  font-size: 1.125rem;
  padding-right: 2.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 15px center, right 10px center;
  text-indent: 0.01px;
}

#voting_record .page {
  margin: 30px 0;
  display: none;
  transition: 1s ease-in-out;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
#voting_record .page .row {
  margin: 0 0 20px 0;
  padding: 5px 5px 15px 5px;
  border-bottom: 1px solid #ccc;
  /* ----- */
}
#voting_record .page .row .date {
  font-size: 0.9375rem;
}
#voting_record .page .row .vote {
  font-size: 1rem;
  color: #666;
}
#voting_record .page .row .No, #voting_record .page .row .Nay {
  color: #B30000;
}
#voting_record .page .row .Yea, #voting_record .page .row .Aye {
  color: green;
}
#voting_record .page .row .result {
  font-size: 1rem;
  color: #666;
}
#voting_record .page .row .Failed {
  color: #B30000 !important;
}
#voting_record .page .row .Passed {
  color: green !important;
}
#voting_record .page .row .category {
  font-size: 0.9375rem;
}
#voting_record .page.in {
  opacity: 1;
}
#voting_record .pagination {
  display: table;
  width: 100%;
}
#voting_record .pagination .pages {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  margin: 0;
}
#voting_record .pagination .pages_nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#voting_record .pagination .pages_nav .next {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .legislationrow {
    flex-direction: column-reverse;
  }
}

#thomas_search {
  margin-bottom: 1rem;
}

.galleryitem {
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
  display: table;
}
.galleryitem:nth-of-type(2) .snippets__bodyhold--block {
  background-color: #2A006D;
  color: white;
}
.galleryitem:nth-of-type(2) .snippets__bodytitle--title {
  color: #C787FF;
}
.galleryitem:nth-of-type(4) .snippets__bodyhold--block {
  background-color: #4A00DF;
  color: white;
}
.galleryitem:nth-of-type(6) .snippets__bodyhold--block {
  background-color: #7B1DCD;
  color: white;
}
.galleryitem:nth-of-type(8) .snippets__bodyhold--block {
  background-color: #C787FF;
  color: white;
}
.galleryitem:nth-of-type(8) .snippets__bodyhold--block .snippets__bodytitle--title {
  color: #1A102D;
}
.galleryitem:nth-of-type(8) .snippets__bodyhold--block .snippets__bodytext {
  color: #1A102D;
}

body#about footer {
  margin-top: 0;
}

.bio {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 6%;
}
@media (max-width: 991px) {
  .bio {
    margin-top: 11%;
  }
}
.bio__banner {
  width: 100%;
  margin: 0;
}
.bio__banner--image {
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0;
}
.bio__banner--img {
  display: block;
  width: 100%;
  margin-top: -13%;
}
.bio__banner--purple {
  background-color: #1A102D;
}
@media (max-width: 768px) {
  .bio__banner {
    flex-direction: column-reverse;
  }
}
.bio__toptext {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.bio__toptext--holder {
  position: absolute;
  margin: 0 auto;
  max-width: 80%;
  top: 11%;
  left: 0;
  width: 100%;
  right: 0;
}
@media (max-width: 1100px) {
  .bio__toptext--holder {
    top: 5%;
  }
}
@media (max-width: 991px) {
  .bio__toptext--holder {
    position: relative;
    bottom: 0;
    padding: 2.5rem 2rem;
    top: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .bio__toptext--holder {
    padding: 1.5rem 0rem;
  }
}
.bio__toptext--text .main_page_title {
  color: #C787FF;
  text-transform: capitalize;
}
.bio__toptext--text .amend-textarea {
  color: white;
}
@media (max-width: 991px) {
  .bio__toptext--text {
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
  .bio__toptext--text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.bionav__banner {
  position: absolute;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bionav__table {
  display: table;
  width: 100%;
  height: 400px;
}
.bionav__left {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .bionav__left {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding-top: 50%;
  }
}
.bionav__right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background: linear-gradient(150deg, #4A00DF 0%, #C787FF 100%);
}
@media (max-width: 768px) {
  .bionav__right {
    display: block;
    vertical-align: middle;
    width: 100%;
  }
}
.bionav__rightholder {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .bionav__rightholder {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem;
  }
}
.bionav__bar--title {
  color: #fff;
}
.bionav__bar--nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  left: 10px;
  position: relative;
}
.bionav__bar--item {
  text-align: center;
  display: flex;
  flex: 1;
  padding: 0.5rem 0;
}
.bionav__bar--link {
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  display: flex;
}

body#newsroom_landing_page footer {
  margin-top: 0;
}
body#newsroom_landing_page .videoiframe {
  margin-bottom: 2rem;
}
body#newsroom_landing_page #main_column {
  padding: 0;
  background-color: transparent;
}
body#newsroom_landing_page #breadcrumb {
  display: none;
}
body#newsroom_landing_page #main_container {
  padding-top: 4rem;
}
body#newsroom_landing_page .one_column {
  margin-left: 0;
  margin-right: 0;
}
body#newsroom_landing_page #rightside {
  padding: 3rem;
  background-color: #fff;
}
body#newsroom_landing_page #rightside hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body#newsroom_landing_page #leftside {
  text-align: left;
  padding: 0px 0px 0 15px;
  background-color: #4A00DF;
  position: relative;
  z-index: 1;
}
body#newsroom_landing_page #leftside:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  left: -100%;
  height: 100%;
  background-color: #4A00DF;
}
body#newsroom_landing_page #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #4A00DF;
}
body#newsroom_landing_page .media__summary {
  padding-bottom: 2rem;
}
body#newsroom_landing_page .media__header {
  font-size: 1.4375rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  body#newsroom_landing_page .media__header {
    font-size: 2.875rem;
  }
}
body#newsroom_landing_page .media__header a {
  color: #1A102D;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__link {
  color: #1A102D;
  text-decoration: none;
}
body#newsroom_landing_page .media__link:hover {
  color: #1A102D;
  text-decoration: underline;
}
body#newsroom_landing_page .media__link--underline {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
body#newsroom_landing_page .media__button {
  text-align: right;
  bottom: 3rem;
  right: 3rem;
  color: #4A00DF;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__button--container {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__button--container.videos {
  padding: 3rem 0 3rem;
}
body#newsroom_landing_page .media__side-nav {
  width: 100%;
  margin-top: 2.5rem;
}
body#newsroom_landing_page .media__side-nav .main_page_title {
  text-align: left;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 4rem;
}
body#newsroom_landing_page .media__side-nav.affix {
  width: 285px;
  top: 6.5rem;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix {
    width: 280px;
  }
}
body#newsroom_landing_page .media__side-nav.affix-bottom {
  position: absolute;
  width: 285px;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix-bottom {
    width: 209px;
  }
}
body#newsroom_landing_page .media__list {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item.active a, body#newsroom_landing_page .media__list-item:hover a {
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  border-bottom: 2px solid #fff;
}
body#newsroom_landing_page .media__list-link {
  color: #fff;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 1.75rem;
  border-bottom: 2px solid transparent;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
body#newsroom_landing_page .media__list-link:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__list-link {
    font-size: 1.625rem;
  }
}
body#newsroom_landing_page .media__date {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #4A00DF;
  font-size: 1.375rem;
}
body#newsroom_landing_page .media__videos .ce_youtube_video {
  margin-bottom: 4rem;
}

#newscontent .date.black {
  display: block;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #1A102D;
  font-size: 1.5rem;
}
#newscontent #press .title a {
  color: #1A102D;
}

.issue__list-item {
  display: block;
  margin-bottom: 1rem;
}
.issue__latestheader {
  font-size: 2.125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-bottom: 5px solid #ccc;
}
.issue__date {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #4A00DF;
}
.issue__title {
  font-size: 1.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.issue__title .issue__link {
  border-bottom: 3px solid transparent !important;
  display: block;
  margin-bottom: 2rem;
}
.issue__title .issue__link:hover {
  border-bottom: 3px solid #2A006D !important;
}

#filterbuttons {
  position: absolute;
  top: 10px;
  right: 40px;
}
@media (max-width: 767px) {
  #filterbuttons {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 2rem 0;
  }
}

.home__offices--text {
  color: #1A102D;
}
.home__offices--office {
  display: block;
  padding-top: 1rem;
}
.home__offices--imageholder {
  position: relative;
}
.home__offices--image {
  display: block;
  width: 100%;
}
.home__offices--address {
  color: #1A102D;
}
.home__offices--body {
  position: relative;
  min-height: 210px;
}
.home__offices--directions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
}
.home__offices--disclaimer {
  padding: 5rem 0px;
  color: #1A102D;
}

@media (max-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}

.prevpress__holder {
  padding-top: 5rem;
  position: relative;
  display: block;
}
.prevpress__holder .nextarticle, .prevpress__holder .prevarticle {
  background-color: #1A102D;
  text-decoration: none;
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 0.4rem 1rem;
}
.social-list li {
  padding: 1rem 3px;
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 2px solid #4A00DF;
  border-radius: 50px;
  padding: 3px;
  text-align: center;
  width: 33px;
  height: 33px;
  background-color: transparent;
  color: #4A00DF;
  display: block;
  font-size: 1.0625rem;
}
.social-list li a:hover {
  background-color: #4A00DF;
  color: #fff;
}
@media (max-width: 768px) {
  .social-list li a {
    border-color: #C787FF;
    color: #C787FF;
  }
  .social-list li a:hover {
    background-color: #C787FF;
  }
}
.social-list--bottom ul li {
  padding: 5px 5px !important;
}
.social-list--bottom ul li a {
  border-color: #C787FF;
  color: #C787FF;
  padding: 2.5px;
}
.social-list--bottom ul li a:hover {
  background-color: #C787FF;
}

.social-area .socialareablock {
  margin-bottom: 1rem;
}
.social-area .socialareablock .socialblock {
  padding: 1rem;
  height: 100%;
  border-radius: 0;
}
.social-area .socialareablock .socialblock .socialheader {
  text-align: center;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton {
  padding: 5px 10px;
  text-align: left;
  display: block;
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .icon {
  margin-right: 10px;
  text-decoration: none;
  background-color: transparent;
  padding: 1px;
  border-radius: 100%;
  color: #4A00DF;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  border: 2px solid #4A00DF;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .socialtext {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A102D;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton:hover .icon {
  color: white;
  background-color: #4A00DF;
}
.social-area .socialareablock .socialblock--instalink {
  display: block;
  padding-top: 50%;
  float: left;
  width: 50%;
  overflow: hidden;
  border: 5px solid white;
  position: relative;
}
.social-area .socialareablock .socialblock--instalink:hover .socialblock--instaimage {
  transform: scale(1.1);
}
.social-area .socialareablock .socialblock--instaimage {
  background-position: center;
  display: block;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.social-area .socialareablock .videos__section {
  height: auto;
  width: 100%;
  display: table;
  position: relative;
  padding: 1rem;
}
.social-area .socialareablock .videos__section--video {
  text-align: center;
  min-height: 300px;
}
.social-area .socialareablock .videos__section--imageholder {
  display: table;
  width: 100%;
  height: 180px;
  position: relative;
}
.social-area .socialareablock .videos__section--playbutton {
  position: absolute;
  color: white;
  text-align: center;
  top: 30%;
  left: 0;
  right: 0;
  font-size: 3.75rem;
}
.social-area .socialareablock .videos__section--image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 100%;
  background-position: center;
}
.social-area .socialareablock .videos__section--title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1A102D;
  text-align: left;
  padding: 1rem 0;
}

body#multimedia.new #newscontent.video {
  padding: 0;
}
body#multimedia.new #content {
  overflow: hidden;
}
body#multimedia.new #video-content {
  background-color: #fff;
  padding-top: 1rem;
  position: relative;
}
body#multimedia.new #video-content input#copyTarget {
  position: absolute;
  z-index: -1;
  opacity: 0;
  right: -1000000px;
}
body#multimedia.new #video-content #media-player {
  width: 100%;
}
body#multimedia.new #video-content #media-player iframe {
  height: 500px;
  width: 100%;
  border: 0;
}
@media (max-width: 767px) {
  body#multimedia.new #video-content #media-player iframe {
    height: 340px;
  }
}
@media (max-width: 550px) {
  body#multimedia.new #video-content #media-player iframe {
    height: 220px;
    min-height: 220px;
  }
}
body#multimedia.new #video-content #featured-details-header {
  font-size: 2rem;
  margin-top: 20px;
}
@media (max-width: 550px) {
  body#multimedia.new #video-content #featured-details-header {
    font-size: 1.625rem;
  }
}
body#multimedia.new #video-content #featured-details-header a:hover {
  text-decoration: underline;
}
body#multimedia.new #video-content #featured-details-description p {
  line-height: 1.5625rem;
}
body#multimedia.new #video-content #social-container .btn-xs {
  width: 100%;
  margin-bottom: 0.5rem;
}
body#multimedia.new #video-content footer {
  display: none;
}
body#multimedia.new .media-header {
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}
body#multimedia.new #share-buttons {
  float: right;
  padding: 1.8rem 0;
}
body#multimedia.new #share-buttons #share-copy-link {
  cursor: pointer;
}
body#multimedia.new #share-buttons #share-link-button-container {
  display: grid;
}
body#multimedia.new #multimedia-browser ul.nav-tabs {
  border-bottom: 3px solid #1A102D;
  border-bottom: 0px;
  display: none;
}
body#multimedia.new #multimedia-browser .pagination .paging {
  display: inline-block;
  width: 100%;
}
body#multimedia.new #multimedia-browser .pagination .paging .listing-jump {
  display: inline-block;
}
body#multimedia.new #multimedia-browser .pagination .paging .listing-increment {
  display: inline-block;
  float: right;
}
body#multimedia.new #multimedia-browser legend {
  display: none;
}
body#multimedia.new #multimedia-browser .loading div#search-results-header {
  display: none;
}
body#multimedia.new #multimedia-browser .multimedia-tools #search-mm input {
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .multimedia-tools fieldset {
  margin: 0;
}
body#multimedia.new #multimedia-browser .multimedia-tools .date-btn, body#multimedia.new #multimedia-browser .multimedia-tools .search-media-btn {
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0;
  font-size: 1.125rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
body#multimedia.new #multimedia-browser .multimedia-tools select {
  color: #bcbaba;
  height: 50px;
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .multimedia-tools input[type=text] {
  color: #bcbaba;
  height: 50px;
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .pagination {
  background-color: white;
  color: #0e0e0e;
}
body#multimedia.new #multimedia-browser .pagination .listing-increment a {
  padding: 0px 5px;
}
body#multimedia.new #multimedia-browser .pagination.first-one {
  display: none !important;
}
body#multimedia.new #multimedia-browser .media-thumbnail {
  height: 185px;
  width: 25%;
  margin: 0;
  display: inline-table;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
body#multimedia.new #multimedia-browser .media-thumbnail img {
  margin-top: -32px;
  width: 100%;
}
body#multimedia.new #multimedia-browser .media-thumbnail .image a {
  overflow: hidden;
  display: inline-block;
}
body#multimedia.new #multimedia-browser .media-thumbnail .image a a {
  overflow: hidden;
  display: inline-block;
}

#mediaview .social-media li {
  display: inline-block;
}
#mediaview .social-media #share-facebook iframe {
  width: 75px;
  height: 25px;
  position: relative;
  top: 9px;
}
#mediaview .social-media #share-twitter iframe {
  width: 75px;
  height: 25px;
  position: relative !important;
  top: 7px;
}
#mediaview #featured-details-description {
  display: table;
  width: 100%;
  padding-top: 4rem;
}
#mediaview #media-view-container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#mediaview #media-view-container:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -10%;
  width: 75%;
  z-index: -1;
  height: 90%;
  background-color: #CCDDE2;
}
#mediaview #media-player {
  position: relative;
  width: 100%;
}
#mediaview #media-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mediaview #media-player:after {
  content: "";
  padding-top: 56%;
  display: block;
  position: relative;
}
#mediaview #share-footer {
  display: none;
}
#mediaview #share-buttons #share-urlitem {
  opacity: 0;
  position: absolute;
  left: -100%;
}
#mediaview #share-buttons #copyTarget {
  opacity: 0;
  position: absolute;
  left: -100%;
}

footer {
  background-color: #1A102D;
  margin-top: 3rem;
  padding: 1rem;
}
footer ul {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}
footer ul li {
  padding: 1rem;
}
footer ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  text-decoration: none;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #69b4b4;
  text-decoration-thickness: 2px;
}
