.main-header p span.subhead {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
}

.body-content {
	padding:0;
}

.body-content .container {
	padding-top:45px;
}

.body-content p {
	font-size:18px;	
}

.solution-sidebar {
	order:2
}

.solution-content {
	order:1
}

.solutions-icons,
.resource-list-item .solutions-icons:before {
    background: url(/media/1248/solutions-icon-sprite.png?format=webp&quality=60) no-repeat;
}


ol {
    list-style: none;
    counter-reset: li;
}

ol li {
	counter-increment: li;
	font-size: 20px;
    padding: 7px 0;
}

ol li::before {
	content: counter(li)'.';
	display: inline-block;
    color: #F76457;
	font-size: 17px;
	font-weight: 600;
	text-align: right;
    width: 2em;
    margin-right: 0.5em;
	margin-left: -2.5em;
}

/* ============================================= */
/* ========= CTA Modal Dialog Styling ========== */
/* ============================================= */
/* .modal-header img {
    width: 100%;
}
.modal {
  position: fixed;
  // background: rgba(0, 0, 0, 0.5);
  background-image: url(/media/slwn0hok/modal-dialog-bg.png);
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7% 10%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
// IMPORTANT STYLES FOR MODAL TO SHOW
.modal:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
// IMPORTANT STYLES FOR MODAL TO SHOW
.modal-content .fsBody .fsForm {
    padding: 0;
    margin: 0;
}
.modal-content .fsBody .fsSubmitButton {
    margin-top: 0;
    width: auto;
}
.modal-content .fsForm .fsSubmit {
    margin: 0;
    padding: 0;
}
.modal-content .fsBody {
    padding: 20px 30px 20px 30px;
}
.modal-content {
    max-height: 95%;
    padding: 0px;
    background: white;
    border-radius: 0px;
    border: 0px;
    overflow: auto;
    position: relative;
    // width: fit-content;
    max-width: 960px;
    top: 40px;
}
.modal-content .fsBody .fsFieldCell p {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.modal-content .fsBody input[type=radio] {
    top: 2px;
    width: 15px;
    height: auto;
}
.modal-content .fsBody .fsRowBody input {
    font-size: 14px;
}

// .modal-close:hover {
//     color: #F76457;
//     font-weight: bold;
//     text-decoration: none;
// }
.close-btn-wrapper {
    width: 100%;
}
.modal-close:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transform: scale(1.1);
    box-shadow: 0px 10px 30px rgba(0,0,0,.10);
}
.modal-close {
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #bdbdbd;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 15px;
    position: relative;
    display: block;
    width: 130px;
    margin: 0 auto;
    margin-bottom: 30px;
}

// .modal-close {
//     color: #fff;
//     line-height: 40px;
//     font-size: 14px;
//     right: 0;
//     text-align: center;
//     top: 0;
//     width: 100%;
//     text-decoration: none;
//     background-color: #0d2149;
// }
// .modal-close {
//     color: #414042;
//     line-height: 40px;
//     font-size: 80%;
//     right: 0;
//     text-align: center;
//     top: 0;
//     width: 70px;
//     text-decoration: none;
//     position: absolute;
//     background-color: #ffffff;
// }
// .modal-close:hover {
//     color: #014b92;
//     font-weight: bold;
//     text-decoration: none;
// }
// .modal-header {
//     padding: 0;
//     border-bottom: 0;
// }
.modal-header {
    padding: 0 0 0 0;
}
.modal-header img {
    width: 100%;
}
.modal-animated {
    -webkit-animation: shoot-in 0.6s;
    -moz-animation:  shoot-in 0.6s;
    animation: shoot-in 0.6s;
}
@keyframes shoot-in {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
} */
/* Scrollbar Styles */
/*.modal-content::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#0d2149), to(#014b92), color-stop(.6,#0d2149));
    background-image: -moz-gradient(linear, 40% 0%, 75% 84%, from(#0d2149), to(#014b92), color-stop(.6,#0d2149));
    background-image: -ms-gradient(linear, 40% 0%, 75% 84%, from(#0d2149), to(#014b92), color-stop(.6,#0d2149));
    background-image: -o-gradient(linear, 40% 0%, 75% 84%, from(#0d2149), to(#014b92), color-stop(.6,#0d2149));
}

.modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

@media (max-width: 40em) {

    .modal-content .fsBody .fsSubmitButton {
        width: fit-content;
    }
    .modal-content .fsBody {
        padding: 20px 20px 20px 20px !important;
    }
    .modal-content .fsBody .fsForm {
        padding: 0;
    }
    .modal-content .fsSubmit {
        margin-top: 0;
        padding: 0 0 0 0;
    }
    .modal-content .fsBody label.fsOptionLabel.horizontal {
        float: left;
        margin: 0;
        margin-right: 0!important;
    }
    .modal-content .fsBody label.fsOptionLabel {
        border: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-color: transparent;
        color: #595d64;
    }
    .modal {
        padding: 7% 5%;
    }

}*/

