  /*======================================

  Theme Name: USA Theme

  Theme URI: https://divicake.com/

  Description: USA

  Version: 3.17.1

  Author: Divi Cake

  Template: Divi

  ======================================*/

  

  /****************************

  ***GOOGLE FONTS********************/

  @import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
 @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
/****************************

  ***GENERAL CSS********************/

html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	padding: 0 !important;
	overflow-x: hidden;
}
p {
	font-size: 16px;
	line-height: 30px;
}
body a:hover, body a:focus {
	text-decoration: none;
}
#main-content ul {
	padding-left: 10px;
}
#main-content ul li::before {
	position: absolute;
	content: "";
	height: 4px;
	width: 4px;
	border-radius: 50px;
	background: #666;
	left: -10px;
	top: 11px;
}
#main-content ul li ul li::before {
	background-color: #999;
}
#main-content ul li {
	list-style-type: none;
	position: relative;
	display: inline-block;
}
/****************************

  ***HEADER********************/

.usa-fullwidth-section .container {
	width: 100%;
	max-width: 100%;
	padding: 0 25px;
}
#top-header .container {
	padding-top: 0;
}
#top-header #et-secondary-menu .et-social-icons {
	float: left;
	margin: 0;
	padding: 30px 0 0;
}
#top-header #et-secondary-menu {
	float: left;
	width: 100%;
	position: relative;
	padding: 25px 0 40px;
}
#top-header #et-secondary-menu #et-secondary-nav {
	float: right;
	padding: 24px 0 0;
}
#top-header .header_logo {
	display: table;
	margin: 0 auto;
	float: none;
	width: 230px;
}
#top-header .et-social-icon a {
	font-size: 16px;
	color: #898989;
	font-weight: normal;
}
#top-header .et-social-icon a:hover {
	color: #1E4097;
	opacity: 1;
}
#top-header .et-social-icons .et-social-icon a::before {
	font-weight: normal;
}
#top-header .et-social-icons li {
	margin: 0 35px 0 0;
}
#top-header .et-social-icons li:last-child {
	margin: 0;
}
#top-header #et-secondary-menu #et-secondary-nav li a {
	width: 130px;
	color: #1c3f94;
	border: 1px solid #1c3f94;
	padding: 9px 15px 8px;
	border-radius: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	text-align: center;
}
#top-header #et-secondary-menu #et-secondary-nav li a:hover {
	background: #1c3f94;
	color: #fff;
}
#top-header #et-secondary-menu #et-secondary-nav li.header_usa_menu a {
	border-color: #C31230;
	color: #C31230;
	opacity: 1;
}
#top-header #et-secondary-menu #et-secondary-nav li.header_usa_menu a:hover {
	background: #C31230;
	color: #fff;
	opacity: 1;
}
#top-header .header_logo {
	width: 230px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#et-top-navigation #top-menu li a {
	color: #1c3f94;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 17px;
	padding: 10px 0 25px;
	padding-right: 0;
	opacity: 1;
}
#et-top-navigation #top-menu li:hover a, #et-top-navigation #top-menu li.current_page_item a {
	color: #C31230;
	font-weight: 700;
}
#et-top-navigation #top-menu li a::after {
	display: none;
}
#et-top-navigation .nav li ul {
	border: 0;
}
#et-top-navigation #top-menu li .sub-menu li a {
	padding: 0;
}
#et-top-navigation #top-menu li .sub-menu {
	padding: 0;
}
#top-menu li .sub-menu li {
	padding: 10px 15px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	width: 100%;
}
#et-top-navigation #top-menu li .sub-menu li a {
	width: 100%;
	font-size: 16px;
	color: #1c3f94;
	font-weight: 400;
	border: 0;
}
#et-top-navigation #top-menu li .sub-menu li:hover a {
	color: #C31230;
	background: #fff;
	opacity: 1;
	font-weight: 700;
}
#et-top-navigation #top-menu li:hover a::before, #et-top-navigation #top-menu li:hover a::after, #et-top-navigation #top-menu li.current_page_item a::before, #et-top-navigation #top-menu li.current_page_item a::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #C31230;
	width: 100%;
	left: 0;
	bottom: 4px;
	display: block;
}
#et-top-navigation #top-menu li:hover a::after, #et-top-navigation #top-menu li:hover a::after, #et-top-navigation #top-menu li.current_page_item a::after, #et-top-navigation #top-menu li.current_page_item a::after {
	bottom: 0;
}
#et-top-navigation #top-menu li:hover .sub-menu li a::before, #et-top-navigation #top-menu li:hover .sub-menu li a::after {
	display: none;
}
#et-top-navigation .nav li ul {
	border: 0;
	width: 310px;
	left: 50%;
	transform: translateX(-53%);
	-webkit-transform: translateX(-53%);
}
#main-header {
	box-shadow: none;
	display: block;
}
.logo_container {
	display: none;
}
.et-fixed-header .logo_container {
	display: block;
}
.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	float: left;
	height: 72px;
	position: relative;
	z-index: 9;
}
.et-fixed-header #et-top-navigation #top-menu li a {
	padding-top: 33px;
	transition: none;
	-webkit-transition: none;
}
#main-header .hide-menu {
	display: none;
}
#top-header {
	display: block !important;
}
#main-header {
	top: 122px !important;
}
#top-header.et-fixed-header {
	position: relative;
	display: none !important;
}
#main-header.et-fixed-header {
	top: 0 !important;
}
.logged-in #main-header {
	top: 153px !important;
}
.logged-in #main-header.et-fixed-header {
	top: 0 !important;
}
/****************************

  ***HOME PAGE********************/

  

blockquote p {
	font-size: 24px;
	color: #1c3f94;
	font-weight: 700;
	text-transform: uppercase;
}
blockquote {
	border-left: 7px solid #C31230;
	padding: 14px 0 14px 10px;
	margin-left: -20px;
}
.utilities_service_home .et_pb_text_inner h4 {
	font-size: 28px;
	color: #C0C2C5;
	font-style: italic;
	padding-left: 100px;
	margin: 5px 0;
}
.utilities_service_home .et_pb_text_inner blockquote {
	margin-bottom: 0;
	margin-left: 0;
}
.home-logoslider-title {
	width: 100%;
	padding: 0 50px;
}
.home_supply_partner .owl-carousel {
	padding: 0 50px;
}
/****************************

  ***SLIDER********************/

  

