@import url(//fonts.googleapis.com/css?family=Tangerine|Libre+Baskerville|Raleway&subset=latin,latin-ext);

/*
fade primary: EBF4FD
light primary: B8CFEA
mid primary: 4C7DB9
dark primary 2B5A94
*/

/*TYPOGRAPHY*/
body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.3em;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    overflow-y: scroll;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
sup {
    vertical-align: super;
    font-size: 50%;
}
sub {
    vertical-align: sub;
    font-size: 75%;
    display: inline-block;
}
code, var {
    font-family: monospace;
    display: inline-block;
    padding: 0 0.2em;
}
abbr {
    border-bottom: 1px dotted;
    background: none;
}
address {
    display: block;
}
table {
    width: 100%;
    border: 1px solid;
    margin: 1em 0;
}
th, tfoot td {
    font-family: 'Libre Baskerville', serif;
    font-size: 0.9em;
}
th, td {
    text-align: center;
    vertical-align: middle;
    padding: 0.25em 0.5em;
    border: 1px solid;
}
ol {
    list-style: decimal;
    margin: 1em 2em;
}
li ol {
    margin-top: 0.5em;
    list-style: upper-roman;
}
li li ol {
    list-style: lower-roman;
}
.site-page-content ul {
    margin: 1em 2em;
    list-style: disc;
}
.site-page-content li ul {
    margin-top: 0.5em;
    list-style: circle;
}
.site-page-content li li ul  {
    list-style: square;
}
q {
    display: inline-block;
    font-family: 'Libre Baskerville', sans-serif;
    font-style: italic;
    font-size: 0.9em;
}
blockquote {
    display: block;
    margin: 0.5em;
    padding: 0.5em;
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 0.9em;
}
blockquote cite {
    display: block;
    font-family: Raleway, sans-serif;
    margin-top: 0.5em;
    text-align: right;
    font-size: 0.9em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', serif;
    line-height: 1.3em;
}
.hgroup h1 {
    font-family: 'Raleway', serif;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
h5 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.7em;
}
h1 {
    font-size: 1.8em;
}
span.count-result {
    display: inline-block;
    margin-left: 0.5rem;
}
p {
    margin-bottom: 1em;
}
a {
    color: #4C7DB9;
}



/*STRUCTURE*/
* {
    box-sizing: border-box;
    position: relative;
}
body {
    background: url(images/header-blend.png) top left repeat-x #EBF4FD;
}
html, body {
    height: 100%;
}
.site-wrapper {
    /*min-height: 100%;*/
    padding-bottom: 10rem;
}
.max-width {
    max-width: 61rem;
    margin: 0 auto;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.site-page-wrapper {
    padding: 1rem 0;
    background: #fff;
}
.hgroup {
    padding: 1rem;
    text-align: center;
    position: relative;
}
.hgroup h1 {
    font-size: 2.75rem;
    line-height: 1em;
    margin-bottom: 0;
}
.hgroup p {
    margin-bottom: 0;
}
p.site-contact {
    margin-top: 0.5rem;
}
.site-contact > span {
    display: block;
    font-size: 0.8rem;
}

.site-faux-sidebar {
    display: none;
}
.site-page-content {
    padding: 0 1rem;
}



/*STYLES*/
a.site-logo {
    height: 4rem;
    display: block;
    margin: 0 auto 0.5em;
    max-width: 90%;
}
a.read-more-link {
    display: block;
    text-decoration: underline;
    margin-top: 0.5rem;
}
.site-logo img {
    height: 100%;
    max-width: 100%;
}

.error-container {
    padding: 1rem 1rem 0;
    border: 1px solid;
    margin-top: 0.25em;
}

p.site-colophon {
    position: absolute;
    bottom: 0;
    line-height: 1rem;
    padding: 1rem;
    left: 0;
    margin: 0;
    background: rgba(0,0,0,0.5);
    right: 0;
    text-align: right;
    font-size: 0.7rem;
}
p.site-colophon > span {
    display: inline-block;
    margin-left: 0.5em;
}
a.gallery-return-link {
    display: block;
    text-align: center;
    margin: 0 auto 0.5em;
    background: #4C7DB9;
    width: 9rem;
    color: #fff;
    text-decoration: none;
    line-height: 2em;
    height: 2em;
}
h2.page-title {
    margin-bottom: 1rem;
    text-align: center;
    color: #4C7DB9;
    font-size: 2.5rem;
    line-height: 1.1em;
}



aside.welcome-message-wrap {
    padding: 1rem;
    background: #EBF4FD;
    margin-bottom: 1rem;
}
h2.welcome-message-title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #00A07C;
    margin-bottom: 0.25em;
}
figure.welcome-message-thumb {
    width: 100%;
    margin: 1rem 0;
}
.welcome-message-thumb a {
    display: block;
    text-align: center;
}
.welcome-message-thumb img {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
}
.welcome-message-content {
    font-size: 0.8rem;
}
.welcome-message-content img {
    display: none;
}




/*DIALOG STYLES*/
.ui-widget-overlay {
    opacity: .3;
    filter: Alpha(Opacity=30);
}
div#su-default-dialog {
    border-radius: 0;
    border: none;
    padding: 0;
    font-family: inherit;
}
.ui-dialog .ui-dialog-titlebar {
    border-radius: 0;
    border: none;
    background: none;
    font-weight: normal;
    font-family: inherit;
    padding: 1em;
}
button.ui-button.ui-state-default {
    border: none;
    margin: 0;
    font-weight: normal;
}
button.ui-dialog-titlebar-close span.ui-button-icon-primary, .ui-dialog-titlebar .ui-button .ui-button-text {
    display: none !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    top: 1em;
    margin-top: -10px;
    right: 1em;
    font-weight: normal;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: 1em;
    border-radius: 0;
    border: none;
    outline: none;
}





