body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-y: scroll;
	background: url('/images/tauw/responsive/imgs/contentareabg.jpg') repeat top center;
}

* {
	box-sizing: border-box;
	outline: none;
}

img {
	max-width: 100%;
}

.hidden {
	display: none !important;
}

a:after {
	display: inline-block;
	margin: 0px 0px 0px 4px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a[href$=".rss"]:after {
	content: "\f09e";
}

a[href$=".doc"]:after {
	content: "\f1c2";
}

a[href$=".pdf"]:after {
	content: "\f1c1";
}

a[href$=".csv"]:after, a[href$=".xlsx"]:after, a[href$=".xls"]:after {
	content: "\f1c3";
}

a[href^="http:"]:after, a[href^="https:"]:after {
	content: "\f08e";
}

a[href^="mailto:"]:after {
	content: "\f0e0";
}

a.no-icon:after {
	content: "" !important;
	display: none;
}

a[href^="http://www.tauw.org"]:after, 
a[href^="https://www.tauw.org"]:after,
a[href^="http://tauw.org"]:after,
a[href^="https://tauw.org"]:after,
a[href^="http://stage.tauw.org"]:after,
a[href^="https://stage.tauw.org"]:after,
a[href*=".tauw.org"]:after {
	content: "";
}



img.FloatRight {
    float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

img.FloatLeft {
    float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px;
}

h1, h2, h3 {
	text-transform: uppercase;
}

.MainContent a[href^="http://www.tauw.org"], 
.MainContent a[href^="https://www.tauw.org"],
.MainContent a[href^="http://tauw.org"],
.MainContent a[href^="https://tauw.org"],
.MainContent a[href^="http://stage.tauw.org"],
.MainContent a[href^="https://stage.tauw.org"],
.MainContent a[href*=".tauw.org"] {
	color: #0e2e84;
	text-decoration: underline;
}

.m-b-0 {
	margin-bottom: 0px;
}

.Container {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	padding: 0px 15px;
}

#TopArea {
	overflow: hidden;
	height: 290px;
	/*background: url('/images/tauw/responsive/imgs/headerareabg.jpg') repeat top center;*/
	background: #005191;
	background-size: cover;
	position: relative;
}

#TopArea.Slideshow {
	height: 400px;
}

.TopMenuBG {
	height: 45px;
	overflow: hidden;
	background: rgba(10,25,75,.75);
	position: relative;
	z-index: 2;
}

.TopMenu {
	max-width: 960px;
	margin: auto;
	padding: 0px 25px;
}

.HelpMenu {
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
}

.HelpMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.HelpMenu ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.HelpMenu a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px;
	margin: 0px 2px;
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	/*font-family: "Roboto Condensed";*/
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	letter-spacing: .5;
}

.HelpMenu a:hover {
	background: rgba(255,255,255,.50);
}

.SearchBox {
	float: right;
	padding: 8px 0px;
}

.SearchBox form {
	margin: 0px;
	padding: 2px;
	//background: #f05032;
	display: inline-block;
	//border-radius: 3px;
    //overflow: hidden;
}

.SearchBox input[type='text'] {
	width: 200px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid #FFF;
	padding: 0px 10px;
	vertical-align: top;
	float: left;
}

.SearchBox button {
	height: 25px;
	width: 34px;
	border-radius: 3px;
	border: 1px solid #f04f31;
	background: #f04f31;
	color: #FFF;	
	vertical-align: top;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.MainHeader {
	width: 96%;
	max-width: 960px;
	margin: auto;
	padding: 0px 25px 0px 0px;
	position: relative;
	z-index: 15;
}

.MainHeader #Logo {
	float: left;
	position: relative;
	padding: 15px 0px;
}

.MainHeader #Logo a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 0px;
}

.MainHeader #Logo h1 {
	display: block;
	height: 165px;
	width: 216px;
	background: url('/images/tauw/responsive/imgs/TAUWLiveUnitedLogo.png') no-repeat top left;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999;
	margin: 0px;
	padding: 0px;
}

#MainMenu {
	float: right;
	padding: 15px 0px;
}

#MainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#MainMenu ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#MainMenu a {
	display: inline-block;
	margin-left: 15px;
	padding: 0px 0px 1px;
	border-bottom: 5px solid transparent;
	position: relative;
	text-decoration: none;
}

#MainMenu a:after {
	margin: 0px;
	
	position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fc9202;
    content: '';
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	
	
    bottom: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

