/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

@font-face {
	font-family: 'AvenirNext LT Pro';
	src: url('/files/2017/fonts/AvenirNextLTPro-Medium.eot');
	src: url('/files/2017/fonts/AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('/files/2017/fonts/AvenirNextLTPro-Medium.woff') format('woff'),
		url('/files/2017/fonts/AvenirNextLTPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;	
-moz-osx-font-smoothing: grayscale !important;	
-webkit-text-size-adjust: none !important;
overflow-x: hidden !important;
}

a {
text-decoration: none;
color: #015593;
}

a:hover {
text-decoration: underline;	
color: #03548e;
}

.formatted_content a, .col-7-12 a {
color: #015593;	
}

a img {
border: none;	
}

a.red {
color: #e01e3c;
}

select::-ms-expand {
    display: none !important;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Merriweather', serif;
	font-size: 13px;
	color: #18110a;
	overflow-x: hidden;
}

p {
line-height: 21px;	
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media all and (max-width: 48em) {
body {
	font-size: 13px;
}
}

[class*='col-'] {
	float: left;
	padding-right: 20px; /* column-space */
}


[class*='col-'.feature-interior] {
	float: left;
	padding-right: 0; /* column-space */
}

h1 {
margin-top: 0; 
margin-bottom: 5px;
text-transform: uppercase;
font-family: Merriweather, serif;
font-size: 32px;
border-bottom: #000 solid 1px;
font-weight: 500;
display: inline-block;
}

h1 p {
margin-top: 0; 
line-height: 40px;	
font-size: 18px;
text-transform: capitalize;
}


#regPayment h1 {
font-family: Merriweather, serif;
font-size: 24px;
color: #3d5567;
font-weight: 600;
display: block;
margin-top: 45px;
border: none;
text-transform: none;
}

#regPayment td {
padding: 5px;	
}

#regPayment input, #regPayment select {
margin-bottom: 15px;
}

h2, .collectionname h3, h5, h2.block_title, h4, h5 a, .searched-for, legend {
font-family: Merriweather, serif;
font-size: 19px;
color: #3d5567;
font-weight: 600;
display: block;
}

 .searched-for {
font-size: 17px;	 
display: inline-block;
}

.event-landing-entry h5 {
margin-bottom: 15px;
padding-bottom: 0;
}

.ui-widget-content a {
color: #015593 !important;	
font-weight: 500 !important;	
}

a.list-title {
font-family: Merriweather, serif;
font-weight: 500;
font-size: 17px;
}

.list-date {
font-family: Merriweather, serif;	
color: #0a640c;	
font-weight: 500;
font-size: 20px;
}


h2 {
font-size: 22px;	
color: #fab514;
}


@media all and (max-width: 48em) {


h1 {
font-size: 32px;
}	

h2 {
font-size: 19px;
color: #fab514;
}


a.list-title {
font-family: Merriweather, serif;
font-weight: 500;
font-size: 18px;
display: block;
padding-top: 15px;
}

}

.section-title-gradient {
font-family: 'Avenir Next', sans-serif;
color: #3d5567;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
}

.content-tag {
font-family: 'Avenir Next', sans-serif;
color: #fdb714;
font-size: 13px;
font-weight: 700;
display: inline-block;
margin-right: 10px;
text-transform: uppercase;
}

h3 {
font-size: 17px;
color: #00548e;
}

h3.facets {
background: #eee;
padding: 5px;
}


.skip {
	display: none;
}

a.more {
font-weight: normal;	
}

.img-left {
float: left;
margin-right: 20px;
}


.img-right {
float: right;
margin-left: 20px;
}

.grid {
	width: 100%;
	/* max-width: 1140px;
	min-width: 755px; */
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 0;
	padding-left: 0; /* grid-space to left */
	padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 48%;
	margin-right: 15px;
}

.col-1-3, .col-4-12 {
	width: 31.7%;
	margin-right: 15px;
}

.max {
max-width: 310px;
margin-top: 20px;
}

.max-large {
max-width: 500px;
}

.col-1-4, .col-3-12 {
	width: 23.5%;
	margin-right: 15px;
}

.col-1-5 {
	width: 20%;
	margin-right: 25px;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
	margin-right: 25px;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%;
	margin-left: 5%;
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.ad-space {
padding: 30px 90px;	
}

.ad-title {
font-family: 'Avenir Next', sans-serif;
font-size: 14px;
font-weight: 600;
}

@media all and (max-width: 49em) {
	
.ad-space {
display: none;
}	

}

@media all and (max-width: 63em) {
.col-5-12 {
	width: 90%;
	/* margin-top: 40px; */
}


}


@media all and (max-width: 80em) {
	
.col-1-2, .col-6-12 {
	width: 45%;
	margin-right: 15px;
}

.col-1-3, .col-4-12 {
	width: 29.5%;
	margin-right: 15px;
}
	
	
.col-1-4, .col-3-12 {
	width: 45%;
}

}


@media all and (min-width: 63em) {

.col-5-12 {
	width: 41.66%;
	margin-top: 20px;
}

}

.col-7-12 {
	width: 58.33%;
	margin-top: 32px;
	margin-left: 45px;
}


@media all and (min-width: 49em) and (max-width: 63em) {
.col-7-12 {
	width: 58.33%;
	margin-top: 32px;	
	margin-left: 45px;
}
	
}


@media all and (min-width: 48em) and (max-width: 49em) {
.col-7-12 {
	width: 48.33% !important;
	float: left !important;
	margin-top: 32px !important;
	margin-left: 75px !important;
}	
	
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}

.push-1-14 {
	margin-left: 5%;
}


.push-the-national {
	margin-left: 4%;
}


.push-1-15 {
	margin-left: 3%;
}


.live-chat {
position: absolute; 
right: 220px;
top: -13px;
margin-bottom: 0;

}


.col-7-12.next-to-filter ul li {
padding-bottom: 20px;
}

@media all and (min-width: 48em) and (max-width: 63em) {
.utility {
padding: 0; 
position: absolute; 
top: 25px;
right: 0; 
margin-right: 20px;
padding-right: 0;
float: none;
height: 42px;
z-index: 10;
text-align: right !important; 
width: 100%;
}

.logo img {
width: 75%;
height: auto;
}
}

@media all and (min-width: 49em) {
.utility {
padding: 0 0 0 10px; 
position: static; 
text-align: left !important; 
width: 100%;
background: #3d5567;
color: #fff;
height: 42px;
}

.utility a {
color: #fff;	
font-size: 14px;
}

.utility-right {
float: right;	
}

.utility-right a {
display: inline-block;
margin-right: 10px;
}

}

@media all and (min-width: 63em) {
	
	.utility {
padding: 0 0 0 30px; 
}

.utility-right a {
display: inline-block;
margin-right: 37px;
}

}

@media all and (min-width: 68em) and (max-width: 80em) {
.logo img {
width: 90%;
height: auto;
}	
}

.utility-links {
text-align: left;	
margin: 0;
font-family: Merriweather, serif;
font-weight: 500;
}

.utility-links.top-links {
text-align: left;	
margin: 0;
}

.utility-links.top-links a.callout {
background: #fdb714;	
color: #18110a;
width: 128px;
height: 42px;
text-align: center;
margin-right: 0;
}

.utility a {
font-family: Merriweather, serif;
display: inline-block;
padding: 10px 5px 10px 15px;
font-size: 12px;
font-weight: 300;
-webkit-font-smoothing: subpixel-antialiased !important;
} 

@-moz-document url-prefix() { 
.utility a {
font-size: 12px;
font-weight: 600;
} 
}

.utility-right a {
padding-left: 5px;
}

.utility a:hover {
/* background: #127abf;	
color: #fff; */
}

.utility a.extra {
padding: 10px 0;
}

.utility a.search {
padding: 0;
background: #fff;	
color: #333;
float: right;
}

.utility a:hover.search {
background: #fff;	
}

/* .personas {
position: fixed; 
left: 0;
top: 360px;
} */

.personas a {
width: 200px;	
display: block;
background: #666;
padding: 5px 10px;
height: 30px;
font-size: 14px;
font-weight: normal;
color: #fff;

}

.personas a:hover {
background: #127abf;	
}

.icon {
clear: both;	
color: #fff;
text-align: center;
padding: 2px 0 0 0;
width: 120px;
height: 20px;
/* float: left;
display: block;*/
margin-top: 5px;
margin-bottom: 5px;
}

.icon.summit {
background: #999;	
}

.icon.chapter {
background: #666;	
}

.icon.educational {
background: #000;	
}

.photo-placeholder {
background: #666;
color: #fff;
width: 250px;
height: 150px;
margin-left: 20px;
margin-bottom: 20px;
padding-top: 50px;
text-align: center;
float: right;
}

.event-listing {
display: block;
margin-bottom: 20px;
}


.skyscraper {
padding-top: 40px;
text-align: center;
}


.landing-photo img {
width: 100%;
height: auto;
margin-top: 40px;
margin-bottom: 0;
}

.landing-photo {
}

.landing-photo-caption {
background: rgba(0, 0, 0, 0.7);
color: #fff;
margin-top: -110px;
padding: 10px;
text-align: left;
position: relative;
height: 105px;
font-size: 22px;
}


@media all and (min-width: 68em) and (max-width: 80em) {

.divider {
border-left: solid 1px #000;
padding-left: 30px;
display: inline-block;
}


.skyscraper {
margin-left: 40px;	
}

}

@media all and (min-width: 80em) {
.divider {
border-left: solid 1px #000;	
padding-left: 90px;
display: inline-block;
}
}

@media all and (min-width: 48em) {

#accordion3 h3 {
background: #333;
color: #fff;
text-align: right;
width: 200px;
margin-bottom: 0;
padding: 2px 15px 2px 5px;
}

}

@media all and (max-width: 49em) {
	
.photo-placeholder {
margin-left: auto;	
margin-right: auto;
margin-bottom: 20px;
float: none;
}	

.icon {
padding: 2px 0 0 0;
width: 120px;
height: 25px;
}

.mobile-sec-nav .full-box {
width: 100% !important;
margin-top: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
font-size: 20px;
}

.mobile-sec-nav .full-box.left {
float: none;
clear: both;
margin-left: auto;
margin-right: auto;
}

.mobile-sec-nav .full-box ul a {
color: #127abf;
text-transform: none;
font-family: Merriweather, serif;
font-weight: 500;
font-size: 22px;
margin-bottom: 20px;
}

.mobile-sec-nav .full-box ul {
list-style: none;	
margin: 20px 0 0 20px;
padding: 0;
}

.mobile-sec-nav .full-box ul li {
padding-bottom: 10px;
list-style: none;	
text-align: left;
}

.mobile-sec-nav h3 {
width: 100%;
margin-bottom: 0;
margin-top: 10px;
margin-left: 0;
margin-right: 0;
background: #cb7a20 url(/files/2017/images/sub-nav-arrow.png) right 10px center no-repeat;	
color: #fff;
height: 32px !important;
font-size: 24px;
font-family: Merriweather, serif;
font-weight: 500;
padding-top: 2px;
text-align: center;
}	

#search {
display: none;	
}

.live-chat.mobile {
display: block;
position: static;
margin: 20px auto;
}

#accordion2 {
}

.utility {
display: none;	 
}	

.personas {
display: none;	 
}	

.home-content {
margin-top: 40px;
}

.sec-nav.related {
clear: left;	
padding-top: 10px;
padding-bottom: 20px;
margin-right: 20px;
text-align: left;	
}

.sec-nav.related h3 {
color: #fff;
margin-bottom: 0;
padding: 10px;
}

.sec-nav.related ul {
list-style: none;
background: #eee;
margin-left: 0;
margin-top: 0;
padding: 10px 10px 10px 10px;
}

.sec-nav.related ul li {
padding-bottom: 10px;
}


.logo img {
padding-top: 10px;
}

}


@media all and (max-width: 63em) {

.utility a {
padding: 10px 5px 10px 5px;
font-size: 11px;
} 

}

.i-am {
width: 20px;
background: #ddd;
color: #fff;
float: left;
}

.logo {
margin: 0 0 0 0;	
padding: 0;
width: 277px; 
height: 110px;
float: left;
z-index: 10;
}


.nav {
background: #eee;
margin-top: 20px;
padding: 10px 20px 20px 20px;
height: 40px;
}

.nav a {
font-weight: bold;	
font-size: 18px;
}