/*DEFAULT FORM STYLES*/
span.label-text {
    display: inline-block;
    margin-right: 0.5em;
}
input[type="text"] {
    border: 1px solid #4C7DB9;
    font-size: 1rem;
    padding: 0.25em 0.5em;
    line-height: 2em;
    height: 2em;
    color: #4C7DB9;
    width: 100%;
}
.form-input {
    line-height: 2em;
    height: 2em;
    padding: 0.1em 0.5em 0;
    border-radius: 4px;
}
.form-checkbox {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.form-buttonpane {
    text-align: right;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 1em;
    padding: 1em 0;
}
.button {
    border: none;
    line-height: 2em;
    height: 2em;
    padding: 0.1em 0.75em 0;
    cursor: pointer;
}







/*DEFAULT NAV STYLES*/
.nav-extend-trigger p {
    line-height: 2em;
    padding: 0 1em;
    display: block;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.nav-extend-trigger p span {
    display: inline-block;
    margin-left: 0.5em;
    cursor: pointer;
}
nav.site-navigation {
    width: 100%;
    background: #4C7DB9;
}
.nav-item {
    position: relative;
    color: #fff;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.nav-item:first-child {
    border-top: none;
}
.nav-item > a {
    display: block;
    padding: 0.5em 1em 0.5em 1em;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #fff;
}
.nav-item.nav-item-parent > a {
    padding-right: 0.5rem;
}
.nav-item.nav-item-parent {
    padding-right: 2rem;
}
.nav-item > a:hover {
    background: rgba(255,255,255,0.25);
}
.nav-item > a > span.fa {
    position: absolute;
    top: 50%;
    font-size: 0.8em;
    left: 0.5rem;
    margin-top: -0.4em;
}
span.nav-child-menu-trigger {
    display: block;
    width: 2rem;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 2.25em;
    z-index: 9;
}
.nav-child-menu-trigger > .fa {
    position: absolute;
    z-index: 9;
    left: 0.5em;
    top: 0.5em;
}
ul.nav-item-children {
    display: none;
    margin: 0;
}
.nav-item-children .nav-item {
    background: rgba(0,0,0,0.25);
}
nav#content-top-menu {
    background: #4C7DB9;
    max-width: 61rem;
    margin: 0 auto;
}
nav#content-bottom-menu {
    margin: 1rem 0;
    background: #2B5A94;
    clear: both;
}
.content-top-menu {
    text-align: center;
}
.content-bottom-menu {
    text-align: center;
}

