#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 30px;
	max-width: 620px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

#row_1 .col,
#row_1 .col a,
#row_1 .col em {
	font-family:'Trade Gothic Next W01';
	font-weight: normal;
	font-size: 14px;
}

#row_1 .col strong,
#row_1 .col .redBold {
	font-family: 'Trade Gothic W01 Bold 2';
	font-weight: normal;
	font-size: 14px;
}


div.section_header {
    background: #000;
    height: 24px;
    margin: 0px;
    padding: 7px 0px 1px 12px;
    border-bottom: 12px solid #990000;
    border-top-right-radius: 16px;
    color: #fff;
    letter-spacing: 0.025em;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    line-height: 1em;
    
    text-rendering: optimizeLegibility;
    font-family: 'Trade Gothic W01 Light';
}

div.section_header:after {
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-top: 14px solid #990000;
    border-left: 14px solid transparent;
    position: absolute;
    top: 42px;
    left: 25px;
}

div.section_header:before {
    content:"\2605";
    display: block;
    position: absolute;
    top: 33px;
    left: 34px;
    font-size: 10px;
    color: #fff;
    z-index: 1;
}

#row_1 .coltab-item {
	border-top: 1px solid rgba(100,0,0,.8);
}

#row_1 .coltab-item a,
#row_1 .coltab-item img {
	display: block;
	overflow: hidden;
	float: none;
}

#row_1 .coltab-item a {
	display: inline;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
}

#row_1 .coltab-item img {
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	height: auto;
}

#row_1 .coltab-item a img:hover {
    border-bottom-right-radius: 16px;
}

#row_1 .coltab-item p {
	display: block;
	font-family: 'CenturySchoolbookW01-It 927458';
	font-size: 16px;
	line-height: 1.2em;
	overflow: hidden;
}

#row_1 .coltab-item p strong {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.15em;
	font-family: 'CenturySchoolbookW01-It 927458';

}

#row_1 .coltab-item .more-wrapper {
	display: block;
	text-align: center;
	width: 100%;
}

#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;
}

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

	#row_1 .col {
		margin: 0 auto;
		width: 33.333%;
		float: left;
		display: inline-block;
		padding: 10px;
	}
	
	#row_1 .col .btn-container-wrapper a, a.section_more {
		font-size: 14px !important;
		float: none;
		width: 55px;
		padding: 4px 0;
		margin: 0 auto;
		float: right;
	}

}
