﻿
/*a:hover {
    color: #337ab7;
}*/


.read-more {
    font-style: italic;
    text-decoration: underline;
    color: #15a4a7;
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #15a4a7;
    /*background-color: white;*/
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #eee;
}

.read-more:hover {
    color: #aab2bd;
}



.btn-xxs, .btn-group-xs > .btn {
    padding: 0 0;
    font-size: 9px;
    /* line-height: 1.5; */
    border-radius: 3px;
}
@media screen and (min-width: 992px) {
    .pull-right-MD {
        float: right !important;
    }
}

/*a, a > * {
color: #FC1515;
}*/
.InlineAnchor {
	/*text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #B3B3B3;*/
    color: #2a6496;
}

.InlineAnchor:hover { 
    color: #707070;
}

 /*--------------------------------------------------------------------------------------*/
 /*                     2 - GENERAL CSS FOR STYLING                                      */
 /*-------------------------------------------------------------------------------------*/
body {
    /*background: #e5e7e8;*/
    color: #333333;
    font-family: 'Verdana', Arial, helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size:13px;
    line-height:21px;
}
html, body {height:100%;}
body.empty{ margin-top: 50px;}
p{margin-bottom: 25px;}
code,
pre {
    display: block;
    clear: both;
    overflow: auto;
    padding: 10px;
    text-align: left;
    white-space: pre;
    line-height: 18px;
    margin: 20px 0;
    background-color: #ebebeb;
}

a, a > * {
	text-decoration: none;
	color:#707070;
}
a:hover{
   text-decoration: none;
}

strong { font-family: 'Verdana', Arial, helvetica, sans-serif; font-weight: 800;line-height: 30px;}

header {
    height: auto;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}
 #wrapp{
    float: left;
    width: 100%;
    background: #fff;
 }
#content{
	float:left;
	width: 100%;
	/* [disabled]margin: 0 0 0 0; */
	position: relative;
}
header#header{
    padding: 0 0  0 0;   
     width: 100%;
    background: #FFF;
    /*border-top: 4px solid #005288;*/
    float:left;
}
 header#header.header-3{
    border-bottom: 1px solid #e6e9ee;
 }
#header-links{
    width: 100%;
    float: left;
    background: #f6f7fb;
    border-bottom: 1px solid #e6e9ee;
    margin-bottom: 40px;
    padding: 10px 0;

}
.intro-features{
	width: 100%;
	float: left;
	background: #f6f7fb;
	padding: 40px 0 20px 0;
}.intro-features.no-bottom-margin{
    margin-bottom: 0;
    margin-top: 55px;
}
.intro-features.no-top-margin{
    margin-bottom:55px;
    margin-top: 0;
}
.intro-features.bottom-margin-minus{
    margin-bottom: -40px;
}


 /*--------------------------------------------------------------------------------------*/
 /*                     6 - FOOTER & COPYRIGHTS                                          */
 /*-------------------------------------------------------------------------------------*/
.priorityhealthcare-callout {
	text-align:center;
	color:#ccc;
	line-height:20px;
	padding-right: 20px;
	padding-left: 20px;
}
.footer-call-to-action {
    float: left;
    width: 100%;
    padding: 30px 0 10px 0;
    margin-bottom: -40px;
}
.footer-call-to-action .one-fourth { text-align: right }
.footer-call-to-action h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
#footer a { color: #7e8793; text-decoration:none; }

#footer {
	width: 100%;
	padding: 40px 0 0 0;
	/*float: left;*/
	position: relative;
	background: #333942;
	height: auto;
	color: #7e8793;
	font-size: 11px;
}

.footerAnchor a:hover {
    color: #FFF;
    text-decoration: none;
}