.screen-top-menu {
    margin: 0 auto;
    text-align: center;
}
.screen-bottom-menu {
    margin: 0 auto;
    text-align: center;
}



/*ARCHIVES*/
.archive-orders {
    width: 15rem;
    margin: 0 auto;
}
.archive-orders label {
    display: block;
    position: relative;
    vertical-align: top;
    overflow: visible;
    width: 100%;
    max-width: 15rem;
    height: 2em;
    margin-bottom: 0.25em;
}
.archive-orders label.archive-limit span.label-text {
    display: inline-block;
    color: #2B5A94;
    line-height: 2rem;
    width: 4rem;
    padding: 0;
}
.archive-orders label ul {
    margin: 0;
    padding: 0;
    vertical-align: top;
    list-style: none;
    height: 2em;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 15rem;
}
.archive-orders label.archive-limit ul {
    width: 7rem;
    right: 0;
    left: auto;
}
.archive-orders label ul.archive-orders-extended {
    z-index: 99;
}
.archive-orders label ul > li {
    position: relative;
    line-height: 2em;
    height: 2em;
    padding: 0 2em 0 0;
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
    background: #4C7DB9;
}
.archive-orders span:first-child {
    display: block;
    padding: 0 0 0 0.5rem;
}
.archive-orders label ul > li > .fa {
    position: absolute;
    top: 50%;
    margin-top: -0.65em;
    right: 0.5em;
    cursor: pointer;
}




.archive-paginator {
    margin-top: 1rem;
    font-size: 0.8rem;
}
.archive-paginator ul {
    text-align: center;
    margin: 0;
    list-style: none;
}
.archive-paginator li {
    text-align: center;
    color: #4C7DB9;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5em;
    height: 1.5em;
    padding: 0 0.5em;
}
.archive-paginator li.inactive {
    color: #ccc;
}
.archive-paginator li.paginator-pages {
    padding: 0;
    display: block;
    height: auto;
    margin: -0.5em 0 0;
}
.admin-page-content .archive-content .paginator-pages > ul {
    margin: 0 auto;
}
.archive-paginator li.paginator-page {
    display: inline-block;
    border-left: 1px solid #4C7DB9;
    max-width: 50%;
    padding: 0 0.5em;
}
.archive-paginator li.current-page,
.archive-paginator li.paginator-page.current-page {
    color: #ccc;
}
.archive-paginator li.paginator-page:first-of-type {
    border-left: 1px solid #fff;
}

.archive-content {
    padding-bottom: 2rem;
}
ul.archive {
    margin: 1rem 0;
    border-bottom: 1px solid #ccc;
}
ul.archive > li {
    display: block;
    padding: 0.25em;
    border: solid #ccc;
    border-width: 1px 1px 0;
    background-color: #fff;
}
ul.archive li {
    list-style: none;
    margin-bottom: 0;
}

ul.archive-item-details, ul.archive-item-params {
    font-size: 0.8em;
    margin: 0;
}
ul.archive-item-details > li, ul.archive-item-params > li {
    display: inline-block;
    padding: 0 0.25em;
}
ul.archive-item-details > li.archive-id {
    display: none;
}
ul.archive-item-details > li.archive-title {
    display: block;
    font-size: 1rem;
}
.archive-title a {
    text-decoration: none;
}
ul.archive-item-params > li.archive-status, ul.archive-item-params > li.archive-category, ul.archive-item-params > li.archive-stream, ul.archive-item-params > li.archive-author {
    display: none;
}
ul.archive-item-details li.archive-status {
    font-weight: bold;
}
li.archive-id, li.archive-status {
    text-align: center;
}
ul.archive-item-params > li {
    min-width: 50%;
}
ul.archive-item-params > li > span {
    color: #4C7DB9;
    display: inline-block;
    margin-right: 0.5em;
}




