

    /*######General######*/

    /*Default Font Size*/
    html{
    font-size: 18px;
    }
    /*fix for font size in buttons if font size is unter 16px*/


    /*Font Family(ies)*/
    body,
    .tooltip, .popover, h2, p,  .main-footer .left span, .main-footer .right, .navbar.navbar-main .top-menu-wrapper .navbar-brand,
    .sidebar.sidebar-main a span,
    .iw-aside-navigator-wrapper .iw-aside-container section .section-header .title,
    .full-page section .section-header .title,
    .iw-stepper .iw-step .circle,
    .page-container-register .title,
    .page-container-landing-page .title,
    .page-container-checkout section .section-header
    {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }


    /*headers and tabs color*/
    .iw-aside-navigator-wrapper .iw-aside-container section .section-header .title,
    section .section-header .title,
    .iw-ribbon .bg-ribbon,
    .text-primary,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card .price,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active i,
    .nav-tabs .nav-link:hover:not(.active),
    .iw-catalogue-wrapper .product .info-area .title a:hover,
    .iw-catalogue-wrapper .modal .product .info-area .title a:hover,
    .iw-catalogue-wrapper .product.preview .price,
    .iw-catalogue-wrapper .modal .product.preview .price
    {
    color:#FF7400 !important;
    }

    /*bookmark (bg-ribbon) color*/
    .iw-ribbon .fg-ribbon
    {
    background: #FF7400 !important;
    width:auto !important;
    }

    .page-link, .page-link:hover, a, a:hover,
    .checkbox-icon,
    input[type="checkbox"]:checked ~ i span:nth-of-type(1),
    input[type="radio"]:checked ~ i span:nth-of-type(1),
    input[type="checkbox"]:checked ~ i span:nth-of-type(2),
    input[type="radio"]:checked ~ i span:nth-of-type(2),
    input[type="checkbox"]:not(:checked) ~ i span:nth-of-type(1),
    input[type="radio"]:not(:checked) ~ i span:nth-of-type(1),
    .iw-stepper .iw-step,
    .slick-prev::before, .slick-next::before,
    .content-product-details #iw-aside-scroll-container #iw-product-section-features .list-group-item.active i,
    .info-tooltip.btn.btn-plain,
    .progressrim .percent .number span,
    .btn-link:hover, .btn.btn-glyph:hover
    {
    color:#FF7400;
    }

    .btn-link, .btn.btn-glyph{
    color:#FF7400e6;
    }

    .progressrim svg circle:nth-child(2){
    stroke:#FF7400;
    }

    .iw-stepper .iw-step .circle{
    }
    .iw-stepper .iw-step.current .circle{
    background-color:#FF7400e6;
    }

    .nb-stepper-step {
    color: #FF7400;
    }

    .nb-stepper-step.nb-stepper-step--completed::after {
    background-color: #FF7400;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__circle, .nb-stepper-step.nb-stepper-step--current::after {
    background-color: #FF7400;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #FF7400;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__circle {
    background-color: #FF7400;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #FF7400;
    }

    .nb-stepper-step.nb-stepper-step--completed .nb-stepper-step__text {
    color: #FF7400;
    }

    .form-control:focus{
    border-color:#FF74004c;
    }

    option:hover {
    box-shadow: 0 0 10px 100px red inset;
    }

    .badge-primary,
    .iw-stepper .iw-step::after,
    .iw-stepper .iw-step + .iw-step::after,
    .select2-container--bootstrap4 .select2-results__option--highlighted,
    .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"],
    .btn-action:hover,
    .content-product-details #iw-aside-scroll-container .iw-product-section-editions .edition-wrapper .edition .addon-item.card:hover .card-footer .buttons-wrapper{
    background-color:#FF7400;
    }
    .bg-primary{
    background-color:#FF7400 !important;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection{
    border-color: #FF740099;
    box-shadow: 0 0 0 .2rem #FF74004d;
    }

    .sidebar.sidebar-main a::after,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.active .nav-link{
    border-color:#FF7400;
    }

    .sidebar.sidebar-main a::before{
    border-color:#FF740030 !important;
    }

    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active{
    border-left-color:#FF7400;
    border-right-color:#FF7400;
    }

    .custom-select:focus
    {
    border-color:#FF74004d;
    }
    /*BUTTONS*/
    :root {
    --nb-primary-button-background-color: #FF7400;
    --nb-primary-button-border-color:     #FF7400;

    --nb-primary-button-background-color--hover: #FF7400;
    --nb-primary-button-border-color--hover:     #FF7400;

    --nb-primary-button-background-color--active: #FF7400;
    --nb-primary-button-border-color--active:     #FF7400;

    --nb-primary-button-background-color--focus: #FF7400;
    --nb-primary-button-border-color--focus:     #FF7400;

    --nb-secondary-button-border-color: #FF7400;
    --nb-secondary-button-text-color:   #FF7400;

    --nb-secondary-button-background-color--hover: #FF740040;
    --nb-secondary-button-border-color--hover:     #FF7400;
    --nb-secondary-button-text-color--hover:       #FF7400;

    --nb-secondary-button-background-color--active: #FF740040;
    --nb-secondary-button-border-color--active:     #FF7400;
    --nb-secondary-button-text-color--active:       #FF7400;

    --nb-secondary-button-background-color--focus:           #FF740040;
    --nb-secondary-button-border-color--focus: border-color: #FF7400;

    --nb-outline-primary-button-border-color: #FF7400;
    --nb-outline-primary-button-text-color: #FF7400;

    --nb-outline-primary-button-background-color--hover: #FF740040;
    --nb-outline-primary-button-border-color--hover:     #FF7400;
    --nb-outline-primary-button-text-color--hover:       #FF7400;

    --nb-outline-primary-button-background-color--focus: #FF740040;
    --nb-outline-primary-button-border-color--focus:     #FF7400;
    --nb-outline-primary-button-text-color--focus:        #FF7400;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled).active,
    .page-item.active .page-link {
    background-color:#FF7400;
    border-color:#FF7400;
    }

    .btn.btn-icon {
    color:#FF7400;
    border-color:#FF7400;
    }

    .btn.btn-icon:hover:not(:disabled):not(.disabled) {
    color:#FF7400;
    border-color:#FF7400;
    background-color:#FF740040;

    }

    .dropdown-item:not(:disabled):not(.disabled):active, .dropdown-item:not(:disabled):not(.disabled).active{
    border-color:#FF740040;
    background-color:#FF740040;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:hover:not(:disabled):not(.disabled),
    .iw-filters-container .iw-filters-list .filter-list .filter-item a.selected:not(:disabled):not(.disabled),
    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled):active,
    .dropdown-item:hover
    {
    border-color: #FF7400bf;
    background-color: #FF7400bf;
    }

    .ltr .iw-support-content .iw-cases-wrapper .list-group .list-group-item.active,
    .ltr .iw-support-content .iw-cases-wrapper .list-group .list-group-item:hover{
    border-left-color: #FF7400;
    }

    .rtl .iw-support-content .iw-cases-wrapper .list-group .list-group-item.active,
    .rtl .iw-support-content .iw-cases-wrapper .list-group .list-group-item:hover{
    border-right-color: #FF7400;
    }

    /*Custom range*/

    .custom-range::-webkit-slider-thumb {
    background-color: #FF7400;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-webkit-slider-runnable-track {
    background-color: #FF74004c;
    }

    .custom-range::-moz-range-thumb {
    background-color: #FF7400;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-moz-range-thumb:active {
    background-color: #ebf1fe;
    background-color: #FF740019;
    }

    .custom-range::-moz-range-track {
    background-color: #FF74004c;
    }

    .custom-range::-ms-thumb {
    background-color: #FF7400;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-ms-fill-lower {
    background-color: #FF74004c;
    }

    .custom-range::-ms-fill-upper {
    background-color: #FF74004c;
    }

    /*Custom switch*/
    .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #FF7400;
    background-color: #FF7400;
    }

    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #FF740050;
    }

    /*Custom radio*/
    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #FF740050;
    background-color: #FF740050;
    }

    .iw-list-picker-item.is-selected,
    .iw-list-picker-item:hover {
    border-color: #FF7400;
    }

    /*Theme UI Components*/

    .nb-section .nb-main-title
    {
    color:#FF7400 !important;
    }

    .nb-grid .k-grid a
    {
    color:#FF7400;
    }

    /*Override hardcoded min-height*/
    .nb-search-input {
    min-height: initial !important;
    }

    .browser-compatibility {
    background-color:#FF7400 !important;
    }