.et_pb_fullwidth_slider_0.home_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content blockquote p {
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	text-shadow: 0 2px 3px #000;
	width: 70%;
	font-family: lora;
	font-weight: bold;
	font-style: italic;
}
.home_slider .et_pb_slide_image {
	position: absolute;
	margin: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	width: 35%;
	padding: 15px;
	bottom: 70px;
	height: 112px;
	animation: none;
	-webkit-animation: none;
}
body .home_slider .et_pb_button_wrapper .et_pb_button {
	width: auto;
	margin: 0;
	left: 10px;
}
.home_slider .et_pb_button:hover {
	padding: 0 !important;
}
.et_pb_slider.home_slider .et_pb_slide .et_pb_slide_description h6.et_pb_slide_title {
	position: absolute;
	bottom: 35px;
	left: 0;
	background: #c41230;
	width: 35%;
	padding: 7px 10px;
	text-align: center;
	font-style: italic;
}
.et_pb_fullwidth_slider_0.home_slider .et_pb_slide .et_pb_slide_description {
	float: left;
	width: 100%;
	padding: 70px 0 210px;
	animation: none;
	-webkit-animation: none;
}
.home_slider .et_pb_slide_image img {
	width: 170px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.home_slider .et_pb_slide:first-child .et_pb_slide_image img.active {
	animation: none;
	-webkit-animation: none;
}
body #page-container .et_pb_fullwidth_section .et_pb_fullwidth_slider_0.home_slider.et_pb_slider .et_pb_more_button.et_pb_button {
	padding: 0 0 0 0 !important;
	margin-left: -10px;
	text-shadow: 0px 2px 4px #000;
}
body #page-container .utilities_service_home .et_pb_row {
	max-width: 1080px;
	padding: 0;
	width: 80%;
}
.utilities_service_home .et_pb_text_inner {
	padding: 0 40px;
}
/****************************

  ***BLOG SECTION********************/

  

/*.home_blog {

	margin-left: -20px;

}*/

.home_blog.et_pb_posts a.more-link {
	display: table;
	margin: 40px auto 0;
	float: none;
	width: auto;
	color: #c41230;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #c41230;
	padding: 8px 0;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 220px;
	text-align: center;
}
.home_blog.et_pb_posts a.more-link:hover {
	color: #808285;
	border-color: #808285;
}
.home_blog .et_pb_post .entry-featured-image-url {
	float: left;
	margin-right: 25px;
	/*height: 200px;*/

	margin-bottom: 15px;
	max-width: 300px;
}
.home_news_image {
	float: left;
	max-height: 300px;
	overflow: hidden;
	width: 25%;
	margin-left: -10px;
}
.home_blog .et_pb_post h2.entry-title {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 20px;
	color: #c41230;
	padding-bottom: 0;
	line-height: 28px;
}
.home_blog .post-meta span.author.vcard a {
	color: #1c3f94;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}
.home_blog .post-meta span.published {
	display: block;
	font-weight: 700;
	font-size: 17px;
	color: #535354;
	margin-top: 3px;
}
.post-content {
	margin-top: 30px;
}
/****************************

  ***HOME EXECUTIVE SUMMIT********************/

  

body #page-container .home_executive_outer.exe_full_width .et_pb_row.et_pb_row_1 {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.home_executive_outer .et_pb_column {
	/*width: 33.33%;*/
	width: 75%;
	margin: 0 12.5%;
}
.home_executive_outer .et_pb_module.executive_submit_logo {
	width: 50%;
	float: left;
	margin: 0;
	padding: 30px;
	height: 230px;
	position: relative;
}
.home_executive_outer .et_pb_module.home_executive_sec {
	float: left;
	width: 50%;
	margin: 0;
	padding: 15px;
	/*background: #f6bb38;*/
	height: 230px;
}
.home_executive_outer .et_pb_module.home_executive_sec .et_pb_text_inner {
	border: 6px solid #fff;
	height: 200px;
	position: relative;
}
.home_executive_outer .et_pb_module.home_executive_sec .et_pb_text_inner p {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 34px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 35px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: 'Open Sans Condensed';
}
.home_executive_outer .et_pb_module.executive_submit_cont {
	width: 100%;
	float: left;
	margin: 0;
	padding: 30px 30px;
}
.executive_submit_cont .et_pb_text_inner p.executive_home_text {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-style: italic;
	/*font-family: lora;*/
	font-family: "Open Sans",Arial,sans-serif;
	line-height: 35px;
	overflow: hidden;
}
body .home_executive_outer a.et_pb_button.executive_submit_cont_button {
	border-color: #fff;
	color: #fff;
	width: 220px;
	display: table;
	margin: 0 auto;
	position: absolute;
	/*left: 50%;*/
	left: 16%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 25px;
}
body .home_executive_outer a.et_pb_button.executive_submit_cont_button:hover {
	background: #fff !important;
	color: #08442A !important;
	border-color: #fff !important;
}
.executive_submit_logo .et_pb_image_wrap {
	max-width: 170px;
	display: table;
	margin: 0 auto;
	float: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 170px;
}
.home_executive_outer .et_pb_column .execu_comn {
	height: 460px;
	margin: 0;
}
.home_executive_outer .et_pb_module.executive_submit_cont .et_pb_text_inner {
	/*height: 170px;*/
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.home-year {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.home-year h2 {
	font-size: 120px;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
.home-year h4 {
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
/****************************

  ***SUPPLIER PARTNER********************/

  

.home_supply_partner .dp_oc_image_thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.home_supply_partner .dp_oc_item {
	position: relative;
	height: 135px;
	width: 130px;
	display: table;
	margin: 0 auto;
}
.home_supply_partner .dp_oc_item:hover img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.sply-part-search {
	margin-top: 35px;
	padding-left: 15px;
	display: none;
}
#main-content .supplierBlock ul ul {
	padding: 10px 20px 15px;
}
#main-content .supplierBlock ul {
	padding-bottom: 15px;
}
#main-content .supplierBlock ul ul li {
	margin-bottom: 10px;
}
/****************************

  ***FOOTER********************/

#main-footer {
	float: left;
	width: 100%;
}
#main-footer #et-footer-nav {
	background: transparent;
}
#main-footer #et-footer-nav .bottom-nav a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
#main-footer #et-footer-nav .bottom-nav li {
	padding: 0 6px 2px;
	border-right: 1px solid #fff;
	font-size: 15px;
	line-height: 12px;
}
#main-footer #et-footer-nav ul.bottom-nav {
	display: table;
	margin: 0 auto;
	float: none;
}
#main-footer #et-footer-nav .bottom-nav li:last-child {
	padding-right: 0;
	border: 0;
}
#footer-bottom #footer-info {
	width: auto;
	text-align: center;
	display: table;
	margin: 0 auto;
	float: none;
}
.footer_credits_year {
	float: left;
	padding: 0px 5px 0 0px;
	line-height: 28px;
}
#footer-info span.footer_dyna_year {
	font-size: 12px;
	padding-top: 1px;
	display: block;
}
#footer-bottom {
	border-top: 1px solid #c9c9e4;
}
#footer-info p {
	font-size: 12px;
	display: table;
}
#footer-info p span {
	font-size: 12px;
}
#footer-info span {
	font-size: 10px;
}
#main-footer #et-footer-nav .bottom-nav li:first-child {
	padding-left: 0;
}
.footer_down_navigation {
	display: table;
	margin: 0 auto;
	float: none;
	width: 35%;
}
.footer_down_navigation .footer_links_social {
	float: left;
	margin-right: 50px;
}
.footer_links_social .et-social-icons li a {
	color: #fff;
	font-size: 15px;
}
.footer_links_social .et-social-icons li a::after {
	font-weight: normal;
}
.foooter_social_icons {
	margin-bottom: 30px;
}
.foooter_social_icons .et-social-icons li {
	margin-left: 35px;
}
.foooter_social_icons .et-social-icons li:first-child {
	margin-left: 0;
}
.footer_icons_menu #footer-widgets {
	padding: 40px 0 0;
}
.footer_icons_menu #footer-widgets .footer-widget {
	margin: 0 0 25px;
}
.footer_icons_menu #footer-widgets .fwidget {
	display: table;
	margin: 0 auto;
	float: none;
}
.footer_button_menu li a {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 5px 25px;
	border-radius: 50px;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.footer_button_menu {
	float: right;
}
.footer_icons_menu .footer-widget img {
	max-width: 65% !important;
	display: table;
	margin: 0 auto 20px;
}
.footer_button_menu li a:hover {
	background: #fff;
	color: #1C3F90;
}
#footer-info a {
	font-weight: normal;
}
/****************************

  ***CONTACT US PAGE********************/

  

