/* cmsms stylesheet: rt2015_layout modified: 02/27/18 15:12:41 */

.youTube{
padding-top:40px;
}

.callOut{
font-size:2em;
margin:16px;
}
.rt-table{
display: table;
  border-collapse: separate;
}

.table-row{
	display: table-row;
	width:100%;
}
.table-cell{
	display: table-cell;
		width:100%;
}


/*our new header */
#rt-header{
	background-color: #F00079;
	border-color: #F00079;
}

#rt-header a{
	color: white;
}

#rt-logo{
	margin: 8px 0;
	max-width: 200px;
}


#rt-search{
	display:none;
}

#rt-nav-icon{
	color: white;
	font-size: 36px;
	margin-top:38px;
	display: block
}

#rt-topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#rt-topnav a{
	display:inline-block;
	font-size: 24px;
	line-height: 1.2em;
}

#rt-topnav a:hover{
color:#333;
text-decoration: underline;
	}

#rt-topnav li{
	display: block;
	padding:0 14px 0 0;
}


#rt-title{
	background-color: #333;
	color: white;
}

/* homepage */

#rt-home-feature{
	background: url(/uploads/images/tabImages/120512_095_tk_ar_600x280.jpg) no-repeat;
	background-size: cover;
	position: relative;
	min-height: 280px;
	margin: 16px 0;
}

#rt-home-feature span{
	display:inline-block;
	background-color: #F00079;
	padding:4px;
	color:white;
	font-size: 26px;
	position: absolute;
	bottom:16px;
}
#rt-home-twit-header, #rt-news-title{
font-size: 28px;
line-height: 42px;
color:#606060;
}

.rt-home-block{
	position: relative;
	min-height: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #F00079;
	margin:15px 0;
	padding:8px;
	color:white;
	line-height: 1em;
	background-size: cover;
	font-size: 14px;
}

.rt-home-donate {
  bottom: 16px;
  left: 0;
  width:100%;
  position: absolute;
  text-align: center;
}



.rt-home-block-title{
	display:inline-block;
	background-color: #F00079;
	padding:4px;
	color:white;
	font-size: 22px;
	line-height: 24px;
	position: absolute;
	bottom:16px;
	left:0;
}
.rt-home-block-title-noimage{
	color:white;
	font-size: 22px;
	line-height: 24px;
}

#rt-home-about {
	font-size: 28px;
	line-height: 1.1em;
	margin: 16px 0;
	padding: 16px;
}

.rt-home-title{
	font-size: 32px;
	line-height: 36px;
}

.rt-feed-image img{
width:60px;
height:60px;
margin-bottom: 16px;
	}

.rt-feed-item {
	max-height:92px;
	color:#606060;
  overflow: hidden;
  padding-top: 6px;
  text-overflow: ellipsis;
  line-height: 1.2em;
}

.rt-feed-block{
	padding: 0 0 16px 16px;

}

.tweetContainer{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


.pageContent {
padding: 2em 0 2em 0;
  color: #505050;
  font-size: 18px;
}


#subNav{
padding-top:50px;
}

#subNav ul{
list-style-type: none;
}

#subNav a{
display:block;
background-color:black;
padding:0.4em;
font-size:18px;
margin-bottom:2px;
}

#rt-kit{
	background-color: #666;
	color: white;
	padding:1em 0;
}

#rt-kit label{
	font-size: 26px;
	font-weight: 100;
	margin-bottom: 5px;
}

#rt-kit input[type=text]{
	width:auto;
}

.rt-strap {
	background-color: #333;
	color: white;
	padding: 0.5em 0;
}

#rt-footer{
	background-color: #000;
	color: white;
	padding:2em 0;
}


.smTweet span{display:none;}

#socmed{
margin:-6px 0 10px 0;
}

.socmed-icon{
display:inline-block;
width:41px;
height:40px;
margin-right:16px;
background:url(/millcolib/layout/footer_socmed_sprite.png) no-repeat;
}
.socmed-youtube{
background-position:-58px 0;
}
.socmed-twitter{
background-position:-114px 0;
}

.rt-pubs-list-item{
	padding-bottom: 2em;
}

/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	#rt-nav-icon{
		font-size: 36px;
	}


}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	#rt-search{
	margin-top:20px;
	display: block;
	}

	#rt-home-about {
		min-height: 280px;
	}

	.rt-home-block{
		height: 220px;
	}

	#rt-topnav li{
		display: inline;
	}

	#rt-topnav a{
		display:inline-block;
		padding:0 0 8px 12px;
		font-size: 18px;
	}



	#rt-topnav .pj-mobile-only{
		display:none;
	}

	#rt-nav-icon{
		display:none;
	}

	.job-list-content, .jobSummary{
		padding-left: 0;
	}