#MainMenu a:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/*#MainMenu a:hover:after {
	border-bottom-color: #fc9202;
}*/

#MainMenu a span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 19px;
}

#MainMenu ul ul {
	display: none;
}

#MainMenu > ul > li:nth-child(1) > a span{
	background: url('/images/tauw/responsive/imgs/nav_aboutus.png') no-repeat top left;
	width: 72px;
}

#MainMenu > ul > li:nth-child(3) > a span {
	background: url('/images/tauw/responsive/imgs/nav_campaignhq.png') no-repeat top left;
	width: 97px;
}

#MainMenu > ul > li:nth-child(2) > a span {
	background: url('/images/tauw/responsive/imgs/nav_getinvolved.png') no-repeat top left;
	width: 97px;
}

#MainMenu > ul > li:nth-child(4) > a span {
	background: url('/images/tauw/responsive/imgs/nav_localimpact.png') no-repeat top left;
	width: 102px;
}

#MainMenu > ul > li:nth-child(5) > a span {
	background: url('/images/tauw/responsive/imgs/nav_newsevents.png') no-repeat top left;
	width: 110px;
}

#MainMenu a span {
	text-indent: 0px;
	background: none !important;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    width: auto !important;
    font-stretch: condensed;
    font-size: 15px;
    color: #FFF;
    text-shadow: 1px 1px 3px black;
}


.Slides {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 420px;
	z-index: 1;
}

.Pager {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 960px;
	z-index: 10;
	text-align: right;
	max-width: 96%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	font-size: 0px;
}

.Pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 10000px;
	background: #FFFFFF;
	margin: 0px 5px 15px 0px;
	cursor: pointer;
}

.Pager span.cycle-pager-active {
	background: #f7b040;
}

.Slide {
	width: 100%;
}

.Slide .BG {
	width: 100%;
	height: 420px;
}

.Slide1 .BG {
	background: url('/images/tauw/responsive/imgs/HomeHeader1.jpg') no-repeat top center;
}

.Slide2 .BG {
	background: url('/images/tauw/responsive/imgs/HomeHeader2.jpg') no-repeat top center;
}

.Slide3 .BG {
	background: url('/images/tauw/responsive/imgs/HomeHeader3.jpg') no-repeat top center;
}

.Slide4 .BG {
	background: url('/images/tauw/responsive/imgs/HomeHeader4.jpg') no-repeat top center;
}

.Slide5 .BG {
	background: url('/images/tauw/responsive/imgs/HomeHeader5.jpg') no-repeat top center;
}

.Slide6 .BG {
	background: url('/images/tauw/responsive/imgs/HomeHeader6.jpg') no-repeat top center;
}



.Slide .Text {
	width: 960px;
	height: 240px;
	overflow: hidden;
	padding: 0px 25px 0px 288px;
	position: absolute;
	top: 125px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.Slide .MobileText {
	display: none;
}

#TopArea.Slideshow .DonateBtn {
	top: 305px;
}

.DonateBtn {
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 2;
	width: 215px;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
}

.DonateBtn a, form table input[type='submit'] {
    display: inline-block;
    background: #FE2617;
    color: #FFF !important;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    padding: 0px 20px;
    text-decoration: none !important;
    /*font-family: "Roboto Condensed";*/
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px #ab3c3c;
	letter-spacing: 1px;
	border: none;
}

.DonateBtn a {
	width: 100%;
	font-size: 16px;
}

.DonateBtn a:hover {
	margin-top: 2px;
	box-shadow: 0 2px #ab3c3c;
}


.CampaignCountdown {
    border: 0px solid #a21e00;
    border-width: 2px;
    background: #ea2b00;
    padding: 10px 0px;
    margin: 15px 25px 0px;
    width: 100%;
    text-align: center;
    /*text-shadow: 0px 0px 10px rgba(0,0,0,.25);*/
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    float: left;
    float: right;
    width: calc(100% - 350px);
}

.CampaignCountdown > strong {
	vertical-align: middle;
}

.CampaignCountdown #getting-started {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
}

.CampaignCountdown #getting-started span {
	display: inline-block;
	padding: 0px 5px;
	border-right: 2px solid #FFF;
	max-height: 20px;
}

.CampaignCountdown #getting-started span:last-child {
	border-right: none;
}

.MainContent {
	width: 96%;
	max-width: 1024px;
	margin: 0px auto;
	background: #FFF;
	border-width: 0px 1px;
	clear: both;
	position: relative;
	z-index: 2;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,.5);
}

