/*------------------ General ------------------*/

.hide-comments .fb-comments {display:none !important;}
.hide-comments .fb-like {display:none !important;}

body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}
.page-container .row-fluid {
 border:none;
}
.page-content {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
    line-height: 26px;
    color: #252525;
}
.page-container .respond-container {
 border:none;
}
.rad.module { 
  border:1px solid #ccc;
}
a {
  color:#1d8ac8;
}
a:hover {
  color:#1d8ac8;
}
p {
  margin: 0 0 15px;
}
li {
  line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
h2 a {color:#000;}



/*------------------ Header ------------------*/
@media (max-width: 980px) {
.navbar .rad.module {
    position: inherit;
    right: 5px;
    top: 30px;
    margin: auto;
    border: none !important;
    padding: 5px 0px !important;
}
}
@media (min-width: 981px) {
.navbar .rad.module {
   position:absolute;
   right:5px;
   top:30px;
   height:80px;
}
}

.navbar  {
	box-shadow:none;
        border-top:35px solid #1d8ac8;
}
.navbar .navbar-inner {
	height:148px;
}
.navbar .navbar-inner, .navbar .branding {
	background:#fff; 
	background-image: none; 
}
   .navbar .logo-wrapper {
	width:170px;

}
@media (min-width: 1200px) {
   .navbar .logo-wrapper {
      left:20px;
        top:15px;
    }
}
@media (max-width: 980px) {
	.navbar .logo-wrapper a.logo img {
		width: 200px;
	}
}

/*--- Search ---*/
@media (min-width: 980px) {
#sitesearch.nav-collapse {
	top:0px;
	z-index: 9999;
}
#sitesearch.nav-collapse div#searchform form.navbar-search div.search-query-wrapper input.search-query {
	padding:0;
	width: 150px;
	margin-top: 0px;
}
header#header #sitesearch {
	bottom: auto;
	top: -35px;
        background:transparent;
        border:0px;
}
#sitesearch .btn {
	padding: 0px 5px;
}
}
@media (max-width: 979px) and (min-width: 768px){
#sitesearch input.search-query {
 background:#FFF; 
 height: 16px;
 margin-top: 3px;
 border-radius: 12px;
 
}
#sitesearch .search-button-wrapper .btn {
        background: none;;
        border: none;
        box-shadow: none;
        padding: 0px;
    }
    #sitesearch .search-button-wrapper .icon-search {
  		margin-top:6px;
        width: 20px;
        height: 20px;
    }    
}
/*--- Eyebrow ---*/
@media (min-width:980px) {
#eyebrow {
      position:absolute;
      top:-36px;
}
header#header .navbar-inner .container-fluid .eyebrow  {
	right: 190px;
	overflow:hidden;
	background: transparent;
	width:650px;
	font-size: 95%;
height:60px;
}
header#header .navbar-inner .container-fluid .eyebrow nav.eyebrow {
 position:relative;
 right:0px;
 width:100%;
}
header#header .navbar-inner .container-fluid .eyebrow nav.eyebrow #eyebrow-list.nav > li > a {
	text-shadow: none !important;
	color: #fff !important;
	font-size: 110%;
}
	header#header .navbar-inner .container-fluid .eyebrow nav.eyebrow #eyebrow-list.nav > li > a:hover {
		opacity: 0.8;
	}
header#header .navbar-inner .container-fluid .eyebrow nav.eyebrow #eyebrow-list.nav > li > a.social-media-link,
header#header .navbar-inner .container-fluid .eyebrow nav.eyebrow #eyebrow-list.nav > li > a.social-media-link:hover {
	font-size: 0px;
	color: transparent !important;
	width: 25px;
	height: 30px;
	margin-right: 0;
	overflow: hidden;
}

header#header .navbar-inner .container-fluid .eyebrow nav.eyebrow {
	width: auto;
	position: relative;
	float: left;
	padding: 0;
}

.respond-container.row-fluid.top-row .module {
  background: #efefef;
}
}
@media (max-width:979px) {
	 #eyebrow-list a{
		font-family: 'Nunito',sans-serif;
		font-size: 15px;
	}
}
/*------------------ Main Navigation ------------------*/
.nav-container {
	background:#fff;
}
header#header #menu-parent-row {
	background-color: #000 !important;
}
.nav-container ul.nav > li > div.menu-item-wrapper > a{
	background-color:#000;
	font-family: 'Oswald', sans-serif;
	font-size: 145%;
	padding-top: 8px;
	padding-bottom:12px;
	border-top:none;
	font-weight:300;
        text-shadow:none;
        text-transform:uppercase;
        border-right:1px solid #fff;
        padding:8px 10px;
        letter-spacing:1px;
}
header#header #menu-parent-row .nav-container ul.nav > li:last-of-type .menu-item-wrapper > a {
	border: none;
}
header#header #menu-parent-row .nav-container ul.nav > li .menu-item-wrapper > a:hover, 
header#header #menu-parent-row .nav-container ul.nav > li .menu-item-wrapper > a.on {
	background:#1d8ac8;
        text-shadow:none;
        border-top:none;
}
.nav-container ul.nav > li > div.menu-item-wrapper > a:focus {
	background:#1d8ac8;
        text-shadow:none;
        border-top:none;
}


