/*
Theme Name: NYSCOPBA 2016
Theme URI: http://www.elegantthemes.com/gallery/divi
Description: Divi child theme
Author: Interactive Media Consulting, LLC
Author URI: http://imediaconsult.com
Template: Divi
*/

/**
 * Table of Contents
 * 1.0 - Typography
 * 2.0 - Elements (lists, tables, forms)
 * 3.0 - Navigation (links, menus, pagination)
 * 4.0 - Alignment
 * 5.0 - Header
 * 6.0 - Content (posts, pages, comments)
 * 7.0 - Media (captions, galleries)
 * 8.0 - Widgets
 * 9.0 - Footer
 * 10.0 - Featured (home content)
 * 11.0 - Plugins
 * 12.0 - Media Queries
 * 13.0 - Print Queries
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */
html, body {
}
h1, h2, h3, h4, h5, h6 {

}
h1 {
	font-size: 30px;
}
.et_pb_title_container h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
	color: #f6d01a;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {

}
a {
	color: #566a8f;
	text-decoration: underline;
}
a:hover {
	color: #9aaecf;
}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
  background-color: #eee;
  border: 0;
  clear: both;
  height: 1px;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}
#s {
	border-radius: 10px;
	background-color: #f3f3f3;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	height: 45px;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

/* Top Menu */
#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 15px;
}
#et-secondary-nav li {
	margin-right: 12px;
}
#et-secondary-nav li a {
	text-decoration: none;
}
#top-header-wrap {
	width: 100%;
	background-color: #f6d01a;
}
#top-header {
	max-width: 1080px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#top-header, #top-header a {
	color: #12264c;
}
#top-header, #et-secondary-nav li ul {
	background-color: #f6d01a;
}
.et_fullwidth_secondary_nav #top-header .container {
	padding-right: 0px;
	padding-left: 0px;
}

/* Primary Menu */

#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover, .fullwidth-menu a:hover, #et-info-email:hover, .et-social-icons a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#et-info a {
	text-decoration: none;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding-left: 0px !important;
	float: left;
}
#top-menu li {
	font-size: 0.7em !important;
	font-family: "Droid Sans", sans-serif;
	color: #12264c;
	padding-right: 3px;
	text-align: center;
	margin-top: 5px;
}
#top-menu li li a {
	font-size: 11px !important;
}
#top-menu li:last-of-type {
	border-right: 0px;
}
.sub-menu li {
	border-right: 0px !important;
}
.sub-menu {
	background-color: rgba(18,38,76, 0.75) !important;
}
.sub-menu a {
	color: #ffffff !important;
}
#top-menu li a {
	padding-bottom: 0px;
	font-size: 11px;
}
#top-menu a {
	color: #12264c;
}

/* Updated Members Menu */

#main-header #et-top-navigation {
	width: 80% !important;
	padding-top: 0 !important;
	background: transparent;
	margin: 0 auto;
	float: initial;
}
#mega-menu-wrap-primary-menu {
	background: transparent;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    color: #12254d;
    background: transparent;
    font-size: 12px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
	background: transparent;
	font-weight: bold;
	color: #12254d;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #fff;
    color: #12254d;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: #fff;
	color: #12254d;
	font-weight: bold;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	font-size: 18px;
}

/* Mobile Menu */
#et_mobile_nav_menu {
	display: none;
}
#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu {
    width: 200px;
    right: 0px;
}

/* Pagination */

/**
 * 4.0 Alignment
 -----------------------------------------------------------------------------
 */

.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  float: left;
  margin: 6px 20px 10px 4px;
}
.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  float: right;
  margin: 6px 4px 10px 20px;
}
.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin: 6px auto 10px;
}
.alignnone,
.wp-caption.alignnone {
  margin: 6px 100% 10px 0;
}

/**
 * 5.0 Header
 -----------------------------------------------------------------------------
 */
