.grid-section p, .grid-section img{margin:10px 0;}
.grid-section h1 {line-height:1.2em;}

.gridVidContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.col-md-6, .col-md-4, .col-md-3, .col-md-9 {
    margin:15px 0;
}

.col-md-6 {
    width: 50%;
    float: left;
}
.col-md-4 {
    width: 33.33333%;
    float: left;
}
.col-md-3 {
    width: 25%;
    float: left;
}
.col-md-9 {
    width: 75%;
    float: left;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}

.graidButton:hover{
    color:#000;
    background-color:#fff;
    border:1px solid #000;
}

@media (max-width:481px)  {
    .col-md-6, .col-md-4, .col-md-3, .col-md-9 {
        width: 100%;
    }
    .col-md-6, .col-md-4, .col-md-3, .col-md-9 {
        margin:0 0;
    }
}

.grid-section h2, .grid-section h3, .grid-section h4, .grid-section h5, .grid-section h6 {
	color: var(--theme-color, #000);
	margin:10px 0;
}

















.gridButton:hover {
  
    background: var(--theme-color, #000);
	color: #fff;
}

/**umb_name:blockquote*/
blockquote {
	padding: 10px;
	margin-left: 15px;
	border-left: 2px solid #ccc;
	color: #333;
	font-style: italic;
}

/**umb_name:h2*/
h2 {
}

/**umb_name:h3*/
h3 {
}

/**umb_name:h4*/
h4 {
}

/**umb_name:h5*/
h5 {
}

/**umb_name:h6*/
h6 {
}

/**umb_name:paragraph*/
p {
}

/**umb_name:button*/
.gridButton {
	padding: 20px;
	min-width: 100px;
	margin: 25px 0;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
    font-weight: bold;
	font-family: founders-grotesk-regular", sans-serif, sans-serif;
}