/* ============================================= */
/* ============ Animated CTA Styling ============== */
/* ============================================= */
.body-content p.cta a img:hover {
    opacity: 0.7;
}
.body-content p.cta span img:hover {
    opacity: 0.7;
}
.body-content p.cta a img {
    opacity: 1;
}
#animated-cta-tab .cta-tab-item .animated-cta-btn > img {
    width: 18%;
    height: auto;
    margin-right: 20px;
    float: left;
}
#animated-cta-tab .cta-tab-item .animated-cta-btn {
    background: rgb(204,92,40);
    background: linear-gradient(180deg, rgba(204,92,40,1) 0%, rgba(159,73,33,1) 100%);
    float: right;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    padding: 15px 20px;
    margin: 0;
    margin-top: 1px;
    transition: all 0.25s;
}
#animated-cta-tab .cta-tab-item .animated-cta-btn p {
    font-size: 16px;
    margin: 0 0 0 0;
    font-weight: 500;
}
#animated-cta-tab .cta-tab-item .animated-cta-btn p a {
    color: #ffffff;
}
#animated-cta-tab .cta-tab-item .animated-cta-btn p .button {
    margin-top: 10px;
    background-color: #ffffff;
    color: #F76457;
}
/*#animated-cta-tab .cta-tab {
    text-align: right;
   margin-top: -20px;
    transition: all 0.25s;
}*/
#animated-cta-tab:hover .cta-tab .cta-bounce {
    animation: unset;
}
#animated-cta-tab:hover .cta-tab .cta-tab-label {
    transform: scale(1);
}
.cta-bounce {
    animation-name: cta-bounce;
    animation: bounce 2s ease infinite;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

    /*#animated-cta-tab .cta-tab, #animated-cta-tab:hover .cta-tab {
        margin-top: -30px;
    }*/
    #animated-cta-tab:hover .cta-tab-item {
        margin-top: -22px;
        margin-bottom: 40px;
    }
    #animated-cta-tab .cta-tab-item {
        margin-top: -400px;
    }
    #animated-cta-tab .cta-tab-item .animated-cta-btn {
        position: relative;
    }
    
@media (min-width: 1260px) {
    #animated-cta-tab .cta-tab {
        text-align: right;
       margin-top: -102px;
        transition: all 0.25s;
    }
    #animated-cta-tab .cta-tab-item .animated-cta-btn > img {
        width: 18% !important;
    }
} 

@media (min-width: 992px) {
    #animated-cta-tab .cta-tab-item .animated-cta-btn {
        position: absolute;
    }
    #animated-cta-tab .cta-tab-item .animated-cta-btn > img {
       width: 22% !important;
    }
    #animated-cta-tab:hover .cta-tab {
        margin-top: -245px;
    }
    #animated-cta-tab:hover .cta-tab-item {
        margin-top: -195px;
        z-index: 0;
    }
    #animated-cta-tab .cta-tab-item {
        margin-top: -1px;
        z-index: -1;
        transition: all 0.25s;
    }
}
@media (min-width: 768px) {
    #animated-cta-tab .cta-tab-item .animated-cta-btn {
        position: absolute;
    }
    #animated-cta-tab .cta-tab-item .animated-cta-btn > img {
        width: 25% !important;
    }
    #animated-cta-tab:hover .cta-tab {
        margin-top: -245px;
    }
    #animated-cta-tab:hover .cta-tab-item {
        margin-top: -195px;
        z-index: 0;
    }
    #animated-cta-tab .cta-tab-item {
        margin-top: -1px;
        z-index: -1;
        transition: all 0.25s;
    }
}
@media (min-width: 575px) {
    #animated-cta-tab .cta-tab-item .animated-cta-btn {
        position: absolute;
    }
    #animated-cta-tab:hover .cta-tab {
        margin-top: -265px;
    }
    #animated-cta-tab .cta-tab-item .animated-cta-btn > img {
        width: 20%;
    }
    #animated-cta-tab .cta-tab {
        text-align: right;
       margin-top: -102px;
        transition: all 0.25s;
    }
    #animated-cta-tab:hover .cta-tab-item {
        margin-top: -210px;
        z-index: 0;
    }
    #animated-cta-tab .cta-tab-item {
        margin-top: -1px;
        z-index: -1;
        transition: all 0.25s;
    }
}
@media (max-width: 40em) {
    
    #animated-cta-tab .cta-tab {
        margin-top: -22px;
        margin-bottom: 20px;
        text-align: right;
    }
    /*#animated-cta-tab:hover .cta-tab-item {
        margin-top: -26px;
    }*/

}

