@charset "utf-8";
/*****
 This document contains all necessary CSS for global changes to core blocks
*****/


body .has-large-font-size {
    font-size: 36px;
}

/*****
 * Block: all, theme: discovery
*****/
.theme-discovery.post-type-ext_article .wp-block:not([data-align=wide]):not([data-align=full]),
.theme-discovery.post-type-post .wp-block:not([data-align=wide]):not([data-align=full]) {
	max-width: 1100px!important;
}

.theme-discovery.post-type-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > [data-align="right"],
.theme-discovery.post-type-ext_article .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > [data-align="right"] {
	margin-right: calc( ( 100% - 1100px ) / 2 ) !important;
}
.theme-discovery.post-type-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > [data-align="left"],
.theme-discovery.post-type-ext_article .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > [data-align="left"] {
	margin-left: calc( ( 100% - 1100px ) / 2 ) !important;
}

.theme-discovery.post-type-page .wp-block {
	max-width: 1400px;
}

/*****
 * Block: Image
*****/
.is-style-subtle-image-border img {
	border: 10px solid #f7f8fb;
}
.is-style-image-drop-shadow img {
	box-shadow: #e0e0e0 2px 2px 3px 1px;
}
/*****
 * Block: Column
*****/
.wp-block-column.has-background  {
	padding: .8em 1.5em;
}
/*****
 * Block: Cover
*****/
.wp-block-cover .wp-block-cover__inner-container:last-child {
	margin-bottom: 0;
}

/*****
 * Block: loginout
*****/
.wp-block-loginout {
	font-size: .8em;
}
/*****
 * Block: Gallery
*****/

.wp-block-gallery figcaption a:link, a:hover, a:focus, a:active {
    color: #6bb8de;
}

body .blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    justify-content: space-between;
}

/*add additional breakpoint for galleries with 6,7, & 8 columns*/
@media (max-width: 920px) {
	.columns-6 .blocks-gallery-grid .blocks-gallery-image, 
	.columns-6 .blocks-gallery-grid .blocks-gallery-item, 
	.columns-6 .wp-block-gallery .blocks-gallery-image, 
	.columns-6 .wp-block-gallery .blocks-gallery-item,
	.columns-7 .blocks-gallery-grid .blocks-gallery-image, 
	.columns-7 .blocks-gallery-grid .blocks-gallery-item, 
	.columns-7 .wp-block-gallery .blocks-gallery-image, 
	.columns-7 .wp-block-gallery .blocks-gallery-item,
	.columns-8 .blocks-gallery-grid .blocks-gallery-image, 
	.columns-8 .blocks-gallery-grid .blocks-gallery-item, 
	.columns-8 .wp-block-gallery .blocks-gallery-image, 
	.columns-8 .wp-block-gallery .blocks-gallery-item {
		width: calc(33% - .8em)!important;
	}
}
	

/*move breakpoint for all galleries to 700 from 600 */
@media (max-width: 700px) {
	.blocks-gallery-grid .blocks-gallery-image, 
	.blocks-gallery-grid .blocks-gallery-item, 
	.wp-block-gallery .blocks-gallery-image, 
	.wp-block-gallery .blocks-gallery-item
	.columns-6 .blocks-gallery-grid .blocks-gallery-image, 
	.columns-6 .blocks-gallery-grid .blocks-gallery-item, 
	.columns-6 .wp-block-gallery .blocks-gallery-image, 
	.columns-6 .wp-block-gallery .blocks-gallery-item,
	.columns-7 .blocks-gallery-grid .blocks-gallery-image, 
	.columns-7 .blocks-gallery-grid .blocks-gallery-item, 
	.columns-7 .wp-block-gallery .blocks-gallery-image, 
	.columns-7 .wp-block-gallery .blocks-gallery-item,
	.columns-8 .blocks-gallery-grid .blocks-gallery-image, 
	.columns-8 .blocks-gallery-grid .blocks-gallery-item, 
	.columns-8 .wp-block-gallery .blocks-gallery-image, 
	.columns-8 .wp-block-gallery .blocks-gallery-item {
		width: calc(50% - .8em)!important;
	}
}
/*****
 * Block: p
*****/
.entry-content p.has-background {
    padding: 1em 2em;
}

