/*
* style css
*/

/* TABLE OF CONTENTS

- General Content
- Typography
- Header
	- Header - Social
	- Header - Logo
	- Header - Member Login
- Navigation Bar
	- Top Level
	- Hamburger Menu Icon
	- Hamburger Web Menu
	- Search Icon
	- Search Field Drop Down
- Main Page Content
	- Slider/Upcoming Events
	- Latest News/Progress Notes/KP
- Feature Boxes
	- Feature Boxes - First Row
	- Feature Boxes - Second Row
	- Feature Boxes Video Embed - responsive
	- Feature Boxes - Tweet Embed - responsive
- Sponsors Bar
    - Sponsor Cards
- Footer
- Sub-Page Styles
	- Sub-Page - equal column heights - main page content and links columns
	- Sub Page - links column styling
	- Sub-Page - main page content box styling
    - Admin-Page - configuration styling
- Media Queries
	- TABLET - 1100px break pt
	- PHONE - 749px break pt
- Fixers
    - Header Font Awesome Height Adjustments
  */

#fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


.main-content {
    margin-top: 175px;
}

.menuBar {
    background-color: #fff;
}

/* General Content */

th, td {
    padding: 5px;
    border-bottom: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.separator {
    height: 10px;
}

.double-separator {
    height: 20px;
}

.label-separator {
    height: 35px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.our-sponsors-spacer {
    height: 40px;
}

.our-sponsors-home-page-spacer {
    height: 60px;
}

.color-dark-blue {
    color: #4C5170;
}

.color-dark-red {
    color: #ff0000;
}

.fa-white {
    color: #fff;
}

i {
    padding-right: 5px;
    width: 20px;
}

.icon-128 {
    max-width: 128px;
    max-height: 128px;
}

.fa-tool {
    font-size: 1.3em;
    padding-left: 5px;
}

.credit-card-logos {
    max-width: 250px;
    max-height: 50px;
}

div.row.features-one-row {
    margin-bottom: 20px;
}

.features-one-row div.columns, .features-two-row div.columns {
    background-color: #ffffff; /* dev purposes */
}

header {
    background-color: #fff;
}

    header .columns {
        background-color: white;
    }

section.sponsors-bar .columns {
    background-color: #ffffff; /* dev purposes */
}

main {
    background-color: #fafafa;
    height: 100%;
}

hr {
    size: 1px;
    margin: 0px;
}

img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

    img.scale-with-grid {
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

.section-hr {
    margin-bottom: 8.5px;
    border-top: 1px solid #4C5170;
}

.login-icon-text-wrap:hover {
    opacity: .6;
    cursor: pointer;
}

a {
    text-decoration: none;
}

p a:hover {
    text-decoration: underline;
}

.symbol:hover {
    /*color: #d1d5d8;*/
    color: #78bdde;
}

p {
    font-style: normal;
    font-weight: 200;
    /*
    font-size: 1.3rem;
    line-height: 2.1rem;
    */
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: .01rem;
}

.page-title {
    font-size: 2em;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 25px;
    background-color: #4C5170;
    padding: 5px;
    border: #78bdde 5px solid;
}

h1 {
    font-size: 2em;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #1EAEDB;
    margin-bottom: 8px;
}

h3 {
    font-size: 1.6em;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}

h4 {
    font-size: 1.3em;
    font-weight: 500;
    color: #222;
    margin-bottom: 25px;
}

h5 {
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 5px;
    /*text-transform: uppercase;*/
    color: #4C5170;
}

h6 {
    font-size: 1em;
    font-weight: 500;
    color: #1EAEDB;
    margin-bottom: 8px;
    text-transform: uppercase
}

/* Placeholder Attributes */

input::-webkit-input-placeholder {
    color: #d1d1d1 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #d1d1d1 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #d1d1d1 !important;
}

input:-ms-input-placeholder {
    color: #d1d1d1 !important;
}

/* Typography */

html, body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Nunito", serif;
}

.home-page-logo-height {
    max-height: 260px;
}

.tools-row {
    padding: 5px;
    color: #fff;
    background-color: #4C5170;
    font-weight: 500;
    vertical-align: middle;
}

.tools-link {
    color: #fff;
}

    .tools-link :hover {
        color: #b2c2e8;
    }

.logo-row {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.news-heading {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.1rem;
    letter-spacing: .02rem;
}

.section-heading {
    font-weight: 500;
    text-transform: uppercase;
}

.news-date {
    color: #008dd3;
    margin-right: 5px;
    white-space: nowrap;
}

.feature-title {
    text-align: center;
    padding: 3rem 0 .6rem 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}

.feature-desc {
    font-style: italic;
    font-weight: 400;
    letter-spacing: .06rem;
    text-align: center;
}

/* Header */

.header-row {
    height: 150px;
}

.icons-wrap {
    min-height: 100%;
    max-height: 120px;
}

.icon-list {
    height: 100%;
    margin-bottom: 0;
    padding-top: 27px;
    white-space: nowrap;
}

header ul li {
    display: inline;
}

.symbol {
    font-size: 4.5rem;
    color: #2ab209;
}

.logo-main-wrap {
    padding-top: 24px;
    min-height: 100%;
    max-height: 120px;
}

.logo-main {
    width: 120px;
    height: auto;
    max-height: 180px;
}

.logo-main-admin {
    height: auto;
    max-width: 680px;
    max-height: 200px;
}

.login-wrap {
    text-align: center;
    min-height: 100%;
}

.login-icon-text-wrap {
    float: right;
    /*padding-top: 25%;*/
    padding-top: 50%;
}

    .login-icon-text-wrap p {
        font-size: 1rem;
        text-align: center;
        text-transform: uppercase;
        padding-top: 50%;
        margin-bottom: 15px;
    }

.login {
    margin-top: -32px;
    max-height: 120px;
    font-weight: 500;
}

/* Navigation Bar */

.menuBar .columns {
    height: 100%;
}

.menuBar .container {
    z-index: 999;
}

.nav-row {
    height: 40px;
}

nav {
    text-align: center;
}

    nav ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav ul::after {
            content: '';
            display: block;
            clear: both;
        }

        nav ul li:hover {
            background-color: #fafafa;
        }

            nav ul li:hover > ul {
                display: block;
                border-right: 1px solid #E1E1E1;
                border-left: 1px solid #E1E1E1;
                border-bottom: 1px solid #E1E1E1;
            }

        nav ul li a {
            display: inline-block;
            color: black;
            padding: 10px 20px;
            text-decoration: none;
            width: 250px;
        }

            nav ul li a:hover {
                text-decoration: none;
                background-color: #fafafa;
                color: #4C5170;
                font-weight: bold;
            }

        nav ul ul {
            display: none;
            position: absolute;
            top: 100%;
            background-color: #ffffff;
            overflow: hidden;
        }

            nav ul ul li a:hover {
                background-color: #4C5170;
                color: #fff;
                font-weight: bold;
            }


    /* Nav - Top Level */

    nav > ul {
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 575;
    }

    nav ul li {
        margin-bottom: 0;
    }

    nav > ul > li {
        margin-bottom: 0;
        float: left;
        display: block;
        text-align: left;
    }

        nav > ul > li > a {
            padding: 11px 1vw 30px 1vw;
            width: auto;
        }

/* Hamburger Menu Icon  */

.hamburger-icon-wrap {
    height: 100%;
}

.hamburger-icon {
    display: inline-block;
    margin: 5px 0 5px 0;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #b5b9bc;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}

.hamburger-text {
    position: absolute;
    display: inline-block;
    color: #b5b9bc;
    font-weight: 500;
    font-size: 1rem;
    margin: 11.5px 0 0 5px;
    text-transform: uppercase;
}

/* Hamburger Web Menu */

#burgerLines {
    display: none;
}

.mobileMenu-login-wrap:hover {
    opacity: .6;
    cursor: pointer;
}

.burger-webMenu-wrap {
    position: absolute;
    z-index: 40;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 25px 0 25px 25px;
    margin-top: 41px;
    -webkit-box-shadow: 0.1em 0.05em 0.25em rgba(0,0,0,.1);
    box-shadow: 0.1em 0.05em 0.25em rgba(0,0,0,.1);
}

    .burger-webMenu-wrap ul, .burger-webMenu-wrap li {
        list-style: none;
        padding: 0;
        margin: 12px 0 0 0;
        font-weight: 300;
        font-size: .93em;
    }

    .burger-webMenu-wrap a {
        color: #4C5170;
    }

    .burger-webMenu-wrap hr {
        position: relative;
        width: 100%;
        left: -25px;
        border-top: 1px solid lightgrey;
        margin-top: 15px;
    }

.burger-webMenu-top, .burger-webMenu-featured {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: .5px;
}

.burger-webMenu-featured, .burger-webMenu-adwithus, .burger-webMenu-sponsor, .webMenu-pafpsocial {
    margin-top: 15px;
}

.burger-webMenu-adwithus {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    color: #1EAEDB;
}

.burger-webMenu-sponsor {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
}

    .burger-webMenu-sponsor img {
        width: 200px;
        height: auto;
        margin-top: 10px;
    }

@media (min-width: 750px) {
    .burger-mobileMenu, .webMenu-social-icons {
        display: none;
    }

    .burger-webMenu-wrap {
        width: 320px;
    }

        .burger-webMenu-wrap hr {
            width: 345px;
        }

    div.mobileMenu-main-wrap {
        display: none;
    }
}

@media (max-width: 749px) {
    .burger-webMenu-wrap {
        margin-top: 1px;
        padding-top: 0px;
        padding-bottom: 5px;
        left: 0;
        border-bottom: 4px solid lightgrey;
    }

    p.mobileMenu-login {
        display: inline-block;
        font-size: 1.3rem;
        color: #b5b9bc;
        text-transform: uppercase;
        font-weight: 500;
        top: 66px;
        padding-left: 4px;
        vertical-align: middle;
        margin-bottom: 14px;
    }

    div.burger-mobileMenu.mobileMenu-login {
        height: 70px;
    }

    .burger-webMenu-top {
        margin-top: 20px;
    }

    .webMenu-social-icons ul li {
        display: inline;
    }

    .webMenu-pafpsocial {
        text-transform: uppercase;
        font-weight: 600;
        font-size: .9em;
    }

    ul.mobileMenu-icon-list {
        margin-top: -10px;
    }

    .mobileMenu-main-wrap {
        margin-top: 20px;
        font-size: .97em;
    }

    div.mobileMenu-main-wrap > ul > li {
        display: inline-block;
    }

    div.mobileMenu-main-wrap > ul > i {
        float: right;
        margin: 1px 50px 0 0;
        height: 10px;
        color: #b5b9bc;
    }

    div.mobileMenu-main-wrap > ul > a {
        color: #4C5170;
    }

    div.mobileMenu-main-wrap > ul > ul {
        display: none;
    }

    div#burger-menu-force {
        width: 100%;
    }

    div.one.columns.hamburger-icon-wrap {
        padding-left: 10%;
    }

    div.one.columns.search-icon-wrap {
        padding-right: 10%;
    }

    div.fullsitesearch {
        right: auto;
        width: 100%;
        margin-top: 1px;
    }
}

/* Search Icon */

.search-icon-wrap {
    height: 100%;
    text-align: right;
}

button.sitesearchButton:hover {
    background-color: #2ab209;
}

/* Search Field Drop Down */

#magnifyGlass {
    display: none;
}

.mag-glass-wrap {
    display: inline-block;
    font-size: 2.3rem;
    font-weight: 100;
    color: #b5b9bc;
    margin-top: 1px;
    border: none;
    padding: 0;
}

button.mag-glass-wrap:hover {
    color: #d1d5d8;
}

.sitesearch-wrap {
    text-align: right;
}

input.sitesearchTerm {
    float: left;
    width: 90%;
    font-weight: 500;
    font-size: 9px;
    height: 42px;
    border: none;
    font-size: .7em;
    font-color: #b5b9bc;
}

button.mag-glass-wrap:focus {
    color: #d1d5d8;
}

input[type="text"].sitesearchTerm:focus {
    color: 000;
    background-color: #fff;
    border-color: #fff;
}

input[type="text"].sitesearchTerm::placeholder {
    color: #b5b9bc;
}

.fullsitesearch {
    background-color: #fff;
    height: 42px;
    width: 30%;
    text-align: right;
    position: absolute;
    right: 0px;
    margin-top: 41px;
    -webkit-box-shadow: 0.1em 0.05em 0.25em rgba(0,0,0,.1);
    box-shadow: 0.1em 0.05em 0.25em rgba(0,0,0,.1);
}

.sitesearchButton {
    position: absolute;
    background-color: white;
    height: 42px;
    right: 8px;
    border: none;
    background-color: #4C5170;
    padding: 10px 10px 10px 10px;
    height: 30px;
    width: 30px;
    margin-top: 6px;
}

#magnifyGlass > div > div > button > i {
    color: white;
}