/* ================================================ */
/* ====== Prime Approval ========================= */
/* ====== & Certifications Slideshow ============ */
/* ============================================= */

.pc-container {
    border: 1px solid #e8e4e4;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.pc-slider .slick-list.draggable {
    width: 80%;
    margin: auto;
}
.pc-container h3 {
    margin-bottom: 2.0rem;
    font-weight:bold;
    font-size:30px;
    text-align:center;
    text-transform: uppercase;
}
.pc-container .pc-next.pc-icons {
    right: 10px;
    background-position: -30px 0;
}
.pc-container .pc-prev.pc-icons {
    left: 10px;
    background-position: 0 0;
}
.pc-container .pc-prev.pc-icons, .pc-next.pc-icons {
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    bottom: 10px;
    z-index: 500;
    cursor: pointer;
}
.pc-icons {
    background: url(/media/1248/solutions-icon-sprite.png?format=webp&quality=60) no-repeat;
}
/*.pc-slider .slick-slide {
    padding: 0 10px;
}
.pc-slider .slick-slide img {
    margin: 0px 10px;
}

.pc-container .slick-slide img {
    width: 206px !important;
    margin: 0 30px;
}

.pc-container .slick-initialized .slick-slide {
    overflow: hidden !important;
}*/

/* ============================================= */
/* ====== Safety Stats Table =================== */
/* ============================================= */

table.safety-stats {
    margin: 30px 0;
}

table.safety-stats, table.safety-stats th, table.safety-stats td {
    font-size: 20px;
    border: 1px solid #e8e4e4;
    border-collapse: collapse;
    margin: 20px 0;
}

table.safety-stats th {
     background-color: #014b92;
     color: #ffffff;
}

table.safety-stats th, table.safety-stats td {
    padding: 5px 15px;
}

table.safety-stats td.disclaimer {
    border: 1px solid #ffffff;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}

table.safety-stats tr:not(:last-child) td:first-child {
    font-weight: 600;
}

/*.safety-stats tr > td:first-child {
    font-weight: 600;
    color: #014B92;
}*/


/* ============================================= */
/* ====== On Page Video ======================== */
/* ============================================= */

#on-page-video-accordion .content iframe {
    margin: 20px 0;
}

#on-page-video-accordion.accordion p {
    vertical-align: middle;
    line-height: 1;
    padding: 10px 0;
}

#on-page-video-accordion .title p:before {
    content: "";
    background-image: url(/media/1248/solutions-icon-sprite.png?format=webp&quality=60);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -40px -30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

/* ============================================= */
/* ====== Phone Number CTA ===================== */
/* ============================================= */

.body-content .phone-number-callout p {
    display: block;
    color: #414042;
    font-size: 35px;
    clear: both;
    font-weight: bold;
    /*text-align: center;*/
    margin: 50px 0;
}

.body-content .phone-number-callout img {
    width: 50px;
    margin-top: -10px;
    margin-right: 15px;
}

/* ============================================= */
/* ====== Header CTA Tab ======================= */
/* ============================================= */

.header-cta-tab .container {
    padding: 0;
}

div#header-cta-tab {
    margin-right: -22.5px;
}

#header-cta-tab .cta-tab {
    text-align: right;
    /* margin-top: -195px; */
    margin-top: -102px;
    transition: all 0.25s;
}

#header-cta-tab .cta-tab-item {
    /*margin-top: -138px;*/
    margin-top: -1px;
    z-index: -1;
    transition: all 0.25s;
}

#header-cta-tab .cta-tab-item .header-cta-btn {
    background-color: #F76457;
    display: flex;
    position: absolute;
    float: right;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0;
    margin-top: 1px;
    transition: all 0.25s;
}

#header-cta-tab .cta-tab-item .header-cta-btn > img {
    width: 20%;
    height: fit-content;
    height: intrinsic;
    margin-right: 20px;
}