.LeftBar {
	width: 32%;
	width: 300px;
	background: #e0e6f7;
	padding: 15px 25px;
	display: inline-block;
}

.LeftBar .widget {
	border-top: 10px solid #5375B7;
	margin: 0px 0px 15px;
	clear: both;
}

.LeftBar h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #5375B7;
	font-size: 22px;
	margin: 5px 0px 10px;
	text-transform: uppercase;
}

.LeftBar .Menu2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.LeftBar .Menu2 ul li {
	display: block;
	text-transform: capitalize;
	font-weight: bold;
}

.LeftBar .Menu2 a {
	display: block;
	border-bottom: 1px solid #cdd3df;
	padding: 2px 5px;
}

.LeftBar .Menu2 ul li li {
	text-transform: none;
	font-variant: normal;
}

.LeftBar .Menu2 ul li li li a {
	padding-left: 30px;
}

.LeftBar .Menu2 ul li a {
	text-decoration:none;
	text-transform: uppercase;
	color: #e14000;
}

.LeftBar .Menu2 ul li li a {
	font-weight: normal;
	text-transform: none;
	color: #4c5059;
}

.LeftBar .Menu2 li .Selected {
	font-weight: bold;
	color: #e14000;
}

.LeftBar .Menu2 ul li li .Selected {
	font-weight: bold;
	color: #e14000;
}

.LeftBar .Menu2 li li li .Selected {
	color: #e14000;
	padding-left: 30px;
	background-color: transparent;
	background-image: url(/images/tauw/skin/images/TAUWCarrot.gif);
	background-repeat: no-repeat;
	background-position: 20px 8px;
}

.LeftBar .Menu2 ul li a:hover {
	background-color: #b7c2d7;
}

/*
	.LeftBar h2.events-title-events {
	background: url(/images/tauw/responsive/imgs/UCOMING_EVENTS.png) no-repeat scroll left top transparent;
	display: block;
	height: 28px;
	margin: 0 0 10px;
	text-indent: -9999px;
	width: 185px;
	}
	
	.LeftBar h2.events-title-news {
	display: block;
	height: 28px;
	margin: 0 0 10px;
	text-indent: -9999px;
	width: 185px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/tauw/responsive/imgs/LATEST_NEWS.png);
	background-repeat: no-repeat;
	background-position: left top;
}*/

.event {
	margin: 0px;
	overflow: hidden;
	padding: 0 5px 5px;
	margin: 0 0 5px;
	border: 0px solid #444;
	border-width: 0px 0px 1px;
}

.event:last-child {
	margin: 0px;
	border-width: 0px;
}

.event h3 {
	color: #4F4F4F;
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

.event .event-date a {
	color: #5375B7;
	font-weight: bold;
	text-decoration:none;
	font-size: 16px;
}

.event .event-more a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #0056A1;
	float: right;
	clear: both;
	margin-top: 10px;
	font-size: 12px;
}

.news {
	margin: 0px;
	overflow: hidden;
	padding: 0 0 7px;
}

.news:last-child {
	padding-bottom: 0px;
}

.news .news-title {
	font-weight: bold;
	color: #4f4f4f;
	font-size: 14px;
	padding: 3px 5px;
}
.news .news-date {
	color: #5375B7;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 5px;
}
.news .news-info {
	color: #4f4f4f;
	font-size: 12px;
	padding: 3px 5px;
}
.news .news-more a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #0056A1;
	float: right;
	clear: both;
	margin-top: 10px;
	font-size: 12px;
}

.AffinityGroup .Images {
	text-align: center;
}

.AffinityGroup .Images a {
	display: block;
}

.AffinityGroup .Images img {
	margin: 0px 0px 15px;
}

.ContentContainer {
	float: right;
	width: 68%;
	width: calc(100% - 300px);
	padding: 15px 25px;
}

.ContentContainer a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fe2617;
	text-decoration: none;
}

.ContentContainer > *:first-child {
	margin-top: 0px !important;
}

.ContentContainer h1 {
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	/*font-family: "Roboto Condensed";*/
	font-size: 28px;
}

.ContentContainer h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	/*font-family: "Roboto Condensed";*/
	font-size: 22px;
}

.ContentContainer h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	/*font-family: "Roboto Condensed";*/
	font-size: 19px;
}

.ContentContainer h4, .ContentContainer h5, .ContentContainer h6 {
	margin-bottom: 10px;
}

.ContentContainer ol, .ContentContainer ul {
	margin: 0px 0px 15px;
}