button.sitesearchButton {
    line-height: 0px;
}

    button.sitesearchButton input[type="button"] {
        color: #fff;
    }


/* Main Page Content */

.slider-row {
    height: 100%;
    padding: 2% 0;
    display: block;
}

.slider-box {
    max-height: 460px;
}

    .slider-box img {
        width: 100%;
        height: 100%;
        max-height: 460px;
        border: 0;
    }

    .slider-box .slide-desc {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        left: 0;
        right: 0;
        padding: 0 15px 0 15px;
        position: absolute;
        bottom: 25px;
        /*max-width: 85%;*/
        display: inline-block;
    }

        .slider-box .slide-desc > h2 {
            color: #fff;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 10px;
            margin-top: 10px;
            text-transform: uppercase;
        }

        .slider-box .slide-desc > p {
            color: #fff;
            font-size: 20px;
            line-height: 20px;
            margin-top: 5px;
        }

.events-box {
    height: 100%;
}

div.three.columns.events-box a:hover {
    text-decoration: none;
}

.events-box-head {
    text-align: center;
    padding: 1rem 0 1rem 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4C5170;
    text-transform: uppercase;
    /*background-color: #fff;*/
}

    .events-box-head a, .events-box-head a:hover {
        color: inherit;
        text-decoration: none;
    }

