﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");

.navoff, A:link.navoff, A:visited.navoff {
    font-family: Arial, helvetica, san-serif;
    font-size: 0.917em;
    font-weight: bold;
    text-decoration: none;
    color: #000066;
}

.navoff2, A:link.navoff2, A:visited.navoff2, .navon, A:link.navon, A:visited.navon {
    font-family: Arial, helvetica, san-serif;
    font-size: 0.917em;
    font-weight: bold;
    text-decoration: none;
    color: #FF9207;
}



.block-menu.contextual-links-region {
    position: inherit;
}

.btn-default {
    background-color: #00a0db;
    border-color: #ccc;
    color: white;
}

    .btn-default:active {
        background-color: #007ba8;
        background-image: none;
        border-color: #adadad;
        color: white;
    }

        .btn-default:active:hover, .btn-default:active:focus {
            background-color: #006184;
            border-color: #8c8c8c;
            color: white;
        }

    .btn-default:focus {
        background-color: #007ba8;
        border-color: #8c8c8c;
        color: white;
    }

    .btn-default:hover {
        background-color: #007ba8;
        border-color: #adadad;
        color: white;
    }

.btn-primary {
    background-color: #00a0db;
    border-color: #008dc2;
    color: white;
}

    .btn-primary:active {
        background-color: #007ba8;
        background-image: none;
        border-color: #006184;
        color: white;
    }

        .btn-primary:active:hover, .btn-primary:active:focus {
            background-color: #006184;
            border-color: #003042;
            color: white;
        }

    .btn-primary:focus {
        background-color: #007ba8;
        border-color: #003042;
        color: white;
    }

    .btn-primary:hover {
        background-color: #007ba8;
        border-color: #006184;
        color: white;
    }

.btn:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    outline: 0;
}

.col-sm-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.find-a-meeting-wrapper {
    float: left;
}

    .find-a-meeting-wrapper input.form-submit {
        color: #fff;
        border: 0;
        display: inline-block;
        font-size: 18px;
        margin: 0 auto 0 15px;
        padding: 12px 40px;
        width: auto;
    }

    .find-a-meeting-wrapper input.form-text {
        font-size: 20px;
        height: auto;
        padding: 10px;
        width: 170px;
    }

.navHeader svg.meeting_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    margin-right: 5px;
}

.find-a-meeting:hover {
    background-color: inherit;
    cursor: pointer;
}

.form-item {
    margin-top: 0;
}