#header-cta-tab .cta-tab-item .header-cta-btn .small-text {
    font-size: 17px;
}

#header-cta-tab:hover .cta-tab {
    margin-top: -240px;
}

#header-cta-tab:hover .cta-tab-item {
    margin-top: -184px;
    z-index: 0;
}

#header-cta-tab:hover .cta-tab .cta-tab-label {
    transform: scale(1);
}

@media screen and (max-width: 992px) {
    #header-cta-tab:hover .cta-tab {
        margin-top: -147px;
    }

    #header-cta-tab:hover .cta-tab-item {
        margin-top: -91px;
    }

    #header-cta-tab .cta-tab-item .header-cta-btn > img {
        width: 6%;
    }
}

@media screen and (max-width: 768px) {
    .header-cta-tab .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .header-cta-tab .header-cta-item .button.header-cta-btn,
    .header-cta-tab .header-cta-item {
        margin-top: 50px;
    }

    .header-cta-tab .header-cta-item img {
        width: 20%;
    }

    #header-cta-tab:hover .cta-tab {
        margin-top: -168px;
    }

    #header-cta-tab:hover .cta-tab-item {
        margin-top: -112px;
    }

    #header-cta-tab .cta-tab-item .header-cta-btn > img {
        width: 12%;
    }
}

@media screen and (max-width: 575px) {
    #header-cta-tab .cta-tab,
    #header-cta-tab:hover .cta-tab {
        margin-top: 10px;
    }

    #header-cta-tab .cta-tab-item {
        margin-top: -400px;
    }

    #header-cta-tab:hover .cta-tab-item {
        margin-top: -1px;
    }

    #header-cta-tab .cta-tab-item .header-cta-btn {
        position: relative;
    }
}

.cta-bounce {
    animation-name: cta-bounce;
    animation: bounce 2s ease infinite;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

#header-cta-tab:hover .cta-tab .cta-bounce {
    animation: unset;
}

@keyframes cta-bounce {
    0%, 10%, 30%, 50%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    40% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes cta-bounce {
    0%, 10%, 30%, 50%, 100% {
        -webkit-transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-30px);
    }

    40% {
        -webkit-transform: translateY(-15px);
    }
}

/* -------------------------------- */
/* ----- Semantic Accordion ----- */
/* -------------------------------- */

#safety-statistics.ui.accordion .title,
#on-page-video-accordion.ui.accordion .title {
    font-size: 22px;
    font-weight: 500;
    font-family: inherit;
    color: #014b92;
    background-color: #f4f4f4;
    margin: 8px 0 0;
    position: relative;
    padding: 5px 20px;
    text-align: left;
}

#safety-statistics.ui.accordion .title .dropdown.icon-plus,
#on-page-video-accordion.ui.accordion .title .dropdown.icon-plus {
    background: #014b92;
    height: 17px;
    position: absolute;
    width: 5px;
    right: 30px;
    top: 37%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#safety-statistics.ui.accordion .title .dropdown.icon-plus:after,
#on-page-video-accordion.ui.accordion .title .dropdown.icon-plus:after {
    background: #014b92;
    content: "";
    height: 5px;
    left: -6px;
    position: absolute;
    top: 6px;
    width: 17px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#safety-statistics.ui.accordion .content,
#on-page-video-accordion.ui.accordion .content {
    padding: 0px 20px;
}

#safety-statistics.ui.accordion .content > p:first-child,
#on-page-video-accordion.ui.accordion .content > p:first-child{
    margin: 0;
}

#safety-statistics.ui.accordion .title.active,
#on-page-video-accordion.ui.accordion .title.active {
    color: #014b92;
    background-color: #f4f4f4;
    /*border-bottom: 8px solid #014b92;*/
}

#safety-statistics.ui.accordion .title.active .dropdown.icon-plus,
#on-page-video-accordion.ui.accordion .title.active .dropdown.icon-plus {
    background: #014b92;
    transform: rotate(45deg);
}

#safety-statistics.ui.accordion .title.active .dropdown.icon-plus:after,
#on-page-video-accordion.ui.accordion .title.active .dropdown.icon-plus:after {
    background: #014b92;
    transform: rotate(-2deg);
}

.ui.accordion .content p:hover {
    background: inherit;
    cursor: text;
}

#safety-statistics.accordion .title > p,
#on-page-video-accordion.accordion .title > p {
    font-size: 22px;
    font-weight: 500;
    font-family: inherit;
    color: #014b92;
    margin: 0;
    width: 97%;
}

