﻿/*
    Site Colors - April 2023

    Dark Red - #6F1216 / #9A595C / #C5A0A2 / #F1E7E8
    hr

    Red - #AF0400 / #C74F4D / #DF9B99 / #F7E6E6
    H3 / H5 / Error Text / Mobile Menu

    Yellow - #F2B866 / #F6CD94 / #FAE3C2 / #FEF8F0
    Main Nav Hover Text / Sub Menu Main Nav Hover Background / Navy Title Banner Text
    Sub Menu Main Nav Background

    Teal - #22A1A7 / #64BDC1 / #A7D9DC / #E9F6F6
    Footer / Sub Nav Hover Text / Link Text

    Navy Blue - #10102A / #58586A / #9F9FAA / #E7E7EA
    Paragraph Text / H2 / Main Nav Sub menu text / Sub nav background
    Header Button Text

    Grey - #686868 / #959595 / #C3C3C3 / #F0F0F0
    H4 / Footer Link Highlight  
    --
    Header Button
    
*/

/*

Site Colors

    Tan - #fffadd ->-> Grey

    Grey - #2d2f2f

    From Hero
    
    Dark Blue - #003D7C

    Charcoal - #252525

*/

/* Common Size / Layout Elements */

body {
    font: 16px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #10102A;
    line-height: 1.6;
}

#maincontent p {
    font: 16px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #10102A;
    padding-left: 10px;
    line-height: 1.6;
}

#maincontent a {
    text-decoration: none;
    transition: 0.5s all ease;
    color: #22A1A7;
    font-weight: 700;
}

    #maincontent a:hover {
        color: #10102A;
        text-decoration: none;
    }

#maincontent h2 {
    font: 32px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
    color: #10102A;
    text-align: left;
    margin-bottom: 16px;
}

#maincontent h2 a {
    color: #10102A;
    font-weight: normal;
}

#maincontent h2 a::after {
    content: " \25BA";
    color: #6F1216;
}

#maincontent h2 a.open::after {
    content: " \25BC";
}

#maincontent h2 a:hover {
    color: #22A1A7;
}

#maincontent h3 {
    color: #AF0400;
    font: 24px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
    text-align: left;
}

    #maincontent h3.home {
        text-align: center;
    }

#maincontent h3.home a {
    color: #AF0400;
}

    #maincontent h3.home a:hover {
        color: #10102A;
    }

#maincontent h3 ~ p {
    padding-left: 30px;
}

#maincontent h4 {
    font: 20px 'Chivo ExtraLight', 'Brandon Black', Helvetica, sans-serif;
    color: #686868;
    text-align: left;
    padding-left: 30px;
}

#maincontent h4 ~ p {
    padding-left: 45px;
}

#maincontent h5 {
    font: 16px 'Chivo ExtraLight', 'Brandon Black', Helvetica, sans-serif;
    color: #AF0400;
    padding-left: 30px;
}

#maincontent ul:not(.breadcrumbs):not(.sectionmenu) {
    margin: 10px 0;
    font: 16px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #10102A;
    padding: 10px;
    text-align: justify;
}

    #maincontent ul:not(.breadcrumbs):not(.sectionmenu):not(.account-logout) li {
        padding: 5px 0 5px 30px;
        list-style: none;
    }

    #maincontent ul:not(.breadcrumbs):not(.sectionmenu):not(.account-logout) li::before {
        content: "\2022";
        color: #AF0400;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

#maincontent ol {
    margin: 10px 0 0 30px;
    font: 16px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #10102A;
    padding: 10px;
    text-align: justify;
}

    #maincontent ol li {
        padding: 5px 0;
        list-style: decimal;
    }

    #maincontent ol ol,
    #maincontent ul ul {
        margin: 0;
        padding: 5px 0 5px 20px;
    }

        #maincontent ol ul li,
        #maincontent ul ul li {
            background: 0 0;
            padding: 5px 0;
            list-style: circle;
        }

        #maincontent ol ol li {
            padding: 5px 0;
            list-style-type: lower-alpha;
        }

        #maincontent ul ul ul li {
            list-style: square;
        }

        #maincontent ol ol ol li {
            list-style: lower-roman;
        }

