/* Custom boostrap scss overrides can go here! */
.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 1; }

.no-gutters-row {
  margin-right: 0;
  margin-left: 0; }

.align-center {
  display: block;
  margin: 0 auto; }

.h-200vh {
  height: 200vh; }

.bg-ctBlue {
  background-color: #00a2ea; }

.text-ctBlue,
.text-ctBlue * {
  color: #00a2ea; }

.border-ctBlue {
  border-color: #00a2ea; }

.bg-ctDarkPurple {
  background-color: #9D00FF; }

.text-ctDarkPurple,
.text-ctDarkPurple * {
  color: #9D00FF; }

.border-ctDarkPurple {
  border-color: #9D00FF; }

.bg-ctLightPurple {
  background-color: #7E69FF; }

.text-ctLightPurple,
.text-ctLightPurple * {
  color: #7E69FF; }

.border-ctLightPurple {
  border-color: #7E69FF; }

.bg-ctOrange {
  background-color: #ff5e01; }

.text-ctOrange,
.text-ctOrange * {
  color: #ff5e01; }

.border-ctOrange {
  border-color: #ff5e01; }

.bg-ctGreen {
  background-color: #00d190; }

.text-ctGreen,
.text-ctGreen * {
  color: #00d190; }

.border-ctGreen {
  border-color: #00d190; }

.bg-ctLuminousGreen {
  background-color: #CAC300; }

.text-ctLuminousGreen,
.text-ctLuminousGreen * {
  color: #CAC300; }

.border-ctLuminousGreen {
  border-color: #CAC300; }

.bg-ctDarkBlue {
  background-color: #302D42; }

.text-ctDarkBlue,
.text-ctDarkBlue * {
  color: #302D42; }

.border-ctDarkBlue {
  border-color: #302D42; }

.bg-ctMedBlue {
  background-color: #525061; }

.text-ctMedBlue,
.text-ctMedBlue * {
  color: #525061; }

.border-ctMedBlue {
  border-color: #525061; }

.bg-ctLightBlue {
  background-color: #a3a2aa; }

.text-ctLightBlue,
.text-ctLightBlue * {
  color: #a3a2aa; }

.border-ctLightBlue {
  border-color: #a3a2aa; }

.bg-ctLightGrey {
  background-color: #595959; }

.text-ctLightGrey,
.text-ctLightGrey * {
  color: #595959; }

.border-ctLightGrey {
  border-color: #595959; }

.bg-ctGrey {
  background-color: #495057; }

.text-ctGrey,
.text-ctGrey * {
  color: #495057; }

.border-ctGrey {
  border-color: #495057; }

.bg-ctVeryLightGrey {
  background-color: #ebecec; }

.text-ctVeryLightGrey,
.text-ctVeryLightGrey * {
  color: #ebecec; }

.border-ctVeryLightGrey {
  border-color: #ebecec; }

.bg-ctLightGreen {
  background-color: #809086; }

.text-ctLightGreen,
.text-ctLightGreen * {
  color: #809086; }

.border-ctLightGreen {
  border-color: #809086; }

.bg-cegaRed {
  background-color: #C00000; }

.text-cegaRed,
.text-cegaRed * {
  color: #C00000; }

.border-cegaRed {
  border-color: #C00000; }

.bg-ctOffWhite {
  background-color: #D9D9D9; }

.text-ctOffWhite,
.text-ctOffWhite * {
  color: #D9D9D9; }

.border-ctOffWhite {
  border-color: #D9D9D9; }

.bg-white {
  background-color: #fff; }

.text-white,
.text-white * {
  color: #fff; }

.border-white {
  border-color: #fff; }

#page-block-fs-panel {
  color: white !important; }
  #page-block-fs-panel .fs-panel-item {
    min-height: 25rem;
    margin: 0rem 0.9375rem 0.9375rem 0.9375rem;
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    position: relative; }
    #page-block-fs-panel .fs-panel-item:after {
      content: '';
      min-height: 350px;
      font-size: 0;
      display: block; }
    @media (min-width: 768px) {
      #page-block-fs-panel .fs-panel-item {
        /* margin: 0.46875rem;  */
        margin: 0;
      } }
    #page-block-fs-panel .fs-panel-item .flair, #page-block-fs-panel .fs-panel-item .flair-left, #page-block-fs-panel .fs-panel-item .flair-right {
      position: absolute;
      max-height: 5.625rem;
      top: 1.25rem; }
      #page-block-fs-panel .fs-panel-item .flair img, #page-block-fs-panel .fs-panel-item .flair-left img, #page-block-fs-panel .fs-panel-item .flair-right img {
        max-width: 100%; }
    #page-block-fs-panel .fs-panel-item .flair-left {
      left: 1.25rem; }
    #page-block-fs-panel .fs-panel-item .flair-right {
      right: 1.25rem; }
    #page-block-fs-panel .fs-panel-item .h1, #page-block-fs-panel .fs-panel-item .h2, #page-block-fs-panel .fs-panel-item .h3, #page-block-fs-panel .fs-panel-item .h4, #page-block-fs-panel .fs-panel-item .h5, #page-block-fs-panel .fs-panel-item .h6, #page-block-fs-panel .fs-panel-item h1, #page-block-fs-panel .fs-panel-item h2, #page-block-fs-panel .fs-panel-item h3, #page-block-fs-panel .fs-panel-item h4, #page-block-fs-panel .fs-panel-item h5, #page-block-fs-panel .fs-panel-item h6 {
      font-weight: 400; }
    #page-block-fs-panel .fs-panel-item .editor-text {
      overflow: hidden; }