/*--- Topics ---*/
@media (min-width:980px) {
.third-level-menu .nav-container {
        background:#fff;
        background-image:none;
}
.third-level-menu .nav-container ul.nav > li > div.menu-item-wrapper > a {
	font-family: 'Nunito', sans-serif;;
	font-size: 115%;
        font-weight:300;
	color: #1d8ac8;
	border-bottom:1px solid #1d8ac8;
        text-shadow:none;
        padding:8px 15px 8px 15px;
        text-transform:uppercase;
        letter-spacing:1px;
}
.third-level-menu .nav-container ul.nav > li > div.menu-item-wrapper > a:hover {
	color: #000;
}
.third-level-menu .nav-container ul.nav > li > div.menu-item-wrapper > a:focus {
	color: #000;
}
}
/*Left (Middle) Column Modules & Content Lists*/
.module {border-bottom: none;}
.module h2  {
font-family: 'Oswald', sans-serif;

    line-height: 1em;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.content-item-list .articles .article-item .article-content .article-tag {background:#FFF; color:#1d8ac8;}
.content-item-list .articles .article-item .article-image img {margin-bottom:10px;}
.content-item-list > h2 .btn {
	background: rgba(255, 255, 255, 0.6);
	border: none;
	box-shadow: none;
	text-shadow: none;
	margin-top: 4px;
	font-size: 60%;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}
.column-middle .content-item-list .articles .article-item .article-image {
	margin-right:10px;
}


.column-middle .module h3 a, .main-block .module h3 a, .column-left .module h3 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
    font-size: 135%;
line-height: 105%;
    }

.column-middle .module.check-it-out h3 a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	font-size: 135%;
}

.column-middle .module h3 a:hover, .main-block .module h3 a:hover {
	color:#1d8ac8;
	text-decoration:none;
}
.column-middle .module .summary, .main-block .module .summary {
font-size: 105%;
line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-weight: normal;
    display: table;
    margin-top: 10px;
}
/*Right Column Modules & Content Lists*/
.respond-container.column-right div.module  {
	background:#FFF;
	border:none;
        border-bottom: none;
	margin-bottom: 20px;
}
.column-right .module h2, .home-column-1-box h2 {
background:#000;
font-family: 'Nunito', sans-serif;
text-transform: uppercase;
border:none;
font-size: 125%;
line-height: 140%;
font-weight: 300;
padding: 4px;
color: #fff;
text-align: center;
width:70%;
margin-bottom: 0px;
margin-top:15px;
letter-spacing: 1.5px;
margin-left:0px;
}
.column-right .module h2 a {color:#FFF;}
.column-right .module h2:before, .home-column-1-box h2:before {
  content:none;
}
.column-right .module .content {
	padding: 10px;
        border:1px solid #ccc!important;
}
.column-right .module h2 a.btn {
	background:#fff;
	border:none;
	box-shadow:none;
	text-shadow:none;
	margin-top:8px;
	color: #FAFAFA !important;
}
.column-right .module h2:last-child a.btn {
	font-size:80%;
	color: #000 !important;
}
.column-right .module h2:last-child a.btn:hover {
	font-size:80%;
	color: #CD0C0C !important;
}
.column-right .content-item-list.module h3 a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000;
	font-weight:bold;
} 
.column-right .module .summary {
font-size: 105%;
line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
	color:#666;
	display:table;
}
.column-right .module h3 a:hover {
	color:#1d8ac8;
	text-decoration:none;
}

.column-right .content-item-list.grid.module .article-item {
	border:none;
}
.column-right .content-item-list.grid.module .article-item h3 a {
	font-size:140%;
}




