.button-group {
    display:none;
}

.tlp-team .img-responsive {
	width:75% !important;
}

.nav-utility {
	padding-top:.13em !important;
}

.nav-container nav .nav-utility{
	background-color:darkblue;
	color:white;
	font-weight:700;
	height:50px
}

#pg-11-1, #pg-11-2 .panel-grid-cell {
	padding-bottom:3.5em !important;
}

/*
 * #pg-11-0, #pg-11-1, #pl-11 .so-panel {
    margin-bottom: 30px;
    margin-left: -50px;
    margin-right: -50px;
		margin-top:-20px;
}
*/

body.responsive.layout-full #page-wrapper .metaslider .full-container,
.layout-full #page-wrapper .metaslider .full-container {
max-width: none;
} 

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100;
   left: 0;
   position: absolute;
   top: 0;
   width: 100;
}

.tablepress-id-1 .row-1 td {
	background-color: rgba(0, 24, 131, 1);
}

.tablepress-id-1 .row-1 td h3{
	color:white;
}

.tablepress-id-1 .row-1:hover tr:hover td {
	background-color: rgba(0, 24, 131, 1);
}

.tablepress .row-hover tr:hover td {
background-color: rgba(0, 24, 131, .2);
}

.tablepress-id-1 .row-3 td {
	background-color: rgba(0, 24, 131, 1);
}

.tablepress-id-1 .row-3 td h3{
	color:white;
}

.tablepress-id-1 .row-3:hover tr:hover td {
	background-color: rgba(0, 24, 131, 1);
}

.tablepress-id-1 .row-5 td {
	background-color: rgba(0, 24, 131, 1);
}

.tablepress-id-1 .row-5 td h3{
	color:white;
}

.tablepress-id-1 .row-5:hover tr:hover td {
	background-color: rgba(0, 24, 131, 1);
}

.tablepress-id-1 .row-7 td {
	background-color: rgba(0, 24, 131, 1);
}

.tablepress-id-1 .row-7 td h3{
	color:white;
}

.tablepress-id-1 .row-7:hover tr:hover td {
	background-color: rgba(0, 24, 131, 1);
}

#menu-item-3240{
	background-color:#fc1547;
	-webkit-border-radius:10px;
	padding: 0em 1em 0em 1em !important;
	color:white !important;
	margin-right:-1em
}

.container {
	margin-top:-2em;
}

.sub-footer {
	display:none !important;
}

#menu-item-3240 a {
	color:white !important;
}

.fc-row .ui-widget-header{	
border: 2px solid blue;
}

.fc-content, .fc-day-grid-event,  .fc-h-event, .fc-event, .fc-start, .fc-end {
	color:white !important;
	background:#fc1547 !important;
  border:.4px solid #fc1547 !important;
	box-shadow: .1px .1px 1px #fc1547 !important;
}

.fc-day-grid-event .fc-time {
	font-size: 1.2em !important;
}

.fc-row .ui-widget-header {
font-size:1.4em !important;	
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
color:#fc1547 !important;	
	border: 1px solid #fc1547
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color:blue;
}

.em-search-submit {
	background:blue !important;
	color: #fc1547 !important;
}

.ui-widget-header {
	background:#fc1547;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
	background:rgba(0,0,255,0.8);
	border: 1px dotted rgba(255, 0, 0, 1) !important;
}

@media (max-width:500px)
{
.post-content table, .comment-content table, .wpb_text_column table
	{
		display:none;
	}
}

@media (min-width:400px)
{
.sub{
	font-size:18px;
	text-align:center;
}
	
	nav .menu > li > ul li a:hover {

		color:#fc1547;
    }
	
	nav .menu a:hover {
	color:#fc1547;
	font-weight:600;
	}

}

@media (max-width:800px) and (min-width:601px) {
.main-container {
	margin-top:-1.1em !important;
}
	.nav-bar {
		margin-top: -.5em !important;
	}
}

@media (max-width:800px) and (min-width:401px)
{
.nav-utility {
padding-bottom:2em !important;
}
}

@media (max-width:600px) and (min-width:401px) {
.main-container {
	margin-top:-1.5em !important;
}
	.nav-bar {
		margin-top: -.5em !important;
	}
}

@media (max-width:400px) {
	.nav-bar {
		margin-top:-2em !important;
	}
	.main-container {
	margin-top:-3em !important;
}
	.logo {
		height:3em !important;
	}
	
	h2 {
		padding-top:1em;
	}
}


body {
    background-color: #f8f8f8;
    font-family: Roboto, arial, sans-serif;
    color: #020202;
        font-size: 20px;
    
}

nav .menu > li ul {
    background: darkblue;
    }

nav .menu > li > ul li a {
    color: #fffdfd;
    
}