.events-listing-wrap {
    /*background-color: #ffffff;*/
    /*padding: 25px;*/
    font-style: normal;
    font-weight: 200;
    font-size: 1.15rem;
    line-height: 1.7rem;
    letter-spacing: .02rem;
}

.event-name {
    font-weight: bold;
}

.more-events-wrap {
    font-style: normal;
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 2.1rem;
    letter-spacing: .01rem;
    margin-bottom: 0px;
}

.news-row {
    max-height: 560px;
    vertical-align: top;
    display: block;
}

.about-us-box {
    height: 100%;
}

.about-us-box-head {
    text-align: left;
    padding: 1rem 0 1rem 0;
    font-size: 2.3rem;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fafafa;
    color: #4C5170;
}

.about-us-box-wrap {
    background-color: #fff;
    padding: 25px;
    padding-top: 10px;
    font-style: normal;
    font-weight: 200;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: .02rem;
    min-height: 480px;
}

/*
    .about-us-box-wrap p {
        line-height: 1.9rem;
        font-size: 1.5rem;
        font-weight: 200;
        letter-spacing: 0.06rem;
        margin-bottom: 1.5rem;
    }
*/

.more-about-us-wrap {
    font-style: normal;
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 2.1rem;
    letter-spacing: .01rem;
    margin-bottom: 0px;
}

