/* faq styles.

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
                /common/framework/css/gui.en.css
                /events/technology-conference/2026/css/global.en.css
   ========================================================================== */
#faq main span.heading {
	display: block;
	font-size: 1rem;
	font-weight: 600;
}
#faq main .content p {
	margin-top: 0;
	padding-top: 0;
}
/* ==========================================================================
   overrides
   ========================================================================== */

#faq main h2 {
    color: #5fab9c;
    font-size: 3.4375rem;
    font-weight: 300;
    line-height: 1;
    padding: 0;
}

#faq main h3 {
    color: #797979;
    font-size: 2.75rem;
    font-weight: 300;
    padding-top: 1.875rem;
}

#faq .page-width.border-top {
    padding-top: 1.875rem;
}

#faq .page-width.border-top>h3,
#faq .page-width.border-top .col h3:first-child {
    padding-top: 0;
}

#faq main h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: -0.875rem;
    padding-top: 1rem;
}

#faq main .resource h3 {
    color: #222;
    line-height: 1;
    padding: 0 0 0.625rem;
}

/* ==========================================================================
   logistics
   ========================================================================== */

.dates {
    padding-top: 0.625rem;
}

.dates p {
    line-height: 1.875rem;
    padding: 0;
}

.date {
    color: #ee3032;
    width: 4rem;
    /*4.375rem;*/
    display: inline-block;
}

.col+.col .date {
    width: 4rem;
}

/* ==========================================================================
   fees
   ========================================================================== */

main #fees .col p {
    padding: 0;
}

main #fees .col .col p {
    padding-top: 1rem;
}

main #fees .col .col p.small {
    padding-top: 0.25rem;
}

main #fees table {
    border-collapse: collapse;
    font-size: 0.875rem;
    margin: 0.75rem 0 2.5rem;
    text-align: left;
    width: calc(100% - 1.25rem);
}

main #fees td {
    background: #fff;
    padding: 0.125rem 0.375rem;
}

main #fees .odd td {
    background: #eaeaea;
}

main #fees th {
    padding: 0.125rem 0.375rem 0.25rem;
}

main #fees .rate {
    color: #ee3032;
}

main #fees .cols-2 .col:nth-child(odd) * {
    padding-right: 1.25rem;
}

main #fees .cols-2 .col:nth-child(odd) * * {
    padding-right: 0;
}

main #fees .cols-2 .col:nth-child(even) * {
    padding-left: 1.25rem;
}

main #fees .cols-2 .col:nth-child(even) * * {
    padding-left: 0;
}

.fees-col h3+p {
    padding-top: 0.875rem !important;
}

main #fees ul.fancy li:before {
    margin: 0 0.5rem 0 0.5rem;
}

ul.fee-includes li:nth-child(2) {
    text-indent: -1.3rem;
    margin-left: 1.3rem;
}

/* ==========================================================================
   system recommendations
   ========================================================================== */

main ul.fancy {
    margin-left: 0.7rem;
}

.system-recommendations span {
    color: #222222;
}

.bar {
    border-top: 1px solid #acacac;
}

.font-size-1 {
    color: #000;
    font-weight: 600;
}

ul li {
    color: #313131;
    font-size: 0.875rem;
}

.sub-title {
    color: #797979;
    font-size: 1.25rem;
    font-weight: 400;
    vertical-align: text-bottom;
}

/* ==========================================================================
   convince your boss
   ========================================================================== */

.resource-wrapper {
/*    max-width: 43rem;*/
    padding: 3.75rem 0;
    margin: 0 auto;
}

.resource {
    background: #7cccbd;
    padding: 1.75rem;
    position: relative;
}

.resource-text {
    width: calc(100% - 12rem);
}

.resource p.big-text {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0;
}

a.download {
    background: #222;
    bottom: 0;
    color: #fff !important;
    font-size: 0.75rem;
    padding-top: 1.875rem;
    position: absolute;
    right: 4rem;
    text-align: center;
    top: 0;
    width: 7.5rem;
}

a.download:hover {
    background: #ee3032;
}

.download img {
    margin: 0.125rem 0 0.3125rem;
}

/* ==========================================================================
   tooltip
   ========================================================================== */

.icon {
    cursor: pointer;
    text-align: center;
}

.icon:before {
    border: 1px solid #9d9d9d;
    border-radius: 6px;
    color: #9d9d9d;
    content: '𝑖';
    display: inline-block;
    font-size: 9px;
    height: 13px;
    line-height: 11px;
    margin-left: .18rem;
    text-align: center;
    vertical-align: baseline;
    width: 13px;
}

.tooltip-content {
    display: inline-block;
    margin: 0 1rem;
}

