
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
/* Standard Styles */
b, strong
{
    font-weight:600;
}

u
{
    text-decoration:underline;
}

h1
{
    font-size:26px;
}

h2
{
    font-size:23px;
}

h3
{
    font-size:20px;
}

h4
{
    font-size:18px;
}

h5
{
    font-size:15px;
}

table th
{
    font-weight:500;
    text-align:left;
}

div.hr
{
    height:2px;
    background-color:#e9e9e9;
    margin:30px 0;
}

div.customForm div.hr
{
    height:3px;
}

div.customForm p.introduction
{
    font-size: 15pt;
    line-height: 23pt;
    margin: 35px 0;
}

a.button
{
    user-select:none;
}

div.adminBar
{
    background-color: #000000;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10pt;
    padding: 7px;
}

div.adminBar svg
{
    fill:#fff;
    position:relative;
    top:-1px;
}

div.adminBar svg, div.adminBar span
{
    vertical-align:middle;
}

/* Framework Styles */
.layoutSection, .layoutBlock, .pageSection, .pageBlock
{
    position:relative;
}

/* Demo Styles */
ul.demos
{
    columns:3;
}

div.customForm ul.demos
{
    columns: 1 !important;
}

div.customForm ul.demos li
{
    width:100% !important;
}

ul.demos li
{
    width:250px;
    margin-bottom:10px;
    page-break-inside: avoid;
}

ul.demos li p
{
    display: flex;
    align-items: center;
    cursor:pointer;
    margin:10px 0;
}

div.auditionReview, div.fileList, div.dashboard
{
    max-width:1200px;
    margin:0 auto;
}

div.auditionReview table thead tr td
{
    font-weight:600;
    border-bottom:3px solid #ccc;
    padding-bottom:20px;
}

div.auditionReview table tr td
{
    vertical-align:middle;
    border-bottom:1px solid #ccc;
    padding:10px 20px;
}

div.auditionReview table tr td.selectTalent
{
    width:250px;
}

div.auditionReview table tr td.selectTalent textarea
{
    min-height:55px;
    height:55px;
    width:230px;
    margin-top:5px;
}

div.auditionReview table tr td input[type="checkbox"]
{
    transform:scale(1.4);
}

div.auditionReview tr.changed
{
    background-color:#f9fbff;
}

div.auditionReview a.button.select, div.auditionReview a.button.download, div.customForm a.button.small, div.auditionReview a.button.small
{
    display:inline-block;
    width:auto;
    margin-top:20px;
    padding:7px 14px;
    text-decoration:none;
}

div.auditionReview a.button.download, div.customForm a.button.small, div.auditionReview a.button.small
{
    font-size:17px;
    padding:5px 10px;
    margin-bottom:15px;
}

div.customForm a.button.small, div.auditionReview a.button.small
{
    font-size: 15px;
    padding:6px 12px;
    margin-bottom: 15px;
    border: 1px solid #cdcdcd;
    background-color: #e5e5e5;
    color:#222;
}

div.customForm a.button.small:hover, div.auditionReview a.button.small:hover
{
    border: 1px solid #cdcdcd;
    background-color: #f3f3f3;
    color:#222;
}

div.auditionReview table tr.rejected
{
    opacity:.5;
}

div.uploads textarea[name="Description__c"], table.uploads textarea[name="Description__c"]
{
    min-height:56px;
    width:250px;
}

div.uploads textarea[name="Description__c"]
{
    width:400px;
    margin-bottom:20px;
}

/* Form Styles */

div.form
{
    width:100%;
}

div.form p, div.form div.field
{
    margin:15px 0;
    margin-top:0;
}

div.form a.button
{
    text-align:center;
}

div.form input[type="checkbox"]
{
    transform:scale(1.3);
}

div.customForm
{
    max-width:1100px;
    margin:0 auto;
}

div.customForm p.message
{
    max-width: 1100px;
    margin: 0 auto;
}

div.customForm h2
{
    color:#555;
}

div.customForm div.formSection a.button
{
    width:auto;
    font-size:12pt;
    padding:7px 15px;
    margin-bottom:30px;
}

div.customForm div.formSection a.button svg
{
      fill:#fff;
}

div.customForm a.button
{
    display:inline-block;
    text-align:center;
    cursor:pointer;
    border:2px solid #000;
    background-color:#000;
    color:#fff;
    transition:all 300ms ease-out;
    letter-spacing:1px;
    font-weight:500;
    font-size:21px;
    padding:15px 0;
    font-family:Outfit;
}