.member-alerts-box {
    height: 100%;
}

.alert-name {
    font-weight: bold;
}

.sidebar-box-head {
    text-align: left;
    padding: 1rem 0 1rem 0;
    font-size: 2.3rem;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fafafa;
    color: #4C5170;
}

.member-alerts-box-head {
    text-align: left;
    padding: 1rem 0 1rem 0;
    font-size: 2.3rem;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fafafa;
    color: #4C5170;
}

    .member-alerts-box-head a {
        color: #4C5170;
    }

.member-alerts-box-wrap {
    background-color: #ffffff;
    padding: 25px;
    font-style: normal;
    font-weight: 200;
    font-size: 1.15rem;
    line-height: 1.7rem;
    letter-spacing: .02rem;
    min-height: 480px;
}

.more-member-alerts-wrap {
    font-style: normal;
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 2.1rem;
    letter-spacing: .01rem;
    margin-bottom: 0px;
}

.our-sponsors-box {
    height: 100%;
}

.our-sponsors-box-head {
    text-align: left;
    padding: 1rem 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fafafa;
}

    .our-sponsors-box-head a {
        color: inherit;
    }

.our-sponsors-box-wrap {
    background-color: #ffffff;
    padding: 25px;
    font-style: normal;
    font-weight: 200;
    font-size: 1.15rem;
    line-height: 1.7rem;
    letter-spacing: .02rem;
    /*text-align: center;*/
    min-height: 480px;
}

    .our-sponsors-box-wrap img {
        height: 90px;
        width: auto;
    }