.ContentContainer ol ol, .ContentContainer ul ul, .ContentContainer ul ol, .ContentContainer ol ul {
	margin: 0px 0px 5px;
}

.ContentContainer li {
	margin: 3px 0px;
}

.ContentContainer table {
	border-collapse: collapse;
	width: 100%;
	margin: 0px 0px 15px;
}
.ContentContainer tr {
	border-bottom: 1px solid #ccc;
}
.ContentContainer th, .ContentContainer td {
	text-align: left;
	padding: 4px;
}

.Story {
	padding: 0px;
	margin: 0px 0px 15px;
	display: inline-block;
	width: 100%;
	border: 2px solid #EEE;
	
	background: #FFF;
}

.MainStory {
	/*border-width: 14px 2px 2px;
	border-color: #0e2e84;*/
}

.Story .Text {
	float: left;
    width: calc(100% - 30px);
    padding: 10px 15px 0px;
    background: #FFF;
	background: rgba(255,255,255,.9);
    margin: -50px 15px 0px;
	position: relative;
}

.Story .Text:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
}

.Story .Image {
	float: right;
	margin: 0px 0px 0px;
	width: 100%;
	position: relative;
	height: 0px;
	padding-bottom: 50%;
	overflow: hidden;
}

.Story .Image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

.Story .Text h2 {
	margin: 0px 0px 15px;
	text-transform: uppercase;
}

.Story .Text p {
	margin: 0px 0px 15px;
}

/*
	.StoryRow .SubStory {
	width: 49%;
	float: left;
	}
	
	.StoryRow .SubStory:nth-child(2n+1) {
	margin-right: 2%;
	}
	
*/

.StoryFillers > div {
	width: 49%;
	background: #CCC;
	background-position: center center;
	background-size: cover;
	float: left;
	height: 0px;
	color: #FFF;
	padding-bottom: 24.5%;
	margin: 0px 0px 15px;
	position: relative;
	border: 0px solid #AAA;
	cursor: pointer;
	
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.StoryFillers > div:nth-child(2n+1) {
	margin-right: 2%;
}

.StoryFillers > div span {
	position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #FFF;
	background: rgba(0,0,0,.25);	
}

.StoryFillers > div:hover {
	box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,.75);
}

.StoryFillers > div h4 {
	position: absolute;
    bottom: 12px;
    left: 15px;
    right: 15px;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    /*font-family: "Roboto Condensed";*/
    text-transform: uppercase;
	text-shadow: 1px 1px 1px 0px #000;
}

.StoryFillers a {
	color: #FFF !important;
}

.StoryFillers .Volunteering {
	background-image: url("/images/tauw/responsive/imgs/box1.jpg?reload=1");
}

.StoryFillers .MoneyAtWork {
	background-image: url("/images/tauw/responsive/imgs/box2.jpg");
}

.BrandBar {
	display: inline-block;
    width: 100%;
	clear: both;
	margin: 0px 0px 15px;
	border: 0px solid #CCC;
	border-width: 2px 0px;
	padding: 15px 0px 17px;
}

.BrandBar h2 {
	margin-top: 0px;
}

.BrandBar .Images {
	font-size: 0px;
}

.BrandBar a {
	display: inline-block;
	width: 32%;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 2%;
}

.BrandBar a:nth-child(3n+1) {
	clear: both;
	margin: 0px;
}

.BrandBar a img {
	
}

.UnitedMonthlySignup {
	width: 46%;
	float: left;
}

.UnitedMonthlySignup iframe {
	width: 100% !important;
}

.TwitterFeed {
	width: 50%;
	float: right;
	min-height: 370px;
}

.UnitedMonthlySignup h3, .TwitterFeed h3 {
	font-size: 21px;
	text-transform: uppercase;
}

.UnitedMonthlySignup h3 strong {
	color: #e14000;
}

.UnitedMonthlySignup form {
	padding: 15px 15px 0px;
	background: #e2e5f2;
}

.UnitedMonthlySignup form small {
	font-size: 10px;
}

.UnitedMonthlySignup .row {
	clear: both;
	margin: 0px 0px 10px;
	display: inline-block;
	width: 100%;
}

.UnitedMonthlySignup label {
	max-width: 100px;
	line-height: 25px;
	float: left;
	font-weight: bold;
}

.UnitedMonthlySignup input[type='text'], .UnitedMonthlySignup input[type='email'] {
	width: calc(100% - 100px);
	float: right;
	height: 25px;
	border: 1px solid #CCC;
	border-radius: 2px;
}