/*Calendar*/
.calendar-body.module div.event-header h2 {
  text-transform: capitalize;
  background-image:none;
  margin-left:0px;
    font-size: 190%;
line-height: 1em;
font-family: 'Oswald', sans-serif;
    letter-spacing: 1.3px;
}
.calendar-results .event-listing .event-category, .calendar-detail .event-listing .event-category {
  padding: 5px;
  background-color: #000;
  margin-right: 10px;
}
.calendar-results .event-listing .event-category, .calendar-detail .event-listing .event-category a {
  color:#FFF;
}
.calendar-body .event h2 {
    background-image: none;
  font-size: 289%;
  margin-left: 0px;
  text-transform: none;
}
.calendar-detail .calendar-body .event h3 {
 font-family:'Oswald', sans-serif;
 font-weight:300;
}
.calendar-body .event {
  font-size:16px;
}

ul.calendar-events-list li.featured {
  background:#fff;
  background-image:none;
  border-bottom: 1px solid #DDD;
}

/*Calendar Sidebar to match landing page right rail */
.span4.calendar-sidebar .module h2 {
background:#000;
text-transform: uppercase;
border:none;
font-size: 125%;
line-height: 140%;
font-weight: 300;
padding: 4px;
color: #fff;
text-align: center;
width:70%;
margin-bottom: 0px;
margin-top:15px;
letter-spacing: 1.5px;
margin-left:0px;
}

.span4.calendar-sidebar .module .content {
	padding: 10px;
        border:1px solid #ccc!important;
}


.span4.calendar-sidebar .content-item-list.module h3 a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 110%;
	color: #000;
	font-weight:bold;
} 

.span4.calendar-sidebar .content-item-list.module h3 a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 110%;
	color: #000;
	font-weight:bold;
} 

.span4.calendar-sidebar .content-item-list.module.no-image h3 a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 110%;
  color: #000;
  font-weight: bold;
  background: url('/images/green-triangle.png') no-repeat;
  padding-left: 20px;
  background-position: 0px 2px;
  display: table;
}


.span4.calendar-sidebar .module .summary {
font-size: 105%;
line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
	color:#666;
	font-weight: 300;
	display:table;
}

/*Eyebrow*/
@media (min-width:980px) {
#eyebrow-list.nav > li > a.social-media-link,  #eyebrow-list.nav > li > a.social-media-link:hover {
        font-size: 0px;
        color: transparent !important;
        width: 25px;
        height: 25px;
        margin-right: 0;
        overflow: hidden;
    }
    #eyebrow-list.nav > li > a.instagram, #eyebrow-list.nav > li > a.instagram:hover {
        background-image:url('/images/instagram-circle-small.png');
        background-repeat: no-repeat;
        margin-left: 0px;
        margin-right:0;
    }
    #eyebrow-list.nav > li > a.facebook, #eyebrow-list.nav > li > a.facebook:hover {
        background-image:url('/images/facebook_circle_small.png');
        background-repeat: no-repeat;
        margin-left: 5px;
        margin-right:0;
    }
    #eyebrow-list.nav > li > a.twitter, #eyebrow-list.nav > li > a.twitter:hover {
        background-image:url('/images/twitter_circle_small.png');
        background-repeat: no-repeat;
        margin-left: 0px;
    }
    #eyebrow-list.nav > li > a.pinterest, #eyebrow-list.nav > li > a.pinterest:hover {
        background-image:url('/images/Pinterest-logo-small.png');
        background-repeat: no-repeat;
        margin-left: 0px;
    }


 #eyebrow-list.nav > li > a.social-media-link {
        padding-right: 5px;
    }

 #eyebrow-list.nav > li > a.social-media-link:hover {
        opacity: 0.7;
    }

}