.our-sponsors-box-wrap-secondary {
    background-color: #ffffff;
    padding: 25px;
    font-style: normal;
    font-weight: 200;
    font-size: 1.15rem;
    line-height: 1.7rem;
    letter-spacing: .02rem;
    text-align: center;
    min-height: 350px;
}

    .our-sponsors-box-wrap-secondary img {
        height: 90px;
        width: auto;
    }

.more-our-sponsors-wrap {
    font-style: normal;
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 2.1rem;
    letter-spacing: .01rem;
    margin-bottom: 0px;
}

.latest-news-box {
    height: 100%;
    min-height: 415px;
    padding: 20px 25px 25px 25px;
    margin-bottom: 2%;
    background-color: #ffffff;
}

    .latest-news-box a:hover {
        text-decoration: underline;
    }

    .latest-news-box p, .more-news-wrap {
        font-style: normal;
        font-weight: 200;
        font-size: 1.6rem;
        line-height: 2.5rem;
        letter-spacing: .01rem;
        margin-bottom: 0px;
        padding-top: 15px;
    }

.news-tag-wrap {
    background-color: #D0D0D0;
    color: #fff;
    font-weight: 400;
    font-size: .6em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: text-bottom;
    padding: 3px;
    line-height: 16px;
    letter-spacing: .08em;
    border-radius: 3px;
    white-space: nowrap;
}

.news-tag-content {
    padding: 3px;
}

.news-break {
    display: none;
}

@media (max-width: 749px) {
    .news-break {
        display: block;
    }
}

.PN-KP-wrap img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.PN-KP-wrap {
    display: block;
    background-color: #fafafa;
}

.PN-box {
    height: auto;
}

.KP-box {
    /*margin-top: 25px;*/
}

KP-box img {
    vertical-align: bottom;
}

span.news-heading:not(:first-child) {
    display: inline-block;
    margin-top: 10px;
}


/* Feature Boxes */

.feature-boxes img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.cust-btn {
    display: inline-block;
    background-color: red;
    min-height: 25px;
    padding: 0 20px 0 20px;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .04rem;
    border-radius: 3px;
    line-height: 1.7rem;
}

    .cust-btn:hover {
        background-color: #c61c29;
    }

.cust-btn-txt-wrap {
    margin-top: 7px;
    margin-bottom: 7px;
    height: 100%;
}

section.feature-boxes {
    margin: 2% 0;
    display: inline;
}

    section.feature-boxes .columns {
        /*min-height: 480px;*/
        padding-bottom: 20px;
    }

span.feature-box-img-wrap {
    background-color: aqua;
    display: inline-block;
    width: 100%;
    height: auto;
}

.feature-desc {
    padding: 8px 16px 9px 16px;
    line-height: 23px;
    color: #222;
}

.feature-btn-wrap {
    text-align: center;
    padding: 0 10%;
}

button.feature-btn {
    height: 25px;
    line-height: 0;
    font-weight: 500;
    color: white;
    background-color: red;
    text-transform: none;
    border: none;
    margin-bottom: 20px;
}

.feature-box hr {
    margin-bottom: 0;
}

div.row.features-one-row .three.columns {
    background-color: #fff;
}

div.feature-btn-wrap a {
    color: #fff;
    cursor: pointer;
}

.feat-sponsor-bar-wrap { /* indicates a feature box is paid ad */
    position: absolute;
    float: left;
    background-color: #008dd3;
    color: #fff;
    font-size: .6em;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 8px 5px 8px;
    letter-spacing: .08em;
    z-index: 500;
}

#mainly > section.feature-boxes > div:nth-child(2) > div {
    margin-bottom: 25px;
}

