/*------------------------------------*\
    RESET
\*------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-image-width: 0;
	scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0 20px 0 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:14px;
	line-height:1.4em;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
	

/* General definitions */

img {
border-image-width: 0 !important;
max-width: 100%;
height: auto;}

ol, ul {
	list-style: none;
	margin-bottom: 30px;
}

main ol, main ul {
	list-style: disc;
	margin-bottom: 30px;
	margin-left: 20px;
}

main ol li, main ul li {margin-bottom: 10px;}

ul.blog-list {margin: 0;}


.page-content .fa-ul {margin-bottom: 0; margin-left: 1.7em;}
.fa-li {margin-top: 4px; text-align: left; color: #3E80C2; }

main .su-column,
.su-column-size-1-2 ul {margin-bottom: 0 !important;}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote {font-size: 1.2em; font-weight: bold; background: #eee; padding: 30px; margin: 30px auto; width: 80%;}
blockquote p {margin: 0;}
blockquote cite {display: block; text-align: right; font-style: italic; font-size: 0.8em; font-weight: normal;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p:empty {
  display: none;
}

em {font-style: italic;}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/*Clearfix*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}


/***************/
/** STRUCTURE **/
/***************/

/***fonts***/

body {
	font-family:'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #5d5d5d;
}

h1,h2,h3,h4
{
	font-family:'Lato', sans-serif;
	line-height: 1.2;
}

.page-content {border-top: 5px solid #72a9da;}

.page-content .sidebar, .page-content .content-boxes, .speakers {font-size: 14px; color: #000; line-height: 1.4;} 
.content-box img {margin-bottom: 10px;}
.page-content .sidebar a {color: #000; text-decoration: none;}
.page-content .sidebar a:hover {text-decoration: underline;}


h1 {margin-bottom: 10px; font-size: 35px; color: #707070;}
h2 {margin-bottom: 20px; font-size: 30px; color: #707070;}
h3 {margin-bottom: 20px; font-size: 22px; color: #707070;}
h2.segment-h2 {text-align: center; margin-top: 40px; margin-bottom: 0;}
.not-home .page-content h3 {margin-top: 30px; margin-bottom: 15px;}
.not-home .page-content table {width: 100%; max-width: 100%;}
.not-home .page-content table td {padding:  5px 10px;}
.home h2 {text-align: center;}
.home h2:after,
h2.segment-h2:after,
.registration-info h2:after,
.sustaining-members h2:after,
.irdc-members h2:after,
.summit-about h2:after {width: 150px; border-bottom: 3px solid #3e80c2; text-align: center; content: " "; display: block; margin: 0 auto; padding-top: 15px;}

.content-block {padding: 60px 0;}
.content-block:nth-child(odd) {background: #ededed;}

.summit-about {padding: 40px 0; border-top: 5px solid #72a9da;}

.summit-about h2, .summit-about h3, .registration-info h2 {margin-top: 30px;}
.circle-image  {  
    border-radius: 50%;
}



@media screen and (max-width: 600px)
{
	.not-home .page-content table td {font-size: 13px;}
}

.acf-map h4 {margin-bottom: 0;}

/* background colors */


.header {
	background: #fff;
	background-size: cover;
	border-bottom: 5px solid #3E80C2;
}

.home-featured-footer,
.see-more-news a.button:hover
 {background-color: #91C13D;}
 

.pre-header {background-color: #fff;}
	
.footer-widgets {background-color: #3e80c2;}

.header,
.header .logo-img,
section,
.footer,
.home main,
.footer li{
	float: none;
	width: 100%;
	clear: both;
}

.wrapper {
	max-width:1140px;
	width:95%;
	margin:0 auto;
	position:relative;
}

a {color: #3E80C2;}





input[type="submit"]
{
	
	border: none;
	color: #fff;
	padding: 5px 30px;
	text-decoration: none;
	display: inline-block;
	background-color: #71B243;
	font-size: 18px !important;
	margin: 30px 0;
	text-transform: uppercase;
}


a.button,
input[type="submit"],
.registration-info input[type="submit"] {
	border: 5px solid #91C13D;
	color: #fff;
	background-color: #71B243;
	margin: 30px 0;
	font-size: 18px !important;
	padding: 5px 30px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}


a.button:hover,
input[type="submit"]:hover {background-color: #91C13D;}


h4 {margin-bottom: 20px;}


/************/
/** PRE-HEADER **/
/************/
.pre-header {padding: 0; text-align: right; position: relative; font-size: 18px; margin-bottom: 20px;}
.pre-header a {color: #fff;}
.pre-header ul {margin-bottom: 0; }

.pre-header-unit {display: inline-block; vertical-align: middle;}
.pre-header-unit a {text-decoration: none;}

.ph-tagline {left: 0; position: absolute; }

.ph-search input {background: none; border: 1px solid #fff; margin-right: 20px; color: #fff;}
.ph-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.ph-search input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.ph-search input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.ph-search input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.ph-cart, .ph-button {padding: 0; }


.switcher .option {position:absolute !important;}

.social-links-header {margin-left: 15px;}
.social-links-header a .fa {
	line-height: 25px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	}
.social-links-header a .fa:hover {color: #3E80C2;}	
.social-links-header:empty {display: none;}

.contact-button {
	display: inline-block;
	background: #3E80C2;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
}

.contact-button:hover {background: #71B243;}

/************/
/** HEADER **/
/************/


.header {
	padding: 20px 0 0 0;
	position: relative;
	text-align: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}


.header .logo  {
	display: inline-block;
	width: 350px;
	font-size: 0;
	vertical-align: middle;
	margin-bottom: 20px;
}


.header .nav {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	width: calc(100% - 360px);
}

.header .nav > ul{
	font-size: 20px;
	float: none;
	width: 100%;
	text-align: right;
	line-height: 1em;
	margin-bottom: 0;
}

.header .nav > ul > li{
	display: inline-block;
	margin: 0 0 0 2%;
	position: relative;
	vertical-align: middle;
	padding-bottom: 20px;
}
.header .nav > ul > li:first-child{
	margin: 0;
}
.header .nav li a{
	color: #5d5d5d;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
.header .nav li a:hover{
	color: #3E80C2;
}

.header .nav .sub-menu{
	display: none;
	left: 0;
	position: absolute;
	text-align: left;
	top: 99%;
	z-index: 1000;
}

.header .nav .sub-menu:after {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(44, 83, 134, 0);
	border-bottom-color: #3E80C2;
	border-width: 20px;
	margin-left: -20px;
}


.header .nav .sub-menu .sub-menu:after {
	bottom: 0;
	left: 0;
	border: none;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: 0;
}

.header .nav li:hover .sub-menu{
	display: block;
	border: 3px solid #72A9DA;
}

.header .nav .sub-menu a{
	background: #3E80C2;
	display: block;
	height: auto;
	line-height: 1.2em;
	padding: 15px 10px;
	width: 200px;
	color: #fff;
}
.header .nav .sub-menu a:hover{
	background: #8891C8;
	color: #fff;
	text-decoration: none;
}

.header .nav .sub-menu li ul.sub-menu {display: none !important;}

.header .nav .sub-menu li {position: relative;}

.header .nav .sub-menu li:hover ul.sub-menu {
	position: absolute;
	left: 200px;
	top: 0px !important;
	display: block !important;
}

#extra-menu .empty-wpmenucart {display: block !important;}



#menu-useful-links-1 li {display: inline-block; margin-left: 20px; text-transform: none !important;}
#menu-useful-links-1 li a {text-transform: none;}

@media screen and (max-width: 900px)
{
	.pre-header {text-align: center; margin: 10px 0;}
	.pre-header .contact-button {display: none}
	.header{
		text-align: center;
		padding-top: 0;
	}
	.header .nav {display: none;}
	.header .logo {
		width: 250px;
	}
	.header .logo.mobile-logo {margin: 5px auto;}
}


.header-wrapper {max-width: 90%; margin: 0 auto; position: relative;}

.header-image {width: 100%;}
.header-text  {color: #fff; text-align: center; padding-top: 250px; padding-bottom: 450px; text-shadow: 1px 1px 20px #000;}
.header-text h1 {font-size: 65px; line-height: 1.2; padding-bottom: 30px;}
.header-text .button {font-weight: bold; border: 2px solid #fff; background: rgba(123,133,199,0.7);}

.page-banner {
	padding: 60px 0; 
	text-align: center; 
	box-shadow: #0005 0px 0px 0px 1000px inset;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 20px solid #3e80c2;
	}
.banner-subheader {color: #fff;  max-width: 700px; margin: 0 auto 20px auto; font-size: 28px;}

.breadcrumbs {background-color: #EAE9EA; text-transform: uppercase; padding: 10px 0; font-size: 12px;}

@media screen and (max-width: 800px)
{
	.sliding .banner-logo-mobile {margin-top: 50px !important; max-height: 200px;}
	.not-home .sliding h2 {display: none;}
	.summit-info .summit-info-box {width: 100%; margin-bottom: 30px;}
	.banner-subheader {font-size: 20px;}
}

.banner-button {color: #fff; font-size: 18px;}
.banner-button a.button {margin-bottom: 0;}

.summit-info {text-align: center; color: #fff;}
.summit-info h3 {text-transform: uppercase; color: #fff; margin-bottom: 0;}
.summit-info h3:after {border-bottom: 3px solid #91C13D; content: " "; display: block; width: 60%; margin: 10px auto;}
.summit-info .summit-info-box {
	display: inline-block;
	width: 30%;
	margin: 0 30px;
}


.summit-menu {background: #3e80c2; padding-bottom: 20px; text-align: center;}
.summit-menu a {
	display: inline-block; 
	color: #fff; 
	text-transform: uppercase; 
	text-decoration: none;
	margin-right: 20px;}

@media screen and (max-width: 600px)
{
	.summit-info .summit-info-box {width: 100%; margin:0 0 30px 0;}
	.summit-info h3:after {width: 100px;}
	.summit-menu a {
		display: block;
		padding: 5px 0;
		margin: 0;
		font-size: 16px;
		}
}
/*****************/
/**   CONTENT   **/
/*****************/
.wc-banner {font-size: 0; background-size: cover; padding: 100px 0; background-position: 50% 50%;}
main h1.wc-banner-title { color: #fff; font-size: 20px; text-transform: uppercase;}
.page-template-template-summit main h1.wc-banner-title {font-size: 28px;}
main h1.wc-banner-title:after {width: 150px; border-bottom: 3px solid #91C13D; text-align: center; content: " "; display: block; margin: 0 auto; padding-top: 15px;}

.category-description {padding-bottom: 30px; margin-bottom: 30px; border-bottom: 2px solid #b7b7b7;}
.paged .category-description {display: none;} 

.not-home main {clear: both;}
#map {
height: 100%;
}


 .content-m {display: inline-block; vertical-align: top; width: 73%; padding-left: 40px;}
 .content-m h1 {margin-bottom: 20px;}
 .sidebar {display: inline-block; vertical-align: top; width: 25%;}
 .sidebar h3 {margin-top: 0;}
 
 .sustaining-members {background: #ededed; padding: 40px 0; text-align: center;}
 .sustaining-members h3 {color: #04A4CC;}
 .irdc-members {padding: 40px 0; text-align: center;}
 .sustaining-members ul {columns: 3; text-align: left; 
  column-gap: 40px;}
 .irdc-members ul {columns: 3; text-align: left; 
  column-gap: 40px;}
 
@media screen and (max-width: 1000px)
{
	.sustaining-members ul {columns: 2;}
	.irdc-members ul {columns: 2;}
}

@media screen and (max-width: 700px)
{
	.sustaining-members ul {columns: 1;}
	.irdc-members ul {columns: 1;}
}

@media screen and (max-width: 800px)
{
	 .content-m, .sidebar {display: block; width: 100%; padding: 0;}
	 main .su-row .su-column {margin-bottom: 20px !important;}
}

.quicklinks {
	background-color: #ededed;
	padding: 20px;
	margin-bottom: 40px;
}

.not-home .page-content .quicklinks h3 {margin-bottom: 15px; margin-top: 0;;}

.sidebar-box {background-color: #ededed; margin-bottom: 40px; font-size: 0;}
.sidebar-box img {width: 100%; height: auto;}
.sidebar-box .gform_wrapper .validation_error,
.sidebar-box .gform_wrapper .validation_message {color: yellow;}

.sidebar-box.sidebar-blog {padding: 20px; font-size: 15px;}
.sidebar-box.sidebar-blog h3 {margin: 0 0 10px 0;}
.sidebar-blog ul {list-style-type: none;}

.sidebar-contact {background-color: #744fa0; color: #fff;}
.sidebar-contact h3 {color: #fff; font-size: 16px; text-transform: uppercase;}
main .sidebar-contact .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
main .sidebar-contact .gform_wrapper select, 
main .sidebar-contact .gform_wrapper textarea {background-color: #fff;}

main .sidebar-contact .gform_wrapper ul.gform_fields li.gfield {padding: 0;}

main .sidebar-contact .gform_footer {text-align: center;}

main .sidebar-contact .gform_footer input[type="submit"] {background: #744fa0; border: 3px solid #9788c4;}
main .sidebar-contact .gform_footer input[type="submit"]:hover {background: #9788c4; border: 3px solid #9788c4;}

.sidebar-contact .fa {width: 20px; display: inline-block;}

.sidebar-text {padding: 10px 20px 15px 20px; font-size: 15px;}
.sidebar-header {padding: 15px 20px 0 20px; }

.not-home .page-content h3.sidebar-header {margin: 0;}

.category h1 {text-transform: uppercase;}

.home-content h2 {
	display: inline-block; 
	text-transform: uppercase; 
	border: 1px solid #fff; 
	padding: 3px 10px; 
	color: #fff;
	font-size: 30px; 
	line-height: 1.4; 
	margin: 0 auto 20px auto;}

.h-contain {font-size: 0; margin: 0 0 80px 0;}
.home .h-contain {margin-top: 80px;}

.home-content-1,
.home-content-2 {font-size: 15px; width: 50%; display: inline-block; vertical-align: top; height: 500px;}

.home-content-1,  .home-content-1-inner {font-size: 15px; padding: 30px; color: #fff; background-color: #3E80C2;}
.home-content-1 a, .home-content-1-inner a {color: #b3bb1c; text-decoration:none;}
.home-content-1 a:hover, .home-content-1-inner a:hover {text-decoration: underline;}
.home-content-1 h1,  .home-content-1-inner h1,
.home-content-1 h2,  .home-content-1-inner h2,
.home-content-1 h3,  .home-content-1-inner h3 {color: #fff;}

.home-content-3 {padding:40px 0 20px 0; font-size: 15px; background: #ededed;}
.home-content-3 h3 {text-align: center; text-transform: uppercase; font-size: 20px;}

.home-footer-images {font-size: 0; margin-top: 50px;}
.home-footer-images img {max-width: 33.33333%;}

.lyte-wrapper {margin: 30px 0 !important;}
.single-video .lyte-wrapper {margin-top: 0 !important;}

@media screen and (max-width: 980px)
{
	.home-content-1 {display: block; width: 100%; padding: 40px; height: auto;}
	.home-content-2 {display: block; width: 100%;}
}

@media screen and (max-width: 800px)
{
	.info-sidebar {display: none;}
}


.pagination {padding: 30px 0; text-align: center;}

.page-numbers, .pagination.nextprev a {
	display: inline-block;
	padding: 8px 10px;
	margin: 0 2px 0 0;
	background: #617DA3;
	color: #fff;
	line-height: 1.6;
	text-decoration: none;
}
.page-numbers.current,
a.page-numbers:hover,
.pagination.nextprev a:hover {
	background: #3E80C2;
}


main .wrapper .woocommerce, 
.wc-content, .page-content, 
.blog-loop
{padding: 50px 0; 
}

.post-4282 .page-content {padding: 0;}

.page-template-template-membership .wrapper,
.page-template-template-summit .wrapper, 
.page-template-template-fullwidth .page-content .wrapper {max-width: 800px;}

.footer-widgets .wrapper,
#summit-sponsors .wrapper {max-width: 1140px;}

.blog-loop .wrapper .post {border-bottom: 2px solid #b7b7b7; padding: 30px 0;}
.wrapper .post:first-child {padding-top: 0;}

.blog-loop article {clear: both; overflow: hidden;}

.post .date {margin-bottom: 20px; }
.post .date a {text-decoration: none; text-transform: uppercase;}

.loop-image {display: inline-block; width: 30%; vertical-align: top; float: left;}
.loop-image img,
.loop-image .single-video {
	max-width: 100%;
	height: auto;
	padding-right: 30px;
	margin-top: 8px;
	}
.loop-content {overflow: hidden;}
.loop-content p:last-child {margin-bottom: 0;}
.loop-content h2 {text-transform: uppercase; font-size: 18px;}
.loop-content h2 a {text-decoration: none;}

.not-home h1.product_title {font-size: 2.3em; line-height: 1.2;}
.woocommerce button.button.alt,
.woocommerce a.button.alt {
	background: #F8982E;
	border-radius: 0;}
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {background: #00B0D9;}
.woocommerce div.product p.price {margin-bottom: 15px; color: #00B0D9;}
.woocommerce div.product form.cart div.quantity input {padding: 8px;}
.product_meta .sku_wrapper {display: none;}
.wc-content .term-description {margin-bottom: 30px;}

.home-fact {text-align: center; margin-bottom: 60px; color: #6d6c6c;}
.home-fact .button {display: inline-block;}

.home-spotlight {text-align: center;}
.home-spotlight .button {display: inline-block;}
.home-spotlight .nk-awb {padding: 200px 40px;}

.advantages-header {text-align: center; margin: 80px 0 0 0;}

.wpl-logo-carousel {margin-top: 20px;}

.see-more-news {font-size: 22px; text-align: center;}
.see-more-news a.button {
	display: inline-block; 
	background: #fff; 
	color: #000;
	border: 1px solid #000;
	padding: 5px 15px;
	}
.see-more-news a.button:hover {color: #fff;} 	
	
.learn-more {font-size: 20px; text-align: center;}
.learn-more a.button {
	display: inline-block; 
	background: none; 
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 15px;
	}	
.learn-more a.button:hover {color: #fff; background-color: #00B0D9;} 	

.page-content p, main.page p {margin-bottom: 15px;}
.page-content img {max-width: 100%; height: auto;}




.homepage-posts .wrapper{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;
	margin-bottom: 50px;}
	


.post-home
{
	display: block;
	flex: 0 1 calc(33% - 20px);
	margin: 10px;
	font-size: 16px;
	position: relative;
	text-align: left;
	background: #ededed;
	
}	
.post-home img {width: 100%;}




.page-content .tiled-gallery {margin: 40px 0;}
.post-header {font-size: 15px;}

.homepage-posts {font-size: 0; margin: 0; text-align: center;}
.homepage-posts h3 a {text-decoration: none;}
.post-home-content {padding: 15px 30px; line-height: 1.4;}
.posts-entry {display: inline-block; width: 50%; font-size: 18px; vertical-align: top;}
.posts-entry img {max-width: 100%; height: auto;}
.posts-row {margin-bottom: 30px;}
.posts-left {padding-right: 40px;}
.post-image {margin: 0 20px 30px 0;}
.post-image img {margin: 0 0 20px 0;}
.homepage-posts h3.post-header {font-size: 16px; text-transform: uppercase; line-height: 1.4; margin-bottom: 15px;}
.post-date {display: block; margin-bottom: 15px; font-style: italic;}

.summit-sponsors {margin-top: 40px; clear: both; padding: 30px; background-color: #3e80c2;}

.summit-sponsors h2 {color: #fff;}

.sponsors{
	display: flex;
    flex-flow:row wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;
	margin-bottom: 50px;
	text-align: center;
	}

.sponsor
{
	flex: 0 1 calc(25% - 10px);
	margin: 5px;
	width: 25%;
	position: relative;
	color: #fff;
	padding: 15px;
	text-decoration: none;
	font-size: 0;
}

.sponsor img {max-height: 180px; background: #fff; padding: 10px;}

@media screen and (max-width: 800px)
{
	.sponsor
	{
		flex: 0 1 calc(50% - 10px);
		width: 50%;
	}	
}

.linkboxes{
	display: flex;
    flex-flow:row wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;
	margin-bottom: 50px;
	text-align: center;
	}

.linkbox
{
	flex: 0 1 calc(33% - 10px);
	margin: 5px;
	width: 33%;
	font-size: 16px;
	position: relative;
	color: #fff;
	padding: 0;
	text-decoration: none;
	background-size: cover;
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}



.linkbox h3 {
	font-weight: normal;
	font-size: 34px;
	margin: 0 auto;
	color: #fff;
	max-width: 85%;
	word-break: break-word;}

.linkbox:hover {opacity: 0.5;}

.speakers,
.content-boxes,
.staff_members,
.fs-galleries{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;
	margin: 50px 0;}
	

.speakers {margin-top: 20px;}	
	
.staff_members {margin: 0;}

.employee
{
	display: block;
	flex: 0 1 calc(50% - 30px);
	margin: 0 30px 30px 0;
	width: 50%;
	font-size: 16px;
	text-align: left;
	position: relative;
	color: #fff;
	background: #3E80C2;
	padding: 20px;
}


.employee a {color: #fff;}

.employee img {
	max-width: 100%;
	display: block;
}

.employee h2 {
	margin: 15px 0 5px 0;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.employee h3.employee_title {
	margin: 5px 0 15px 0;
	color: #fff;
	font-size: 18px;
}

.employee .fa {
	margin-right: 10px; 
	font-weight: bold; 
	font-size: 20px; 
	width: 30px; 
	text-align: center;
	vertical-align: middle;
	}
.employee .fa.fa-mobile {font-size: 28px;}
.employee .employee_phone {margin-bottom: 5px;}
.employee .employee_email {margin-bottom: 5px ; font-size: 14px;}

.fs-gallery
{
	display: block;
	flex: 0 1 calc(50% - 30px);
	margin: 10px;
	width: 50%;
	font-size: 16px;
	text-align: center;
	position: relative;
	background: #eee;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.fs-gallery:hover {background: #ddd}

.fs-gallery img {
	max-width: 100%;
	display: block;
}

.fs-gallery h2 {
	margin: 15px 0 5px 0;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.speaker
{
	display: block;
	flex: 0 1 calc(25% - 23px);
	margin: 0 30px 0 0;
	width: 25%;
	font-size: 16px;
	text-align: left;
	position: relative;
	background: #ededed;
	padding: 15px;
	text-decoration: none;
}

.content-box
{
	display: block;
	flex: 0 1 calc(25% - 23px);
	margin: 0 30px 0 0;
	width: 25%;
	font-size: 16px;
	text-align: left;
	position: relative;
	background: #ededed;
	padding: 15px;
	text-decoration: none;
}


.content-box:last-child, .speaker:last-child {margin: 0;}

.content-m .content-box {
	
	flex: 0 1 calc(33.3333% - 30px);
	width: 33.3333%;
	margin: 0 30px 30px 0;
}


 .content-box h3 {font-size: 22px; color: #4180c3; margin-top: 5px !important;}
 
.speaker h3 {font-size: 16px; color: #4180c3; margin-top: 10px !important; margin-bottom: 0; text-transform: uppercase;}
.speaker h4 {font-size: 14px; color: #4180c3; margin-top: 5px !important; margin-bottom: 5px;}


.content-box img, .speaker img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#post-404 {margin: 50px auto;}

#responsive-menu-pro-additional-content {padding: 20px 0 0 0 !important;}
#responsive-menu-pro-additional-content a {display: block; color: #fff; text-decoration: none; line-height: 40px; padding: 0 5%; font-size: 18px; }
#responsive-menu-pro-additional-content li:hover {background: #3f3f3f; transition: background-color 0.5s, border-color 0.5s, color 0.5s;}

.summit-highlights {background: #ededed; padding: 40px 0;}
.summit-highlights h3 {color: #4180c3; text-transform: uppercase;}

#summit-speakers.wrapper {max-width: 1200px;}

.registration-info {text-align: center; padding: 20px 0 40px 0;}
.registration-info a.button {margin-bottom: 0;}


/* soliloquy - not used in this theme but kept just in case*/


.soliloquy-container * {border-image-width: 0 !important;}
.soliloquy-outer-container {border-bottom: 5px solid #72A9DA;  margin-bottom: 40px !important; }
main .soliloquy-container {max-width: 100% !important; text-shadow: 1px 10px 30px #000 !important; margin-bottom: 0 !important; border-bottom: 20px solid #3e80c2; }
.soliloquy-container .soliloquy-caption {
    position: absolute !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
	background: none !important;
	left:0; right:0; top: 0;
	margin: 0 auto !important;
	text-align: center !important;
	box-shadow: #0006 0px 0px 0px 1000px inset;
}

.soliloquy-container .soliloquy-caption .wrapper {margin: 0 auto; padding-left: 0; width: 95%;}
	
.soliloquy-container .soliloquy-caption .wrapper .sliding {	
	position: absolute;
	text-align: center;
    left: -1000px;
	width: 100%;    
	-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 0;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.soliloquy-container .soliloquy-item {overflow: hidden !important;}
.soliloquy-container .soliloquy-image {min-height: 400px; width: auto; object-fit: cover;}
 
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    display: table !important;
    width: 100% !important;
    text-align: center !important;
    background-color: transparent !important;
	text-shadow: none !important;
	color: #fff !important;
	font-size: 35px !important;
	padding-top: 100px !important;
		
}
 
.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
        display: table-cell !important;
        vertical-align: middle !important;
}
 
.soliloquy-container .soliloquy-caption h2 {
    color: #fff ;
    margin-bottom: 20px !important;
    font-size: 75px !important;
	font-weight: bold;
    line-height: 1.1em !important;
    letter-spacing: normal !important;
	position: relative !important;
}

.soliloquy-container .soliloquy-caption h1 {
    color: #fff !important;
    margin: 20px auto 15px auto !important;
        line-height: 1.1em !important;
    letter-spacing: normal !important;
    text-transform: none !important;
	position: relative !important;
    font-size: 40px !important;
	max-width: 700px;
}
 

.soliloquy-container .soliloquy-caption a.button {
	padding: 15px 30px;
	display: inline-block;
	text-shadow: none  !important;;
}


.soliloquy-controls-direction {display: none !important;}


.divider {clear: both;}

.embed-youtube {text-align: left !important; max-width: 100% !important; margin-top: 30px !important;}

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embed-youtube iframe,  
.embed-youtube object,  
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gform_confirmation_message {
	color: #fff  !important;
	background: green !important;
	padding: 20px  !important;
}

main .gform_wrapper select {margin-top: 0;}
main .gform_wrapper select option {text-indent: 10px;}


main .gform_wrapper select {
    max-height: calc(1em + 22px);
    height: calc(1em + 22px);
	text-indent: 10px;
	display: block;
	line-height: 1.2;
	padding: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	color: #5d5d5d;
}
main .gform_wrapper select::-ms-expand {
	display: none;
}


main .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
main .gform_wrapper select,
main .gform_wrapper textarea
{background-color: #ededed; border: none; padding: 10px 15px;}

main .gform_wrapper.gf_browser_gecko select {padding: 0;}

.page-content .gform_wrapper h2.gsection_title {font-size: 35px; padding-top: 40px !important;}

.jp-carousel-titleanddesc {display: none !important;}

.rtecenter {text-align: center;}
.table-restaurant-menu{ border-spacing:0; border:0; width:100%;  }
.table-restaurant-menu td, .table-restaurant-menu th { border:1px solid #bbbbbb; }
.table-restaurant-menu th {font-weight:bold; background: #220040; color: #fff; font-size: 25px; padding: 10px;}
.table-restaurant-menu td.rtecenter {vertical-align: middle;}
.table-restaurant-menu td, .table-restaurant-menu th { padding:5px; }
.table-restaurant-menu {
	width: 100%;
	}
.table-restaurant-menu  td,
.table-restaurant-menu  th {
	border-left: none;
	border-right: none;
	}
.table-restaurant-menu img {width: 100%; display: block;}
.table-restaurant-menu strong {font-size: 24px;}

ul.menu-jump { list-style:none; margin:0; padding:0; list-style-image:none; }
ul.menu-jump  li{display: inline-block; background-color: #220040; padding: 5px; margin: 5px; font-size: 25px;}
ul.menu-jump  li:hover {background-color: #007D20;}
ul.menu-jump  li a {color: #fff; text-decoration: none;}


.registration-info .gform_wrapper form {text-align: center;}
body .registration-info .gform_wrapper li.hidden_label input,
body .registration-info .gform_wrapper ul li.gfield {margin-top: 0;}

/************/
/** FOOTER **/
/************/


.callout {
	color: #fff;
	background-color: #3E80C2;
	padding: 20px 0;
	font-size: 21px;
}
.callout .button {
	margin: 0;
	float: right;
	padding: 5px 10px;
	margin-top: -5px;
	background-color: #3E80C2;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 1em;
}

.callout .button:hover {background-color: #71B243;}

.footer{
	color: #fff;
	padding: 20px 0;
	font-size: 0;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}

.footer-widgets {padding: 40px 0; clear: both; font-size: 0;}
.footer-widgets h2 {font-size: 22px; margin-bottom: 15px;}

.footer-widget {
	display: inline-block; 
	width: 33%; 
	vertical-align: top; 
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	}
.footer-widget h3 {font-size: 16px; font-weight: bold; text-transform: uppercase; color: #fff; margin-bottom: 5px;}
.footer-widget a {color: #fff; text-decoration: none;}
.footer-widget.bottom-menu {width: 25%; padding-left: 30px;}
.footer-widget.location {width: 40%; padding-right: 20px; }
.footer-widget.location img {max-width: 230px; height: auto; margin-bottom: 10px;}
.footer-contact-info {padding-left: 70px;}
.footer-widget.footer-credit {width: 40%; padding-left: 20px; text-align: right; font-size: 14px;}
.footer-widget.footer-credit img {height: 90px; width: auto;}
.footer-widget .social-links {margin-top: 10px;}
.footer-widget.hours-block {padding: 0;}
.bottom-logo {display: inline-block; vertical-align: bottom;}


.bottom-menu .menu-item {
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px dotted;}
.bottom-menu .menu-item a {text-decoration: none;}

.social-links .wrapper{
	text-align: left;
	}
.social-links a .fa {
	font-size: 20px;
	text-align: center;
	display: inline-block;
	padding: 0;
	color: #fff;
	margin-right: 7px;}
.social-links a .fa:hover {color: #91C13D;}	
.social-links:empty {display: none;}

.copyright {padding: 5px 0;
	background: #ededed;
	text-align: center;
	font-size: 12px;}

/* responsive */

@media screen and (max-width: 1260px) {
	 
	.soliloquy-container .soliloquy-caption {
		}	
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		padding: 60px 0 !important;
		}
	.header .logo.mobile-logo {display: block; width: 250px; margin: 5px auto; text-align: center;}
	.header .nav .logo {display: none;}
	.header .nav {width: 100%;}
	.header .nav ul {text-align: center;}
}

@media screen and (max-width: 1023px) {
	.linkbox, .employee, .fs-gallery, .content-box, .speaker {width: 50%; flex: 0 1 calc(50% - 30px); margin-bottom: 20px;}
	.speaker:nth-child(even) {margin-right: 0;}
	.content-box:last-child {margin: 10px;}
	.content-m .content-box {width: 100%; flex: 0 1 calc(100%); margin: 30px 0;}
	.content-m .content-box:last-child {margin: 30px 0;}
}
 

@media screen and (max-width: 900px) {
	.info-block {text-align: left;}
	
	.alignnone {margin: 0;}
	.header-text {padding: 20px 0;}
	.header-text h1 {font-size: 25px;}
	.post-home {width: 100%; flex: 0 1 calc(100%); margin-bottom: 40px;}
}	
 

@media screen and (max-width: 800px) {
	
	.table-restaurant-menu th {font-size: 18px;}
	.ph-tagline {display: none; position: relative;}
	.soliloquy-container .soliloquy-caption h2 {
		font-size: 30px !important;
		margin-bottom: 10px !important;
	}
	.soliloquy-container .soliloquy-caption h1 {
		font-size: 40px !important;
	}	
	.soliloquy-container .soliloquy-caption a.button {
		font-size: 18px; 
		padding: 10px;
	}
	.wc-banner {padding: 50px 0;}
		
	main .wrapper .woocommerce, 
	.wc-content, .page-content, 
	.blog-loop
	{padding: 20px 0;}

	.loop-image, .loop-content {width: 100%; padding: 0; float: none;}
	.loop-image img {width: 100%;}
	.callout {text-align: center;}
	.callout .button {float: none; display: block; margin-top: 10px;}
	.footer-widget, .footer-widget.location, .footer-widget.footer-credit, .footer-widget.bottom-menu, .footer-contact-info  {width: 100%; margin: 30px 0 0 0; text-align: center; padding: 0;}
	.bottom-logo {display: block;}
	.employee, .fs-gallery, .content-box, .speaker {width: 100%; flex: 0 1 calc(100%); margin-right: 0;}
	.bottom-menu {display: block;}
}	
 
@media screen and (max-width: 550px) {
	body {font-size: 18px;}
	.wrapper {width: 85%;}
	.home-content h1 {font-size: 30px;}
	.home-content h2 {font-size: 25px;}
	.soliloquy-container .soliloquy-caption {
		top: 0;
	}
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside  {
		font-size: 35px !important;
		padding-right: 60px !important;
		padding-top: 0 !important;
	}  
	.soliloquy-container .soliloquy-caption a.button {
		font-size: 18px; 
		padding: 10px;
	}
	
	.soliloquy-container .soliloquy-caption h1 {
		margin-top: 50px  !important;
	}	
	.alignright {float: none; display: block; margin: 30px auto;}
	
	.ph-search {display: none;}
	.ph-cart {border: none; padding-left: 0;}
	.home-featured-title {font-size: 25px;}
	.posts-entry {width: 100%; padding: 0;}
	.posts-left {margin-top: 30px;}
	.footer-widgets {padding-top: 0;}
	.footer-widget {width: 100%; margin-top: 30px;}
	.dlm-downloads li, .linkbox, .employee, .fs-gallery, .content-box, .speaker {width: 100%; flex: 0 1 calc(100%); margin-right:0; margin-left: 0;} 
}


@media screen and (max-width: 450px) {
	.soliloquy-image {height: 250px !important;}
		.soliloquy-container .soliloquy-caption .soliloquy-caption-inside  {
		font-size: 35px !important;
		padding-right: 0 !important;
		padding-top: 20px !important;
	}  
	
	.soliloquy-container .soliloquy-caption h2 {
		font-size: 30px !important;
		margin-bottom: 10px !important;
	}
	.soliloquy-container .soliloquy-caption h1 {
		font-size: 35px !important;
	}	

	.home-content {padding-top: 0;}
}