/*------------------ Splash ------------------*/
.sg-splash-bottom-menu {
    position:relative;
    overflow:hidden;
    width:100%;
}
.sg-splash-bottom-menu .pagination ul {
    display:block;
    margin-left: -25px;
}
.sg-splash-bottom-menu .imageContainerSpace {
    position:relative;
    padding:0px;
    margin:0px;
}
.sg-splash-bottom-menu .imageContainer {
    position:relative;
}
.sg-splash-bottom-menu .imageContainer .galleryImage {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
}
.sg-splash-bottom-menu .imageContainer a img {
    width:98%;
    height:auto;
    border: 1px solid #efefef;
    box-shadow:2px 2px 5px #efefef;
}
.sg-splash-bottom-menu .galleryMenuSpace {
    position:absolute;
    background-color:#FFF;
    padding:5px 5px 0 48%;
    margin:0px;
    min-height:0px !important;
    bottom:0px;
    left:0px;
    right:0px;
    width: 100px !important;
}
.sg-splash-bottom-menu .galleryMenu {
    text-align:center;
    height:auto;
    width:auto;
}
.sg-splash-bottom-menu .galleryMenuSpace .galleryMenuNavigation, .sg-splash-bottom-menu .galleryMenu .galleryMenuItem {
    cursor:pointer;
    float:left;
    display:block;
    margin-left:5px;
    margin-bottom:5px;
}
.sg-splash-bottom-menu.sg-option-controls.sg-option-descriptions.sg-option-menu .controls {
    top: 35%;
    right: 0;
    width: 100%;
}
/* Taking out as images are not loading...
 .sg-splash-bottom-menu.sg-option-menu.sg-option-controls .controls i.icon-chevron-left {
    background-position: top;
    height: 34px;
}
.sg-splash-bottom-menu.sg-option-menu.sg-option-controls .controls i.icon-chevron-right {
    background-position: top;
    height: 37px;
    width: 26px;
} */
.sg-splash-bottom-menu.sg-option-menu.sg-option-controls .controls button.next {
    position:absolute;
    right:25px;
    background-image: none;
    background-color: transparent;
    height: 37px;
    padding-right: 5px;
}
.sg-splash-bottom-menu.sg-option-menu.sg-option-controls .controls button.previous {
    background-image: none;
    background-color: transparent;
    height: 37px;
}
.sg-splash-bottom-menu.sg-option-menu.sg-option-controls .controls.btn-group {
    width: 100%;
    height: 0;
}
.sg-splash-bottom-menu.sg-option-menu.sg-option-controls .controls .btn {
    box-shadow: none;
}
.sg-splash-bottom-menu.sg-option-controls.sg-option-captions,
.sg-splash-bottom-menu.sg-option-controls.sg-option-photocredits,
.sg-splash-bottom-menu.sg-option-controls.sg-option-descriptions {
    padding-bottom: 48px;
}
.sg-splash-bottom-menu .playpause {
    display: none;
}
.sg-splash-bottom-menu .galleryMenuSpace {
    position:absolute;
    background-color:#FFF;
    margin:0px auto;
    min-height:0px !important;
    bottom:-10px;
    left:-25px;
    right:0px;
    width: 100px !important;
    padding: 10px 0 5px 14% !important;
    z-index: 99;
    top: auto;
}
.sg-splash-bottom-menu .galleryMenuSpace .galleryMenuNavigation .galleryMenuItemInner,
.sg-splash-bottom-menu .galleryMenu .galleryMenuItem .galleryMenuItemInner {
    font-size: 1px;
    line-height:2px;
    height:10px;
    width:10px;
    padding:0;
    text-align:center;
    display:block;
    color:#999;
    background-color:#999;
    border-radius: 10px;
    border:none;
}
.sg-splash-bottom-menu .galleryMenuSpace .galleryMenuNavigation .galleryMenuItemInner:hover,
.sg-splash-bottom-menu .galleryMenu .galleryMenuItem .galleryMenuItemInner:hover {
    background-color:#000;
    text-decoration:none;
    color:#000!important;
}
.sg-splash-bottom-menu .galleryMenuSpace .galleryMenuNavigation.selected .galleryMenuItemInner,
.sg-splash-bottom-menu .galleryMenuSpace .galleryMenuNavigation.selected .galleryMenuItemInner:hover,
.sg-splash-bottom-menu .galleryMenu .galleryMenuItem.selected .galleryMenuItemInner,
.sg-splash-bottom-menu .galleryMenu .galleryMenuItem.selected .galleryMenuItemInner:hover {
    background-color: #000;
    color:#000!important;
    border-radius: 20px;
}
.sg-splash-bottom-menu .contentContainerSpace {
    min-height:0 !important;
    margin-top:-50px;
}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer {
    position:absolute;
    right:14%;
    padding:15px 5px 10px;
    min-height:0px !important;
    width:70%;
    overflow:hidden;
    border-bottom: 1px solid #aaaaaa !important;
    text-align: center;
    background:#fff;
}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer:hover {
  background:#FFF;}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer .caption, .sg-splash-bottom-menu .contentContainerSpace .contentContainer .description {
    padding-left:0 15px;
}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer a {
    color:#000;
    text-shadow: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size:170%;
}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer a:hover {
	text-decoration:none; 
	color: #333;}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer .galleryContent {
    position:absolute;
    color:#EAEAEA;
    width: 100%;
}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer .galleryContent .caption {
    font-size: 150%;
    text-shadow: none;
    margin-bottom: 5px;
}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer .galleryContent .description {
    font-size: 18px;
    color: #000;
    padding: 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.sg-splash-bottom-menu .contentContainerSpace .contentContainer .galleryContent .photo-credit {
    margin-bottom:.25em;
    text-align:left;
    font-weight:bold;
}
     
.sg-splash-bottom-menu.sg-option-menu.sg-option-controls .controls button:last-child {
    margin-right:0;
}
@media (max-width: 979px) {
    .sg-splash-bottom-menu .contentContainerSpace .contentContainer {
        position:absolute;
        right:2.5%;
        padding-bottom: 10px;
        min-height:0px !important;
        width:93%;
        overflow:hidden;
    }
    .sg-splash-bottom-menu.sg-option-controls.sg-option-descriptions.sg-option-menu .controls {
        top: 20%;
    }
    .sg-splash-bottom-menu .galleryMenuSpace .galleryMenuNavigation .galleryMenuItemInner,
    .sg-splash-bottom-menu .galleryMenu .galleryMenuItem .galleryMenuItemInner,
    .sg-splash-bottom-menu.sg-option-menu .galleryMenuSpace .galleryMenuNavigation
    .galleryMenuItemInner, .sg-splash-bottom-menu.sg-option-menu .galleryMenu .galleryMenuItem .galleryMenuItemInner,
    .sg-splash-bottom-menu.sg-option-menu.sg-option-controls .galleryMenuSpace .galleryMenuNavigation .galleryMenuItemInner,
    .sg-splash-bottom-menu.sg-option-menu.sg-option-controls .galleryMenu .galleryMenuItem .galleryMenuItemInner {
        line-height:2px;
        height:10px;
        width:10px;
    }
    .sg-splash-bottom-menu .contentContainerSpace {
        min-height:0 !important;
        margin-top:0;
    }
}
@media (max-width: 319px) {
    .sg-splash-bottom-menu.sg-option-menu.sg-option-controls .galleryMenuSpace {
        padding-right:5px;
        padding-bottom:5px;
    }
    .sg-splash-bottom-menu.sg-option-controls.sg-option-descriptions.sg-option-menu .controls {
        top: 10%;
    }
}

/* The Magazine */
.magazine-promo .cover-image {float: left;margin-right: 10px; max-width:130px;}
.magazine-promo h3 {font-size:130%; font-weight:500; text-transform:uppercase; margin-bottom:0px; font-family: 'Oswald', sans-serif; color: #1d8ac8;}
.magazine-promo li {list-style-type:none;padding:6px 0; }
.magazine-promo li:last-of-type {background:#000; padding:5px 8px;}
.magazine-promo .promo-links {font-size: 130%;/*padding-top:10px;*/ float: left; margin-left: 5px;}
.magazine-promo ul.promo-links li:last-of-type a {color:#fff;}
.magazine-promo ul.promo-links li a {color: #666; text-transform: uppercase; font-family: 'Open Sans Condensed', sans-serif; font-weight:700;}
.magazine-promo ul.promo-links li a:hover {color: #e16049; text-decoration: none;}
@media (max-width: 600px) {.magazine-promo .cover { /*width:45%; */} }
@media (min-width: 601px) and (max-width: 980px) {.magazine-promo .cover {width:40%;}  }
@media (min-width: 981px) {
.magazine-promo .cover {width:38%; margin-left:20px; margin-top:10px;}
.module.magazine {padding:10px;}
}

.cover-image p img {
	max-height:170px;
	max-width:136px;
}

/* Article Pages */
#article-container .article h1.article-title, .page-container h1.page-title {
  font-size:200%;
}
.page-content {
 font-size:18px;
 line-height:1.5;

}

.by-line {
  font-size:80%;
}
#article-container .article .sidebar-right, #article-container .article .sidebar-left {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 16px;
  border: solid 1px #CCC;
  background: #FAFAFA;
}
@media (max-width: 767px) {
	#article-container .article .sidebar-right, #article-container .article .sidebar-left {
	  float: none;
	  width: 90%;
	}
}
#article-container .article .pullquote, div.pullquote {
  font-size:150%;	
}

#module_htmlid_504 {
  margin-top:30px!important;
}

/* Article Slideshow */
#article-container.article-slideshow .article-slide-description .article-slide-title {color:#0151a4; border-bottom:1px dotted #DDD;}

.article-slideshow .btn {
  background:#fff;
  border:none;
  box-shadow:none;
}
.article-slideshow .article.page-content {
  padding: 25px;
  border:solid 10px #EAEAEA;
  border-radius:10px;
  word-break: break-word;
}
.article-slideshow .article.page-content p {
padding:10px;
font-size:16px;
}
#article-container.article-slideshow .slideshow-pagination.right {
  display:none;
}