#safety-statistics.accordion p,
#on-page-video-accordion.accordion p {
    color: #414042;
    text-align: left;
}

#safety-statistics.accordion p:last-child,
#on-page-video-accordion.accordion p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    table.safety-stats, table.safety-stats th, table.safety-stats td {
        font-size: 16px;
    }
}

@media (max-width: 535px) {
    table.safety-stats, table.safety-stats th, table.safety-stats td {
        font-size: 14px;
    }
}

/* ============================ */
/* ====== SIDEBAR ============= */
/* ============================ */

/* Sidebar buttons */
.meta-container.buttons a.button {
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 15px;
}

.solution-sidebar {
    margin-top: 44px;
}

.solution-slideshow {
	margin-bottom:46px;
	height:auto;
}

.solution-sidebar .solution-slideshow {
	display:none;	
}

.solution-content .solution-slideshow ul li:before {
    display:none;
}


.solution-slideshow img {
    width:100%;
    height:auto;
}

.solution-slideshow .slideshow-image {
    position: relative;
}

.solution-slideshow .slideshow-image .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    color: white;
    font-size: 16px;
    background-color: rgba(1, 75, 146, 0.8);
    transition: padding-bottom 0.25s;
}

.solution-slideshow:hover .caption {
    padding-bottom: 55px;
}

.solution-slideshow .slideshow-image .caption p,
.solution-slideshow .slideshow-image .caption strong,
.solution-slideshow .slideshow-image .caption div,
.solution-slideshow .slideshow-image .caption a
{
    margin: 0;
    font-size: inherit;
    color: inherit;
}

/* next-prev buttons */
.cycle-prev,
.cycle-next {
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    bottom: 10px;
    z-index: 500;
	cursor:pointer;
	opacity:0;
	transition:opacity 0.3s;
}

.solution-slideshow:hover .cycle-next,
.solution-slideshow:hover .cycle-prev,
.solution-slideshow:hover .slick-dots {
    opacity: 1;
}

.cycle-prev {
    left: 10px; 
    background-position: 0 0;
}

.cycle-next {
    right: 10px;
    background-position: -30px 0;
}


.slick-dots {
    bottom: 15px;
    padding: 0 45px;
    opacity: 0;
    transition: opacity 0.3s;
}

.solution-slideshow .slick-dots li button:before {
    content: "";
    opacity: 1;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.solution-slideshow .slick-dots li.slick-active button:before {
    background-color: #000;
}




/* LINK BOXES */

.meta-container {
    border: 1px solid #e8e4e4;
    padding: 30px;
    margin-bottom: 46px;
}

.meta-container h4,
.meta-container .meta-container-header{
	font-size:24px;
	color:#08182C;
	font-weight:bold;

}

.meta-container h4 a{
	color: inherit;
    text-decoration: none;
}

.meta-container.sub-navigation ul{
	margin:0;
	padding-left:20px;
}

.meta-container.sub-navigation ul li{
	color:#08182C;
	padding:10px 0;
	font-size:20px;
}

.meta-container.sub-navigation ul li.child-page{
	margin-left:20px;
	font-size:16px;
}

.meta-container.sub-navigation li.sibling-page-with-children,
.meta-container.sub-navigation li.current-page-with-children {
	list-style:none;
}

.meta-container.sub-navigation li.current-page-with-children:before,
.meta-container.sub-navigation li.sibling-page-with-children:before,
#sidebar-menu span.title .toggle-icon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    margin-left: -20px;
}

#sidebar-menu span.title .toggle-icon:before {
    margin-top: 7px;
}

.meta-container.sub-navigation li.current-page-with-children:before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 9px solid #F76457;
}

#sidebar-menu span.title .toggle-icon:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #F76457;
}

#sidebar-menu span.title {
    font-family: "Exo 2", sans-serif;
    font-size: 1rem;
    color: #414042;
}

#sidebar-menu span.title h4 {
    margin-bottom: 0;
}

#sidebar-menu span.title.active h4 {
    margin-bottom: 0.5rem;
}

/*.meta-container.sub-navigation li.current-page-with-children:before {
    border-top-color: #014b92;
}*/

.meta-container.sub-navigation li.sibling-page-with-children:before {
	border-top: 6px solid transparent;
	border-left: 9px solid #F76457;
	border-bottom: 6px solid transparent;
}

.meta-container .video-link {
	padding:5px 0;
}

.meta-container .video-link > div {
    position: relative;
}

.meta-container.related-video .meta-container-header{
	margin-bottom:20px;
}