/*MASTHEAD*/
span.contact-param {
    text-transform: uppercase;
    font-size: 0.8em;
    display: inline-block;
    padding-right: 0.5em;
    font-weight: bold;
}


aside.broadcast-message-wrap.broadcast-single {
    background: #2B5A94;
    border: none;
    color: #fff;
    margin: 0;
}
.broadcast-single a {
    color: #B8CFEA;
}


.masthead-forms {
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    background: #4C7DB9;
}


.site-search {
    width: 15rem;
    margin: 0 auto 0.5em;
    overflow: hidden;
}
.site-search label {
    width: 12.5rem;
    margin-right: 0.5rem;
    display: inline-block;
    float: left;
}
.site-search input[type="text"] {
    border: 0;
}
.site-search span.label-text {
    display: none;
}
.site-search > button {
    background: #fff;
    border: 0;
    height: 2rem;
    width: 2rem;
    color: #4C7DB9;
    display: inline-block;
    float: left;
    font-size: 1rem;
    cursor: pointer;
}


div#google_translate_element {
    width: 15rem;
    margin: 0 auto;
}
.goog-te-gadget-simple {
    width: 15rem;
    font-size: 1rem;
    height: 2rem;
    line-height: 1.75rem;
    border-left: 1px solid #4C7DB9 !important;
    border-top: 1px solid #4C7DB9 !important;
    border-bottom: 1px solid #4C7DB9 !important;
    border-right: 1px solid #4C7DB9 !important;
}
.goog-te-menu-frame {
    max-width:100% !important;
}
.goog-te-menu2 {
    max-width: 100% !important;
    overflow: scroll !important;
    box-sizing:border-box !important;
    height:auto !important;
}
/*iframe styles in JQuery core*/






nav#screen-top-menu {
    clear: both;
}


/*SIDEBAR*/




/*FOOTER*/
.site-footer {
    padding: 1rem 1rem 4rem;
    margin-top: -10rem;
    min-height: 10rem;
    position: relative;
    background: #2B5A94;
    color: #4C7DB9;
}
.site-footer a {
    color: #B8CFEA;
}




/*LOGIN*/
.login-form {
    display: block;
    width: 100%;
    max-width: 12rem;
    padding: 1rem;
    border: 1px solid #eee;
    margin: 0 auto;
}
.login-label {
    display: block;
    margin-bottom: 0.5em;
}
.login-label .label-text {
    width: 8em;
}
.login-input {
    width: 100%;
    border: 1px solid;
}
.login-form .form-buttonpane {
    margin-top: 0;
    padding-top: 0;
}
.login-submit {
    background: #4C7DB9;
    color: #fff;
}




/*POST*/
p.post-meta {
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: center;
    margin-top: -1rem;
}
.post-meta > span {
    margin-left: 0.25em;
}
p.post-parent {
    font-size: 0.8rem;
    line-height: 1.2em;
    text-align: center;
    margin-top: -1em;
}
a.post-edit-link {
    display: inline-block;
    margin: 0 0.5em;
}
.page-content li {
    margin-bottom: 0.5rem;
}
figure.post-poster {
    width: 100%;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 2;
}
figure.post-poster-left,
figure.post-poster-right {
    max-width: 25rem;
}
figure.post-poster img {
    width: 100%;
    vertical-align: top;
}
figure.post-poster figcaption {
    padding: 0.5em;
    font-size: 0.8rem;
    text-align: justify;
    line-height: 1.2em;
    background: #2B5A94;
    color: #fff;
}
.page-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    float: none;
}