.et_pb_section.con-inner-content {
	padding: 0 0 50px;
}
.et_pb_row.con-form-section {
	padding-top: 0;
}
.et_pb_image.contact-text-right .et_pb_image_wrap img {
	max-width: 65%;
}
.contact-text-right p {
	padding: 0;
	font-size: 21px;
	line-height: 30px;
}
.contact-text-right .con-hours {
	margin-top: 30px;
}
.et_pb_module.contact-text-right {
	margin-left: 100px;
}
.et_pb_button {
	width: 220px;
	text-align: center;
}
.contact-form-left .et_pb_contact .et_pb_contact_right {
	width: 100%;
	margin-bottom: 15px;
}
.cont-submit-btn .wpcf7-submit.et_pb_button {
	float: right;
}
/****************************

  ***EXECUTIVE SUMMIT PAGE********************/

  

.home_executive_outer.executive_sec_title .et_pb_column {
	width: 50%;
}
.home_executive_outer.executive_sec_title .et_pb_column .executive_second_title {
	padding-left: 60px;
}
/****************************

  ***NON MEMBER SERVICES********************/

.et_pb_module.non-mem-assessment h5 {
	padding: 0 0 30px;
}
.non-mem-opportunities a {
	color: #1C3F90;
}
.img-grey-band img {
	position: relative;
	/*border-top: 8px solid #808285;*/
	display: table;
	z-index: 9;
}
/****************************

  ***SUPPLIER PARTNERS********************/

  

.suppliers_description p {
	line-height: 30px;
	font-size: 15px;
}
.supplier_partner_page .accordion-section-content {
	padding: 15px 0 20px;
	display: none;
	float: left;
	width: 100%;
}
.supplier_partner_page .accordian_faq_cont a.accordion-section-title {
	background: #DADADA;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 500;
	position: absolute;
	text-transform: uppercase;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	height: 25px;
	width: 25px;
	border-radius: 50px;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.supplier_partner_page .accordian_faq_cont a.accordion-section-title::before {
	content: "\f2c7";
	cursor: pointer;
	display: block;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: ionicons;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.supplier_partner_page .accordian_faq_cont a.accordion-section-title.active {
	opacity: 0;
	visibility: hidden;
}
.supplier_partner_page .accordian_faq_cont {
	float: left;
	width: 49%;
	border: 1px solid #dcdcdc;
	padding: 15px;
	margin-bottom: 20px;
	margin-right: 18px;
}
.supplier_partner_page .accordian_faq_cont:nth-child(2n) {
	margin-right: 0;
}
.supplier_partner_page .accordion-section {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.suppliers_logo {
	float: left;
	width: 40%;
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.suppliers_logo {
	float: left;
	width: 40%;
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin: 0 15px 0 0;
}
.suppliers_cont h3 {
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	line-height: 25px;
	color: #c41230;
	padding-bottom: 0;
}
.suppliers_cont {
	float: left;
	width: 55%;
}
.suppliers_logo_inner {
	height: 180px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.suppliers_logo_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 170px;
}
.suppliers_cont a {
	color: #1c3f94;
	font-size: 15px;
	display: block;
	word-wrap: break-word;
}
.suppliers_acc_outer {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding-right: 10px;
}
.supplier_partner_page .accordian_faq_cont a.accordion-section-title.active::before {
	content: "\f462";
}
.suppliers_cont span {
	display: block;
	color: #535354;
	font-weight: 700;
	font-size: 16px;
}
/****************************

  ***BECOME A USA SUPPLIER PARTNER;********************/

  

#main-content .supplier-form ul {
	padding: 0;
}
#main-content .supplier-form .form-radio-supply ul {
	column-count: 2;
	-webkit-column-count: 2;
}
#main-content .supplier-form-outer ul li::before {
	display: none;
}
.supplier-form li {
	width: 100%;
	list-style-type: none;
	padding: 0;
}
.supplier-form li input, .supplier-form li textarea, .supplier-form li select {
	width: 100%;
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
	padding: 15px 20px;
	margin-bottom: 15px;
	font-size: 17px;
	font-family: open sans;
	color: #8c8c8c;
}
.supplier-form li input:focus, .supplier-form li textarea:focus, .supplier-form li select:focus {
	border-color: #EEEEEE;
}
.supplier-form li textarea {
	height: 125px;
	resize: none;
}
span.form-subtitle {
	color: #c41230;
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	margin: 15px 0 10px;
	display: block;
}
 .supplier-form li input::-webkit-input-placeholder, .supplier-form li textarea::-webkit-input-placeholder {
 color: #8c8c8c;
 opacity:1;
}
 .supplier-form li input::-moz-placeholder, .supplier-form li textarea::-moz-placeholder {
 color: #8c8c8c;
 opacity:1;
}
 .supplier-form li input:-ms-input-placeholder, .supplier-form li textarea:-ms-input-placeholder {
 color: #8c8c8c;
 opacity:1;
}
.supplier-form {
	float: left;
	width: 100%;
}
.supplier-form.form-mail-addr li {
	width: 32.75%;
	float: left;
	margin-right: 15px;
}
.supplier-form.form-mail-addr li:nth-child(1), .supplier-form.form-mail-addr li:nth-child(2) {
	width: 100%;
}
.supplier-form.form-mail-addr li:last-child {
	margin-right: 0;
}
.supplier-form li select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(down-arrow.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
}
.supplier-form.form-national-sale li {
	float: left;
	width: 49%;
}
.supplier-form.form-national-sale li:nth-child(2n) {
	float: right;
}
.supplier-form.form-national-sale li {
	min-height: 56px;
	margin-bottom: 15px;
}
.supplier-form.form-national-sale li input {
	margin-bottom: 0;
}
.form-radio-supply {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.form-radio-supply span.wpcf7-list-item {
	margin: 0;
	width: 100%;
	position: relative;
}
.form-radio-supply span.wpcf7-list-item-label {
	position: relative;
	display: table;
	padding: 20px 0 0 15px;
}
.form-radio-supply input[type="checkbox"] {
	left: 0;
	opacity: 0;
	position: relative;
	top: 0;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
	top: 16px;
	z-index: 1;
	float: left;
	cursor: pointer;
}
.form-radio-supply span.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
	display: inline-block;
	background: #F0F0F0;
	margin-right: 15px;
	width: 35px;
	height: 35px;
	top: 17px;
	position: absolute;
	left: -35px;
}
.form-radio-supply span.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::after {
	background: #F0F0F0;
	margin-right: 15px;
	width: 15px;
	height: 15px;
	top: 27px;
	position: absolute;
	left: -25px;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.form-radio-supply span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	background: #C31030;
}
.form-avg-sale {
	float: left;
	width: 100%;
	margin: 15px 0 30px;
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 30px;
}
.form-avg-sale li span input {
	width: 35%;
	margin-top: 10px;
}
.submit-btn {
	float: left;
	width: 100%;
}
.submit-btn .form-captcha {
	display: table;
	margin: 0 auto 15px;
	float: none;
}
.submit-btn .supplier-form-submit {
	display: table;
	margin: 0 auto;
	float: none;
}
.et_pb_button {
	cursor: pointer;
}
.supplier-form-submit .et_pb_button {
	width: 303px;
}
.supplier-form-submit span.ajax-loader {
	display: none;
}
form span.wpcf7-not-valid-tip {
	display: none;
}
form div.wpcf7-response-output {
	float: left;
	width: 100%;
	border: 0;
	text-align: center;
	background: #dd0e0e;
	color: #fff;
	padding: 10px;
	margin: 30px 0 0;
}
form div.wpcf7-response-output.wpcf7-mail-sent-ok {
	float: left;
	width: 100%;
	border: 0;
	text-align: center;
	background: #398f14;
	color: #fff;
	padding: 10px 0;
	margin: 30px 0 0;
}
.supplier-form li input.wpcf7-not-valid, .supplier-form li select.wpcf7-not-valid {
	border: 1px solid #f00;
}
.supplier-form.form-national-sale li input[type="text"]:focus, .supplier-form.form-national-sale li textarea:focus, .supplier-form.form-national-sale li select:focus {
	border-color: transparent;
}
#main-content .supplier-form.contact-form {
	padding: 0;
}
.supplier-form.contact-form li.cont-msg {
	float: left;
	width: 100%;
}
#main-content .supplier-form li::before {
	display: none;
}
.submit-outer {
	float: left;
	width: 100%;
}
.submit-outer .contact-captcha {
	float: right;
	margin-bottom: 15px;
}
.submit-outer .cont-submit-btn {
	float: left;
	width: 100%;
}
.submit-outer .et_pb_button {
	width: 300px;
}
.submit-outer span.ajax-loader {
	display: none;
}
.supplier-form li.con-email {
	width: 49%;
	float: left;
}
.supplier-form li.con-phone {
	width: 49%;
	float: right;
}
.con-form-section .et_pb_column_1 {
	margin: 0;
	width: 50%;
}
/****************************

  ***SUPPLIER EVENTS********************/

