.or_divider {
    width: 200px; 
    text-align: center;
    border-top: 1px solid lightblue;
    line-height: 0.1em !important;
    margin: 0 auto !important;
}

.or_divider span {
    background: #22436e; 
    padding: 0 10px; 
}

#email_input input {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px;
    margin-top: 30px;
    width: 63%;
}

#email_input .smallButton {
    float: right;
    width: auto;
    margin-top: 30px;
    margin-left: 0;
    padding: 7px 10px;
}

footer {
    margin-top: -30px;
}

#contact_widget {
    float: right;
    height: 120px;
    width: 420px;
    margin: -50px 100px 0 0;
}

.socialWidget {
    background-color: #eee;
    color: #111;
    margin-top: -1px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.socialWidget h2, .socialWidget a {
    color: #111 !important;
}

.socialWidget h2 {
    margin-top: 0 !important;
}

.newBlog {
    float: right;
    width: 49%;
    padding-left: 20px;
}

#articleList {
    float: right;
    width: 31%;
    padding-left: 20px;
}

#articleList p {
    margin: 0 !important;
    margin-bottom: 10px !important;
}

#articleList span {
    color: #999;
    white-space: nowrap;
}

#articleList a {
    text-decoration: underline;
}

#articleList a:hover {
    color: #444 !important;
}

.category_title {
    text-transform: uppercase;
    color: #999 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    margin: 0 0 !important;
}

.panel_third {
    width: 33%;
    width: calc(100%/3);
    height: 200px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 20px;
}

.tta_section {
    background-color: #eee;
    padding-top: 40px;
    margin-top: -1px;
    height: auto;
}

.tta_section h2 {
    color: dodgerblue;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
    font-weight: normal;
    margin-top: 0 !important;
}

.tta_section p {
    margin-top: 10px !important;
}

.tta_section img {
    width: 50px;
}

.twitter-timeline {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

.info_section {
    background-color: white;
    height: auto !important;
    margin-top: -20px;
}

.info_section h2 {
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: normal;
}

.info_section .h1_underline {
    width: 40%;
    border-bottom: 1px solid lightgray;
    margin: 0 auto;
    margin-top: 5px;
    text-align: right;
    float: right;
}

.info_section .text_content {
    width: 100%;
    float: right;
}

.cta_events {
    display: none;
}

.socialWidget .slideshowButton {
    color: white !important;
}

aside {
	margin-top: 10px !important;
}

@media only screen and (max-width: 1000px) {
    .contact_widget_container {
        width: 95% !important;
        min-width: 0;
    }

    #contact_widget_text {
        display: none;
    }

    #contact_widget {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 420px;
    }

    #contact_widget #email_input {
        height: 80px;
        width: 100%;
    }

    #contact_widget input {
        display: none;
    }

    #contact_widget a.smallButton {
        float: none;
        width: 75%;
        display: block;
        margin: 20px auto;
    }

    .twitter-timeline {
        display: none !important;
    }

    .newBlog {
        width: 45%;
        margin-left: 0 !important;
    }

    #articleList {
        width: 45%;
    }
}
@media only screen and (max-width: 750px) {
    .info_section h2 {
        float: none;
        width: auto;
        text-align: center;
    }

    .info_section .h1_underline {
        float: none;
    }

    .info_section .text_content {
        float: none;
        width: auto;
        text-align: center;
    }
    
    .panel_third {
        float: none;
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0;
    }
    
    #slideshow h2 {
        font-size: 16px !important;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 500px) {
	
    #contact_widget {
        height: 190px;
    }

    #contact_widget #widgetContactInfo {
        text-align: center;
    }

    #contact_widget #widgetEmail {
        float: none !important;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .socialWidget {
        display: none;
    }
}