#maincontent ul.breadcrumbs a {
    color: #6F1216;
}

    #maincontent ul.breadcrumbs a:hover {
        color: #686868;
    }

/*
#maincontent label {
    font: 400 14px/28px 'Work Sans', sans-serif;
    color: #2d2f2f;
}

.accessible_on a:focus {
    outline: 2px solid #F00 !important;
}



    #maincontent a:focus {
        outline: 1px dotted #ccc;
    }

label {
    color: #252525;
}

    


*/




table th {
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #10102A;
    background-color: #F2B866;
    text-align:center;
}

table tr.odd, table tr:nth-of-type(odd), table tbody tr:nth-child(2n-1) {
    background: #F6CD94;
}

table tr.even, table tr.alt, table tr:nth-of-type(even), table tbody tr:nth-child(2n) {
    background: #FAE3C2;
}

table tbody tr td {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #10102A;
    vertical-align: top;
}

#maincontent table tbody tr td a {
    color: #10102A;
}


table.navy th {
    color: white;
    background-color: #10102A;
}

table.navy tr.odd, table.navy tr:nth-of-type(odd), table.navy tbody tr:nth-child(2n-1) {
    background: #9f9faa;
}

table.navy tr.even, table.navy tr.alt, table.navy tr:nth-of-type(even), table.navy tbody tr:nth-child(2n) {
    background: #e7e7ea;
}

table.navy tbody tr td {
    color: #10102A;
}

#maincontent table.navy tbody tr td a {
    color: #10102A;
}

table.grey th {
    color: white;
    background-color: #686868;
}

table.grey tr.odd, table.grey tr:nth-of-type(odd), table.grey tbody tr:nth-child(2n-1) {
    background: #F0F0F0;
}

table.grey tr.even, table.grey tr.alt, table.grey tr:nth-of-type(even), table.grey tbody tr:nth-child(2n) {
    background: #F9F9F9;
}

table.grey tbody tr td {
    color: #10102A;
}

#maincontent table.grey tbody tr td a {
    color: #10102A;
}

table.compact tr td {
    padding-top: .125rem;
    padding-bottom: .125rem;
}

@media only screen and (max-width: 525px) {

    table tbody tr td {
        font-size: .75rem;
        padding: 5px;
    }
}

.ERRORTEXT {
    color: #AF0400 !important;
}

    .ERRORTEXT ul li {
        color: #AF0400 !important;
    }

/* End Common Size / Layout Elements */

/*

        #maincontent h4 a {
            color: #022098;
        }

        h5 a {
            color: #e94e44;
        }

        h5 span {
            display: block;
            font: 400 16px/18px 'Work Sans', sans-serif;
        }

    h6 {
        font: 700 14px/20px 'Work Sans', sans-serif;
        color: #000;
        text-align: left;
    }

    */

hr {
    border-bottom: 1px dashed #6f1216;
    height: 0;
    margin: 20px 0;
    padding: 0 !important;
}

    /* Form Elements */


#maincontent .button {
    font: 16px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
    font-weight: bold;
    color: #10102A;
    background-color: transparent;
    border-color: #10102A;
    padding: .5rem 1rem;
    border-radius: 16px;
}

    #maincontent .button:hover, #maincontent .button:focus {
        opacity: 0.9;
        background-color: #10102A;
        color: white;
    }

    table .button {
        margin-bottom: 0;
    }

    .tableinput {
        margin-bottom: 0;
    }

