/*
 Theme Name:   CampusPress Flex Child
 Theme URI:    https://wwwcp.umes.edu/
 Description:  CampusPress Flex Child Theme
 Author:       Jeremy Townsend
 Author URI:   https://wwwcp.umes.edu/
 Template:     campuspress-flex-master
 Version:      1.0.1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  umes
*/

/* styles added after wordpress 6.1.1 update */
.wp-block-file a {
	font-size: initial;
}

.mark, mark {
	padding: 0px !important;
}
/* end styles added after wordpress 6.1.1 update */

/* JT Custom Styles for Template */
hr.wp-block-separator {
	clear: both;
}

.wp-block-coblocks-dynamic-separator {
	clear: both;	
}

@media (max-width: 1024px) {
	#umescustom-dt-navbar-brand-holder img {
		width: 215px;
	 }
}

@media (max-width: 1280px) {
	#umescustom-dt-navbar-brand-holder img {
		width: 280px;
	 }
}

@media (max-width: 1360px) {
	#umescustom-dt-navbar-brand-holder img {
		width: 280px;
	 }
}

@media (max-width: 1366px) {
	#umescustom-dt-navbar-brand-holder img {
		width: 280px;
	 }
}

.list-style-type-upper-alpha {
	list-style-type: upper-alpha;
}

.list-style-type-lower-alpha {
	list-style-type: lower-alpha;
}

.list-style-type-upper-roman {
	list-style-type: upper-roman;
}

.margin-0px {
	margin: 0px !important;
}

.margin-left-20px {
	margin-left: 20px !important;
}

.margin-left-40px {
	margin-left: 40px !important;
}

.padding-0px {
	padding: 0px !important;
}

.padding-10px {
	padding: 10px !important;
}

.padding-20px {
	padding: 20px !important;
}

.umes-forminator-field-heading label {
	font-size: 1.5em !important;
}

.content-area li {
    margin: 10px 0px;
}

.centercontent {
width: 75%;
margin: auto;
}

@media screen and (max-width: 991px) {
.centercontent {
width: 100%;
margin: auto;
}
}

.opacity10 {
  opacity: 0.1 !important; /* Standard compliant browsers */
  -moz-opacity: 0.1 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.1 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=10) !important; /* For IE8 and earlier */
}

.opacity20 {
  opacity: 0.2 !important; /* Standard compliant browsers */
  -moz-opacity: 0.2 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.2 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=20) !important; /* For IE8 and earlier */
}

.opacity30 {
  opacity: 0.3 !important; /* Standard compliant browsers */
  -moz-opacity: 0.3 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.3 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=30) !important; /* For IE8 and earlier */
}

.opacity40 {
  opacity: 0.4 !important; /* Standard compliant browsers */
  -moz-opacity: 0.4 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.4 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=40) !important; /* For IE8 and earlier */
}

.opacity50 {
  opacity: 0.5 !important; /* Standard compliant browsers */
  -moz-opacity: 0.5 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.5 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}

.opacity60 {
  opacity: 0.6 !important; /* Standard compliant browsers */
  -moz-opacity: 0.6 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.6 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=60) !important; /* For IE8 and earlier */
}

.opacity70 {
  opacity: 0.7 !important; /* Standard compliant browsers */
  -moz-opacity: 0.7 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.7 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=70) !important; /* For IE8 and earlier */
}

.opacity80 {
  opacity: 0.8 !important; /* Standard compliant browsers */
  -moz-opacity: 0.8 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.8 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=80) !important; /* For IE8 and earlier */
}

.opacity90 {
  opacity: 0.9 !important; /* Standard compliant browsers */
  -moz-opacity: 0.9 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.9 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=90) !important; /* For IE8 and earlier */
}

.opacity25 {
  opacity: 0.25 !important; /* Standard compliant browsers */
  -moz-opacity: 0.25 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.25 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=25) !important; /* For IE8 and earlier */
}

.opacity75 {
  opacity: 0.75 !important; /* Standard compliant browsers */
  -moz-opacity: 0.75 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.75 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=75) !important; /* For IE8 and earlier */
}