#copyrights {
    width: 100%;
    padding: 12px 0 20px 0;
    float: left;
    position: relative;
    background: #292f38;
    height: auto;
    
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
#footer.s2 {
    background: #3b3b3b;
    color: #999999;
}
#copyrights.s2 {
    background: #333;
    color: #999999;
}
#footer.s2 a,
#copyrights.s2 a { color: #ababab }
#footer.s2  ul li { border-bottom: 1px solid #464646 }
#footer.s2 a:hover,
#copyrights.s2 a:hover {
    color: #FFF;
    text-decoration: none;
}
#footer.s2 .flickr-widget li { border: 3px solid #2a2929 }
#footer.s2 .flickr-widget li:hover { border: 3px solid #6b6b6b }
#footer.s3 {
    background: #f6f7fb;
    color: #656d78;
}
#footer.s3 h4 { color: #656d78 }
#copyrights.s3 {
    background: #e6e9ee;
    color: #656d78;
}
#footer.s3 a,
#copyrights.s3 a { color: #656d78 }
#footer.s3  ul li { border-bottom: 1px solid #e6e9ee }
#footer.s3 a:hover,
#copyrights.s3 a:hover {
    color: #929ca9;
    text-decoration: none;
}
#footer.s3 .flickr-widget li { border: 3px solid #aab2bd }
#footer.s3 .flickr-widget li:hover { border: 3px solid #c1c6cc }
#copyrights a {
    -moz-transition: all 0.24s ease 0s;
    -webkit-transition: all 0.24s ease 0s;
    -o-transition: all 0.24s ease 0s;
    color:#7e8793;
    
}
#copyrights a:hover {
    color: #FFF;
    text-decoration: none;
}
#footer h4 {
	/*font-size: 13px;*/
	color: #FFF;
	font-family: 'Verdana', Arial, helvetica, sans-serif;
	/*margin-bottom: 15px;*/
	font-weight: bold;
}
#footer ul {
    float: left;
    list-style: none;
}
#footer ul li {
    width: 100%;
    float: left;
    list-style: none;
}
#footer ul li a i { margin-right: 5px; }

#footer a:hover {
    color: #e6e9ee;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.copyright_links {float: left; }
.copyright_links li {
    display: inline;
    float: left;
}
.copyright_links li a {
    float: left;
    padding: 0 11px 0 10px;
   
}
.copyright_links li.last a,
.copyright_links ul li:last-child a { background: none}
.copyright_links li a:hover {text-decoration: underline}

.allrightsreserved {
    float: right; 
    color: #707070;
}


 /*-------------------------------------------------------------------------------------*/
 /*                     8 - BUTTONS                                                    */
 /*-------------------------------------------------------------------------------------*/
.button {
    font-size: 12px;
    color: #FFF!important;
    font-family: 'Verdana', Arial, helvetica, sans-serif;
    text-align: center;
    outline: none;
    text-transform: capitalize!important;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.24s ease 0s;
    -webkit-transition: all 0.24s ease 0s;
    -o-transition: all 0.24s ease 0s;
	background: #434a54;
    text-decoration: none;
}
.button.huge,
.grey-button.huge,
.colored-button.huge {
    padding: 12px 22px;
    /*font-size: 13px;*/
    text-transform: capitalize;
    color: #FFF!important;
    font-family: 'Verdana', Arial, helvetica, sans-serif;
    font-weight: 400;
}

.button.huge:hover { opacity: .5;}