.tooltip {
    background: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    color: #535353;
    /* display: none; */
    font-size: 12px;
    left: 0;
    line-height: 1.5;
    min-width: 204px;
    padding: .5rem 1rem;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 0;
    width: 204px;
    z-index: 2;
}

.tooltip .before {
    border-bottom: 10px solid #d6d6d6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
    bottom: auto;
    content: '';
    display: inline-block;
    height: 8px;
    left: 137px;
    position: absolute;
    top: -10px;
    width: 8px;
}

.tooltip .after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
    bottom: auto;
    content: '';
    display: inline-block;
    height: 8px;
    left: 137px;
    position: absolute;
    top: -9px;
    width: 8px;
}

.icon:hover .tooltiptext {
    visibility: visible;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    .width-3-4__900 {
        width: 75%;
    }
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    /*text sizes*/
    #faq main h2 {
        font-size: 3rem;
    }
    #faq main h3 {
        font-size: 2.125rem;
    }
    /*fees: column padding*/
    main #fees .cols-2 .col.width-full__900:nth-child(odd) * {
        padding-right: 0;
    }
    main #fees .cols-2 .col.width-full__900:nth-child(even) * {
        padding-left: 0;
    }
    /*fees: convince your boss*/
    .resource {
        max-width: none;
        padding: 1.786rem;
    }
    .resource-text {
        width: calc(100% - 10rem);
    }
    a.download {
        right: 1.786rem;
        width: 7rem;
    }
    .download img {
        width: 2.142857rem;
    }
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    /*text sizes*/
    #faq main h2 {
        font-size: 2.875rem;
    }
    #faq main h3 {
        font-size: 2rem;
    }
    /*overrides*/
    #faq .page-width.border-top .col:nth-child(even) h3:first-child {
        padding-top: 1.875rem;
    }
    /*fees: column padding*/
    main #fees .cols-2 .col.width-full__600:nth-child(odd) * {
        padding-right: 0;
    }
    main #fees .cols-2 .col.width-full__600:nth-child(even) * {
        padding-left: 0;
    }
    /*fees: convince your boss*/
    .resource-text {
        width: 100%;
    }
    a.download {
        border-radius: 0.25rem;
        display: inline-block;
        font-size: 1.25rem;
        margin-top: 1.25rem;
        padding: 0.3125rem 1.25rem;
        position: static;
        text-align: left;
        width: auto;
    }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
    /*fees: column padding*/
    main #fees .cols-2 .col.width-full__320:nth-child(odd) * {
        padding-right: 0;
    }
    main #fees .cols-2 .col.width-full__320:nth-child(even) * {
        padding-left: 0;
    }
}

/* printer styles
   ========================================================================== */

@media print {}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    .width-3-4__900 {
        width: 75%;
    }
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    /*text sizes*/
    #faq main h2 {
        font-size: 3rem;
    }
    #faq main h3 {
        font-size: 2.125rem;
    }
    /*fees: column padding*/
    main #fees .cols-2 .col.width-full__900:nth-child(odd) * {
        padding-right: 0;
    }
    main #fees .cols-2 .col.width-full__900:nth-child(even) * {
        padding-left: 0;
    }
    /*fees: convince your boss*/
    .resource {
        max-width: none;
        padding: 1.786rem;
    }
    .resource-text {
        width: calc(100% - 10rem);
    }
    a.download {
        right: 1.786rem;
        width: 7rem;
    }
    .download img {
        width: 2.142857rem;
    }
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    /*text sizes*/
    #faq main h2 {
        font-size: 2.875rem;
    }
    #faq main h3 {
        font-size: 2rem;
    }
    /*overrides*/
    #faq .page-width.border-top .col:nth-child(even) h3:first-child {
        padding-top: 1.875rem;
    }
    /*fees: column padding*/
    main #fees .cols-2 .col.width-full__600:nth-child(odd) * {
        padding-right: 0;
    }
    main #fees .cols-2 .col.width-full__600:nth-child(even) * {
        padding-left: 0;
    }
    /*fees: convince your boss*/
    .resource-text {
        width: 100%;
    }
    a.download {
        border-radius: 0.25rem;
        display: inline-block;
        font-size: 1.25rem;
        margin-top: 1.25rem;
        padding: 0.3125rem 1.25rem;
        position: static;
        text-align: left;
        width: auto;
    }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
    /*fees: column padding*/
    main #fees .cols-2 .col.width-full__320:nth-child(odd) * {
        padding-right: 0;
    }
    main #fees .cols-2 .col.width-full__320:nth-child(even) * {
        padding-left: 0;
    }
    #faq .save-the-date-button {
		margin-left: 3rem;
	}
}

/* printer styles
   ========================================================================== */

@media print {}