#article-container.article-slideshow .slideshow-pagination.top {
  display:block;
}
#article-container.article-slideshow .slideshow-pagination.top h2 {
  font-size:200%;
}
#article-container.article-slideshow .photo-credit {
  color:#666;
  margin-bottom:20px;
}


.slideshow-pagination-controls .btn {
  background-image:none;
  border:none;
  
}

/*Top Story*/
.module.top-story h3 a {font-size:190%;}
.module.top-story .summary {font-size:135%;}
@media (min-width:980px) {
	.column-middle .content-item-list.basic.top-story .articles .article-item .article-image {
		width:50% !important;
	}
}

/*Footer*/
footer {
  background:#1d8ac8;
  color:#fff;
}
footer ul.nav li a {
  color:#fff;
}
footer nav h5 {
  color:#fff;
  text-transform:uppercase;
}

footer .span6 p
{
	padding-top:20px;
}
footer .rivistaLink img {
	margin-top:-50px !important
}

/*Annual Guides Page*/
.module.annual-guide .content {
  text-align:left;
}
.module.annual-guide img {
  margin-bottom:15px;
  max-width:170px;
  box-shadow:2px 2px 4px #ccc;
}
.module.annual-guide .btn {
  background: #1d8ac8;
  display: table;
  margin-top: 15px;
  margin:0px auto;
  margin-bottom:10px;
}
.module.annual-guide .btn a {
  color:#fff;
  font-size:18px;
}
.module.annual-guide p.description {
  margin-top: 20px;
  font-size: 16px;
  text-align:left;
  color:#666;
}