ul.post-image-album {
    list-style: none;
    margin: 0;
}
.post-image-album > li {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
}
.post-image-album > li > a {
    display: block;
    z-index: 1;
    position: relative;
    height: 12rem;
    overflow: hidden;
    background-color: #eee;
    text-align: center;
}
.post-image-album img {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 auto;
    cursor: pointer;
}
.post-image-album span.image-name {
    position: absolute;
    bottom: 0;
    background-color: #2B5A94;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0.25em 0.5em;
    line-height: 1.2em;
}
ul.post-image-album > li[data-poster='1'],
.single-poster-image-album {
    display: none;
}
.album ul.post-image-album > li[data-poster='1'] {
    display: block;
}

.post-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0.5em 0;
}
.post-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*RECENT NEWS*/
aside.recent-post-item, aside.broadcast-message-wrap {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    margin: 0 0 1rem;
    border: 1px solid #ccc;
}
aside.recent-post-item.recent-post-w-thumb,
aside.broadcast-message-wrap.recent-post-w-thumb {
    padding-top: 8rem;
}
.recent-news-content {
    text-align: justify;
}
figure.recent-post-thumb {
    display: block;
    overflow: hidden;
    height: 7rem;
    margin: -8rem -1rem 1rem -1rem;
}
figure.recent-post-thumb a {
    display: block;
    text-align: center;
}
figure.recent-post-thumb img {
    width: 100%;
    vertical-align: top;
    margin-top: -25%;
}
h2.recent-news-title {
    text-align: center;
    line-height: 1.05em;
}
p.recent-news-published {
    text-align: center;
    font-size: 0.7rem;
}








/*CALENDAR*/
.event-archive .archive-content {
    text-align: center;
}
label.calendar-filter {
    display: inline-block;
    margin-right: 1rem;
}
label.calendar-filter span.label-text {
    display: block;
}
label.calendar-filter select {
    background: #4C7DB9;
    color: #fff;
    border: none;
    outline: none;
    line-height: 2em;
    height: 2em;
    padding: 0 0.5em;
    width: 7rem;
}
.calendar-wrap {
    margin: 1rem auto 2rem;
    max-width: 24rem;
}
ul.calendar-header {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
ul.calendar-week {
    margin: 0;
    list-style: none;
}
li.calendar-day {
    margin: 0;
    border: solid #ccc;
    border-width: 0 0 1px;
    padding: 0.5em 0.5em 0.5em 5em;
    font-size: 0.8rem;
    position: relative;
    min-height: 3em;
}
li.calendar-day.inactive .calendar-day-params {
    background: #eee;
}
.calendar-day-params {
    position: absolute;
    width: 5em;
    top: 0.5em;
    left: 0.5em;
    color: #4C7DB9;
    font-weight: bold;
}
span.calendar-day-full {
    display: none;
}
span.calendar-day-abbr {
    display: inline-block;
    margin-right: 0.5em;
}
span.calendar-date {
    color: #B8CFEA;
}
li.calendar-day.inactive span.calendar-date {
    /*display: none;*/
}
.calendar-event {
    display: block;
    background: #EBF4FD;
    padding: 0.5em 0.5em 0.5em 1em;
    margin-top: 0.5em;
    position: relative;
    text-align: left;
}
p.calendar-event-category {
    display: none;
}
span.calendar-event-category-flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.5em;
    bottom: 0;
}
p.calendar-event-title {
    font-weight: bold;
    margin-bottom: 0.25em;
    line-height: 1.1em;
}
p.calendar-event-content {
    margin-bottom: 0;
    line-height: 1.1em;
}