.meta-container.related-video .video-link img {
	width:100%;
	border: 1px solid #e4e4e4;
}

img.additional-image {
    width: 100%;
}

.meta-container.related-video .video-link .tag {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 7px;
    position: absolute;
    float: right;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    z-index: 10;
}

.meta-container.related-video p {
	padding:5px 0 15px 0;
}

.meta-container.related-resources .resource-list-item {
	padding:10px 0;
}

.meta-container.related-resources a:before {
	content: "";
	width:20px;
	height:20px;
	display:inline-block;
	float:left;
	margin-right:10px;
	margin-top:4px;
}

/*.meta-container.related-resources a.solutions-icons.presentation:before {
	background-position:-60px -30px;
}*/

.meta-container.related-resources a.solutions-icons.video:before {
	background-position:-40px -30px;
}

.meta-container.related-resources a.solutions-icons.literature:before {
	background-position:-20px -30px;
}

.meta-container.related-resources a.solutions-icons.related-link:before {
	background-position:0 -30px;
}

.meta-container a p {
	margin:0;
	overflow:hidden;
}

.meta-container.acquisition {
    border: none;
    background-color: #414042;
    color: white;
    text-align: center;
}

.meta-container.acquisition div {
    font-size: 30px;
    font-weight: bold;
}

.meta-container.acquisition small {
    font-size: 20px;
    font-weight: normal;
}

.meta-container.acquisition .button {
    width: 100%;
    padding: 15px;
}

/* ============================ */
/* ========== CONTENT========== */
/* ============================ */
.solution-content {
	padding-bottom:30px;
}

.body-content .content-header-border,
.call-to-action .content-header-border {
	width:204px;
	background-color:#F76457;
	height:16px;
	margin-bottom:8px;
}

.body-content h2,
.call-to-action h2 {
	font-size:35px;
	color:#245FE6;
	text-transform:uppercase;
	margin:0;
	padding-bottom:10px;
	font-weight:700;
}

.solution-content h3.lead-in p {
    font-size: 25px;
    color: #414042;
    line-height: 45px;
    font-weight: 400;
}

.solution-content h4 {
    display: block;
    /*font-size: 22px;*/
    font-size: 26px;
    clear: both;
    font-weight: bold;
    padding-top: 25px;
    /*color: #014b92;*/
    color: #414042;
}

    .solution-content>h4::before {
        display: block;
        content: '';
        width: 75%;
        height: 1px;
        background: #e5e5e5;
        margin: -14px auto 24px auto;
    }

    .solution-content .direct-child-links > h4::before {
        display: none;
    }

    .solution-content .solution-slideshow,
    .solution-content .solution-slideshow .cycle-slide {
        width: 100%;
    }

.solution-content h5 {
	font-size:20px;
	font-weight:bold;
	padding-top:20px;
}

.solution-content ul {
	margin-bottom:0
}

.solution-content ul li {
	list-style-type:none;
	font-size:20px;
	padding:7px 0;
	text-indent: -.9em;
}


.solution-content ul li:before {
    content: "";
    background: url(/media/1248/solutions-icon-sprite.png?format=webp&quality=60) no-repeat;
    background-position: -92px 0;
    color: #F76457;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.solution-content li p {
	margin:0;
	overflow:hidden;
}

.solution-content a {
	color:#0055A5;
	font-weight:bold;
}



/* ============================ */
/* ====== CALL TO ACTION ====== */
/* ============================ */

.call-to-action {
	padding-top:30px;
}

.call-to-action .content-header p.next {
	font-size: 35px;
    color: #014b92;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700;
}

.call-to-action p {
	margin:0;
}

.call-to-action .button {
	padding:20px;
	font-size:20px;
}

.call-to-action strong {
	text-transform:lowercase;
}