.hero {
/* width: 85%;	*/
color: #333;
font-size: 24px;
font-weight: bold;
text-align: center;
margin-top: 44px;
background: url(../images/hero.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 531px;
}


.hero img {
width: 100%;
height: auto;
max-height: 531px;
/*margin-top: -420px; */
z-index: -1;
}

.white-overlay {
color: #fff;
font-size: 16px;
margin-top: 225px;
margin-left: 5%;
z-index: 2;
position: relative;

}

.white-overlay .hero-title {
font-size: 30px;
font-style: italic;
font-weight: 800;
}


@media all and (min-width: 49em) and (max-width: 55em) {

.logo {
clear: both;
margin-top: 5px;
}

.hero img {
width: 100%;
height: auto;
}


.white-overlay {
margin-top: -400px;
z-index: 2;
clear: both;
padding-right: 20px;
}

.after-hero {
padding-top: 0;	
}


}

.after-hero {
padding-bottom: 45px;
}


@media all and (min-width: 55em) and (max-width: 79em) {

.logo {
clear: both;
}

.hero img {
width: 100%;
height: auto;
margin-top: 0;
z-index: -1;
}

.white-overlay {
margin-top: -385px;
z-index: 2;
width: 50%;
}


.white-overlay .hero-title {
font-size: 26px	
}

.button {
margin-top: 0;	
}


}

@media all and (min-width: 55em) and (max-width: 63em) {

.after-hero {
padding-top: 45px;	
}

}


@media all and (min-width: 63em) and (max-width: 79em) {


.after-hero {
padding-top: 40px;	
} 

.hero img  {
margin-top: 10px;	
}

}


@media all and (min-width: 79em) {

.hero img {
width: 100%;
height: auto;
z-index: -1;
}

.white-overlay {
margin-top: -475px;
padding-top: 75px;
z-index: 2;
width: 50%;
}

.white-overlay .hero-title {
font-size: 36px	
}

.button {
margin-top: 20px;	
}

.after-hero {
padding-top: 40px;	
}

}

@media all and (min-width: 80em) {

/* .after-hero {
padding-top: 145px;	
}*/

}

@media all and (min-width: 48em) and (max-width: 63em) {
.hero-caption {
background: rgba(0, 0, 0, 0.8);
width: 100%; 
height: 45px;
color: #fff;
margin-top: -52px;
position: relative;
z-index: 1;
font-size: 36px;
font-family: Merriweather, serif;
font-weight: 500;
padding-top: 0;
}

.hero-caption a {
font-size: 60px;
font-family: Merriweather, serif;
font-weight: 500;
color: #fff;
}
}

@media all and (min-width: 63em) {
	
.hero-caption {
background: rgba(0, 0, 0, 0.8);
width: 100%; 
height: 75px;
color: #fff;
margin-top: -82px;
position: relative;
z-index: 1;
font-size: 60px;
font-family: Merriweather, serif;
font-weight: 500;
padding-top: 0;
}

.hero-caption a {
font-size: 60px;
font-family: Merriweather, serif;
font-weight: 500;
color: #fff;
}

}


.hero-interior {
/* width: 85%;	*/
background: #ccc;
color: #333;
font-size: 24px;
font-weight: bold;
text-align: center;
padding-top: 100px;
height: 250px;
}



@media all and (max-width: 48em) {

.hero {
margin-top: 15px;
}

.hero-interior {
margin-top: 20px;
}

}

ul.list-no-bullet  {
list-style: none;
margin-left: 0;
padding-left: 0;
}

ul.list-no-bullet li  {
padding-bottom: 15px;
}

.footer {
clear: both;	
float: left;
width: 100%;
background: #3777a3;
margin-top: 0;
padding: 54px 20px 20px 95px;
font-family: Merriweather, serif;
font-size: 15px;
font-weight: 500;
color: #fff;
line-height: 24px;
}


.footer-title {
color: #fff;
font-family: 'Avenir Next', sans-serif;
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
}

.footer a {
font-size: 15px;
font-weight: 500;
color: #fff;
}

.copyright {
font-size: 20px;
}

@media all and (max-width: 49em) {
.footer {
	padding: 20px 20px 20px 40px;
}

.page-nav {
display: none;	
}

.hero {
	min-height: 250px;
}

}

.placeholder {
background: #eee;
width: 100%;
height: 150px;
margin-bottom: 20px;
}

.placeholder.half {
float: left;	
background: #eee;
height: 200px;
margin-bottom: 20px;
}

.clear {
clear: both;	
}

.center {
text-align: center;	
}

.center-video {

}

img.center {
text-align: center;		
}


#mobile-test {
    display: block;
}

#large-screen-test {
    display: none;
}

  #mobile-test ul {
        list-style: none;
        margin-left: 0;
    }
	
.button {
background: transparent url(../images/icon-more-arrow.png) right no-repeat !important;
display: inline-block;
padding: 12px 20px 5px 20px;
font-family: 'Avenir Next', sans-serif;
font-weight: 500;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
border: #fff solid 1px;
text-transform: uppercase;
height: 50px;
}

.button:hover {
background: transparent url(../images/icon-more-arrow-reversed.png) right no-repeat !important;	
color: #fff;
text-decoration: none;
}

.button.reversed {
background: transparent url(../images/icon-more-arrow-reversed.png) right no-repeat !important;
display: inline-block;
padding: 12px 20px 5px 20px;
font-family: 'Avenir Next', sans-serif;
font-weight: 500;
clear: both;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
border: #3d5567 solid 1px;
text-transform: uppercase;
/* max-width: 250px; */
max-width: none;
height: 50px;
}

.button.reversed.less-top {
	margin-top: 0;
}


 .form.button_blue_3 a, .form.button_lblue_3 a, .form.button_llblue_3 a, .form.button_blue a, .form.button_teal a, .blue_button_full a , .star_blue_button_full a {
font-weight: 600;	 
 }


.button.reversed.small, input.form.button_blue.small,  .form.button_blue_3.small, .form.button_lblue_3.small, .form.button_llblue_3.small, .form.button_blue.small, .form.button_teal.small, .blue_button_full.small, .star_blue_button_full.small {
padding-top: 7px;	
height: 38px;
}


.button.reversed.medium, input.button.reversed.medium,input.form.button_blue,  .form.button_blue_3, .form.button_lblue_3, .form.button_llblue_3, .form.button_blue, .form.button_teal, .blue_button_full, .star_blue_button_full, input[type=submit] {
background: transparent url(/files/2017/images/icon-more-arrow-reversed.png) right no-repeat;
display: inline-block;
padding: 12px 20px 5px 20px;
font-family: 'Avenir Next', sans-serif;
font-weight: 500;
clear: both;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
border: #3d5567 solid 1px;
text-transform: uppercase;
/* max-width: 250px; */
max-width: none;	
height: 43px;
}

.button.reversed.medium.left-arrow {
background: transparent url(/files/2017/images/arrow-left.png) left no-repeat !important;
padding-right: 20px;
padding-left: 90px;
}

input[type=submit] {
	
}


.button.reversed.medium.less-top {
	margin-top: 0;
}

@media all and (min-width: 68em) {
.button.reversed.twitter-button {
	/* margin-top: 225px; */
}
}

.button.reversed:hover, input.button.reversed.medium:hover,  input[type=submit]:hover {
background: transparent url(/files/2017/images/button-hover.png) right no-repeat !important;
color: #3d5567;
text-decoration: none;
}

input.button.reversed.medium, input[type=submit] {
padding-top: 7px;
}

a.button {
color: #fff;
padding-right: 40px;
font-family: 'Avenir Next', sans-serif;
font-weight: 600;
font-size: 16px;
 }

  a.button.reversed, input.button.reversed.medium, input[type=submit] {
color: #3d5567;
padding-right: 100px;
font-family: 'Avenir Next', sans-serif;
font-weight: 600;
font-size: 16px !important;
 }
 
  a.button.reversed.medium, input.form.button_blue,  .form.button_blue_3, .form.button_lblue_3, .form.button_llblue_3, .form.button_llblue_3, .form.button_blue, .form.button_teal, .blue_button_full, .star_blue_button_full {
color: #3d5567;
padding-right: 100px;
font-family: 'Avenir Next', sans-serif;
font-weight: 600;	  
font-size: 16px !important;
white-space: nowrap !important;
 }
 
   a.button.reversed.small, input.form.button_blue.small,  .form.button_blue_3.small, .form.button_lblue_3.small, .form.button_llblue_3.small, .form.button_llblue_3.small, .form.button_blue, .form.small.button_teal.small, .blue_button_full.small, .star_blue_button_full.small {
font-size: 14px;
 }

a.button span {
padding-right: 45px;	
}

@media all and (max-width: 49em) {

.button {
background: transparent url(/files/2017/images/icon-more-arrow-reversed-m.png) right no-repeat !important;	
display: block;
padding: 7px 20px 5px 20px;
font-family: 'Avenir Next', sans-serif;
font-weight: 500;
clear: both;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
border: #3d5567 solid 1px;
text-transform: uppercase;
max-width: none;
height: auto;
font-size: 14px !important;
color: #3d5567;
}

a.button {
color: #3d5567;
}

.button.reversed {
font-size: 14px !important;
background: transparent url(/files/2017/images/icon-more-arrow-reversed-m.png) right no-repeat !important;	
}

.button.reversed.medium {
padding: 7px 60px 5px 5px;
font-size: 14px !important;
background: transparent url(/files/2017/images/icon-more-arrow-reversed-m.png) right no-repeat !important;	
}

.button:hover {
background: transparent url(/files/2017/images/icon-more-arrow-reversed-m.png) right no-repeat !important;	
color: #3d5567;
text-decoration: none;
}

.button.reversed.medium:hover {
background: transparent url(/files/2017/images/icon-more-arrow-reversed-m.png) right no-repeat !important;	
color: #3d5567;
text-decoration: none;
}

 
a.button.reversed {
color: #3d5567;
padding-right: 100px;
font-family: 'Avenir Next', sans-serif;
font-size: 14px !important;
 }
 
 
  a.button.reversed.medium {
font-size: 14px !important;
 }
 
 .button.reversed, .button.reversed.medium, .button.reversed.large {
height: auto;
}

}

.button.full-width-button {
/* width: 48%;
float: left;
margin-right: 2%;*/
width: 100%;
margin-bottom: 20px;
}

.list-with-thumbnail {
margin-top: 20px;	
margin-bottom: 30px;
}

.more-top {
margin-top: 40px;	
}

.more-right {
margin-right: 20px;	
}

.more-left {
margin-left: 20px;	
}

img.more-left {
margin-left: 20px;	
}

.media-photo {
background: #eee;
width: 100%;
height: auto;	
}

img.high-res {
width: auto;
max-width: 90%;
}

.caption {
width: 90%;
margin-top: 20px;
}

.pillar-title {
background: #eee;
height: 40px;
padding: 5px 10px;
}

.NaturalImage-image img {
display: none !important;	
}

	@media all and (min-width: 80em) {	
.caption {
width: 900px;
}	

	}

	
	@media all and (min-width: 68em) {	
.list-with-thumbnail {	min-height: 120px;}
	}
	
	
	
	@media all and (max-width: 49em) {
		
img.left {
float: none;	
text-align: center !important;	
margin-left: 2%;
margin-right:  2%;
}

.left {
float: none;	
text-align: center !important;	
margin-left: auto;
margin-right: auto;
}
		
.list-with-thumbnail {
margin-top: 20px;	
margin-bottom: 20px;
}

.utility {
text-align: left;		
}
	
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-mobile {
clear: both;	
}		

.mobile-nav-toggle {
    width: 25px;
    height: 25px;
    vertical-align: middle;
	margin-top: 0;
    margin-right: 4px;
	background: url(/files/2017/images/toggle.png) top left no-repeat;
}

.mobile-nav-toggle {
    display: none;
}

.js .mobile-nav-toggle {
    display: block;
    position: absolute;
    top: 50px;
    right: 5px;
}

.js .mobile-toggled {
    display: none;
}

#mobile-nav-container {
    max-height: 0;
	width: 100%;
    overflow: hidden;
    border-bottom: 0px solid transparent;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#mobile-nav-container.toggle-active {
    max-height: 148em;
    padding: 10px 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;	
}

#mobile-nav-container .mobile-toggled {
    display: block;
}

.mobile-main-nav {
    /* padding: 0 10px; */
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;		
	background: #fff;
}

.mobile-main-nav > ul {
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
	list-style: none;
	background: #fff;
	font-weight: bold;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	border-top: #95a3ab solid 1px;
	}
	
.mobile-main-nav > ul li {
/*padding-left: 10px	*/
margin-top: 5px;	
background: #4487b2;
display: block;
}

#accordion2 h3 {
/*padding-left: 10px	*/
margin-top: 0;	
margin-bottom: 0 !important;	
background: #fff;
display: block;
height: 40px;
border-bottom: #95a3ab solid 1px;
}
	
#accordion2 h3 a {
padding-top:10px;	
padding-left: 10px;
font-family: Merriweather, serif;
font-weight: 500;
font-size: 16px;
color: #3d5567;
height: 40px !important;
}

#accordion2 ul {
list-style: none;	
padding-top: 10px !important;
margin-left: 0;
padding-left: 0;
text-align: left;
}

#accordion2 div {
margin-top: 0 !important;
}

#accordion2 ul li {
padding-left: 20px;
text-align: left;
}

#accordion2 ul li a {
color: #3d5567;
font-size: 14px;
font-weight: 300;
}

#accordion2 h3.current {
margin-top: 0 !important;
padding-top: 0 !important;
height: 45px;
}

#accordion2 h3.current a {
background: #fff;
border-top: 10px solid #e19046;
color: #444;
height: 45px !important;
padding-bottom: 5px !important;
}


.mobile-main-nav li ul li a {
margin-top: 5px;	
background: none;
}

.mobile-main-nav li.current ul li a {
margin-top: 0;	
background: none;
}

.lt-ie8 .mobile-main-nav > ul {
    display: inline;
    zoom: 1;
}

.mobile-main-nav li ul {
    display: none;
    padding-left: 36px;
    padding-left: 3.6rem;
}

.mobile-main-nav li li ul {
    padding-left: 20px;
}

.mobile-main-nav .current ul {
    display: block;
	list-style: none;
	margin-left: 20px;
	padding-left: 0;
}

.mobile-main-nav a, .mobile-main-nav label {
    display: block;
	color: #444;
    position: relative;
    cursor: pointer;
}

.mobile-main-nav a:hover, .mobile-main-nav a:focus, .mobile-main-nav label:hover, .mobile-main-nav label:focus {
    color: #fff;
}

.mobile-main-nav li ul a {
    padding: 5px 0;
    padding: 0.5rem 0;
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
	color: #fff;
	
}

.mobile-main-nav li ul a:hover {
	color: #444;
}

.mobile-main-nav > ul li.current {
 background: #fff;
 padding-bottom: 0;
/* height: 50px; */
 }
 
 .mobile-main-nav li.current a {
 color: #444444;
 height: 50px;
 }
 
  .mobile-main-nav li.current ul li a {
	color: #444;
 }
 
 
   .mobile-main-nav li.current ul li {
background: none;
 }
  
   .mobile-main-nav li.current ul li a.sub-nav-on {
 color: #1d7bbd;
 }


.mobile-main-nav li .current {
 color: #e11e3c;
}


.banner-ad-728 {
display: none;	
}


.utility-links-mobile.top-links {
text-align: center;	
margin: 0;
}

.utility-mobile {
clear: both;	
float: none;
background: #3d5567;	
margin-top: 10px;
text-align: center;
}


.utility-mobile a {
display: inline-block;
background: #3d5567;
padding: 5px 5px;
font-size: 14px;
font-weight: normal;
color: #fff;
font-family: Merriweather, serif;
font-weight: 500;
}

