﻿/*

Site Colors

Blue - #0064B0
Hover White #F0F5F7
Grey - #D9D9D9 / #A8A9AD
Gold - #ABA54D / #58585A

Light Grey Background - #e0e0e0
Grey QuickLinks - #88898B
White QuickLinks Text - #FFFFFF
Header Text - #4D4D4D
Alt Red - #9B1C21
Alt Gold - #A89644

*/

:root {
    --primary-color: #0064B0;
    --primary-light-color: #2084D0;
    --text-header-color: #58585A;
    --text-color: #4D4D4D;

    --primary-medium-color: #9db8e0;
    --secondary-color: #983b4d;
    --secondary-medium-color: #d95f68;
    --dark-grey: #909090;
    --light-grey: #e7e7e7;
    --almost-white: #fcfbfa;
    --alt-background: #f9f9f9;
    --light-border: #ececec;
}



/* Common Size / Layout Elements */

p {
    font-size: .8125rem;
    color: var(--text-color);
}

li {
    font-size: .875rem;
    color: var(--text-color);
}

ul {
    margin-left: 40px;
    list-style-type: circle;
}

ol {
    margin-left: 40px;
    list-style-type: decimal;
}

    ol li {
        margin-bottom: 8px;
    }

table tbody tr td {
    font-size: .875rem;
    padding: 9px;
    line-height: 18px;
}

    table tbody tr td a {
        font-weight: normal;
    }


table tr.even, table tr.alt, table tr:nth-of-type(even), table tbody tr:nth-child(2n) {
    background: #F9F9F9;
}

@media only screen and (max-width: 525px) {

    table tbody tr td {
        font-size: .75rem;
        padding: 5px;
    }
}

.ERRORTEXT {
    color: #FF0000;
}

.ERRORTEXTLARGEBOLD {
    font-size: 1rem;
    color: #FF0000;
    font-weight: bold;
}

/* End Common Size / Layout Elements */



a {
    color: var(--primary-color);
}

    a:hover {
        color: #2795b6;
    }

    a:not([href]) {
        font-weight: normal;
    }

h1 {
    display: block;
    font-size: 1.3125rem;
    font-weight: bold;
    color: var(--primary-color);
}

@media only screen and (max-width: 525px) {
    h1 {
        text-align: center;
    }
}

h2, h2 a, h2 a:hover {
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
    font-size: 1.125rem;
    font-weight: normal;
    color: var(--text-header-color);
}

#maincontent h3 {
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: var(--primary-light-color);
}

#maincontent h4 {
    font-size: 1rem;
    font-style: italic;
}

.delimiter {
    width: 100%;
    margin: 20px auto;
    height: 2px;
    float: left;
    background: url(../images/delimiter.bg.x.png) repeat-x 0 0;
}

figcaption {
    font-size: .75rem;
    padding-left: 10px;
}

figure img {
    margin: 0 10px 5px 10px;
    border-color: #AFAFAF;
    border-width: 2px;
    border-style: solid;
}


/* Form Elements */


.button {
    font-weight: bold;
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
    padding: .5rem 1rem;
}

    .button:hover, .button:focus {
        opacity: 0.5;
        background-color: var(--primary-color);
        color: #fefefe;
    }

fieldset .row {
    margin-bottom: 10px;
}

fieldset label {
    font-weight: bold;
}

legend {
    font-weight: bold;
}

input[type="checkbox"], input[type="radio"] {
    margin-bottom: 0;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        font-weight: normal;
        color: var(--text-color);
        display: inline;
    }

.fieldset input[type="checkbox"], .fieldset input[type="radio"] {
    margin-top: 6px;
    margin-bottom: 0;
    float: left;
    margin-right: 7px;
}

    .fieldset input[type="checkbox"] + label, .fieldset input[type="radio"] + label {
        font-weight: normal;
        display: block;
        margin-left: 20px;
    }

/* End Form Elements */


/* Header Elements */

.accountbar {
    position: absolute;
    top: 2px;
    right: 10px;
    color: var(--primary-color);
    font-size: .6875rem;
    background-color: #D9D9D9;
    padding-left: 20px;
    padding-right: 20px;
}

    .accountbar a {
        color: var(--primary-color);
        text-decoration: none;
    }