/* ============================ */
/* ===== SOLUTIONS FINDER ===== */
/* ============================ */
/*
.body-content .solutions-finder .container {
	padding:0;
}

.solutions-finder {
    background-color: #414042;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 90px;
    overflow-x: visible !important;
    background-position: right;
    background-size: cover;
    padding: 60px 0;
}

.solutions-finder .solutions-filter {
	width:100%;
	overflow-x: unset !important;
}

.solutions-finder-title {
	font-size:40px;
	text-transform:uppercase;
	font-weight:normal;	
	color:#fff;
	line-height:34px;
	position:relative;
	z-index:50;
	text-align: center;
	margin-bottom:10px;
	padding:0;
}

#pointer {
	width:470%;
    height: 100%;
    position: absolute;
    left: -1000px;
	background: rgba(1, 75, 146, 0.8);
	display:none;
}

#pointer:before {
	content: "";
	position: absolute;
	right: -92px;
	width: 0px;
	height: 0;
	border-left: 92px solid rgba(1, 75, 146, 0.8);
	border-top: 94px solid transparent;
	border-bottom: 94px solid transparent;
}


.solutions-finder-title span {
	color:#F76457;
	font-weight:700;
	font-size:41px;
	padding-right:11px;
}

.solutions-filter .row {
	align-items:center;
}

.solutions-finder .filter-item {
	display:flex;
	align-self:center;
	z-index: 50;
	padding: 15px 44px;
}

.solutions-finder .filter-item .dropdown-label {
	font-size:92px;
	color:#fff;
	line-height: 20px;
    font-weight: bold;
	align-self:center;
	margin-right:10px;
	min-width:50px;
}

.solutions-finder .filter-item.by-specialty .dropdown-label,
.solutions-finder .filter-item.by-method .dropdown-label {
    color: #b2b2b2;
}



.solutions-finder .filter-item .ui.dropdown,
.solutions-finder .onesource-choices .choices__inner {
    border: none;
    background-color: #fff;
    border-radius: 0;
    height: 70px;
    margin-top: 9px;
    padding: 25px 10px 25px 20px;
    min-width: 70%;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
}

.solutions-finder .filter-item .ui.disabled.dropdown,
.no-jquery .solutions-finder .filter-item .choices.is-disabled .choices__inner {
    background-color: #b2b2b2;
    opacity: 1;
    cursor: default;
}

.solutions-finder .filter-item .ui.upward.dropdown.visible {
    box-shadow: none;
    border-radius: 0 !important;
}

.solutions-finder .filter-item .ui.dropdown > .text,
.solutions-finder .filter-item .ui.dropdown > .default-text,
.no-jquery .solutions-finder .filter-item .choices__inner .choices__item {
    font-size: 18px;
    line-height: 21px;
    z-index: 3;
    color: #414042;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    left: 15px;
    top: 24px;
}

.no-jquery .solutions-finder .filter-item .choices.is-disabled .choices__item {
    cursor: default;
}

.solutions-finder .filter-item .ui.dropdown>.default-text {
	top: 13px;
	position: absolute;
}

.no-jquery .solutions-finder .onesource-choices .default-text {
    top: 21px;
    position: absolute;
    color: rgb(65, 64, 66);
}


.solutions-finder .filter-item .ui.dropdown .default-text span,
.no-jquery .solutions-finder .onesource-choices .default-text span {
    font-size: 14px;
    color: #808080;
    line-height: 15px;
}

.solutions-finder .filter-item .dropdown .icon:before {
	content: "";
}


.solutions-finder .filter-item .dropdown .icon.down-arrow {
    background: url(/media/1248/solutions-icon-sprite.png?format=webp&quality=60) no-repeat;
    background-position: -80px -26px;
    width: 25px;
    height: 100%;
    margin-right: 0;
    opacity: 1;
    outline: none;
}

.ui.dropdown .menu {
    left: 0;
    border-radius: 0;
	min-width:100%;
}

.ui.dropdown .scrolling.menu .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ui.dropdown > .text {
    position: absolute;
}

.ui.input.focus > input, .ui.input > input:focus {
    border-color: #0d2149;
}

.ui.icon.input > input {
    padding-right: 0 !important;
}

.no-jquery .choices__placeholder {
    opacity: 1;
}

.no-jquery .onesource-choices .choices__list {
    padding: 0;
}

.no-jquery .onesource-choices .choices__list--dropdown {
    margin-bottom: -9px; // Account for margin top on .choices__inner 
}


@media (min-width: 576px) {
	.body-content p {
		font-size:20px;
	}

	.solution-content h3.lead-in p{
		font-size: 28px;
	}

	.call-to-action .button {
		padding:30px;
		font-size:24px;
	}


	
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .solution-sidebar {
        margin-top: 0;
	}
	
	.solution-sidebar .solution-slideshow {
		display:block;	
	}

	.solution-content .solution-slideshow {
		display: none;
	}

	.solution-sidebar {
		order:1
	}
	
	.solution-content {
		order:2
	}

	#pointer {
		display:block;
	}

	.solutions-finder {
		background-position:top center;
		background-size: 100% 180%;
		padding:0;
	}

	.solutions-finder-title {
		text-align:justify;
		margin:0;
		padding: 60px 0;
	}

	.solutions-finder .filter-item .ui.dropdown>.text {
		width: 70%;
	}

	.solutions-finder .filter-item {
		padding: 0 22px;
	}

	.solutions-finder-title span {
		padding-right: 0;
	}

	.ui.dropdown .menu {
		min-width:auto;
	}
}
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fsRowBody input[type='text'],
    .fsRowBody input[type='email'],
    .fsRowBody input[type='number'],
    .fsRowBody input[type='tel'],
    .fsForm select,
    .fsForm textarea {
        padding: 10px 15px !important;
    }
}

/*@media (min-width: 1260px) {
	#pointer {
		width:390%;
	}
}

@media (max-width: 1259px) {
    .pc-container .slick-slide img {
        width: 142px !important;
    }
}

@media (max-width: 991px) {
    .pc-container .slick-slide img {
        width: 168px !important;
    }
}

@media (max-width: 767px) {
    .pc-container .slick-slide img {
        width: 288px !important;
    }
}

@media (max-width: 575px) {
    .pc-container .slick-slide img {
        width: 302px !important;
    }
}*/


