/* 
================================
 Container Styles for DotNetNuke
================================
*/

.ModuleTitle_MenuContainer {
	width: 100px!important;
}

.Container-1,
.Container-2{
	margin-bottom: 30px;
}

.Container-1 .title1{
	font-family: 'Conv_Gotham-Bold';
	font-weight: bold;
	font-size: 19px;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
}

.Container-1 .dnntitle{
	padding: 40px 0 15px 0;
}

.Container-2 .title2{
	font-family: 'Conv_Gotham-Bold';
	font-weight: bold;
	font-size: 19px;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
}

.Container-2 .dnntitle{
	padding: 40px 0 15px 0;
}

.Container-2 .dnntitle:after{
	content: '';
	display: block;
	height: 0;
	width: 100%;
	border-bottom: 2px solid #fff;
	margin-top: 2px;
}

.Container-3{
	border-top: 3px solid #A31C38;
	border-bottom: 3px solid #A31C38;
	border-left: 4px solid #A31C38;
	border-right: 4px solid #A31C38;
	text-align: center;
}

.Container-3 .dnntitle{
	background-color: #A31C38;
	padding: 14px 0;
}

.Container-3 .title3{
	font-weight: 700;
	font-size: 18px;
	line-height: 16px;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
}


.Container-H1 {
	margin-bottom: 5px;
}

.Container-H1 .dnntitle {
	padding: 0px;
}

.Container-H1 .contentmain {}

.Container-H1 .contentpane {
	padding: 5px 0px 1px 0px;
	text-align: left;
	vertical-align: top;
	clear: both;
}

.Container-H2 {
	margin-bottom: 5px;
}

.Container-H2 .dnntitle {
	padding: 0px;
}

.Container-H2 .contentmain {}

.Container-H2 .contentpane {
	padding: 5px 0px 1px 0px;
	text-align: left;
	vertical-align: top;
	clear: both;
}

.Container-H3 {
	margin-bottom: 5px;
}

.Container-H3 .dnntitle {
	padding: 0px;
}

.Container-H3 .contentmain {}

.Container-H3 .contentpane {
	padding: 5px 0px 1px 0px;
	text-align: left;
	vertical-align: top;
	clear: both;
}

@media only screen and (max-width: 767px) {
	.Container-1 .dnntitle{
		padding-top: 20px;
	}
	.Container-2 .dnntitle{
		padding: 10px 0 15px 0;
	}
}

