#row_1 {
	display: block;
	padding: 20px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#row_1 .col {
	margin: 0 auto 46px;
	width: 100%;
	max-width: 620px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	clear: both;
	float: none;
}

#row_1 .col + .col {
	border-top: 1px solid #ccc;
	padding-top: 50px;
}

#row_1 .col .col_content {
	padding-bottom: 70px;
	position: relative;
}

#row_1 .col .col_content h1:first-child,
#row_1 .col .col_content h2:first-child,
#row_1 .col .col_content h3:first-child,
#row_1 .col .col_content h4:first-child,
#row_1 .col .col_content h5:first-child,
#row_1 .col .col_content h6:first-child {
	margin-top: 15px;
}

#row_1 .col .video {
	display: block;
	width: 100%;
	margin: 15px 0;
}

#row_1 .col,
#row_1 .col a,
#row_1 .col em {
}

#row_1 .col strong,
#row_1 .col .redBold {
}

#row_1 .col .sbu-outline-button  {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

#row_1 .col p {
	line-height: 1.5em;
}

div.section_header {
    background: #900;
    background: url('/commcms/_resources/images/rays/button-1.png') #900 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    letter-spacing: 0.005em;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    line-height: 1em;
    text-rendering: optimizeLegibility;
    font-family: "museo-slab";
    padding: 16px 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
}

#row_1 .coltab-item a.btn-container {
	display: block;
	margin: 0 auto;
	float: none;
	width: 148px;
}

 .dropdown_wrapper {
		margin-top:15px;
        width: 248px;
        height: 60px;
        margin: auto;
        position: relative;
        z-index: 10;
    }
    
    .dropdown_header {
        color: #990000;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 10px;
        margin-left: 25px;
        display: block;
    }

    .buttons {
        margin-top: 30px;
    }

    .red_button {
      width: 235px;
      height: 35px;
      border: 1px solid #fff;
      background-color: rgba(153, 0, 0, 0.8);
      display: inline-block;
      color: #fff;
      text-align: left;
      padding: 5px;
    }

        .red_button:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    .red_button_text {
      font-size: 15px;
      font-family: 'Arial', 'sans-serif'; 
      font-weight: 100;
      letter-spacing: 1px;
      text-decoration: none;
	  padding-top: 8px;
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
    }

        .red_button_text:hover {
            text-decoration: none;
        }

    .red_button_text:after {
      content: "\279C";
      font-size: 16px;
      padding-left: 4px;
      opacity: 0.7;
    }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #900;
}
/* Accessible Exit Snippet */
#escapeButton {
	color: #ffffff;
	background-color: #900;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border:5px solid #2c002c;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	padding: 0.4em;
	font-size: 1.4em;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: 0px 2px 15px #888888;
	z-index: 100000;
	transition: background-color 300ms ease-out;
	cursor: pointer;
}
#escapeButton:focus, #escapeButton:hover			{
	border:5px solid #000;
	background-color: #fde937;
	color:#000;					
}
@media only screen and (max-width: 1021px) {
	#row_1 .col .col_content {
		height: auto !important;
		padding-bottom: 70px;
	}

	div.section_header {
		text-align: left;
	}
	.col_content {
		
	}
}

@media only screen and (min-width: 960px) {
	#row_1 {
		padding: 80px 0;
	}

	#row_1 .col:first-child,
	#row_1 .col:nth-child(2),
	#row_1 .col + .col,
	#row_1 .col {
		margin: 0 auto;
		width: 33.333%;
		float: left;
		display: inline-block;
		padding: 0 15px;
		clear: none;
		border: 0 none;
	}

	#row_1 .col:first-child,
	#row_1 .col:nth-child(2) {
		padding-right: 18px;
		border-right: 1px solid #ccc;
	}

	#row_1 .news-feed {
		/* max-height: 340px; */
		overflow: auto;
	}
	
}