.supplier_events_outer {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.upcoming_events_heading {
	float: left;
	width: 100%;
}
.past_events_heading {
	float: left;
	width: 100%;
}
.upcomming_events_content {
	float: left;
	width: 50%;
}
.upcoming_events_images {
	float: left;
	width: 50%;
	padding-left: 60px;
	margin-top: 2px;
}
.upcomming_events_content h3 {
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	color: #c41230;
	padding-bottom: 0;
}
.upcomming_events_content span {
	color: #1c3f94;
	font-size: 18px;
}
.upcomming_events_content h6 {
	font-size: 18px;
	font-weight: bold;
	color: #535354;
	margin-top: 20px;
}
.upcomming_events_content .et_pb_button {
	float: left;
	margin-top: 30px;
}
.past_events_heading {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.supplier_past_events {
	float: left;
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 35px;
}
#main-content .supplier_events_outer ul li::before {
	display: none;
}
#main-content .supplier_events_outer ul {
	padding-left: 0;
	margin: 0 auto;
	float: none;
	max-width: 1080px;
}
.supplier_past_events .past_events_content {
	margin-bottom: 30px;
}
.past_events_images {
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.past_events_images img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.past_events_content h6 {
	font-size: 18px;
	font-weight: 700;
	color: #535354;
	margin-bottom: 10px;
}
.past_events_content h3 {
	color: #c41230;
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	line-height: 25px;
	padding-bottom: 0;
}
.past_events_content span {
	color: #1c3f94;
	font-size: 18px;
}
.supplier_events_page {
	margin-top: 20px;
	float: left;
	width: 100%;
}
#myList li {
	display: none;
}
#loadMore {
	display: table;
	margin: 0 auto 20px;
}
.events_load_more_btn {
	float: left;
	width: 100%;
}
#events_caurosel {
	display: none;
}
.past_events_slider {
	float: left;
	width: 100%;
}
.past_events_slider .owl-nav.disabled {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.past_events_slider .owl-dots {
	display: none;
}
.past_events_slider .owl-nav.disabled .owl-prev {
	left: -25px;
	font-size: 58px;
	color: #919191;
	position: absolute;
}
.past_events_slider .owl-nav.disabled .owl-next {
	right: -25px;
	font-size: 58px;
	color: #919191;
	position: absolute;
}
/****************************

  ***ABOUT US********************/

.abt-red-quote p {
	border-top: 8px solid #808285;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 32px;
	line-height: 50px;
}
.abt-staff-mem .et_pb_team_member .et_pb_team_member_image {
	display: table;
	margin: 0 auto 10px;
	float: none;
}
.abt-red-quote.red-quote-sec {
	margin-top: 40px;
}
.abt-sec-content .abt-list {
	padding: 30px 0 20px 35px;
}
.abt-staff-mem .et_pb_team_member_description p {
	font-size: 17px;
	line-height: 24px;
}
.abt-staff-mem .et_pb_team_member_description p a {
	color: black !important;
	font-size: 15px;
	line-height: 21px;
}
.abt-staff-mem .et_pb_team_member_description h4 {
	padding-bottom: 0;
}
.abt-staff-mem .et_pb_team_member_description p {
	padding-bottom: 0 !important;
}
.cntc-staff-mem {
	max-width: 1200px !important;
}
.cntc-staff-mem .et_pb_column {
	transform: scale(0.9);
}
.abt-mob-version .owl-carousel .owl-item img {
	width: auto;
	display: table;
	margin: 0 auto;
}
.abt-mob-version .owl-dots {
	display: none;
}
.abt-mob-version .dp_oc_item {
	display: table;
	margin: 0 auto;
	float: none;
	text-align: center;
}
.abt-mob-version {
	display: none;
}
#main-content ul.abt-list li {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 26px;
}
body #page-container .outer_aboutus_vison .abt-vision-outer {
	float: left;
	width: 50%;
	max-width: 50%;
}
body #page-container .outer_aboutus_vison .abt-vision-outer.working_section {
	min-height: 540px;
}
.abt-staff-mem h4.et_pb_module_header {
	margin-bottom: 3px;
}
/****************************

  ***NEWS********************/