.navHeader {
    background-color: #00a0db;
    color: white;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 60px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 1em;
    position: relative;
}

    .navHeader * {
        box-sizing: border-box;
        color: white;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: 300;
    }

    .navHeader .btn {
        -moz-user-select: none;
        -ms-touch-action: manipulation;
        -ms-user-select: none;
        -webkit-user-select: none;
        background: #00a0db;
        background-image: none;
        border: none;
        border-radius: 0;
        color: white;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.428571429;
        margin-bottom: 0;
        padding: 10px 60px;
        text-align: center;
        touch-action: manipulation;
        transition: all .3s ease 0;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
    }

        .navHeader .btn:active {
            background: #0468a6;
        }

        .navHeader .btn:hover, .navHeader .btn:focus {
            background: #008bbf;
            color: white;
            text-decoration: none;
        }

        .navHeader .btn:focus, .navHeader .btn:active:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

    .navHeader .caret {
        display: none;
    }

    .navHeader .dropdown-menu {
        background-color: white;
        border: 1px solid #d8d8d8;
        color: #444444;
        display: none;
        font-weight: 300;
    }

        .navHeader .dropdown-menu a {
            color: #444444;
            display: block;
            line-height: 20px;
            padding: 12.5px 15px;
        }

            .navHeader .dropdown-menu a:hover {
                color: #00a0db;
            }

    .navHeader .dropdown.open {
        background-color: #008bbf;
    }

        .navHeader .dropdown.open > .dropdown-menu {
            display: block;
        }

    .navHeader .form-control {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        color: #555555;
        display: block;
        font-size: 16px;
        height: 36px;
        line-height: 1.428571429;
        padding: 6px 12px;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        width: 100%;
    }

        .navHeader .form-control:-ms-input-placeholder {
            color: #999999;
        }

        .navHeader .form-control::-moz-placeholder {
            color: #999999;
            opacity: 1;
        }

        .navHeader .form-control:focus {
            border-color: #00A8E3;
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,168,227,0.6);
            outline: 0;
        }

    .navHeader .form-group, .header-mobile .region {
        margin-bottom: 15px;
    }

    .navHeader .headerContainer {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

        .navHeader .headerContainer:after, .row:after, .header:after, .mobile-controls:after {
            clear: both;
        }

        .navHeader .headerContainer:before, .navHeader .headerContainer:after, .row:before, .row:after, .header:before, .header:after, .mobile-controls:before, .mobile-controls:after {
            content: " ";
            display: table;
        }

    .navHeader .headerMenu > li > a, .find-a-meeting {
        display: block;
        height: 60px;
        line-height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: middle;
    }

    .navHeader .headerMenu > li:hover, .navHeader .dropdown:hover, .navHeader .dropdown.open {
        background-color: #008bbf;
    }

    .navHeader a {
        background-color: transparent;
        color: inherit;
        text-decoration: none;
    }

        .navHeader a:active, .navHeader a:hover {
            color: #fff;
            outline: 0;
            text-decoration: none;
        }

        .navHeader a:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

    .navHeader button::-moz-focus-inner, .navHeader input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .navHeader input {
        color: inherit;
        font: inherit;
        line-height: inherit;
        margin: 0;
    }

        .navHeader input[type=submit] {
            -webkit-appearance: button;
            cursor: pointer;
        }

    .navHeader li {
        list-style: none;
    }

    .navHeader svg {
        display: block;
        height: auto;
        max-width: 100%;
        vertical-align: bottom;
    }

    .navHeader svg, .navHeader g {
        fill: currentColor;
    }

        .navHeader svg:not(:root) {
            overflow: hidden;
        }

    .navHeader ul {
        margin: 0;
        padding: 0;
    }

        .navHeader ul ul {
            margin-bottom: 0;
        }

    .header, .navHeader :before, .header, .navHeader :after {
        box-sizing: border-box;
    }

.header-hover {
    padding-left: 15px;
    padding-right: 15px;
}

.header-inline, .header__nav li, .header__profile {
    display: inline-block;
}

.header-item, .headerLogo svg {
    display: block;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
}

.headerContainer {
    height: 100%;
}

.headerLogo {
    color: white;
    float: left;
    width: 126px;
}

.headerLogo__desktop {
    margin-top: -1px;
}

.header__anchor, .find-a-meeting-wrapper div.form-item-zip {
    float: left;
}

.header__left {
    display: none;
    float: left;
}

.header__nav {
    display: inline-block;
    padding: 0;
}

    .header__nav .headerMenu {
        padding-left: 30px;
        text-transform: uppercase;
    }

.header__profile {
    float: right;
}

    .header__profile .dropdown-menu {
        z-index: 1000;
	min-width: 150px;
    }

        .header__profile .dropdown-menu a {
            display: block;
            padding-bottom: 15px;
            padding-top: 15px;
        }

    svg.profile_icon {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: inherit;
        display: inline-block;
        line-height: 1;
        margin-right: 5px;
        speak: none;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        vertical-align: middle;
    }

.header__right {
    display: none;
    float: right;
}

.icon--bars:before {
    content: "";
}

.icon--close:before {
    content: "";
}

.meeting-dropdown {
    background-color: rgba(245,242,244,0.95);
    border: 1px solid #dfdcdd;
    bottom: auto;
    display: none;
    height: auto;
    left: auto;
    margin-left: 0;
    padding: 40px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 390px;
    z-index: 1000;
}

    .meeting-dropdown::after {
        background: url(meeting-finder-triangle.png) no-repeat scroll left top transparent;
        content: "";
        display: block;
        height: 15px;
        left: 170px;
        position: absolute;
        top: -14px;
        width: 35px;
    }

.mf-form div.error {
    background-color: transparent;
    background-image: none;
    clear: both;
    color: #f00;
    display: none;
    float: left;
}

.mf-form input.btn-primary:disabled {
    background-color: #dddddd;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}


@font-face {
    font-family: icons;
    src: url("/images1/icons-font/icons.eot");
    src: url("/images1/icons-font/icons.eot?#iefix") format("embedded-opentype"), url("/images1/icons-font/icons.woff") format("woff"), url("/images1/icons-font/icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class*=icon--] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: icons;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: middle;
}

[class^=icon-], [class*=" icon-"] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: ww-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

header, .navHeader .dropdown.open > .dropdown-menu {
    display: block;
}

ul.dropdown-menu, ul.dropdown-menu li, ul.dropdown-menu, ul.dropdown-menu li a {
    list-style: none outside none !important;
}

@media (min-width: 768px) {
    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .headerContainer {
        width: 750px;
    }

    .header__profile .dropdown-menu {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .navHeader .dropdown-menu {
        position: absolute;
        right: 0;
        z-index: 1000;
    }

    .headerContainer {
        width: 970px;
    }

    .header__left, .header__right {
        display: block;
    }

    .header__nav .dropdown-menu {
        height: 45px;
        padding-left: 15px;
        padding-right: 15px;
        width: 1030px;
    }

    .mobile-controls, .header__mobile-trigger {
        display: none;
    }
}

@media (min-width: 1200px) {
    .headerContainer {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    form .btn {
        clear: both;
        display: block;
        margin: 0 0 5px;
        width: 100%;
    }

    form input.form-text {
        width: 100%;
    }
}
