
    .btn{
    min-height: unset;
    }



    /*######General######*/

    /*Default Font Size*/
    html{
    font-size: 14px;
    }
    /*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: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:#0084dc !important;
    }

    /*bookmark (bg-ribbon) color*/
    .iw-ribbon .fg-ribbon
    {
    background: #0084dc !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:#0084dc;
    }

    .btn-link, .btn.btn-glyph{
    color:#0084dce6;
    }

    .progressrim svg circle:nth-child(2){
    stroke:#0084dc;
    }

    .iw-stepper .iw-step .circle{
    }
    .iw-stepper .iw-step.current .circle{
    background-color:#0084dce6;
    }

    .nb-stepper-step {
    color: #0084dc;
    }

    .nb-stepper-step.nb-stepper-step--completed::after {
    background-color: #0084dc;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__circle, .nb-stepper-step.nb-stepper-step--current::after {
    background-color: #0084dc;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #0084dc;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__circle {
    background-color: #0084dc;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #0084dc;
    }

    .nb-stepper-step.nb-stepper-step--completed .nb-stepper-step__text {
    color: #0084dc;
    }

    .form-control:focus{
    border-color:#0084dc4c;
    }

    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:#0084dc;
    }
    .bg-primary{
    background-color:#0084dc !important;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection{
    border-color: #0084dc99;
    box-shadow: 0 0 0 .2rem #0084dc4d;
    }

    .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:#0084dc;
    }

    .sidebar.sidebar-main a::before{
    border-color:#0084dc30 !important;
    }

    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active{
    border-left-color:#0084dc;
    border-right-color:#0084dc;
    }

    .custom-select:focus
    {
    border-color:#0084dc4d;
    }
    /*BUTTONS*/
    :root {
    --nb-primary-button-background-color: #0084dc;
    --nb-primary-button-border-color:     #0084dc;

    --nb-primary-button-background-color--hover: #0084dc;
    --nb-primary-button-border-color--hover:     #0084dc;

    --nb-primary-button-background-color--active: #0084dc;
    --nb-primary-button-border-color--active:     #0084dc;

    --nb-primary-button-background-color--focus: #0084dc;
    --nb-primary-button-border-color--focus:     #0084dc;

    --nb-secondary-button-border-color: #0084dc;
    --nb-secondary-button-text-color:   #0084dc;

    --nb-secondary-button-background-color--hover: #0084dc40;
    --nb-secondary-button-border-color--hover:     #0084dc;
    --nb-secondary-button-text-color--hover:       #0084dc;

    --nb-secondary-button-background-color--active: #0084dc40;
    --nb-secondary-button-border-color--active:     #0084dc;
    --nb-secondary-button-text-color--active:       #0084dc;

    --nb-secondary-button-background-color--focus:           #0084dc40;
    --nb-secondary-button-border-color--focus: border-color: #0084dc;

    --nb-outline-primary-button-border-color: #0084dc;
    --nb-outline-primary-button-text-color: #0084dc;

    --nb-outline-primary-button-background-color--hover: #0084dc40;
    --nb-outline-primary-button-border-color--hover:     #0084dc;
    --nb-outline-primary-button-text-color--hover:       #0084dc;

    --nb-outline-primary-button-background-color--focus: #0084dc40;
    --nb-outline-primary-button-border-color--focus:     #0084dc;
    --nb-outline-primary-button-text-color--focus:        #0084dc;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled).active,
    .page-item.active .page-link {
    background-color:#0084dc;
    border-color:#0084dc;
    }

    .btn.btn-icon {
    color:#0084dc;
    border-color:#0084dc;
    }

    .btn.btn-icon:hover:not(:disabled):not(.disabled) {
    color:#0084dc;
    border-color:#0084dc;
    background-color:#0084dc40;

    }

    .dropdown-item:not(:disabled):not(.disabled):active, .dropdown-item:not(:disabled):not(.disabled).active{
    border-color:#0084dc40;
    background-color:#0084dc40;
    }

    .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: #0084dcbf;
    background-color: #0084dcbf;
    }

    .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: #0084dc;
    }

    .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: #0084dc;
    }

    /*Custom range*/

    .custom-range::-webkit-slider-thumb {
    background-color: #0084dc;
    -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: #0084dc4c;
    }

    .custom-range::-moz-range-thumb {
    background-color: #0084dc;
    -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: #0084dc19;
    }

    .custom-range::-moz-range-track {
    background-color: #0084dc4c;
    }

    .custom-range::-ms-thumb {
    background-color: #0084dc;
    -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: #0084dc4c;
    }

    .custom-range::-ms-fill-upper {
    background-color: #0084dc4c;
    }

    /*Custom switch*/
    .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0084dc;
    background-color: #0084dc;
    }

    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #0084dc50;
    }

    /*Custom radio*/
    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #0084dc50;
    background-color: #0084dc50;
    }

    .iw-list-picker-item.is-selected,
    .iw-list-picker-item:hover {
    border-color: #0084dc;
    }

    /*Theme UI Components*/

    .nb-section .nb-main-title
    {
    color:#0084dc !important;
    }

    .nb-grid .k-grid a
    {
    color:#0084dc;
    }

    /*Override hardcoded min-height*/
    .nb-search-input {
    min-height: initial !important;
    }

    .browser-compatibility {
    background-color:#0084dc !important;
    }