.opacity100 {
  opacity: 1 !important; /* Standard compliant browsers */
  -moz-opacity: 1 !important; /* Firefox and Mozilla browsers */
  -webkit-opacity: 1 !important; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}

.wp-block-coblocks-accordion-item__title {
	font-size: 20px !important;
}

.page-title:after {
    background-color: #651D32 !important;
    height: 30px!important;
    position: absolute !important;
    right: 0px !important;
    bottom: 12px !important;
    left: 0px !important;
    z-index: -1 !important; 
    width:500px !important;
    display: block !important;
    content: '' !important;	
	margin: auto !important;
}

.page-title {
	line-height: 1em !important;
    display: inline-block;
    /*font: 500 4.5rem public_sans,sans-serif;*/
	font: 500 4.5em Teko,sans-serif;
    position: absolute !important;
    color: #fff;
    margin: 0 0 34px 10px;
	text-shadow: 0 2px 11px rgba(0,0,0,.31);	
}

.post-subtitle {
    font-weight: 500;
}

.page-header {
    margin-top: 50px;
}

.page-header .page-title {
    color: inherit !important;
    margin-left: 0;
    position: relative !important;
    text-shadow: none;
}

.page-header .page-title::after {
    content: unset !important;
}

#navbar-main {
    box-shadow: .1875rem .025rem .3125rem rgba(0,0,0,.25);
}

#footer-image-holder::after {
	background-color: #4E4F4F !important;
}

.has-footer-main-bg-color-background-color[class*=has-background] {
	background-color: #4E4F4F !important;
}

h4::after {
	display: none !important;
}
h4 {
	margin-bottom: 10px !important;
}

h5::after {
	display: none !important;
}
h5 {
	margin-bottom: 10px !important;
}

h6::after {
	display: none !important;
}
h6 {
	margin-bottom: 10px !important;
}

#umescustom-dt-navbar-brand-holder {
    position: absolute;
    z-index: 5;
    left: 2rem;
    top: 0.1rem;	
}
#page #site-alert + #umescustom-dt-navbar-brand-holder {
  top: 4.5rem;
}
#wpadminbar ~ #page #umescustom-dt-navbar-brand-holder {
  top: 2.1rem;
}
#wpadminbar ~ #page #site-alert + #umescustom-dt-navbar-brand-holder {
  top: 6.5rem;
}
#navbar-main .navbar-brand-holder a {
	width: 270px;
}
#navbar-main .navbar-brand-holder img {
	display: none;
}

@media screen and (max-width: 991px), screen and (min-width: 800px) and (max-width: 800px) {
#umescustom-dt-navbar-brand-holder {
    display: none;
}
#navbar-main .navbar-brand-holder a {
	width: initial;
}
#navbar-main .navbar-brand-holder img {
	display: initial;
}	
}


@media screen and (min-width: 1280px) and (max-width: 1280px) {
#navbar-main {
	font-size: 1em !important;
}
}

.container {
    max-width: 1800px !important;
}

#footer-content {
    max-width: 1330px;
    margin: auto;
}

.active-item .menu-item-text {
	font-weight: 650 !important;
}

/* department sidebar nav menu override style */
@media (min-width: 801px) {
.col-md-3 {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 25% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    /*max-width: 325px !important;*/
}
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
.col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30% !important;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70% !important;
    -moz-box-flex: 0;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
}

.nav-link {
	font-size: .8rem !important;
	margin-left: .3em;
	margin-right: .3em;
}
}

.col-md-3 {
    /* -webkit-box-flex: 0; */
    /* -webkit-flex: 0 0 25%; */
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    /* flex: 0 0 25%; */
    /* max-width: 25%; */
}

@media screen and (min-width: 800px) and (max-width: 800px) {
.col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-title:after {
    bottom: 12px !important;
	width: 350px !important;
}
}



@media (min-width: 1025px) {
.col-md-3 {
    max-width: 325px !important;
}
}

a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
#primary a {
	color: #337AB7;
	text-decoration: none !important;
	font-weight: bold !important;
    max-width: 100%;
    word-wrap: break-word;	
}

