.page-template-connect {
    font-family: "Open Sans", sans-serif;
    color: #445464;
}

.page-template-connect .custom-container .site-content,
.single-events .custom-container .site-content{
    width: auto;
    max-width: none;
    margin: 0;
}
.page-template-connect .custom-container .footer,
.single-events .custom-container .footer {
    width: auto;
}
.page-template-connect h1,
.page-template-connect h2 {
    font-family: "DIN Pro", "Open Sans", sans-serif;
}

.page-template-connect{
    background-color: #f8fbff;
}
.page-template-connect .h-main {
    box-shadow: 0 5px 35px rgba(0, 0, 0, .15);
}
.page-template-connect .site {
    background-color: transparent;
}

/* Hero Connect */
.connect-hero {
    padding: 80px 20px 70px;
    position: relative;
}
.ch-mob-back {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    height: 430px;
    z-index: 1;
    opacity: .13;
}
.ch-desk-back {display: none;}
.ch-inner {
    text-align: left;
    position: relative;
    z-index: 2;
}
.ch-logo {
    text-align: left;
}
.ch-logo img {
    width: 210px;
    display: inline-block;
    margin-bottom: 40px;
}
.ch-inner h1 {
    font-size: 24px;
    font-weight: 500;
}
.ch-inner p {
    font-size: 18px;
}