.utility-links.top-links {
text-align: center;	
}

.utility-links.top-links a.callout {
height: 32px;	
}

.no-js .page-nav .nav-toggle {
    display: none;
}

.page-nav .mobile-main-nav-display {
    padding: 0;
    margin: 0;
}

.page-nav .nav-arrow {
    display: none;
}

.mobile-main-nav {
    /* padding: 0 10px; */
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
}

.mobile-main-nav > ul {
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
    list-style: none;
    background: #fff;
    font-weight: bold;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

.mobile-main-nav > ul li {
    /*padding-left: 10px    */
    margin-top: 0;
    background: #4487b2;
    display: block;
}

.page-nav .mobile-main-nav-display li {
    position: relative;
}

.page-nav > ul.mobile-main-nav-display > li  {
    font-size: 18px;
	font-family: Merriweather, serif;	
    font-weight: 400;
}

.mobile-main-nav.page-nav > ul.mobile-main-nav-display > li > ul  {
    padding-top: 0;
}

.page-nav > ul.mobile-main-nav-display > li > a {
    color: #3d5567;
	font-weight: 300;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    margin: 0;
    display: block;
    position: relative;
	text-decoration: none;
}

.page-nav > ul.mobile-main-nav-display > li > a:hover, .page-nav > ul.mobile-main-nav-display > li.current > a {
    color: #3d5567;
    background-color: #d9e1e6;
}

.page-nav > ul.mobile-main-nav-display > li > ul > li.current > a, .page-nav > ul.mobile-main-nav-display > li > ul > li > ul > li.current > a, .page-nav > ul.mobile-main-nav-display > li > ul > li > ul > li > ul > li.current > a {
    color: #18110a;
}

.mobile-main-nav  > ul > li {
    /*padding-left: 10px  
    margin-top: 5px;  */
    background: #fff;
    display: block;
	border-bottom: solid 1px #4487b2;
}

.mobile-main-nav.page-nav > ul.mobile-main-nav-display > li > ul, .mobile-main-nav.page-nav > ul.mobile-main-nav-display > li > ul > li  {
    background-color: #fff;
}

.page-nav > ul.mobile-main-nav-display > li > ul > li > a {
    background-color: #fff;
    padding-bottom: 8px;
    display: inline-block;
}

.page-nav .mobile-main-nav-display li li {
    border-bottom: none;
    margin-bottom: 5px;
    margin-top: 0;
    background-color: #fff;

}

.page-nav .mobile-main-nav-display li li:last-child {
    border-bottom: none;
}


.page-nav .mobile-main-nav-display li li ul, .page-nav ul.mobile-main-nav-display ul.toggle-active ul  {
    background:  none;
    padding: 0;
    margin-top: 3px;
}

.page-nav .mobile-main-nav-display li li li, .page-nav .mobile-main-nav-display li li li li {
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 3px;
    margin-top: 0;
    background: none;
    margin-bottom: 0;
}

.page-nav .mobile-main-nav-display li li li:last-child, .page-nav .mobile-main-nav-display li li li li:last-child  {
    margin-bottom: 0;
}

.page-nav .mobile-main-nav-display li li a {
    padding-left: 20px;
    color: #18110a;
    font-size: 16px;
	font-weight: 300;
    padding-bottom: 8px;
    display: inline-block;
}

.page-nav .mobile-main-nav-display li li li a {
    padding-left: 35px;
    color: #18110a;
    font-size: 14px;
}

.page-nav .mobile-main-nav-display li li li li a {
    padding-left: 50px;
    color: #3d5567;
    font-size: 12px;
}

.page-nav .mobile-main-nav-display li li a:hover {
    color: #18110a;
}

.page-nav.mobile-main-nav li ul {
    display: none;
}

.page-nav > ul.mobile-main-nav-display > ul > li > ul > li > a:hover {
    color: #e3913d;
}

.page-nav .mobile-main-nav-display .nav-toggle {
    display: block;
    width: 50px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.page-nav .mobile-main-nav-display .nav-toggle span {
    background: transparent url('../images/down-arrow.png') no-repeat 50% 50%;
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    height: 40px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    transition: all 0.15s ease;
}

.page-nav .mobile-main-nav-display .nav-toggle.toggle-active span {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: 1;
}

.page-nav .mobile-main-nav-display li .nav-toggle span {  /* secondary and below */
    background-image: url('../images/down-arrow.png');
}

.page-nav .mobile-main-nav-display li li .nav-toggle {
    position: absolute;
    top: -5px;
}

.page-nav .mobile-main-nav-display li li .nav-toggle span {
    background: transparent url('../images/down-arrow.png') no-repeat 50% 50%;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    transition: all 0.15s ease;
}

.page-nav .mobile-main-nav-display li li .nav-toggle span {  /* secondary and below */
    background-image: url('../images/down-arrow.png');
}

.page-nav .mobile-main-nav-display .nav-toggle.toggle-active span {
    opacity: 1;
    transform: scaleY(-1);
}

.page-nav ul.mobile-main-nav-display ul.toggle-active {
    max-height: 148em;
    padding: 10px 0 10px 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    display: block;
}

.page-nav ul.mobile-main-nav-display ul.toggle-active {
    padding: 0;
}

.js .page-header .mobile-clone {
    display: none;
}

.js .page-header .mobile-menu-toggle {
    display: block;
}

}



.nav-highlight {
background: #eee;
text-align: center;
margin-top: 10px;
padding: 5px 20px 5px 20px;
font-weight: bold;
font-size: 16px;
}

.nav-highlight:hover {
background: #444;
color: #fff;
}

@media all and (max-width: 63em)  {

.banner-ad-300 {
float: none;	
clear: both;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.col-6-12.banner-ad-300 {
padding-top: 40px !important;	
}


.banner-ad-skyscraper {
display: none;		
}


}

@media all and (min-width: 48em) and (max-width: 63em)  {
.col-6-12.banner-ad-300 {
padding-left: 12px;
}
}


@media all and (min-width: 49em) {
	
.logo-mobile {
display: none;	
}

.full-box {
width: 200px;	
}

.full-box ul {
margin-left: 0;
padding-left: 0;
list-style: none;
}


.full-box ul li {
padding-bottom: 10px;
font-size: 16px;
}

.sec-nav h3 {
font-family: Merriweather, serif;	
font-size: 20px;
width: 200px;
height: 45px;
background: #e19046;
text-align: center;
}

.sec-nav h3.blue-header {
background: #4788b0;
}
	
	.page-search .text-input {
  width: 0;
  padding: 0;
  position: absolute;
  left: 36px;
  top: 5px;
  top: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0;
  color: transparent;
  background: transparent;
  overflow: hidden;
} 
.page-search .text-input:focus {
  width: 12em;
  padding: 0 10px;
  padding: 0 1rem;
  border-color: #c4d600;
  color: #d1d4d3;
}
.page-search .text-input + span {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-search .text-input:focus + span {
  left: 99em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
	


#search {
float: right;
margin-top: -17px;
}
	
/* reset webkit search input browser style */
#searchfield input {
	
}
#searchfield input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#searchfield input::-webkit-search-decoration,
#searchfield input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
#searchfield input[type=search] {
	width: 170px;
	float: left;
	/* border: #d3d3d3 solid 1px; */
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	margin-top: 42px;
	margin-right: 20px;
	padding: 0 0 0 0;
	height: 25px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

/* placeholder */
input:-moz-placeholder {
	color: #18110a !important;
	font-style: italic;
}
input::-webkit-input-placeholder {
	color: #18110a !important;
	font-style: italic;
}

/* demo B */
#searchfield input[type=search] {
	width: 170px;
	padding-left: 0;
	color: transparent !important;
	cursor: pointer;
}

input:-moz-placeholder {
	color: #18110a !important;
	font-style: italic;
}
 input::-webkit-input-placeholder {
	color: #18110a !important;
	font-style: italic;
}
	
.utility {
text-align: right;		
}	
    #mobile-nav-container, .js .mobile-nav-toggle {
        display: none;
    }

    .js .mobile-toggled {
        display: none;
    }
}
	
	
@media all and (min-width: 48em) and (max-width: 68em) {
	
.col-1-8.tablet-expand {
width: 35%;
text-align: center;
}

.sec-nav {
position: absolute;
right: 20px;
padding-top: 10px;
padding-bottom: 20px;
margin-right: 20px;
text-align: left;	
}

.sec-nav h3 {
color: #fff;
margin-bottom: 0;
padding: 10px;
width: 200px;	
}

.sec-nav ul {
background: #fff;
border-right: #ccc solid 1px;
border-bottom: #ccc solid 1px;
border-left: #ccc solid 1px;
margin-top: 0;
padding: 10px;
}

.skyscraper {

}

.hide-on-tablet, img.hide-on-tablet {
	display: none;
}

}


@media all and (max-width: 48em) {
.nav a {
font-size: 24px;		
}
}

@media all and (min-width: 49em) {
	
  .page-nav li ul {
  font-family: Merriweather, serif;
}
	
	 .page-nav {
    padding: 0 0;
    position: relative;
	text-align: center;
	margin: 0 auto;
	display: block;
  }
  
  .page-nav > ul  {
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	margin-right: 10px;
	margin-left: 0;
	height: 60px;
	border-top: #95a3ab solid 1px;
  }
  
  .page-nav > ul > li {
	display: inline-block;
    width: auto; 
	white-space: nowrap;	
	height: 60px;
    float: left;
	list-style: none;
	margin-right: 10px;
	background: transparent url(../images/nav-line.png) no-repeat right;
  }
  
   .page-nav > ul > li:last-child {
	 margin-right: 0;
   }
  
 
  .page-nav > ul > li > a {
    display: block;
    padding: 40px 17px;
    text-align: center;
    font-family: Merriweather, serif;
	font-size: 12px;
	font-weight: 500;
	color: #1c3447;
	 }
  .page-nav > ul > li:hover > a, .page-nav > ul > li.current > a {
    background: #3d5567;
    color: #fff;
	height: 60px;
	text-decoration: none;
	margin-left: -1px;
  }
  
  .page-nav li ul {
	/* width: 480px; */	
    padding: 0 0 0 0;
    position: absolute;
    top: 100px;
    left: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear 0.2s;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear 0.2s;
    transition: transform 0.2s ease, visibility 0s linear 0.2s;
    background: #fff;
	text-align: left;
	border-top: #95a3ab solid 1px;
  }
  
  .page-nav > ul > li:hover > ul {
	z-index: 2 !important;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear;
    transition: transform 0.2s ease, visibility 0s linear;
  }
  
   
   .page-nav li ul  li ul {
	/* width: 480px; */	
    padding: 0 0 0 0;
    position: absolute;
    top: 100px;
    left: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear 0.2s;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear 0.2s;
    transition: transform 0.2s ease, visibility 0s linear 0.2s;
    background: #fff;
	text-align: left;
	border-top: #95a3ab solid 1px;
  }
  
  .page-nav > ul > li:hover > ul > li:hover {
	z-index: 2 !important;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear;
    transition: transform 0.2s ease, visibility 0s linear;
  }
    
  .page-nav li ul a {
	background: #fff url(../images/arrow-flyout.png) no-repeat right;
    display: block;
    padding: 15px 30px 10px 30px;
    font-size: 14px;
	color: #18110a;
	font-family: Merriweather, serif;
	font-weight: 500;
	text-align: left !important;
	height: 64px;
	border-top: #95a3ab solid 1px;
  }
    
   .page-nav ul ul  li:first-child a {
	border-top: none;
  }
  
  .page-nav li ul a:hover {
	background: #3d5567 url(../images/arrow-flyout-hover.png) no-repeat right; 
	color: #fff;
	font-weight: 600;
	text-decoration: none;
  }  
  
  .page-nav li ul li {
    display: inline-block;
    margin-right: -0.4em;
    padding-right: 0;
	text-align: left !important;
	white-space: normal !important;
	vertical-align: middle;
	height: 64px;
  }
  
  .page-nav.stuck {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
	z-index: 9999;
  }
  
  .flyout-content {
	float: right;  
	width: 70%;
  }
	
.nav_container { margin:0 auto;}
#nav_top_wrapper { margin: 0 0 0 0; }
#nav_top { height:60px;}
#my_logo { font:70px Georgia, serif; }

#sticky_navigation_wrapper { width:100%; height: 60px;}
#sticky_navigation { width:100%; height: 60px; z-index: 2;}
#sticky_navigation ul {  }
#sticky_navigation ul li {}
#sticky_navigation ul li a { }
#sticky_navigation ul li a:hover, #sticky_navigation ul li a.selected {}

#nav {
margin: 0 0 0 0;
padding: 0;
z-index: 1100;  /* http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/ */
width: 70%;
height: 60px;
background: none;
color: #3d5567;
}


#nav ul ul {
margin-left: 0 !important;
}


.sub-nav-list {
float: left;	
padding-bottom: 0;
left: 0;
border-right: #95a3ab solid 1px;
}

.col-1-2.sub-nav-list {
padding-right: 0;	
}

.nav-text {
float: left;
color: #18110a;
font-family: Merriweather, serif;
font-size: 13px;
white-space: normal;
margin-bottom: -20px;
margin-left: 10px;
padding: 0 10px 0 20px;
width: 70%;
}

.more-nav-text a, .more-nav-text a:hover {
background: none !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
}

.more-nav-text a {
color: #3d5567 !important;
}

.more-nav-text a:hover {
color: #03548e !important;
text-decoration: underline !important;
font-weight: 400 !important;
}

.page-nav li:nth-child(5) ul .sub-nav-list, 
.page-nav li:nth-child(6) ul .sub-nav-list {
float: right;
background: none;
}
  
.page-nav li:nth-child(5) ul .nav-text, 
.page-nav li:nth-child(6) ul .nav-text {
margin-left: 0;
margin-right: 0;
margin-bottom: -5px;
border-top: none;
background: none;
 }
 
 
 .page-nav li ul, .page-nav li ul {

 }
 