#rt-kit input[type=text]{
	max-width:320px;
}

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#rt-home-about {
	font-size: 36px;
	}

	#rt-topnav a{

			font-size: 24px;
	}


}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#rt-home-about {
	font-size: 36px;
	}

	#rt-topnav{
		margin-top: -20px;
	}

}
/* cmsms stylesheet: rt2015_menu modified: 01/18/18 14:45:43 */
/* mobile first grid for rt menus 2015 */

.rt-topnav-cell a.rt-topnav-current,
.rt-topnav-cell a:hover{
	background-color: #949597;
	text-decoration: none;
	}


#rt-topnav-row{
	background-color: #666;
}

#rt-topnav li ul {
display:none;
}
#rt-topnav li {
	padding:14px 14px 14px 0;
	border-bottom: 1px solid #ccc;
}

#rt-topnav.topnav-active{display:block;}


.navbar-collapse.in {
  overflow-y: visible; 
}


#rt-subnav{
	width:100%;
	line-height: 44px;
	display:block;
	position: relative;
	z-index: 40;
	padding-top: 20px;
	margin-bottom: 4px;
}

#rt-subnav ul{
	padding:0;
}

#rt-subnav-list{
	position: absolute;
	top:64px;
	display: none;
	width:100%;
}

#rt-subnav li{
	width: 100%;
	display: block;
}

#rt-subnav a{
	display: block;
	line-height: 44px;
	font-size: 18px;
	padding: 0 10px;
	text-decoration: none;
	background-color: #222;
	color:white;
	border-bottom: 1px solid #888;
}
#rt-subnav a span{line-height: 1em;}
#rt-subnav a:hover{
	color:#f00079;
}


#rt-subnav li a.currentpage.parent,
#rt-subnav #rt-subnav-parent{
	background:url(/millcolib/layout/menu-sprite.png) right 20px no-repeat;
}

#rt-subnav li a.currentpage.parent{
	background-color: #333;
}

#rt-subnav li li a,
#rt-subnav li li a.currentpage.parent{
	background-color: #444;
	padding-left: 20px;
}

	#rt-subnav li li li a,
	#rt-subnav li li li a.currentpage.parent{
		background-color: #666;
		padding-left: 30px;
	}

	#rt-subnav li li li li a,
	#rt-subnav li li li li a.currentpage.parent{
		background-color: #888;
		padding-left: 40px;
	}

#rt-subnav #rt-subnav-parent{
	border-bottom: 0;
	background-color:#999;
}

#rt-subnav #rt-subnav-parent.menu-open{
	background-position: right -30px;
}



#rt-subnav-list.menu-active{
	display: block;
}




/* large phone/iphone landscape */
@media (min-width: 480px) {

}

/* large tablet portrait */
@media (min-width: 768px) {

#rt-topnav li {
	border-bottom: 0;
}
	#rt-topnav-row{
	background-color: #F00079;
}

}

/* desk+laptop/large tablet landscape */
@media (min-width: 978px) {

	#rt-topnav-row{
	background-color: #F00079;
}

	#rt-subnav{
		margin-bottom: 64px;
	}

	#rt-subnav-list{
		display: block;
		position: relative;
	}

	#rt-subnav > #rt-subnav-parent{display:none;}


	#rt-topnav-parent{
		display: none;
	}

	#rt-topnav{
		display: table;
		position: relative;
		top: 0;
		width:100%;
	}

	.rt-topnav-cell{
		display: table-cell;
		vertical-align: middle;
	}

	.rt-topnav-cell a, .rt-topnav-cell a:visited {
		text-align: center;
		border-bottom: 0;
		background-color: #515151;
		border-left:1px solid #999; 
	}

	.rt-topnav-cell a.rt-topnav-current,
	.rt-topnav-cell a:hover{
		background-color: #949597;
		text-decoration: none;
		}

	#rt-subnav-list{
		position: relative;
		top:0;
	}

	

	.clearb {
	/* needed for some browsers */
		clear: both;
	}


}
/* cmsms stylesheet: rt_components modified: 03/05/18 08:37:33 */
#rt-donate-butt,
.rt-donate-butt{
	font-size: 24px;
	margin:auto;
}

.btn-dark {
	color:#fff;
  background-color: #333;
  border-color: #333;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
	color:#fff;
  background-color: #666;
  border-color: #777;
}

.btn-pink {
	color:#fff;
	  background-color: #F00079;
	  border-color: #F00079;
	}
	
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
	color:#fff;
	background-color: #666;
	border-color: #777;
}


.rt-kit{
	background: #666666;
}

