﻿/* ===================================================================== */
/*  The following CSS was created using Theme Editor.                    */
/*  To modify this CSS, click "Open Theme Editor".                       */
/* ===================================================================== */

/* ===================================================================== */
/*  Root - CSS Variables                                                 */
/* ===================================================================== */

:root {
	
    /* Color - Brand */
    --color-primary: #f22800;
    --color-secondary: #f22800;

    --color-primary-hover: #b61e19;
    --color-primary-selected: #911819;
    --color-primary-lightest: #ff3801;
	
    /* App Settings */
    --color-background-body: #ffffff;
    --header-color: #ffffff;
	
	/* Dark Theme */
	--background-dark-theme: rgba(255, 255, 255, .1);
	--background-dark-theme-hover: rgba(255, 255, 255, .2);
}


html, body {
    font-size: 18px;
    overflow: hidden;
}

iframe{
    overflow:hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
iframe::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
iframe {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

html,
body,
#reactContainer,
#transitionContainer,
.screen-container {
    height: auto;
}

.content,
.layout {
    display: block;
}

iframe {
    border: none;
}

.main {
    display: block;
    padding-bottom: 9rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: var(--font-bold);
    line-height: 1.2;
}

h4 {
    font-size: 1.5rem;
    font-weight: var(--font-regular);
    line-height: 1.3;
}

h5,
.heading5 { 
    font-size: 1.2rem;
    font-weight: var(--font-regular);
    line-height: 1.45;
}

h6,
.heading6 { 
    font-size: 1.1rem;
    font-weight: var(--font-bold);
    line-height: 1.5;
}

p {
    line-height: 1.55;
    margin: 0 0 1rem 0;
    padding: 0;
}

.d-inline-block {
    display: inline-block;
}

.background-green {
    background-color: #008A61;
}

.background-red {
    background-color: #DD1234;
}

.text-green {
    color: #008A61;
}

a, a:visited {
    color: #008A61;
}

.Back-Action span:hover {
    text-decoration: underline;
} 

.list-item-content-left { 
    padding-right: var(--space-xs);
}

.list-item-content-title:hover label {
    color: var(--color-neutral-10);
    cursor: pointer;
}

.checkbox { 
    height: 16px;
    margin-right: var(--space-s);
    width: 16px;
}

.checkbox:before{
    border: 1px solid var(--color-neutral-8);
    border-radius: 0;
    height: 16px;
    width: 16px;
}

.checkbox:hover:before {
    border: 1px solid var(--color-neutral-10);
    height: 16px;
    width: 16px;
}

.checkbox:checked:before,
.checkbox:hover:checked:before {
    background-color: transparent;
    border: 1px solid var(--color-green);
    height: 16px;
    width: 16px;
}

[data-checkbox]:checked:after {
    border: none;
    color: var(--color-green);
    content: "\e90a";
    display: inline-block;
    font-family: osicons-v2;
    font-size: 1rem !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 50%;
    height: auto;
    position: absolute;
    speak: none;
    text-transform: none;
    top: 50%;
    transition: none;
    transform: translate3d(-50%, -50%, 0);
    vertical-align: baseline;
    width: auto;
}

.text-no-wrap {
    white-space: nowrap;
}

.margin-top-xxs {
    margin-top: 2px;    
}

.justify-flex-end {
    justify-content: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;    
}

.tablet .margin-top-none-tablet {
    margin-top: var(--space-none);    
}

/* SHARE */

.playlist-title-share .columns.gutter-base > .columns-item {
    padding: 0;
}

.ShareableURL.heading6{
    font-family: 'NotoSans', Arial, Helvetica, sans-serif;
    word-break: break-all;
}

.Copy-ShareableURL:hover { 
 text-decoration: none; 
}

.Copy-ShareableURL:hover .ShareableURL-text {
    text-decoration: underline;
}

/* Video List */

.Video-Content {
    
    position: relative;
    height: 0;
    
    overflow: hidden;
    width: 100%;
    padding-bottom: 57.12%;
}
 
.Video-Content iframe,
.Video-Content object,
.Video-Content embed,
.Video-Content div.wistia_embed{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.w-video-wrapper { 
    background-color: transparent !important;
}

.playlist-thumbnails-list,
.topics-list {
    border: 1px solid var(--color-neutral-1);
    border-radius: 0px;
    
}

.topics-list {
    background-color: #F2F5F0;
}

.playlist-thumbnail-item.active {
    background-color: #F2F5F0;
}

.playlist-thumbnail-item:hover,
.playlist-thumbnail-item:hover .osicons-v2-play{
    color: var(--color-red-dark);
}

.playlist-thumbnail-title {
    width: 100%;
}

.playlist-mobile .playlist-duration { 
    margin-left: 0.5rem;
    min-width: 60px; 
}

.playlist-mobile .now-playing {
    margin-right: 0.5rem;
    min-width: 30px;
}

/* Expandable */

.osui-accordion-item {
    background-color: transparent;
}

.osui-accordion .osui-accordion-item:after {
    display: none;
}

.osui-accordion-item__title {
    padding: var(--space-s) var(--space-s);
}

.osui-accordion.accordion-topics {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.osui-accordion-item__content--is-expanded {
    padding: var(--space-s) var(--space-m) var(--space-none);
}


.CustomerInfo { 
    padding: var(--space-base);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    max-width: 385px;
    border-radius: var(--border-radius-soft);
}

.phone .CustomerInfo {
    display: block;
}

.CustomerInfo > div {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.btn-try-img { max-width: 150px; }

/* MARKETO FORM */

.popup-backdrop {
    z-index: 201;
}

.popup-dialog {
    left: 50%;
    max-height: calc(100vh - 120px);
    max-width: 580px;
    overflow-y: auto;
    transform: translateX(-50%);
    top: 40px;
    position: absolute;
}

form.mktoForm {
    margin-bottom: 1.5rem; /* edge fix*/
    width: 100% !important;
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
    margin: 0 !important;
    width: 100%;
}

.mktoForm .mktoAsterix,
.mktoForm .mktoGutter, 
.mktoForm .mktoOffset,
.mktoError {
    display: none !important;
}

.mktoForm label.mktoLabel {
    font-family: 'NotoSans', Arial, Helvetica, sans-serif;
    font-size:  var(--font-size-base);
    font-weight: var(--font-bold);
    line-height: 1.5;
    margin-bottom: var(--space-s);
    padding: 0; 
    width: 100% !important;
}

.mktoForm .mktoFormRow .mktoField {
    border: 1px solid var(--color-neutral-1);
    background-color: var(--color-neutral-0) !important;
    border-radius: var(--border-radius-mid-rounded);
    color: var(--color-neutral-8);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: var(--space-m);
    min-height: 45px;
    padding: var(--space-s) var(--space-base);
    width: 100% !important;
}

.mktoForm .mktoFormRow .mktoField.mktoInvalid {
    border: 1px solid var(--color-primary);
}

.mktoForm select {
    background-image: url('https://www.outsystems.com/demosiframe/img/demosiframe.dropdownarrow__cG7dg0BKw2eC1ITOdZGqjw.svg?cG7dg0BKw2eC1ITOdZGqjw');
    background-position-x: calc(100% - 1rem);
    background-position-y: calc(100% - 1rem);
    background-repeat: no-repeat;
    background-size: 0.5rem;
}

.mktoButtonWrap {
    margin: 0 !important;
}

.mktoButton{
    background-color: var(--color-red);
    border: 2px solid var(--color-red);
    border-radius: 0.333rem;
    color: var(--color-white);
    display: inline-flex;
    font-family: 'Cabin',Arial,Helvetica,sans-serif;
    font-size: 1rem;
    padding: 0.5em 1em;
    transition: background-color 200ms, color 200ms, border 200ms;
    transition-timing-function: ease;  
}

.mktoButton:hover {
    background-color: var(--color-red-darker);
    border: 2px solid var(--color-red-darker);
    text-decoration: none;
}

.phone textarea#Contact_Us_comments__c {
    clear: none;
    min-height: 100px;
}

.tablet .share-link, .phone .share-link  { text-align: left; }

.tablet .content-columns .columns-item:first-child {
    min-width: 300px;
    width: 300px; /* prevent grow on open */
}

.tablet .playlist-thumbnail-item .thumbnail-video, 
.phone .playlist-thumbnail-item .thumbnail-video{ 
    display: none; 
}

/* Media Queries */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .btn-try-img { display: none; }
}

@media (max-width: 991.98px) {
    html,
    body {
        font-size: 16px;
    }
    
    .mktoForm .mktoFormRow .mktoField {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) { 
    h1 {
        font-size: 2.4rem;
        line-height: 1.2;
    }
    
    h4 {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.45;
    }

    h5 {
        font-size: 1.15rem;
        line-height: 1.5;
    }
}

/************************
********* NEW ***********
************************/

/* Layout */

.main-video-wrapper {
    background-color: #222B34;    
}

.video-info {
    padding: var(--space-m) var(--space-none) var(--space-m);    
    width: 100%;
    display: flex;
    flex-direction: column;
}

.phone .main-video-columns.columns.phone-break-all:only-child > .columns-item:not(:last-child) {
    margin-bottom: var(--space-none);    
}

.main-video-columns.columns > .columns-item:first-child {
    flex: 1.4;
}

.btn-topic {
    color: var(--color-neutral-0); 
    border: var(--border-size-m) solid var(--color-neutral-10);
    font-size: var(--font-size-s);
    background-color: #FA173D;
}

.btn-topic:hover {
    background-color: #FA173D;
    color: var(--color-neutral-0); 
    border: var(--border-size-m) solid var(--color-neutral-10);
    transform: scale(1.035);
}

.btn:after,
.btn:visited:after {
    border: none;
}

.btn-topic [data-expression] {
    white-space: nowrap;    
}

@media (max-width: 480px) {
    [data-popup].popup-dialog {
        margin: 0px;
        width: 92%;
    }
}

.tablet .font-size-m {
    font-size: 0.9rem;    
}

.tablet h5 {
    font-size: 1.2rem;    
}

.tablet h6 {
    font-size: 1.1rem;    
}

/* Marketo Form - checkbox */
.mktoForm .mktoCheckboxList {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mktoForm .mktoFormRow .mktoCheckboxList input.mktoField[type="checkbox"] {
    width: 40px !important;
    height: 40px;
    min-height: 40px;
    margin-bottom: 0px;
}

.mktoForm .mktoFormRow .mktoCheckboxList input.mktoField[type="checkbox"]:before {
    border-color: var(--tk-checkbox-color-border);
    display: block;
}

.mktoForm .mktoFormRow .mktoCheckboxList input.mktoField[type="checkbox"]:checked:after {
    align-items: center;
    border: none;
    border-right: none;
    border-top: none;
    color: var(--color-green);
    content: var(--osicons-select);
    font-family: osicons-v2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mktoForm .mktoCheckboxList > label {
  margin-left: 0.5em;
  margin-top: 0px;
  margin-bottom: 0px;
  width: calc(100% - 85px);
}

.mktoButtonRow {
  margin-top: 1.3em !important;
}

/* OutSystemsUI fix */
.tablet [data-checkbox], .phone [data-checkbox] {
    height: 32px;
    width: 32px;
}
.tablet [data-checkbox]:before, .phone [data-checkbox]:before {
    height: 30px;
    width: 30px;
}

.margin-left-none.ThemeGrid_MarginGutter {
    margin-left: var(--space-none);    
}

.Persona-Item {
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
}

.Persona-Item:hover {
    background-color: #00b37d;
}



.layout .main {
    padding-top: 0px;
}

.Subtitle-Sidebar {
    text-align: center;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}

/************************
********* NEW 2022 Digital Theme overrides ***********
************************/

.layout.top-menu-sidebar-video .main:not(.header-2022) {
    padding-top: 0px;
}