.page-nav li:nth-child(5) ul, .page-nav li:nth-child(6) ul {
right: 0;	
margin-top: 0;
padding-top: 0;
}


.flyout-title {
color: #3d5567;
text-transform: uppercase;
font-family: 'Avenir Next', sans-serif;
font-size: 16px;
font-weight: 500;
padding-top: 20px;
}

}


@media all and (min-width: 68em) {

#nav {
margin-left: 250px !important;
}

#nav ul  {
margin-left: -250px !important;
}


#nav ul ul {
margin-left: 0 !important;
}


}




@media all and (min-width: 49em) and (max-width: 63em) {

#nav {
height: 100px;
margin-bottom: 0;
}

#nav_top { height: 100px;}
#my_logo { font:70px Georgia, serif; }

#sticky_navigation_wrapper { width:100%; height: 100px;}
#sticky_navigation { width:100%; height: 100px; z-index: 2;}

.page-nav > ul > li {
    display: inline-block;
	white-space: normal;	
	width: 161px;
	height: 40px;
	list-style: none;
	margin-right: 0;
	text-align: center;
  }
    
   .page-nav > ul > li > a {
    display: block;
    padding: 5px 24px 5px 24px;
    text-align: left;
	font-weight: 500;
	text-align: center;
  }
  
  .page-nav li ul {
	display: none;  
  }
  
  .page-nav > ul > li:hover > a, .page-nav > ul > li.current > a {
  }

 .logo {
	 display: block;
	 } 
	 
.utility {
	 display: block;
	 }
	 
	#search {
	 display: block;
	 }  
	 
.hero {
margin-top: 4px;
}	 

  .page-nav > ul  {
	margin-top: 25px;  
  }

}

@media all and (min-width: 50em) and (max-width: 58em)  {
.page-nav > ul  {
width: auto;	
float: left;	
padding-right: 25px;
}

.tagline {
padding-top: 75px;
}

}

@media all and (min-width: 49em) and (max-width: 58em)  {
.page-nav > ul  {
width: 700px;	
float: left;	
margin-top: -25px;
margin-left: -140px;	
padding-right: 25px;
}

}



@media all and (min-width: 63em)  {
	
.logo {
margin-top: 5px;	
}
	
.logo-line {
 float: left; 
 padding-left: 0;
 margin-top: 0;
 }	
	
.hide-on-desktop, img.hide-on-desktop  {
display: none;	
}
	
#nav {
height: 60px;	
margin-bottom: 0;
padding-bottom: 0;
margin-left: 0;
}
	
.page-nav > ul {
width: 100%;	
clear: none;	
position: absolute;
top: 57px;
left: 300px;
}
	
.page-nav > ul > li {
	width: 171px;
	display: inline-block;
	white-space: nowrap;
	margin-right: 0;
	float: left;
	}
  
 .page-nav > ul > li > a {
    display: block;
    padding: 20px 17px 5px 17px;
    text-align: center;
	height: 32px;
  }
    
.page-nav li ul li {
display: block;
float: none;
width: 100%;
}


.page-nav li ul {
    top: 50px;
  }
  
  
.nav-text {
width: 50%;
}

}

@media all and (min-width: 63em)  and (max-width: 68em) {

	 
    .page-nav > ul > li {
    width: 171px;
	min-width: 0;
  }
  
}


@media all and (min-width: 65em) {
		
.page-nav > ul {
margin-left: 25px;
margin-right: 0;
}
}


@media all and (min-width: 68em) {
	
.page-nav > ul {
margin-left: 0;
margin-right: 0;
height: 54px;
}
	
.page-nav > ul > li {
	height: 54px;
	text-align: left;
	margin-top: 0;	
	margin-right: 0;
  }
  
 
.page-nav > ul > li:last-child {
	margin-right: 0;
  }  

  .page-nav li ul {
	width: 100%;
	border-bottom: #95a3ab solid 2px;
  }
  
.page-nav li ul .nav-text {
width: 50%;
margin-left: 10px !important;
margin-right: 5%;
  }
  
.page-nav li ul .sub-nav-list {
width: 40%;
}
}

@media all and (min-width: 70em) {
.page-nav > ul {
margin-left: 0;
margin-right: 0;
}

.page-nav > ul > li {
    white-space: nowrap;
  }
  
     .page-nav > ul > li:first-child {
    width: 191px;
	min-width: 0;
  }
  
    .page-nav > ul > li:nth-child(2) {
    width: 191px;
	min-width: 0;
  }
    
    .page-nav > ul > li:nth-child(3) {
    width: 191px;
	min-width: 0;
  }

    
    .page-nav > ul > li:nth-child(4) {
    width:  191px;
	min-width: 0;
  }
}

@media all and (min-width: 72em) {
.page-nav > ul {
margin-left: 0;
margin-right: 0;
}

.page-nav > ul > li {
    width: auto;
	white-space: nowrap;
  }
}


@media all and (min-width: 75em) {
	
.page-nav > ul {
margin-right: 0;
}
	
.page-nav > ul > li {
    width: auto;
	white-space: nowrap;
  }
  
    
.page-nav > ul > li:last-child {
	margin-right: 0;
  }  

}


@media all and (min-width: 80em) {
	
.page-nav > ul {
margin-right: 0;
}

.page-nav > ul > li {
    float: left;
	list-style: none;
  }
  
.page-nav > ul > li:last-child {
	margin-right: 0;
  }  
  
}

@media all and (min-width: 82em) {
	
.page-nav > ul {
margin-right: 0;
}

.page-nav > ul > li {
    float: left;
	list-style: none;
  }
  
.page-nav > ul > li:last-child {
	margin-right: 0;
  }  
  
}

@media all and (min-width: 85em) {

.page-nav > ul {
margin-right: 0;
}

.page-nav > ul > li {
  }
    
.page-nav > ul > li:last-child {
	margin-right: 0;
  }  
 
}
@media all and (min-width: 87em) {

.page-nav > ul {
margin-right: 0;	
}

.page-nav > ul > li {
  }
    
.page-nav > ul > li:last-child {
	margin-right: 0;
  }  
 
}


@media all and (min-width: 90em) {

	
.page-nav > ul {
margin-right: 0;
}

.page-nav > ul > li {
  }
  
  
.page-nav > ul > li:last-child {
	margin-right: 0;
  }
  
 
}

@media all and (min-width: 93em) {
.page-nav > ul {
margin-right: 0;
}
  
.page-nav > ul > li:last-child {
	margin-right: 0;
  }
  

.page-nav > ul > li {
  }
  
}

@media all and (min-width: 95em) {
.page-nav > ul {
margin-right: 0;
}
  
.page-nav > ul > li:last-child {
	margin-right: 0;
  }
  

.page-nav > ul > li {
  }
  
.page-nav li:nth-child(5) ul {
right: 15%;	
}
  
}

@media all and (min-width: 99em) {
	
		
.page-nav > ul {
margin-right: 0;
}


.page-nav > ul > li {
  }
      
.page-nav > ul > li:last-child {
	margin-right: 0;
  }
  
  .page-nav li:nth-child(6) ul {
right: 5%;	
}

}

@media all and (min-width: 103em) {
		
.page-nav > ul {
margin-right: 0;
}


	.page-nav > ul > li {
  }
      
.page-nav > ul > li:last-child {
	margin-right: 0;
  }
  
  .page-nav li:nth-child(6) ul {
right: 0;	
}

}

@media all and (min-width: 105em) {
		
.page-nav > ul {
margin-right: 0;
}


	.page-nav > ul > li {
  }
      
.page-nav > ul > li:last-child {
	margin-right: 0;
  }
  
  .page-nav li:nth-child(6) ul {
right: 0;	
}

}


@media all and (min-width: 110em) {
	.page-nav > ul  {
	margin-right: 0;
  }
  
  	.page-nav > ul > li {
  }
      
.page-nav > ul > li:last-child {
	margin-right: 0;
  }


}

@media all and (min-width: 115em) {
	.page-nav > ul  {
	margin-right: 0;
  }
  
  	.page-nav > ul > li {
  }
      
.page-nav > ul > li:last-child {
	margin-right: 0;
  }


}

.left {
clear: both;	
float: left;	
}

img.left {
clear: both;	
float: left;	
margin-right: 20px;
margin-bottom: 20px;
}

.right {
clear: both;	
float: right;	
}

img.right {
clear: both;	
float: right;	
margin-left: 20px;
margin-bottom: 20px;
}

.left.no-clear {
clear: none;	
}

@media all and (max-width: 49em) {
	
img.left {
clear: both;	
float: none;	
margin-right: 0;
margin-bottom: 0;
}

img.right {
clear: both;	
float: none;	
margin-left: 0;
margin-bottom: 0;	
}

.left {
clear: both;	
float: none;	
}

.right {
clear: both;	
float: none;	
}
}

.right.twitter-more {
margin-top: 25px;	
}

.nav a {
font-size: 16px;
}	



@media all and (min-width: 49em) and (max-width: 68em)  {
.col-4-12.tablet, .col-5-12.tablet, .col-8-12.tablet, .col-1-2.tablet {
	width: 100%;
}

.col-5-12.tablet.push-1-12 {
	margin-left: 15px;
	margin-right: 40px;
}

.col-1-2.tablet.push-1-12 {
margin-left: 0;	
}

.col-10-12 {
width: 65%;
float: left;
}

.col-1-8 {
margin: 0 auto;
}

.skyscraper {
margin-left: 80px;	
}

}


.sec-nav ul li {
font-size: 17px;	
font-family: Merriweather, serif;
font-weight: normal;
}

@media all and (min-width: 68em)  {
                        
.col-10-12.home {
width: 70%;
margin-left: 20px;	
margin-right: 40px;
display: block;
}

.sec-nav {
width: 180px;	
}

.sec-nav h3 {
color: #fff;
padding: 10px;
margin-bottom: 0;
}

.sec-nav ul {
background: #fff;
border-right: #ccc solid 1px;
border-bottom: #ccc solid 1px;
border-left: #ccc solid 1px;
margin-top: 0;
padding: 10px;
}

}

@media all and (min-width: 80em)  {
                        
.col-10-12.home {
width: 75%;
margin-left: 20px;	
margin-right: 40px;
}

.sec-nav ul li {

}

.sec-nav h3 {

}

}


@media all and (min-width: 90em)  {
	
.col-10-12.home {
width: 80%;	
}

}

@media all and (min-width: 100em)  {
	
.col-10-12.home {
margin-right: 80px;
}

}


@media all and (min-width: 60em) {

.nav {
background: #eee;
margin-top: 20px;
margin-left: 0;
padding: 0 20px 20px 20px;
height: 40px;
}

.nav a {
font-weight: bold;	
font-size: 16px;
}	

}

.in-this-section ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}

.in-this-section ul li {
padding-top: 20px;
}

.in-this-section ul li a {
font-weight: normal;
}

.in-this-section ul li a.sub-nav-on {
color: #e11e3c;
font-weight: bold;
}

.in-this-section ul li ul {
list-style: none;
margin-left: 20px;
padding-left: 0;
}




@media handheld, only screen and (max-width: 48em) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0; /* grid-space to left */
		padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
	}
	
	
	/* Mobile Layout */
	
	[class*='mobile-col-'] {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
		padding-bottom: 0px;
	}
	
	.mobile-col-1-1 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}
	
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}

/* SEARCH STYLING */

#SearchForm input#searchData {
width: 150px !important;	
}

.page-links a {
float: left;	
margin-right: 10px;
padding: 5px 15px 5px 15px;
background: #666;
color: #fff;
font-weight: bold;
display: block;
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
}

.page-links a:hover {
background: #000;	
}

#keySearchYes {
float: left;
margin-right: 10px;
background: #000;
color: #fff;
font-weight: bold;
display: block;
padding: 5px 15px 5px 15px;
text-align: center;
margin-top: 20px;
}

.result-summary #keySearchYes {
float: none;
display: inline;
padding: 0;
margin-right: 0;
}

#keySearchYes.keyword-callout {
color: #1d7bbd;	
background: #fff;
}

.result {
clear: left;	
margin-top: 10px;
}

.result p {
    padding-top: 0px;
    margin-top: -12px;
    line-height: 20px;
}

.paging.pagerbottom {
padding-bottom: 35px;	
padding-top: 35px;
}

img.thumbnail-photo-gallery {
width: 250px;
height: 250px;
}

@media all and (max-width: 49em) {
button.reveal {
display: none;	
}

#effect {
   display: none;	
  }
  
  .paging.pagerbottom {
	padding-bottom: 10px;	
padding-top: 10px;  
  }
  
  .col-4-12.paging.pagerbottom {
	text-align: center;
}

.col-4-12.center.paging.pagerbottom {
	text-align: center;
}

.col-4-12.align-right.paging.pagerbottom{
	text-align: center;
}

}

 iframe {
max-width: 100%;
 }


@media all and (max-width: 48em) {
  
 iframe {
float: none;
width: 100%;

} 

.img-left iframe {
margin-right: 0;	
}


.video-caption {
margin-top: 20px;	
clear: both;	
}

}

@media all and (min-width: 68em) {
/*	
iframe {
float: left;
margin-right: 40px;
}*/

 
iframe {
width: 445px; 
min-height: 390px; 
display: block;
margin: 0 auto;
position: static !important;
 }

}


@media all and (max-width: 49em) {

.grid-pad {
	padding-top: 0;
}

.feature-webinar, .twitter-box, .feature-interior  {
	width: 100%;
	background: #f4f6f6;
	margin: 25px 0 25px 0;
	padding: 20px;
}

 .feature-interior.white-bkgd  {
	background: #fff;
}



ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none !important;
	height: 32px;
	border-bottom: 1px solid #333;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #666;
	color: #ccc;
	overflow: hidden;
	position: relative;
}

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
	display: block;
}

.tab_container {
	border: 1px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }



}


@media screen and (max-width: 480px) {

	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}

.feature-webinar, .twitter-box, .feature-interior {
	width: 100%;
	background: #f4f6f6;
	z-index: 5;
}

 .feature-interior.white-bkgd  {
	background: #fff;
}