/*CustomCSS*/
/*/////////////////////////////////////////////// Nebula template modifications*/

/*auto size product CTA sections -laurenf*/
.iw-catalogue-wrapper .product-wrapper .product:not(.preview)
{
    height: auto !important;
}

/*responsive banner image  laurenf 20.04.20*/
.banner img {
    width: 100%;
}

/*increase product description text size  laurenf 20.04.20*/
.description
{
font-size: .9rem !important;
line-height: 1.25rem !important;
color: #383838 !important;
}

/*increase icon toggle size  laurenf 20.04.20*/
i.material-icons {
    font-size: 2rem !important;
}

/*remove interworks logo from footer -  laurenf 13.05.20*/
.powered-by {
display:none;
}

/*remove powered by text from footer -  laurenf 13.05.20*/
.my-2 a.d-flex.flex-row.align-items-center span.mr-1
{
display:none;
}


.formatheadings h2 {
font-size: 18px !important;
}

.formatheadings h4 {
font-size: 16px !important;
}

.formatheadings h5 {
font-size: 12px !important;
}

.formatheadings {
padding-right: 10px;
}

h1, h2 {
    font-family: segoe ui, segoe ui light, arial, sans serif;
}
a:link {
    transition: color .2s ease-out;
    transition: text-decoration .2s ease-out;
}
/*///////////////////////////////////////////////
Header */
#Header {
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
#HeaderLeft {
    padding-left: 30px;
}
#HeaderLeft a {
    
}
#imgLogo {

}
#HeaderRight {
    
}
#HeaderMenu {
    float: right;
    padding-top: 0px;
    position: inherit;
}
#divAccountControl {

}
#AccountMenuUsername {
    
}
#lblUserName {
    
}
.AccountMenuChoices {
    
}
#signedInUser_lnkBasket {
    
}
.BasketCounter {
    
}
#noBasketItems {
    
}
#CenterContent {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
/*///////////////////////////////////////////////
Banners */
#MarketingMessage img {
    width: 900px;
}
/*///////////////////////////////////////////////
Global Navigation */
#TopMenu {
    background: #231f20;
    padding: 15px 20px;
    color: white !important;
}
#TopMenuMain {
    
}
#SimpleMenu {
    
}
.menuspan {
    
}
.currentPage {
    
}
sup.menusupNumber {
    
}

#TopMenuLogin {
    
}
#menu_lnkRegister /* a */ {
    
}
#HeadNavRegister /* span */ {
    
}
#HeadNavRegister:hover {

}
#menu_lnkLoginUser {
    
}
#HeadNavLogin {
    
}
.menuspan-right {
    
}
.menuspan-separator {
    color: white;
}



#menu_lnkMyAccount /* a */ {
    
}