input[type="checkbox"], input[type="radio"] {
    margin-bottom: 0;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        font-weight: normal;
        display: inline;
    }


    .light-off-menu {
        background: #ffffff;
        z-index: 1;
        height: 100%;
        border: 1px solid #ececec;
    }

        .light-off-menu .off-menu-close {
            background: #22A1A7;
            padding: 18px 20px;
            border-bottom: 1px solid #ececec;
        }

            .light-off-menu .off-menu-close h3 {
                font-size: 16px;
                display: inline-block;
                width: 90%;
                margin: 0;
                line-height: 20px;
                color: #10102A;
                float: left;
            }

            .light-off-menu .off-menu-close span {
                display: inline-block;
                cursor: pointer;
                text-align: right;
                width: 10%;
                font-size: 14px;
                color: #10102A;
            }

        .light-off-menu .off-menu {
            padding: 0 20px;
            margin-bottom: 30px;
        }

            .light-off-menu .off-menu li a {
                border-bottom: 1px solid #ececec;
                padding: 15px 0 15px 0;
                color: #686868;
                font-size: 13px;
                font-weight: normal;
            }

                .light-off-menu .off-menu li a i {
                    color: #686868;
                }

                .light-off-menu .off-menu li a:hover i {
                    color: #6F1216;
                }

            .light-off-menu .off-menu li .submenu li {
                background: #f6f6f6;
            }

                .light-off-menu .off-menu li .submenu li a {
                    padding: 15px 0 15px 40px;
                }

        .light-off-menu .off-social {
            padding: 0 0 0 20px;
            margin-bottom: 25px;
        }

            .light-off-menu .off-social h6 {
                font-weight: 600;
                margin-bottom: 30px;
            }

            .light-off-menu .off-social a {
                width: 30px;
                height: 30px;
                line-height: 30px;
                background: #222222;
                text-align: center;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
                display: inline-block;
            }

                .light-off-menu .off-social a i {
                    color: #aaaaaa;
                }

                .light-off-menu .off-social a:hover {
                    background: #6F1216;
                }

                    .light-off-menu .off-social a:hover i {
                        color: #fff;
                    }

    .is-drilldown-submenu-parent > a::after {
        border-color: transparent transparent transparent #aaa;
    }

    .js-drilldown-back > a::before {
        border-color: transparent #aaa transparent transparent;
    }

#headerwrap {
    background-image: url(../images/ACLStudyGroup/ACLSG-Header-Background.png);
    background-size: cover; 
    max-height: 210px;
}

    #header {
        position: relative;
        max-width: 72rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        height: 210px;
    }

        #header .logo img {
            padding-top: 40px;
            max-width: 375px;
            position: relative;
            z-index: 400 !important;
        }

        #header .top-button {
            margin-top: 35px;
            background-color: #C3C3C3;
            color: #58586A;
            font-weight: bold;
            margin-bottom: 92px;
        }

        #header .desktop-menu {
            clear: both;
            vertical-align: bottom;
            z-index: 500 !important;
        }

        #header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
            display: none;
        }

        #header .desktop-menu a {
            font: 18px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
            color: #FFFFFF;
        }

            #header .desktop-menu a:hover {
                color: #F2B866;
            }

        #header .desktop-menu .submenu {
            background-color: #F6CD94
        }

            #header .desktop-menu .submenu a {
                color: #10102A
            }

            #header .desktop-menu .submenu a:hover {
                background: #F2B866;
            }

            #header .desktop-menu .submenu .is-submenu-item a {
                width:100%;
            }

            #header .desktop-menu .submenu .is-submenu-item:hover {
                background: #F2B866;
                color: #10102A;
            }

.menu .is-active > a {
    width:100%;
    background: #F2B866;
}

.is-dropdown-submenu {
    min-width: 325px;
}

.account-links {
    color: #FFFFFF;
    font: 16px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 124px;
}

        .account-links a {
            color: #FFFFFF;
        }

            .account-links a:hover {
                color: #f2b866;
            }

.title-bar {
    background-color: #AF0400;
}

    @media only screen and (max-width: 975px) {
        #headerwrap {
            display: none;
        }
        .account-links {
            padding: 0;
        }
    }


