/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
/*
#section-header
{
    background-image: url("https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/817302/settings_images/CpwNmTZlSWaDx6sLqzc7_bg-presentation.jpg") !important;
    background-repeat: repeat-x;
    height: 90px;
    position: absolute;
    width: 100%;
    background: transparent;
    background-repeat: no-repeat  !important;
    background-size:100% !important;
}
*/
.header {
  background-color: rgba(46, 45, 103, 0.94) !important;
  height: 90px;
  background-image: url("https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/817302/settings_images/CpwNmTZlSWaDx6sLqzc7_bg-presentation.jpg") !important;
  box-shadow: inset 0 0 0 2000px rgba(46, 45, 103, 0.94); }

.responsive-video {
  border: 1px solid white;
  -webkit-box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.1); }

/*============================================================================
  # CTA Button Style
==============================================================================*/
.btn--solid.btn--1548427134905 {
  background: #fed63b !important;
  border-color: #fed63b !important;
  color: #183763 !important; }

.btn--solid.btn--1548427134905:hover {
  color: #183763 !important; }

.btn--outline.btn--1548427134905 {
  border-color: #fed63b !important;
  color: #fed63b !important; }

.btn--outline.btn--1548427134905:hover {
  color: #fed63b !important; }

.blog__title a, h2 {
  color: #426694; }

.blog__info {
  color: #777;
  font-size: .8rem; }

.section--1548428699969 {
  padding-top: 0px; }

* {
  font-family: "ProximaNova-Regular", "Poppins", "Arial", "Helvetica"; }

.panel__body {
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08); }

.section__sidebar .panel__body {
  padding: 0px 10px 10px 0px;
  background: #d7e2ef; }

.section__sidebar .panel__copy {
  padding: 0 15px 0 20px; }

.section__sidebar .panel__body h6 {
  color: #FFF;
  padding: 4px 15px;
  margin-bottom: 0;
  display: inline-block;
  background: #426694;
  border-radius: 5px 0 5px 0;
  font-size: 1.1rem;
  margin-top: 0px; }

.section__sidebar .panel__body ol, ul {
  padding-inline-start: 12px; }

.panel--light a {
  color: #303498;
  text-decoration: underline; }

.btn--1568711074654 {
  display: none !important;
  -webkit-animation: 2s live-pulse infinite;
  -moz-animation: 2s live-pulse infinite;
  animation: 2s live-pulse infinite; }

@-webkit-keyframes live-pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@-moz-keyframes live-pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@keyframes live-pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