.UnitedMonthlySignup form button {
	display: inline-block;
	background: #0e2e84;
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px;
	line-height: 25px;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #0e2e84;
}

.TwitterFeed i {
	color: #1da1f2;
}

.TwitterFeed p {
	text-align: center;
	margin: 0px;
	padding: 14px 0px 0px;
}

.HeightReset {
	clear: both;
}

.FooterBar  {
	background: #06174B;
	min-height: 45px;
}

.FooterBar .LeftSide {
	width: 32%;
	float: left;
}

.FooterBar .LeftSide .Red {
	background: #F02D1B;
	float: left;
	width: 50%;
	height: 45px;
}

.FooterBar .LeftSide .Yellow {
	background: #FEB324;
	float: left;
	width: 50%;
	height: 45px;
}

#FooterMenu {
	float: right;
	width: 68%;
	padding: 0px 25px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
}

#FooterMenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#FooterMenu ul li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

#FooterMenu a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px;
	margin: 0px 2px;
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	/*font-family: "Roboto Condensed";*/
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	letter-spacing: .5;
}

#FooterMenu a:hover {
	background: rgba(255,255,255,.50);
}

.Footer {
	background: #0a0e4e url(/images/tauw/responsive/imgs/footerbg.jpg) top center no-repeat;
	min-height: 215px;
	margin-top: -75px;
	padding-top: 80px;
	text-align: center;
	color: #FFF;
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	font-size: 12px;
	font-stretch: condensed;
}

.Footer a {
	color: #FF9300;
	text-decoration: none;
}

.Footer .Socials {
	max-width: 960px;
	margin: auto;
	text-align: center;
	font-size: 0px;
	padding: 10px 0px;
}

.Footer .Socials a {
	margin: 0px 8px;
}

.MobileMenu {
	display: none;
}

#TopArea.HeaderImages1 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner1a.jpg');
}

#TopArea.HeaderImages2 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner2a.jpg');
}

#TopArea.HeaderImages3 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner3a.jpg');
}

#TopArea.HeaderImages4 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner4a.jpg');
}

#TopArea.HeaderImages5 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner5a.jpg');
}

#TopArea.HeaderImages6 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner6a.jpg');
}

#TopArea.HeaderImages7 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner7a.jpg');
}

#TopArea.HeaderImages8 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner8a.jpg');
}

#TopArea.HeaderImages9 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner9a.jpg');
}

#TopArea.HeaderImages10 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner10a.jpg');
}

#TopArea.HeaderImages11 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner11a.jpg');
}

#TopArea.HeaderImages12 {
	background-image: url('/images/tauw/responsive/imgs/SmallHeaders/SmallBanner12a.jpg');
}

.ContentContainer form table tr {
	border-bottom: 0px;
}

.ContentContainer form table input[type='text'] {
	max-width: 100%;
	height: 25px;
	border-radius: 2px;
	padding: 0px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
}

.ContentContainer form table textarea {
	max-width: 100%;
	border-radius: 2px;
	padding: 10px 10px;
	border: 1px solid #CCC;
	width: 100%;
	font-size: 14px;
}

.ContentContainer form table select {
	max-width: 100%;
	height: 25px;
	border-radius: 2px;
	padding: 0px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
}



#my-menu .mm-listview {
	margin-top: 0px;
	margin-bottom: 0px;
}

#my-menu .mm-listview:first-of-type {
	margin-top: -20px;
}

#my-menu h4 {
	font-size: 14px;
	margin: 20px 0px 0px;
	color: #333;
	line-height: 39px;
	border-bottom: 1px solid #dbdbdb;
}

.ContactSection {
	width: 30%;
	margin: 0px 0px 15px 2%;
	float: left;
}

.ContactSection:nth-of-type(3n+1) {
	width: 36%;
	margin-left: 0px;
}

.Map {
	width: 100%;
	height: 0px;
	padding-bottom: 40%;
	position: relative;
	clear: both;
	border: 2px solid #AAA;
	overflow: hidden;
}

.Map iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
}

a.mobile-link {
	font-weight: normal;
	color: #000;
	cursor: text;
}

#my-menu {
	display: none;
}								

.NewListing {
    display: inline-block;
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #CCC;
    padding: 0px 5px 18px;
}

.NewListing h4 {
	margin-top: 0px;
}

.row {
	clear: both;
	display: inline-block;
	width: 100%;
}

.row > div {
	margin: 0px 0px 0px 2%;
	float: left;
}