.button.large,
.grey-button.large,
.colored-button.large {
    padding: 6px 13px;
    /*font-size: 13px;*/
    text-transform: capitalize;
    color: #FFF!important;
    font-family: 'Verdana', Arial, helvetica, sans-serif;
    font-weight: 400;
}


 
ul.client-block.modern li:hover { box-shadow: inset 4px 4px 0 #e6e9ee,inset -4px -4px 0 #e6e9ee }

.clients-wrapp {
    float: left;
    width: 100%;
    position: relative;
}


 
.request-a-quote {
    width: 100%; 
    display: block; 
    padding-top: 30px; 
    padding-right: 0; 
    padding-bottom: 10px;
    padding-left: 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}



/*--------------------------------------------------------------------------------------*/
/*                     Pagination                                    */
/*-------------------------------------------------------------------------------------*/
/*.nav {
    display: block;
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}*/

.pagination ul {
    margin: 10px 0 30px 0;
    float: left;
    position: relative;
    width: 100%;
    list-style: none;
}

    .pagination ul li {
        background: transparent;
        border: 0;
        font-size: 100%;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
        display: list-item;
        text-align: -webkit-match-parent;
    }

        /*.pagination .current, .pagination ul li a:hover {
            background: #f38a00 !important;
        }*/

        .pagination ul li:first-child a {
            border-radius: 0 0 0 0;
        }

        .pagination ul li a {
            padding: 5px 10px;
            display: inline-block;
            float: left;
            margin-right: 1px;
            background: #e0e0e0;
            color: #FFF;
            text-decoration: none;
            -webkit-transition: all 100ms ease-in-out;
            -moz-transition: all 100ms ease-in-out;
            -o-transition: all 100ms ease-in-out;
            -ms-transition: all 100ms ease-in-out;
            transition: all 100ms ease-in-out;
        }

/*#breadcrumb a:hover, a:focus {
    color: #e27b00 !important;
}*/


/*.navbar-brand
{
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    float: none
    margin: 0 auto;
}*/


.navbar-header {
    float: left;
    /*padding: 15px;*/
    text-align: center;
    width: 100%;
}
.navbar-brand {
    float:none;
    padding: 15px 15px 15px 60px;
}
.dl-horizontal dd {
    margin-left: 180px;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media screen and (min-width: 768px) and (max-width: 992px ) {
    .navbar-default .navbar-nav > .hovernav > a {
        font-size: 12px;
    }

    .navLink {
        font-size: 12px!important;
    }
}

.form-select{
    font-size: inherit;
}

form .alert {
    padding: 5.5px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 11px;
}

form .alert-danger {
    color: #f95d62;
    background-color: #ffe1dc;
    border-color: #f95d62;
}

.form-bkg { background-color: #F6F7FB; padding: 3rem;}
.btn-default { 
    background-color: #8e9090;
    border-color:  #8e9090; 
    color:white;
}
.btn-default:hover { opacity: 0.5;     background-color: #8e9090;
    border-color:  #8e9090; 
    color:white; }

.header-tops .form-control { border: 1px solid #CCCCCC; font-size: 13px;}
.header-tops .btn { font-size: 13px;}
.form-control { border: 1px solid #CCCCCC; font-size: 13px;}

#credit-app label.error {
    width: 100%;
}

/* Remove unsafe-inline from the Content-Security Policy */
label {
    font-weight: 700;
    margin-bottom: 5px;
}
.form-check label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.item-src-image {
    width: 100px;
    height: auto;
}
.well{
    background-color: #f5f5f5 !important;
}
.card-header {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.card-title{
    color: #fff;
}
.search-dropdowns {
    float: left;
    margin-bottom: 10px;
    font-size: 13px;
    color: #898989;
    border: 1px solid #ccd0d9;
}
.mb-10 {
    margin-bottom: 10%;
}
.search-widget-title {
    padding-bottom: 0;
    margin-bottom: 5px
}

#searchText {
    width: 165px;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #ccd0d9;
}

.request-a-quote-container {
    max-width: 900px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.request-a-quote-learn-more-container {
    padding-top: 12px;
    text-align: center;
    margin-top: -13px;
}

#request-a-quote {
    width: 100%;
    background: #558096;
    display: block;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 11px;
    padding-left: 0;
}

.request-a-quote-learn-more-text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}

.request-a-quote-learn-more-container-2 {
    padding: 0 22px 20px 0;
    font-size: 13px;
    text-transform: capitalize;
    color: #FFF !important;
    font-family: 'Verdana', Arial, helvetica, sans-serif;
    font-weight: 400;
}

#quick-links {
    padding-bottom: 20px;
    margin-top: 5px;
    padding-top: 20px
}

.quick-links-left {
    float: left;
}

#partialFooter {
    height: 111px;
}

#loading-overlay-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(/images/waiting.gif) no-repeat center center;
    background-size: 100px 100px;
    z-index: 10000;
}

.newsroom-banner-top {
    max-width: 1024px;
    margin: auto;
    min-height: 182px
}

.newsroom-banner-breadcrumbs {
    max-width: 1024px;
    margin: auto
}

.newsroom-banner-breadcrumb {
    max-width: 1024px
}

#navigation-navar-header {
    margin-left: 0;
}

.login-anchor, .navigation-view-catalog {
    color: #558096;
    font-style: italic;
}

.login-anchor-space {
    color: #558096;
}

.no-left-margin {
    margin-left: 0;
}

div#busy > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(/images/waiting.gif) no-repeat center center;
    background-size: 100px 100px;
    z-index: 10000;
}

.render-body {
    max-width: 1024px;
    margin: auto;
}

.background-white {
    background: #ffffff;
}