.news-content .et_pb_post .entry-featured-image-url {
	margin-bottom: 10px;
	display: table;
	position: relative;/*height: 600px;

    overflow: hidden;*/

}
.news-content h2 {
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	line-height: 25px;
	color: #c41230;
	padding-bottom: 0;
}
.blog-admin-meta p.admin, .blog-admin-meta p.admin a {
	color: #1c3f94;
	font-size: 16px;
	padding: 0;
}
.blog-admin-meta p.postdate {
	color: #535354;
	font-weight: 700;
	font-size: 16px;
	margin-top: -6px;
}
.news-content .blog-content {
	margin-top: 25px;
	line-height: 25px;
}
.news-content .blog-content a {
	color: #1c3f94;
	font-size: 16px;
	padding: 0;
}
#main-content.news_blog .container::before {
	display: none;
}
.right-area .accordion a h2 {
	font-size: 24px;
	font-weight: bold;
	color: #535354;
}
.right-area {
	float: left;
	width: 25%;
}
.news-outer {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.news-outer .news-left-cont-sec article:not(:first-of-type) {
	padding-top: 60px;
	border-top: 4px solid rgb(28, 63, 148);
}

.news-single-outer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
}
#main-content ul.months li::before {
	display: none;
}
.right-area ul.months li {
	padding-left: 45px;
}
.right-area ul.months li a {
	color: #535354;
	font-size: 18px;
	line-height: 30px;
}
.right-area ul.months li a:hover {
	color: #C31230;
}
.right-area .accordion {
	margin-top: 20px;
	padding-left: 20px;
}
.right-area .accordion .accordion-section-content {
	display: none;
}
.right-area .months {
	margin-bottom: 10px;
}
.blog_archieve_title h3 {
	color: #fff;
	background: #1C3E95;
	width: 100%;
	text-align: center;
	padding: 15px 5px 16px;
	font-weight: 600;
	margin: 15px 0;
	line-height: 20px;
}
.blog_search input#search {
	background: #EEEEEE;
	border: 0;
	width: 100%;
	padding: 11px 13px;
	height: auto;
	font-size: 17px;
	color: #9c9c9c;
	font-weight: 600;
	font-family: open sans;
}
.blog_search {
	position: relative;
}
.blog_search img {
	position: absolute;
	right: 10px;
	top: 11px;
}
#left-area.news-content {
	float: left;
	width: 75%;
}
.blog_pagination {
	display: table;
	margin: 10px auto 30px;
	float: none;
}
.blog_pagination {
	margin: 10px 0 60px;
	float: right;
	color: #535354;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
.blog_pagination a {
	padding: 0 10px;
	color: #535354;
}
.news-left-cont-sec {
	float: left;
	width: 100%;
	border-bottom: 2px solid #ccc;
	margin-bottom: 50px;
}
.news-left-cont-sec.push_left {
	width: calc(100% - 300px);
	display: inline-block;
}
.news-right-section {
	width: 300px; 
	display:inline-block;
}

@media only screen and (max-width : 767px) {
	.news-left-cont-sec.push_left {
		width: 100%;
		display: block;
	}
	.news-right-section {
		width: 100%;
		display: block;
	}
}

.news-single-outer .news-left-cont-sec {
	padding-bottom: 60px;
}
.blog_pagination .current {
	color: #c41230;
	font-size: 16px;
	padding: 0 10px;
}
.blog_pagination a:hover {
	color: #c41230;
	font-size: 16px;
}
.read-less-text {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.read-less-text a {
	float: right;
	color: #1C3F90;
}
#right-area.blog-sidebar {
	margin-bottom: 50px;
}
.news-content .img-grey-band {
	display: block;/*border-top: 8px solid #808285;*/

}
#left-area .img-grey-band img {
	width: auto;/*	border: 0;	*/

}
.news-left-cont-sec sup {
	font-size: 13px;
	bottom: 0.4em;
}
.blog_pagination .next.page-numbers span:nth-child(1) {
	margin: 0 10px 0 -5px;
}
.news-single-outer h2 {
	margin-top: 10px;
}
.pages_pagination {
	margin-right: 10px;
}
/****************************

  ***SUPPLIER FAIRS********************/