.title-banner {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    height: 150px;
}

    .title-banner h1 {
        font: 32px 'Chivo Bold', 'Brandon Black', Helvetica;
        padding-top: 50px;
        padding-left: 100px;
        font-size: 2rem;
        text-align: left;
        width: auto;
    }

.title-banner-gold {
    background-image: url(../images/ACLStudyGroup/PageTitleBanner/page-title-banner-gold.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1199px 150px;
}

    .title-banner-gold h1 {
        color: #10102A;
    }

.title-banner-navy {
    background-image: url(../images/ACLStudyGroup/PageTitleBanner/page-title-banner-navy.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1199px 150px;
}

    .title-banner-navy h1 { 
        color: #F2B866;
    }

.title-banner-gray {
    background-image: url(../images/ACLStudyGroup/PageTitleBanner/page-title-banner-gray.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1199px 150px;
}

    .title-banner-gray h1 {
        color: #10102A;
    }

.title-banner-teal {
    background-image: url(../images/ACLStudyGroup/PageTitleBanner/page-title-banner-teal.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1199px 150px;
}

    .title-banner-teal h1 {
        color: #10102A;
    }

@media only screen and (max-width: 975px) {
    .title-banner {
        display: none;
    }
}

    .membership_banner_text {
        font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;;
        font-size: .8125rem;
        margin: 3px 30px auto auto;
        color: #FFF;
        display: block;
        float: right;
        padding-bottom: 10px;
        min-height: 100px;
    }

#maincontent ul.sectionmenu {
    margin-top: 0;
    background-color: #10102A;
}

#maincontent .sectionmenu li a {
    color: white;
}

#maincontent .sectionmenu a:hover {
    color: #22A1A7;
}

#maincontent .sectionmenu li::after {
    color: white;
    content: '|';
    margin-top:.4rem;
}

#maincontent .sectionmenu li:last-of-type::after {
    content: '';
}

#maincontent .mission-text {
    color: #10102A;
    width: 80%;
    margin: auto;
    padding: 60px 0;
    font: 20px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    position: relative;
    line-height: 1.6;
}

        #maincontent .mission-text:before {
            content: '';
            background: url(../images/ACLStudyGroup/blockquote-open.png) no-repeat center center;
            position: absolute;
            height: 104px;
            width: 148px;
            left: 0;
            top: 0;
        }

        #maincontent .mission-text:after {
            content: '';
            background: url(../images/ACLStudyGroup/blockquote-close.png) no-repeat center center;
            position: absolute;
            height: 104px;
            width: 148px;
            right: 0;
            bottom: 0;
        }

.block-quotes {
    background: #C3C3C3;
    padding: 25px 0;
}

#maincontent .block-quotes .ph3 {
    color: #10102A;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font: 26px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
    line-height: 2;
}

    .block-quotes .ph3:before {
        content: '';
        position: absolute;
        background: #6d7377;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        height: 1px;
        width: 150px;
    }

    .block-quotes .ph3:after {
        content: '';
        position: absolute;
        background: #6d7377;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 1px;
        width: 150px;
    }

    /* Home Page */

.orbit-slide{
    position:relative;
}

.orbit-bullets {
    margin-top: -40px;
}

/* login / Account */

.top-login-button {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 20px;
    margin-right:20px;
    background-color: #959595 !important;
    color: #58586A;
    font-weight: bold;
    z-index: 100;
}

.account-logout {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    background-color: #959595;
    padding: 5px 25px 5px 25px;
    z-index: 100;
    opacity: .75;
}

    .account-logout li {
        float: left;
        list-style-type: none;
    }

        #maincontent .account-logout li a {
            color: #10102A;
        }

.account-logout li:first-child {
    padding-left: 0;
    padding-right: 30px;
}

@media only screen and (max-width: 975px) {
    .top-login-button {
        margin-top: 5px;
        margin-right: 5px;
        padding: 0 5px;
    }
}