/*****
 * Block: Group
*****/

.wp-block-group.has-background {
    padding: 1em 2em!important;
    margin-top: 0;
    margin-bottom: 0;
}

/*****
 * Block: Table
*****/

.wp-block-table table {
    border-collapse: collapse;
	width: 100%;
}

.wp-block-table td, 
.wp-block-table th {
    padding: .5em;
}

.wp-block-table thead {
	border-bottom: 3px solid #282728;
}

.wp-block-table.is-style-regular td, 
.wp-block-table.is-style-regular th {
	border: 1px solid #282728;
}

/*****
 * Block: Media & Text
*****/

.wp-block-media-text {
	margin-bottom: .5em;
}


/*****
 * Block: Buttons
*****/
body .wp-block-button__link {
    border-radius: 4px;
    margin-bottom: 1.2em;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    min-height: 50px;
    line-height: 1.5em;
    font-family: "Verlag", "Open-Sans", helvetica, arial, sans-serif;
    font-weight: 600;
}
body a.wp-block-button__link:hover,
body #primary a.wp-block-button__link:hover{
	border-bottom: 0;
	text-decoration: none;
}

a.wp-block-button__link[href$=".pdf"],
a.wp-block-button__link[href$=".xls"],
a.wp-block-button__link[href$=".xlsx"],
a.wp-block-button__link[href$=".doc"],
a.wp-block-button__link[href$=".docx"],
a.wp-block-button__link[href$=".ppt"],
a.wp-block-button__link[href$=".pptx"],
a.wp-block-button__link[href$=".jpg"],
a.wp-block-button__link[href$=".png"],
a.wp-block-button__link[href$=".gif"],
a.wp-block-button__link[href$=".tiff"],
a.wp-block-button__link[href^="mailto:"] {
	padding-left: 90px;
}

a.wp-block-button__link[href$=".pdf"]:before,
a.wp-block-button__link[href$=".xls"]:before,
a.wp-block-button__link[href$=".xlsx"],
a.wp-block-button__link[href$=".doc"]:before,
a.wp-block-button__link[href$=".docx"]:before,
a.wp-block-button__link[href$=".ppt"]:before,
a.wp-block-button__link[href$=".pptx"]:before,
a.wp-block-button__link[href$=".jpg"]:before,
a.wp-block-button__link[href$=".png"]:before,
a.wp-block-button__link[href$=".gif"]:before,
a.wp-block-button__link[href$=".tiff"]::before,
a.wp-block-button__link[href^="mailto:"]:before {
	padding-left: 30px;
	position: absolute;
    width: 30px;
    margin-left: -95px;
    padding-top: 3px;
}
.theme-discovery a.wp-block-button__link[href$=".pdf"]:before,
.theme-discovery a.wp-block-button__link[href$=".xls"]:before,
.theme-discovery a.wp-block-button__link[href$=".xlsx"],
.theme-discovery a.wp-block-button__link[href$=".doc"]:before,
.theme-discovery a.wp-block-button__link[href$=".docx"]:before,
.theme-discovery a.wp-block-button__link[href$=".ppt"]:before,
.theme-discovery a.wp-block-button__link[href$=".pptx"]:before,
.theme-discovery a.wp-block-button__link[href$=".jpg"]:before,
.theme-discovery a.wp-block-button__link[href$=".png"]:before,
.theme-discovery a.wp-block-button__link[href$=".gif"]:before,
.theme-discovery a.wp-block-button__link[href$=".tiff"]::before,
.theme-discovery a.wp-block-button__link[href^="mailto:"]:before {
    padding-top: 13px;
}

/* icons */

