/*!
Theme Name: Mary Our Queen
Theme URI: http://underscores.me/
Author: Diocesan
Author URI: http://diocesan.com
Description: Custom WordPress theme based on _s
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

St. Edward on the Lake is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500");

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #282C6F;
    font-weight: 500;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
    text-align: center;
}

h2:after {
    content: '';
    border-bottom: 1px solid #EFCD41;
    max-width: 350px;
    display: block;
    width: 90%;
    margin: 0 auto;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

strong,
b {
    font-weight: 500;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid #282C6F;
    border-radius: 1px;
    line-height: 1;
    padding: 15px 25px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #282C6F;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
    text-align: center;
}

button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    color: #282C6F;
    background: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #0b4462;
}

a:visited {
    color: #0b4462;
}

a:hover,
a:focus,
a:active {
    color: #0b4462;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    display: inline-block;
    float: right;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-image: url("images/sub_menu.png");
    background-repeat: no-repeat;
    background-size: 32px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li {
    line-height: 1.5;
    padding: 0;
}

.main-navigation ul ul li a {
    padding: 5px 10px;
    color: #fff;
    -webkit-transition: .15s all;
    transition: .15s all;
}

.main-navigation ul ul li a:hover {
    background: #282C6F;
    color: #fff;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
    line-height: 100px;
    padding: 0 15px;
    -webkit-transition: .15s all;
    transition: .15s all;
}

.main-navigation li.menu-item-has-children:hover>a,
.main-navigation li.menu-item-has-children.focus>a {
    background-image: url("images/sub_menu.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center calc(100% + 1px);
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.menu-main-container {
    display: inline-block;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1em auto;
    width: 90%;
    max-width: 1200px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.visual-editor-row .two-column {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.visual-editor-row .two-column .column {
    width: 47.5%;
}

.visual-editor-row .one-column .column {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.googlemap {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.yellow-separator {
    background-image: url("images/background-texture.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 30px 0;
    margin: 30px 0;
}

.yellow-separator:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #EFCD41;
    opacity: .8;
    z-index: 0;
}

.yellow-separator .iconography-wrapper {
    position: relative;
    z-index: 1;
    width: 95%;
    max-width: 750px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yellow-separator .iconography-wrapper img.left-arrow,
.yellow-separator .iconography-wrapper img.right-arrow {
    width: calc( 50% - 35px);
}

.yellow-separator .iconography-wrapper img.center-plus {
    max-width: 35px;
    margin: 0 15px;
}

.blue-row {
    background-image: url("images/background-texture.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 20px 0;
    margin: 20px 0;
}

.blue-row:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #282C6F;
    opacity: .85;
    z-index: 0;
}

.blue-row .blue-content-wrapper {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #fff;
}

.blue-row .blue-content-wrapper h1,
.blue-row .blue-content-wrapper h2,
.blue-row .blue-content-wrapper h3,
.blue-row .blue-content-wrapper h4,
.blue-row .blue-content-wrapper h5,
.blue-row .blue-content-wrapper h6,
.blue-row .blue-content-wrapper p,
.blue-row .blue-content-wrapper li {
    color: #fff;
}

.archive .entry-content {
    margin-top: 0 !important;
}

nav.post-navigation {
    font-size: 20px;
    font-weight: 500;
}

nav.post-navigation .nav-links {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
}

nav.post-navigation .nav-previous a {
    text-decoration: none;
    display: block;
}

nav.post-navigation .nav-previous a:before {
    content: 'Previous:';
    color: #555;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

nav.post-navigation .nav-next a {
    text-decoration: none;
    display: block;
}

nav.post-navigation .nav-next a:before {
    content: 'Next:';
    color: #555;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.bulletins-tabs .tab-pane img {
    max-width: 300px !important;
}

.bulletins-tabs ul {
    margin-left: 0 !important;
}

footer.entry-footer {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
}

.embed-container iframe {
    position: relative !important;
    width: 100vw !important;
    min-height: 1300px;
    margin: 0 -50vw 0;
    left: 50% !important;
    right: 50%;
    max-width: none;
}

body.home header.entry-header {
    height: calc(100vh - 236px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

body.home h1.welcome {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0;
    padding: 0;
    top: auto;
}

body.home.admin-bar header.entry-header {
    height: calc(100vh - 268px);
}

body.home .scroll-arrow {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 25px);
    cursor: pointer;
    display: block;
    z-index: 2;
    width: 47px;
    height: 47px;
    padding: 9px 5px 5px 5px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-transition: .15s all;
    transition: .15s all;
}

body.home .scroll-arrow img {
    width: 100%;
}

body.home .scroll-arrow:hover {
    bottom: 10px;
}

body.home .scroll-anchor {
    display: none;
}

body.home .mass-times {
    width: 100%;
    background: #EFCD41;
    color: #282C6F;
    clear: both;
}

body.home .mass-times .times-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .mass-times .times-wrapper .mass-times-heading {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 30px;
    margin-right: 50px;
    border-right: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.home .mass-times .times-wrapper .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .mass-times .times-wrapper .list-wrapper .label {
    font-weight: 300;
    font-size: 13px;
}

body.home .mass-times .times-wrapper .list-wrapper .weekend-times {
    margin-right: 50px;
}

body.home .mass-times .times-wrapper .list-wrapper .daily-times .daily-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .mass-times .times-wrapper .list-wrapper .daily-times .daily-list .mass-day {
    margin-right: 30px;
}

body.home .mass-times .times-wrapper .list-wrapper .daily-times .daily-list .time {
    display: block;
}

body.home .welcome {
    position: relative;
    border-bottom: 1px solid #282C6F;
    border-top: 10px solid #282C6F;
    padding-bottom: 20px;
    margin-top: 5px;
}

body.home .welcome .welcome-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: calc(100vw * .3);
}

body.home .welcome .welcome-wrapper .wysiwyg {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
}

body.home .welcome .welcome-wrapper .wysiwyg h1,
body.home .welcome .welcome-wrapper .wysiwyg h2,
body.home .welcome .welcome-wrapper .wysiwyg h3,
body.home .welcome .welcome-wrapper .wysiwyg h4,
body.home .welcome .welcome-wrapper .wysiwyg h5,
body.home .welcome .welcome-wrapper .wysiwyg h6 {
    text-align: left;
}

body.home .welcome .welcome-wrapper .wysiwyg h1:after,
body.home .welcome .welcome-wrapper .wysiwyg h2:after,
body.home .welcome .welcome-wrapper .wysiwyg h3:after,
body.home .welcome .welcome-wrapper .wysiwyg h4:after,
body.home .welcome .welcome-wrapper .wysiwyg h5:after,
body.home .welcome .welcome-wrapper .wysiwyg h6:after {
    display: none;
}

body.home .welcome .welcome-wrapper a.featured-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    margin-bottom: 20px;
    margin-top: 10px;
}

body.home .welcome .welcome-wrapper a.featured-content .link-text {
    text-align: center;
    background: rgba(40, 44, 111, 0.75);
    -webkit-transition: .15s all;
    transition: .15s all;
    border: 2px solid #fff;
    padding: 20px;
}

body.home .welcome .welcome-wrapper a.featured-content .link-text .link-title {
    font-size: 28px;
}

body.home .welcome .welcome-wrapper a.featured-content .link-text .link-description {
    font-size: 16px;
    font-weight: 300;
}

body.home .welcome .welcome-wrapper a.featured-content:hover .link-text {
    background: rgba(40, 44, 111, 0.9);
}

body.home .pastors-message {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

body.home .featured-items {
    width: 100%;
    background: #282C6F;
    clear: both;
    display: block;
    border-bottom: 7px solid #4560A9;
}

body.home .featured-items .featured-items-wrap {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .featured-items .featured-items-wrap a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px 10px 15px 10px;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
}

body.home .featured-items .featured-items-wrap a .image-container {
    display: block;
    width: 45px;
    height: 75px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.home .featured-items .featured-items-wrap a .image-container img {
    width: 100%;
}

body.home .featured-items .featured-items-wrap a:nth-child(3) .image-container {
    width: 60px;
}

body.home .featured-items .featured-items-wrap a .link-title {
    color: #EFCD41;
    text-transform: uppercase;
    font-size: 20px;
}

body.home .featured-items .featured-items-wrap a .link-description {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

body.home .featured-items .featured-items-wrap a:hover {
    background: #4560A9;
}

body.home .media-calendar {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .media-calendar .featured-video {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body.home .media-calendar .video-links {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 85px 40px 0 40px;
}

body.home .media-calendar .video-links a {
    display: block;
    text-decoration: none;
    color: #282C6F;
    margin: 10px 0;
    font-size: 20px;
}

body.home .media-calendar .home-calendar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 30%;
}

body.home .media-calendar .home-calendar .simcal-calendar {
    margin: 0 !important;
}

body.home .media-calendar .home-calendar .simcal-calendar>p.simcal-align-right {
    display: none;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events {
    margin: 0 !important;
    padding: 0 !important;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events li.simcal-event {
    margin: 0 !important;
    padding: 0 !important;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events li.simcal-event .date {
    display: block;
    font-size: 18px;
    text-align: right;
    color: #282C6F;
    width: 50px;
    float: left;
    font-weight: 500;
    margin: 0 15px 15px 0;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events li.simcal-event .event-title {
    padding-top: 5px;
    font-size: 16px;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events li.simcal-event .event-title a {
    color: #282C6F;
    text-decoration: none;
}

body.home .partner-links {
    background: #282C6F;
}

body.home .partner-links .partner-links-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.home .partner-links .partner-links-wrapper a {
    text-decoration: none;
    color: #EFCD41;
    font-weight: 300;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
}

body.home .partner-links .partner-links-wrapper a .image-container {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.home .partner-links .partner-links-wrapper a .image-container img {
    max-width: 90px;
    max-height: 45px;
    width: auto;
    height: auto;
}

body.home #bulletins .bulletins-wrapper {
    width: 95%;
    max-width: 850px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover {
    width: 70%;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover a {
    text-decoration: none;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10px;
    max-height: 230px;
    overflow: hidden;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper img.dpi_bulletin_cover {
    display: block;
    max-width: 250px;
    margin: 5px 25px 0 5px;
    -webkit-box-shadow: 0px 0px 7px #333;
    box-shadow: 0px 0px 7px #333;
    -webkit-transition: .2s all;
    transition: .2s all;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper:hover img.dpi_bulletin_cover {
    margin-top: -5px;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper .dpi_bulletin_cover_date a {
    font-size: 25px;
    font-weight: 600;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper .dpi_bulletin_cover_date a:before {
    content: 'Current Bulletin';
    color: #333;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper .dpi_bulletin_cover_date a:after {
    content: 'Download';
    font-size: 14px;
    color: #333;
    font-style: italic;
    display: block;
    font-weight: 500;
}

body.home #bulletins .bulletins-wrapper .bulletin-list {
    width: 30%;
    text-align: center;
}

body.home #bulletins .bulletins-wrapper .bulletin-list a {
    font-size: 20px;
    text-decoration: none;
    margin: 4px 0;
    display: block;
}

body.home #bulletins .bulletins-wrapper .bulletin-list:before {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
    text-align: center;
    content: 'Previous Bulletins';
    display: block;
}

header.site-header {
    height: 100px;
    width: 100%;
    margin: 0 auto -100px auto;
    position: relative;
    z-index: 3;
    background: #4560A9;
    background: rgba(69, 96, 169, 0.95);
}

header.site-header:before,
header.site-header:after {
    display: none;
}

header.site-header .header-wrap {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.entry-header,
header.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    height: 23vw;
}

header.entry-header.no-thumbnail,
header.page-header.no-thumbnail {
    height: 220px;
}

header.entry-header:after,
header.page-header:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    background: #333;
}

header.entry-header.no_overlay:after,
header.page-header.no_overlay:after {
    opacity: 0;
}

header.entry-header.gradient:after,
header.page-header.gradient:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(40, 44, 111, 0)), color-stop(80%, rgba(40, 44, 111, 0.8)));
    background: linear-gradient(0deg, rgba(40, 44, 111, 0) 20%, rgba(40, 44, 111, 0.8) 80%);
}

header.entry-header h1,
header.page-header h1 {
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 800px;
    color: #fff;
    position: absolute;
    line-height: 40px;
    top: calc(70% - 20px);
    margin-left: calc(50% - 400px);
    z-index: 4;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1px;
}

header.entry-header.no-thumbnail:after,
header.page-header.no-thumbnail:after {
    opacity: 0;
}

header.entry-header.no-thumbnail h1,
header.page-header.no-thumbnail h1 {
    color: #282C6F;
}

.archive header.entry-header {
    height: auto;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.archive header.entry-header h2 {
    margin-bottom: 0;
}

.archive header.entry-header a {
    text-decoration: none;
}

.archive header.entry-header:after {
    content: '';
    display: none;
    position: relative;
}

.header-bar {
    background: #282C6F;
    display: block;
    clear: both;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    z-index: 4;
}

.header-bar .social-links {
    font-size: 20px;
}

.header-bar .social-links a {
    margin: 0 2px;
}

.header-bar .header-bar-wrap {
    padding: 0;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bar a {
    color: #fff;
    text-decoration: none;
}

.header-bar a.button {
    text-decoration: none;
    border: 1px solid;
    padding: 0 7px;
}

.header-bar .header-search {
    -webkit-transition: .15s all;
    transition: .15s all;
    display: inline-block;
    position: relative;
}

.header-bar .header-search .toggle {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
}

.header-bar .header-search .toggle:hover {
    opacity: .8;
}

.header-bar .header-search img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-bar .header-search .search-form {
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s all;
    transition: .2s all;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.header-bar .header-search .search-form input.search-field {
    background: #fff;
    border: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}

.header-bar .header-search .search-form input.search-field:focus {
    outline: 0;
}

.header-bar .header-search .search-form .search-submit {
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    height: 50px;
    width: 110px;
    padding: 2px 20px;
    -webkit-transition: .15s all;
    transition: .15s all;
    cursor: pointer;
}

.header-bar .header-search .search-form .search-submit:hover {
    background: #4560A9;
    color: #282C6F;
}

.header-bar .header-search.open .search-form {
    max-height: 200%;
}

.site-branding {
    display: inline-block;
    float: left;
}

.site-branding:before {
    display: none;
}

.site-branding a {
    display: block;
    width: 260px;
    height: 100px;
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    background-size: 260px;
    background-position: center center;
}

.site-branding a h1 {
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}

.home header.site-header {
    background: transparent;
}

@media screen and (max-width: 768px) {
    header.site-header {
        background: #4560A9;
        background: rgba(69, 96, 169, 0.95);
    }
}

body.home header.entry-header {
    height: calc(100vh - 236px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

body.home h1.welcome {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0;
    padding: 0;
    top: auto;
}

body.home.admin-bar header.entry-header {
    height: calc(100vh - 268px);
}

body.home .scroll-arrow {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 25px);
    cursor: pointer;
    display: block;
    z-index: 2;
    width: 47px;
    height: 47px;
    padding: 9px 5px 5px 5px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-transition: .15s all;
    transition: .15s all;
}

body.home .scroll-arrow img {
    width: 100%;
}

body.home .scroll-arrow:hover {
    bottom: 10px;
}

body.home .scroll-anchor {
    display: none;
}

body.home .mass-times {
    width: 100%;
    background: #EFCD41;
    color: #282C6F;
    clear: both;
}

body.home .mass-times .times-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .mass-times .times-wrapper .mass-times-heading {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 30px;
    margin-right: 50px;
    border-right: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.home .mass-times .times-wrapper .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .mass-times .times-wrapper .list-wrapper .label {
    font-weight: 300;
    font-size: 13px;
}

body.home .mass-times .times-wrapper .list-wrapper .weekend-times {
    margin-right: 50px;
}

body.home .mass-times .times-wrapper .list-wrapper .daily-times .daily-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .mass-times .times-wrapper .list-wrapper .daily-times .daily-list .mass-day {
    margin-right: 30px;
}

body.home .mass-times .times-wrapper .list-wrapper .daily-times .daily-list .time {
    display: block;
}

body.home .welcome {
    position: relative;
    border-top: 0px solid #282C6F;
    padding-bottom: 20px;
    margin-top: 5px;
}

body.home .welcome .welcome-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: calc(100vw * .3);
}

body.home .welcome .welcome-wrapper .wysiwyg {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
}

body.home .welcome .welcome-wrapper .wysiwyg h1,
body.home .welcome .welcome-wrapper .wysiwyg h2,
body.home .welcome .welcome-wrapper .wysiwyg h3,
body.home .welcome .welcome-wrapper .wysiwyg h4,
body.home .welcome .welcome-wrapper .wysiwyg h5,
body.home .welcome .welcome-wrapper .wysiwyg h6 {
    text-align: left;
}

body.home .welcome .welcome-wrapper .wysiwyg h1:after,
body.home .welcome .welcome-wrapper .wysiwyg h2:after,
body.home .welcome .welcome-wrapper .wysiwyg h3:after,
body.home .welcome .welcome-wrapper .wysiwyg h4:after,
body.home .welcome .welcome-wrapper .wysiwyg h5:after,
body.home .welcome .welcome-wrapper .wysiwyg h6:after {
    display: none;
}

body.home .welcome .welcome-wrapper a.featured-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    margin-bottom: 20px;
    margin-top: 10px;
}

body.home .welcome .welcome-wrapper a.featured-content .link-text {
    text-align: center;
    background: rgba(40, 44, 111, 0.75);
    -webkit-transition: .15s all;
    transition: .15s all;
    border: 2px solid #fff;
    padding: 20px;
}

body.home .welcome .welcome-wrapper a.featured-content .link-text .link-title {
    font-size: 28px;
}

body.home .welcome .welcome-wrapper a.featured-content .link-text .link-description {
    font-size: 16px;
    font-weight: 300;
}

body.home .welcome .welcome-wrapper a.featured-content:hover .link-text {
    background: rgba(40, 44, 111, 0.9);
}

body.home .pastors-message {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

body.home .featured-items {
    width: 100%;
    background: #282C6F;
    clear: both;
    display: block;
    border-bottom: 7px solid #4560A9;
}

body.home .featured-items .featured-items-wrap {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .featured-items .featured-items-wrap a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px 10px 15px 10px;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
}

body.home .featured-items .featured-items-wrap a .image-container {
    display: block;
    width: 45px;
    height: 75px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.home .featured-items .featured-items-wrap a .image-container img {
    width: 100%;
}

body.home .featured-items .featured-items-wrap a:nth-child(3) .image-container {
    width: 60px;
}

body.home .featured-items .featured-items-wrap a .link-title {
    color: #EFCD41;
    text-transform: uppercase;
    font-size: 20px;
}

body.home .featured-items .featured-items-wrap a .link-description {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

body.home .featured-items .featured-items-wrap a:hover {
    background: #4560A9;
}

body.home .media-calendar {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home .media-calendar .featured-video {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body.home .media-calendar .video-links {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 85px 40px 0 40px;
}

body.home .media-calendar .video-links a {
    display: block;
    text-decoration: none;
    color: #282C6F;
    margin: 10px 0;
    font-size: 20px;
}

body.home .media-calendar .home-calendar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 30%;
}

body.home .media-calendar .home-calendar .simcal-calendar {
    margin: 0 !important;
}

body.home .media-calendar .home-calendar .simcal-calendar>p.simcal-align-right {
    display: none;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events {
    margin: 0 !important;
    padding: 0 !important;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events li.simcal-event {
    margin: 0 !important;
    padding: 0 !important;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events li.simcal-event .date {
    display: block;
    font-size: 18px;
    text-align: right;
    color: #282C6F;
    width: 50px;
    float: left;
    font-weight: 500;
    margin: 0 15px 15px 0;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events li.simcal-event .event-title {
    padding-top: 5px;
    font-size: 16px;
}

body.home .media-calendar .home-calendar .simcal-calendar ul.simcal-events li.simcal-event .event-title a {
    color: #282C6F;
    text-decoration: none;
}

body.home .partner-links {
    background: #282C6F;
}

body.home .partner-links .partner-links-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.home .partner-links .partner-links-wrapper a {
    text-decoration: none;
    color: #EFCD41;
    font-weight: 300;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
}

body.home .partner-links .partner-links-wrapper a .image-container {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.home .partner-links .partner-links-wrapper a .image-container img {
    max-width: 90px;
    max-height: 45px;
    width: auto;
    height: auto;
}

body.home #bulletins .bulletins-wrapper {
    width: 95%;
    max-width: 850px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover {
    width: 70%;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover a {
    text-decoration: none;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10px;
    max-height: 230px;
    overflow: hidden;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper img.dpi_bulletin_cover {
    display: block;
    max-width: 250px;
    margin: 5px 25px 0 5px;
    -webkit-box-shadow: 0px 0px 7px #333;
    box-shadow: 0px 0px 7px #333;
    -webkit-transition: .2s all;
    transition: .2s all;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper:hover img.dpi_bulletin_cover {
    margin-top: -5px;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper .dpi_bulletin_cover_date a {
    font-size: 25px;
    font-weight: 600;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper .dpi_bulletin_cover_date a:before {
    content: 'Current Bulletin';
    color: #333;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper .dpi_bulletin_cover_date a:after {
    content: 'Download';
    font-size: 14px;
    color: #333;
    font-style: italic;
    display: block;
    font-weight: 500;
}

body.home #bulletins .bulletins-wrapper .bulletin-list {
    width: 30%;
    text-align: center;
}

body.home #bulletins .bulletins-wrapper .bulletin-list a {
    font-size: 20px;
    text-decoration: none;
    margin: 4px 0;
    display: block;
}

body.home #bulletins .bulletins-wrapper .bulletin-list:before {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
    text-align: center;
    content: 'Previous Bulletins';
    display: block;
}

.page-template-page-accordion .ui-accordion .ui-accordion-content {
    border: none;
    position: relative;
    background: #4560A9;
    line-height: 1.6;
    margin-bottom: 30px;
}

.page-template-page-accordion .ui-accordion .ui-accordion-content #vsel h4.vsel-meta-title a {
    color: #fff;
}

.page-template-page-accordion .ui-accordion .ui-accordion-content p,
.page-template-page-accordion .ui-accordion .ui-accordion-content li {
    font-family: "Roboto", sans-serif;
}

.page-template-page-accordion .ui-accordion .ui-accordion-content h1,
.page-template-page-accordion .ui-accordion .ui-accordion-content h2,
.page-template-page-accordion .ui-accordion .ui-accordion-content h3,
.page-template-page-accordion .ui-accordion .ui-accordion-content h4,
.page-template-page-accordion .ui-accordion .ui-accordion-content h5,
.page-template-page-accordion .ui-accordion .ui-accordion-content h6 {
    font-family: "Roboto", sans-serif;
}

.page-template-page-accordion .ui-accordion .ui-accordion-content a {
    color: #fff;
}

.page-template-page-accordion .ui-accordion .ui-accordion-content .container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-template-page-accordion .ui-accordion .ui-accordion-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #856841;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(133, 104, 65, 0)), to(#2f4173));
    background: linear-gradient(0deg, rgba(133, 104, 65, 0) 0%, #2f4173 100%);
}

.page-template-page-accordion .ui-accordion .ui-accordion-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #856841;
    background: -webkit-gradient(linear, left bottom, left top, from(#2f4173), to(rgba(133, 104, 65, 0)));
    background: linear-gradient(0deg, #2f4173 0%, rgba(133, 104, 65, 0) 100%);
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset.ui-helper-reset .inner-accordion-content:before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(182, 115, 92, 0.25)), to(rgba(0, 212, 255, 0)));
    background: linear-gradient(180deg, rgba(182, 115, 92, 0.25) 0%, rgba(0, 212, 255, 0) 100%);
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset.ui-helper-reset .inner-accordion-content:after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(182, 115, 92, 0.25)), to(rgba(0, 212, 255, 0)));
    background: linear-gradient(0deg, rgba(182, 115, 92, 0.25) 0%, rgba(0, 212, 255, 0) 100%);
}

.accordion.ui-accordion.ui-widget.ui-helper-reset h2.ui-accordion-header {
    font-size: 2.0rem;
    background: none;
    border: none;
    color: #282C6F;
    margin-bottom: 40px;
    padding: .5rem 0 !important;
    display: block;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.accordion.ui-accordion.ui-widget.ui-helper-reset h2.ui-accordion-header:after {
    content: none;
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset p {
    border: none;
    padding: .5rem 0;
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset h3.ui-accordion-header {
    font-size: 1.3rem;
    color: #B6735C;
    margin-top: 0;
    font-weight: 600;
    background: none;
    border: none;
    padding: .5rem 0;
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset .hentry {
    margin: 0 10%;
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset .hentry .entry-content {
    margin: 2.5em 0;
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset .hentry p {
    margin: 0;
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset .staff-docs-page-wrapper {
    max-width: none;
    width: 100%;
}

.staff-docs-page-wrapper .staff-docs {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staff-docs-page-wrapper .staff-docs .staff-member {
    text-align: center;
    width: 47%;
    margin-bottom: 25px;
}

.staff-docs-page-wrapper .staff-docs .staff-member img {
    width: 100%;
}

.page-template-page-accordion .accordion.ui-accordion.ui-widget.ui-helper-reset .staff-member-details p {
    padding: 0 0 5px 0;
    line-height: 1.2;
}

.important-documents-box {
    padding: 15px;
    width: 100%;
    background: #fff;
}

.important-documents-box h4 {
    margin: 0 0 15px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    width: 100%;
}

.staff-docs-page-wrapper .staff-docs .important-documents-box a {
    width: 49%;
    margin: 5px 0;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.page-template-page-accordion h2.ui-accordion-header,
.page-template-page-accordion h3.ui-accordion-header {
    padding-right: 35px !important;
}

.page-template-page-accordion h2.ui-accordion-header .ui-icon-triangle-1-e {
    background-image: url("images/open.png") !important;
    background-position: center center !important;
    background-size: 25px !important;
    position: absolute;
    top: 100%;
    left: calc(50% - 12px);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    display: block;
}

.page-template-page-accordion h2.ui-accordion-header:hover .ui-icon-triangle-1-e {
    top: calc(100% + 5px);
}

.page-template-page-accordion h2.ui-accordion-header.ui-state-active .ui-icon {
    background-image: url("images/close.png") !important;
    background-position: center center !important;
    background-size: 18px !important;
    position: absolute;
    top: 100%;
    left: calc(50% - 13px);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.page-template-page-accordion h2.ui-accordion-header.ui-state-active .ui-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-template-page-accordion .ui-icon {
    width: 26px !important;
    height: 26px !important;
}

footer.site-footer {
    background: #EFCD41;
}

footer.site-footer .site-branding {
    max-width: 300px;
    margin: 0 auto;
}

footer.site-footer .footer-content {
    position: relative;
}

footer.site-footer .footer-content .footer-content-wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer.site-footer .footer-content .footer-content-wrap .footer-widget {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #282C6F;
}

footer.site-footer .footer-content .footer-content-wrap .footer-widget p {
    color: #282C6F;
    font-size: 15px;
}

footer.site-footer .footer-content .footer-content-wrap a {
    color: #282C6F;
    text-decoration: none;
}

footer.site-footer .footer-content .footer-content-wrap .social-links {
    font-size: 26px;
    text-align: center;
}

footer.site-footer .footer-content .footer-content-wrap .social-links a {
    margin: 6px;
}

footer.site-footer .footer-content .footer-content-wrap .app-links {
    font-size: 34px;
}

footer.site-footer .footer-content .footer-content-wrap .app-links a {
    margin: 0 6px;
}

footer.site-footer .site-info {
    background-color: #282C6F;
    color: #fff;
}

footer.site-footer .site-info a {
    text-decoration: none;
    color: #fff;
}

footer.site-footer .site-info p {
    opacity: .85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

footer.site-footer .site-info .hearts {
    color: red;
}

footer.site-footer .footer-branding {
    position: relative;
}

footer.site-footer .footer-branding img.footer-logo {
    display: block;
    margin: 0 auto;
    width: 200px;
}

footer.site-footer .footer-links {
    background: #4560A9;
}

footer.site-footer .footer-links ul {
    margin: 0 auto;
    width: 95%;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

footer.site-footer .footer-links ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

footer.site-footer .footer-links ul li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #282C6F;
}

footer.site-footer .footer-links ul li a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*# sourceMappingURL=style.css.map */