/*Right column h3 a*/
.column-right .content-item-list.module.no-image h3 a {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
  font-weight: bold;
  background: url('/images/green-triangle.png') no-repeat;
  padding-left: 20px;
  background-position: 0px 2px;
  display: table;
}

/* Annual Guides Module */

.content-item-list.slideshow-mini-fader .articles .article-item {
  font-size:140%;
  text-align:center;
}
.content-item-list.slideshow-mini-fader .articles .article-item .article-image img {
  width:80%;
  margin-top:15px;
}
.content-item-list.slideshow-scrollable div.navi.circle button, .content-item-list.slideshow-mini-fader div.navi.circle button {
 max-height:15px;
 max-width:15px;
}
.content-item-list.slideshow-scrollable div.navi.circle button.active, .content-item-list.slideshow-mini-fader div.navi.circle button.active {
 background:#000;
}
input[type="radio"] {
position:relative;
top: -4px;
}


/* Collapsed Header */
@media (max-width: 980px) {
.nav-menus { 
 background:#000;
 background-image:none;
}
.navbar .navbar-inner {
  height: auto;
}
.nav-container {
	background:#d9d9d9;
}
.collapsed-menus-wrapper .menu-collapsed {
	font-family:'Oswald', sans-serif;
	text-shadow:none;
}
.main-menu #main-menu-list-small.main-menu-list, .third-level-menu #third-level-menu-list-small.third-level-menu-list {
	font-family:'Nunito', sans-serif;
	font-size:15px;
}
}
/*Calendar*/
.monthly-view table.mini_view td.eventday a {
    color: #4d4d4d;
    background: #FFF;
border:1px solid #e4e4e4;
}

#module_htmlid_1069 > div > div.calendar-view-search-form {background:#f5f5f5; padding:5px;}
.monthly-view table.mini_view td {
    border: solid 1px transparent;
}
.monthly-view table.mini_view td.currentday a, .monthly-view table.mini_view td.currentday span {
    background: #ccdff2;
    color: #0151a4;
}

/*Featured Sponsors*/
.featured-sponsors h3 a {font-size:14px !important;}
.featured-sponsors .content {background:#f4f4f4;}
.featured-sponsors .data-picture-block {margin-bottom:10px;}

.featured-events ul.calendar-events-list li img {
    float: left;
margin-right:10px;
margin-left:0px;
}
.featured-events a {color:#000;}
.featured-events h4 {
    font-size: 130% !important;
    line-height: 1em;
}
.featured-events h5 {display:none;}
.featured-events p {display:none;}
.featured-events ul.calendar-events-list {
    max-height: 3000px !important;
overflow:hidden;
}
.featured-events .calendar-view-search-form {display:none;}

.monthly-view .monthly-calendar  h3 {font-size:14px;}

.accordion-heading a.accordion-toggle {
    padding: 5px 10px;
    font-size: 110%;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    display: block;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#module_htmlid_1068 > div > ul {
    min-height: 2000px !important;
overflow: hidden;
}

#article-container.article-slideshow .article-slide-image img {
    width: 270px;
border:1px solid #DDD;
}
#article-container.article-slideshow div.article-slide-image {float:right; margin-left:20px;}
#article-container.article-slideshow .article-slide-description {
    width: 50%;
}
#article-container.article-slideshow .slideshow-pagination.bottom {
    display: block !important;
}
#article-container > div > div.main-block.respond-container.span8 > article > div.slideshow-pagination.top > div {display:none !important;}