/*#home-banner {
        margin-bottom: 20px;
    }

        #home-banner img {
            width: 100%;
        }*/

/* Lower Triple Column Area */

.lower-block {
    background: url(../images/ACLStudyGroup/lower-block-background.jpg);
    background-position-x: center;
    background-position-y: 50%;
    background-size: contain;
    padding-top: 20px;
    padding-bottom: 20px;
    background-attachment: fixed;
}

.home-lower-block {
    min-height: 270px;
}

@media only screen and (max-width: 975px) {
    .home-lower-block {
        min-height: 60px;
    }
}


/* Photos Pages */
/*.boardimages img {
        border-color: #AFAFAF;
        border-width: 2px;
        border-style: solid;
        max-height: 200px;
    }

    .blue {
        color: #003D7C;
    }

    .committee_term {
        white-space: nowrap;
    }*/
/* Registration Elements */
/*#Registration table {
        text-align: center;
        width: 90%;
        border: 1px;
    }

        #Registration table td {
            padding: 0in 5.4pt 0in 5.4pt;
            line-height: 22.5pt;
        } */

    .Radio span {
        margin-left: 20px;
        display: inline-block;
        width: 90%;
        vertical-align: top;
    }

    .Radio {
        padding: 10px 10px 10px 10px;
    }

        .Radio.Alt {
            background: #f9f9f9;
        }

        .Radio:hover, .Radio.Selected {
            color: #10102A;
            background-color: #F2B866;
        }

            .Radio:hover td, .Radio.Selected td {
                color: #10102A;
                background-color: #F2B866;
            }

            .Radio:hover label, .Radio.Selected label {
                color: #10102A;
            }





/* Interactive Agenda */

/* 
Color #1 - #10102A (Navy)
    Expand All
    Room Header Background (Primary)
    Time Column (Alternate)

Color #2 - #9B1C21
    Section Header Background (Alternate)
    Section Title/Text

Color #3 - Grey #E7E7E7
    Time Column

Color #4 - Gold #58585A
    Section People
    Session People

Color #5 - Alt Gold #A89644
    Section People Hover
    Session People Hover

Color #6 - Light Grey #909090
    Alternating backgrounds

*/

#maincontent .button.iahome, .button.iahome {
    background-color: #10102A;
    border: 1px solid #10102A;
    color: white;
}

    .button.iahome.hollow {
        background-color: transparent;
        border: 1px solid #10102A;
        color: #10102A;
    }
/*
    .button.iahome:hover, .button.iahome:focus {
        border: 1px solid #003859;
        color: #003859;
    }

.button.iagrey {
    border: 1px solid #88898B;
    color: #4D4D4D;
}

    .button.iagrey:hover, .button.iagrey:focus {
        border: 1px solid #68696B;
        color: #2D2D2D;
    }
    */
#maincontent .iadatemenu .iagrey, .iadatemenu .iagrey {
    background-color: #E7E7EA;
    border: 1px solid #E7E7EA;
    color: black;
}

    #maincontent .iadatemenu .iagrey:hover, .iadatemenu .iagrey:hover {
        background-color: #9F9FAA;
        border: 1px solid #9F9FAA;
        color: black;
    }

.iadatemenu .iahome, .iadatemenu .iagrey {
    margin-top: 2px;
}

.anchor {
    display: block;
    height: 53px; /*same height as header*/
    /*margin-top: -53px;*/ /*same height as header*/
    visibility: hidden;
}

.scheduleanchor {
    display: block;
    height: 135px; /*same height as header*/
    margin-top: -135px; /*same height as header*/
    visibility: hidden;
}

.tooltip {
    max-width: 300px;
}

.iadatemenu > div {
    margin-top: 16px;
}

.iadatemenuwrapper.is-anchored {
    margin-bottom: 1rem;
}
/*
.FilterHeader {
    padding-top: 0;
    margin-bottom: 5px;
}

.FilterLink.open::after {
    content: " \25BC";
}
    */