.row > div > *:first-child {
	margin-top: 0px;
}

.row > div:first-child {
	margin-left: 0px;
}

.row .half {
	width: 49%;
}

.row .third {
	width: 32%;
}

.row .fourth {
	width: 23.5%;
}

.row .two-thirds {
	width: 66%;
}

.row .three-fourths {
	width: 74.5%;
}

.ContentContainer .BannerTitle {
	background: #0e2e84;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	padding: 10px;
}

.ContentContainer .BannerTitle small {
	font-size: 16px;
	display: block;
	text-align: right;
}

.YoutubeVideo {
	padding-bottom: 56.25%;
	width: 100%;
	position: relative;
	margin: 1em auto;
}

.YoutubeVideo iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.Flyer-AnnualMeeting {
	background: #789fce;
	color: #FFF;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0px;
}

.Flyer-AnnualMeeting td {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}

.Flyer-AnnualMeeting td > *:first-child {
	margin: 0px;
}

.ContentContainer h3.SmallHeading {
	font-size: 24px;
	margin: 0px;
}

.ContentContainer h2.LargeHeading {
	font-size: 48px;
	margin: 0px;
}

.ContentContainer h3.MediumHeading {
	font-size: 32px;
	margin: 0px;
}

.TwoWide {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0px;
}

.Flyer-AnnualMeeting tr,
.TwoWide tr {
	border: none !important;
}

.TwoWide td {
	text-align: center;
	vertical-align: middle;
	width: 50%;
	padding: 10px 0px;
}

.TwoWide td p {
	margin: 0px auto;
	max-width: 250px;
	width: 100%;
}

.TwoWide td p img {
	max-height: 125px;
}

.h2Blue {
	color: #5377B5 !important;
}

.h2Red {
	color: #e14000 !important;
}

table {
	font-size: 14px;
}

table.no-border tr {
	border-bottom: none;
}

table.vertical-top td {
	vertical-align: top;
}

table.StaffDirectory {
	font-size: 12px;
}

.NewListing tr {
	border-bottom: 0px;
}

.NewListing tr br {
	display: none;
}

p.DonateLink a {
	font-size: 18px;
	text-transform: uppercase;
	color: #FE2617;
}