.twitter-box {
background: url(../images/bkgd-twitter.png);	
}

 .twitter-box {
	min-height: 400px;
	padding: 25px 0;
}


.ui-tabs .ui-tabs-panel {
padding: 0 !important;	
}


@media all and (min-width: 49em) {
	
.feature-webinar {
	min-height: 400px;
	padding: 50px 100px;
}

.feature-interior {
	padding: 50px 100px;	
}

.feature-interior.less-padding {
	padding: 25px;	
}

 .feature-interior.white-bkgd  {
	padding: 50px 100px;	
}



.feature-resources {
width: 100%;	
min-height: 400px;	
padding: 50px 50px 50px 50px;

}


.twitter-box {
width: 100%;	
min-height: 400px;	
padding: 50px 50px 50px 50px;

}

a.feature-resource-title {
	font-size: 18px;
	font-weight: 500;
	color: #3d5567;
}

a:hover.feature-resource-title {
	font-size: 18px;
	font-weight: 500;
	color: #03548e;
}

}

.feature-webinar img {
max-width: 100%;
height: auto;
}

.tagline {
font-size: 14px;
color: #18110a;	
font-style: italic;
font-weight: 700;
text-align: left;
/* margin-top: 25px; */
padding-bottom: 18px;
}

@media all and (min-width: 49em) and (max-width: 57em) {

.tagline {
text-align: center;
float: left;
padding-top: 35px;
}
}

@media all and (min-width: 58em) {
.tagline {
margin-top: 25px;	
}

}


@media all and (min-width: 63em) and (max-width: 68em) {

.tagline {
margin-left: 68px;
text-align: center;
float: left;
padding-top: 5px;
}
	
}

@media all and (min-width: 68em) {

.tagline {
margin-left: 37px;
text-align: center;
float: left;
padding-top: 5px;
}
	
}



.social {
margin-top: 20px;	
}

.social a {
padding-right: 20px;	
}


.twitter.content_list {
	margin-top: 45px;
}

.timeline-Widget {
  background: none !important;	
}

.twitter-timeline {
font-size: 16px !important;	
}

.twitter-timeline p {
font-size: 16px !important;		
}

p.timeline-Tweet-text, .timeline-Tweet-text {
font-size: 16px !important;		
}

a.twitter-timeline {
  /* Buttonish */
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin: 10px 0;
  border-radius: 3px;
  background: none !important;
  background-image: none;
  /* Text */
  font: normal 16px Helvetica, Arial, sans-serif;
  color: #333;
  white-space: nowrap;
}

.SandboxRoot.env-bp-660.timeline-Tweet-text {
font-size: 16px !important;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #fff;
}

/* Color Highlight for keyboard navigation */

a.twitter-timeline:focus {
  outline: none;
}

a.twitter-timeline {
font-weight: bold;
}

.customisable:hover, .customisable:focus, .customisable:active, .customisable-highlight:hover, .customisable-highlight:focus, a:hover .customisable-highlight, a:focus .customisable-highlight {
font-weight: bold;
}

.customisable a,   customisable a:link,  .customisable a:visited {
font-weight: bold;
}


@media all and (max-width: 49em) {

#nav_top_wrapper {
height: 120px;	
}

.hero-caption {
background: rgba(0, 0, 0, 1);
width: 100%; 
height: 40px;
position: relative;
color: #fff;
margin-top: -10px;
z-index: 1000;
font-size: 30px;
font-family: Merriweather, serif;
font-weight: 500;
padding-top: 2px;
}	

.hero img {
width: 100%;
height: auto;
max-height: 475px;
margin-top: 15px;
z-index: -1;
}


.white-overlay .hero-title {
font-size: 20px;
font-style: italic;
font-weight: 800;
color: #3d5567;
}


.white-overlay {
color: #18110a;
font-size: 14px;
margin-top: 30px;
margin-left: 5%;
z-index: 2;
position: static;
width: 90%;
}

}



@media all and (min-width: 48em) and (max-width: 63em) {
	
#nav {
margin-left: 150px !important;
margin-top: -20px;
}

	
.logo-line {
display: none;
 }

}



@media all and (min-width: 48em) {
}


@media all and (min-width: 58em) and (max-width: 63em) {
	
	
.page-nav > ul {
width: 100%;	
position: absolute;
top: 75px;
left: 100px;
}

.page-nav > ul > li {
width: 151px;	
}



.page-nav > ul > li > a {
font-size: 12px;
}
	
.tagline {
position: absolute;
top: 40px;
left: 128px;
}
}

/* interior pages */

.interior-title-bar {
background: #005495;
color: #fff;
/* height: 129px; */
margin-top: 10px;
padding: 30px 20px;
}

.interior-title-bar a {
color: #fff;	
}

.breadcumb {
color: #dad6d3;	
}

.breadcrumb a {
color: #dad6d3;	
font-size: 13px;
font-family: 'Avenir Next', san-serif;
font-weight: 700;
text-transform: uppercase;
}

.interior-section-title {
font-size: 30px;
font-style: italic;
font-weight: 900;
padding-top: 10px;
}

.interior-section-bar {
background: #ececec;
height: 62px;
text-align: center;
}

.interior-section-bar a {
color: #fdb714;
font-family: 'Avenir Next', sans-serif;
font-weight: 700;
font-size: 14px;
text-align: center;
text-transform: uppercase;
display: inline-block;
height: 62px;
padding-top: 20px;
padding-right: 40px;
padding-left: 40px;
}

.interior-section-bar a:hover, .interior-section-bar a.selection {
background: #fff;
color: #00548e;
text-decoration: none;
border-left: 2px #00548e solid;
-webkit-box-shadow: 6px 6px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 6px 6px 5px 0px rgba(204,204,204,1);
box-shadow: 6px 6px 5px 0px rgba(204,204,204,1);
}

select.interior-filter {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
border: none !important;
background: #fdb714 url(../images/bkgd-filter-select.png) right no-repeat;
width: 100%;
height: 30px;
padding-left: 10px;
color: #fff;
font-size: 13px;
font-family: Merriweather, serif;
}

select option {
border: none !important;
/* background: #fff !important; */
color: #000;
}


#EventTypesFilter {
clear: both;	
padding-top: 20px;}

.calendar select  {
height: 30px !important;
}

.calendar select option {
padding-top: 5px;
padding-left: 15px;
height: 25px;
color: #fff;
font-weight: bold;
border: none !important;
}

.calendar select option:first-child {
background: #444;	
}

.calendar select option:nth-child(7), .calendar select option:nth-child(8), .calendar select option:nth-child(9)    {
color: #444;	
}

.note {
white-space: normal !important;
}

.note input {
vertical-align: middle;
height: 30px !important;
padding-top: 4px !important;
}

select:focus {
background: #fff !important;
color: #000 !important;
}


@media all and (min-width: 49em) {
	
.interior-title-bar {
padding: 30px  90px;
}


}

@media all and (max-width: 49em) {
img.logo-line {
display: none;	
}

.interior-section-bar {
margin-bottom: 75px;	
}

.interior-section-bar a {
width: 100%;
display: block;
}

.interior-section-bar a:hover, .interior-section-bar a.selection {
border-left: 7px #00548e solid;
}

}

@media all and (min-width: 49em) and (max-width: 70em) {

.feature-interior .col-8-12 {
	width: 100%;
	margin-top: 45px;
}

.feature-interior .push-1-15 {
margin-left: 0;
}

}

.bottom-utility {
clear: both;	
background: #3d5567;	
width: 100%;
min-height: 42px;
}

.bottom-utility-content {
margin: 0 auto;	
text-align: center;
padding-top: 15px;
}

.bottom-utility a {
color: #fff;	
padding-right: 35px;
}


@media all and (max-width: 49em) {
.bottom-utility a {
clear: both;
display: block;
width: 100%;
padding-bottom: 20px;
}
	
}

@media all and (min-width: 63em) and (max-width: 68em) {

select.interior-filter {
width: 80%;	
}

}

@media all and (min-width: 68em) {

/* select.interior-filter {
width: 225px;	
} */

}

table.tabular-data, table.tabular-data th, table.tabular-data td {
margin: 0 !important; 
padding: 5px 10px;
}


table.tabular-data tr:first-child {
	background: #00548e;
	color: #fff;
}

table tr:nth-child(even) {
	background: #eee;
}


table, table th, table td {
margin: 0 !important; 
padding: 5px 10px;
}


table tr:first-child {
	background: #00548e;
	color: #fff;
}

table.national-schedule-table tr:first-child {
	background: #fff;
	color: #444;
}


table tr:first-child.no-bkgd {
	background: none;
	color: #444;
}

table tr:nth-child(even) {
	background: #eee;
}

ul.striped,  .content_list ul, ul.regular-list, #display_list ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}

ul.striped li, ol.striped li  {
padding: 10px;	
}

ul.striped.pr li {
padding-bottom: 10px;
}

.content_list ul li {
padding-bottom: 10px;	 
 }

ul.striped li a, .content_list ul li a,  .the-national ul li a {
 font-family: Merriweather, serif;
font-size: 19px;
color: #015593;
font-weight: 500;
display: block;
}

 .the-national ul {
margin-left: 20px;
padding-left: 0;
 }

 .the-national ul li a {
font-size: 17px;
font-weight: 600;
margin-bottom: 40px;
}

 .the-national ul li a span.the-national-details {
font-size: 14px;
font-style: italic;
}
	
ul.regular-list a {
font-size: 16px;
}


.exhibitor-list-item {
margin-top: 45px;	
margin-left: 0;
}

.exhibitor-list-item a {
 font-family: Merriweather, serif;
font-size: 17px;
color: #015593;
font-weight: 400;
display: block;
}

li table  {
border: #eee solid 1px;
}
 
li table tr:first-child, li table tr {
	background: #fff;
	color: #222;
	padding-bottom: 40px;
}

li table tr:first-child td , li table tr td {
vertical-align: top;
}

#display_list li {
	padding-bottom: 30px;
}
 

 li table tr:nth-child(even) {
background: #eee;	 
}



#carousel {
width: 100%;
max-width: 100%;
right:0;
top:0;
}

.feature_buttons {
position: absolute;
top: 550px;
right: 150px;
}



#slides {
   /* overflow:hidden;
     fix ie overflow issue */
    position:relative;
	width: 100%;
    height: 531px;
	border: none;  
}

/* remove the list styles, width : item width * total items */
#slides ul {
    position:relative;
    left:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0;
    width: 6790px;
    height: 531px;
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
    width:auto;
    height: 531px;
    float:left;
}


/*! ---------- =home ---------- */