.video-container {
    position: relative;
    padding-bottom: 57.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.tweet-wrap {
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

body > div > div.timeline-Header.timeline-InformationCircle-widgetParent {
    background-color: black;
    text-align: center;
}

    body > div > div.timeline-Header.timeline-InformationCircle-widgetParent > h1 {
        font-size: 1.3em;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }


/* Sponsors Bar */

.sponsors-bar img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

section.sponsors-bar > div > div > div > a:nth-child(1) > img {
    padding: 15px 20px 0 0;
}

section.sponsors-bar > div > div > div > a:nth-child(2) > img {
    padding: 15px 20px 0 0;
}

section.sponsors-bar > div > div > div > a:nth-child(3) > img {
    padding: 15px 20px 0 0;
}

.sponsors-row {
    margin-bottom: 2%;
    line-height: 1em;
    background-color: #fff;
}

div.row.sponsors-row img {
    height: 70px;
    width: auto;
}

.sponsors-img-wrap {
    padding: 15px 0 15px 20px;
}

#mainly > section.sponsors-bar > div > div > div > div {
    margin-top: -7px;
}

.sponsors-card {
    border: 1px solid #222;
    min-height: 150px;
    padding: 5px;
}

    .sponsors-card img {
        height: 100px;
        width: auto;
    }

    .sponsors-card p {
        padding-top: 30px;
    }

.life-member-card {
    border: 1px solid #222;
    min-height: 100px;
    padding: 10px;
}

.life-member-name {
    font-size: larger;
}

/* Footer */

footer {
    background-color: #4C5170;
    width: 100%;
}

    footer h1 {
        font-size: 1.5em;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
        padding: 5px;
        border: #78bdde 2px solid;
    }


.footer-row {
    padding: 2.5% 0;
}

/*
footer .four.columns {
    min-width: 409px;
}
*/

footer p {
    color: #fff;
    line-height: 1.7rem;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .06rem;
    margin-bottom: 1.5rem;
}

.foot-logo-wrap {
    max-width: 200px;
    margin-bottom: 4%;
}

.icons-wrap-foot ul li {
    display: inline;
}

.icons-wrap-foot {
    margin-top: -20px;
    margin-bottom: -15px;
    padding-top: 7px;
}

footer .symbol {
    font-size: 3rem;
    color: #fff;
}

.list-root {
    text-transform: uppercase;
    font-weight: 500;
}

.home-foot-list {
    list-style-type: none;
    color: #ffffff;
    line-height: 1.45rem;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: .06rem;
}

a.footer-link {
    color: white;
}

footer a:hover {
    color: #b2c2e8;
}

footer .four.columns:nth-child(2), footer .four.columns:nth-child(1) {
    margin-bottom: 15px;
}

footer input[type='submit'] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
}

    footer input[type='submit']:hover {
        background-color: #78bdde;
        color: #fff;
        border-color: #fff;
        outline: 0;
    }

footer input[type='email'] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    color: #4C5170;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

    footer input[type='email']:focus {
        border: 1px solid #78bdde;
        outline: 0;
    }


.footer-link-hidden, .footer-link-hidden a, .footer-link-hidden a:hover, .footer-link-hidden a:active, .footer-link-hidden a:visited {
    background-color: #4C5170;
    color: #4C5170;
}

/* Sub-Page Styles */

.second-page-content-box, .second-page-links-box {
    background-color: #fff;
    color: #222;
    font-size: 1.5rem;
    font-weight: 500;
}

/* Sub-Page - equal column heights - main page content and links columns */

#mainly > div:nth-child(1) > div.row.content-links-wrap {
    overflow: hidden;
}

.second-page-content-box {
    float: left;
    width: 100%;
    background-color: #fff;
}

.second-page-links-box {
    float: right;
    margin-right: 0px;
    background-color: #fafafa;
}

.second-page-content-box,
.second-page-links-box {
    padding-bottom: 99999px;
    margin-bottom: -100025px;
}

@media all and (max-width: 749px) {

    .second-page-content-box,
    .second-page-links-box {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .second-page-links-box {
        margin-top: 30px;
    }
}

/* Sub Page - links column styling */

.content-links-wrap {
    margin-bottom: 20px;
    padding-top: 25px;
}

.second-page-heading-wrap {
    padding-top: 25px;
}

.second-page-link-head {
    /*
    text-align: center;
    padding: 1rem .3rem 1rem .3rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    background-color: #ffffff;
    */
    text-align: center;
    padding: 1rem 0 1rem 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4C5170;
    text-transform: uppercase;
    background-color: #fff;
}

    .second-page-link-head a {
        color: inherit;
    }

.second-page-listing-wrap {
    background-color: #ffffff;
    padding: 10px 20px 1px 30px;
    font-style: normal;
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 1.7rem;
    letter-spacing: .02rem;
}

    .second-page-listing-wrap img {
        height: 90px;
        width: auto;
    }

div.second-page-listing-wrap ul li:before {
    content: ">";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: .08em;
    font-weight: 400;
    color: lightgrey;
}

.second-page-links-wrap {
    display: block;
    background-color: #fafafa;
}

div.second-page-listing-wrap ul {
    list-style: none;
    line-height: 1.4em;
}

    div.second-page-listing-wrap ul li {
        margin-bottom: .4rem;
    }

.list-box-margins {
    background-color: #fafafa;
    height: 20px;
}

/* Sub-Page - main page content box styling */

.second-page-content-box {
    background-color: #ffffff;
}

.second-page-content {
    padding: 30px 30px 25px 30px;
}

.second-page-content-box p {
    font-style: normal;
    font-weight: 200;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: .01rem;
    margin-bottom: 25px;
}

/* add margin on bottom of last feature box on mobile */
@media all and (max-width: 749px) {
    #mainly > section > div > div.row.features-one-row > div:nth-child(4) > a > div > div.feature-btn-wrap.second-page {
        margin-bottom: 12px;
    }
}