#module_htmlid_1068 img {display:none;}

.calendar-list-view h4 {font-size:170%;}
.calendar-list-view td.time {display:none;}
.calendar-list-view tr {border-bottom:1px solid #DDD; padding-bottom:5px;}

/*New Slider*/

.sg-splash-right-menu {font-family: 'Open Sans', sans-serif;}

/*Spotlight Module*/
a.spotlight {
	background:#000;
	color: #fff !important;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	text-align:center;
margin-bottom:15px;
}

.module.spotlight {
	margin-bottom:0px !important;
}

/*Google Ad*/

#google-ad {
	border:1px solid #ccc
}


/* Article Pages */
#article-container .article h1.article-title, .page-container h1.page-title {
  font-size:200%;
}
.page-content {
 font-size:18px;
 line-height:1.5;

}
#article-container .article h3.deck, #article-container .cke_show_blocks h3.deck, #article-container .cke_panel_block h3.deck, .article-slideshow-fullpage .article h3.deck, .article-slideshow-fullpage .cke_show_blocks h3.deck, .article-slideshow-fullpage .cke_panel_block h3.deck, html .article h3.deck, html .cke_show_blocks h3.deck, html .cke_panel_block h3.deck {
  font-size:120%;
  color:#666;
  font-weight:300;
}
#article-container .article .by-line, #article-container .cke_show_blocks .by-line, #article-container .cke_panel_block .by-line, .article-slideshow-fullpage .article .by-line, .article-slideshow-fullpage .cke_show_blocks .by-line, .article-slideshow-fullpage .cke_panel_block .by-line, html .article .by-line, html .cke_show_blocks .by-line, html .cke_panel_block .by-line {
  font-size:80%;
}

#article-container .article .sidebar-right, #article-container .article .sidebar-left {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 16px;
  border: solid 1px #CCC;
  background: #FAFAFA;
}
@media (max-width: 767px) {
	#article-container .article .sidebar-right, #article-container .article .sidebar-left {
	  float: none;
	  width: 90%;
	}
}
#article-container .article .pullquote, div.pullquote {
  font-size:150%;	
}