.home-feature {
  position: relative;
}
.home-feature__slide {
  position: relative;
}
.home-feature__image {
  height: 0;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

.home-feature__image.the-national {
  height: 0;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.home-feature__title {
  max-width: 50%;
  position: absolute;
  left: 24px;
  top: 24px;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.home-feature__title strong {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}
.home-feature__content {
  padding: 24px;
}
.home-feature__nav {
  position: absolute;
  z-index: 5;
}

.home-feature__nav button {
background: none;	
border: none;
}

.home-feature__nav__item {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  color: transparent;
  position: relative;
}
.home-feature__nav__item::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: transparent;
  border: #fff solid 2px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  opacity: 1;
  -webkit-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.home-feature__nav__item:hover::before {
  background: #fff;
  opacity: 1;
}
.home-feature__nav__item.is-active::before {
  background: #fff;
  opacity: 1;
}
.home-feature.is-playing .home-feature__play, .home-feature:not(.is-playing) .home-feature__pause {
  display: none;
}
.home-feature__pause, .home-feature__play {
  width: 30px;
  padding: 6px 0;
  text-align: center;
  opacity: 0.5;
}
.home-feature__pause:hover, .home-feature__play:hover {
  opacity: 1;
}
.home-feature__pause .icon-pause {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.home-feature__play {
  display: inline-block;
}

.home-grid {
  width: auto !important;
}


.js .tabs__pane.is-active {
    display: block;
}
.js .tabs__pane {
    display: none;
}


@media (min-width: 470px) and (max-width: 767px) {
  .home-feature__image {
    padding-bottom: 192px;
  }
  .home-feature__title {
    max-width: 60%;
    font-size: 36px;
  }
}


@media (max-width: 767px) {
  .home-grid__right::before, .home-grid__bottom::before {
    content: '';
    display: block;
    margin: 12px 0 24px;
    border-top: 1px solid #d4dede;
  }
  
/*   iframe {
  width: 320px;	
  max-width: 100%;	
  height: 240px;
} */


  
}


 .home-feature {
  display: block;
  }


@media (min-width: 768px) and (max-width: 960px)  {
 .home-feature__image {
  }
  
}


@media (min-width: 768px) {
  .home-feature {
    width: 100%;
    margin-top: -168px;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .home-feature__slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  }
  .home-feature__title {
    max-width: 65%;
    top: 240px;
    font-size: 54px;
    line-height: 60px;
  }

  .home-grid {
    margin: -36px -24px 0;
  }
  .home-grid__left {
    padding: 36px 48px 48px 24px;
    box-shadow: 1px 0 0 #d4dede;
  }
  .home-grid__right {
    padding: 36px 24px 48px 48px;
    box-shadow: inset 1px 0 0 #d4dede;
  }
  .home-grid__bottom {
    padding: 48px 24px;
    box-shadow: 0 -1px 0 #d4dede;
  }

  .home-foundation__description {
    max-width: 60%;
    max-width: calc(100% - 230px);
    float: left;
  }
  .home-foundation__cta {
    float: right;
  }
}


@media (max-width: 959px) {
  .home-feature__nav {
    width: 30px;
    position: absolute;
    right: 12px;
    top: 24px;
  }
  .home-feature__content {
   /* background: #d1d7e0; */
  }
}


@media (min-width: 768px) and (max-width: 959px) {
  .home-feature__nav {
    top: 35%;
  }
}


img.national-schedule-photos {
max-width: 100%;
height: auto;
padding-bottom: 75px;
}

img.national-schedule-photos.no-bottom-photo {
padding-bottom: 0;
}
	


@media (min-width: 960px) {
	
img.national-schedule-photos {
padding-bottom: 200px;
}
	
	.career-tabs {
width: 50% !important;
}
	
	
  .home-feature {
    /* margin-top: -216px; */
    background: #000203;
  }
  .home-feature__slide {
    width: 100%;
    max-height: 531px;
    overflow: hidden;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  
  .home-feature__slide.the-national {
    width: 100%;
    max-height: 342px;
    overflow: hidden;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  
  .home-feature__slide:first-child {
    position: relative;
  }
  .home-feature__slide.is-previous {
    -webkit-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
            transform: translateX(-48px);
  }
  .home-feature__slide.is-next {
    -webkit-transform: translateX(48px);
        -ms-transform: translateX(48px);
            transform: translateX(48px);
  }
  .home-feature__slide.is-active {
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .home-feature__content {
    width: 100%;
    position: absolute;
    top: 500px;
    left: 0;
    padding: 0 48px;
  }
  .csstransforms .home-feature__content {
    top: 60%;
    /* 50% with offset of half approx. header height */
    top: calc(55% + 80px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-feature__title, .home-feature__description, .home-feature__action {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30%;
  }
  .home-feature__title {
    position: static;
  }
  .home-feature__description {
    margin-top: 24px;
    padding-top: 24px;
    color: #fff;
    opacity: 0.8;
  }
  .home-feature__description::before {
    content: '';
    display: block;
    width: 70%;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    top: -24px;
  }
  .home-feature__nav {
    position: absolute;
    bottom: 30px;
    left: 150px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .home-grid {
    margin: -48px -48px -24px;
  }
  .home-grid__left {
    padding-top: 48px;
    padding-left: 48px;
  }
  .home-grid__right {
    padding-top: 48px;
    padding-right: 48px;
  }
  .home-grid__bottom {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 24px;
  }
}


@media (max-width: 1199px) {
  .home-feature__prev, .home-feature__next {
    display: none;
  }
}


@media (min-width: 1200px) {
  .home-feature__content {
    top: 500px;
  }
  .csstransforms .home-feature__content {
    top: 60%;
    top: calc(50% + 80px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-feature__title, .home-feature__description, .home-feature__action {
    padding-right: 25%;
  }
  .home-feature__title {
    font-size: 72px;
    line-height: 72px;
  }
  .home-feature__description {
    font-size: 18px;
  }
  .home-feature__nav {
	left: 150px;  
    bottom: 35px;
  }
  .home-feature__prev, .home-feature__next {
    position: absolute;
    top: 60%;
    top: calc(50% + 95px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0.2;
    z-index: 4;
  }
  .home-feature__prev {
    left: 12px;
  }
  .home-feature__next {
    right: 12px;
  }
}


@media (min-width: 1440px) {
  .home-feature__prev {
    left: 5%;
  }
  .home-feature__next {
    right: 5%;
  }
}

.center_listing {
margin-bottom: 20px;	
}

.form_field {
	margin-bottom: 20px;	
}

#confirmDialog {
display: none;	
}

.required {
color: #3375a5;
font-style: italic;
}

textarea {
clear: both;
margin-bottom: 30px;
}

.form_field textarea {
clear: both;
margin-bottom: 0;
}

#Office1SelectBack, #Office2SelectBack, #Office3SelectBack, #LogoSelectBack {
margin-top: 10px;	
}

#AttachedOffice1Message,  #AttachedOffice2Message, #AttachedOffice3Message, #LogoSelectBack {
color: #00548e !important;	
}

#Office1SelectName, #Office2SelectName, #Office3SelectName, #LogoSelectName {
color: #00548e;
border: #00548e solid 1px;
padding: 5px;
clear: both;
}


.featured-event-label {
color: #3d5567;	
font-size: 11px;
font-family: Avenir;
font-weight: 600;
}

.event-details {
font-weight: 700;
font-style: italic;
font-size: 12px;
}

.featured-event-max {
max-width: 350px;	
margin-bottom: 25px;
}

.event-listing-landing {
background: url(/files/2017/images/Event_BKGD.jpg);
background-size: contain;
padding-top: 45px;
}

.event-landing-entry, .list-entry {
background: #fff;
border-left: #465d6e 2px solid;
-webkit-box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
-moz-box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
padding: 10px 20px 20px 20px;
margin-bottom: 20px;
font-family: Merriweather;
}

.event-landing-entry h2, .list-entry h2 {
font-size: 17px;	
}

.align-right {
text-align: right;	
}

.store-listing {
margin-bottom: 40px;
}

form.search input {
background: none;
border: none;
color: #fff;
}

 input[type=search] {
background: none;
border: none;
color: #fff;
text-align: right;
padding-top: 10px;
font-size: 12px;
 }
 
 .full-gray {
background: #f5f5f5;	 
 }
 
  .full-gray.search-page {
height: 60px;
padding-top: 20px;
 }
 
.app-tabs {
margin-top: 0 !important;	 
padding-top: 0 !important;	 
height: 60px;
 }
 
.app-tabs ul {
margin-top: 0 !important;	 
padding-top: 0 !important;	
height: 60px;
text-align: center !important;
margin: 0 auto !important;
width: 400px;
 }
 
.app-tabs  li {
list-style: none;	 
float: left;
text-transform: uppercase;
font-family: 'Avenir Next', sans-serif;
margin-top: 0 !important;	
padding: 20px 1em 0 1em;
text-decoration: none;
height: 60px;
border-right: #e1e2e4 solid 1px;
 }
 
.app-tabs li:hover,  .app-tabs li.current {
	text-decoration: none;
	border-left: 2px solid #015593;
	background: #ffffff;
	-webkit-box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);
	-moz-box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);
	box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);	
}

.app-tabs  li a {
	color: #fdb714;
}



.app-tabs  li a:hover {
	text-decoration: none;
	color: #00548e;
}

.career-tabs {
text-align: center !important;
margin: 0 auto !important;
}

.career-tabs li {
border-right: #e1e2e4 solid 1px;
}

.thenational-tabs {
text-align: center !important;
margin: 0 auto !important;
width: 90%;
}

.thenational-tabs a {
color: #fcb714 !important;	
}

li.ui-tabs-active a {
	color: #03548e !important;	
	font-weight: 700 !important;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	font-weight: 700 !important;	
}



.news-tabs {
text-align: center !important;
margin: 0 auto !important;
width: 480px;
}

.hide {
display: none;	
}

#tabs-1, #tabs-2 {
margin-top: 60px;	
}


#tabs-1.news-tabs-content, #tabs-2.news-tabs-content {
margin-top: 0;	
}


.error {
color: #7d0000;	
}

.the_national_landing_photo img {
width: 100%;
height: auto;

}



#side_nav {
width: 250px;	
margin-left: 5px;
}

.caption-constricted {
margin-top: 0;
}


@media (max-width: 48em) {
	
#side_nav {
display: none;
}	

#side_nav.utility-show-all {
display: block !important;
background-color: #ececec;
background-image: none;
width: 100%;	
height: auto;
border: none;
min-height: 0 !important;
}	

#side_nav.utility-show-all > ul > li > a.current {
width: 100%;		
}


#side_nav.utility-show-all > ul  {
width: 100%;		
padding: 0;
margin: 0;
}



.col-7-12.next-to-filter  {
min-height: 0 !important;
}

.view-all {
padding-bottom: 25px;
}


.twitter-box {
width: 100%;	
min-height: 400px;	
padding: 10px;

}

}

@media (min-width: 48em) {

#side_nav  {
background: url(/files/2017/images/side_nav-BKGD.png) repeat;
}


#side_nav ul ul ul {
background: none;
border: none;
padding-left: 0;
}


}

@media (max-width: 1250px) {
	
.caption-constricted {
max-width: 90%;	
margin-bottom: 45px;
}

	
}


@media (min-width: 960px) {
.thenational-tabs li {
border-right: #e1e2e4 solid 1px;
}

}



@media (min-width: 1251px) {

#side_nav {
width: 300px;		
margin-left: 20%;
}	

}


@media (min-width: 1500px) {
	
.caption-constricted {
margin-left: 45px;	
max-width: 350px;	
}
.caption-constricted h2 {
margin-top: 0;
}

	
}


#side_nav > ul > li, 	#side_nav > ul > li li, #side_nav > ul > li li li {
	list-style: none;
	text-align: left;	
	margin-left: 0;
}

	
#side_nav > ul > li > a {
	padding: 25px 40px;
	display: block;
	font-weight: 700 !important;
	color: #fdb714;
	font-family: 'Avenir Next', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	}
	
	
	.side_nav_text {
	color: #18110a;
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	font-family: 'Merriweather', serif;
	padding-top: 25px;
	}
	

#side_nav > ul > li:first-child {
	}
	
#side_nav > ul > li > a:hover, #side_nav > ul > li > a.current {
	font-weight: 700;
	color: #015593;
	text-decoration: none;
		border-left: 2px solid #015593;
	background: #ffffff;
	-webkit-box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);
	-moz-box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);
	box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);
	}
	
#side_nav > ul > li > a.open {
	font-size: 1.1em;
	font-weight: 700;
	color: #015593;
	}
#side_nav > ul > li > a.open:hover {
	
	}
#side_nav > ul > li > ul > li > a.current {
	font-size: 12px;
	font-weight: 700;
	color: #015593;
	text-decoration: underline;
	}

	
#side_nav > ul > li > ul > li > a.current:hover {
	text-decoration: underline;
	}


#side_nav > ul > li > a.current {
	font-size: 1.1em;
	font-weight: 700;
	color: #015593;
	background-color: #fff;	
	padding: 25px 40px 20px 40px;
	}
#side_nav > ul > li > a.current:hover {
	text-decoration: underline;
	}
	
#side_nav > ul > li > a.open, #side_nav > ul > li > ul {
	background-color: #f4f3f9;
	}
	
#side_nav > ul > li > ul > li {
margin-left: 0;
padding-left: 0;
}

	
#side_nav > ul > li > ul > li a {
	display: block;
	padding: 10px 0.5em 20px 40px;
	font-size: 1.1em;
	font-weight: 700;
	color: #015593;
	font-family: 'Avenir Next', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #015593;
	text-transform: uppercase;
	border-left: 2px solid #015593;
	}
	
	#side_nav > ul > li > ul {
	background: #ffffff;	
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	-webkit-box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);
	-moz-box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);
	box-shadow: 5px 4px 3px 0px rgba(189,189,189,1);
	}
	
	
#side_nav > ul > li > ul > li a.current {
	font-weight: 700;
	color: #265373;
	}
#side_nav > ul > li > ul > li > ul > li > a, #side_nav > ul > li > ul > li > ul > li > a.current {
	padding-left: 45px;

	}
	

/*.js #side_nav > ul {
	max-height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.js #side_nav > ul.open {
	max-height: 50em;
	padding: 9px 0;
}
#side_nav > ul > li > ul {
    display: block;
} 
*/
@media all and (min-width: 48em) {

.js #side_nav > ul {
    overflow: visible;
	margin-top: 0;
	padding-left: 0;
}

}

.view-all a {
font-weight: 400 !important;
font-size: 13px !important;
color: #03548e !important;
font-family: 'Merriweather', serif;
}

.no_sub_nav,  .more-top {
margin-top: 33px;	
}

h2.clear.more-top {
padding-top: 33px	
}

.speaker-col {
width: 258px;	
font-family: 'Merriweather', serif;
}

.speaker-col a {
color: #015593 !important;
font-size: 13px !important;
font-weight: 400 !important;
}

input.career_search {
border: none;
border-bottom: #f8ba11 solid 1px;
width: 258px;
height: 30px;
background: url(/files/2017/images/yellow-right-arrow.png ) right no-repeat;
color: #18110a !important;
font-family: Merriweather !important;
font-size: 14px;
}

select.interior-filter {
width: 258px;
height: 30px;	
}

.interior-top-margin {
margin-top: 75px;	
}

img.scale {
max-width: 100%;
height: auto;
}



/* PHOTO MODULE */