#main-header {
	box-shadow: none;
	border-bottom: 5px solid #F6D02D;
}
#main-header .container {
	width: 100%;
	max-width: 100%;
}
#logo {
	width: 115px;
	height: 115px;
	margin-top: -3%;
	margin-left: 5%;
	max-height: 100%;
}
.sitename {
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	font-family: "Droid sans", sans-serif;
	background-color: #12254D;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	border-bottom: 5px solid #F6D02D;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
	padding-bottom: 0px !important;
}
.container.et_menu_container {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1300px;
}
.et_header_style_left .logo_container {
    min-height: 115px;
}
/* CELEBRATION HEADER TEXT */
.celebrate_div {
	text-align: center;
	padding: 5px 0;
	width: 45%;
	margin: 0 auto;
}
.shimmer {
  display: inline-block;
  color:white;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
  background: #12254d -webkit-gradient(linear, 100% 0, 0 0, from( #12254d), color-stop(0.5, #f6d01a), to( #12254d));
  background-position: -4rem top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: shimmer;
  -webkit-animation-duration: 3.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-background-size: 4rem 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -4rem top;
  }
  70% {
    background-position: 29.5rem top;
  }
  100% {
    background-position: 29.5rem top;
  }
}

/**
 * 6.0 Content
 -----------------------------------------------------------------------------
 */
.et_pb_slide {
	background-position: center !important;
}
.breadcrumbs {
	margin-top: -64px;
	position: relative;
	z-index: 100;
}
#breadcrumbs {
	font-size: 12px;
}
.et_pb_widget_area_left {
	border-right: none;
}
.columns-4 .et_pb_text {
	float: left;
	margin-right: 2%;
	width: 23%;
}
.members-access-error {
	clear: both;
	margin: 0 auto 42px;
	max-width: 1080px;
	position: relative;
	width: 80%;
}
.et_pb_column_3_4 .et_pb_row_inner {
	padding-top: 2%;
	padding-bottom: 2%;
}
.et_pb_row_inner {
	padding-top: 2%;
	padding-bottom: 2%;
}
.et_pb_post {
	margin-bottom: 30px;
}
.tablepress {
	border: 0px !important;
}
.et_pb_blog_grid .et_pb_post {
	border: none;
}
.et_pb_newsletter_description #failmessage {
	border-top: thin solid red;
	border-bottom: thin solid red;
	background: #FFF;
	color: #f00;
	margin-bottom: 1em;
	padding: 6px;
}
ul.eo-events li {
	list-style: none;
}
.updatetitle {
	position:absolute;
	margin-left: 100px;
	margin-top: 0.3em;
	line-height: 1.05em;
}
.et_pb_text_3 ul.eo-events li, .et_pb_text_6 ul.eo-events li {
	padding-top: 1.5em;
}

/* for press release page */
.post-351 h2.entry-title { font-size: 1.0em; font-weight: bold; margin-top: 20px;}
.post-351 a.entry-featured-image-url { display: none; }

/* for FAQ page */
.post-113 ol li { padding-bottom: 20px; }

/* for News from the Field widget */
#wnewscont {width: 100%; padding-bottom: 10px;}
#wdatecont {float: left; max-width: 35%; min-width: 35%; font-weight: bold;}
#wtitlecont {float: left; max-width: 65%; min-width: 65%; font-weight: bold;}
#wdatacont {max-width: 100%;}
#clearfix {clear: both; }

/* for News from the Field page*/
#newscont {width: 100%;  padding: 6px 0; border-bottom: #DDD 1px solid; display: flex;}
#newscont2 {width: 100%; padding: 6px 0; border-bottom: #DDD 1px solid; background-color: #F9F9F9; display: flex;}
#datecont {float: left; max-width: 25%; min-width: 25%; background-color: none;}
#titlecont {float: left; max-width: 25%; min-width: 25%;background-color: none;}
#datacont {max-width: 50%; min-width: 50%; float: left; background-color: none; line-height: 1.03em;}