/* large tablet portrait */
@media (min-width: 769px) {
	.rt-kit{
		background: linear-gradient(to right, #666666 0%, #666666 50%, #F00079 50% , #F00079 100%); /* W3C */
	}

}

.rt-50-title{
	background: url('/assets/images/bg_gold.png') #C9A351 repeat-x;
	background-size: 100% 100%;
	padding:0;
	box-shadow: inset 0 15px 15px -10px rgba(0,0,0,0.8);
	margin-bottom: 20px;
}

.rt-50-promo{
	margin:16px 0;
	font-size: 20px;
	font-weight:400;
}

.rt-50-promo p:first-of-type {
	font-size: 26px;
}

.rt-50-home{
	background: url('/assets/images/bg_gold.png') #C9A351 repeat-x;
	background-size: 100% 100%;
	border:2px solid black;
}

.rt-home-about{
	color:#333;
}
/* cmsms stylesheet: rt_typography modified: 10/19/18 12:32:46 */
a{
color:#F00079;
outline: 0;
text-decoration:none;
}

a:focus{
color:#F00079;
outline: 0;
text-decoration:none;
}


a:hover{
background-color:#F00079;
color:white;
text-decoration:none;
}

body{
font-family: 'Source Sans Pro', sans-serif;
}

.pink,
.bg-pink{
	background-color:#F00079;
	color:white;
}

.black{
background-color:#000;
color:white;
}

.black-text{
color:black;
}
.grey{
background-color:#b7b7b7;
color:#000;
}

.lede{
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.3em;
	color: #333;
}


.light-grey{
	background-color:#E2E2E2;
}

.dark-grey{
	background-color:#333;
	color:white;
}


.dark-text,
.text-dark{
	color:#333;
}

.white{
background-color:#fff;
}

h1, h2{
	color:white;

	line-height:1;
	font-weight:700;
	font-size:48px;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}

.call-out{
	margin:40px 0 20px 0;
	font-size:38px;
}

h3{
	font-size:32px;
	font-weight:700;
}

.h3label{
	font-size:26px;
	font-weight:200;
	margin:0 0 5px 0;
}

.rt-strap {
	font-weight: 200;
	font-size: 18px;
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	h1, h2{
		font-size:54px;
	}
	
	.rt-strap {
		font-size: 26px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


}
/* cmsms stylesheet: rt-blog modified: 01/19/18 14:22:11 */
.rt-blog-menu{

  background-color: #666;
  color: white;
  font-size: 1.6em;
}
.rt-blog-menu a{
  color:white;
  display:inline-block;
  padding:1em;

}
.rt-blog-menu ul{
margin:0;
padding:0;

}
.rt-blog-menu li{
  list-style: none;
  display:inline-block;
}


.rt-blog-summary{
  padding-bottom:14px;
}

.rt-blog-summary img { display: block; max-width: 100%; height:auto; }


.rt-blog-summary-link,
.rt-blog-summary-link-h3 {
  color: #333;
  font-weight: 400;
}

.rt-blog-summary-link:hover,
.rt-blog-summary-link-h3:hover {
  color: #f00079;
}

.rt-blog-detail-image {
  width: 100%;
}

.post-meta {
  margin: 1em 0;
}

.rt-share {
  text-align: left;
  margin-top: 48px;
  margin-bottom: 22px;
}

.millco-socmed-icon {
  background: #f00079;
  display: inline-block;
  color: white;
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  margin: 0 1px 8px;
  border-radius: 30px;
}

.millco-socmed-icon:hover {
  background: #333;
}


.tc{
  display:inline-block;
  padding:0.2em;
  color:white;
  background-color: #333;
  margin:2px;
  font-size:10px;
}

.tc_10{ font-size:12px;}
.tc_20{ font-size:16px;}
.tc_40{ font-size:20px;}
.tc_60{ font-size:24px;}
.tc_80{ font-size:28px;}
.tc_100{ font-size:32px;}


figure.image {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px 0 1px;
    background: #eee;
}

figure.image.align-left {
    float: left;
    margin-right:16px;
}

figure.image.align-right {
    float: right;
    margin-left:16px;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
    font-style:italic;
}


.size-full{
  max-width:100%;
  height:auto;
}
/* cmsms stylesheet: rt-tiny modified: 04/21/16 12:35:22 */
a{
color:#F00079;
outline: 0;
text-decoration:none;
}

h3{
font-size:32px;
font-weight:700;
}

figure.image.align-left {
    float: left;
    margin-right:16px;
}

figure.image.align-right {
    float: right;
    margin-left:16px;
}

blockquote {
  background: url("/millcolib/layout/blockquote.png") no-repeat scroll 0 0 / 32px 32px;
  color: #777;
  font-style: italic;
  margin: 0 0 20px;
  padding-left: 50px;
  border-left:5px solid white;
}