.interior-feature__pane {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.interior-feature__title {
  padding: 25px 25px;
  margin: 0;
  position: absolute;
  bottom: 5px;
  text-align: left;
  font-weight: normal !important;
  color: #fff;
  font-size: 14px !important;
  font-family: Merriweather;
  line-height: 24px;
  border: none;
}

@media (max-width: 469px) {
  .interior-feature__title {
    /* font-size: 30px; */
  }
}

@media  (max-width: 960px) {
 /*  .interior-feature__nav {
	display: none;
  } */
  
  .interior-feature__nav {
	margin: 45px auto;
	text-align: center;
  } 
  
   .interior-feature__tab {
  	background: none;
	border: none;
  }
  
    .interior-feature__tab img {
margin-bottom: 25px;
  }
  
.interior-feature {
margin-top: 25px;
  }
  
.interior-feature__pane {
  width: 250px;
  height: 167px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: static;
  margin: 0 auto;
  text-align: center;
}

.interior-feature__tab.is-active {
  /* 	border: #7c7a52 solid 4px;
	border-radius: 50%; */
  }

  
  
}


@media (max-width: 720px) {
  
.interior-feature__title {
  position: static;
  display: block;
padding: 10px;
line-height: 18px;
 }  
 

h2.interior-feature__title {
clear: both;
} 
}

@media (min-width: 720px) and  (max-width: 960px) {
	.interior-feature__pane {
  width: 500px;
  height: 333px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: static;
  margin: 0 auto;
  text-align: center;
}
	
	.interior-feature__title {
  padding: 25px 25px;
  margin: 0;
  position: relative;
  top: 200px;
  text-align: left;
  font-weight: normal !important;
  color: #fff;
  font-size: 14px !important;
  font-family: Merriweather;
  line-height: 24px;
  border: none;
}
	
	
}


@media (min-width: 960px) {
	
	
	 .interior-feature {
    position: relative;
	width: 800px;
  }
  .interior-feature__pane {
	margin-top: -60px;  
	width: 660px;
    height: 440px;	
  }
	
	.interior-feature__pane {
		margin-top: 25px; 	
	}
   
  .interior-feature__tab {
	width: 135px;  
	height: 102px;    
    color: #767449;
     transition: all 0.2s ease-out;

  }
  
    
  .interior-feature__tab img {
	width: 135px;  
	height: 102px;   
	padding-bottom: 8px;
	margin: 0;
	text-align: center;
	}
	
	.interior-feature__nav {
    width: 135px;
	height: 441px;
	position: absolute;
    right: 0;
    top: 0;
	background: none;
	overflow: hidden;
	overflow-y: scroll;
	}
  
  
  .interior-feature__tab {
	width: 135px;  
	height: 102px;   
	margin: 0;
    color: #767449;
     transition: all 0.2s ease-out;
  	background: none;
	border: none;

  }
	
	  .interior-feature__tab.is-active {
    color: #767449;
 }

  
}



@media (min-width: 1200px) {

   
  .interior-feature__tab {
	width: 135px;  
	height: 102px;     
	margin: 0;
    color: #767449;
    transition: all 0.2s ease-out;
  }
  
    
  .interior-feature__tab img {
	width: 135px;  
	height: 102px;   
	margin: 0;
	text-align: center;
	}
	
	
}

@media (max-width: 1200px) {
img.optional-right {
display: none;	
}
}


@media (min-width: 1200px) {

img.optional-right {
position: absolute; 
top: -400px; 
right: 75px;
}
}

a.page_number, .page_number   {
font-family: Merriweather;
font-size: 18px;
font-weight: 500;
}

.page_number {
color: #fff;
background: #455b72;
padding: 0 10px 10px 10px;
}

a.page_number {
color: #455b72;
background: #fff;
padding: 0 10px 10px 10px;	
}


.button.reversed.facets {
background: transparent url(/files/2017/images/icon%2Dx.png) right no-repeat !important;

}

@media (max-width: 63em) {
 
  .full-gray.search-page {
height: auto;
padding-top: 20px;
padding-bottom: 20px;
 }
 
}
a.page_number, .page_number   {
font-family: Merriweather;
font-size: 18px;
font-weight: 500;
}

.page_number {
color: #fff;
background: #455b72;
padding: 0 10px 10px 10px;
}

a.page_number {
color: #455b72;
background: #fff;
padding: 0 10px 10px 10px;	
}

.paging.pagerbottom a {
font-family: Merriweather;	
color: #455b72 !important;
text-transform: capitalize;
}

.paging a.ui-state-disabled {
font-weight: 600;
font-family: Merriweather;	
color: #455b72 !important;
}

.paging a.ui-button-text {
color: #455b72 !important;
opacity: 1;
font-weight: 600;
font-family: Merriweather;	
text-transform: capitalize;
font-size: 14px;
}

.paging a:hover {
border: none !important;
font-family: Merriweather;	
}


a.rdcms-pagingcontrols-page {
color: #455b72;	
font-size: 16px;
padding: 0 !important;	
font-weight: 500;	
font-family: Merriweather;	
}

.paging a.ui-state-active, .rdcms-pagingcontrols-page:hover {
border: none !important;	
color: #fff !important;
background: #455b72;
font-size: 16px;
padding: 0 !important;	
font-weight: 500;
font-family: Merriweather;	
}

.ui-button-text-only.ui-button-text {
padding: 0 !important;	
}


  @media (min-width: 49em) {
 .header-utility__search-input {
    width: 1px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 0.01;
    max-width: 180px;
    max-width: calc(25% - 50px);
    position: absolute;
    right: 235px;
    top: 20px;
    z-index: 10;
    background: #fff !important;
	border: none;
    color: #3e5567 !important;
    transition: all 0.2s ease-out;
	font-family: Merriweather, serif;
  }
  .header-utility__search-input:focus {
    width: 25% !important;
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
    opacity: 1;
	border: #3e5567 solid 1px;
	height: 35px;
	font-size: 14px;
  }
  .header-utility__search-label {
    margin-left: 12.5px;
    margin-top: 0 !important;
    padding: 6.25px 12.5px;
    background: #3e5567 url(/files/2017/images/icon-search.png) no-repeat left;
	font-size: 12px !important;
	font-weight: 600 !important;
  }
  }
  
   
  
  @media (max-width: 48em) {
	  
	 .mobile__search {
		border: #3e5567 solid 1px !important;
		display: block;
		text-align: center !important;
		width: 80% !important;
		height: 40px !important;
		 transition: all 0.2s ease-out;
		 opacity: 1;
		 z-index: 10;
		 background: #fff url(/files/2017/images/icon%2Dmobile%2Dsearch.png) no-repeat left;
		 margin: 0 auto 25px auto;
		 font-size: 14px;
		  }
	  

	  
	.mobile__search:focus {
    width: 80% !important;
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
    opacity: 1;
	color: #3e5567 !important;
	z-index: 30;
	text-align: center;
  }
	
}



.content-box.content-box--highlight.align-center {
	text-align: center;
	background: #005495;
	color: #fff;
	height: 100px;
	margin-bottom: 25px;
	padding-top: 25px;
}

.align-center {
	text-align: center;	
}


.style-guide-divider {
margin: 0 auto;

}

.warn {
color: #880000;	
}

pre {
white-space: normal;	
}

.ui-widget ul.striped .callout_2_normal_spacing {
font-family: Merriweather, serif;	
font-size: 13px;	
}


/* calendar grid */

table.rdcms-calendar-grid.rdcms-calendar-month {
}

.rdcms-calendar-grid.rdcms-calendar-month tr td.dayheading {
background: #3777a3;	
}

.monthheading {
font-size: 20px;	
}

.dayheading {
font-size: 16px;	
}

a.monthnavlinks,  a.grid-link {
color: #fff;	
}

a.grid-link {
display: block;	
}

a.jump-to-month {
font-size: 16px;
padding-right: 10px;
}

 .calendar .datetoday {
background: #3777a3;	 
color: #fff;
 }

/* EVENTS CALENDAR */

.calendar table table {
  table-layout: fixed;
  border-collapse: collapse;
}
.calendar td {
  padding: 10px;
  overflow: visible;
}
.calendar table table a {
  display: block;

}

.calendar-year-list, .calendar-month-list {
  text-align: center;
}
.calendar-year-list li, .calendar-month-list li {
  display: inline-block;
}
.calendar-year-list li + li, .calendar-month-list li + li {
  margin-left: 20px;
}
.calendar-year-list {
  padding: 20px 0;
}
.calendar-month-list {
  padding: 0 0 20px;
}
.calendar .monthheading {
  font-size: 1.5em;
  text-align: center;
}
.calendar > table > tbody > tr:first-child > td:first-child {
  text-align: left;
}
.calendar > table > tbody > tr:first-child > td:last-child {
  text-align: right;
}
.calendar-spans .placeholder {
  visibility: hidden;
}
.calendar .optionalline {
  display: block;
  font-style: italic;
  font-size: 0.9em;
  opacity: 0.9;
}

  
  .calendar td.datewithevent a {
	  padding: 10px;
  }
  
  .month_list_top {
text-align: center;	  
  }

@media all and (max-width: 719px) {
	
	  
  .month_list_top {
text-align: left;	  
  }
	
  .calendar table table, .calendar table table tr, .calendar table table td {
    display: block;
    width: 100% !important;
    padding: 0;
    float: left; /* fixes an ie bug */
    clear: left;
  }
  .calendar .dayheading, .calendar .date-number, .calendar .datewithoutevent {
    display: none;
  }
  .calendar table table td:not([data-friendly-date]) {
    display: none;
  }
  
  .calendar td.datewithevent {
	  display: block !important;
  }
  
  .calendar td[data-friendly-date]:before {
    content: attr(data-friendly-date);
    display: block;
  }
  .calendar .datetoday[data-friendly-date]:before {
    font-weight: 700;
  }
  .calendar table table a {
  }
  
  
a.jump-to-month {
display: block;	
font-size: 16px;
padding-right: 10px;
}
  
  
}


@media all and (min-width: 720px) {
  .calendar table table {
  }
  .calendar table table td {
    width: 14.28% !important;
  }
  .calendar .datewithevent, .calendar .datewithoutevent, .calendar .datetoday {

  }
  .calendar .datewithevent, .calendar .datewithoutevent {
    background: #fff;
  }
  .calendar .datewithoutevent {
    height: 100px;
  }
 
  .calendar > table > tbody > tr:first-child > td {
    width: 33.3%;
  }

  .calendar-spans table table {
    overflow: hidden;
  }
  .calendar-spans table table br {
    display: block;
    margin-top: 10px;
    line-height: 20px;
    content: ' ';
  }
  .calendar-spans .in-span, .calendar-spans .placeholder {
    display: block;
    height: 26px;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 -11px 10px;
    color: transparent;
    /* font-size: 0\9; ie8 and below do not support color: transparent */
    position: relative;
    z-index: 2;
  }
  .calendar-spans .in-span.event-start {
    height: auto;
    white-space: normal;
    color: #fff;
    overflow: visible;
    padding-left: 10px;
    /*font-size: 12px\9; ie8 and below do not support color: transparent */
    z-index: 3;
  }
  .calendar-spans .event-start {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: 0
  }
  .calendar-spans .event-end {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 0
  }
}

/* td .subtext, td.rdcms-data-label, tr.rdcms-data-fieldset td {
color: #444;	
}

td.rdcms-data-label label {
color: #fff;	
} */


#regSession tr:first-child h3.rdcms-data-label {
color: #fff;	
}

#CheckoutForm tr:first-child .note {
color: #fff;		
}


#regSession  td h3.rdcms-data-label {
color: #444;	
}

#regSummary h1, #regSession h1 {
margin-top: 30px;	
}

input#RDCMSField_ResourceName {
max-width: 200px;	
}

input#RDCMSField_EmailAddress {
max-width: 200px;	
}

input#RDCMSField_Captcha {
width: 200px !important;	
}

.survey-question, .survey-answer {
margin-bottom: 15px;	
}

.survey-question {
line-height: 20px;	
}

.rdcms_surveytake h1 {
display: none;	
}

#rdcms-checkout-bill-address td, #rdcms-checkout-bill-phone td, #rdcms-checkout-bill-email td, #rdcms-checkout-bill-fax td {
color: #444;	
}

.rdcms-checkout-order-review tr:first-child a {
color: #fff;	
}

.form-header h1 {
margin-top: 45px;
font-family: 'Avenir Next', sans-serif;
color: #3d5567;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
border: none;
}

.form-header h1:after {
content: "";
background: url(/files/2017/images/gradient-line.png);
width: 111px;
height: 1px;
displaY: block;
}

.news-tabs-content .col-1-3 {
min-height: 525px;
}

/* ------------------------------------ today's podiatrist ---------------------*/
/* browser prefixers */
/* box-sizing: border-box */
/* inline-block fallbacks */
/* clearfix */
/* rem conversion */
/* ------------------------------------ =common -- */
.tp-font-b, .tp-more, .tp-testimonial .nav-buttons {
  font-family: "Gloria Hallelujah", "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
  font-weight: 400 !important;
}

.tp-tabs .pane {
  display: none;
}
.tp-tabs .pane.active {
  display: block;
}

.tp-subtitle {
  font-size: 1.3em;
  min-height: 39px;
  line-height: 39px;
  padding: 0 12px;
  margin-bottom: 1em;
  font-weight: 400;
  color: white;
  background-color: #1c436c;
  position: relative;
}
.tp-subtitle.small {
  font-size: 1.1em;
}
.tp-subtitle .badge {
  display: block;
  width: 4em;
  height: 4em;
  line-height: 4em;
  font-size: 14px;
  position: absolute;
  right: -1em;
  top: -0.8em;
  font-weight: 700;
  text-align: center;
  background-color: #208bc1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -o-transform: rotate(-10deg);
}

.tp-more {
  display: block;
  text-align: right;
  font-size: 1.2em;
}
.tp-more:after {
  content: " >";
}

.box-paper {
  background-color: #c6e2e5;
  color: #444444;
}
.box-paper > div {
  padding: 1.3em 1em;
}
.box-paper > div > h3 {
  font-size: 1.4em;
}

.borderimage .box-paper {
  background-color: transparent;
  -webkit-border-image: url("/files/PodToday/PageLayoutImages/border-paper-fold-blue.png") 28 28 28 28 fill;
  -o-border-image: url("/files/PodToday/PageLayoutImages/border-paper-fold-blue.png") 28 28 28 28;
  border-image: url("/files/PodToday/PageLayoutImages/border-paper-fold-blue.png") 28 28 fill round;
  border-image-width: 28px;
  border-style: solid;
  border-width: 28px;
  margin: -4px;
}
.borderimage .box-paper > div {
  margin: -24px;
}

/* ------------------------------------ today's podiatrist =layout -- */
#todays-podiatrist {
  line-height: 1.3;
  padding: 0 0 2.6em;
  clear: both;
}

#tp-main > div > div, #tp-secondary > div {
  margin-bottom: 2.6em;
}

@media all and (min-width: 767px) {
  #tp-main {
    width: 73.5%;
    float: right;
    padding-left: 3%;
  }

  #tp-secondary {
    width: 23.5%;
    overflow: hidden;
  }
}
@media all and (min-width: 991px) {
  #tp-main {
    width: 75%;
    float: right;
  }
  #tp-main > .col-1 {
    width: 65%;
    float: left;
  }
  #tp-main > .col-2 {
    width: 30%;
    float: left;
    padding-left: 5%;
  }

  #tp-secondary {
    width: 22%;
  }
}
/* ------------------------------------ today's podiatrist =elements -- */
#tp-logo {
  padding-bottom: 2.6em;
}
#tp-logo img {
  display: block;
  max-width: 100%;
}
#tp-logo .line {
  display: block;
  height: 1.3em;
  margin-top: 0.866em;
  background-color: #208bc1;
  border-bottom: 0.433em solid #1c436c;
}

