@media (min-width: 1000px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
        line-height: 15px;
    }
}

.cta-container .wp-block-button .wp-block-button__link {
    width: 100%;
}

.cta-container .wp-block-buttons>.wp-block-button {
    width: 100%;
}

main {
	min-height: 47vh;
}

.wp-site-blocks>*+* {
    margin-block-start: 0;
}

table.tablepress {
    padding-top: 20px;
}

.tablepress,
.dataTables_wrapper {
    max-width: 1000px !important;
}
.dataTables_filter label input {
    height: 40px;
}

.dataTables_filter {
    margin-bottom: 20px;
}

.tablepress .sorting {
    color: white !important;
    background-color: var(--wp--preset--color--vivid-cyan-blue);
}

.home .post-title-container {
    display: none;
}

.post-title-container {
    margin-top: 30px !important;
}

a[aria-current="page"] {
    font-weight: bold;
}

.cta-container a {
    -webkit-box-shadow: 9px 10px 2px -6px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 9px 10px 2px -6px rgba(0, 0, 0, 0.27);
    box-shadow: 9px 10px 2px -6px rgba(0, 0, 0, 0.27);
}

.cta-container a {
    position: relative;
    height: 150px;
}

.cta-container a>span {
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.cta-container a>span>i {
    font-size: 35px;
    width: 40px;
    display: flex;
    justify-content: center;
    height: 40px;
    line-height: 35px;
}

.cta-container a>span>i.fa-info {
    border: 2px solid white;
    border-radius: 25px;
}

.grunion-field-label>span {
    font-size: 0 !important;
    display: inline-block;
}

.grunion-field-label>span:before {
    display: inline-block;
    content: '*';
    font-size: 18px;
    margin-left: 5px;
}

form button[type="submit"] {
    padding: 20px 30px;
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    box-shadow: none;
    outline: none;
    border: 0;
    border-radius: 2px;
    color: white;
    text-transform: uppercase
}

.footer-menu ul {
    line-height: 8px;
}


.page-id-153 .post-title-container {
	display: none;
}


.page-id-153  .site-footer-container{
	display: none;
}

.page-id-153  .wp-site-blocks{
	padding: 0 !important;
	width: 100vw;
	overflow: hidden;
}

.page-id-153  iframe{
	max-width: 5000px;
	height:calc(100vh - 110px);
	
}
.admin-bar.page-id-153  iframe{

	height:calc(100vh - 140px);
	
}

.admin-bar.page-id-153  iframe #app{

	display: none;
	
}
.page-id-153  header.wp-block-template-part > div{
	box-shadow: 0px 4px 4px rgba(0,0,0,.110);
	background-color: #428BCA !important
	
}

html body {
    margin: 0;
    --wp--style--global--content-size: 1200px;
    --wp--style--global--wide-size: 1200px;
}

.tablepress, .dataTables_wrapper {
	
    max-width: 1200px !important;
}