/* login / myMeeting */
.mymeeting-login {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    background-color: #D9D9D9;
    padding: 5px 25px 5px 25px;
    z-index: 100;
}

    .mymeeting-login li {
        float: left;
        margin: 0;
        line-height: 16px;
        height: 16px;
        margin-left: 10px;
        padding-left: 10px;
        list-style-type: none;
    }

        .mymeeting-login li:first-child {
            margin-left: 0;
            padding-left: 0;
            background: none;
        }

        .mymeeting-login li.signin a {
            text-transform: none;
            text-shadow: none;
            float: left;
            font-weight: normal;
            line-height: 16px;
            height: 16px;
            background: url(../images/ISMF/my.profile.png) no-repeat 0 -96px;
            background-position: 0 -32px;
            padding: 0 0 0 21px;
            color: #3F4950;
        }

            .mymeeting-login li.signin a:hover {
                background-position: 0 -48px;
            }

        .mymeeting-login li.my-logout a {
            text-transform: none;
            text-shadow: none;
            float: left;
            font-weight: normal;
            line-height: 16px;
            height: 16px;
            background: url(../images/ISMF/my.profile.png) no-repeat 0 -96px;
            padding: 0 0 0 21px;
            color: #3F4950;
            background-position: 0 -128px;
        }

            .mymeeting-login li.my-logout a:hover {
                background-position: 0 -144px;
            }

.light-off-menu {
    background: #ffffff;
    z-index: 1;
    height: 100%;
    border: 1px solid #ececec;
}

    .light-off-menu .off-menu-close {
        background: #0064B0;
        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: #F0F5F7;
            float: left;
        }

        .light-off-menu .off-menu-close span {
            display: inline-block;
            cursor: pointer;
            text-align: right;
            width: 10%;
            font-size: 14px;
            color: #F0F5F7;
        }

/* Navigation */

#header .desktop-menu {
    clear: both;
    vertical-align: bottom;
    z-index: 500 !important;
    background-color: #D9D9D9;
}

#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: var(--text-color);
}

    #header .desktop-menu a:hover {
        background-color: #0064B0;
        color: #F0F5F7;
    }

#header .desktop-menu .submenu {
    background-color: #D9D9D9
}

    #header .desktop-menu .submenu a {
        color: var(--text-color);
    }

        #header .desktop-menu .submenu a:hover {
            background-color: #0064B0;
            color: #F0F5F7;
        }

    #header .desktop-menu .submenu .is-submenu-item a {
        width: 100%;
    }

    #header .desktop-menu .submenu .is-submenu-item:hover {
        background: #0064B0;
        color: #F0F5F7;
    }

.title-bar {
    background-color: #0064B0;
}

@media only screen and (max-width: 975px) {
    #headerwrap {
        display: none;
    }

    .account-links {
        padding: 0;
    }
}

.orbit-slide {
    position: relative;
}

.orbit-bullets {
    margin-top: -40px;
}


/* End Header Elements */


/* Page Layout */

#main {
    padding: 30px 0 0 0;
}

#secondary {
    padding-left: 0;
    padding-top: 0;
}

#primary {
    padding-bottom: 20px;
    min-height: 450px;
}

    /* End Page Layout */

    /* Slide Show / Photo Gallery */

slideshow {
    margin-left: 10px;
    z-index: 20;
}

    .slideshow li {
        list-style-type: none;
    }

        .slideshow li a {
            font-size: .825em;
            color: #0064B0;
            font-weight: bold;
        }

@media only screen and (max-width: 64em) {

    .slideshow {
        display: none;
    }
}

    /* End Left Nav */

/* Footer */
#footerwrap {
    margin: 30px 0 0 0;
    max-width: none;
    width: 100%;
    background: #0064B0;
}

    #mainfooter {
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        padding-top: 10px;
    }

        #mainfooter p {
            color: #ffffff;
        }

        #mainfooter a {
            color: #ffffff;
            text-decoration: none;
        }

        #mainfooter .footertext {
            padding: 20px 0 0 20px;
            font-size: .7rem;
        }

        #mainfooter .footerlinks {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        #mainfooter .social-links {
            margin-bottom: 20px;
            text-align: right;
        }

        #mainfooter .secondary-button {
            display: inline-block;
            width: 30px;
            height: 30px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
            text-align: center;
            line-height: 30px;
            background: #ffffff;
            color: #0064B0;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            margin-left: 5px;
        }

            #mainfooter .secondary-button i {
                padding-top: 6px;
                font-size: 18px;
                color: #A8A9AD;
            }

            #mainfooter .secondary-button:hover {
                background-color: #A8A9AD;
            }

            #mainfooter .secondary-button:hover i {
                color: #0064B0;
            }

    #mainfooter .subscription-form {
        margin-right: 5px;
    }

        #mainfooter .subscription-form label {
            margin-bottom: 5px;
            font-size: 1rem;
            font-weight: bold;
            color: #e7e7e8;
            text-align: center;
        }

    #mainfooter .button {
        color: #0064B0;
        opacity: 0.9;
        background-color: #FFFFFF;
    }

        #mainfooter .button:hover, #mainfooter .button:focus {
            opacity: 0.5;
            color: #0064B0;
        }

/*To top*/
#toTop {
    height: 30px;
    width: auto;
    padding: 0 11px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 999;
    background: #333
}

    #toTop p {
        line-height: 30px;
        font-family: sans-serif;
        font-size: 1.25em;
        color: white;
    }


    /* Home Page Elements */

    .mobile_sponsors {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        display: block;
    }

        .mobile_sponsors img {
            max-width: 400px;
            width: 100%;
        }