/* Hero Summit */
.summit-hero {
    background-color: #121e28;
}
.summit-hero .m-inner{
    z-index: 10;
    position: relative;
    text-align: center;
    color: #fff;
}
.summit-hero h1 {
    font-size: 30px;
    font-family: "dinPro", "Open Sans", sans-serif;
}
.sm-location {
    text-align: center;
    margin: 25px auto 10px;
}
.sm-location > span {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0,0,0,.3);
    color: #FF891A;
}
.summit-hero .m-inner span {
    font-size: 16px;
}
.sm-date {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

/* ------------------------ */
/* Grid                     */
/* ------------------------ */

.cg-title {
    text-align: center;
    font-size: 24px;
    font-family: "DIN Pro", "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}
.cg-title span:first-child {
    display: block;
}
.cg-title span:last-child {
    color: #999;
    font-size: 18px;
    font-weight: 500;
}

.cg-nav {
    text-align: center;
    font-size: 16px;
    position: relative;
}
.cg-drop {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px 5px 0 0;
}
.cg-menu {
    background-color: #435363;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    max-width: 250px;
    display: none;
    z-index: 20;
    text-align: left;
    border-radius: 5px;
}
.cg-menu > li > span {
    padding: 12px 20px;
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #4e5e6e;
}
.cg-menu > li > span:hover {
    background-color: #344353;
    text-decoration: none;
}
.cg-menu > li > span:focus {
    outline: none;
}
.cg-menu > li > span.cg-active {
    color: #e75204;
    font-weight: 600;
    background-color: #344353;
}
.cg-menu > li:first-child > span {
    padding-top: 20px;
    border-radius: 5px 5px 0 0;
}
.cg-menu > li:last-child > span {
    padding-bottom: 25px;
    border-radius: 0 0 5px 5px;
    border-bottom: none;
}
.cg-nav:hover .cg-drop {
    background-color: #435363;
    color: #fff;
}

@media(min-width: 700px){
    .cg-nav:hover .cg-menu {
        display: block;
    }
}


/* Mobile fix */
.show .cg-menu {
    display: block;
}

.show .cg-drop {
    background-color: #435363;
    color: #fff;
}

.cg-nav .btn-loader {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* Cards */
.connect .g-image {
    padding-bottom: 34%;
}
.connect .g-info {
    text-align: center;
    padding: 20px 20px 65px;
}
.g-city {
    display: block;
    font-size: 21px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}
.g-date {
    font-size: 16px;
    color: #999;
}

.connect .s-benefits h2 {
    position: relative;
    margin-bottom: 80px;
}
.connect .s-benefits h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #e75204;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}




/* Connect Single Event */
/*html{
	scroll-behavior: smooth;
}*/
/*.single-connect-hero {*/
/*    padding: 40px 20px 60px;*/
/*}*/
/*.sch-img {*/
/*    display: block;*/
/*    width: 280px;*/
/*    !*margin: 0 auto 60px;*!*/
/*    margin-bottom: 60px;*/
/*}*/
/*.sch-contents {*/
/*    color: #fff;*/
/*}*/
/*.sch-location {*/
/*    font-family: "dinPro", "Open Sans", sans-serif;*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 20px;*/
/*    letter-spacing: 1px;*/
/*}*/
/*.sch-details {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.sch-image {*/
/*    display: none;*/
/*}*/
/*.sch-details {*/
/*    font-size: 16px;*/
/*}*/
/*.sch-loc-line {*/
/*    display: none;*/
/*}*/
/*.single-connect .m-persona {*/
/*    padding-top: 10px;*/
/*}*/
/*.single-connect .module h2 {*/
/*    position: relative;*/
/*    margin-bottom: 60px;*/
/*}*/
/*.single-connect .module h2:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100px;*/
/*    height: 6px;*/
/*    background-color: #e75204;*/
/*    position: absolute;*/
/*    bottom: -25px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*}*/



/*.connect-inner{*/
/*    width:100%;*/
/*    max-width:1140px;*/
/*    display:block;*/
/*    margin:0 auto;*/
/*    padding:80px 0;*/
/*}*/

/*.connect-description-container{*/
/*    width:95%;*/
/*    text-align:center;*/
/*    color:rgba(0,0,0,.87);*/
/*    display:block;*/
/*    margin:0 auto;*/
/*}*/

/*.w-800{*/
/*    max-width:800px;*/
/*}*/

/*.w-980{*/
/*    max-width:980px;*/
/*}*/

/*.connect-description-container h2{*/
/*    font-size:36px;*/
/*    font-weight:700;*/
/*    margin:0 0 10px;*/
/*    font-family: 'dinPro', 'Open Sans', sans-serif;*/
/*    color:rgba(68,84,100,1);*/
/*}*/
/*.m-head h2 {*/
/*    color:rgba(68,84,100,1);*/
/*}*/

/*.connect-description-container .rule{*/
/*    height:6px;*/
/*    max-width:80px;*/
/*    width:40%;*/
/*    margin:20px auto 50px;*/
/*    background-color:rgba(231,83,0,1);*/
/*}*/

/*.connect-description-container p{*/
/*    font-size:16px;*/
/*    font-weight:300;*/
/*}*/

/*.connect-full .sb-title{*/
/*    color: #445464;*/
/*    font-family: "Open Sans";*/
/*    font-size: 24px;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    font-weight: 400;*/
/*    margin:15px 0;*/
/*}*/


/*.connect-full .sb-desc{*/
/*    font-family: "Open Sans";*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    font-weight: 400;*/
/*    margin-bottom:0;*/
/*}*/

/*.connect-form{*/
/*    width:100%;*/
/*    background-color:rgba(68,84,100,1);*/
/*    padding:90px 0;*/
/*    color:rgba(255,255,255,1);*/
/*    background: rgba(68,84,100,1) url(../images/connect/cbl-bg.png);*/
/*}*/

/*.connect-form label, .connect-form .gfield_required{*/
/*    color:rgba(255,255,255,1)!important;*/
/*    font-size:11px!important;*/
/*}*/

/*.connect-form .ginput_container input.medium{*/
/*    font-size:13px!important;*/
/*    height:auto;*/
/*}*/

/*.connect-form .ginput_container{*/
/*    margin-top:0!important;*/
/*}*/

/*.connect-form-inner{*/
/*    width:95%;*/
/*    max-width:580px;*/
/*    text-align:center;*/
/*    display:block;*/
/*    margin:0 auto;*/
/*}*/

/*.connect-form .gform_wrapper h3.gform_title{*/
/*    font-size:36px;*/
/*    font-weight:700;*/
/*    margin:0 auto 10px;*/
/*    font-family:'Open Sans', sans-serif;*/
/*    color:rgba(255,255,255,1);*/
/*    text-align:center;*/
/*}*/

/*.connect-form .gform_wrapper{*/
/*    margin:0 auto;*/
/*}*/

/*.connect-form .gform_wrapper .gform_footer{*/
/*    text-align:center;*/
/*}*/

/*.connect-form input[type=submit]{*/
/*    padding: 15px 60px;*/
/*    background-color: rgba(231,82,4,1);*/
/*    color: rgba(255,255,255,1);*/
/*    margin-top: 15px;*/
/*    border-radius: 5px;*/
/*    font-family: "Open Sans";*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    font-weight: 400;*/
/*}*/


/*.d-blue{*/
/*    background-color:rgba(43,58,71,1);*/
/*    color:rgba(255,255,255,1);*/
/*}*/

/*.l-blue{*/
/*    background-color: rgba(248, 250, 251,1);*/
/*}*/

/*.t-center{*/
/*    text-align:center;*/
/*}*/

/*.t-right{*/
/*    text-align:right;*/
/*}*/

/*.connect-full .btn-orange{*/
/*    background-color:rgba(232,82,5,1);*/
/*    font-weight:normal;*/
/*    padding:10px;*/
/*    border-radius:3px;*/
/*}*/

/*.ginput_container option, .ginput_container select{*/
/*    color:rgba(0,0,0,.87);*/
/*}*/
/*.connect-bottom-img img{width: 100%;}*/




@media (min-width:700px) {

    .connect-hero {
        padding: 80px 40px 130px;
    }

    .ch-logo {text-align: center;}
    .ch-logo img {width: 380px;}
    .ch-inner {
        text-align: center;
    }
    .ch-inner h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .ch-inner p {
        font-size: 18px;
        line-height: 1.7;
    }

    .cg-title {
        float: left;
        width: calc(100% - 200px);
        margin-bottom: 0;
    }
    .cg-nav {
        float: right;
        width: 200px;
        top: -5px;
        right: -20px;
        font-size: 18px;
    }
    .cg-title {font-size: 24px;text-align: left;}
    .cg-title span:first-child {
        display: inline-block;
    }
    .cg-drop {cursor: default;width: 200px;}
    .cg-menu {
        top: 45px;
        left: auto;
        min-width: 200px;
    }
    .cg-nav .btn-loader {
        top: 6px;
        right: auto;
        left: -35px;
    }
    .connect .g-image {padding-bottom: 50%;}


    /* Single page */
    /*.single-connect-hero {*/
    /*    position: relative;*/
    /*    padding: 60px 40px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.sch-img {*/
    /*    margin-bottom: 50px;*/
    /*}*/

    /*.sch-image {*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: -40%;*/
    /*    height: 100%;*/
    /*    width: auto;*/
    /*}*/

    /*.sch-contents {*/
    /*    width: 50%;*/
    /*}*/
    /*.sch-location {*/
    /*    font-size: 24px;*/
    /*}*/
    /*.sch-details {*/
    /*    font-size: 18px;*/
    /*    margin-bottom: 40px;*/
    /*}*/

    /*!* Summit Template *!*/
    /*.summit-hero h1 {font-size: 36px;}*/
    /*.summit-hero .m-inner span {font-size: 18px;}*/


    /*.sm-location > span { padding: 10px 25px; }*/

}


@media (min-width:900px) {

    .cg-title span:last-child {
        font-size: inherit;
    }
    .ch-inner {max-width: 800px; margin: 0 auto;}

    .sch-image {
        right: -30%;
    }

}

@media (min-width: 1025px) {
    .s-grid {max-width: 1300px;margin: 0 auto;}
    /* Single page */

    /*.single-connect-hero {*/
    /*    padding: 60px 70px;*/
    /*}*/

    /* Summit Template */
    /*.summit-hero h1 {font-size: 48px;}*/
    /*.summit-hero .m-inner span {font-size: 22px;}*/

    /*.sch-image {*/
    /*    right: -15%;*/
    /*}*/
    


}

@media (min-width:1281px) {
    .ch-mob-back {
        display: none;
    }
    .ch-desk-back {
        display: block;
        position: absolute;
        width: 100%;
        top: 30px;
        left: 0;
    }
    .cg-title {
        font-size: 36px;
        text-align: left;
    }
    .cg-nav {top: 8px;}

    /* Single page */
    /*.single-connect-hero {*/
    /*    padding: 60px 12%;*/
    /*}*/
    /*.sch-location {*/
    /*    position: relative;*/
    /*}*/
    /*.sch-loc-line {*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    left: -60px;*/
    /*    top: 7px;*/
    /*    bottom: 0;*/
    /*    margin: auto;*/
    /*    width: 40px;*/
    /*    height: 5px;*/
    /*    background-color: #e75204;*/
    /*}*/

    /*.sch-image {*/
    /*    right: 0;*/
    /*}*/


}


/*@media (min-width:1900px) {*/
/*    .sch-image {*/
/*        height: 150%;*/
/*        top: -50%;*/
/*        min-width: auto;*/
/*        left: auto;*/
/*        right: 0;*/
/*    }*/
/*}*/

@media screen and (max-width:640px){
	.desktop-link{
		display:none;
	}

	.mobile-link{
		display:block;
	}
}

/*.single-connect-hero {*/
/*    text-align: left;*/
/*    background-color: rgba(18,30,40,1);*/
/*    background: rgba(18,30,40,1) url(../images/connect/cbl-bg.png);*/
/*}*/



@media screen and (max-width:640px){
	/*.connect-hero-image{*/
		/*display:none;*/
	/*}*/
	/*.connect-hero-contents{*/
		/*width:100%;*/
		/*text-align:center!important;*/
		/*padding:50px 20px;*/
		/*height:auto!important;*/
	/*}*/

	.connect-hero-details{
		text-align:center;
	}
}


/*

 Connect Index Page

.connect-main{
	background-color:#f8fbff; 
	background-image: url('../images/connect/connect-header-main-bg.png');
	background-repeat:no-repeat;
	background-size:contain;
}

.event-series{
	display:block;
	font-size:18px;
	color:rgba(255,174,9,1);
	margin:0 auto;
}

.no-pad{
	padding:0!important;
}

.upcoming-header{
	max-width:1180px;
	width:98%;
	text-align:left;
	margin:55px auto;
}

.upcoming-header h2{
	color: #445464;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 34px;
}

.connect-hero{
	font-family: 'FFDINWebProRegular' !important;
}

.connect-hero-main{
	text-align:center;
	 color: #445464;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  line-height: 32px;
  padding:50px 0;
}

.connect-hero-main .connect-hero-headline{
	color: #445464;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
 	text-shadow: none;
 	margin-top:50px;
}

.connect-hero-main .hero-descript{
	color: #445464;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  line-height: 32px;
  margin:25px auto;
}

.connect-hero-headline{
	font-size:30px;
	color:rgba(255,255,255,1);
	display:block;
	text-shadow: 0px 2px 2px #000000;
	font-weight:400;
	padding:0;
}

.w-650{
	width:90%;
	max-width:650px;
}

.rule{
	height:6px;
	max-width:80px;
	width:40%;
	margin:20px auto 50px;
	background-color:rgba(231,83,0,1);
}

.hero-descript{
	color:rgba(255,255,255,1);
	font-weight:400;
	font-size:20px;
	font-family:'Open Sans', san-serif;
}

.hero-descript p{
	max-width:780px;
	margin:0 auto;
}

.connect-event-grid{
	max-width:1180px;
	width:100%;
	margin:20px auto;
	padding:0;
	overflow:hidden;
}

.connect-item{
	width:27%;
	margin:0px 3% 20px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	float:left;
	border-radius:4px;

	color: #59728b;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 19px;
  background-color:#FFFFFF;
}

.connect-item-image img{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.connect-item-info{
	padding:20px;
	text-align:left;
	color:rgba(0,0,0,.7);
}

.connect-item-info h3{
	font-size:21px;
	margin:0 0 5px;
	font-weight:700;
}

.connect-item-info a{
	color:rgba(231,82,4,1)!important;
	font-weight:600;
}

.no-pad .s-benefits h1{
	color: #445464;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 32px;
}

.no-pad .sb-title{
	color: #445464;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 30px;
}

.no-pad .sb-desc{
	color: #59728b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom:0;
}

.no-pad .sb-list{
	margin:40px 0 0;
}

.no-pad .sb-item{
	margin:0 50px;
}*/