div.customForm a.button:hover
{
    background-color: #353535;
    border-color: #353535;
    color: #ffffff;
}

div.customForm div.field a.button
{
    padding:5px 10px;
    text-decoration:none;
}

div.customForm a.button.pressed
{
    background-color:transparent;
    color:#000;
}

div.customForm a.button.disabled, div.auditionReview a.button.disabled, div.customForm a.button.disabled:hover, div.auditionReview a.button.disabled:hover
{
    background-color:#666;
    border-color:#666;
    color:#fff;
}

div.customForm div.formSection
{
    border: 3px solid #eaeaea;
    border-radius:5px;
    padding:0 25px;
    margin:40px 0;
    margin-top:20px;
}

div.customForm div.parentObject
{
    padding-right:0;
}

div.customForm table
{
    width:100%;
}

div.customForm table thead tr
{
    background-color:#3d3d3d;
    color:#fff;
}

div.customForm table tbody td
{
    border-bottom:2px solid #eaeaea;
}

div.customForm table tr:last-child td
{
    border:0;
}

div.customForm table tbody td, div.customForm table thead th
{
    padding:10px;
    vertical-align:middle;
}

div.customForm div.object td
{
    padding:0;
}

div.customForm h1
{
    font-size:22pt;
}

div.customForm label
{
    font-weight:500;
    margin-bottom:15px;
    font-size:14pt;
}

div.customForm div.field
{
    position:relative;
    display:inline-block;
    width:calc(33% - 17px);
    vertical-align:top;
    padding-bottom:20px;
    margin-right:15px;
    border-radius:5px;
}

div.customForm div.field.hidden
{
    visibility:hidden;
    position:absolute;
}

div.customForm div.field div.switch input[type=checkbox]
{
    transform:scale(1);
    height:0;
    width:0;
    visibility:hidden;
    position:absolute;
}

div.customForm div.field div.switch label
{
    cursor:pointer;
    text-indent:-9999px;
    width:84px;
    height:42px;
    background:#a7a7a7;
    display:block;
    border-radius:100px;
    position:relative;
}

div.customForm div.field div.switch label:after
{
    content:'';
    position:absolute;
    top:5px;
    left:5px;
    width:32px;
    height:32px;
    background:#fff;
    border-radius:90px;
    transition:0.3s;
}

div.customForm div.field [disabled="disabled"]
{
    color: #000;
    opacity:1;
    appearance:none;
}

div.customForm div.field [disabled="disabled"]
{
    appearance:none;
}

div.customForm div.field div.switch input:checked + label, div.customForm div.field div.switch.prechecked input + label
{
    background:#000;
}

div.customForm div.field div.switch input:checked + label:after, div.customForm div.field div.prechecked input + label:after
{
    left:calc(100% - 5px);
    transform:translateX(-100%);
}

div.customForm div.field div.switch label:active:after
{
    width:35px;
}

div.customForm div.field.readonly.medium
{
    width:calc(66% - 34px);
}

div.customForm div.field.wysi, div.customForm div.field.readonly.full
{
    display:block;
    width:calc(100% - 30px);
}

div.customForm .wysi-toolbar
{
    background-color:#f3f3f3;
}

div.customForm .wysi-wrapper
{
    outline: 2px solid #e5e5e5;
}

div.customForm .wysi-wrapper strong, div.customForm .wysi-wrapper b
{
    font-weight:700;
}

div.customForm .wysi-wrapper u
{
    font-decoration:underline;
}

div.customForm .wysi-wrapper i
{
    font-style:italic;
}

div.customForm div.uploadHolder
{
    min-width:300px;
}

div.customForm div.upload div.uploadHolder
{
    display:inline-block;
    width:50%;
}

div.customForm div.upload div.hr
{
    display:none;
}

div.customForm div.uploadHolders div.uploadHolder:nth-child(even)
{
    padding-left:30px;
}

div.customForm div.uploadTableHolder
{
    width:100%;
    margin:30px auto;
    margin-bottom:50px;
}

div.customForm div.uploadTableHolder a
{
    color:#000;
}

div.customForm a.download.button, div.customForm a.download.button.disabled:hover
{
    width: auto;
    background-color: #3d3d3d;
    border-color:#3d3d3d;
    color:#fff;
    padding: 10px 25px;
    margin-bottom: 10px;
    font-size: 13pt;
}

div.customForm a.download.button:hover
{
    background-color:#fff;
    color:#333;
}