/*** Members Popup */
.members-popup .et_pb_row {
	max-width: 100% !important;
  width: 100% !important;
}
.members-popup h1.your-rights {
	color: #fc2230 !important;
	font-weight: 800;
	text-transform: uppercase;
}
.members-popup h1.know-what {
	font-weight: 800;
	text-transform: uppercase;
}
.members-popup h2.janus {
	text-transform: uppercase;
}
.members-popup h2.information {
	color: #e7cc5d !important;
	font-weight: 700;
	padding: 27px 0 18px;
}
.members-popup h2.information a,
.members-popup h2.information a:hover {
	color: #e7cc5d;
	text-decoration: none;
}
.members-popup .nyscopba {
	font-size: 36px;
	font-weight: 700;
	line-height: 1em;
}
.members-popup .website,
.members-popup .twitter,
.members-popup .facebook {
	margin-top: -24px;
}
.members-popup .twitter img,
.members-popup .facebook img {
	margin: 0;
}
.members-popup .website a,
.members-popup .twitter a,
.members-popup .facebook a {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}
.pum-close {
	display: none;
	font-weight: 800 !important;
}
.create-account a {
	color: #fff;
}
.create-account a:hover {
	color: #9aaecf;
	text-decoration: underline;
}
.member-login .et_pb_forgot_password,
.member-login br,
.et_pb_login br {
	display: none;
}
.member-login h2, .member-login h3 {
	color: #f6d01a !important;
}

/** Members Information Changes **/

.message-president h3 {
	color: #a82400;
	font-size: 23px;
}
.message-president h3 a {
	text-decoration: underline;
}
.message-president h3 a:hover {
	color: #ca4622;
}
.what-does-for-you a {
	color: #12264c !important;
	font-size: 18px;
}
.blue-bg {
	background-color: #12264c;
	color: #ffffff;
	padding-left: 2000px !important;
	left: -2000px !important;
	position: relative;
	width: 351%;
	padding-right: 20px !important;;
	font-family: "Open Sans", sans-serif;
}
.blue-bg strong {
	font-size: 18px;
}
.blue-bg h2 {
	color: #ffffff;
}
.blue-bg h1 {
	color: #ffffff;
}
.blue-bg .benefit-list {
	padding-right: 10px;
}
.janus-national-header h2 {
	color: #a82400;
}
.janus-national-header {
	color: #12264c;
	font-size: 16px;
}
.top-bottom .tablepress tbody td {
	vertical-align: middle !important;
}
.top-bottom {
	color: #12264c !important;
	font-size: 11px;
	font-weight: 600 !important;
}
.top-bottom .column-1 {
	padding-right: 2px;
	padding-left: 2px;
}
.top-bottom .column-2 {
	padding-left: 5px;
	padding-right: 5px;
}
.top-bottom .column-3 {
	line-height: 1em;
	padding-left: 5px;
	padding-right: 5px;
}
.top-bottom .column-4 {
	line-height: 1em;
	padding-left: 10px;
	padding-right: 10px;
}
.top-bottom td {
	border: 0px !important;
}
.top-bottom-header {
	color: #12264c !important;
}
.red-bg {
	background-color: #a82400;
	color: #ffffff;
	padding-left: 2000px !important;
	left: -2000px !important;
	position: relative;
	width: 351%;
	padding-right: 20px !important;;
	font-family: "Open Sans", sans-serif;
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 20px;
}
.red-bg a {
	color: #ffffff;
}
.red-bg a:hover {
	color: #fafafa;
}
.et_pb_row {
	max-width: 1200px;
}
.press-contact {
	float: left;
	margin-top: 36px;
	font-family: "Open Sans", sans-serif;
	color: #12264c;
}
.press-contact a {
	color: #12264c;
}
.et_pb_login_0.et_pb_login {
	border-radius: 0 !important;
}

