/* Theme Name: MT Audubon */

/* 
Dark Blue: 006bb7
Light Blue: 337ab7
Orange: f2b135
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "goudy-old-style",sans-serif;
	color: #2b2b2b;
}

.jp-carousel-info {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "open-sans",sans-serif;
	color: #444444;
	}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfloat {
    display: inline-block;
}
.clearfloat {
    display: block;
}
.wrapper {
    width: 1170px;
    margin: auto;   
}

.header {
	background: #006bb7;
	border-bottom: 2px solid #03426c;
	}

.logo a {
	text-indent: -9999px;
	background: transparent url('images/mtAudubonLogo.png') center center no-repeat;
	display: block;
	height: 63px;
	width: 155px;
	padding: 15px 15px 15px 0;
}	

.logo {
	float: left;
	width: 155px;
	}

.headerRight {
	float: right;
	width: 965px;
	padding: 15px 0 15px 15px;
	}
	
.topNavigation ul {
	float: right;
	}
	
.topNavigation ul li {
	display: inline-block;
	font-family: "open-sans",sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	}

.topNavigation ul li a {
	padding: 5px 11px;
	color: #f2b135;
	text-decoration: none;
	}

.topNavigation ul li a:hover {
	color: #23527c;
	}

.mainNavigation ul {
	float: right;
	margin: 10px 0 0 0;
	}

.mainNavigation ul li {
	display: inline-block;
	border-right: 1px solid #488abc;
	font-family: "open-sans",sans-serif;
	font-size: 18px;
	line-height: 18px;
	}

.mainNavigation ul li:last-child {
	border-right: none;
	}
.mainNavigation ul li a {
	color: #fff;
	padding: 5px 11px;
	text-decoration: none;
}

.topSearchBar {
	margin: 0 0 0 0;
	background: #e8e8e8;
	float: right;
	width: 300px;
height: 32px;
	}

.topSearchBar {
	height: 32px;
overflow: hidden;
}

.topSearchBar #s {
	padding: 1px 5px;
	border: 2px solid #e8e8e8;
	background: #e8e8e8;
	font-size: 14px;
	line-height: 28px;
	float: left;
	width: 216px;
height: 27px;
   -webkit-appearance: none;
	}


.topSearchBar #s:focus {
	border-color: #fff;
	background: #fff;
	}
	
.topSearchBar #searchsubmit {
	background: #7AA6DB;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	border: none;
	float: right;
	padding: 2px 10px;
	text-align: center;
	width: 70px;
	   -webkit-appearance: none;

	}


.slider {
	height: 500px;
	border-bottom: 3px solid #e4e4e4;
	}
	
.theSlider {
	background: url('images/bg.png') center center no-repeat;
	width: 100%;
	display: block;
	height: 500px;
    background-size: cover;
}

.theSlideFrame {
	background: url('images/slideFrameTrans.png') center center no-repeat;
	width: 100%;
	display: block;
	height: 500px;
	}

.theSlideText {
	padding-top: 100px;
	padding-left: 675px;
	}
	
.homePageBoxes {
	margin-top: -100px;
	z-index: 500 !important;
	position: relative;
	margin-bottom: 30px;
	}

.homePageBoxes .box {
	width: 380px;
	float: left;
}

.homePageBoxes .boxImage {
	text-indent: -9999px;
	background-size: 380px 200px;
	border-radius: 5px 5px 0 0;
	height: 200px;
	border-bottom: none;
	}	
	

.homePageBoxes .box:nth-child(2) {
	margin: 0 15px;
	}

.homePageBoxes .boxInfo {
	border: 2px solid #e4e4e4;
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding: 20px;
	height: 225px;
	}
	
.homePageBoxes h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;
	}

.homePageBoxes h2 a {
	color: #444444;
	text-decoration: none;
	}
	
.homePageBoxes .boxExcerpt {
	font-size: 16px;
	line-height: 24px;
	color: #2b2b2b;
	margin: 10px 0 20px 0;
	}
	
.yellowButton {
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 5px 0;
	}

.yellowButton a:after {
    content: "\00a0\00a0\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    line-height: 25px;
    }

.yellowButton a {
	color: #fff !important;
	text-decoration: none;
	font-family: "open-sans",sans-serif;
	background-color: #f2b135;
	padding: 10px 20px;
	border-radius: 5px;
	}

.yellowButton a:hover {
	background-color: #006bb7;
	}

.formattedContent .blueButton a,
.formattedContent .yellowButton a {
	color: #fff !important;
	}

.blueButton {
	color: #fff !important;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 5px 0;
	}

.blueButton a:after {
    content: "\00a0\00a0\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 15px;
    line-height: 21px;
    }

.blueButton a {
	color: #fff;
	text-decoration: none;
	font-family: "open-sans",sans-serif;
	background-color: #006bb7;
	padding: 5px 20px;
	border-radius: 5px;
	}

.blueButton a:hover {
	background-color: #f2b135;
	}

.banner { 
	z-index: 5 !important;
	position: relative; 
	overflow: auto; 
	}

.banner ul {
	z-index: 5 !important;
	}
.banner li { 
	z-index: 5 !important;
	list-style: none; 
	}

.banner ul li { 
	z-index: 5 !important;
	float: left; 
	}

.theSlideText h1 {
	font-weight: normal;
	font-size: 40px;
	color: #006bb7;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
.theSlideText h1 a {
	text-decoration: none;
	color: #006bb7;
	}

.theSlideText .theSlideExcerpt {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
}

.formattedContent .alignright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	}

.formattedContent .alignleft {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #e4e4e4;
	}
	
.formattedContent .aligncenter {
	margin: 0 auto;
	display: block;
	padding: 5px;
	border: 1px solid #e4e4e4;
	}
	
.formattedContent h1 {
	color: #444444;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	}

.formattedContent h2 {
	color: #006bb7;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	}
	
.formattedContent h3 {
	color: #f2b135;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	}
.formattedContent h4 {
	color: #337ab7;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	}
.formattedContent h5 {
	color: #006bb7
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	}
.formattedContent h6 {
	color: #444444;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	}
.formattedContent p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #2b2b2b;
	}

.formattedContent ul,
.formattedContent ol {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
	}

.formattedContent ul li {
	list-style-type: disc;
	margin-left: 25px;
	padding-left: 5px;
	}

.formattedContent ol li {
	list-style-type: decimal;
	margin-left: 25px;
	padding-left: 5px;
	}

.formattedContent a, 
.formattedContent a:visited, 
.formattedContent a:active {
	color: #006bb7;
	}

.formattedContent a:hover {
	color: #f2b135;
	text-decoration: none;
	}

.formattedContent b, .formattedContent strong {
	font-weight: bold;
	}

.formattedContent em, .formattedContent i {
	font-style: italic;
	}

.formattedContent a[href$=".pdf"] {
	text-decoration: none;
	}

.formattedContent a[href$=".pdf"]:after { 
	content: "\00a0\f1c1";
    font-family: FontAwesome;
	}

.formattedContent a[href$=".zip"] {
	text-decoration: none;
	}

.formattedContent a[href$=".zip"]:after { 
	content: "\00a0\f1c6";
    font-family: FontAwesome;
	}

.formattedContent a.emailAddress {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;
	}

.formattedContent a.emailAddress:after { 
	content: "\00a0\f003";
    font-family: FontAwesome;
	}

.formattedContent a.phoneNumber {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;
	}

.formattedContent a.phoneNumber:after { 
	content: "\00a0\f095";
    font-family: FontAwesome;
	}

.formattedContent a.faxNumber {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;
	}

.formattedContent a.faxNumber:after { 
	content: "\00a0\f1ac";
    font-family: FontAwesome;
	}
	
.contactPage .formattedContent a.emailAddress,
.contactPage .formattedContent a.phoneNumber,
.contactPage .formattedContent a.faxNumber {
	font-weight: normal
	}
	
.formattedContent a.backTop {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;
	text-align: right;
	color: #f2b135;
	}

.formattedContent a.backTop:after { 
	content: "\00a0\f062";
    font-family: FontAwesome;
	}


.formattedContent h1.pageTitle {
	margin-bottom: 5px;
	}

.formattedContent h2.subTitle {
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	}

.leftSide {
	width: 775px;
	float: left;
	margin-bottom: 50px;
	}

.leftSide.fullWidth {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	}

.rightSide {
	float: right;
	width: 300px;
	padding-left: 46px;
	border-left: 2px solid #e4e4e4;
	margin-left: 46px;
	margin-bottom: 50px;
	}

.rightSide .widgetContent {
	border-radius: 10px;
	background: #f8f7f3;
	padding: 20px 30px;
	}

.rightSide .widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e4e4e4;
	}

.rightSide .widget:last-child {
	border: none;
}
.rightSide .widget h3.widgetTitle {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #2b2b2b
	}

.rightSide .widget h3.widgetTitle a {
	text-decoration: none;
	color: #2b2b2b;
	}

.rightSide .widget h3.widgetTitle a:hover {
	color: #0068b9;
	}
	
	
.rightSide .yellowButton {
	margin-top: 20px;
	}

.sidebarNewsImage {
	width: 320px;
	height: 168px;
	}

.sidebarNews {
	margin-bottom: 25px;
	}

.giveNow {
	font-family: "open-sans",sans-serif;
	font-size: 20px;
	line-height: 28px;
	}
	
.sidebarNews h4 a {
	text-decoration: none;
	color: #0068b9;
	font-size: 16px;
	line-height: 22px;
	margin: 5px 0 10px;
}
.sidebarNews h4 {
	text-transform: uppercase;
	}

.sidebarNews h4 a:hover {
	color: #444 
	}

.sidebarNews p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.rightSide h3.moreNews a {
		color: #0068b9;
		font-size: 16px;
		text-decoration: none;
	}


.socialNavigation ul li {
	display: block;
	float: left;
	}

.socialNavigation ul li a {
	background: #0068b9;
	color: #fff;
	width: 94px;
	border-right: 1px solid #fff;
	text-align: center;
	display: block;
	padding: 12px 0;
	font-size: 25px;
	text-decoration: none;
	line-height: 25px;
	}


.socialNavigation ul li a:hover {
	background: #f2b135
}

.bottomFooter {
	background: #444444;
	color: #fff;
	padding: 50px 0;
	font-family: "open-sans",sans-serif;
	}
.middleFooter {
	background: #000;
	color: #fff;
	padding: 50px 0;
	font-family: "open-sans",sans-serif;
	}
.topFooter {
	background: #e4e4e4;
	color: #fff;
	padding: 50px 0;
	}
.footerBox {
	float: left;
	width: 340px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 20px 20px 20px;
	-webkit-box-shadow: 0 0 5px 0 #666666;
	box-shadow: 0 0 5px 0 #666666;
	height: 230px
	}
.footerBox h1 {
	font-size: 30px;
	line-height: 35px;
	color: #f3b01d;
	margin-bottom: 10px;
}
.footerBox h1 a {
	text-decoration: none;
	color: #f3b01d;
	}
.footerBox h1 a:hover {
	color: #0065bb
	}


.footerBox .box_content {
	color: #2b2b2b;
	}

.footerBox .yellowButton {
	margin-top: 25px;
	}

.footerBox:nth-child(2) {
	margin: 0 15px;
	}

.middleFooter .logo {
	width: 300px;
	line-height: 22px;
	font-size: 14px;
	padding-right: 50px;
	
	}

.footerRight {
	width: 820px;
	float: right;
	}

.footerRight .mainNavigation {
	text-transform: uppercase;
	font-weight: bold;
	}
	
.footerRight .mainNavigation ul li {
	border: none;
	font-size: 14px;
	line-height: 18px;
	}

.footerAddress {
	margin-top: 24px;
	font-size: 13px;
	width: 200px;
	float: left;
	}

.footerAddress ul {
	font-size: 13px;
	} 

.footerAddress ul li p {
	line-height: 18px;
	}
	
.footerAddress a {
	color: #fff;
	text-decoration: none;
	}

.footerAddress a:hover {
	text-decoration: underline;
}

.footerAddress ul li {
	margin: 10px 0 0 0;
	}

.footerEmailSignUp {
	width: 620px;
	margin-top: 33px;
	float: left;
	}

.footerEmailSignUp h1 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}

.footerEmailSignUp h2 {
	font-size: 16px;
	font-style: italic;
	color: #f9b41e;
	margin-bottom: 10px;
	}

.pageContent {
	padding-top: 25px;
	padding-bottom: 50px;
	}

.pageTop {
	background: url('images/bg.png') center center no-repeat;
	background-size: cover;
	height: 215px;
	border-bottom: 20px solid #7aa6db;
	}

.page-template-page-birding .pageTop {
	background-image: url('images/header-birding.png');
	}

.page-template-page-education .pageTop {
	background-image: url('images/header-education.png');
	}
	
.page-template-page-policy .pageTop {
	background-image: url('images/header-policy.png');
	}

.page-template-page-birds-and-science .pageTop {
	background-image: url('images/header-birdscience.png');
	}
.pageTopFrame {
	background: url('images/slideFrameTrans.png') center center no-repeat;
	width: 100%;
	display: block;
	height: 215px;
}

.pageTopFrame .theSlideText {
	padding-top: 50px;
	}

.pageTopFrame .theSlideText h1 {
	text-transform: none;
	font-weight: normal;
	font-size: 45px;
	margin-bottom: 5px;
}

.pageTopFrame .theSlideText .pageHeaderSubTitle {
	font-family: "open-sans",sans-serif;
	font-style: italic;
	line-height: 30px;
	font-size: 20px;
	}

.singleSubPage {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.singleSubPage:hover {
	background: #fafafa;
	}
	

.singleSubPage h3 {
	color: #337ab7;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	}

.singleSubPage h3 span {
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	}

.pageImage {
	margin-bottom: 20px;
	}

.sidebarMenu h3.widgetTitle {
	color: #f7b230 !important
	;
	}

.sidebarMenu ul li {
	font-family: "open-sans",sans-serif;
	margin-bottom: 10px;
}

.sidebarMenu ul li a {
	color: #545454;
	text-decoration: none;
	}

.sidebarMenu ul li a:hover {
	color: #0e6db4
	}

.sidebarMenu ul ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	}

.sidebarMenu ul ul.sub-menu li a {
	color: #2b2b2b;
	}

.sidebarMenu ul ul.sub-menu li a:hover {
	color: #006bb7;
	}
	
.addthis_sharing_toolbox {
	margin: 50px 0;
	}

.subPages.fullWidthSubPages .singleSubPage {
	width: 380px;
	display: inline-block;
	border-top: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 3px 15px 3px;
	overflow: hidden;
}

.subPages.fullWidthSubPages.sidebarNews .singleSubPage {
	width: 300px;
	display: inline-block;
	border-top: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}

.subPages.fullWidthSubPages .boxImage {
	text-indent: -9999px;
	background-size: 380px 200px;
	border-radius: 5px 5px 0 0;
	height: 200px;
	border-bottom: none;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	}

.subPages.fullWidthSubPages .boxImage.noImage {
	text-indent: -9999px;
	background-size: 380px 200px;
	border-radius: 5px 5px 0 0;
	height: 0px;
	border-bottom: none;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	}

.subPages.fullWidthSubPages.sidebarNews .boxImage {
	background-size: 300px 158px;
	height: 158px;
	}

.subPages.fullWidthSubPages.sidebarNews h2 {
	font-size: 20px;
	line-height: 25px;
	}
	
.subPages.fullWidthSubPages.sidebarNews .boxInfo {
	height: auto;
	}

.subPages.fullWidthSubPages .boxInfo {
	border: 2px solid #e4e4e4;
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding: 20px;
	height: 275px;
	}

.subPages.fullWidthSubPages .singleSubPage.noImage .boxInfo {
	border: 2px solid #e4e4e4;
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding: 20px;
	height: 477px;
	overflow: hidden;
	}

.subPages.fullWidthSubPages.newsPage .boxInfo {
	height: 350px;
	}
	
.subPages.fullWidthSubPages h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;
	}

.subPages.fullWidthSubPages h2 a {
	color: #444444;
	text-decoration: none;
	}
	
.subPages.fullWidthSubPages .boxExcerpt {
	font-size: 16px;
	line-height: 24px;
	color: #2b2b2b;
	margin: 10px 0 20px 0;
	}

.newsBox {
	border: 1px solid #e4e4e4;
	width: 362px;
	float: left;
	margin-top: 30px;
	height: 485px;
	}

.newsBox:nth-child(even) {
	margin-left: 30px;
}

.newsBoxImage {
	width: 362px;
	height: 191px;
	}

.newsBoxPad {
	padding: 20px;
	}
ul.post-categories {
	margin: 0px;
	}
ul.post-categories li {
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;	
	float: left;
	margin: 0 10px 10px 0;
	font-size: 12px;
	}

ul.post-categories li a {
	text-decoration: none;
	}

.newsBox h4 {
	font-size: 25px;
	line-height: 30px !important;
	margin-bottom: 10px;
	}
.newsBox h4 a {
	text-decoration: none;
	color: #444 !important;
	}

.formattedContent hr {
	border: 0; 
	height: 1px; 
	background: #e4e4e4; 
	margin: 50px 0;
	}

.staffImage {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	max-width: 300px;
	height: auto;
	}

.blogPosts .staffImage {
	max-width: 300px;
	height: auto;
	}
.staff h3 {
	margin-bottom: 5px;
	}
h4.staffTitle {
	font-size: 16px;
	margin-bottom: 5px;
	}

.backToTheTop {
	text-align: right;
	margin: 25px 0;
	}
	
ul.whoWeAreMenu {
	margin: 15px 0;
	}

ul.whoWeAreMenu li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	}

ul.whoWeAreMenu li a {
	padding: 5px 10px;
	background: #006bb7;
	color: #fff !important;
	font-family: "open-sans",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	}
	
ul.whoWeAreMenu li a:hover {
	background: #f2b135;
	}

.formattedContent a.chapterWebsite,
.formattedContent a.chapterFacebook {
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;
	color: #f2b135
	}

.formattedContent a.chapterWebsite:hover,
.formattedContent a.chapterFacebook:hover {
	color: #006bb7;
	}
.formattedContent a.chapterWebsite:before { 
	content: "\f015\00a0";
    font-family: FontAwesome;
	}

.formattedContent a.chapterFacebook:before { 
	content: "\f09a\00a0";
    font-family: FontAwesome;
	}

.job h2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	}

.job h4 {
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: #f7b230;
	margin-bottom: 5px;
	}

ul.post-categories li {
	list-style-type:none;
	}


.pressList {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.pressList:hover {
	background: #fafafa;
	}

h4.pressTitle {
	font-size: 20px;
	line-height: 25px;
	}

.formattedContent a.pressLinkOut {
	text-decoration: none !important;
	color: #f2b135;
	}

.formattedContent a.pressLinkOut {
	color: #006bb7;
	}
.formattedContent a.pressLinkOut:after { 
	content: "\00a0\f061";
    font-family: FontAwesome;
	}

.nav-previous a,
.nav-next a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "open-sans",sans-serif;
	}

.nav-previous a:before{ 
	content: "\f060\00a0";
    font-family: FontAwesome;
	}
	
.nav-next a:after { 
	content: "\00a0\f061";
    font-family: FontAwesome;
	}

.nav-previous {
	float: left;
	}

.nav-next {
	float: right;
	}
	
.nextPrevButtons {
	margin: 25px 0;
	}

.publications h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
	}

.addressBox {
	width: 379px;
	float:left;
	}

.addressBox h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	}

.addressBox.numbers {
	width: 758px;
	margin-bottom: 25px;
	}

.subPageImage {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #e4e4e4;
	padding: 5px;
	background: #fff;
	width: 150px;
}

p.wp-caption-text {
	text-align:center;
	font-style: italic;
	font-size:14px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 5px;
	}

.mapNumberIBA {
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
	background: #000;
	text-align: center;
	height: 25px;
	width: 25px;
	font-weight: bold;
	color: #fff;
	font-family: "open-sans",sans-serif;
	}

.IBA h3 a {
	text-decoration: none;
	}

.IBA p {
	margin-bottom: 5px;
	}

.formattedContent .IBA a[href$=".pdf"] {
	font-weight: normal;
	}

.formattedContent a.external {
	text-decoration: none;
	font-weight: normal;
	}

.formattedContent a.external:after { 
	content: "\00a0\f0a9";
    font-family: FontAwesome;
	}

.birdMonthDate {
	float: right;
	text-align: right;
	font-family: "open-sans",sans-serif;
	text-transform: uppercase;
	}

.nextPrevButtons .alignleft,
.nextPrevButtons .alignright {
	border: none;
	}

.postDate {
	font-family: "open-sans",sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 10px 0;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 1px solid #e8e8e8;
	}

.footerEmailSignUp .ccFirstName,
.footerEmailSignUp .ccLastName,
.footerEmailSignUp .ccEmail {
	border: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 10px;
	width: 140px;
	margin-right: 5px;
	}

.footerEmailSignUp .ccSubmitButton {
	border: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 10px;
	width: 110px;
	background: #f9b41e;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	}

.footerEmailSignUp .wpcf7-submit:hover {
	background: #e4e4e4;
	color: #2b2b2b;
}
	
.footerRight li.search {
	display: none;
	}

#menu-icon {
	display: none;
}

p.popUpText {
	font-size: 18px !important;
	line-height: 24px;
	padding: 10px;
	margin-bottom: 10px !important;
	}

p.popUpText i {
	font-style: italic;
	}
.wpcf7-form-control-wrap.your-name input,
.wpcf7-form-control-wrap.your-email input {
	padding: 10px;
	font-size: 18px;
	line-height: 24px;
	width: 316px;
	border: 1px solid #e8e8e8;
	margin: 5px 10px;
	}

.wpcf7-submit.popupSubmit {
	width: 336px;
	margin: 0 10px;
	background: #F4B326;
	border: none;
	font-size: 18px
	line-height: 18px;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	}

.wpcf7-submit.popupSubmit:hover {
	background: #0065BB;
	}


.joinNetwork .ccFirstName,
.joinNetwork .ccLastName,
.joinNetwork .ccEmail {
	border: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 10px;
	width: 300px;
	margin-bottom: 5px;
	display: block;
	border: 1px solid #e4e4e4;
	}

.joinNetwork .ccSubmitButton {
	border: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 10px;
	width: 110px;
	background: #f9b41e;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	}

.footerEmailSignUp .wpcf7-submit:hover {
	background: #e4e4e4;
	color: #2b2b2b;
}

.MAcenterLogo {
	margin: 0 auto;
	width: 220px;
	display: block;
	}
.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  text-align: center;
  z-index: 100;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #fff;
  opacity: 1;
}

.secondaryNavigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
	line-height: 30px;
}
.secondaryNavigation ul li { float:left; }
.secondaryNavigation ul li a {
	padding:0px 10px;
	font-size: 13px;
	line-height: 30px;
	display:block;
	color:#fff;
	text-decoration:none;
font-family: "open-sans",sans-serif;
}

.secondaryNavigation ul li a:hover {
	background: #F2B135;
	}

/* Submenu */
.secondaryNavigation ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
	background: #7AA6DB
}
.secondaryNavigation ul li:hover { position:relative; }
.secondaryNavigation ul li:hover ul {
	left:0px;
	top:30px;
	background:#7AA6DB;
	padding:0px;
	display: block;
}

.secondaryNavigation ul li:hover ul li {
	display: block;
	text-align: center;
	width: 100%;

	border-bottom: 1px solid #006BB7
	}

.secondaryNavigation ul li:hover ul li a {
	padding:5px;
	display:block;
	background: #7AA6DB;
	font-size: 13px;
	line-height: 16px;
}
.secondaryNavigation ul li:hover ul li a:hover { background:#F2B135; }

.secondaryNavigation {
	background: #006BB7;
	}


.contentBlock {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.formattedContent .wp-caption.aligncenter {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	}
.formattedContent .wp-caption.alignleft,
.formattedContent .wp-caption.alignright  {
	max-width: 45%;
	margin: 0 auto;
	text-align: center;
	}
.formattedContent .wp-caption.aligncenter img,
.formattedContent .wp-caption.alignleft img,
.formattedContent .wp-caption.alignright img {
	width: 100%;
	height: auto;

	}

.secondaryNavigationMobile,
.mobileNavigationButton {
	display: none;
	}