div.customForm button.resetFile
{
    display: inline-block;
    float: right;
    margin-top: -35px;
    margin-right: 15px;
    position:relative;
    z-index:10;
}

div.customForm div.auditionUploadHolder
{
    padding-top:0;
}

div.customForm p.uploadDescription
{
    margin-bottom:25px;
    padding:8px 10px;
    border:1px solid #000;
    border-radius:5px;
    background-color: #fff;
    color: #000;    
}

ul[data-multiselect-name]
{
    columns: 2;
    column-gap: 0;
    padding-top: 10px;
    padding-right: 10px;
}

ul[data-multiselect-name] li
{
    margin-bottom:6px;
    page-break-inside: avoid;
    white-space:nowrap;
    font-family: 'Roboto';
}

ul[data-multiselect-name] li label
{
    display:inline-block;
    margin-left:5px;
    font-weight:500;
    user-select:none;
    font-size:11pt;
}

div.customForm div.uploads div.field
{
    float:left;
    width:calc(50% - 30px);
}

div.customForm button.resetFile
{
    display:none;
}

div.customForm div.dragdrop
{
    border:3px dashed black;
    border-radius:8px;
}

td.uploadType
{
    font-weight:600;
}

div.customForm div.uploads a.formLink
{
    float:right;
    color:#000;
    font-size:12pt;
    text-decoration:none;
    border:1px solid #aaa;
    border-radius:30px;
    padding:7px 14px;
}

div.customForm a.submit svg
{
    margin-top:-20px;
    margin-bottom:-5px;
    display:none;
}

div.customForm a.submit svg rect
{
    fill:#000;
}

div.customForm a.submit.pressed svg
{
    display:inline-block;
}

div.customForm div.formTalentFilterListHolder
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000006b;
    z-index: 1001;
    display:none;
}

div.customForm div.closeFormTalentFilterList
{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:transparent;
}

div.customForm div.formTalentFilterList
{
    background-color: #fff;
    position: fixed;
    height: 90%;
    width: 90%;
    left: 5%;
    top: 5%;
    padding: 30px;
    border-radius: 15px;
}

div.customForm div.formTalentFilterList div.filterListHolder div.main
{
    min-height:0;
    height: 84vh;
}

div.customForm div.formTalentFilterList .actionColumn
{
    display:none;
}

div.customForm div.formTalentFilterList div.filterListHolder div.combinationForm,
div.customForm div.formTalentFilterList div.filterListHolder div.messageContacts
{
    display:none !important;
}

div.customForm div.formTalentFilterList div.filterListHolder div.addToTalentRole
{
    display:block;
}

div.customForm div.formTalentFilterList div.filterListHolder h2.selectedRecords
{
    margin-bottom:8px;
}

div.customForm div.filterListHolder nav
{
    height: calc(100vh - 220px);
}

div.customForm div.filterListHolder div.checkboxActions
{    
    position: fixed;
    background-color: #fff;
    z-index: 100;
    margin-left: 210px;
}

div.customForm div.filterListHolder div.checkboxActions h2
{
    margin-bottom:5px;
}

div.customForm div.childObjects div.hr, div.customForm div.uploads div.hr
{
    margin-top:0;
}

div.customForm div.uploads h4
{
    margin-top:0;
}

div.customForm div.childObject.newChild div.manageTalentHolder
{
    display:none;
}

div.customForm h3.newChildHeading
{
    display:none;
}

div.customForm div.newChild h3.newChildHeading
{
    display:block;
    margin-top:0;
    margin-bottom:30px;
    color:#555;
}

div.customForm div.childObject:last-child div.hr
{
    display:none;
}

div.customForm div.childObject div.manageTalentHolder, div.customForm div.childObject div.cloneLineHolder, div.customForm div.removeLineHolder
{
    display:inline-block;
    margin-right:10px;
}

div.customForm div.removeLineHolder, div.customForm div.newChild div.cloneLineHolder, div.customForm div.addLineHolder
{
    display:none;
    margin:15px 0;
}

div.customForm div.clonedChild div.removeLineHolder
{
    display:inline-block;
}

div.customForm div.newChild.readyToAdd div.addLineHolder
{
    display:block;
}

div.customForm div.clonedChild div.removeLineHolder
{
    display:inline-block;
}

div.customForm div.talentCount
{
    font-weight:600;
    margin:10px 0;
}

div.customForm p
{
    text-align:left;
}