/* AdminPages Styling with Telerik Control Library Overrides */

form {
    margin-bottom: 0px;
}

table {
    margin-bottom: 0px;
}

.admin-page-content {
    padding: 15px 0px 10px 0px;
}

.admin-page-content-box, .admin-page-links-box {
    padding-left: 20px;
    padding-right: 20px;
}

    .admin-page-content-box p {
        font-size: 1.5rem;
        font-weight: 400;
    }

.admin-page-smaller-text, .admin-page-smaller-text p {
    font-size: 1.2rem;
    font-weight: 200;
    margin-bottom: 5px;
}

.admin-page-wrap {
    margin-bottom: 20px;
    padding-top: 10px;
    background-color: #fff;
}

.error-message {
    color: red;
    font-weight: bold;
}

.success-message {
    color: darkgreen;
    font-weight: bold;
}

.validation-message {
    color: red;
}

.validation-message-footer {
    background-color: white;
    color: red;
    padding: 5px;
}

.dialog-window {
}

    .dialog-window p {
        font-style: normal;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2.1rem;
        letter-spacing: 0.01rem;
    }

.dialog-icon {
    max-height: 100px;
    max-width: 100px;
}

/* Telerik Overrides */

/* RadGrid */

.RadGrid_MetroTouch, .RadGrid_MetroTouch .rgMasterTable, .RadGrid_MetroTouch .rgDetailTable, .RadGrid_MetroTouch .rgGroupPanel table, .RadGrid_MetroTouch .rgCommandRow table, .RadGrid_MetroTouch .rgEditForm table, .RadGrid_MetroTouch .rgPager table {
    font: inherit !important;
}

    .RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover {
        border-color: #78bdde !important;
        background-color: #78bdde !important;
    }

    .RadGrid_MetroTouch th.rgSorted {
        background-color: #78bdde !important;
    }

@media (max-width: 850px) {
    .rgFilterRow {
        display: none;
    }
}

/* RadEditor */

.MetroTouch.RadEditor .reEditorModes a:focus, .MetroTouch.RadEditor .reEditorModes a:active, .MetroTouch.RadEditor a.reMode_selected, .MetroTouch.RadEditor a.reMode_selected:hover, .MetroTouch.reToolWrapper .reSplitButton.reTool:hover {
    background-color: #78bdde !important;
    border-color: #78bdde !important;
    color: #000;
}

.MetroTouch.reToolbar li .reTool:hover, .MetroTouch.reToolbar li .reTool_selected, .MetroTouch.reToolbar li .reTool_selected.reTool_disabled:hover {
    background-color: #78bdde !important;
}

.MetroTouch.RadEditor .reModule {
    display: none;
}

/* RadListBox */

.RadListBox .rlbItem {
    padding: 5px !important;
}