.Slide .BG:after {
	content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 1498px;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -moz-linear-gradient(left, rgba(0,81,145,1) 0%, rgba(0,81,145,0.9) 1%, rgba(0,81,145,0) 10%, rgba(0,81,145,0) 90%, rgba(0,81,145,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,81,145,1) 0%,rgba(0,81,145,0.9) 1%,rgba(0,81,145,0) 10%,rgba(0,81,145,0) 90%,rgba(0,81,145,1) 100%);
    background: linear-gradient(to right, rgba(0,81,145,1) 0%,rgba(0,81,145,0.9) 1%,rgba(0,81,145,0) 10%,rgba(0,81,145,0) 90%,rgba(0,81,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#005191', endColorstr='#005191',GradientType=1 );
}

@media screen and (max-width: 1000px) {
	.Slide .BG:after {
		display: none;
	}
	
	#TopArea.Slideshow {
		height: 300px;
	}
	
	#TopArea.Slideshow .Slide .BG {
		width: 100%;
		height: 300px;
		background-size: cover !important;
	}
	
	#TopArea.Slideshow .Slide .Text {
		top: 89px;
		height: 171px;
		padding-left: 343px;
	}
	
	#TopArea {
		height: 250px;
	}
	
	.MainHeader #Logo h1 {
		width: 165px;
		height: 128px;
	}
	
	#MainMenu a {
		margin-left: 10px;
	}
	
	.DonateBtn {
		top: 155px;
	}
	
	#TopArea.Slideshow .DonateBtn {
		top: 205px;
	}
	
	.UnitedMonthlySignup, .TwitterFeed {
		width: 100%;
	}
	
	.LeftBar {
		width: 250px;
	}
	
	.CampaignCountdown {
		width: calc(100% - 300px);
	}
	
	.ContentContainer {
		width: calc(100% - 250px);
	}
	
	.StoryFillers > div {
		width: 100%;
		padding-bottom: 35%;
		margin: 0px 0px 15px;
	}
	
	table.StaffDirectory tr, table.StaffDirectory td {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	
	table.column-break tr, table.column-break td {
		display: block;
	}
	
	.ContentContainer h1 {
		font-size: 24px;
	}
	
	#my-menu.mm-menu {
		display: block;
	}
	
	.LeftBar {
		height: auto !important;
	}
	
	.MainHeader #Logo h1 {
		width: 125px;
		height: 96px;
	}
	
	#MainMenu {
		display: none;
	}
	
	#TopArea.Slideshow .DonateBtn {
		top: 110px !important;
		left: 25px;
		right: auto;
		text-align: left;
	}
	
	.DonateBtn {
		top: 36px;
		right: 25px;
		left: auto;
		text-align: right;
	}
	
	.DonateBtn a {
		width: auto !important;
	}
	
	.HelpMenu {
		display: none;
	}
	
	.TopMenuBG {
		height: 52px;
	}
	
	.SearchBox {
		width: calc(100% - 50px);
	}
	
	.SearchBox input[type='text'] {
		width: calc(80% - 10px);
		height: 32px;
		float: left;
	}
	
	.SearchBox button {
		width: 20%;
		height: 32px;
		float: right;
	}
	
	.CampaignCountdown {
		width: calc(100% - 50px);
		font-size: 16px;
	}
	
	.CampaignCountdown .Container > strong {
		font-size: 14px;
		display: block;
		padding: 0px 0px 5px;
	}
	
	.ContentContainer, .LeftBar {
		width: 100%;
	}
	
	.seconds {
		display: none !important;
	}
	
	.CampaignCountdown #getting-started span:nth-child(3) {
		border-right: none;
	}
	
	.MobileMenu {
		display: block;
		float: left;
		width: 25px;
		text-align: left;
		color: #FFF;
	}
	
	.MobileMenu a {
		color: #FFF;
		/*line-height: 52px;*/
		display: inline-block;
		padding: 13px 0px;
		font-size: 26px;
	}
	
	#TopArea {
		min-height: 159px;
		height: auto !important;
	}
	
	#TopArea.Slideshow {
		min-height: 159px;
		height: auto !important;
	}
	
	.Slides {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 160px;
	}
	
	.MainHeader {
		position: absolute;
		top: 52px;
		left: 0px;
		width: 100%;
		padding: 0px 25px;
	}
	
	.MainHeader #Logo {
		float: none !important;
		position: relative;
		padding: 15px 0px;
	}
	
	.MainHeader #Logo h1 {
		/*background-image: url('/images/tauw/responsive/imgs/TAUWLiveUnitedLogo-BlueText.png');*/
		width: 100px;
		height: 77px;
	}
	
	.Slides {
		position: static;
		-webkit-transform: none;
		transform: none;
		height: auto;
	}
	
	#TopArea.Slideshow .Slide .BG {
		height: 160px;
		background-position: center;
		background-size: cover;
	}
	
	.Slide .Text {
		display: none;
	}
	
	.Slide1 .BG {
		background: url('/images/tauw/responsive/imgs/HomeHeader1_2.jpg') no-repeat top center;
	}
	
	.Slide2 .BG {
		background: url('/images/tauw/responsive/imgs/HomeHeader2_2.jpg') no-repeat top center;
	}
	
	.Slide3 .BG {
		background: url('/images/tauw/responsive/imgs/HomeHeader3_2.jpg') no-repeat top center;
	}
	
	.Slide4 .BG {
		background: url('/images/tauw/responsive/imgs/HomeHeader4_2.jpg') no-repeat top center;
	}
	
	.Slide5 .BG {
		background: url('/images/tauw/responsive/imgs/HomeHeader5_2.jpg') no-repeat top center;
	}
	
	.Slide6 .BG {
		background: url('/images/tauw/responsive/imgs/HomeHeader6_2.jpg') no-repeat top center;
	}
	
	.Slide .MobileText {
		display: block;
		position: relative;
		background: #0056a0;
		padding: 15px 25px;
	}
	
	.Slide .MobileText > * {
		margin: 0px;
		padding: 0px 0px 5px;
		color: #FFF;
	}
	
	.Slide .MobileText h1 {
		text-transform: uppercase;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		/*font-family: "Roboto Condensed";*/
		font-size: 16px;
	}
	
	.Slide .MobileText h2 {
		text-transform: uppercase;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		/*font-family: "Roboto Condensed";*/
		font-size: 20px;
	}
	
	.Slide .MobileText h5 {
		font-size: 14px;
	}
	
	.Slide .MobileText a {
		display: inline-block;
		background: #FE2617;
		color: #FFF;
		text-decoration: none;
		padding: 0px 15px;
		line-height: 25px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		margin-top: 5px;
	}
	
	.MainContent {
		width: 100%;
	}
	
	.Story > div.Text {
		width: 100%;
		margin: 0px;
	}
	
	.BrandBar a {
		width: 100%;
		margin: 0px 0px 15px !important;
	}
	
	#FooterMenu {
		display: none !important;
	}
	
	.Footer {
		margin-top: -10px;
		padding-top: 15px;
	}
	
	.UnitedMonthlySignup .row > * {
		width: 100% !important;
		max-width: 100%;
	}
	
	form table, form table tbody {
		display: block;
	}
	
	form table tr {
		display: block;
	}
	
	form table td {
		margin: 0px 0px 5px;
		display: block;
		width: 100%;
	}
	
	form table.hidden {
		display: none !important;
	}
	
	.ContentContainer form table input[type='text'], .ContentContainer form table select {
		width: 100%;
		height: 40px;
		font-size: 14px;
		display: block;
	}
	
	.ContentContainer form table .Multiline {
		font-size: 0px;
	}
	
	.ContentContainer form table .Multiline.NoI3 input[type='text'] {
		width: 32%;
		float: left;
		margin-left: 2%;
	}
	
	.ContentContainer form table .Multiline.NoI3 input[type='text']:nth-of-type(1) {
		margin-left: 0%;
	}
	
	.ContentContainer form table .NoI2 select {
		width: 48%;
		float: left;
	}
	
	.ContentContainer form table .NoI2 select:nth-of-type(2) {
		margin-left: 4%;
	}
	
	a.mobile-link {
		font-weight: bold;
		color: #fe2617;
		cursor: pointer;
	}
	.TwitterFeed iframe:nth-of-type(1) {
		display: none !important;
	}
	
	.MobileHide .widget:nth-child(1),
	.MobileHide .widget:nth-child(2) {
		display: none !important;
	}
	
	.LeftBar h2 br {
		display: none !important;
	}
	
	.SearchBox form {
		display: block;
	}
	
	.row > div {
		margin: 0px 0px 0px;
		width: 100% !important;
	}
	
	.row .half {
		width: 100%;
	}
	
	.row .third {
		width: 100%;
	}
	
	.ContentContainer .BannerTitle {
		font-size: 26px;
	}
	
	img.FloatRight, img.FloatLeft {
		float: none;	
		display: block !important;
		margin: 0px auto 15px;
		padding: 0px;
	}
	
	.TwoWide td {
		display: block;
		width: 100% !important;
	}
	
}