div.customForm a.returnLink, div.auditionReview a.returnLink, div.customForm a.switchFormLink, div.auditionReview a.switchFormLink
{
    position:fixed;
    top:56px;
    left:30px;
    color:#000;
    text-decoration:none;
    padding:8px 12px;
    border:1px solid #ccc;
    border-radius:30px;
    transition:300ms ease-out;
}

div.customForm a.switchFormLink, div.auditionReview a.switchFormLink
{
    bottom:30px;
    right:30px;
    left:auto;
    top:auto;
    display:inline-block;
    cursor:pointer;
}

div.customForm a.fixedSubmit
{
    position:fixed;
    bottom:30px;
    left:30px;
    text-decoration:none;
    padding:8px 12px;
    border-radius:30px;
    background-color:#000;
    color:#fff;
    cursor:pointer;    
    border:2px solid #000;
}

div.customForm div.divider
{
    font-size: 18pt;
    border-bottom: 1px solid #000000;
    margin: 30px 0;
    padding-bottom: 8px;
    font-weight: 300;
    font-family: 'Roboto Slab';
    display: inline-block;
}

div.dashboardLink
{
    position:absolute;
    right:60px;
    top:30px;
    display:none;
    text-align:right;
}

div.dashboardLink a
{
    color:#fff;
}

div.dashboardLink a
{
    background: black;
    text-decoration:none;
    padding:5px 12px;
    border-radius:30px;
    background-color:#000;
    color:#fff;
    cursor:pointer;    
    border:2px solid #000;
    transition:300ms ease-out;
    position: relative;
    z-index: 1;
}

div.dashboardLink .unread-badge
{
    margin-top:23px;
    background-color: #512bda;
    color: white;
    font-size:10pt;
    font-weight: 400;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity:0;
    transition:opacity 700ms ease-in;
}

div.dashboardLink .unread-badge.show
{
    opacity:1;
}

div.dashboardLink .unread-badge::before
{
    content: '';
    position: relative;
    top: -14px;
    right: 10px;
    float: right;
    display: block;
    margin: 0 auto -6px auto;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #512bda;
}

div.customForm a.fixedSubmit:hover, div.dashboardLink a:hover
{
    border:2px solid #000;
    background-color:#fff;
    color:#000;
}

div.customForm a.fixedSubmit svg, div.dashboardLink svg
{    
    fill:#fff;
    transition:300ms ease-out;
}

div.customForm a.fixedSubmit:hover svg
{
    fill:#000;
}

div.customForm a.returnLink:hover
{
    text-decoration:underline;
    border-color:#666;
}

div.customForm div.formButtonHolder
{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 40px;
    text-align: center;
    background-color: #f3f3f3;
}

div.customForm div.innerButtonHolder
{
    max-width: 1100px;
    margin: 0 auto;
}

div.customForm a.button.submit
{
    width:100%;
}

div.customForm div.field.important.readonly span
{
    display: inline-block;
    padding: 5px 20px 7px 20px;
    background-color: #f3f3f3;
    border-radius: 7px;
    font-weight: 700;
    letter-spacing: 1px;
}

div.customForm div.field div.innerField a.button, table.uploads a.button
{
    color: #000;
    text-decoration: none;
    padding: 3px 17px 6px 17px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    font-family: 'Roboto Slab';
    letter-spacing:0;
    transition:border-color 100ms ease-out;
}

div.customForm table.uploads a.button
{
    vertical-align:middle;
    display:inline-block;
    margin:0;
}

div.customForm div.field div.innerField a.button:hover, div.customForm table.uploads a.button:hover
{
    border-color:#666;
    background-color:#fff;
    color:#000;
}

div.customForm div.formSection table.uploads a svg
{
    fill: #000;
}

div.customForm div.field div.innerField > label, div.uploads label
{
     display:block;
     font-family: "Outfit";
     font-weight:700;
     font-size:13pt;
}

div.customForm. div.textbox
{
    font-size:13pt;
}

div.customForm div.tooltip
{
    position:relative;
    display:inline-block;
    top:4px;
    left:5px;
    z-index:10;
}

div.customForm div.tooltip svg
{
    height:18px;
    width:18px;
}

div.customForm div.tooltip div.tooltext
{
    position:absolute;
    width:auto;
    min-width:240px;
    max-width:380px;
    padding:12px;
    padding-top:10px;
    left:30px;
    background-color:#222;
    font-size:11pt;
    line-height:14pt;
    color:#fff;
    border-radius:10px;
    font-weight:500;
    display:none;
    transition:all 200ms linear;
}