a.wp-block-button__link[href$=".pdf"]::before {
	content: url(../images/pdf-icon.png);
}
a.wp-block-button__link[href$=".xls"]::before,
a.wp-block-button__link[href$=".xlsx"]::before {
	content: url(../images/xls-icon.png);
}
a.wp-block-button__link[href$=".doc"]::before, 
a.wp-block-button__link[href$=".docx"]::before{
	content: url(../images/doc-icon.png);
}
a.wp-block-button__link[href$=".ppt"]::before,
a.wp-block-button__link[href$=".pptx"]::before {
	content: url(../images/ppt-icon.png);
}
a.wp-block-button__link[href$=".jpg"]::before,
a.wp-block-button__link[href$=".png"]::before,
a.wp-block-button__link[href$=".gif"]::before,
a.wp-block-button__link[href$=".tiff"]::before{
	content: url(../images/image-icon.png);
}
a.wp-block-button__link[href^="mailto:"]::before {
	content: url(../images/email-icon.png);
}

/* no icon class */
.no-button-icon a.wp-block-button__link {
	padding-left: 0;
	position: relative;
	width: 0px;
	margin-left: 0;
	padding: 0;
}
.no-button-icon a.wp-block-button__link::before {
	content: '';
	width: 0;
    padding: 0;
    margin: 0;
}

/* all buttons 100% width on small screens */
@media screen and (max-width: 700px) {
	body .wp-block-buttons>.wp-block-button,
	body .wp-block-buttons>.wp-block-button .wp-block-button__link,
	body .wp-block-buttons>.wp-block-button.wp-block-button__width-25,
	body .wp-block-buttons>.wp-block-button.wp-block-button__width-50,
	body .wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
		width: 100%;
	}
}


/*****
 * Block: Separator
*****/
.entry-content .wp-block-separator {
	border: none;
}

#content .wp-block-separator.is-style-dots:before {
    font-size: 2.2em;
    letter-spacing: 1em;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}


/*****
 * Block: File
*****/
#content .wp-block-file a,
#content .wp-block-file .wp-block-file__button {
	font-weight: 400;
}
#content .wp-block-file .wp-block-file__button {
    background: #0179a8;
    border-radius: .2em;
    font-size: .8em;
}


/*****
 * Block: Verse
*****/
pre.wp-block-verse {
	font-family: "verlag", "lato", sans-serif;
	font-weight: 300;
	font-size: 1.1em;
    border-left: 4px solid #c5060b;
    background-color: #fff;
	padding: .5em .5em .5em 1em;
}
footer pre.wp-block-verse {
    background-color: transparent;
}

/*****
 * Block: Latest Comments
*****/
#content ol.wp-block-latest-comments {
	padding-left: 0;
	margin-left: 0;
}

/*****
 * Block: Latest Posts
*****/

#content .wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
    font-family: 'Verlag';
	margin-bottom: .5em;
}

#content .wp-block-latest-posts.wp-block-latest-posts__list {
	margin-left: 0;
	padding-left: 0;
}

/*****
 * Block: Pullquote and Blockquote
*****/

/*default style block quote */
#content .wp-block-quote.is-style-default {
	border-left: none;
	
}
#content .wp-block-quote p {
	margin-top: .5em;
    margin-bottom: .5em;
}

/*large style block quote */
#content .wp-block-quote.is-large,
#content .wp-block-quote.is-style-large {
	width: 75%;
	margin: 0 auto;
}

#content .wp-block-quote.is-large p,
#content .wp-block-quote.is-style-large p {
	font-style: normal;
	font-size: 1.5em;
}

#content .wp-block-quote.is-large p:first-of-type::before,
#content .wp-block-quote.is-style-large p:first-of-type::before,
#content .wp-block-quote.is-large p:first-of-type::after,
#content .wp-block-quote.is-style-large p:first-of-type::after {
   content: "“";
   font-family: Georgia;
   font-size: 8rem;
   margin: -2rem 0 0 -4rem;
   font-size: 3em;
   position: absolute;
   opacity: 0.2;
}
.theme-magnify #content .wp-block-quote.is-large p:first-of-type::before,
.theme-magnify #content .wp-block-quote.is-style-large p:first-of-type::before {
    margin: -1rem 0 0 -3rem;
}

#content .wp-block-quote.is-large p:first-of-type::after,
#content .wp-block-quote.is-style-large p:first-of-type::after {
    content: "”";
    margin: -2.2rem -2rem 0 1rem;
    font-size: 3em;
}
#content .wp-block-quote.is-large cite,
#content .wp-block-quote.is-style-large cite {
	font-size: .7em;
    margin-top: -1em;
    text-align: center;
}