@media (max-width: 480px) {
#module_htmlid_1065 > div > ul > li > a > div {width:25%;}
}
.events-landing #fullwidth-container > div > div > div:nth-child(2) > div.span4.calendar-sidebar > div.search-filter.module.hidden-phone > div > form > div:nth-child(5) {display:none;}
.events-landing h2 a {color:#1d8ac8;}
.events-landing .calendar-list-image {display:none;}

@media (max-width: 480px) {
#module_htmlid_1065 > div > div.btn.calendar-show-more {display:none !important;}
#module_htmlid_1065 > div > div.btn.calendar-show-less {display:none !important;}
}


/*Blogs Page*/
.child-page-menu li a, .peer-page-menu li a {
  color: #1d8ac8;
  line-height: 1em;
  /* margin: 0px auto; */
  margin-bottom: 3px;
  font-size: 16px;
}

body.t4k-blog .module h2 {
  text-align:center!important;
  font-size:250%;
  color:#1d8ac8!important;
  padding-bottom:10px;
  background:none;
  border-bottom: 4px double #ccc;
}

body.t4k-blog .item-date {
   color:#1d8ac8!important;
}

body.t4k-blog .column-right .module h2 {
background:#000;
font-family: 'Nunito', sans-serif;;
text-transform: uppercase;
border:none;
font-size: 125%;
line-height: 140%;
font-weight: 300;
padding: 4px;
color: #fff!important;
text-align: center;
width:70%;
margin-bottom: 0px;
margin-top:15px;
letter-spacing: 1.5px;
margin-left:0px;
}



.top-picks .imageContainerSpace {margin: auto;}
.top-picks .galleryContent {background:#f2f2f2;}
.top-picks .contentContainer {background:#f2f2f2;}
.top-picks .sg-mini-bottom-menu .contentContainerSpace .contentContainer .galleryContent .caption {padding:10px;}
.top-picks .description {padding:10px;}



/*Geobase Changes*/
.geobase-listing > h1 {
    font-family: 'Oswald', sans-serif;
}
.label-info, .badge-info {
    background-color: #1d8ac8;
}

/*Calendar Changes*/
.calendar-body.module div.event-header h2 {color: #1d8ac8;}
.calendar-detail .calendar-body .event .event-description .thumbnail.floated {
    float: right;
margin-left:20px;
}
.datepicker:before {display:none;}
.pagination.pagination-centered.hidden-phone {display:none;}

.geobase-listing .cf_images .row-fluid li .data-picture-block {margin:0px auto; text-align:center;}


.geobase-search-results ul.listings li.premium {
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom,#f2f2f2,#f2f2f2);
}


#module_htmlid_1153 > div > h4:nth-child(4) {display:none;}
#module_htmlid_1153 > div > ul:nth-child(5) {display:none;}

#module_htmlid_1111 {margin-top:20px;}

.article .data-picture-block {margin:0px auto;}

.content-border .content {
	padding: 10px;
        border:1px solid #ccc!important;
}
.content-border h2 {
background: #000;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    border: none;
    font-size: 125%;
    line-height: 140%;
    font-weight: 300;
    padding: 4px;
    color: #fff;
    text-align: center;
    width: 70%;
    margin-bottom: 0px;
    margin-top: 15px;
    letter-spacing: 1.5px;
    margin-left: 0px;
}

.geobase-listing .description.custom-field img {text-align:center;}

/*GEOBASE PAGES */
.geobase-listing > h1 {
  font-family: 'Oswald', sans-serif;
  border-bottom: none;
  font-size: 200%;
  background: #000;
  color: #fff;
  font-weight: 300;
  padding: 6px!important;
}
.geobase-listing .geobase-search-button {
  margin:.75em;
}
.geobase-listing h2 {
  text-transform:none;
  background-image:none;
  padding:0px;
  margin-left:0px;
  font-size:300%;
}

.geobase-listing .recommendations > h2 {
  display: none;
}
.geobase-listing .description p {
  font-size:16px;
  line-height:1.5em;
  border:none;
}
.geobase-listing .cf_images .row-fluid, .geobase-listing .photos.row-fluid {
  background: #efefef;
  padding: 10px;
  width: 97%;
  margin: 0px auto;
  margin-bottom: 10px;
  border-radius: 10px;
}
/* .geobase-listing .cf_images .row-fluid:last-child {
  display:none;
}*/

.geobase-listing .thumbnail {
  border: solid 1px #cdcdcd;
  background: #fff;
  box-shadow: 3px 4px 4px #ccc;
  margin-bottom:5px;
}
.geobase-listing .thumbnail .caption {
  display:none;
}
.custom-field.geobase-cf-pdf a {
  color:#fff;
   font-size:1px;
  background:url('/images/pdf50.png');
  background-size:50px;
  background-repeat:no-repeat; 
  height:50px;
  padding:30px;
}

.custom-field.geobase-cf-pdf img {
display:none; 

}
.custom-field.geobase-cf-pdf a:after {
content:" Download PDF";
color:#000;
font-size:16px;
}

/*
.custom-field.geobase-cf-text .span4 strong {
	display:none
} */

.custom-field.geobase-cf-textarea h3 {
	display:none;
}

.custom-field.geobase-cf-textarea a img {
	padding-top:10px;
}


.custom-field div.row-fluid div.span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}
.custom-field.geobase-cf-text {
  font-size:18px;
}
.custom-field.geobase-cf-text iframe {
  margin-left:10px;
}
.geobase-listing .custom-field.geobase-cf-textarea {
	text-align: center;
	font-size: 120%;
	font-weight:600;
	display: inline-block;
	border:none;
	padding-top:40px;
}
.geobase-listing .main-block .custom-field.geobase-cf-textareaTEST {
  content: "Social Media: ";
  font-size: 24px;
  padding-right: 20px;
  position: relative;
  top: 52px;
  font-weight: bold; 
  border:1px solid red;
}

.geobase-listing .geobase-cf-text .row-fluid {border-bottom:none;margin-bottom:0px !important;padding-bottom:0px}

#calendar-listings p.reader-submitted {display:none;}

.custom-field.geobase-cf-pdf a {
    color: #fff;
    font-size: 1px;
    background: url('/images/pdf50.png');
    background-size: 50px;
    background-repeat: no-repeat;
    height: 50px;
    padding: 30px;
}
.top-picks-landing #landing-container > div:nth-child(1) > div {display:none;}

#myModalLabel {display:none;}


.geobase-listing .categories li {
float:left;
}
.geobase-listing .categories strong {
    display: block;
}
.large-font p {font-size:16px;}

/* fix for geobase filter height */
.geobase-filters .filter ul {
    max-height: initial !important;
}