div.customForm div.tooltip div.tooltext ul
{
    padding-left:20px;
}

div.customForm div.tooltip div.tooltext ul li
{
    padding:2px 0;
}

div.customForm div.tooltip:hover div.tooltext
{
    display:inline-block;
}

div.customForm div.auditionUploadHolder
{
    margin-top:0;
    margin:0 auto;
    padding:30px;
    text-align:center;
}

div.customForm div.msgBox
{
    text-align: center;
    margin-bottom: 20px;
    padding: 7px 75px;
    position:relative;
    border:1px solid #ccc;
    border-left-width:4px;
}

div.customForm div.msgBox p
{
    margin:10px 0;
}

div.customForm div.msgBox svg
{
    position: absolute;
    left: 15px;
    top: 13px;    
}

div.customForm div.msgBox.information
{
    background-color: #d3e1ff;
    color: #0b204f;
    border-color: #9eb8f1;    
}

div.customForm div.msgBox.information svg
{
    fill: #5970a3; 
}

div.customForm div.msgBox.attention
{
    background-color: #fffbdd;
    color: #6c6218;
    border-color: #e8df9f;
    
}

div.customForm div.msgBox.attention svg
{
    fill: #bda944;
}

div.customForm div.messageHolder
{
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;    
}

div.customForm div.commentFromTalent
{
    margin-top: 30px;
    display:none;
}

div.customForm div.commentFromTalent textarea
{
    min-height:50px;
    height:50px !important;
}

div.customForm div.auditionLabel
{
    text-align:center;
    margin-bottom:30px;
    padding:20px;
    background: radial-gradient(circle at 50% 50%, rgb(250, 250, 250) 30%, rgb(234, 234, 234) 90%);
    border-radius:10px;
    font-size:18px;
    font-family:Outfit;
    font-weight:600;
    cursor:text;
}

div.customForm span.labelField
{
    color:#000;
    position:relative;
}

div.customForm span.labelField.missing.unchanged
{
    color:#ff5757;
}

div.customForm ul.auditionPlayer
{
    width: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 16pt;
    font-weight: 500;
    padding-right: 30px;
    display: inline-block;
    transition:all 300ms ease-out;
}

div.customForm ul.auditionPlayer:hover
{
    border:1px solid #666;
}

div.customForm .wysi-toolbar
{
    position:relative;
}

div.customForm div.childObjects div.objectGroup
{
    background-color: #f5f5f5;
}

div.customForm div.childObjects div.wysi-editor
{
   background-color: #fff;
}

div.customForm div.childObjects div.hr
{
    background-color:#555;
}

div.customForm a.download svg, div.auditionReview a.download svg
{
    display:none;
    margin:-10px 0;
}

div.customForm a.download.downloading svg, div.auditionReview a.download.downloading svg
{
    display:inline-block;
}

div.customForm .floating-h2-nav
{
    position: fixed;
    top: 30%;
    left: 30px;
    width: 150px;
    z-index: 1000;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    font-size: 15px;
    font-family: inherit;
    max-height: 80vh;
    overflow-y: auto;
    border: 1px solid #bbb;
}

div.customForm .floating-h2-nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

div.customForm .floating-h2-nav li + li
{
    margin-top: 10px;
}

div.customForm .floating-h2-nav a
{
    color: #222;
    text-decoration: none;
    display: block;
    padding: 4px 6px 4px 0;
    border-radius: 5px;
    transition: background 0.12s;
}

div.customForm .floating-h2-nav a:hover,
div.customForm .floating-h2-nav a:focus
{
    background: #f3f5fa;
    color: #1741b6;
}

div.customForm .formInputWrapper
{
    position: relative;
}