.supplier_fairs_overall {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
.supplier_fairs_main_cont p a {
	color: #1c3f94;
}
.supplier_fairs_outer {
	float: left;
	width: 40%;
}
.supplier_fairs_notes p {
	border-top: 8px solid #808285;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 28px;
	line-height: 50px;
	color: #c41230;
	font-family: lora;
	font-style: italic;
}
.supplier_fairs_main_cont {
	float: left;
	width: 100%;
	margin: 0 0 60px;
}
.supplier_fairs_notes {
	float: left;
	width: 60%;
	padding-left: 150px;
	margin-top: 20px;
}
.supplier_upcoming_fairs .owl-carousel .owl-item img {
	width: 100%;
	display: table;
	margin: 0 auto;
}
.supplier_fairs_gallery {
	width: 400px;
	max-height: 
	display: table;
	margin: 0 auto;
	float: none;
}

@media only screen and (min-width : 767px) {
    .supplier_fairs_outer .supplier_fairs_gallery img {
        max-height: 300px;
        object-fit: cover;
    }
}

.supplier_upcoming_fairs .owl-nav.disabled {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	height: 35px;
}
.supplier_upcoming_fairs .owl-nav.disabled .owl-prev {
	left: -25px;
	font-size: 48px;
	color: #919191;
	position: absolute;
	height: 35px;
}
.supplier_upcoming_fairs .owl-nav.disabled .owl-next {
	right: -25px;
	font-size: 48px;
	color: #919191;
	position: absolute;
	height: 35px;
}
/*.supplier_fairs_gallery {

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

}*/

.supplier_upcoming_fairs .owl-carousel li {
	position: relative;
	width: 100%;
	margin: 20px 0 30px;
}
.supplier_upcoming_fairs .owl-dots {
	display: none;
}
.upcoming_fairs_content h3 {
	color: #c41230;
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	line-height: 25px;
	padding-bottom: 0;
}
.upcoming_fairs_content h3 span {
	color: #1c3f94;
	font-size: 16px;
	padding: 0;
	text-transform: capitalize;
}
.upcoming_fairs_content h6 {
	color: #535354;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 0 0;
}
.upcoming_fairs_content {
	margin: 20px 0 15px;
}
.supplier_fairs_notes h5 {
	margin-top: 40px;
	padding: 0;
	line-height: 20px;
}
.supplier_fairs_notes h5 a {
	color: #1c3f94;
}
.supplier_partner_page .accordian-outer {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.supplier_upcoming_fairs.single_supplier_slider {
	float: left;
	width: 100%;
}
#main-content .supplier_upcoming_fairs.single_supplier_slider .owl-carousel {
	width: 50%;
}
.fairs_register_button {
	float: left;
	width: 100%;
	margin-top: 20px;
}
/****************************

  ***MEMBERS********************/

.members_page_accordian {
	float: left;
	width: 49%;
	margin-bottom: 50px;
}
.members_page_accordian .accordion {
	float: left;
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 15px;
	margin-bottom: 20px;
	margin-right: 18px;
}
.members_page_content.img-grey-band {
	float: right;
	width: 48%;
	padding-left: 50px;
}
.members_accord_logo {
	display: none;
}
.accordion-section.members_accordian {
	margin: 0;
}
.members_accordian_cont h3 {
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	line-height: 25px;
	color: #c41230;
}
.members_accordian_cont p span {
	color: #535354;
	font-weight: 700;
	font-size: 16px;
}
.members_accordian_cont a.operator_link {
	color: #1c3f94;
	font-size: 16px;
	display: block;
	word-wrap: break-word;
	padding: 0 0 5px;
}
.members_accordian_cont p {
	padding: 0 0 5px;
}
.operator_licence_sec {
	margin: 20px 0;
}
.operator_licence_sec p {
	padding: 0;
}
.operator_licence_sec p span {
	color: #535354;
	font-weight: 700;
	font-size: 16px;
}
.members_accordian_cont_outer {
	position: relative;
	padding-right: 30px;
}
.members_accordian_cont_outer a.accordion-section-title {
	background: #DADADA;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 500;
	position: absolute;
	text-transform: uppercase;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	height: 25px;
	width: 25px;
	border-radius: 50px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.members_accordian_cont_outer a.accordion-section-title::before {
	content: "\f2c7";
	cursor: pointer;
	display: block;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: ionicons;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.members_accordian_cont_outer a.accordion-section-title.active::before {
	content: "\f462";
}
.members_accordian_cont_outer a.accordion-section-title.active {
	opacity: 0;
	visibility: hidden;
}
.members_gallery_outer {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 40px;
}
.members_gallery_outer .owl-nav.disabled {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	height: 35px;
	z-index: 1;
}
.members_gallery_outer .owl-stage-outer {
	z-index: 9;
}
.members_gallery_outer .owl-nav.disabled .owl-prev {
	left: -25px;
	font-size: 48px;
	color: #919191;
	position: absolute;
}
.members_gallery_outer .owl-nav.disabled .owl-next {
	right: -25px;
	font-size: 48px;
	color: #919191;
	position: absolute;
}
.members_gallery_outer .owl-carousel .owl-item img {
	width: 85%;
	display: table;
	margin: 0 auto;
}
.members_gallery_outer .owl-carousel li {
	position: relative;
	width: 100%;
	margin: 20px 0;
}
/*.members_gallery {

    width: 400px;

    display: table;

    margin: 0 auto;

}*/

#main-content .members_gallery_outer ul li::before {
	display: none;
}
#main-content .members_gallery_outer ul {
	padding: 0;
}
.members_gallery_outer .owl-dots {
	display: none;
}
.members_page_content.img-grey-band p {
	border-top: 8px solid #808285;
	padding: 30px 40px 10px;
	font-size: 25px;
	line-height: 45px;
	/*color: #c41230;*/

	font-family: lora;
	font-style: italic;
}
#main-content .members_page_content.img-grey-band ul {
	padding-left: 50px;
	list-style-type: disc;
}
#main-content .img-grey-band ul li::before {
	display: none;
}
#main-content .members_page_content.img-grey-band ul li::before {
	display: block;
	background: #c41230;
}
.members_page_content.img-grey-band ul li {
	font-size: 18px;
	line-height: 24px;
	/*color: #c41230;*/

	font-family: lora;
	font-style: italic;
	margin: 0 0 15px;
}
.members_accord_cont_sec .accordion-section-content {
	border-top: 1px solid #dcdcdc;
	margin-top: 30px;
	padding-top: 20px;
	display: none;
}
.members_accord_cont_sec {
	float: left;
	width: 100%;
}
.accord_activated .members_accord_logo {
	display: block;
	float: left;
	width: 40%;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
	padding: 20px;
}
.members_logo_inner {
	height: 180px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.members_logo_inner img {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.accord_activated .members_accordian_cont p span {
	display: block;
}
.members_accordian_cont p.operator_address {
	display: none;
}
.accord_activated .members_accordian_cont p.operator_address {
	display: block;
}
.supplier_upcoming_events {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.members_accordian_cont {
	display: block;
}
.accord_activated .members_accordian_cont {
	float: left;
	width: 100%;
}
.post_filter {
	padding: 25px 0;
	margin: 20px 0 25px;
	float: left;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.post_filter select {
	width: 120px;
	background-color: #EEEEEE;
	border: 2px solid #EEEEEE;
	padding: 8px 15px 8px 10px;
	font-size: 16px;
	font-family: open sans;
	color: #8c8c8c;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(down-arrow.png);
	background-repeat: no-repeat;
	background-position: center right 8px;
	margin-right: 70px;
	background-size: 16px;
}
.post_filter button {
	width: auto;
	border-radius: 0;
}
.members_page_accordian .post_filter button#filter_post {
	padding: 6px 20px !important;
}
.post_filter select:focus {
	outline: none;
}


.members_page_map {
	background: #EEEEEE;
	padding: 20px 0 0;
}
.map, #map {
	display: inline-block;
}
.map {
	width: 60%;
}
#map {
	width: 39.5%;
}
.mapcontainer.mapael .map svg {
/*	width: 50%;*/
	height: auto;
	margin: 0 auto;
/*	left: 50%;*/
/*	transform: translateX(-50%);*/
/*	-webkit-transform: translateX(-50%);*/
}
 select::-ms-expand {
 display: none;
}
.mapTooltip {
	display: none !important;
}
/****************************

  ***WINTER CONFERENCE********************/

.winter_conference2018 .img-grey-band img {
	padding-top: 20px;
	margin: 0 0 10px;
	background: #fff;
}
.winter_conference2018 .img-grey-band {
	margin-top: 7px;
}
.wntr-conf-slider .owl-carousel {
	padding: 0 60px;
}
.wntr-conf-slider .dp_oc_item {
	height: 280px;
	position: relative
}
.wntr-conf-slider .owl-carousel .owl-item img {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	width: auto;
}
.dp-ocp-lightbox .mfp-close {
	display: none;
}
.img-grey-band.winter_conference_sub_img {
	float: left;
	width: 45%;
	max-width: 380px;
	/*padding-left: 75px;*/
	padding-right: 6%;
}
.winter_conference_desc {
	float: left;
	width: 55%;
}
.upcoming_fairs_content h3 span.fairs_title_slash {
	font-size: 20px;
	color: #535354;
}
/****************************

  ***EXECUTIVE SPONSORS********************/

.executive_spon_title blockquote {
	border-left: 7px solid #C31230;
	padding: 14px 0 14px 10px;
	margin-left: -20px;
	text-transform: uppercase;
}
.executive_sponsor_desc p {
	color: #737374;
	margin: 30px 0 15px;
}
.exec_popup_images {
	border: 1px solid #dcdcdc;
	padding: 10px;
	height: 180px;
	width: 100%;
	position: relative;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*background-color: rgba(225,225,225,0);*/
	background-color: #FFF;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.exec_popup_images:hover {
	background: #56555A;
}
.exec_popup_images img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 150px;
	cursor: pointer;
	background: #fff;
}
.exe-sponsor-outer {
	margin: 20px 0 70px;
	float: left;
	width: 100%;
}
.exec_popup_galry {
	margin-bottom: 25px;
}
body .modal-backdrop.in {
	z-index: 999999;
	opacity: 0.8;
}
.exe-sponsor-outer .gallery .modal {
	z-index: 9999999;
	padding: 0 !important;
	transition: none;
	-webkit-transition: none;
}
.exe-sponsor-outer .modal.in .modal-dialog {
	width: 55%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: none;
	-webkit-transition: none;
}
.executive_popup_img_inner {
	border: 1px solid #dcdcdc;
	padding: 10px;
	height: 180px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.executive_popup_img_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 150px;
}
.executive_submit_popup_img {
	float: left;
	width: 30%;
}
.executive_submit_pop_cont {
	float: left;
	width: 70%;
	padding-left: 30px;
}
.exec_popup_outer {
	padding: 30px 30px;
	float: left;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.exe-sponsor-outer .modal-content {
	border-radius: 0;
	float: left;
}
.executive_submit_pop_cont .modal-body .et_pb_row {
	width: 100%;
	padding: 0;
}
.executive_submit_pop_cont .modal-body .et_pb_section {
	padding: 0;
}
.executive_pop_cont_inner h3 {
	color: #c41230;
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	margin: 0 0 5px;
	padding: 0;
}
.executive_pop_cont_inner a {
	color: #1c3f94;
	font-size: 16px;
}
.executive_pop_cont_inner a:hover, .executive_pop_cont_inner a:focus {
	text-decoration: none;
}
.executive_submit_ext_link {
	margin-bottom: 10px;
}
.executive_submit_popup_phone {
	float: left;
	position: relative;
	margin-right: 50px;
	padding-left: 30px;
}
.executive_submit_popup_mail {
	display: table;
	padding-left: 35px;
	position: relative;
}
.executive_submit_popup_phone::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	background-image: url(images/call-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	left: 0;
}
.executive_submit_popup_mail::before {
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	background-image: url(images/mail-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	left: 0;
	top: 3px;
}
.executive_submit_pop_cont .modal-body {
	padding: 15px 0 0 0;
	float: left;
	width: 100%;
}
.modal-body p {
	color: #737374;
	line-height: 30px;
}
#main-header #et-top-navigation #top-menu li a:hover, #main-header #et-top-navigation #top-menu li a:focus {
	background: #fff;
}
.executive_spon_title.et_pb_fullwidth_section {
	padding: 20px 0 0;
	background: transparent;
}
.popup_arrows button.btn-default {
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 44px;
	color: #DADADA;
}
.popup_left_arrow {
	position: absolute;
	top: 50%;
	left: -40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.popup_right_arrow {
	position: absolute;
	top: 50%;
	right: -40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.responsive_menu_outer {
	display: none;
}
#main-content .supplier_upcoming_fairs ul li::before {
	display: none;
}
#main-content .supplier_upcoming_fairs ul {
	float: left;
	padding: 0;
	width: 100%;
}
body .exec_popup_galry {
	padding: 0 30px 0 0;
}
/*Width-container*/

.container {
	max-width: 100%;
	padding: 0 60px 0 60px;
	width: 100%;
}
.page-template-template-executivesponsors .container {
	max-width: 100%;
	padding: 0 60px 0 60px;
	width: 100%;
}
body #page-container .et_pb_row {
	max-width: 100%;
	padding: 0 60px 0 60px;
	width: 100%;
}
body #page-container .et_pb_row .et_pb_row.home-exe-section {
	padding: 0;
}
#main-content .supplier-fair-outer .container {
	padding-top: 0;
}
.home_executive_section .et_pb_text em {
	color: #c41230;
	font-family: "Lora", serif;
	font-size: 20px;
}
.home_executive_section .home_supplier_title {
	float: left;
	width: 100%;
}
.home_executive_section .home_supplier_desc {
	float: left;
	width: 73%;
}
.home_executive_section .home_supplier_partners_img.img-grey-band {
	float: right;
	width: 22%;
	margin-top: -92px;
}
.home_executive_section .home_supplier_title blockquote {
	font-size: 24px;
	color: #1c3f94;
	font-weight: 700;
	float: left;
}
.home_executive_section .home_supplier_title em {
	float: left;
	color: #c41230;
	font-size: 30px;
	padding: 14px 0 14px 10px;
	margin: 17px 0 30px;
	font-family: 'Lora', serif;
}
.home_executive_section .home_supplier_title p a {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	color: #666;
	margin-top: 0px;
	margin-left: -20px;
}
.home_executive_section .home_supplier_partners_img.img-grey-band img {
	width: auto;
	height: auto;
}
.home_executive_section .home_supplier_desc a.et_pb_button.more-link {
	margin: 30px 0 0;
	float: left;
}
.home_supplier_partner_cont {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.supplier_partner_page .accordion-section-content h4 {
	font-size: 20px;
	font-family: lora;
	font-style: italic;
	line-height: 25px;
	color: #c41230;
	padding-bottom: 0;
	margin: 0;
}
.suppliers_description p:last-of-type {
	padding-bottom: 20px;
}
.home_blog .home_news_content {
	display: table;
}
.submit-outer .cont-submit-btn input {
	width: 304px;
}
.partners_award_image {
	float: left;
	margin-right: 10px;
}
.partner_award_outer {
	padding: 20px 0 0;
}
.partner_award_outer span {
	font-size: 14px;
	line-height: normal;
}
.partners_award_year {
	margin-top: 6px;
}
.search-no-results p {
	padding-bottom: 15px;
}
 .blog_search input#search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #B9B9B9;
}
 .blog_search input#search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #B9B9B9;
 opacity:  1;
}
 .blog_search input#search::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #B9B9B9;
 opacity:  1;
}
 .blog_search input#search:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #B9B9B9;
}
 .blog_search input#search::-ms-input-placeholder { /* Microsoft Edge */
 color:    #B9B9B9;
}
 .blog_search input#search::placeholder { /* Most modern browsers support this now. */
 color:    #B9B9B9;
}
/*preloader*/ 

  