.confidential-hotline-row h2,
.confidential-hotline-row h3,
.confidential-hotline-row a { color: #F6D018 !important; text-decoration: none; }

/* SOCIAL MEDIA ICONS */
.page-template-page-members .et_pb_social_icon a {
	background-color: #12264c !important;
}
.page-template-page-members .et_pb_social_media_follow li a.icon {
	border-radius: 20px;
}

/* New NYSCOP vs HALT page */

.nyscopba-halt-slider .et_pb_slide { 
	padding: 295px 0; 
	min-height: unset;
}
.nyscopba-halt-slider .et_pb_slide .et_pb_container { height: auto !important; }
.nyscopba-halt-slider .et_pb_slide .et_pb_slide_description { padding: 0; }
.nyscopba-halt-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
	display: block;
    font-weight: 700;
    font-size: 44px;
}

.nyscopba-halt-accordion-row { 
	background-color: #f6f6f6; 
	padding-left: 5% !important;
    padding-right: 5% !important;
	margin-top: 2% !important;
}
.nyscopba-halt-accordion-row .et_pb_accordion .et_pb_toggle { 
	border: none;
	border-top: 1px solid #12254d; 
	margin-bottom: 0!important;
}
.nyscopba-halt-accordion-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before,
.nyscopba-halt-accordion-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_title { color: #12254d; }

/* New Home Page */

.new-home-slider .et_pb_slide {
	max-height: none !important;
    height: 550px;
}
.new-home-slider .et_pb_slide_description {
	margin-left: 60% !important;
    padding-top: 0 !important;
    text-align: left;
    width: 35% !important;
}
.new-home-slider .et_pb_slide_description p { font-size: 22px; }
.new-home-slider .et_pb_slide_description .et_pb_button {
	background-color: #12254d;
    color: #f6d01a;
	border-radius: 20px;
    text-decoration: none;
    font-style: normal;
    border: none;
    font-size: 18px;
}

.spotlight-feed article { 
	box-shadow: 0px 0px 8px 0px #666; 
	display: flex;
	align-items: center;
	height: 170px;
}
.spotlight-feed article a.entry-featured-image-url {
	margin-bottom: 0 !important;
    width: 30%;
	height: 170px;
}
.spotlight-feed article a.entry-featured-image-url img { 
	height: 100%; 
	object-fit: cover;
}
.spotlight-feed article .entry-title {
	width: 70%;
    padding: 10px;
}

.slider-feed article::before {
	background-image: url('https://dev.nyscopba.org/wp-content/uploads/2022/12/nyscopba-feed-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	width: 100%;
    height: 200px;
}

.news-reports-feed article {
	box-shadow: 0px 0px 8px 0px #666; 
	height: 170px;
	padding-left: 135px;
    background-image: url('https://dev.nyscopba.org/wp-content/uploads/2022/12/logo-web-120h.png');
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position-y: center;
}

/*.news-reports-feed article {
	box-shadow: 0px 0px 8px 0px #666; 
	display: flex;
	align-items: center;
	height: 130px;
}*/
/*.news-reports-feed article::before {
	background-image: url(https://dev.nyscopba.org/wp-content/uploads/2016/01/logo-web.png);
	background-size: 130px 130px;
	background-repeat: no-repeat;
	width: 150px;
	height: 130px;
	content: "";*/
	/*content: url('https://dev.nyscopba.org/wp-content/uploads/2016/01/logo-web.png');*/
/*}*/
/*.news-reports-feed article .entry-title {
	width: calc(100%-150px);
}*/

/*.spotlight-feed article img {
	width: 25%;
    float: left;
    margin-right: 2%;
}
.spotlight-feed article .entry-title,
.spotlight-feed article .post-content {
	width: 73%;
    float: left;
}*/

.watch-nyscopba a {
	background-color: #12254d;
    color: #f6d01a;
    padding: 12px 30px;
    line-height: 4em;
    border-radius: 20px;
	text-decoration: none;
}

/**
 * 7.0 Media
 -----------------------------------------------------------------------------
 */

/* Captions */
.wp-caption {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.wp-caption img {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
  -moz-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
  padding: 2px;
}

/* Galleries: Image Borders */
.img-border {
  border: 1px solid #666;
  box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.5);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.5);
}
.img-frame {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
  -moz-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
  padding: 2px;
}

/**
 * 8.0 Widgets
 -----------------------------------------------------------------------------
 */
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
	 margin-bottom: 0px;
}
.et_pb_newsletter_description a {
	color: #ffffff;
}
.et_pb_newsletter_description a:hover {
	text-decoration: underline;
	color: #cccccc;
}
.et_pb_newsletter_description {
	margin-bottom: 0px;
}
form.searchform div #s
{
	width:89%;
}