.tp-testimonial .tabs-nav {
  display: none;
}
.tp-testimonial blockquote {
  position: relative;
}
.tp-testimonial blockquote .formatted_content {
  padding: 1.3em 0;
}
.tp-testimonial blockquote .formatted_content p {
  height: 170px;
}
.tp-testimonial blockquote .formatted_content p:before {
  content: url("/files/PodToday/PageLayoutImages/quotes-tp-open.png");
  float: left;
  margin-top: -0.65em;
  margin-right: 1em;
  font-style: normal !important;
}
.tp-testimonial blockquote .formatted_content p:after {
  content: url("/files/PodToday/PageLayoutImages/quotes-tp-close.png");
  float: right;
}
.tp-testimonial blockquote .formatted_content p:first-line {
  color: #eaad19;
  font-size: 1.3em;
  line-height: 1;
}
.tp-testimonial blockquote .portrait {
  display: block;
  max-width: 60px;
  position: absolute;
  left: 0;
  top: 2.6em;
  border: 2px solid #208bc1;
}
.tp-testimonial blockquote .portrait + .formatted_content {
  padding-left: 76px;
}
.tp-testimonial blockquote .attribution {
  float: left;
  font-size: 1.1em;
  min-height: 26px;
  line-height: 26px;
  padding: 6px 1em;
  color: white;
  background-color: #208bc1;
  position: relative;
  z-index: 2;
}
.tp-testimonial .cta {
  display: block;
  float: right;
  min-height: 26px;
  line-height: 26px;
  padding: 6px 1em;
  margin-top: -6px;
  color: white;
  background-color: #eaad19;
  position: relative;
  z-index: 1;
}
.tp-testimonial .cta:after {
  content: url("/files/PodToday/PageLayoutImages/arrow-curve-left.png");
  display: block;
  position: absolute;
  right: -14px;
  top: -8px;
}
.tp-testimonial .cta span {
  color: #1c436c;
}
.tp-testimonial .nav-buttons {
  clear: both;
  padding-top: 1.5em;
  font-size: 1.1em;
  text-align: center;
}
.tp-testimonial .nav-buttons a {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0.75em 1em;
}
.lt-ie8 .tp-testimonial .nav-buttons a {
  display: inline;
  zoom: 1;
}
.tp-testimonial .nav-buttons .tabs-pause, .tp-testimonial .nav-buttons .tabs-resume {
  min-width: 5em;
}

.tp-social > div {
  min-height: 118px;
  padding: 16px 12px;
  border: 2px dashed #d1d4d6;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.tp-social .fb {
  background-image: url("/files/PodToday/PageLayoutImages/tp-social-fb.png");
}
.tp-social .tw {
  background-image: url("/files/PodToday/PageLayoutImages/tp-social-tw.png");
}
.tp-social .yt {
  background-image: url("/files/PodToday/PageLayoutImages/tp-social-yt.png");
}
.tp-social h4 {
  position: relative;
  padding-left: 20px;
  font-size: 1.3em;
}
.tp-social h4:before {
  content: url("/files/PodToday/PageLayoutImages/arrow-curve-right.png");
  position: absolute;
  left: 5px;
  top: 0.5em;
}

#tp-did-you-know .tabs-nav {
  display: none;
}
#tp-did-you-know .fact {
  font-weight: 700;
  padding: 0.5em 0;
}
#tp-did-you-know .tp-more {
  margin-top: 1em;
}

#tp-prepare > h3 {
  margin-bottom: 0;
}
#tp-prepare .image, #tp-prepare .main {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#tp-prepare .image {
  position: relative;
}
#tp-prepare .pinned {
  position: absolute;
  top: 50%;
  right: -12px;
}

@media all and (min-width: 479px) {
  .tp-testimonial blockquote .portrait {
    max-width: 150px;
    top: auto;
    bottom: 36px;
  }
  .tp-testimonial blockquote .portrait + .formatted_content {
    padding-left: 166px;
  }
}
@media all and (min-width: 767px) {
  #tp-did-you-know, #tp-prepare {
    width: 48%;
    float: left;
  }

  #tp-did-you-know {
    padding-right: 4%;
  }
}
@media all and (min-width: 991px) {
  #tp-did-you-know, #tp-prepare {
    width: auto;
    float: none;
  }

  #tp-did-you-know {
    padding-right: 0;
  }
}


/* ------------------------------------ today's podiatrist =map -- */

#tp-foot-map-container {
  position: relative; 
}

#tp-foot-map-intro {
  /*position: absolute;
  left: 0;
  top: 0;*/
  padding-top: 55px;
  z-index: 3;
}

#tp-foot-map {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  background: url("/files/PodToday/PageLayoutImages/some-foot.jpg") no-repeat 100% 100%;

}
#tp-foot-map > ul > li {
  position: absolute;
}
#tp-foot-map .dot {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -13px;
  top: -13px;
  background-color: #1c436c;
  border: 3px solid white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 40px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
#tp-foot-map .dot:hover {
  background-color: #275c95;
}
#tp-foot-map .dot.active {
  background-color: #eaad19;
}
#tp-foot-map .description {
  display: none;
  width: 200px;
  /* position: absolute; */
  padding: 16px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #208bc1;
  background-color: white;
  z-index: 10;
  -webkit-box-shadow: 0 0 6px 4px white;
  -moz-box-shadow: 0 0 6px 4px white;
  box-shadow: 0 0 6px 4px white;
}
#tp-foot-map .description.active {
  display: block;
}
#tp-foot-map .description h4 {
  color: #1c436c;
  font-size: 1.1em;
}
#tp-foot-map .description p {
  font-style: italic;
  color: #666666;
}
#tp-foot-map .description .alternate {
  background-color: #eeeeee;
  margin: 8px -12px 8px -12px;
  padding: 8px 12px;
}
#tp-foot-map .description .tp-close {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  border: 3px solid white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #1c436c;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
#tp-foot-map .description .tp-close:hover {
  background-color: #275c95;
}
#tp-foot-map .description .tp-close img {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px auto 0;
}
#tp-foot-map .left .description {
  left: 15px;
}
#tp-foot-map .right .description {
  right: 15px;
}
#tp-foot-map .top .description {
  top: 15px;
}
#tp-foot-map .bottom .description {
  bottom: 15px;
}
#tp-foot-map .top.left .dot {
  border-bottom-right-radius: 0;
}
#tp-foot-map .top.right .dot {
  border-bottom-left-radius: 0;
}
#tp-foot-map .bottom.left .dot {
  border-top-right-radius: 0;
}
#tp-foot-map .bottom.right .dot {
  border-top-left-radius: 0;
}


.grid__unit {
	display: inline-block;
  	width: 100%;
  	padding: 0 0 25px 0;
  	margin: 0;
  	vertical-align: top;
  	letter-spacing: normal;
  	/* text-rendering: auto; */
  	text-align: left;
}

.grid__unit.grid__unit--1-1 {
width: 100% !important;
}

.grid__unit.home-tiles {
	padding: 0;	
}

.grid__unit--1-2 {
  	width: 49% !important;
	margin-right: 1%;
}

.grid__unit--1-3 {
  	width: 32%;
	margin-right: 1.33%;
}

.grid__unit--2-3 {
  	width: 66.66%;
}

.grid__unit--1-4 {
  	width: 24%;
	margin-right: 1%;
}

.grid__unit--3-4 {
  	width: 75%;
}

.grid__unit--1-5 {
  	width: 19%;
	margin-right: 1%;
}

.grid__unit--2-5 {
  	width: 40%;
}

.grid__unit--3-5 {
  width: 60%;
}

.grid__unit--4-5 {
  	width: 80%;
}

.grid__unit--1-6 {
  	width: 15%;
	margin-right: 1.66%;	
}

.grid__unit--5-6 {
  	width: 83.3%;
}


@media (max-width: 470px) {

.grid__unit.interior-unit.grid__unit--1-2-w {
	margin-right: 25px;
}
}



@media (min-width: 470px) {

.grid__unit--1-2-s {
	width: 50%;
  }

.grid__unit--1-3-s {
    width: 33.33%;
  }

.grid__unit--2-3-s {
    width: 66.66%;
  }

.grid__unit--1-4-s {
    width: 25%;
  }

.grid__unit--3-4-s {
    width: 75%;
  }

.grid__unit--1-5-s {
    width: 20%;
  }

.grid__unit--2-5-s {
    width: 40%;
  }

.grid__unit--3-5-s {
    width: 60%;
  }

.grid__unit--4-5-s {
    width: 80%;
  }

.grid__unit--1-6-s {
    width: 16.66%;
  }

.grid__unit--5-6-s {
    width: 83.3%;
  }
  
 }

  
  .grid__unit.interior-unit {
    padding: 0 0 0 0;
  } 

@media (min-width: 720px) {


.grid.grid-home {
}

.grid.grid-home .grid__unit.first-units  {

padding-top: 0;	
}

 .grid__unit {
    padding: 0 0 0 0;
  }
  
  
  .grid__unit.interior-unit {
    padding: 0 0 0 0;
  } 

.grid__unit--1-2-m {
    width: 50%;
  }

.grid__unit--1-3-m {
    width: 33.33%;
  }

.grid__unit--2-3-m {
    width: 66.66%;
  }

.grid__unit--1-4-m {
    width: 25%;
  }

.grid__unit--3-4-m {
    width: 75%;
  }

.grid__unit--1-5-m {
    width: 20%;
  }

.grid__unit--2-5-m {
    width: 40%;
  }

.grid__unit--3-5-m {
    width: 60%;
  }

.grid__unit--4-5-m {
    width: 80%;
  }

.grid__unit--1-6-m {
    width: 16.66%;
  }

.grid__unit--5-6-m {
    width: 83.3%;
  }
  
}


@media (min-width: 960px) {
		

.grid__unit--1-2-l {
    width: 50%;
	float: left;
  }

.grid__unit--1-3-l {
    width: 33.33%;
  }

.grid__unit--2-3-l {
    width: 66.66%;
  }

.grid__unit--1-4-l {
    width: 25%;
  }

.grid__unit--3-4-l {
    width: 75%;
  }

.grid__unit--1-5-l {
    width: 20%;
  }

.grid__unit--2-5-l {
    width: 40%;
  }

.grid__unit--3-5-l {
    width: 60%;
  }

.grid__unit--4-5-l {
    width: 80%;
  }

.grid__unit--1-6-l {
    width: 16.66%;
  }

.grid__unit--5-6-l {
    width: 83.3%;
  }
  
  .grid__unit--1-8-l {
	width: 12.66%;  
  }
  
  
}

@media (min-width: 1280px) {
	
.grid__unit.grid__unit--1-1.grid__unit--1-2-w,  .grid__unit--1-2-w{
    width: 44% !important;
	margin-right: 5%;
  }
  

.grid__unit--1-2-w.push-10   {
	    width: 44% !important;
		margin-right: 5%;
}
  

.grid__unit--1-3-w {
    width: 33.33% !important;
  }
  
 
.clear-large {
    clear: left !important;
  } 

.grid__unit--2-3-w {
    width: 66.66%;
  }

.grid__unit--1-4-w {
    width: 25%;
  }

.grid__unit--3-4-w {
    width: 75%;
  }

.grid__unit--1-5-w {
    width: 20%;
  }

.grid__unit--2-5-w {
    width: 40%;
  }

.grid__unit--3-5-w {
    width: 60%;
  }

.grid__unit--4-5-w {
    width: 80%;
  }

.grid__unit--1-6-w {
    width: 16.66%;
  }

.grid__unit--5-6-w {
    width: 83.3%;
  }
  
    
  .grid__unit--1-8-w {
	width: 12.66%;  
  }
}

img.committee-photo {
max-width: 100%;
height: auto;
}

.item-list {
list-style: none;	
margin-left: 0;
padding-left: 0;
}

.ballot-title {
margin-bottom: 0;	
}

ul.tabs {
		margin: 2em 0 0 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 65px;
		border: none;
		width: 100%;
	}
	ul.tabs li {
		float: left;
		margin: 0;
		list-style: none;
		cursor: pointer;
		padding: 0px 21px;
		width: 250px;
		height: 65px;
		line-height: 65px;
		border: none;
		font-weight: 600;
		background: #f5f5f5;
		color: #fdb714;
		overflow: hidden;
		position: relative;
		font-family: 'Avenir Next', sans-serif;
		text-transform: uppercase;
		text-align: center;
	}
	
	ul.tabs li:hover {
		background: #fff;
		color: #00548e;
		border-left: 3px solid #00548e;
		-webkit-box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
		-moz-box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
		box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
	}	
	ul.tabs li.active {
		background: #FFFFFF;
		border-left: 3px solid #00548e;
		color: #00548e;
		-webkit-box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
		-moz-box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
		box-shadow: 5px 5px 15px 0px rgba(130,130,130,1);
	}
	.tab_container {
		border: none;
		float: left; 
		width: 100%;
		background: #FFFFFF;
		margin-bottom: 2em;
		margin-left: 0;
	}
	.tab_content {
		clear: both;
		padding: 20px 20px 20px 0;
		font-size: 1.2em;
		display: none;
		margin: 0;
	}

.tab_content ul li:nth-child(odd) {
/* background-color: #ddeaeb; */
margin: 3px 0;
padding: 8px 8px 8px 8px;
list-style: none;
}

.tab_content ul li:nth-child(even) {
padding: 8px 8px 8px 8px;
list-style: none;
margin-left: 0;
}

@media (max-width: 63em) {
	
		ul.tabs li {
		width: 100%;
	}
	
	.tab_content {
		margin-top:  100px;
	}
		
}

input.box_text, textarea.box_text {
max-width: 250px;	
}


a.link-pop {
	color: #880000 !important;
	font-family: 'Merriweather', serif;
	font-size: 14px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .home-feature {
	 margin-top: 0 !important;
  }
	  
	  .utility-mobile {
display: block !important;
}

	  
	  
}



.frame-container {
    position: relative;
    padding-top: 35px;
	padding-bottom: 190%;
    height: 0;
    overflow: hidden;
}


@media (min-width: 48em) and (max-width: 96em) {
	
.frame-container {
	padding-bottom: 290%;
  }	
	
}



.frame-container iframe {
position: absolute !important;
top:0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
border: none;
}


@media (max-width: 63em) {
	
.frame-container {
    min-height: 4500px !important;
}	
.frame-container iframe {
    min-height: 4500px !important;
}	
}