.RadListBox_MetroTouch {
    color: #222 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

    .RadListBox_MetroTouch .rlbItem.rlbSelected, .RadListBox_MetroTouch .rlbItem.rlbHovered {
        color: #222 !important;
        background: none !important;
        border: none !important;
    }

.RadListBox li {
    margin-bottom: 0px;
}

/* AJAX Toolkit Password Control Styles */

.bar-border {
    border: solid 1px #c0c0c0;
    width: 150px;
}

.bar-poor {
    background-color: #FF0000;
}

.bar-below-average {
    background-color: #FF8000;
}

.bar-average {
    background-color: #FFFF00;
}

.bar-above-average {
    background-color: #80FF00;
}

.bar-excellent {
    background-color: #00FF00;
}

.password-help {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    font-variant: normal;
    /*
        color: #3D3D3D;
        font-style: normal;
        text-transform: none;
        text-decoration: none;
        */
}

/* MEDIA QUERIES */

/* Equal height columns in slider row using nested containers */
@media (min-width: 1100px) {
    .slide-row-contain-2 {
        clear: left;
        float: left;
        width: 100%;
        overflow: hidden;
        /*background: #fff;*/
    }

    .slide-row-contain-1 {
        float: left;
        width: 100%;
        position: relative;
        right: 23.5%;
        background: #fafafa;
    }

    div.nine.columns.slider-box {
        position: relative;
        left: 23%;
    }

    div.three.columns.events-box {
        position: relative;
        left: 23.5%;
    }
}


/* TABLET • 1100px break pt */

@media (max-width: 1100px) {

    div.nine.columns.slider-box {
        width: 100%;
        margin: 0 0 0 0;
        position: relative;
    }

    div.three.columns.events-box {
        width: 100%;
        margin: 0 0 0 0;
        position: relative;
    }

    .events-box-head {
        background-color: transparent;
        font-size: 1.5rem;
        text-align: left;
        padding: 13px 0 0 0;
    }

    .events-box hr {
        margin-bottom: 8.5px;
        border-top: 1px solid #a3a5a8;
    }
}

@media (max-width: 1099px) {
    nav ul {
        font-size: 10.5px;
    }

    nav > ul > li > a {
        padding: 13px 6px 25px 6px;
    }
}

@media (max-width: 850px) {
    nav ul {
        font-size: 9px;
    }

    nav > ul > li > a {
        padding: 14px 6px 25px 6px;
    }
}


/* PHONE • 749px break pt */

@media (max-width: 749px) { /* centering headers, events listing on mobile */
    .events-box-head, .latest-news-head-box, .events-listing-wrap, .featured-boxes-head-wrap, .second-page-heading-wrap {
        text-align: center;
    }

    /*
    .icons-wrap, .login-wrap, .nav-wrap, hr:first-child {
    display: none;
    }
    */

    .icons-wrap, .login-wrap, .nav-wrap {
        display: none;
    }

    div.three.columns.events-box {
        margin-top: -1px;
    }

    .events-box-head {
        text-align: center;
    }

    .more-news-wrap {
        text-align: center;
    }

    section.feature-boxes .columns:not(:first-child) { /* adds margin above feature boxes on mobile */
        margin-top: 20px;
    }

    div.featured-boxes-head-wrap {
        margin-top: 12px;
    }

    div.one.columns.hamburger-icon-wrap {
        position: absolute;
        margin: -67px 0 0 0;
    }

    div.one.columns.search-icon-wrap {
        position: absolute;
        margin: -62px 0 0 0;
        height: 0px;
    }

    .menuBar {
        height: 0px;
    }

    .logo-main {
        /*
        width: 75%;
        height: auto;
        */
    }

    .logo-main-wrap {
        padding-top: 12px;
    }

    .header-row {
        height: 105px;
        text-align: center;
    }

    .hamburger-text {
        position: relative;
        display: block;
        margin: -14px 0 0 -3px;
    }
}

@media (max-width: 866px) { /* changes footer to one column mobile at 866 */
    footer .four.columns {
        width: 100%;
        margin-left: 0px;
    }

    footer .three.columns {
        width: 100%;
        margin-left: 0px;
    }

    div.foot-logo-wrap {
        margin: 20px auto;
    }

    footer .four.columns:nth-child(2) {
        margin-bottom: 0;
    }

    footer p, footer ul, footer li {
        text-align: left;
    }
}

/* Header Icon Fix */

.icon-fixer {
    font-size: 3.1em !important;
}

.radio-button-list {
}

    .radio-button-list label {
        display: inline;
        padding-left: 15px;
    }

    .radio-button-list td {
        border: none;
    }

/* Special Media Queries for Printing */

@media print {

    .no-print, .no-print * {
        display: none !important;
        height: 0;
    }
}

.small-bottom-margin {
    margin-bottom: 0px;
}

.fa-button {
    border: none;
    margin-bottom: 0px;
    padding: 0px;
    margin-left: 7px;
    height: 30px;
    width: 10px;
}
