body, p, h1, h2, h3, h4, h5, h6, span, a {
    font-family: "Helvetica", "Arial", sans-serif;
}

input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

#logo img {
    max-height: 50px;
}

#topbar {
    height: 55px;
    background: #0064b1 !important;
    border-bottom: 0 !important;
}

#topbar-inner img {
    width: 100%;
    max-width: 400px;
    margin-left: 40px;
}

#sheader {
    margin-top: 15px;
}

#header-full {
    background: #fff;
}

.column-text {
    font-size: 14px;
}

li.menu-main-search .searchform input[type="search"] {
    background: #e7f6fd !important;
    color: #333 !important;
}

#site-title a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.theme-default .nivo-controlNav {
    border-radius: 0;
}

.sidey .widget-title {
    border-radius: 0;
}

#footer a {
    color: #0064b1 !important;
    text-decoration: underline;
}

#footer-widget-area img {
    max-width: 100%;
}

#footer .widget-title {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#footer .widget-area li div {
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}

a.continue-reading-link, #cryout_ajax_more_trigger {
    border-radius: 0;
    border: 0;
    display: none;
}

.entry-title a {
    color: #0064b1 !important;
}

.entry-content a {
    text-decoration: underline;
}

a:link, a:visited, .widget-area a:link, .widget-area a:visited {
    text-decoration: underline;
}
    
.entry-meta span a, .comments-link a, .entry-meta {
    color: #696969;
}

.wp-block-image .aligncenter img {
    margin: 0 auto !important;
    display: block;
}

.wp-block-image .aligncenter figcaption {
    display: table !important;
    margin: 0 auto !important;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}

figcaption {
    display: block !important;
}

.aligncenter {
    text-align: center;
}

/** Style for WPCF plugin **/
#wpcf form label {
    display: block;
}

#wpcf form input[type="text"], #wpcf form input[type="password"], #wpcf form input[type="email"], #wpcf form textarea, #wpcf form select, #wpcf form input[type="color"], #wpcf form input[type="date"], #wpcf form input[type="datetime"], #wpcf form input[type="datetime-local"], #wpcf form input[type="month"], #wpcf form input[type="number"], #wpcf form input[type="range"], #wpcf form input[type="search"], #wpcf form input[type="tel"], #wpcf form input[type="time"], #wpcf form input[type="url"], #wpcf form input[type="week"] {
    width: 80%;
}

#wpcf form p.button {
    background: #fff;
}

/**
   * 09/24/2020 UTA LY MOD INC0091074
   * Add Play and Pause Button
*/
.nivo-startstopNav {
    text-align: center;
    position: relative;
    top: -50px;
    z-index: 10;
}
.nivo-startstopNav .material-icons {
    font-size: 24px;
    background: #fff;
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0px 0 6px rgba(0, 0, 0, 0.4);
}
/** End UTA LY MOD **/

@media (min-width: 1196px) { 
    #topbar-inner img {
        margin-left: 0;
    }
    #site-title {
        margin-left: 0;
    }
    #header-container > div {
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    #header-container > div {
        margin: 40px 0 40px 14px;
    }
    #topbar-inner img {
        margin-left: 21px;
    }
    #access .menu-header, div.menu {
        margin: 0 5px 0 12px;
    }
}

@media screen and (max-width: 630px) { 
    .slider-wrapper {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width: 630px) {
    #topbar-inner img {
        width: 80%;
    }
}

@media screen and (max-width: 460px) {
    #topbar {
        height: 45px;
    }
}