.et_pb_menu__logo-wrap { max-width: 18% !important; }

/* firefox logo not showing fix */
.et_pb_menu--style-left_aligned .et_pb_menu__logo { width: 260px; }

@media only screen and (max-width : 640px) {  
	.et_pb_menu__logo-wrap { max-width: 65% !important; }
	.et_pb_menu--style-left_aligned .et_pb_menu__logo { width: 100%; }
	.et_pb_menu__icon.et_pb_menu__search-button { margin-left: 0; }
}

/* reduce header white space */
@media (min-width: 981px) { .et_pb_row.et_pb_row_0_tb_header.masthead.et_pb_row--with-menu { padding: 2% 0 1.2%; } }

/* hero emblem fix */
.et_pb_column.et_pb_column_2_3.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child { position: absolute; top: 40px; right: 0; bottom: 20px; }

@media only screen and (max-width : 640px) {
	.et_pb_column.et_pb_column_2_3.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child { position: absolute; top: 180px; right: 0; bottom: 20px; }
}

.et_pb_menu__icon.et_pb_menu__search-button { margin-left: 50px; }
@media only screen and (max-width : 640px) {  
	.et_pb_menu__icon.et_pb_menu__search-button { margin-left: 0; }
}

.et_pb_text { word-wrap: normal; }
@media only screen and (max-width: 767px) {
    .et_pb_text_1 h1 {
        font-size: 38px !important;
        line-height: 1.2em !important;
    }
}

/* button transition fix */
/*
.et_pb_button.et_pb_bg_layout_light { transition: all .7s ease; }
.et_pb_button.et_pb_bg_layout_light:hover { background-image: linear-gradient(90deg, #26bcd7 0%, #5f6062 100%) !important; transition: all .7s ease; background-size: 600%; color: #fff; }
*/

/* p fix */
.et_pb_text_inner p:not(.has-background):last-of-type { padding-bottom: 1em; }

h4.dsm_card_title { margin-bottom: 25px; }

/* Sitewide Bullet List */
.et_pb_text_inner ul { list-style-type: none; padding-left: 0; }
.et_pb_text_inner ul li { position: relative; padding-left: 24px; margin-bottom: 6px; }
.et_pb_text_inner ul li::before { content: ''; position: absolute; display: inline-block; left: 4px; top: 10px; width: 8px; height: 8px; margin-right: 12px; background-color: #26bcd7; margin: 0 12px 1px 0; }

/* ordered list fix */
.container ol { list-style-type: decimal !important; margin: 0 0 0 20px; }
.container ol li { margin-bottom: 6px; }

/* yt videos */
.yt-video-thumbnal { position: relative; width: 100%; }
.yt-video-thumbnal img { width: 100%; z-index: 1; }
.yt-play { position: absolute; display: block; width: 100px !important; height: 100px !important; top: calc(50% - 50px); left: calc(50% - 50px); transition: all .1s ease-in-out; z-index: 100; background: url(img/video-play.svg?2) no-repeat center; background-size: 100%; }
.yt-play:hover { transform: scale(1.1); transition: all .3s ease-in-out; }


@media screen and (max-width: 782px) {
	.yt-play.fancybox-youtube { width: 100px; height: 100px; }
}

/* pw protected posts button fix */
.et_password_protected_form .et_submit_button.et_pb_button { color: #0a0a0a !important; font: 700 16px "Montserrat", Sans-Serif; }
.et_password_protected_form .et_submit_button.et_pb_button:hover { border: 5px solid #26bcd7 !important; background: #26bcd7; color: #fff !important; }