.mobile_approved {
    text-align: center;
    padding-bottom: 20px;
    display: block;
}

    .phototext {
        font-weight: bold;
        font-size: .625rem;
        color: #000000;
    }

    .photosubtext {
        font-weight: bold;
        font-size: .625rem;
        color: #0064B0;
    }

    .PhotoGallery img {
        width: 190px;
        margin-bottom: 10px;
    }


    /* Interactive Agenda */

/* 
Color #1 - #0064B0 
    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

Color #7 - Red #E02528
    Committee Meeting Time Column

*/

.button.iahome {
    background-color: #0064B0;
    border: 1px solid #0064B0;
    color: white;
}

    .button.iahome.hollow {
        background-color: transparent;
        border: 1px solid #0064B0;
        color: #0064B0;
    }

    .button.iahome:hover, .button.iahome:focus {
        border: 1px solid #003859;
        color: #003859;
    }

.button.iagrey {
    border: 1px solid #88898B;
    color: var(--text-color);
}

    .button.iagrey:hover, .button.iagrey:focus {
        border: 1px solid #68696B;
        color: #2D2D2D;
    }

.iadatemenu .iagrey {
    background-color: #AFAFAF;
    border: 1px solid #AFAFAF;
    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;
}

.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;
}

.expandall {
    color: #0064B0;
}

    .expandall::after {
        content: " \25BA";
    }

    .expandall.open::after {
        content: " \25BC";
    }

.iatable {
    width: 100%;
    border-spacing: 0px;
    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;
    text-align: center;
    vertical-align: top;
    background-color: #0064B0;
    opacity: .8;
    padding: 8px 4px 4px 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: #0064B0;
}

    .iaroomheader h2 {
        font-weight: bold;
        color: white;
        font-size: .875rem;
        padding-top: 0;
        margin-bottom: 0;
        text-align: left;
        line-height: 20px;
    }

#maincontent .iatable .iaroomheader h3 {
    font-weight: normal;
    color: white;
    font-size: .75rem;
    margin-bottom: 0;
    text-align: right;
    line-height: 20px;
}

        .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: #0064B0;
    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: #E7E7E7;
    padding: 8px 4px 4px 4px;
    font-size: .875rem;
    border-right: 1px solid #E7E7E7;
}

    .iatimecolumn a {
        color: #0064B0;
        text-decoration: underline;
    }

            .iatimecolumn a:hover {
                color: #FFFFFF;
            }

.iafunctionaltimecolumn {
    width: 100px;
    text-align: center;
    vertical-align: top;
    background-color: #e0e0e0;
    padding: 8px 4px 4px 4px;
    font-size: .875rem;
    border-right: 1px solid #E7E7E7;
}

    .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;
        }
    }

.iasectionpeople {
    color: #0064B0;
}

    .iasectionpeople a {
        color: #58585A;
    }

        .iasectionpeople a:hover {
            color: #A89644;
        }

.iafunctionalsection {
    color: #0064B0;
    background-color: #D9D9D9;
    font-size: .75rem;
    text-align: center;
}

    .iasessiontitle {
        color: Black;
        font-weight: bold;
    }

    .iaalttitlerow {
        color: white;
        font-weight: bold;
        background-color: #909090
    }

    .iasessionpeople {
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .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;
    }

    .iaredtimecolumn {
        width: 100px;
        text-align: center;
        vertical-align: top;
        background-color: #E02528;
        color: #FFFFFF;
        padding: 4px;
    }

 


@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, .iaredtimecolumn {
            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 */


    /* 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 {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    padding-left: 5px;
}

.Radio {
    padding: 0 10px 0 10px;
}

        .Radio.Alt {
            background: #f9f9f9;
        }

    .Radio:hover, .Radio.Selected:hover {
        color: #FFFFFF;
        background-color: var(--primary-color);
        opacity: 0.8;
    }

    .Radio.Selected {
        color: #FFFFFF;
        background-color: var(--primary-color);
    }

            .Radio:hover label, .Radio.Selected label {
                color: #FFFFFF;
            }

    .Radio input[type="checkbox"] + label {
        font-weight: normal;
        padding-left: 5px;
    }

.RegType .Radio {
    padding: 10px 10px 10px 10px;
}

    .RegType .Radio input[type="checkbox"] + label {
        font-weight: bold;
        padding-left: 20px;
    }

.Radio.NoBold input[type="checkbox"] + label, .Radio.NoBold input[type="radio"] + label {
    font-weight: normal;
}

    .Radio:hover input[type="checkbox"] + label, .Radio.Selected input[type="checkbox"] + label {
        color: #FFFFFF;
    }

.Radio.NoBold span {
    font-weight: normal;
}