#status {
	background-image: url("../images/usa-loader.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100px;
	transform: translate(-50%, -50%);
	background-size: 100%;
	height: 69px;
}
#status {
	-webkit-animation: flickerAnimation 3s infinite;
	-moz-animation: flickerAnimation 3s infinite;
	-o-animation: flickerAnimation 3s infinite;
	animation: flickerAnimation 3s infinite;
}
 @keyframes flickerAnimation {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-o-keyframes flickerAnimation {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-moz-keyframes flickerAnimation {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-webkit-keyframes flickerAnimation {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
#preloader {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}
.accordion.mobile_view_partners .accordion-section {
	display: none;
}
.upcoming_fairs_content h5 {
	float: left;
	margin-top: 15px;
	width: 100%;
}
.upcoming_fairs_content h5 a {
	color: #1c3f94;
	position: relative;
	z-index: 9;
}
.home_supplier_desc p:last-of-type {
	padding-bottom: 1em;
}
.suppliers_description ul li {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 6px;
}
.suppliers_description ul {
	padding-bottom: 20px;
}
.upcoming_supplier_fairs {
	float: left;
	width: 100%;
}
.single_page_video {
	float: left;
	padding: 30px 0;
	width: 100%;
}
.page-template-template-supplierfairs .fancybox-container {
	z-index: 999999;
}
.supplier_upcoming_fairs .owl-stage-outer {
	z-index: 9;
}
body.home #page-container .et_pb_slider .et_pb_slide.et-pb-active-slide .et_pb_more_button.et_pb_button:hover {
	padding: 0 !important;
}
#main-content.news_blog .container {
	padding-top: 0;
}
.supplier-fair-custom .upcoming_fairs_content.home_supplier_desc {
	margin: 0;
}
.supplier-fair-outer .home_executive_section {
	padding-top: 0;
}
/*.news-single-outer .news-content .img-grey-band .news_single_page_img{

    position: relative;

    height: 600px;

    display: block;

    overflow: hidden;

}*/

.news-single-outer #left-area.news-content .img-grey-band img {
	/*border-top: 8px solid #808285;*/
}
.news-single-outer #left-area.news-content .img-grey-band {
	border: 0;
}
.right-area .accordion-section-title.active h2, .right-area ul.months li a.active {
	color: #ff0000 !important;
}
.supplier_partner_page .accordian_faq_cont:nth-child(2n+1) {
	clear: both;
}
.usa-error {
	text-align: center;
	margin: 40px 0 60px;
}
.usa-error h1 {
	font-size: 100px;
	font-weight: 700;
	color: #C31230;
}
.usa-error p {
	font-size: 20px;
}
.mfp-image-holder .mfp-content {
	max-width: 90%;
}
body #page-container .executive_submit_pop_cont .modal-body .et_pb_row {
	padding: 0;
}
.mfp-gallery .mfp-content img.mfp-img {
	padding: 0;/*background: #fff;*/

}
.mfp-content .mfp-counter {
	display: none;
}
/*.fancybox-content img.fancybox-image {

    background: #fff;

}*/