/* Adjusts margins and padding around main content elements if there is block list content below it. */
.body-content .container.block-list-below {
    padding-bottom: 0;
}
.body-content .container.block-list-below .solution-content {
    padding-bottom: 0;
}

.container.cta-container {
    margin-top: 0;
    padding-top: 0;
}





/* ------------------------------------------------------------------ */
/* ----BLOCK GRID CSS------------------------------------------------ */
/* ------------------------------------------------------------------ */

.body-content .block-list-below .umb-block-list .tabs-block .tab-strip {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.body-content .block-list-below .umb-block-list .tabs-block .tab-strip li {
    flex: 1; /* Each <li> takes an equal share of the width */

}

.body-content .block-list-below .umb-block-list .tabs-block .tab-strip li a {
    display: block;
    text-align: center;
    padding: 10px;
    background: white;
    border: 1px solid #ccc;
    color: #014b92;
    font-weight: bold;
    font-size: 1.2rem;
}



.body-content .block-list-below .umb-block-list .tabs-block .tab-strip li.active a,
.body-content .block-list-below .umb-block-list .tabs-block .tab-strip li:hover a
{
    color: white;
    border-bottom: 4px solid #F76457;
    background: #414042;
    padding-bottom: 7px;
}

.body-content .block-list-below .umb-block-list .tabs-block .tab-strip li.active a,
.body-content .block-list-below .umb-block-list .tabs-block .tab-strip li:hover a
{
    text-decoration: none;
}


.body-content .block-list-below .umb-block-list .tabs-block .tab-strip li:not(:last-child) a {
    border-right: none;
}


.body-content .block-list-below .umb-block-list .tabs-block .tab-content {
    background: #f5f5f5;
    padding: 30px 8px; /* 8px gets us from the 22px on the grid inside to 30 */
    border: 1px solid #e8e4e4;
}

.body-content .block-list-below .umb-block-list .tabs-block .tab-content table {
    background: white;
    font-size: 20px;
    border: 1px solid #e8e4e4;
}
.body-content .block-list-below .umb-block-list .tabs-block .tab-content table td,
.body-content .block-list-below .umb-block-list .tabs-block .tab-content table th
{
    padding: 15px;
}

.body-content .block-list-below .umb-block-list .tabs-block .tab-content .container {
    padding: 0;
}

.body-content .block-list-below .container {
    padding: 44px 0 0 0;
}

.body-content .block-list-below .container > .row {
    padding: 0;
    margin-left: -22px;
    margin-right: -22px;
}

.row h2 strong {
    border-top: none;
}

.row h2 strong::first-line {
    display: inline-block;
    position: relative;
    color: red!important;
}

.row h2 strong::first-line::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 16px;
    background: #F76457;
}



.standard-page-block-list .umb-block-list h4 {
    font-size: 26px;
    font-weight: bold;
    color: rgb(65, 64, 66);
}

.standard-page-block-list .umb-block-list h4 {
    display: block;
    font-size: 26px;
    clear: both;
    font-weight: bold;
    padding-top: 25px;
    color: #414042;
}

.standard-page-block-list .umb-block-list h4::before {
    display: block;
    content: '';
    width: 75%;
    height: 1px;
    background: #e5e5e5;
    margin: -14px auto 24px auto;
}

.standard-page-block-list .card-list-item-inner a.button {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 30px;
    padding: 10px 20px;
}