.expandalldiv {
    float: right;
    margin-top: 0;
}

#maincontent .expandalldiv h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

#maincontent .expandall {
    color: #10102A;
}

    .expandall::after {
        content: " \25BA";
    }

    .expandall.open::after {
        content: " \25BC";
    }

.highlight {
    background-color: yellow
}

.iatable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: unset;
    margin-bottom: 8px;
    /*border: 1px solid #E7E7E7;*/
}

/*
.discnamecolumn {
    padding: 4px;
    border-bottom: 1px solid black;
    width: 300px;
    vertical-align: top;
}

    .discnamecolumn a:not([href]):hover {
        cursor: default;
        color: #1B99B0;
    }
*/
.iaheadertimecolumn {
    width: 100px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    background-color: #10102A;
    opacity: .8;
    padding: 8px 4px 8px 4px;
    font-size: .875rem;
    color: white;
    border-right: 1px solid #E7E7E7;
}

    .iaheadertimecolumn a {
        color: white;
        text-decoration: underline;
    }

        .iaheadertimecolumn a:hover {
            color: #FFFFFF;
        }

.iaroomheader {
    background-color: #10102A;
}

    #maincontent .iaroomheader h2 {
        font-weight: bold;
        color: white;
        font-size: .875rem;
        padding-top: 0;
        margin-bottom: 0;
        text-align: left;
        line-height: 24px;
    }

#maincontent .iatable .iaroomheader h3 {
    font-weight: normal;
    color: white;
    font-size: .75rem;
    margin-bottom: 0;
    text-align: right;
    line-height: 24px;
}

.iaroomheader h2::after {
    content: " \25BA";
    opacity: .6;
}

.iaroomheader.open h2::after {
    content: " \25BC";
    opacity: .6;
}
/*
.iaheader {
    font-weight: bold;
    background-color: #0C2244;
    color: #FFFFFF;
    font-size: .875rem;
}
*/
.iaheaderpeople {
    font-weight: normal;
    background-color: #10102A;
    color: #FFFFFF;
    font-size: .75rem;
    padding-left: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
}

    .iaheaderpeople a {
        color: #FFFFFF;
    }


.iatimecolumn {
    width: 100px;
    text-align: center;
    vertical-align: top;
    background-color: #9F9FAA;
    padding: 8px 4px 4px 4px;
    font-size: .875rem;
    border-right: 1px solid #10102A;
}

    .iatimecolumn a {
        color: #10102A;
        text-decoration: underline;
    }

        .iatimecolumn a:hover {
            color: #FFFFFF;
        }

.iafunctionaltimecolumn {
    width: 100px;
    text-align: center;
    vertical-align: top;
    background-color: #E7E7EA;
    opacity: .8;
    padding: 8px 4px 4px 4px;
    font-size: .875rem;
    border-right: 1px solid #10102A;
}
/*
.iaalttimecolumn {
    width: 100px;
    text-align: center;
    vertical-align: top;
    background-color: #9B1C21;
    padding: 4px;
    color: black;
}

    .iaalttimecolumn a {
        color: white;
        text-decoration: underline;
    }

        .iaalttimecolumn a:hover {
            color: white;
        }

.iaroom {
    text-align: right;
}

.NameRating {
    display: none;
}

@media only screen and (max-width: 525px) {
    .discnamecolumn {
        width: 175px;
    }

    .ColumnRating {
        display: none;
    }

    .NameRating {
        display: block;
    }
}
    */

table.iatable tbody tr:nth-of-type(odd).iasectiondetails, table.iatable tbody tr:nth-of-type(even).iasectiondetails {
    background-color: #9F9FAA;
}

.iasectionpeople {
    color: white;
    font-size: 13px;
}

    .iasectionpeople a {
        color: white;
        font-weight:bold;
    }

        .iasectionpeople a:hover {
            color: #58586A;
        }
    
.iafunctionalsection {
    color: #10102A;
    background-color: #E7E7EA;
    font-size: .75rem;
    text-align: center;
}