.MobileFeatures {
	/*background: #e0e6f7;
	padding: 15px 15px 15px;*/
	margin-bottom: 15px;
}

.MobileFeatures .widget {
	margin: 0px 0px 15px;
	display: inline-block;
	width: 100%;
	border-top: 10px solid #5375B7;
}

.MobileFeatures .widget:last-child {
	margin: 0px 0px 0px;
}

.MobileFeatures .widget h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #5375B7;
	font-size: 22px;
	margin: 5px 0px 10px;
	text-transform: uppercase;
}

@media screen and (min-width: 767px) {
	.MobileFeatures {
		display: none;
	}
	.TwitterFeed iframe:nth-of-type(2) {
		display: none !important;
	}
}

.SocialMediaLinks .fourth {
	text-align: center;
	border: 1px solid #000;
	padding: 10px 5px;
}

.SocialMediaLinks .fourth.Social-Facebook {
	background: #3b5998;
}

.SocialMediaLinks .fourth.Social-Twitter {
	background: #1da1f2;
}

.SocialMediaLinks .fourth.Social-LinkedIn {
	background: #007bb5;
}

.SocialMediaLinks .fourth.Social-Instagram {
	background: #c32aa3;
}

.SocialMediaLinks .fourth a {
	color: #FFF;
	display: block;
}

.SocialMediaLinks .fourth i {
	font-size: 32px;
	margin-bottom: 10px;
}

.ClientRow > div {
	text-align: center;
}

.ClientRow > div a {
	
}

.ClientRow > div span {
	display: block;
	margin-bottom: 10px;
}

.ClientRow > div img {
	width: 100%;
	display: block;
}

.ClientRow > div.third img {
	
}




.mm-listview .mm-next {
	width: 100% !important;
}	

.row .forty {
	width: 39%;
	float: left;
}

.row .sixty {
	width: 59%;
	float: left;
}

@media screen and (max-width: 767px) {
	.row .forty {
		width: 100%;
		float: left;
	}
	
	.row .sixty {
		width: 100%;
		float: left;
	}
}