#primary a:hover {
	color: #23527C;
	text-decoration: none !important;
	font-weight: bold !important;
}

#primary .has-background a:not(.has-text-color) {
    color: currentColor !important;
}

#primary .wp-block-cover__inner-container a {
    color: currentColor !important;
}

#primary .wp-block-button a:not(.has-text-color) {
    color: var(--color-bg-accent-contrast) !important;
}

#primary .wp-block-social-links a {
    color: #ffffff !important;
}

.cpschool-read-more-link-holder {
    display: inline;
    margin-top: 0;
}
.cpschool-read-more-link-holder a {
    /*color: #651d32 !important;*/
    font-size: 16px;
    padding: 0;
    text-transform: none;
}

td a:not(.btn) {
	color: #337AB7 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

td a:not(.btn):hover {
	color: #23527C !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

.modal-header {
    background-color: #651D32;
}

.modal-body {
    background-color: #651D32;
}
#menu-main-mobile .menu-item-text {
    color: #ffffff; 
}
#menu-main-mobile .has-header-main-bg-color-background-color .nav .nav-item>a:not(.has-styling) {
    color: #ffffff;
}
#footer-full a {
	line-height: 30px;
}

.modal-backdrop {
background-color: #2d2d2d;	
}

.navbar .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -moz-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal; 
}

.subnav nav {
    padding: 20px;
}
.subnav nav > ul {
    margin-bottom: 0;
}
.subnav a {
    text-decoration: none;
    color: var(--color-boxes-contrast) !important;
}
.subnav a:hover, .subnav a:focus {
    color: var(--color-boxes-accent) !important;
}
.subnav nav > ul > li > ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
    padding-left: 0;
}
.subnav nav ul ul {
    padding-left: 1rem;
}

.navbar {
    padding: 0rem 0rem 0rem 0rem !important;
}

@media screen and (min-width: 1200px){
    .navbar .navbar-nav {
        margin: 1.5rem 0;
    }
}

@media screen and (max-width: 991px), screen and (min-width: 800px) and (max-width: 800px) {
.navbar-navs-container {
	padding-right: .75rem !important;
}
}

#navbar-nav-secondary-right {
	padding-right: 3rem;
}

.cps-icon-close {
	color: #ffffff !important;
}

#modal-slide-in-menu a.dropdown-toggle {
	color: #ffffff !important;
}

#modal-slide-in-menu a.dropdown-item {
    color: #ffffff !important;
}

#modal-slide-in-menu .has-header-main-bg-color-background-color .nav .nav-item>a:not(.has-styling) {
    color: #ffffff !important;
}

#modal-slide-in-menu .wp-block-separator, #modal-slide-in-menu .wp-block-separator:not(.is-style-wide):not(.is-style-dots), #modal-slide-in-menu hr {
    border-color: #ffffff;
    color: #ffffff;
}

#modal-slide-in-menu .modal-body {
	padding: 0rem 1rem !important;
}
/*
[class*=has-background].has-header-main-bg-color-background-color a {
    color: #ffffff;
}

.has-header-main-bg-color-background-color[class*=has-background] {
    color: #ffffff;
}
*/

.modal-body a {
	color: #ffffff;
}

#menu-secondary-buttons-mobile li {
	background-color: #636363;
	width: 25%;
    text-align: center;
}

#menu-secondary-buttons-mobile li.mobileRequestInfoButton {
    margin-left: 2%;
    margin-right: 2%;	
	width: 46% !important;
}

#menu-secondary-buttons-mobile a {
	color: #ffffff;
}

.nav-previous a.btn,
.nav-next a.btn{
    background: none;
    padding: 0;
    text-transform: none;
}

.calendarp-event-shortcode, .calendarp-events-by-cat, .wp-block-archives, .wp-block-button, .wp-block-calendar, .wp-block-categories, .wp-block-code, .wp-block-columns, .wp-block-cover, .wp-block-embed, .wp-block-gallery, .wp-block-group, .wp-block-image, .wp-block-latest-comments, .wp-block-latest-posts, .wp-block-media-text, .wp-block-preformatted, .wp-block-pullquote, .wp-block-quote, .wp-block-separator, .wp-block-verse, .wp-block-video, body .calendar-plus .calendar-plus-calendar-wrap {
    margin-bottom: 1rem !important;
    margin-top: 0rem !important;
}