.iasessiontitle {
    color: #10102A;
    font-size: 1rem;
    font-weight: bold;

}

.iaalttitlerow {
    color: white;
    font-weight: bold;
    background-color: #909090
}

#maincontent .iasessionpeople {
    padding-bottom: 1px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: normal;
}

.iaeventtitle {
    color: black;
    font-weight: bold;
    padding-left: 20px;
}

.iaeventpeople {
    padding-left: 20px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.iapeople {
    padding-bottom: 3px;
    padding-top: 3px;
}

    .iapeople a {
        color: #58585A;
    }

        .iapeople a:hover {
            color: #A89644;
        }

.iafavoritecolumn {
    width: 26px;
    padding: 1px 1px 1px 5px;
}

.scheduleimage {
    width: 20px;
}

.iaicon {
    width: 40px;
    height: 40px;
}

.iaiconcell {
    width: 58px;
    text-align: center;
    padding: 4px;
}

.iaiconpadding {
    padding: 1px 5px;
}


table.iatable tr.odd, table.iatable tr:nth-of-type(odd), table.iatable tbody tr:nth-child(2n-1) {
    background: #d9d9dd;
}

table.iatable tr.even, table.iatable tr.alt, table.iatable tr:nth-of-type(even), table.iatable tbody tr:nth-child(2n) {
    background: #E7E7EA;
}

#maincontent table.iatable tr.odd .iasessionpeople a, #maincontent table.iatable tr:nth-of-type(odd) .iasessionpeople a, #maincontent table.iatable tbody tr:nth-child(2n-1) .iasessionpeople a {
    color: #10102A;
    font-weight: normal;
}

#maincontent table.iatable tr.even .iasessionpeople a, #maincontent table.iatable tr.alt .iasessionpeople a, #maincontent table.iatable tr:nth-of-type(even) .iasessionpeople a, table.iatable tbody tr:nth-child(2n) .iasessionpeople a {
    color: #10102A;
    font-weight: normal;
}

    #maincontent table.iatable tr:nth-of-type(odd) .iasessionpeople a:hover, #maincontent table.iatable tr:nth-of-type(even) .iasessionpeople a:hover {
        color: #22A1A7;
    }


@media only screen and (max-width: 639px) {

    #maincontent .iadatemenuwrapper.is-stuck {
        margin-top: 2.5rem !important;
    }

    .anchor {
        height: 43px;*/ /*same height as header*/
        /*margin-top: -43px;*/ /*same height as header*/
    }
}


@media only screen and (max-width: 525px) {

    .expandall {
        display: none;
    }

    .iatable {
        margin-bottom: 1px;
    }

    .iatimecolumn, .iaheadertimecolumn, .iafunctionaltimecolumn, .iaalttimecolumn {
        width: 44px;
        padding: 5px 3px 3px 3px;
    }

    .iaroomheader {
        padding-top: 5px;
    }

    .endtime {
        display: none;
    }

    .iaicon {
        width: 30px;
        height: 30px;
    }

    .iaiconcell {
        width: 36px;
        padding: 3px;
    }
}

/* End Interactive Agenda */





/* Footer */
footer {
    background: #22A1A7;
    padding: 20px 0;
}

#footerwrap {
    margin: 0 0 0 0;
    max-width: none;
    width: 100%;
    background: #22A1A7;
}

    #mainfooter {
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        padding-top: 10px;
    }

        #mainfooter p {
            color: white;
        }

        #mainfooter a {
            color: white;
            text-decoration: none;
        }

            #mainfooter a:hover {
                color: #686868;
                text-decoration: none;
            }

/* End Footer */


/* To top */

#toTop {
    height: 30px;
    width: auto;
    padding: 0 11px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    background: #6f1216;
}

    #toTop p {
        line-height: 30px;
        font-family: sans-serif;
        font-size: 1.25em;
        color: white;
    }

/* End To top */