div.customForm ul.formSearchTalent
{
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 240px;
    overflow-y: auto;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

div.customForm ul.formSearchTalent li
{
    padding: 6px 10px;
    cursor: pointer;
}

div.customForm ul.formSearchTalent li:hover
{
    background-color: #f0f0f0;
}

div.customForm ul.formSearchTalent.hidden
{
    display: none;
}

div.customForm .talentSearch
{
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 900px)
{
    div.customForm .floating-h2-nav
    {
        display: none;
    }
}

input[type="text"], input[type="password"], input[type="number"], input[type="file"], input[type="time"], textarea, select, a.button
{
    font-family:'Roboto';
    width:100%;
    padding:10px 14px;
    border-radius:5px;
    font-size:16px;
    font-weight:500;
    background-color:#fff;
}

select
{
    padding:9px 14px;
}

input[type="time"]
{
    padding:9px 14px;
}

div.textbox
{
    line-height:19pt;
}

div.textbox.select
{
    font-weight:500;
}

input[type="text"], input[type="password"], input[type="number"], input[type="time"], input[type="file"], textarea, select
{
    border: 2px solid #e5e5e5;
}

input[type="text"].error, input[type="password"].error, input[type="file"].error, input[type="time"].error, textarea.error, select.error, div.multiselect.error
{
    outline: #d93f54 solid 2px;
    border-color:transition;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="time"]:focus, textarea:focus, select:focus
{
    outline:#000 solid 2px;
}

::-webkit-datetime-edit-second-field
{
    background: #fff;
    color: transparent;
    margin-left: -3px;
    position: absolute;
    width: 1px;
}

[data-readonly="true"]
{
    outline:none !important;
    border:0 !important;
    padding:0 !important;
}

input[type="file"]
{
    border:2px dashed #aaa;
}

textarea
{
    min-height:100px;
}

/* Message Styles */
p.message
{
    display:none;
    padding:10px 14px;
    border-radius:5px;
}

p.message.success
{
    display:block;
    background-color:#2dc38b;
    color:#e7fff6;
}

p.message.error
{
    display:block;
    background-color:#d93f54;
    color: #ffe8eb;
}

p.message.info
{
    display: block;
    background-color: #383e85;
    color: #ebe8ff;
}

span.audioPlayer
{
    display:inline-block;
    margin-right:10px;
    cursor:pointer;
}

span.audioPlayer audio
{
    display:none;
}

span.audioPlayer svg.pause
{
    display:none;
}

span.audioPlayer.playing svg.play
{
    display:none;
}

span.audioPlayer.playing svg.pause
{
    display:inline-block;
}

div.dashboard
{
    max-width: 85%;
    line-height:1.6rem;
}

div.dashboardTop
{
    background-color: #f3f3f3;
    border-radius: 12px;
    padding: 30px;
}         

div.dashboard h1, div.dashboard h2, div.dashboard h3, div.dashboard h4, div.dashboard h5
{
    margin:0;
}   

div.dashboard div.cell
{
    width: calc(48% - 2px);
    display:inline-block;
    border:1px solid #bbb;
    padding:40px;
    border-radius:10px;
    vertical-align:top;
    margin-right: 2%;
    position:relative;
    padding-top:90px;
    margin-top:40px;
}

div.dashboard span
{
    display:inline;
}

div.dashboard h1, div.dashboard h3
{
    font-weight:600;
}

div.dashboard h3
{
    color:#777;
    margin-top:3px;
}

div.dashboard h2
{
    margin-top: 0;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #0d0d0d;
    font-weight: 500;
    background-color: #dfdfdf;
    font-size: 14pt;
    box-shadow: 1px 1px 10px #00000017;
}     

div.dashboard h4
{
    font-size:25pt;
    margin-bottom:40px;    
}  

div.dashboard h5
{
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18pt;       
}      

div.dashboard div.column:nth-child(even)
{
    margin-right:0;
}

div.dashboard a.button
{
    border-radius: 50px;
    margin-top: 20px;
    padding: 7px 25px;
    display: inline-block;
    width: auto;
    font-size: 13pt;
    text-decoration:none;
}

div.dashboard div.message
{
    padding:50px 10%;
    border-bottom:1px solid #bbb;
}

div.dashboard div.dashboard div.pinned h4
{
    margin-bottom:25px;
    line-height:1.8rem;
}

div.dashboard div.message:first-child
{
    padding-top:0;
}

div.dashboard div.message:last-child
{
    border-bottom:0;
}

div.dashboard div.message p
{
    margin:20px 0;
}

div.dashboard div.message p:last-child
{
    margin-bottom:0;
}    

div.dashboard .table
{
    width: 100%;
    border-collapse: collapse;
    background: #f9fafb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    overflow: hidden;
    font-size: 1rem;
}

div.dashboard .table th,
div.dashboard .table td
{
    border: 1px solid rgba(255,255,255,0.1);
    text-align: left;
}    

div.dashboard .table thead th
{
    background-color: #1e1e1e;
    color: white;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

div.dashboard .table tbody td
{
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e0e0e0;
}

div.dashboard .table tbody tr:nth-child(even)
{
    background-color: #f0f0f0;
}

div.dashboard .table tbody tr
{
    cursor:pointer;
}

div.dashboard .table tbody tr:hover
{
    background-color:#e0e0ff;
}

div.dashboard p.onList
{
    color:#2bac81;
    font-size:16pt;
    margin-top:30px;
    font-weight:400;
    display:none;    
}

div.dashboard p.onList svg
{
    fill:#2bac81;
    position:relative;
    top:4px;
    margin-right:5px;
}

div.dashboard span.pipe
{
    padding:0 5px;
    font-size:13pt;
    font-weight:300;
    color:#999;
} 

div.dashboard div.pinned
{
    margin-bottom:10px;
}

div.dashboard div.pinned div.messages
{
    margin-left:-20px;
    margin-right:-20px;
}

div.dashboard div.pinned div.messages div.message
{
    position: relative;
    width: 370px;
    min-height: 260px;
    padding: 2.2rem;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto Slab';
    box-shadow: 0 5px 10px rgb(49 47 47 / 38%);
    border-radius: 4px;
    overflow: visible;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    background: radial-gradient(circle at 40% 35%, #ffea97, #ffdd76 85%);
    margin-top: 40px;
    vertical-align: top;
}

div.dashboard div.pinned div.messages div.message::before 
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(255deg, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.06));
    z-index: 1;
    border-radius: 1.5px;
    box-shadow: -1.5px 2px 4px #00000029;
}
    
div.dashboard div.pinned div.messages div.message::after 
{
    content: '';
    position: absolute;
    top: -12px;
    right: -12px;
    width: 48px;
    height: 48px;
    background: white;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 2;
}

div.dashboard div.pinned div.messages div.message:last-child
{
    margin-right:0;
}

div.dashboard div.pinned div.messages div.message:nth-child(1)
{
    background: radial-gradient(circle at 40% 35%, #ffea97, #ffdd76 85%);
}

div.dashboard div.pinned div.messages div.message:nth-child(2)
{
    background: radial-gradient(circle at 40% 35%, #8ab3fb, #7d85f4 85%);
}      

div.dashboard div.pinned div.messages div.message:nth-child(3)
{
    background: radial-gradient(circle at 40% 35%, #7ef2bb, #70dfa4 85%);
}

div.dashboard div.pinned div.messages div.message:nth-child(4)
{
    background: radial-gradient(circle at 40% 35%, #ff8989, #ff5d5d 85%);
}     

div.dashboard div.pinned div.messages div.message:nth-child(5)
{
    background: radial-gradient(circle at 40% 35%, #df8ddf, #be6ade 85%);  
}              

div.dashboard div.pinned div.messages div.message h4
{
    font-size:1.5rem;
    line-height:1.5rem;
}

@media only screen and (max-width: 1500px)
{
    div.customForm .floating-h2-nav
    {
        display: none !important;
    }
}

@media only screen and (max-width: 900px)
{
    div.customForm div.field
    {
        width:calc(50% - 18px);
    }
}

@media only screen and (max-width: 800px)
{
    .mobilehide
    {
        display: none !important;
    }
}

@media only screen and (max-width: 700px)
{
    div.customForm div.field, div.customForm div.uploads div.field
    {
        float:none;
        display:block;
        width:100%;
    }

    div.uploads
    {
        columns: 1;
    }
}

@media only screen and (max-width: 440px)
{
    ul[data-multiselect-name]
    {
        columns:1;
    }
}




/* Themes Styles */

body
{
    font-family:"Roboto";
    font-weight: 400;
    font-size: 12pt;
    color: black;
}

h2
{
    font-family:"Tilt Warp";
    font-weight: 400;
    font-size: 25pt;
    color: black;
}

/* Custom Styles */

html, body
{
	height:100vh;
	width:100vw;
	overflow-x:hidden;
}

body
{
	padding:0;
	margin:0;
	line-height:17pt;
}

.layoutSection
{
     background-position: center bottom !important;
}

a
{
	color:black;
	text-decoration:none;
}

a.button
{
	border:2px solid #000;
	background-color:#000;
	color:#fff;
	transition:all 300ms ease-out;
	letter-spacing:1px;
	font-weight:500;
	font-size:19px;
}

a.button:hover
{
	border-color:#000;
	background-color:#fff;
	color:#000;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom:15px;
	display:block;
	width:100%;
        font-family: "Tilt Warp";
}

h1, h2
{
	margin-bottom:30px;
}

p.message.success
{
    background-color:#4264e3;
    color:#e7e8ff;
}

main
{
	margin:-4px;
}

.section .content
{
	display: flex;
	flex-grow:1;
    align-items: stretch;
    justify-content: space-between;
}

.section .content .inner
{
	padding:40px;
}

.block
{
	display: flex;
	flex:1;
	border:2px solid #000;
	width:100%;
}

.pageBlock div.inner
{
	display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    line-height: 22pt;
}

.pageBlock.childBlocks .block
{
	border:0;
}

.pageBlock.backgroundImage
{
	width:100%;
}

.pageBlock.childBlocks > div.content > div.inner
{
    flex-direction: column;
}

ul.demos
{
	columns:3;
}

ul.demos li
{
	width:250px;
	margin-bottom:10px;
	page-break-inside: avoid;
	white-space:nowrap;
}

ul.demos li div
{
	display: inline-block !important;
    align-items: center;
	cursor:pointer;
	font-family: "Tilt Warp";
}

span.audioPlayer
{
	display:inline-block;
	margin-right:10px;
}

span.audioPlayer svg.pause
{
	display:none;
}

span.audioPlayer.playing svg.play
{
	display:none;
}

span.audioPlayer.playing svg.pause
{
	display:inline-block;
}

@media only screen and (max-width: 1700px)
{
	ul.demos
	{
		columns:2;
	}	
}

@media only screen and (max-width: 1400px)
{
	.mobilehide
	{
		display:none !important;
	}
}

@media only screen and (max-width: 1200px)
{
	ul.demos li
	{
		width:auto;
	}
}

@media only screen and (max-width: 1100px)
{
	.mobilehide
	{
		display:none !important;
	}

	#section_content-blocks > div.content
	{
		display:block;
	}

	body #block_logo img
	{
		width: 200px;
		margin: 10px 0;
	}
}

@media only screen and (max-width: 1000px)
{
	section div.content, section div.inner
	{
		display:block !important;
	}

	#block_contact-info a
	{
		display:inline-block !important;
	}

	#block_contact-info svg
	{
		position: relative;
		top: 5px;
	}

	#section_header, #section_footer
	{
		text-align:center;
	}

	#section_black-bar h1
	{
		margin:0;
	}

	ul.demos
	{
		columns:2;
	}
}

@media only screen and (max-width: 550px)
{
	ul.demos
	{
		columns:1;
	}
}

/* Custom Element Styles */
#section_header .block{
	border-bottom:0;

}


#block_logo img{
	width:300px;
        margin:20px 0;

}


#block_logo .content{
    justify-content: center;

}


#block_page > .content > .inner{
	padding:0;
	border:0;
        flex-grow:1;

}


#section_footer {
	background-position: center top !important;
 
}


#section_footer .block{
	border:0;

}