/* MEMEBERS DESIGN CHANGE 111519 */

.mem_spotlight_sec {
	padding: 0 !important;
}
.mem_spotlight_row {
	padding-top: 0;
}
#member_sec {
	padding-bottom: 0;
}
#mem_spotlight_mod .et_pb_image_container {
	margin: inherit;
	max-height: inherit;
}

/**
 * 9.0 Footer
 -----------------------------------------------------------------------------
 */

/**
 * 10.0 Featured
 -----------------------------------------------------------------------------
 */

/* Featured Slider */
.et_pb_slide_title {
	display: none;
}
.et_pb_slide {
	max-height: 420px;
	min-height: 420px;
	padding-left: 0px;
	padding-right: 0px;
}
.et_pb_slider_with_text_overlay .et_pb_slide_content {
	padding: 0px;
}
.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding-bottom: 0;
	padding-top: 336px;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	color: #ffffff;
}
.et_pb_slide_description a {
		color: #f2cd24;
		text-decoration: underline;
		font-style: italic;
}
.et-pb-arrow-prev,
.et-pb-arrow-next {
	text-decoration: none;
}

/**
 * 11.0 Plugins
 -----------------------------------------------------------------------------
 */

/**
 * 12.0 Media Queries
 -----------------------------------------------------------------------------
 */

@media only screen and ( max-width: 1600px ) {
	.nyscopba-halt-slider .et_pb_slide { padding: 245px 0; }
}

@media only screen and ( max-width: 1495px ) {
	#top-menu li {
		font-size: 10px;
	}
	#logo {
		margin-top: -6%;
	}
}

@media only screen and ( max-width: 1400px ) {
	.nyscopba-halt-slider .et_pb_slide { padding: 190px 0; }
}

@media only screen and ( max-width: 1310px ) {
	#top-menu li {
		font-size: 11px;
	}
	.breadcrumbs {
		margin-top: -64px;
	}
	#logo {
		margin-top: -7%;
	}
}
@media only screen and (max-width: 1245px ) {
	.blue-bg, .red-bg {
		width: 381% !important;
	}
	.sitename {
		font-size: 20px;
	}
}
@media only screen and ( max-width: 1220px ) {
	#top-menu li {
		font-size: 10px;
	}
	#page-container {
		overflow: hidden;
	}
}

@media only screen and ( max-width: 1200px ) {
	.nyscopba-halt-slider .et_pb_slide { padding: 140px 0; }
}