.calendar-upcoming-wrap {
    background: #4C7DB9;
    position: relative;
}
.calendar-upcoming-wrap > * {
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.calendar-upcoming-wrap h3 {
    padding: 1rem;
    background: #2B5A94;
}
.calendar-upcoming-wrap > p {
    font-size: 0.7rem;
    line-height: 1.2em;
    background: #4C7DB9;
    padding: 0.5em 4rem;
}
a.full-calendar-link {
    display: block;
    font-size: 0.8rem;
    background: #fff;
    color: #4C7DB9;
    text-decoration: none;
    width: 9em;
    line-height: 2em;
    height: 2em;
}
ul.calendar-upcoming-archive {
    padding: 1rem 1rem 2rem;
}
li.calendar-upcoming-row {
    display: block;
    margin: 0;
}
li.calendar-upcoming-row:first-child {
    /*border-top: 1px dashed #fff;*/
}
li.calendar-upcoming-event {
    display: inline-block;
    background: none;
    /*border: dashed #fff;
    border-width: 0 0 1px;*/
    padding: 0.5rem;
    vertical-align: top;
}
li.calendar-upcoming-event.calendar-upcoming-event-blank {
    display: none;
}
p.calendar-upcoming-event-date {
    font-size: 0.8rem;
    margin: 0;
    color: #EBF4FD;
}
h4.calendar-upcoming-event-title {
    color: #fff;
    font-size: 0.8em;
}
.calendar-upcoming-event-content {
    font-size: 0.7rem;
    line-height: 1.1em;
}
.calendar-upcoming-event a {
    text-decoration: none;
}



.org-link {
    display: block;
    width: 250px;
    margin: 1em auto;
}



.contact-map-canvas {
    /*text-align: center;*/
}
.contact-map-canvas img {
    display: inline-block;
    /*width: 100%;*/
}
dl.contact-info {
    display: block;
    margin: 0;
}
.contact-info dt {
    font-weight: bold;
    margin-top: 0.5em;
}
.contact-info dd {
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.4em;
    display: block;
}
.site-page-content ul.contact-social {
    display: block;
    text-align: center;
    border: 1px solid #eee;
    padding: 0.5rem;
    margin: 1rem 0 0 0;
}
ul.sidebar-social {
    display: block;
    text-align: center;
    padding: 0.5rem;
    margin: 0 0 1rem 0;
    background: #ebf4fd;
}
.site-page-content ul.contact-social li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0 0.5rem;
}
ul.sidebar-social li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0 0.5rem;
}
.site-page-content ul.contact-social li a {
    display: block;
    height: 2rem;
}
ul.sidebar-social .social-facebook,
ul.contact-social .social-facebook {
    color: #3b5998;
}
ul.sidebar-social .social-twitter,
ul.contact-social .social-twitter {
    color: #1da1f2;
}


.sidebar-badges {
    margin: 0 1px 1rem;
    text-align: center;
}
.sidebar-badges > li {
    display: inline-block;
}
.sidebar-badge {
    display: block;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
}
.sidebar-badge img {
    width: 100%;
    height: 100%;
    display: block;
}


@media (min-width: 640px)
{
    .nav-extend-trigger p {
        display: none;
    }
    .screen-top-menu {
        display: block;
    }

    .nav-item {
        display: inline-block;
        border-top: none;
    }
    ul.nav-item-children {
        position: absolute;
        top: 100%;
        min-width: 13rem;
        background: #4C7DB9;
        z-index: 99;
    }
    ul.nav-item-children.edge {
        right:0;
    }
    .nav-item-children .nav-item {
        width: 100%;
    }


    .hgroup {
        text-align: left;
    }
    a.site-logo {
        margin-right: 1rem;
        float: left;
        position: relative;
        z-index: 2;
    }
    .hgroup h1 {
        text-align: left;
        position: relative;
        z-index: 1;
    }
    .hgroup p {
        text-align: left;
        position: relative;
        z-index: 1;
    }
    p.site-contact {
        text-align: center;
    }
    .site-contact > span {
        display: inline-block;
        margin: 0 0.5em 0.25em;
    }
    .site-contact > span:first-child {
        margin: 0 0.5em 0.25em 0;
    }



    .masthead-forms > form {
        display: inline-block;
        margin: 0 1rem 0 0;
    }
    div#google_translate_element {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }


    .archive-orders {
        width: 100%;
        text-align: center;
    }
    .archive-orders label {
        display: inline-block;
        margin-right: 1rem;
        width: 10rem;
        text-align: left;
    }
    .archive-orders label.archive-limit ul {
        width: 5rem;
    }



    aside.recent-post-item {
        display: inline-block;
        width: 48%;
        margin: 0 2% 1% 0;
        vertical-align: top;
    }

    ul.post-image-album {
        margin: 0 0 0 -0.5rem;
        text-align: center;
    }
    ul.post-image-album > li {
        display: inline-block;
        margin-left: 0.5em;
        width: 6.5rem;
    }
    .post-image-album > li > a {
        height: 6rem;
    }

    .archive-paginator li.paginator-pages {
        display: inline-block;
    }

}