#TopMenu a:hover {
    text-decoration-color: white;
}
.menuspan,
.menuspan-right {

}
#About {
    margin-left: 12px;
}
/*///////////////////////////////////////////////
Products Basket Checkout */
#ProductContents {
    border-top: 0px !important;
}
#divBasketItems {
    border-top: 0px !important;    
}
#LabeldivBasket {
    border-bottom: 1px solid black;
}
.wizard-steps {
    border-top: 0px !important;    
}
/*///////////////////////////////////////////////
My Workspace */
.cloudAppsWorkspace tr.cawTitle {
    font-size: 20px;
    border-bottom: 1px solid black !important;
    float: left;
    margin-bottom: 10px;
}
/*///////////////////////////////////////////////
Subscriptions */
#actionMenu2SubCont {
    background-color: #000!important;
}
.ActionSubMenu2:hover    {
    background-color: #0084dc!important;    
}
#HeaderDDLpager {
    border-bottom: 1px solid black;
}
/*///////////////////////////////////////////////
My Account */
.SelectedTab {
    width: 100% !important;
    border-top: solid 1px #000!important;
}
#SignInTop {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
/*///////////////////////////////////////////////
Buttons */
button {
    padding: .5rem;    
}
button.Button3 {
    padding: .5rem;    
}
.TryBuyButton {
    padding: .5rem;
    transition: background .2s ease-out;
}
.TryBuyButton:hover {
    background: #0085dc !important;
    color: white !important;
}
.PrimaryButton {
    padding: .5rem;    
}
#btnBuy {
    padding: .5rem;        
}
.azurepc-module.azurepc-main-module-inactive-button {
    transition: background .2s ease-out;
}
.azurepc-module.azurepc-main-module-inactive-button:hover {
    background: #0084dc;
    color: white;
}
#lblNextInvoice{
    visibility: hidden;
}
#NextInvoiceValue{
    visibility: hidden;
}
.BasketInternalButton {
    
}
/*///////////////////////////////////////////////
Contact */
    .contact-title {
        font-family: segoe ui light, segoe ui, arial, sans-serif;
        font-size: 32px;
        font-weight: normal;
        border-bottom: 1px solid black
    }
    .contact-type {
        font-weight: normal !important;
        font-size: 18px;
    }
    .contact-type p {
        padding:0px;
        margin: 0px;
    }    
    .contact-type p:first-child {
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 12px;
    }
/*///////////////////////////////////////////////
Footer */
#Footer {
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0pxpx;
    padding-bottom: 16px;
    border-top: 1px solid;
    border-color: #333333;
    color: #333333;
}
#Footer table tr td {
    padding-left: 0px !important;
}
#Footer tr:nth-child(2) td:nth-child(2),
#Footer tr:nth-child(2) td:nth-child(3) {
    display: none;
}
#Footer img {
    width: 150px;
    margin-top: 20px
}

.container {
    width: 100%;
    height: 100%;
    border: 0;
    padding-right: 2%;
}
.right-column, .left-column {
    width: 50%;
    vertical-align: top;
}
.left-column {
    color: white;
    padding: 5%;
    background: black;
}
.right-column {
    padding-left: 2%;
}
.intro {
    font-size: 24px;
    margin-top: 0px;
}
.intro-list {
    margin-bottom: 0px;
}
.resources li {
    margin-bottom: 2%;
}
.resources li a {
    color: white;
    border-bottom: 1px solid #0084dc;
}
.resources li a:hover {
    color: white;
    border-bottom: white;
}
    tr #overviewPart {
        border-right: 1px solid black !important;
    }

.SectionTitlesHeaders{
display:none;
}

.clickHere{
display:none;
}

#RegFormCont{
display:none;
}

#btnMainAction{
display:none;
}

/* Slideshow */
#slideshow {
  margin: auto;
  position: relative;
  height: 208px;
  background: black;
}
#slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.button {
    position: absolute;
    bottom: 15px;
    left: 400px;
    padding: 10px;
    background-color: #0084dc;
    color: white;
    transition: background-color 0.6s ease
}
.button:hover {
    background-color: #000;
}
.carouselinterester {
    overflow: visible !important;
}
#ProductViewTab {
   padding-bottom: 15px;
}
#OverviewTitleCtrl span {
    padding: 8px !important;
}
#EditionsPricingTitleCtrl span {
    background-color: #3092CF;
    padding: 8px;
    color: white !important;
}
.CurrentTab span {
   background-color: rgba(0,0,0,.2) !important;
    padding: 8px;
}
#hprlnkPurchaseEdition {
   display: none;
}
<!-------------------------Cookie Approval banner------------------------------->
.cookieApproval, #pnlApproveCookiesUsage {
    background-color: #000 !important;
    padding: 10px;
    position: fixed;
    z-index: 1;
    width: 100%;
}
.cookieApprovalText {
    color: white;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    border: 0 !important;
}
.cookieApprovalOkButton {
    background-color: #0084dc !important;
    padding: 10px 50px;
    margin-right: 10px;
    float: right;
}
/*/////////////////////////////////////////////// Forgotten Email input width */

{ width: 500px!important; }

/*/////////////////////////////////////////////// Hide Azure Calculator */

#section-view-resources{
display:none;
}