.alignleft, .alignright {
    margin-top: 0rem !important;
}

figcaption {
    text-align: center !important;
	margin: 0rem !important;
}



.customblacklinks {
    font-size: 19px;
    color: #000000 !important;
    text-decoration: none;
}

.customblacklinks:link {
    font-size: 19px;
    color: #000000 !important;
    text-decoration: none;
}

.customblacklinks:hover {
    font-size: 19px;
    color: #000000 !important;
    text-decoration: underline;
}

.customwhitelinks {
    font-size: 19px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.customwhitelinks:link {
    font-size: 19px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.customwhitelinks:hover {
    font-size: 19px;
    color: #FFFFFF !important;
    text-decoration: underline;
}

.alert {
    padding: 1.25rem .75rem !important;
}

[class*=has-background] [class*=has-background] [class*=has-background].has-header-main-bg-color-background-color .wp-block-button .wp-block-button__link, [class*=has-background] [class*=has-background] [class*=has-background].has-header-main-bg-color-background-color .wp-block-button.is-style-outline .wp-block-button__link, [class*=has-background] [class*=has-background] [class*=has-background].has-header-main-bg-color-background-color [class^=wp-block] [class$="__button"], [class*=has-background] [class*=has-background].has-header-main-bg-color-background-color .wp-block-button .wp-block-button__link, [class*=has-background] [class*=has-background].has-header-main-bg-color-background-color .wp-block-button.is-style-outline .wp-block-button__link, [class*=has-background] [class*=has-background].has-header-main-bg-color-background-color [class^=wp-block] [class$="__button"], [class*=has-background].has-header-main-bg-color-background-color .btn-secondary, [class*=has-background].has-header-main-bg-color-background-color .wp-block-button .wp-block-button__link, [class*=has-background].has-header-main-bg-color-background-color .wp-block-button.is-style-outline .wp-block-button__link, [class*=has-background].has-header-main-bg-color-background-color [class^=wp-block] [class$="__button"], [class*=has-background].has-header-main-bg-color-background-color input[type=button]:not(.btn):not(.form-control) {
	background-color: #ffffff;
	/*border-color: #cccccc;*/
	color: #000000;
	/*border: solid thin #cccccc;*/
}

.sidebar-widget-area-content {
	top: 1rem !important;
}

@media screen and (min-width: 1024px) {
.wrapper {
    padding-top: 0rem !important;
}
}

@media screen and (max-width: 991px), screen and (min-width: 800px) and (max-width: 800px) {
.wrapper {
    padding-top: 0rem !important;
}
}

#wrapper-footer {
    padding-top: 2rem !important;
}

@media screen and (max-width: 991px), screen and (min-width: 800px) and (max-width: 800px) {
.page-title {
	line-height: 1em !important;
    font: 500 3.0em Teko,sans-serif;
}
.page-title:after {
    bottom: 12px !important;
	width: 350px !important;
}
}

header .breadcrumb {
	color: #000000 !important;
	background-color: #ffffff !important;
}

header .breadcrumb a:link, header .breadcrumb a:visited {
	color: #000000 !important;
  text-decoration: none;
}
header .breadcrumb a:hover, header .breadcrumb a:active {
	color: #000000 !important;	
  text-decoration: underline;
}

.breadcrumb::-webkit-scrollbar {
  height: 1px;              /* height of horizontal scrollbar */
  border: none;
}
.breadcrumb {
    white-space: nowrap;	
    display: -webkit-box !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;    
    overflow-x: auto;
	padding-top: 1rem;
    padding-left: 2rem;
}

.sidebar-widget-area-content {
	padding: 1rem;
	background-color: #E7E9EB;	
}

.navbar-brand {
	margin-right: 0px !important;
}
.navbar-brand-holder {
	margin-right: 0px !important;
}

/* table styles */
/*#primary table {
width: 100%;
word-break:break-word;
}*/
/*#primary tr:nth-child(odd) {background: #e8e8e8}
#primary td {border: solid 1px #000000; padding-left:5px;}*/
/* table styles */

/* department sub menu styles */
@media screen and (max-width: 991px), screen and (min-width: 800px) and (max-width: 800px) {
#left-sidebar {
	margin-bottom: 1rem;
	position: static !important;
}
}
#left-sidebar .sub-menu {
	display: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px !important;
	margin: 0px;
}
#left-sidebar li {
	padding-bottom: 10px;
}
.dropdown-toggle[aria-expanded="true"]:after {
transform: rotate(-180deg); 
}
/*for animation*/ 
.dropdown-toggle:after { 
transition: 0.4s; 
}
.widget_nav_menu a .menu-item-text {
	color: #000000 !important;
	text-decoration: none !important;
	font-size: 1.1rem;
	font-weight: 500;
}
.widget_nav_menu .sub-menu a .menu-item-text {
	color: #000000 !important;
	text-decoration: none !important;
	font-size: .96rem !important;
	font-weight: 500;
}
.widget_nav_menu .sub-menu a {
	padding-left: 8px !important;
}
.widget_nav_menu .sub-menu .sub-menu a {
	padding-left: 16px !important;
}
.widget_nav_menu .sub-menu .sub-menu .sub-menu a {
	padding-left: 24px !important;
}
#left-sidebar a {
	color: #000000 !important;
	display: block;
}
#left-sidebar a:hover {
	color: #303030 !important;
}
.widget_nav_menu a .menu-item-text:hover {
	color: #303030 !important;
}