@media (min-width: 760px)
{
    .masthead-forms {
        padding: 1rem;
        text-align: right;
        position: relative;
    }



    .archive-header {
        margin-top: 1rem;
        display: table;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .archive-header li {
        display: table-cell;
        line-height: 2em;
        height: 2em;
        padding: 0 0.5em;
    }
    .no-archive-results {
        padding: 1rem 0;
        color: #ccc;
        text-align: center;
    }

    ul.archive {
        border-bottom: none;
    }
    ul.archive > li {
        border-width: 0 0 1px;
        background-color: #fff;
    }
    ul.archive-item-details, ul.archive-item-params {
        display: table;
        width: 100%;
    }
    ul.archive-item-details {
        font-size: 0.8em;
    }
    ul.archive-item-params {
        font-size: 0.7rem;
        padding-left: 3rem;
    }
    ul.archive-item-details > li.archive-id,
    ul.archive-item-details > li.archive-title,
    ul.archive-item-details > li.archive-status {
        display: table-cell;
    }
    ul.archive-item-params > li.archive-status, ul.archive-item-params > li.archive-category, ul.archive-item-params > li.archive-stream, ul.archive-item-params > li.archive-author {
        display: table-cell;
    }
    li.archive-id {
        width: 3rem;
    }
    li.archive-status {
        width: 6rem;
    }
    ul.archive-item-params > li {
        width: 25%;
        min-width: 25%;
        display: table-cell;
    }

    .calendar-upcoming-row ul {
        overflow: hidden;
    }
    li.calendar-upcoming-event {
        display: inline-block;
        width: 50%;
        float: left;
    }

}

@media (min-width: 800px)
{

    .site-header-inner {
        max-width: 61rem;
        margin: 0 auto;
    }
    .hgroup {
        max-width: 45rem;
    }
    .carousel-wrap {
        margin: 0 auto;
        border-top: 2px solid #2B5A94;
        background: #4c7db9;
    }

    p.site-contact {
        text-align: left;
    }


    .site-faux-sidebar {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 25%;
        z-index: 0;
        right: 0;
        display: block;
        border-left: 1px solid #eee;
    }
    .site-page-with-sidebar {
        width: 75%;
        float: left;
    }
    .site-sidebar {
        float: right;
        width: 25%;
        z-index: 1;
        padding: 0 1rem 2rem;
    }
    .sidebar-menu .nav-item {
        display: block;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .sidebar-menu ul.nav-item-children {
        min-width: 100%;
        top: calc(100% + 1px);
        -webkit-transform: translate3d(0,0,0);
    }


    nav#content-bottom-menu {
        background: #ABCBEA;
        padding: 1rem;
        margin: 1rem 0 -1rem 0;
        width: auto;
    }
    .content-bottom-menu li.nav-item {
        background: #2B5A94;
        margin: 0 0 0.25rem 0.5rem;
    }
    .content-bottom-menu ul.nav-item-children li.nav-item {
        background: #789DCA;
        margin: 0;
    }
    .content-bottom-menu li.nav-item:first-child {
        margin-left: 0;
    }
    .content-bottom-menu li.nav-item:last-child {
        margin-bottom: 0;
    }


    .calendar-upcoming-wrap h3 {
        text-align: left;
        line-height: 1.2em;
        padding: 0.5rem 1rem 0;
    }
    .calendar-upcoming-wrap > p {
        background: #2b5a94;
        text-align: left;
        padding: 0 1rem 0.5rem;
    }
    .calendar-upcoming-wrap > a {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    ul.calendar-upcoming-archive {
        padding: 0 1rem 1rem;
        background: #2b5a94;
    }
    li.calendar-upcoming-row:first-child {
        border: none;
    }
    .calendar-upcoming-row ul {
        display: table;
        width: 100%;
        border-bottom: none;
    }
    li.calendar-upcoming-event {
        display: table-cell;
        padding: 0;
        border: solid #2B5A94;
        border-width: 0.5rem 0.5rem 0 0;
        background: #4C7DB9;
        font-size: 0.8rem;
        width: auto;
        float: none;
        vertical-align: top;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
    }
    li.calendar-upcoming-event:last-child {
        border-width: 0.5rem 0 0 0;
    }
    .calendar-upcoming-row:first-of-type li.calendar-upcoming-event {
        border-top: 0;
    }
    li.calendar-upcoming-event.calendar-upcoming-event-blank {
        display: table-cell;
        width: 14%;
    }
    p.calendar-upcoming-event-date {
        font-size: 0.6rem;
        line-height: 1em;
        padding: 0.5em 1em 0;
    }
    h4.calendar-upcoming-event-title {
        padding: 0 0.5rem;
        font-size: 0.8rem;
        line-height: 1.2em;
        font-family: inherit;
    }
    .calendar-upcoming-event-content {
        padding: 0.5em 0.75em;
    }


    .calendar-wrap {
        max-width: 100%;
    }
    ul.calendar-header {
        display: block;
    }
    span.calendar-day-abbr {
        display: none;
    }
    span.calendar-day-full {
        display: block;
    }
    ul.calendar-header li {
        display: inline-block;
        width: calc(100% / 7);
        background: #4C7DB9;
        color: #fff;
        padding: 1rem;
        margin-bottom: 0;
    }
    .calendar-body {
        border: 1px solid #ccc;
        width: 100%;
        border-top: 0;
        border-bottom: 0;
    }
    ul.calendar-week {
        border-bottom: 1px solid #ccc;
    }
    li.calendar-day {
        display: inline-block;
        width: calc(100% / 7);
        vertical-align: top;
        padding: 0.5em;
        border: none;
        min-height: calc(8em - 4px);
    }
    .calendar-day-params {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
    .calendar-day-params span.calendar-day-full {
        display: none;
    }
    .calendar-events {
        min-height: 4rem;
    }

    ul.post-image-album {
        text-align: left;
    }

}

@media (min-width: 1024px)
{
    .site-page-content {
        padding: 0 3rem 7rem 1rem;
        /*min-height: 25rem;*/
    }
    .site-sidebar-content {
        padding: 0 0 1rem 0;
    }
    .site-footer-content {
        padding: 2rem 3rem 1rem 0;
    }
    h2.page-title {
        text-align: left;
    }
    p.post-meta {
        text-align: left;
    }
    p.post-parent {
        text-align: left;
    }



    figure.post-poster-left, figure.post-poster-right {
        max-width: 18rem;
    }
    figure.post-poster-left {
        margin-right:1rem;
        float: left;
    }
    figure.post-poster-right {
        margin-left:1rem;
        float: right;
    }

}

@media (min-width: 1200px)
{
    aside.broadcast-message-wrap.broadcast-single {
        width: 100%;
        clear: both;
    }
    .hgroup {
        display: inline-block;
        padding-left: 0;
        min-width: 45rem;
    }
    .masthead-forms {
        display: inline-block;
        float: right;
        background: none;
        width: 16rem;
        padding-right: 0;
    }
    .masthead-forms > form {
        display: block;
        margin: 0 0 0.25em 0;
    }
    .site-search input[type="text"] {
        border: 1px solid;
    }
    .site-search > button {
        background: #4C7DB9;
        color: #fff;
    }
}