@media only screen and ( max-width: 1170px ) {
	#logo {
		margin-top: -8%;
	}
	.blue-bg, .red-bg {
		width: 391% !important;
	}
}
@media only screen and ( max-width: 1130px ) {
	#logo {
		margin-top: -10%;
	}
	#top-menu {
		display: none;
	}
	.blue-bg, .red-bg {
		width: 415% !important;
	}
}
@media only screen and ( max-width: 1095px ) {
	.sitename {
		font-size: 18px;
	}
	.blue-bg, .red-bg {
		width: 415% !important;
	}
}
@media only screen and ( max-width: 1050px ) {
	.blue-bg, .red-bg {
		width: 475% !important;
	}
}
@media only screen and ( max-width: 1010px ) {
	.page-id-148108 #celebrate_sec {
    margin-top: -173px;
	}
	#et-secondary-nav, #et-secondary-menu {
		display: block !important;
	}
	#et-secondary-nav {
		margin-top: 15px;
	}
	.sub-menu {
		display: none !important;
	}
	#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
		content: none !important;
	}
}
@media only screen and ( max-width: 1000px ) {
	.sitename {
		font-size: 16px;
	}
}
@media only screen and ( max-width: 980px ) {
	.nyscopba-halt-slider .et_pb_slide { padding: 125px 0; }
	.nyscopba-halt-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title { font-size: 36px; }
	.blue-bg, .red-bg {
		width: 100% !important;
		padding-left: 50px !important;
		left: 0px !important;
	}
	#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav {
		float: right;
	}
	#logo {
		margin-top: -5%;
	}
}
@media only screen and (max-width: 900px ) {
	.press-contact {
		margin-top: 20px;
		font-family: "Open Sans", sans-serif;
		color: #12264c;
	}
}
@media only screen and ( max-width: 895px ) {
	.sitename {
		font-size: 14px;
	}
}
@media only screen and ( max-width: 850px ) {
	#logo {
		margin-left: 0;
	}
}
@media only screen and ( max-width: 800px ) {
.press-contact {
	margin-top: 12px;
	font-family: "Open Sans", sans-serif;
	color: #12264c;
	}
}
@media only screen and ( max-width: 767px ) {
	.nyscopba-halt-slider .et_pb_slide { padding: 90px 0; }
	.nyscopba-halt-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title { font-size: 28px !important; }
	.page-id-148108 #celebrate_sec {
    margin-top: -169px;
	}
.press-contact {
	float: right;
	margin-top: 15px;
	font-family: "Open Sans", sans-serif;
	color: #12264c;
	font-size: 11px;
	}
}
@media only screen and ( max-width: 750px ) {
	.sitename {
		padding: 10px 175px;
	}
}

@media only screen and ( max-width: 600px ) {
	.nyscopba-halt-slider .et_pb_slide { padding: 70px 0; }
	.nyscopba-halt-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title { font-size: 24px !important; }
}

@media only screen and ( max-width: 594px ) {
	.shimmer {
		font-size: 15px;
		letter-spacing: 0;
	}
	#logo {
		margin-top: -8%;
	}
}
@media only screen and ( max-width: 500px ) {
	.nyscopba-halt-slider .et_pb_slide { padding: 55px 0; }
	.sitename {
		margin-top: 40px;
		font-size: 12px;
	}
}
@media only screen and ( max-width: 440px ) {
	.press-contact {
		margin-top: 40px;
	}
	.sitename {
		padding: 10px 110px;
	}
}
@media only screen and ( max-width: 400px ) {
	.press-contact {
		float: left;
		margin-top: 15px;
		font-family: "Open Sans", sans-serif;
		color: #12264c;
		font-size: 11px;
	}
	.sitename {
		display: none;
	}
	.et_header_style_left .logo_container {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}
	/*#logo {
		margin-top: -27%;
	}*/
	#logo {
		margin-top: 0;
	}
	#main-header .logo_container {
		position: relative;
		max-width: 100%;
	}
	.page-template-page-members-php #main-header .logo_container {
		position: absolute;
	}
	.page-template-page-members-php #logo {
		margin-top: -27%;
	}	
	.breadcrumbs {
		margin-top: -44px;
	}
	.et_header_style_left .logo_container {
		height: auto;
	}
	#et-top-navigation {
		margin-top: 25% !important;
	}
}
@media only screen and ( max-width: 375px ) {
	.nyscopba-halt-slider .et_pb_slide { padding: 40px 0; }
	.nyscopba-halt-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title { font-size: 18px !important; }
}

/**
 * 13.0 Print
 -----------------------------------------------------------------------------
 */

.page-template-page-template-blank .entry-content tr td {
	border-style: double;
	border-color: #000000;
}
.page-template-page-template-blank .entry-content table {
	border-style: double;
	border-color: #000000;
}
.profilepress-reset-status a {
	color: #ffffff;
}
.btn-primary {
	background-color: #12264c !important;
	color: #fff;
}
#pum-15709.pum-theme-13989 {
	background-color: rgba( 1, 34, 100, 1.0);
}
#pum-15995.pum-theme-13989 {
	background-color: rgba( 1, 34, 100, 1.0);
}