.widget_nav_menu .dropdown-toggle {
    white-space: normal !important;
}

.hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 1em;
    margin-right: 0.3em;
    margin-left: 0.3em;    
    border-top: 0.15em solid #000000;
    border-bottom: 0.15em solid #000000;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0px;
    width: 100%;
    border-top: 0.15em solid #000000;
}

.mobilehamburgermenu {
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: right;
    height: 2em;	
    width: 100%;
	border-bottom: solid 1px #303030;
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: 500;
	display: none;
}

.hamburgertext {
	float: left;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.hamburgercontainer {
	float: right;
	display: inline-block;
}

.widget_nav_menu div:nth-of-type(2) {
	display: block;
}

.widget {
    margin-bottom: 0rem !important;
}

@media screen and (max-width: 991px), screen and (min-width: 800px) and (max-width: 800px) {
.widget_nav_menu div:nth-of-type(2) {
	display: none;
}
.mobilehamburgermenu {
	display: block;
}
}

@media screen and (min-width: 1024px) {
.widget_nav_menu div:nth-of-type(2) {
	display: block !important;
}
.mobilehamburgermenu {
	display: none !important;
}
}

@media screen and (min-width: 1360px)
{
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    max-width: 51%;
}
}

@media screen and (min-width: 1366px)
{
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    max-width: 51%;
}
}

@media screen and (min-width: 1400px)
{
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
}
}

@media screen and (min-width: 1440px)
{
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
}
}

@media screen and (min-width: 1600px)
{
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
}
}

@media screen and (min-width: 1680px)
{
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
}

@media screen and (min-width: 1920px)
{
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
}
}

.footerdiv1 {
float: left;
}

.footerdiv2 {
float:right;
text-align: right;
}

.footerdiv3 {
float:left;
padding-top: 20px;
display: none;	
}

@media (max-width: 991px) {
	.footerdiv2 {
		display: none;
	}
	.footerdiv3 {
		display: block;
	}	
}

.footerblock {
display: block;
}

#footer-full-content {
    padding-bottom: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.wp-block-latest-posts__featured-image.alignleft .featured-video-plus .fluid-width-video-wrapper {
    padding-top: 0!important;
}

.wp-block-latest-posts__featured-image.alignleft .featured-video-plus iframe {
    width: 150px;
    height: 150px;
    position: initial;
}

.content-area h1.has-background,
.content-area h2.has-background,
.content-area h3.has-background,
.content-area h4.has-background,
.content-area h5.has-background,
.content-area h6.has-background {
    padding: 20px 38px;
}