.template-outer-sec {
	margin-top: 20px;
	float: left;
	width: 100%;
	position: relative;
}
.template-outer-sec::before {
	position: absolute;
	content: "";
	width: 600px;
	height: 600px;
	background-image: url(images/background-logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 0;
	right: 50px;
	top: 0;
	opacity: 0.9;
}
#main-content {
	float: left;
	width: 100%;
	background-color: transparent;
}
body .et_pb_section_1 {
	position: relative;
}
body .et_pb_section_1::before {
	position: absolute;
	content: "";
	width: 600px;
	height: 600px;
	background-image: url(images/background-logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 9;
	right: 50px;
	top: 0;
	opacity: 0.9;
}
.members_title blockquote p {
	text-transform: uppercase;
}
#page-container {
	padding-top: 181px !important;
}
.members_page_content .et_pb_section {
	background: transparent;
}
.fancybox-container {
	z-index: 99999;
}
.members_page_content.img-grey-band.Red li::before {
	background: #C41230 !important;
}
.members_page_content.img-grey-band.Blue li::before {
	background: #1C3F94 !important;
}
.members_page_content.img-grey-band.Grey li::before {
	background: #808285 !important;
}
.members_page_content.img-grey-band.Red p, .members_page_content.img-grey-band.Red li {
	color: #C41230 !important;
}
.members_page_content.img-grey-band.Blue p, .members_page_content.img-grey-band.Blue li {
	color: #1C3F94 !important;
}
.members_page_content.img-grey-band.Grey p, .members_page_content.img-grey-band.Grey li {
	color: #808285 !important;
}
.et_pb_section.members_page_quote {
	padding: 10px 0 0;
}
body .executive_submit_pop_cont .et_pb_section_1::before {
	display: none;
}
.mfp-bottom-bar {
	margin-top: 0;
}
footer {
	box-sizing: border-box;
}
.supplier_upcoming_fairs {
	float: left;
	width: 100%;
}
.upcoming_supplier_section .upcoming_supplier_fairs {
	margin-top: 60px;
}
.fancybox-inner .fancybox-toolbar {
	display: none;
}
.fancybox-inner .fancybox-infobar {
	display: none;
}
.fancybox-inner .fancybox-navigation .fancybox-button {
	background: transparent;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0;
	height: auto;
}
.fancybox-inner .fancybox-navigation .fancybox-button svg {
	display: none;
}
.fancybox-inner .fancybox-navigation .fancybox-button::before {
	font-family: ETmodules;
	content: "\34";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 64px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_right::before {
	content: "\35";
}
.fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
	right: 40px;
}
.fancybox-container .fancybox-bg {
	background: #0b0b0b;
}
.mfp-gallery .mfp-image-holder .mfp-figure::after {
	display: none;
}
.et_pb_button.events_register_btn {
	width: auto;
}
.mfp-content .mfp-figure figure {
	max-width: 800px;
}

/****************************
  ***ABOUT US********************/
  
.et_right_sidebar #main-content .container::before {
    display: none;
}
.grecaptcha-badge {
    z-index: 9;
}
.staffs_categories {
    float: left;
    width: 100%;
}
.staffs_overall {
    width: calc((99% - 65px * 2) / 3);
    margin-right: 65px;
    float: left;
	margin-bottom: 60px;
}
.staffs_overall:nth-child(3n) {
    margin-right: 0;
}
.staffs_overall .staffs_images{
    display: table;
    margin: 0 auto 10px;
    float: none;
}
.staffs_content h4{
	font-family: 'Lora';
	font-style: italic;
	color: #c41230;
	text-align: center;
	margin-bottom: 3px;
	padding-bottom: 0;
	font-size: 20px;
	line-height: 25px;
}

.staffs_content p {
    font-size: 17px;
    line-height: 24px;
	color: #1c3f94;
	text-align: center;
	padding: 0 40px;
}
.about_staffs_outer.about_mobile {
    display: none;
}
.usa_staffs_section .staffs_overall {
    width: calc((100% - 65px * 3) / 4);
}
.usa_staffs_section .staffs_overall:nth-child(3n) {
    margin-right: 65px;
}
.usa_staffs_section .staffs_overall:nth-child(4n) {
    margin-right: 0;
}


/****************************
  ***IE********************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.et_pb_image img {
	width: 100%;
}
.header_logo img {
	width: 245px;
	height: 84px;
}
.supplier_upcoming_fairs .owl-carousel .owl-item img {
	width: 100%;
}
.logo_container span.logo_helper {
	height: 0;
}
.mapcontainer.mapael .map svg {
	width: 800px;
	height: 500px;
}
.members_gallery_outer .owl-carousel .owl-item img {
	width: 100%;
}
.members_accordian_cont_outer a.accordion-section-title::before {
	top: 53%;
}
.et_pb_image_container img, .et_pb_post a img {
	width: 100%;
}
}
 _:-ms-lang(x), .et_pb_image img {
 width:100%;
}
 _:-ms-lang(x), .header_logo img {
 width:245px;
 height:84px;
}
 _:-ms-lang(x), .supplier_upcoming_fairs .owl-carousel .owl-item img {
 width:100%;
}
 _:-ms-lang(x), .logo_container span.logo_helper {
 height:0;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.supplier_partner_page .accordian_faq_cont a.accordion-section-title::before {
	font-size: 23px;
}
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.mapcontainer.mapael .map svg {
	height: 300px;
}
.members_gallery_outer .owl-nav.disabled .owl-prev {
	height: 35px;
}
.members_gallery_outer .owl-nav.disabled .owl-next {
	height: 35px;
}
.executive_submit_logo .et_pb_image_wrap {
	max-width: 90%;
}
.home_executive_outer .et_pb_module.executive_submit_logo {
	padding: 0;
}
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.mapcontainer.mapael .map svg {
	height: 245px;
}
.members_gallery_outer .owl-nav.disabled .owl-prev {
	height: 35px;
}
.members_gallery_outer .owl-nav.disabled .owl-next {
	height: 35px;
}
}