#section_footer .block .content{
	border:0;
	justify-content: center;
	align-items: center
}


#block_intro-text {
     font-weight:400;

}


#block_intro-text svg{
    height:27px;
    width:27px;
    margin-right:10px;
    position:relative;
    top:6px;

}


#block_intro-text ul{
    margin-top:20px;

}


#block_intro-text li{
    font-size:16pt;
    margin-bottom:10px;

}


#block_contact-form span{
	margin-left:5px;

}


#block_contact-form .contactForm{
       padding-top:20px;

}


#block_contact-form .contactLinks{
       display:flex;
       flex-grow:1;

}


#block_contact-form .contactLinks a {
	display:inline-block;
	display: flex;
	align-items: center;
	font-weight:500;
	font-size:14pt;
	margin-right:25px;

}


#block_political-female div.inner .block{
border:0
}


#block_english-female h2{
     font-size:17pt;

}


#block_english-female h4{
     font-family:roboto;

}


#block_english-female .inner{
      padding:30px;
      padding-top:20px;
      padding-left:0;
      padding-right:0;

}


#block_spanish-female h2{
     font-size:17pt;

}


#block_spanish-female h4{
     font-family:roboto;

}


#block_spanish-female .inner{
      padding:0;

}


#block_political-male div.inner .block{
border:0
}


#block_english-male h2{
     font-size:17pt;

}


#block_english-male h4{
     font-family:roboto;

}


#block_english-male .inner{
      padding:30px;
      padding-top:20px;
      padding-left:0;
      padding-right:0;

}


#block_spanish-male h2{
     font-size:17pt;

}


#block_spanish-male h4{
     font-family:roboto;

}


#block_spanish-male .inner{
      padding:0;

}


#section_black-bar h1{
     margin:5px;

}


.adminOnly
{
    display:none !important;   
}