.layout-index-container-fluid {
    max-width: 1020px;
    margin: auto;
}

    .layout-index-container-fluid > div.row {
        padding: 40px 0 20px 0;
        margin-left: 10px;
    }

        .layout-index-container-fluid > div.row > div.col-md-4 {
            margin-bottom: 30px;
        }

            .layout-index-container-fluid > div.row > div.col-md-4 > h4 {
                color: #f15a22;
            }

.layout-index-p1 {
    margin-top: 20px;
}

.layout-index-p2 {
    margin-top: 26px;
    margin-bottom: -6px;
}

.layout-index-container-footer {
    max-width: 900px;
}

.priorityhealthcare-callout {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    color: black;
}

#partialFooter {
    height: 111px;
}

.layout-loading-overlay-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(/images/waiting.gif) no-repeat center center;
    background-size: 100px 100px;
    z-index: 10000;
}

.layout-container-fluid-render-body {
    max-width: 1024px;
    margin: auto
}

.layout-container-fluid-under-navigation-partial {
    max-width: 1020px;
    margin: auto;
}

    .layout-container-fluid-under-navigation-partial > div.row {
        padding: 40px 0 20px 0;
        margin-left: 10px;
    }

.layout-request-a-quote-outer-container {
    width: 100%;
    background: #7ed0e0;
    display: block;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.layout-request-a-quote-container {
    max-width: 900px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.pad-top-12 {
    padding-top: 12px;
}

.layout-learn-more {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.layout-request-a-quote {
    padding: 0 22px;
    font-size: 13px;
    text-transform: capitalize;
    color: #FFF !important;
    font-family: 'Verdana', Arial, helvetica, sans-serif;
    font-weight: 400;
}

.max-width-900 {
    max-width: 900px;
}

.layout-ImgRollOver {
    transform: scale(1, 1);
}

.layout-contianer-state-fl {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
}

.interior-page-banner-container {
    max-width: 1000px;
    margin: auto;
    min-height: 200px;
    background-color: #f15a22;
}

    .interior-page-banner-container > div {
        background-color: #f15a22;
    }

.interior-page-banner-img {
    width: 100%;
}

.interior-page-banner-container-fluid {
    max-width: 1000px;
}

.interior-page-banner-container-fluid-inner-container {
    max-width: 1000px
}

.image-list-select-single-td {
    align-content: center;
}

    .image-list-select-single-td > img {
        width: 660px;
        height: 182px;
    }

.width-100 {
    width: 100px;
}

.width-100-percent {
    width: 100%;
}

.height-auto {
    height: auto
}

.max-width-1000 {
    max-width: 1000px;
}
.max-width-1100 {
    max-width: 1100px;
}

.header-xs-top-row {
    margin-bottom: 16px;
    margin-top: 55px;
}
.form-horizontal .form-label {
    text-align: right;
}
.text-info {
    color: #31708f !important;
    text-decoration: none;
}
    .header-xs-top-row > div {
        padding-top: 14px;
    }

.header-view-product-catalog {
    color: #005288;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.float-right {
    float: right;
}

.width-225 {
    width: 225px;
}

.header-else-div {
    margin: 25px 0 25px 0;
}

.height-40 {
    height: 40px;
}

#google-tag-manager-iframe {
    height: 0;
    width: 0;
    display: none;
    visibility: hidden
}

.display-none {
    display: none;
}

.footer-footer {
    background: #333942;
    width: 100%;
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
}

.footer-container {
    max-width: 1000px;
    margin: auto;
    padding-right: 13px;
    padding-left: 13px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.footer-ul {
    color: #7e8793;
    float: left;
}

.text-align-left {
    text-align: left;
}

.footer-contact-us-padding {
    padding: 0 3px 0 10px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.footer-copywrite {
    color: #7e8793;
}

.admin-navigation {
    background-color: #005288;
}

    .admin-navigation > div {
        max-width: 1200px;
        padding-left: 10px;
        width: 1370px;
    }

        .admin-navigation > div > div.navbar-header {
            float: left;
            margin-right: -15px;
            margin-left: -15px;
        }

.color-white {
    color: white !important;
}

.border-top-4 {
    border-top: 4px
}

.float-left {
    float: left;
}

.admin-header-logo-img {
    width: 195px;
    height: 35px;
}

.admin-header-navbar {
    background-color: #005288;
}

.width-800 {
    width: 800px;
}

.min-width-0 {
    min-width: 0;
}

.pad-top-5 {
    padding-top: 5px;
}

.max-width-1224 {
    max-width: 1224px;
}

.index-action-links {
    width: 170px;
}

.max-width-1024 {
    max-width: 1024px;
}

.padding-20 {
    padding: 20px;
}

.search-results-container {
    max-width: 1000px;
    margin: auto;
    min-height: 200px;
    background-color: #f15a22;
}

.background-color-f15a22 {
    background-color: #f15a22;
}

.margin-auto {
    margin: auto;
}

.search-results-thead {
    background-color: #558096;
    color: #ffffff;
    font-size: 12px;
    padding: 0;
}

.text-transform-upper-case {
    text-transform: uppercase;
}

.max-width-1150 {
    max-width: 1150px;
}

.min-height-600 {
    min-height: 600px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.post-paragraph-title {
    padding-bottom: 0px;
    margin-top: 20px;
    padding-top: 20px
}

.min-height-182 {
    min-height: 182px;
}

.index-old-pad-top-49 {
    padding-top: 49px;
}

.height-215 {
    height: 215px;
}

.margin-0 {
    margin: 0;
}

.display-block {
    display: block;
}

.padding-0 {
    padding: 0;
}

.pad-bottom-0 {
    padding-bottom: 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.width-67 {
    width: 67px;
}

.height-15 {
    height: 15px;
}

.width-auto {
    width: auto;
 }

.color-red {
    color: red;
}

.margin-top-50 {
    margin-top: 50px;
}

.test-forgot-password {
    font-size: 80%;
    position: relative;
    top: -10px;
}

.pad-top-30 {
    padding-top: 30px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-top-10 {
    margin-top: 10px;
}

.test-dont-have-account {
    border-top: 1px solid #888;
    padding-top: 15px;
    font-size: 85%;
}

.test-sign-in {
    font-size: 85%;
    position: relative;
    top: -10px;
}

.margin-left-8 {
    margin-left: 8px;
}

.pad-top-20 {
    padding-top: 20px;
}

.test-facebook {
    border-top: 1px solid #999;
}

.min-height-150 {
    min-height: 150px;
}

.join-us-join-us {
    background-color: #96aede;
}

.max-width-970 {
    max-width: 970px;
}

.pad-left-10 {
    padding-left: 10px;
}

.top-20-percent {
    top: 20%;
}

.top-3-percent {
    top: 3%;
}

.pad-top-50 {
    padding-top: 50px;
}

.background-color-96aede {
    background-color: #96aede;
}

.min-width-1200 {
    min-width: 1200px;
}

.pad-10 {
    padding: 10px;
}

.font-size-1-5-em {
    font-size: 1.5em;
}

.color-005288 {
    color: #005288;
}

.color-00006b {
    color: #00006b;
}

.pad-20 {
    padding: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.color-black {
    color: black;
}

.pad-15 {
    padding: 15px;
}

.background-color-f15a22 {
    background-color: #f15a22;
}

.margin-top-25 {
    margin-top: 25px;
}

.pad-0 {
    padding: 0;
}

.pad-12 {
    padding: 12px;
}

.pad-0-15-15-15 {
    padding: 0 15px 15px 15px;
}

.min-height-200 {
    min-height: 200px;
}

.background-color-434a54 {
    background-color: #434a54;
}

.request-a-quote-font-family {
    font-family: 'Verdana', Arial, helvetica, sans-serif;
}

.pad-3-15-15-15 {
    padding: 3px 15px 15px 15px;
}

.pad-bottom-30 {
    padding-bottom: 30px;
}

.post-galileo-client-login {
    padding: 12px 47px;
}

.post-quick-links {
    padding-bottom: 20px;
    margin-top: 5px;
    padding-top: 20px
}

.pad-bottom-50 {
    padding-bottom: 50px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-35 {
    margin-top: 35px;
}

.pad-right-5 {
    padding-right: 5px;
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

.margin-top-5 {
    margin-top: 5px;
}

.pad-top-13 {
    padding-top: 13px;
}

.margin-top-14 {
    margin-top: 14px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-282 {
    min-width: 282px;
}

.border-0 {
    border: 0;
}

.visibility-visible {
    visibility: visible;
}

.pad-bottom-2 {
    padding-bottom: 2px;
}

.display-inline-block {
    display: inline-block;
}

.margin-right-15 {
    margin-right: 15px;
}

.pad-left-0 {
    padding-left: 0;
}

.min-height-450 {
    min-height: 450px;
}

.color-23527c {
    color: #23527c;
}

/* Font Sizes */

.font-size-1 {
    font-size: 1px;
}

.font-size-2 {
    font-size: 2px;
}

.font-size-3 {
    font-size: 3px;
}

.font-size-4 {
    font-size: 4px;
}

.font-size-5 {
    font-size: 5px;
}

.font-size-6 {
    font-size: 6px;
}

.font-size-7 {
    font-size: 7px;
}

.font-size-8 {
    font-size: 8px;
}

.font-size-9 {
    font-size: 9px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-31 {
    font-size: 31px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-33 {
    font-size: 33px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-37 {
    font-size: 37px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-39 {
    font-size: 39px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-41 {
    font-size: 41px;
}

.font-size-42 {
    font-size: 42px;
}

.font-size-43 {
    font-size: 43px;
}

.font-size-44 {
    font-size: 44px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-46 {
    font-size: 46px;
}

.font-size-47 {
    font-size: 47px;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-49 {
    font-size: 49px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-51 {
    font-size: 51px;
}

.font-size-52 {
    font-size: 52px;
}

.font-size-53 {
    font-size: 53px;
}

.font-size-54 {
    font-size: 54px;
}

/* End Font Sizes*/

.height-182 {
    height: 182px;
}

.background-color-7ed0e0 {
    background-color: #7ed0e0 !important;
}

.background-color-73C6A1 {
    background-color: #73C6A1 !important;
}

.background-color-C1CD23 {
    background-color: #C1CD23 !important;
}

.background-color-rgb-249-93-98 {
    background-color: rgb(249,93,98) !important;
}

.background-color-F78E1E {
    background-color: #F78E1E !important;
}

.background-color-A54399 {
    background-color: #A54399 !important;
}

.background-color-f38a00 {
    background-color: #f38a00;
}

.width-10 {
    width: 10px;
}

.max-width-800 {
    max-width: 800px;
}

.pad-100 {
    padding: 100px;
}

.align-content-left {
    align-content: left;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    display: none !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #5b0808;
    border-radius: 10px
}

.custom-stepper {
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

    .custom-stepper .step-trigger {
        display: contents;
        align-items: center;
        gap: 8px; /* spacing between circle and label */
        text-decoration: none;
        padding: 0.5rem 1rem;
        border: none;
        background: none;
    }

.bs-stepper .bs-stepper-circle {
    background-color: #6c757d;
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
}

.bs-stepper .step-trigger {
    font-size: 12px;
    padding: 0px;
    flex-wrap: nowrap;
}

.bs-stepper .step.active .bs-stepper-circle {
    background-color: #0d6efd;
}

.bs-stepper .step.completed .bs-stepper-circle {
    background-color: #198754;
}

.bs-stepper .line {
    width: 30px;
    height: 2px;
    background-color: #dee2e6;
    align-self: center;
}
.stepper-wrapper {
    display: flex;
    flex-grow: 1;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
}

    .stepper-wrapper::-webkit-scrollbar {
        display: none;
    }

.step-trigger {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
}

.bs-stepper-circle {
    flex-shrink: 0;
}

.bs-stepper-label {
    white-space: nowrap;
}
.ck.ck-toolbar {
    background: #e1e2e1 !important;
}

/* Utility classes replacing inline style attributes (eliminates style-src-attr 'unsafe-inline') */
.mw-500 { max-width: 500px; }
.cursor-pointer { cursor: pointer; }
.logo-error { width: 297px; height: 64px; }
.container-1024 { max-width: 1024px; padding: 0 15px 15px 15px; }
.btn-galileo-padding { padding: 12px 47px; }
.pt-30 { padding-top: 30px; }
.widget-title-spacing { padding-bottom: 20px; margin-top: 5px; padding-top: 20px; }
.min-w-220 { min-width: 220px; }
.new-account-cta-wrapper { padding: 0 22px 30px 0; font-size: 13px; text-transform: capitalize; color: #FFF !important; font-family: 'Verdana', Arial, helvetica, sans-serif; font-weight: 400; margin-bottom: 25px; }
.px-15 { padding-left: 15px; padding-right: 15px; }
.header-logo { max-width: 225px; }
.header-logo-mobile { height: 40px; }