/*CustomCSS*/
/*
purple: #330066
orange: #FF7400
light purple: #9B3BFC
light orange: #FF9D4D
gray: #4A4A4A
light gray: #848484
*/

/*Generic Mods*/
header { background-color: #330066 }
.navbar.navbar-main { height: 90px }
.navbar.navbar-main .top-menu-wrapper .navbar-brand .brand-logo { max-height: 66px; max-width: 500px}
.navbar.navbar-main, .navbar.navbar-main .corner { background-color: #330066 }
.navbar.navbar-main .sidebar-toggler i { color: #fff }
.sidebar.sidebar-main { background-color: #FF7400; top: 90px; min-height: calc(100% - 90px); }
.sidebar.sidebar-main a i, .sidebar.sidebar-main a [class*="icon-"]::before, .sidebar.sidebar-main a span { color: #FFF }
.sidebar.sidebar-main a:not(:disabled):not(.disabled).active [class*=icon-]:before, .sidebar.sidebar-main a:not(:disabled):not(.disabled).active i, .sidebar.sidebar-main a:not(:disabled):not(.disabled).active span { color: #330066 }
.modal-dialog { min-width: 80% }
#iw-aside-navbar { padding-top: 0 }
.available-addons { display: none }
.iw-aside-navigator-wrapper .iw-aside-container section:not(:last-child) { margin-bottom: 1rem }
body.page-catalogue section.iw-filters { display: none !important }
body.page-catalogue .iw-catalogue-wrapper .product-wrapper .product:not(.preview) { height: auto }
body.page-catalogue .iw-catalogue-wrapper .product-wrapper .tags { display: none !important }
body.page-checkout #personal-use-only-tab { display: none }
.main-footer { padding-top: 25px }
.main-footer .container { max-width: unset; padding: 0; overflow: hidden }
footer hr:first-child { display: none }
hr {border: 1px dashed #330066}
body.page-my-account #btn-update-account {display: none}
.cookies-acceptance { width: 50% !important; position: fixed; left: 100px; bottom: 0}
body.page-my-subscriptions thead th.k-header {color: #330066 !important; padding: 20px; background-color: #f8f8f8 !important}
body.page-my-subscriptions span.k-icon {font-size: 35px; padding-bottom: 10px}

/*Deactivation of pricing columns on Subscription View Page*/
body.page-subscription .what-you-pay tbody td:nth-child(3) {display: none}
body.page-subscription .what-you-pay thead th:nth-child(3) {display: none}
body.page-subscription .what-you-pay thead th:nth-child(4) {display: none}
body.page-subscription .what-you-pay tbody td:nth-child(4) {display: none}
body.page-subscription .what-you-pay thead th.text-right.text-nowrap {display: none}
body.page-subscription .what-you-pay tbody td.text-right.align-middle {display: none}

/*Deactivation of pricing columns on Asset View Page*/
body.page-asset .what-you-pay tbody td:nth-child(3) {display: none}
body.page-asset .what-you-pay thead th:nth-child(3) {display: none}
body.page-asset .what-you-pay thead th:nth-child(4) {display: none}
body.page-asset .what-you-pay tbody td:nth-child(4) {display: none}
body.page-asset .what-you-pay thead th.text-right.text-nowrap {display: none}
body.page-asset .what-you-pay tbody td.text-right.align-middle {display: none}

/*Buttons*/
.btn.btn-outline-gray { background-color: #330066; color: #fff  }
.btn.btn-primary { background-color: #FF7400 !important; color: #fff !important; border: none !important }
.btn.btn-primary:hover { background-color: #fff !important; color: #330066 !important; border: 1px solid #330066 !important }
.btn.btn-secondary { background-color: #330066 !important; color: #fff !important; border: none !important }
.btn.btn-secondary:hover { background-color: #FF7400 !important; color: #fff !important; border: 1px solid #330066 !important }

/*Box Model for Products*/
section section-header { margin-bottom: 22px}
.iw-catalogue-wrapper > section > div > hr { border: 0px !important }
.iw-catalogue-wrapper .product-wrapper { 
	padding: 0 22px !important; 
	margin-bottom: 22px;
	background-color:transparent; 
	border: none !important
}
.iw-catalogue-wrapper .product-wrapper > div {
	border-radius: 3px;
	word-break: break-word;
	border: none !important;
	box-shadow: 0 0 30px 0 rgba(54, 54, 54, 0.07), 0 10px 10px -5px rgba(54, 54, 54, 0.11);
	background-color: #fff
}
.page-container-home .iw-catalogue-wrapper .product-wrapper:not(:nth-child(3n)) .product, .page-container-home .iw-catalogue-wrapper .product-wrapper:not(:nth-child(3n)) .modal .product { border-right: 1px solid #fff !important }

/*Custom Footer*/
#footmarketing {
	min-height: 270px;
	background-color: #fff;
	color: #000;
}
#footmarketing h1 {
	color: #ff7400;
}
#footmarketing hr {border: 3px solid #ff7400}
#foothead h1 { padding-left: 30px; padding-top: 15px }
#footimg { text-align: center !important }
#foottext { padding-right: 40px; padding-bottom: 30px }

#mc3footer {
	padding: 50px 0;
	background-color: #330066;
	color: #fff;
}
#wtctitle, #mc3florida, #mc3contact {
	padding-bottom: 15px;
	text-align: center;
}
#wtctitle h1 {
	font-size: 6em;
	font-weight: bold;
	margin-top: 0;
	text-shadow: 2px 3px 3px #292929;
	letter-spacing: -7px;
	-webkit-text-stroke: 1px white;
	color: #dbdbdb;
	line-height: 0.6em;
}
#mc3florida a {
	color: #FF7400;
	font-size: 1.3rem;
}
#mc3florida a:hover {
	color: #FF9D4D;
}
#mc3contact .btn-primary {
	min-width: 300px;
}

/*Tooltip*/
#mc3-tooltip {
    display: none;
    background-color: #FFF;
    position: absolute;
    top: 170px;
    right: 20px;
    z-index: 900;
    width: 250px;
    border: 2px solid #330066;
    border-radius: 3px;
    box-shadow: 0 24px 38px rgba(0,0,0,.4);
    padding: 10px;
}
#mc3-tooltip-header {
	font-size: 14px;
	font-weight: bold;
}
#mc3-tooltip-content p, #mc3-tooltip-content span {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px
}

/*Media Queries*/
@media only screen and (max-width: 768px) {
	.product img { display: none }
	#footimg { display: none }
	#foottext { padding-left: 15%; padding-right: 0 }
}
@media only screen and (max-width: 1200px) {
	#topmenu-btn-registerlogin button { width: 80px}
}