/*outline blockquote */
.editor-styles-wrapper .wp-block-quote.is-style-outline-quote,
.wp-block-quote.is-style-outline-quote,
#content .wp-block-quote.is-style-outline-quote {
	margin: 0 auto;
	border: 1px solid #ececec;
	font-family: georgia, sans-serif;
    font-size: 1.1em;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#content .wp-block-quote.is-style-outline-quote  {
	max-width: 100%;
	margin: .6em;
}
.theme-kayak #content .wp-block-quote.is-style-outline-quote,
.theme-magnify #content .wp-block-quote.is-style-outline-quote {
	margin-top: 2.2em;
}

.wp-block-quote.is-style-outline-quote p {
	padding: 0 2em 0 2em;
}

.theme-kayak #content .wp-block-quote.is-style-outline-quote p,
.theme-magnify #content .wp-block-quote.is-style-outline-quote p{
	padding-top: 1em;
}
.wp-block-quote.is-style-outline-quote p:first-of-type {
	margin-top: 1em;
}

.wp-block-quote.is-style-outline-quote:before {
    -webkit-box-shadow: 0 0 0 10px #ffffff;
    box-shadow: 0 0 0 10px #ffffff;
    background: #c5060b;
    content: "\201C";
    margin-top: -45px;
}
.wp-block-quote.is-style-outline-quote:before {
    width: 50px;
    height: 50px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
    font-size: 2.3em;
    font-weight: 600;
    padding: 13px;
    padding-top: 18px;
    padding-left: 11px;
}

footer .wp-block-quote.is-style-outline-quote:before {
	box-shadow: 0 0 0 2px #fff;
}


.theme-kayak .wp-block-quote.is-style-outline-quote::before, 
.theme-magnify .wp-block-quote.is-style-outline-quote::before{
    width: 30px;
    height: 30px;
    line-height: .9em;
    left: 40%;
    margin-left: -20px;
	margin-top: -35px;
    border-radius: 50%;
    font-size: 3.3em;
    padding: 13px;
}

/*pullquote */
#content .wp-block-pullquote {
	padding: .8em;
}

#content .entry .entry-content .wp-block-pullquote blockquote {
  border: none;
  margin-top: .6em;
  margin-bottom: 1em;
  margin-right: 0;
  padding-left: 0;
}

/* pull quote */
#content .entry .entry-content .wp-block-pullquote {
  border-width: 2px;
  padding: 3em;
}

#content .wp-block-pullquote p {
	font-size: 1.1em;
	line-height: 1.3;
	font-style: normal;
}
#content .wp-block-pullquote blockquote p:first-of-type,
#content .wp-block-pullquote.is-style-default blockquote p:first-of-type {
	margin-top: 1.5em;
}

#content .entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}

/*pullquote widget */
.widget .wp-block-pullquote p {
	font-size: 1.3em;
}

/* pull quote - solid color */
#content .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.4em;
}

#content .wp-block-pullquote.is-style-solid-color {
	padding: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-size: .8em;
    font-weight: 300;
}

/*default style */
#content .wp-block-pullquote.is-style-default {
	border-top: 5px solid;
	border-bottom: 5px solid;

}
#content .wp-block-pullquote.is-style-default blockquote {
	border-left: none;
}

/*Meta Box Header Style */
#editor .edit-post-layout__metaboxes .postbox .postbox-header, 
#editor .edit-post-layout__metaboxes .postbox>.postbox-header:hover, 
#editor .edit-post-layout__metaboxes .postbox>.postbox-header:focus {
    background: #446f9a;
    color: white;
}
#editor .accordion-section-title:after, 
#editor .handlediv, .item-edit, 
#editor .postbox .handlediv.button-link,
#editor .toggle-indicator {
    color: #ffffff;
}
.edit-post-meta-boxes-area .postbox .handle-order-higher, 
.edit-post-meta-boxes-area .postbox .handle-order-lower {
    color: #ffffff;
}