/** Generated: Wednesday, 4th of June 2025, 09:51:55 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/**
 * Created by Ben Byford
 *
 * main.css
 *
	Variables
	General HTML tags
	Masthead area
	Main content and sidebar
	Footer
	Helper Classes
	Print
 *
 */
/*********************************************************************
* Variables
*
*/
nav a,
.search input,
input[type="submit"],
a {
  transition: all 0.15s ease-out;
}
.menu-icon span,
a img,
.padding .circle,
#who-we-are .container > .padding {
  transition: all 0.3s ease-in-out;
}
.project img,
.project .project-inner,
.post .grid-span-three > * {
  transition: all 0.2s ease-out;
}
@media all and (min-width: 460px) {
  .project img:active,
  .project .project-inner:active,
  .post .grid-span-three > *:active {
    opacity: 0.9;
  }
}
.wobble {
  animation: wobble 2s ease-in-out alternate infinite;
}
/*********************************************************************
* Animation
*
*/
@keyframes fadeOut {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeInRotate {
  0% {
    opacity: 0%;
    transform: rotateZ(-45deg) translateX(-10%);
  }
  100% {
    opacity: 100%;
    transform: rotateZ(0deg) translateX(0%);
  }
}
@keyframes moveInTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes moveInRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes moveInBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes wonk {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(5deg) translateX(7px);
  }
}
@keyframes wobble {
  0% {
    transform: rotateZ(-10deg) translateX(-1px);
  }
  100% {
    transform: rotateZ(-2deg) translateX(1px);
  }
}
.logo svg .extra-text {
  animation: fadeOut 0.5s 1s ease-in-out forwards;
}
.logo:hover svg .extra-text {
  animation: fadeIn 0.5s 0s ease-in-out forwards;
}
.header.header-svg #XMLID_4_ {
  animation: moveInTop 1.75s 0s ease-out forwards;
}
.header.header-svg #XMLID_179_ {
  animation: moveInBottom 1.75s 0s ease-out forwards;
}
.header.header-svg #XMLID_5_ {
  animation: moveInLeft 1.75s 0s ease-out forwards;
}
.header.header-svg #XMLID_6_ {
  animation: moveInRight 1.75s 0s ease-out forwards;
}
.header.header-svg #logo-text {
  transform: scale(115%);
  transform-origin: center;
  animation: fadeIn 2s 0s ease-in-out forwards, fadeOut 1s 4s ease-in-out forwards;
}
.header.header-svg #logo-message {
  animation: fadeIn 1s 4.5s ease-in-out forwards;
}
.header.header-svg #logo-message #XMLID_118_ {
  transform-origin: center;
  animation: fadeIn 0.2s 6.5s ease-in-out forwards, wonk 0.2s 6.5s ease-in-out forwards;
}
.header.header-svg #logo {
  transform-origin: center;
  animation: fadeInRotate 2s 0s ease-in-out forwards, wonk 0.2s 6.5s ease-in-out forwards;
}
/*********************************************************************
* General HTML tags
*
*/
* {
  box-sizing: border-box;
}
::selection,
::-moz-selection {
  background: #ffffad;
  color: black;
  text-shadow: none;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  min-height: 100vh;
  margin: 0 auto;
  background: #e0f2ff url(/site/templates/imgs/white-bg-bits.svg);
  background-attachment: fixed;
  background-size: cover;
}
body,
td,
input,
textarea {
  font-family: ITC Avant Garde Gothic Pro, ITC Avant Garde Gothic, 'Montserrat', Helevetica, verdana, sans serif;
  font-size: 100%;
  line-height: 1.45em;
  color: #182487;
}
textarea {
  min-height: 160px;
}
video {
  max-height: 100vh;
  display: block;
}
img {
  width: auto;
  max-width: 100%;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
.gslider .gdesc-inner .gslide-title {
  line-height: 120%;
  word-break: keep-all;
  font-family: ITC Avant Garde Gothic Pro, ITC Avant Garde Gothic, 'Montserrat', Helevetica, verdana, sans serif;
  letter-spacing: -0.025em;
  color: #293ce1;
  text-align: left;
}
@media all and (min-width: 786px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .gslider .gdesc-inner .gslide-title {
    max-width: 70vw;
  }
}
h1 {
  font-size: 2em;
  margin: 0.3em 0 0.5em 0;
  text-wrap: balance;
}
h2 {
  font-size: 1.8em;
  margin: 0.8em 0 0.6em 0;
}
h3 {
  font-size: 1.5em;
  margin: 0.6em 0 0.5em 0;
  color: #de6067;
}
h4 {
  font-size: 1.4em;
  margin: 0.5em 0 0.3em 0;
  color: #de6067;
}
h5 {
  font-size: 1.2em;
  margin: 0.4em 0 0.3em 0;
}
h6 {
  color: #ccc;
  margin-bottom: 1em;
}
.gslider .gdesc-inner .gslide-title {
  font-size: 1.1em;
  margin: 0.1em 0 0.1em 0;
}
@media all and (min-width: 786px) {
  h1 {
    font-size: 3em;
    margin: 0.4em 0 0.5em 0;
  }
  h2 {
    font-size: 2.5em;
    margin: 1em 0 0.6em 0;
  }
  h3 {
    font-size: 1.8em;
    margin: 1em 0 0.5em 0;
  }
  h4 {
    font-size: 1.6em;
    margin: 1em 0 0.4em 0;
  }
  h5 {
    font-size: 1.3em;
    margin: 0.4em 0 0.3em 0;
  }
  h6 {
    color: #ccc;
    margin-bottom: 1em;
  }
}
div > h4 {
  margin-top: 0.3em;
}
audio {
  margin: 1.5em 0 1em;
}
a {
  color: #2d42f8;
  word-break: break-word;
}
a:visited {
  opacity: 0.95;
}
a:hover {
  opacity: 0.9;
  text-decoration: none;
}
a:hover img {
  transform: translateY(-1px);
}
a:active,
a:focus {
  color: #eeffff;
}
a:active img,
a:focus img {
  transition: all 0.1s ease-in-out;
  opacity: 1;
  transform: translateY(1px);
}
a.link-dark {
  color: #de6067;
}
p {
  line-height: 1.45em;
  text-align: left;
  margin-top: 0.2em;
}
small {
  font-size: 0.75em;
  opacity: 0.75;
}
blockquote {
  font-size: 110%;
  line-height: 160%;
  padding: 6%;
  margin: 1.5em 0;
  font-family: georgia, serif;
  border-left: 5px solid #2d43fa;
  background: #eee;
}
blockquote p:last-child {
  marign: none;
}
pre,
code {
  background: #eee;
  border: 1px solid #ddd;
}
pre {
  font-size: 14px;
  line-height: 1.4em;
  padding: 1em;
  border-left: 4px solid #ddd;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #e0f2ff;
  margin: 1em 0;
  padding: 0;
  max-width: 50%;
}
.spacer {
  background: #e0f2ff;
  height: 2px;
  width: 50%;
  max-width: 100px;
  margin: 1em auto;
  display: block;
  clear: both;
}
form input,
form textarea {
  display: inline-block;
  margin: 0 0 0.6em;
  text-align: left;
  padding: 0.6em 0.6em 0.5em;
  border: 2px solid #95a1fc;
  width: 100%;
  vertical-align: top;
  line-height: 1em;
}
form input:focus,
form textarea:focus {
  border: 2px solid #ffffff;
}
form input[type="submit"] {
  color: white;
  background-color: #95a1fc;
  box-shadow: 0 4px 0 #2d43fa;
  cursor: pointer;
  border: 0;
  transform: translateY(2px);
  max-width: 200px;
  text-align: center;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus {
  transform: translateY(1px);
  background-color: #a4b1ff;
  box-shadow: 0 5px 0 #2d43fa;
}
form input[type="submit"]:active {
  transform: translateY(3px);
  background-color: #6375fb;
  box-shadow: 0 2px 0 #2d43fa;
}
/*********************************************************************
 * 2. nav area
 *
 */
.logo {
  width: 23px;
  margin: 0;
  position: absolute;
  right: 1.9em;
}
@media all and (min-width: 786px) {
  .logo {
    right: 1.25em;
  }
}
.logo svg {
  position: absolute;
  width: 23px;
  right: 0;
}
@media all and (min-width: 786px) {
  .logo-mini {
    margin-top: 0.6em;
    width: 150px;
    height: 150px;
    margin-left: 10%;
    background: url(/site/templates/imgs/logo-color.png) no-repeat;
    background-size: contain;
  }
}
.strapeline {
  margin: 0;
  position: absolute;
  top: 28%;
  right: 4.5%;
  color: white;
  width: 90%;
  font-weight: 500;
}
@media all and (min-width: 786px) {
  .strapeline {
    width: 50%;
    bottom: 6.5%;
    top: auto;
    text-align: right;
  }
}
header .header {
  max-height: 300px;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  background: #2d43fa;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 460px) {
  header .header {
    max-height: 400px;
  }
}
@media all and (min-width: 786px) {
  header .header {
    max-height: 600px;
    overflow: initial;
  }
}
@media all and (min-width: 1260px) {
  header .header {
    max-height: 75vh;
  }
}
header .header.header-svg {
  background: #f6de85;
}
header .header.header-svg svg {
  display: block;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 786px) {
  header .header.header-svg svg {
    width: 130%;
    margin-left: -25%;
  }
}
header .header.header-svg #logo-message {
  opacity: 0;
}
.header_image {
  width: 100%;
}
.header-no-banner {
  width: 100%;
  height: 4em;
  background: #2d43fa;
}
header .video {
  background-color: white;
}
header .video video {
  max-height: 86vh;
}
.header_inner {
  position: fixed;
  top: 0em;
  right: 4.5%;
  width: 200px;
  background: transparent;
  padding: 1em;
  z-index: 10;
}
.header_inner.active {
  background: #95a1fc;
}
.header_inner.active nav {
  display: block;
}
form.search {
  margin: 0;
  padding-bottom: 0.2em;
}
form.search input {
  margin: 0;
  border: 0;
  color: white;
  text-align: right;
  background: transparent;
  border-bottom: 3px solid #e0f2ff;
}
form.search input:active,
form.search input:hover,
form.search input:focus {
  background: rgba(22, 22, 22, 0.2);
}
@media all and (min-width: 786px) {
  form.search {
    width: 100%;
    float: right;
  }
}
form.search button {
  display: none;
}
.btn {
  display: inline-block;
  background-color: #de6067;
  padding: 0.66em 1.2em 0.6em;
  box-shadow: #f6de85 0px 5px 0px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.btn:visited {
  color: white;
}
.btn:hover {
  background-color: #e9656c;
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: #f6de85 0px 6px 0px;
}
.btn:active {
  background-color: #c8565d;
  transform: translateY(2px);
  box-shadow: #f6de85 0px 3px 0px;
}
.big-btn {
  font-size: 110%;
}
.arrow-right {
  background-image: url(/site/templates/imgs/arrow-right.svg);
  background-size: 16px 16px;
  background-position: 0.96em center;
  background-repeat: no-repeat;
  padding-left: 2.4em;
}
.arrow-right:hover {
  background-position: 1.08em center;
}
.arrow-right:active {
  background-position: 1.2em center;
}
/*********************************************************************
 * 3. Main content and sidebar
 *
 */
#page {
  width: 100%;
  min-width: 320px;
  max-width: 1600px;
  margin: 0 auto;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 920px;
}
.text-container {
  max-width: 720px;
}
.main p,
.text-container p,
#who-we-are p {
  font-family: "Open Sans", verdana, sans-serif;
}
@media all and (max-width: 786px) {
  .sidebar-content-container {
    display: grid;
  }
  .sidebar-content-container .sidebar {
    grid-column: auto / 2 span;
    grid-row-start: 3;
  }
  .sidebar-content-container .main {
    grid-row-start: 2;
  }
}
.sidebar {
  background-color: white;
  padding: 1.2em;
  align-self: start;
  align-self: flex-start;
}
#main {
  clear: both;
}
#main #content {
  scroll-snap-type: y proximity;
}
.main {
  padding: 1.2em 0.6em;
}
.main img {
  background-color: transparent;
}
nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
  margin-bottom: 2em;
  display: none;
}
nav a {
  padding-top: 0.4em;
  font-family: ITC Avant Garde Gothic Pro, ITC Avant Garde Gothic, 'Montserrat', Helevetica, verdana, sans serif;
  text-decoration: none;
  display: block;
  color: #e0f2ff !important;
  border-bottom: 2px solid #e0f2ff;
}
nav a:hover,
nav a.current {
  color: #2d43fa !important;
  border-bottom: 2px dotted #2d43fa;
}
nav a:active {
  color: white !important;
  border-bottom: 2px dotted #2d43fa;
}
/*
* hot dog menu icon create from three spans
*/
.menu-icon-container {
  margin-bottom: 1em;
}
@media all and (max-width: 786px) {
  .menu-icon-container {
    display: block;
  }
}
.menu-icon-container .menu-icon {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 30px;
  float: right;
  cursor: pointer;
}
.menu-icon-container .menu-icon span {
  background: white none repeat scroll 0 0;
  display: block;
  height: 3px;
  width: 30px;
  position: absolute;
}
.menu-icon-container .menu-icon span.top {
  top: 6px;
  width: 24px;
}
.menu-icon-container .menu-icon span.middle {
  top: 14px;
  width: 20px;
}
.menu-icon-container .menu-icon span.bottom {
  top: 22px;
}
.menu-icon-container .menu-icon:hover span.top,
.menu-icon-container .menu-icon:hover span.middle {
  width: 30px;
}
.menu-icon-container .menu-icon.active span.top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 14px;
  width: 30px;
}
.menu-icon-container .menu-icon.active span.bottom {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 14px;
  width: 30px;
}
.menu-icon-container .menu-icon.active span.middle {
  opacity: 0;
}
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.75em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}
.align_right {
  /* for images placed in rich text editor */
  margin: 0 0 0.75em 1em;
  float: right;
  max-width: 50%;
}
.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}
.thumb {
  box-shadow: inset 0 1px 5px grey;
  border-radius: 50%;
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
@media all and (min-width: 786px) {
  .thumb {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 2em;
  }
}
.info {
  font-size: 80%;
}
/*********************************************************************
 * Blog
 *
 */
.post {
  margin-bottom: 0.5em;
  display: block;
}
.post .grid-span-three > * {
  opacity: 0.95;
}
.post:hover .grid-span-three > * {
  opacity: 1;
}
@media all and (min-width: 786px) {
  .post .grid-span-three.padding {
    padding-right: 0;
  }
}
.breadcrumb {
  font-size: 50%;
  display: block;
  clear: right;
  margin-bottom: -0.6em;
  color: #de6067;
}
/*********************************************************************
 * 4. Footer
 *
 */
#footer {
  clear: both;
  font-size: 70%;
  text-align: center;
}
/*********************************************************************
* Sections
*
*/
section {
  scroll-snap-align: start;
  background-image: url(/site/templates/imgs/white-bg-bits.svg);
  background-attachment: fixed;
  background-size: cover;
  padding: 1em 0 4em;
}
section.section-item img {
  width: calc(100% - 2em);
  border: 8px solid #e0f2ff;
}
section.section-item-0,
section.section-item-3 {
  background-color: #2d43fa;
}
section.section-item-2 {
  background-color: #95a1fc;
  color: #e0f2ff;
}
.section-header {
  border-bottom: 0.65rem solid #2d43fa;
  border-color: #e0f2ff;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding-bottom: 0.06em;
  margin-bottom: 1em;
}
.section-dark {
  background-color: #2d43fa;
}
.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: white;
}
.section-dark .section-header {
  border-color: #2d43fa;
}
.section-dark .section-header a {
  color: #f6de85;
}
.section-yellow {
  background-color: #f6de85;
}
.section-yellow .section-header {
  border-color: #f6de85;
}
.project .project-image,
.project .project-inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media all and (min-width: 460px) {
  .project .project-image {
    width: 40%;
  }
}
.project img {
  border: 0.65rem solid #2d43fa;
  position: relative;
  border-color: #95a1fc;
  z-index: 2;
}
@media all and (min-width: 460px) {
  .project img {
    width: 40%;
  }
}
.project .project-inner {
  padding: 0.6em 0.9em 0.6em 0.6em;
  background-color: white;
  z-index: 1;
  margin-bottom: 0.6em;
}
@media all and (min-width: 460px) {
  .project .project-inner {
    width: 60%;
    margin-left: -10%;
    margin-top: 1em;
    padding: 0.6em 0.9em 0.6em 12.5%;
  }
}
.project h3,
.project h4,
.project a {
  color: #de6067;
}
.project:hover img {
  transform: translateX(-5px) translateY(0px) scale(105%);
}
.project:hover .project-inner {
  transform: translateX(5px) translateY(0px);
}
#services .container {
  align-items: center;
  justify-items: center;
}
#services .container img {
  max-width: 150px;
}
@media all and (min-width: 786px) {
  #services .container img {
    max-width: 200px;
  }
}
#who-we-are .circle {
  z-index: 2;
}
#who-we-are .padding:hover .circle {
  transform: translateY(-0.6em);
}
@media all and (min-width: 460px) {
  #who-we-are .container > .padding {
    opacity: 0.95;
  }
  #who-we-are .container > .padding:hover {
    opacity: 1;
  }
}
#client-us .client-logo {
  width: 100%;
  max-width: 250px;
  max-height: 200px;
}
@media all and (max-width: 786px) {
  #client-us a {
    width: 50%;
  }
}
.gallery a {
  width: 48%;
}
@media all and (min-width: 786px) {
  .gallery a {
    width: 33.3332%;
  }
}
@media all and (min-width: 920px) {
  .gallery a {
    width: 20%;
  }
}
@media all and (min-width: 1260px) {
  .gallery a {
    width: 15%;
  }
}
.gallery img {
  padding: 0.6em;
}
ul.MarkupPagerNav {
  text-align: right;
}
ul.MarkupPagerNav li {
  display: inline-block;
  margin: 0 0.45em;
}
ul.MarkupPagerNav li a {
  color: white;
}
ul.MarkupPagerNav li.MarkupPagerNavOn a {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  #mc_embed_signup {
    margin-bottom: 1.5em;
  }
}
.mc-field-group {
  width: 66%;
}
.mc-embedded-subscribe {
  width: 33%;
}
/*********************************************************************
* 4. Helper classes
*
*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.hide {
  display: none;
}
#message,
#address,
#pageId {
  display: none;
}
.no-opacity {
  opacity: 0;
}
.opacity {
  opacity: 1;
}
.absolute {
  position: absolute;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-top {
  margin-top: 0.6em;
}
.margin-top-minus {
  margin-top: -2em;
}
.no-padding {
  padding: 0;
  margin: -0.6em 0 0.6em;
}
.padding {
  padding: 1.2em 0.9em;
}
@media all and (min-width: 786px) {
  .padding {
    padding: 1.8em 1.2em;
  }
}
.padding-top {
  padding-top: 3em;
}
.padding-left-right {
  padding: 0.6em 1.2em 0.36em;
}
@media all and (max-width: 786px) {
  .padding-small-only {
    padding: 0.9em 0.9em;
  }
}
.rotate-right {
  transform: rotate(10deg);
}
.rotate-left {
  transform: rotate(-10deg);
}
.full-width {
  width: 100%;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 460px) {
  .grid {
    display: grid;
    grid-column-gap: 1.2em;
    grid-row-gap: 0.6em;
  }
}
.grid-item {
  padding: 0.6em 0 0.6em 0;
}
@media all and (min-width: 460px) {
  .grid-item {
    padding: 0.6em 0.5em 0.6em 0;
  }
}
@media all and (min-width: 786px) {
  .grid-item {
    padding: 0.6em 1em 0.6em 0;
  }
}
.grid-item img {
  max-width: 400px;
}
.grid-span-one {
  grid-column: auto / 1 span;
}
.grid-span-two {
  grid-column: auto / 2 span;
}
.grid-span-three {
  grid-column: auto / 3 span;
}
.grid-span-four {
  grid-column: auto / 4 span;
}
.grid-span-six {
  grid-column: auto / 6 span;
}
@supports (grid-column-gap: 10px ) {
  .grid-item {
    padding: 0.6em 0 0.6em 0;
  }
  .three-up {
    grid-column-gap: 1em;
  }
}
.six-up {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 460px) {
  .six-up {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 786px) {
  .six-up {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.four-up {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 460px) {
  .four-up {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 786px) {
  .four-up {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 460px) {
  .three-up {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 786px) {
  .three-up {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 460px) {
  .one-up {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 786px) {
  .two-up {
    grid-template-columns: 1fr 1fr;
  }
}
.span-two {
  grid-column: span 2;
}
.circle {
  border-radius: 500px;
  max-width: 300px;
}
.border {
  border: 0.65rem solid #2d43fa;
}
.border-bottom {
  border-bottom: 0.65rem solid #2d43fa;
}
.bg-white {
  background-color: white;
}
.bg-white small {
  color: #293ce1;
}
.light-text {
  color: white;
}
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5 {
  color: #2d43fa;
}
.light-text a {
  color: #2d43fa;
}
.light-text a:visited {
  color: #3650ff;
}
.light-text a:hover {
  color: #2436c8;
}
.light-text a:active,
.light-text a:focus {
  color: #486bff;
}
/* ==========================================================================
Print styles
========================================================================== */
@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote,
  h2,
  h3,
  tr,
  img {
    page-break-after: avoid;
  }
}
