
/**
 * BEGIN GENERIC STYLES
 */
body {
    font-family: 'Roboto';
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
    cursor: default;
}
a {
    text-decoration: none;
    color: #29739B;
}
a:hover {
    color: #59A3CB;
}
img {
    max-width: 100%;
}

.white-bg {
    background-color: #FFF;
}
.gray-bg {
    background-color: #F5F5F5;
}
.blue-bg {
    background-color: #29739B;
}

.visible-xs {
    display: block !important;
}
.hidden-xs {
    display: none !important;
}

.hidden {
    display: none;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clearfix {
    clear: both;
}

.register-button, .sponsor-button, .sidebar-button {
    text-decoration: none;
    margin: 10px 5px;
    text-align: center;
    background-color: #29739B;
    color: #FFF;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 1.4em;
    display: block;
}

.register-button:hover, .sponsor-button:hover, .sidebar-button:hover {
    background-color: #4993BB;
    color: #FFF;
}

/**
 * END GENERIC STYLES
 */

/**
 * BEGIN PAGINATION STYLES
 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #29739B;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #29739B;
    border-color: #29739B;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
/**
 * END PAGINATION STYLES
 */

/**
 * BEGIN MOBILE STYLES
 */
.site-title {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 1200px;
}

.site-title > a {
    text-decoration: none;
}

.site-title > a > div {
    display: block;
    text-align: center;
}

.main-title {
    color: #29739B;
}

.site-title > a > div.secondary-title {
    font-size: .8em;
    color: #444;
}

.menu-toggle {
    height: 30px;
    line-height: 30px;
    font-size: 1.4em;
    text-align: center;
    background-color: #29739B;
    color: white;
    padding: 5px 0;
    cursor: pointer;
}

.main-nav {
    display: none;
    border-bottom: 3px solid #29739B;
}
.main-nav.show {
    display: block;
}
.main-nav > .container > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.main-nav > .container > ul > li > h2 {
    cursor: pointer;
}
.main-nav > .container > ul > li > h2 > .expandable{
    width: 50px;
    margin-left: -50px;
    line-height: 41px;
    vertical-align: middle;
}
.main-nav > .container > ul > li > h2,
.main-nav > .container > ul > li > ul > li > a {
    display: block;
    border-bottom: 2px solid #CCC;
    margin: 0;
    line-height: 41px;
    vertical-align: middle;
    font-size: 1.2em;
    color: #29739B;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.main-nav > .container > ul > li > h2 > a {
    display: inline-block;
    width: 100%;
    float: left;
    text-decoration: none;
    color: #29739B;
}

.main-nav > .container > ul > li > h2 > .expandable:hover,
.main-nav > .container > ul > li > h2 > a:hover {
    background-color: #DDD;
}
.main-nav > .container > ul > li:last-child > h2,
.main-nav > .container > ul > li:last-child > ul,
.main-nav > .container > ul > li > ul > li > a {
    border-bottom: 0;
}
.main-nav > .container > ul > li:last-child > ul {
    border-top: 2px solid #CCC;
}
.main-nav > .container > ul > li > ul {
    display: none;
    list-style: none;
    padding-left: 0;
    background-color: #DDD;
    border-bottom: 2px solid #CCC;
}
.main-nav > .container > ul > li > ul.show {
    display: block;
}
.main-nav > .container > ul > li > ul > li {
    text-align: center;
}
.main-nav > .container > ul > li > ul > li > a {
    display: block;
    font-size: 1em;
    background-color: #69B3DB;
    color: #FFF;
}
.main-nav > .container > ul > li > ul > li > a:hover {
    background-color: #29739B;
}
/**
 * END HEADER
 */

/**
 * BEGIN JUMBOTRON
 */
.jumbotron{
    background: url('/img/jumbotron.jpg') center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 250px;
    padding: 10px 5px 5px;
    text-align: center;
    color: #FFF;
    text-shadow:
        -1px -1px 0 #29739B,
        1px -1px 0 #29739B,
        -1px 1px 0 #29739B,
        1px 1px 0 #29739B,
        0 0 5px #29739B;
    font-size: 1.4em;

}
.jumbotron a {
    display: inline-block;
    margin-top: 20px;
    padding: 5px 10px;
    border: 2px solid #29739B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    text-shadow: none;
    box-shadow: 0 0 2px #000;
}

/**
 * END JUMBOTRON
 */

/**
 * BEGIN MAIN CONTENT
 */

.main-content {
    background-color: #FFF;
    padding: 0 5px 10px;
}

.main-content .page-title, .main-sidebar .sidebar-title {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    color: #444;
    font-size: 1.8em;
    text-align: center;
}

.main-content .page-subtitle {
    text-align: center;
    color: #29739B;
    font-size: 1.4em;
    margin: 0;
    padding-bottom: 10px;
}

.summary:first-of-type {
    padding-top: 10px;
}

.summary-header{
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #29739B;
    color: #FFF;
    text-align: center;
}
.summary-header > i.fa {
    font-size: 2em;
    display:inline-block;
}
.summary-header > h2 {
    font-size: 1.5em;
    color: #FFF;
    display: inline-block;
    margin: auto auto auto 10px;
}

.summary-content {
    background-color: #FFF;
    border-left: 2px solid #29739B;
    border-right: 2px solid #29739B;
    padding: 5px 5px 0;
}
.summary-content > p {
    margin: 10px 0 0;
    line-height: 1.5em;
}

.summary-footer {
    background-color: #FFF;
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 2px solid #29739B;
    border-right: 2px solid #29739B;
    border-bottom: 2px solid #29739B;
    padding: 10px 5px;
    text-align: center;
}
.summary-footer > a {
    font-size: 1.4em;
}
/**
 * END SUMMARIES
 */

/**
 * BEGIN EVENT LIST STYLES
 */

.event-list {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.event-list .event {
    text-align: center;
    padding-top: 10px;
    border-top: 2px solid #29739B;
}
.event-list .event:not(:first-of-type) {
    margin-top: 10px;
}
.event-list .event-link {
    text-decoration: none;
}
.event-list .event-link:hover .event-date {
    color: #4993BB;
}
.event-list .event-link:hover .event-name, .event-link:hover .event-speaker {
    color: #777;
}
.event-list .event-date {
    display: block;
    color: #29739B;
    font-size: 1.2em;
    font-weight: bold;
}
.event-list .event-speaker {
    color: #000;
    font-weight: normal;
    font-style: italic;
}
.event-list .event-name {
    color: #444;
    font-size: 1.2em;
    padding: 5px 0;
    margin: 0;
}
.event-list .event-location a {
    display: inline-block;
    font-style: normal;
    text-decoration: none;
    color: #29739B;
}
.event-list .event-location a:hover {
    color: #4993BB;
}
.event-list .event-location .location-name {
    font-weight: bold;
}
.event-list .event-sponsor {
    text-decoration: none;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    background-color: #29739B;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.event-list .event-sponsor:hover {
    background-color: #4993BB;
}
.event-list .event-sponsor > .sponsor-image {
    display: block;
    margin: 5px auto;
    max-width: 100%;
    max-height: 50px;
}

/**
 * END EVENT LIST STYLES
 */

/**
 * BEGIN EVENT STYLES
 */

.main-content > .event-title {
    color: #444;
    font-size: 1.2em;
    padding: 5px 0;
    margin: 0;
}
.event-speaker-title {
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    font-style: italic;
}
.event-page .event-date-container {
    text-align: center;
    font-size: 1.2em;
    margin-top: 5px;
    font-weight: bold;
    color: #29739B;
}
.event-page .event-date {
    display: block;
}
.event-page .event-location a {
    text-align: center;
    display: block;
    font-style: normal;
    text-decoration: none;
    color: #29739B;
}
.event-page .event-location a:hover {
    color: #4993BB;
}
.event-page .event-location .location-name {
    font-weight: bold;
}
.event-page .subheader, .speaker-page .subheader {
    font-size: 1.8em;
    text-align: center;
    margin: 10px 0 0;
    color: #444;
}
.event-page .event-about {
    padding: 5px;
}
.event-page .event-about > h1 {
    font-size: 1.4em;
    color: #29739B;
    margin: 10px 0 0;
    text-align: center;
}

.event-page .event-about > p {
    margin: 0;
    line-height: 1.5em
}
.event-page .event-speaker-container .event-speaker, .speaker-page .speaker-container .speaker {
    display: table;
}
.event-speaker-container .event-speaker-link:hover {
    background-color: #29739B;
}
.event-page .event-speaker-container .event-speaker-image, .speaker-page .speaker-container .speaker-image {
    display: inline-block;
    height: 120px;
    min-width: 120px;
    border-radius: 60px;
    margin: 10px 0;
    float: left;
    max-width: 25%;
    background-position: center;
    background-size: cover;
}
.event-page .event-speaker-container .event-speaker-details,
.speaker-page .speaker-container .speaker-details {
    padding-top: 30px;
    padding-left: 5px;
    display: inline-block;
    float: right;
    max-width: 60%;
}
.event-page .event-speaker-container .event-speaker-details .event-speaker-name,
.speaker-page .speaker-container .speaker-details .speaker-name {
    font-size: 1.4em;
    font-weight: bold;
    color: #29739B;
}
.event-page .event-speaker-container .event-speaker-details .event-speaker-company,
.speaker-page .speaker-container .speaker-details .speaker-company {
    font-size: 1.2em;
    color: #444;
    font-weight: bold;
}
.event-page .event-speaker:hover .event-speaker-details .event-speaker-name {
    color: #4993BB;
}
.event-page .event-speaker:hover .event-speaker-details .event-speaker-company {
    color: #777;
}
.event-page .event-sponsor-container {
    max-width: 90%;
    margin: auto;
    text-align: center;
}
.event-page .event-sponsor-container .sponsor-image {
    margin-top: 10px;
    max-width: 100%;
}

.event-page .event-details {
    list-style: none;
    margin: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.event-page .event-detail {
    border: 2px solid #29739B;
    border-radius: 5px;
    margin-bottom: 2%;
    overflow: auto;
}
.event-page .event-detail > .event-detail-header {
    font-size: 1.2em;
    padding: 5px;
    background-color: #29739B;
    text-align: center;
    color: #FFF;
}
.event-page .event-detail > .event-detail-content {
    line-height: 1.5em;
    padding: 5px;
}
.event-page .event-detail .event-times-list {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.event-page .event-detail .event-pricing-header {
    text-align: center;
    font-weight: bold;
    color: #29739B;
}
.event-page .event-detail .event-pricing-list {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
.event-page .event-detail .event-meal-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.event-page .event-detail-check-in {
    text-align: center;
}

/**
 * END EVENT STYLES
 */

/**
 * BEGIN SPEAKER STYLES
 */
.speaker-page .speaker-title {
    font-weight: bold;
    text-align: center;
    color: #29739B;
}
.speaker-page .speaker-about {
    line-height: 1.5em;
}

/**
 * END SPEAKER STYLES
 */

/**
 * BEGIN CONTENT HTML
 */
.content-html p {
    line-height: 1.5em;
    margin: 0;
}

.content-html h1 {
    font-size: 1.6em;
    color: #29739B;
    margin: 10px 0 5px;
    text-align: center;
}

.content-html ul {
    margin: 0;
}
/**
 * END CONTENT HTML
 */

/**
 * BEGIN MEMBERSHIP OPTIONS
 */
.subheader {
    font-size: 1.6em;
    text-align: center;
    color: #29739B;
    margin: 10px 0 0;
}
.membership-option {
    text-align: center;
    margin: 10px 0 10px;
    display: inline-block;
}
.membership-option > .summary-header {
    margin-top: 10px;
}
.membership-option > .summary-header > h2 {
    font-size: 1.4em;
}
.membership-option > .summary-content {
    line-height: 1.5em;
    padding-top: 10px;
}
.membership-options > .membership-option {
    margin: 0;
    width: 100%;
    padding: 0;
}
.membership-option > .summary-footer {
    margin-bottom: 0;
}
.membership-option > .summary-footer > a {
    padding: 10px 0;
    font-size: 1.4em;
    color: #29739B;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    display: block;
}
.membership-option > .summary-footer > a:hover {
    color: #59A3CB;
}
/**
 * END MEMBERSHIP OPTIONS
 */

/**
 * BEGIN JOB POSTINGS LIST
 */
.job-postings-table {
    width: 100%;
    border-collapse: collapse;
}
.job-postings-table tbody tr:hover {
    background-color: #DDD;
}
.job-postings-table th {
    color: #444;
}
.job-postings-table th, .job-postings-table td {
    padding: 5px;
    border-bottom: 2px solid #29739B;
}
.job-postings-table td a {
    text-align: center;
    padding: 10px 0;
    display: block;
    width: 100%;
}
.job-postings-table tbody tr:hover a {
    color: #59A3CB;
}
/**
 * END JOB POSTINGS LIST
 */

/**
 * BEGIN OFFICERS LIST
 */
.officer-container {
    text-align: center;
}
.officer-container .officer {
    padding: 10px 0;
}
.officer-image {
    background-size: contain;
    background-position: center;
    border-radius: 50px;
    margin: auto;
    max-width: 100px;
    height: 100px;
}
.officer-title {
     font-size: 1.4em;
     font-weight: bold;
     color: #29739B;
 }
.officer-name {
      font-size: 1.4em;
      font-weight: bold;
      color: #444;
}
.officer-company{
    font-size: 1.2em;
    font-style: italic;
    color: #444;
}
.officer-phone {
    font-weight: bold;
    color: #29739B;
}
/**
 * END OFFICERS LIST
 */

/**
 * BEGIN SPONSOR LIST
 */
.sponsor-container {
    text-align: center;
}
.sponsor-container .sponsor {
    padding: 10px 0;
}
.sponsor-container .sponsor-image {
    height: 100px;
    max-width: 100%;
}
.sponsor-container .sponsor-name {
    font-size: 1.4em;
    font-weight: bold;
    color: #444;
}
/**
 * END SPONSOR LIST
 */

/**
 * BEGIN FORM STYLES
 */
.membership-form, .membership-review-form, .event-registration-form {
    width: 100%;
    margin: auto;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
input, select, textarea{
    border: 1px solid #CCC;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 2px;
    margin-bottom: 5px;
}

form .form-button, form button {
    font-size: 1em;
    width: 100%;
    margin-top: 5px;
    padding: 5px 0;
    font-weight: bold;
    background-color: #29739B;
    border: none;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 1em;
}
form .form-button:hover, form button:hover {
    background-color: #59A3CB;
}


/**
 * END FORM STYLES
 */

/**
 * BEGIN SIDEBAR
 */

.main-sidebar {
    padding: 10px 5px;
}
.main-sidebar .register-button, .main-sidebar .sponsor-button, .main-sidebar .sidebar-button {
    margin: 0 auto 10px;
    padding: 10px 0;
    max-width: 520px;
}
.main-sidebar .register-button:hover, .main-sidebar .sponsor-button:hover, .main-sidebar .sidebar-button:hover {
    color: #FFF;
}

.social-links {
    max-width: 520px;
    margin: auto
}
.social-links > a {
    display: inline-block;
    text-align: center;
    width: 48%;
    margin-bottom:10px;
    padding: 5px 0;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: bold;
    border-radius: 4px;
}
.facebook {
    color: #FFF;
    background-color: #3B5998;
    border: solid 2px #3B5998;
}
.facebook .fa-facebook-square {
    padding-left: 5px;
}
.facebook:hover {
    color: #FFF;
    background-color: #6B89C8;
    border-color: #6B89C8;
}
.linked-in, .website {
    border: solid 2px #29739B;
    background-color: #FFF;
    color: #000;
}
.linked-in:hover, .website:hover {
    color: #555;
    border-color: #59A3CB;
}
.linked-in:hover .fa-linkedin-square, .website:hover .fa-globe {
    color: #4993BB;
}
.linked-in .fa-linkedin-square, .website .fa-globe {
    color: #29739B;
    padding-left: 1px;
}

.twitter {
    border: solid 2px #00aced;
    color: #FFF;
    background-color: #00aced;
}
.twitter:hover {
    color: #FFF;
    border-color: #30DCFF;
    background-color: #30DCFF;
}
.twitter .fa-twitter{
    padding-left: 1px;
}

/**
 * Twitter Timeline Style
 */
iframe.twitter-timeline {
    margin: 0 auto !important;
    display: block !important;
    border: solid 2px #29739B !important;
    box-sizing: border-box;
    border-radius: 4px;
}

/**
 * END SIDEBAR
 */

/**
 * BEGIN FOOTER
 */
.main-footer {
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.footer-menu {
    max-width: 520px;
    width: 100%;
    margin: auto;
}

.footer-nav {
    padding-left: 10px;
    margin: 10px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    display: block;
    border-left: 1px solid #FFF;
}
.footer-nav:first-child {
    border-left: none;
    margin-left: 0;
}
.footer-nav h3 a {
    color: #FFF;
    font-size: 1em;
    text-decoration: none;
    margin: 0;
}
.footer-nav h3 a:hover {
    text-shadow: 0 0 1px #FFF;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav > ul > li > a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: .8em;
    font-weight: lighter;
}
.footer-nav > ul > li > a:hover {
    font-weight: bold;
}
.footer-nav:first-child > ul:first-child > li:first-child {
    border-bottom: 0;
}
.footer-nav > ul > li:first-child {
    display: block;
}

.copyright {
    border-top: 1px solid #FFF;
    padding: 10px 0;
    font-size: .8em;
    color: #FFF;
    text-align: center;
}

/**
 * END MOBILE
 */

/**
 * BEGIN TABLET
 */
@media (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
    .hidden-xs {
        display: block !important;
    }
    .visible-sm {
        display: block !important;
    }
    .hidden-sm {
        display: none !important;
    }

    .site-title {
        padding-left: 10px;
    }
    .site-title > a > div {
        display: inline-block;
    }

    .secondary-title {
        font-size: .8em;
    }

    /**
     * EVENT LIST
     */
    .event-list .event-date {
        display: inline-block;
    }
    .event-list .event-sponsor {
        float: left;
        width: 20%;
        margin: 0;
    }
    .event-list .event-summary {
        text-align: left;
        float: right;
        width: 78%;
    }
    .event-list .event-sponsor .sponsor-name {
        display: block;
    }

    /**
     * MEETING STYLES
     */
    .event-page .event-date-container {
        text-align: center;
    }
    .event-page .event-date {
        display: inline-block;
    }
    .event-page .event-detail {
        width: 49%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .event-page .event-detail:nth-child(odd) {
        margin-right: 1%;
    }

    .event-page .event-detail:nth-child(even) {
        margin-left: 1%;
    }

    .event-page .event-detail-content {
        height: 134px;
        overflow-y: auto;
    }

    .event-page .event-detail-times .event-time {
        line-height: 33px;
    }
    .event-page .event-speaker-container, .event-page .event-sponsor-container {
        width: 50%;
        float: left;
    }
    .event-page .event-speaker-container .event-speaker, .speaker-page .speaker-container .speaker {
        margin: auto;
    }
    .event-page .event-sponsor-container .event-sponsor {
        width: 49%;
        display: inline-block;
        margin: auto;
    }
    .event-page .event-sponsor-container .event-sponsor .event-sponsor-link {
        height: 134px;
        width: 134px;
        display: inline-block;
        vertical-align: middle;
        line-height: 134px;
    }
    .event-page .event-sponsor-container .event-sponsor .event-sponsor-link .sponsor-image {
        vertical-align: middle;
        max-height: 120px;
    }

    /**
     * SYMPOSIUM SPECIFIC
     */
    .symposium-page .event-detail-check-in {
        height: 181px;
    }

    /**
     * MEMBERSHIP OPTIONS
     */
    .membership-options .membership-option {
        padding: 0;
        width: 48%;
    }
    .membership-options  .membership-option:nth-child(odd) {
        padding-top: 0;
        float: left;
    }
    .membership-options .membership-option:nth-child(even) {
        float: right;
    }

    /**
     * FOOTER
     */
    .footer-nav {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
    .footer-nav > h3 {
        font-size: 1.2em;
    }
    .footer-nav > ul > li > a {
        font-weight: lighter;
        display: inline-block;
        font-size: 1em;
    }
}

/**
 * END TABLET STYLES
 */

/**
 * BEGIN COMPUTER STYLES
 */
@media (min-width: 1024px) {
    .hidden-sm {
        display: block !important;
    }
    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }

    .site-title, .container {
        max-width: 993px;
        width: 100%;
    }
    .container {
        margin: auto;
    }

    .menu-toggle {
        display: none;
    }
    .main-nav {
        padding-left: 5px;
        display: block;
        background-color: #29739B;
        border-bottom: none;
    }
    .main-nav > .container > ul > li {
        width: 150px;
        float: left;
        padding: 0;
        display: inline-block;
        border-left: 1px solid #FFF;
    }
    .main-nav > .container > ul > li > h2 {
        font-weight: normal;
        border-bottom: none;
        text-decoration: none;
        color: #FFF;
    }
    .main-nav > .container > ul > li > h2:hover {
        background-color: transparent;
    }
    .main-nav > .container > ul > li:first-child > h2 {
        padding: 0;
    }
    .main-nav > .container > ul > li:last-child {
        border-right: 1px solid #FFF;
    }
    .main-nav > .container > ul > li:first-child:hover {
        background-color: #69B3DB;
        color: #DDD;
    }
    .main-nav > .container > ul > li:hover > ul{
        position: absolute;
        display: block;
        width: 150px;
        border: 1px solid #FFF;
        margin-left: -1px;
    }
    .main-nav > .container > ul > li:not(:hover) > ul.show {
        display: none;
    }
    .main-nav > .container > ul > li > ul > li > a {
        background-color: #29739B;
    }
    .main-nav > .container > ul > li > ul > li > a:hover {
        background-color: #69B3DB;
    }
    .main-nav > .container > ul > li > h2 > a {
        text-decoration: none;
        color: #FFF;
        display: block;
    }
    .main-nav > .container > ul > li > h2 > a:hover,
    .main-nav > .container > ul > li > h2 > .expandable:hover {
        background-color: #69B3DB;
    }
    .main-nav > .container > ul > li > ul > li > a {
        text-decoration: none;
        color: #FFF;
    }

    .main-content, .main-sidebar {
        display: inline-block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main-content {
        background-color: transparent;
        width: 662px;
    }
    
    /**
     * EVENT PAGE
     */
    .event-page .event-about > h1 {
        text-align: left;
    }

    .summary-footer > ul > li {
        width: 33.3333%;
        float: left;
    }
    .summary-footer > ul > li > a {
        width: 100%;
        height: 100px;
        line-height: 100px;
        vertical-align: middle;
        margin: auto;
    }

    /**
     * OFFICERS LIST
     */
    .officer-container .officer {
        width: 49%;
        float: left;
    }

    /**
     * SPONSOR LIST
     */
    .sponsor-container .sponsor {
        width: 49%;
        float: left;
    }
    /**
     * Editable Content
     */
    .content-html h1 {
        text-align: left;
    }

    .main-sidebar {
        width: 331px;
    }

    .footer-menu {
        margin: auto;
        max-width: 993px;
    }
    .footer-nav {
        width: 18%;
    }
}

@media (min-width: 1400px) {
    .site-title, .container, .footer-menu {
        max-width: 1300px;
    }

    .main-content {
        width: 962px;
    }

    /**
     * EVENT LIST
     */
    .event-list .event-sponsor {
        width: 20%;
    }
    .event-list .event-summary {
        width: 78%;
    }
}
