/*!
Theme Name: Data Connectors
Theme URI: bigkidmarketing.com
Author: Big Kid Marketing
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: data-connectors
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import "fonts.css";

html,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1 {
    font-size: 35px;
    text-transform: uppercase;
}

h2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

a {
    color: #54b86f;
    text-decoration: none;
}

strong {
    font-weight: bold;
}


/* WORDPRESS IMAGE ALIGNMENT */

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* ALL OTHER CSS */

#content {
    overflow-x: hidden;
    margin-top: 120px;
}

.dc-content-cont ul {
    margin: 0 25px;
}

.dc-content-cont li {
    list-style: initial;
}

#dc-header,
#dc-header.downscroll {
    position: fixed !important;
    z-index: 9999 !important;
    top: 0 !important;
    opacity: 1 !important;
    background-color: white;
    border-bottom: 3px solid #54b86f;
    width: 100%;
}

#dc-logo-cont {
    display: inline-block;
    margin: 20px;
    min-width: 250px;
    width: 20%;
}

#dc-logo-cont img {
    width: 300px;
}

#dc-header-nav-cont {
    display: inline-block;
    margin-top: 20px;
    text-align: right;
    vertical-align: top;
    width: 95%;
    font-weight: bold;
}

#dc-header-nav-cont ul {
    margin-top: 30px;
}

#dc-header-nav-cont li {
    display: inline;
    list-style: none;
    margin: 30px 10px;
    text-transform: uppercase;
    transition: all .5s;
}

#dc-header-nav-cont li:hover {
    border-bottom: 3px solid #54b86f;
    cursor: pointer;
    padding-bottom: 5px;
    transition: all .5s;
}

#dc-header-nav-cont a,
#dc-header-nav-cont a:hover {
    color: #000;
    text-decoration: none;
}

.current_page_item {
    border-bottom: 3px solid #54b86f;
    padding-bottom: 5px;
}

#dc-header-banner,
#dc-header-banner-home {
    height: 300px;
    position: relative;
    padding: 0px 0px 70px 0px;
}

#dc-header-banner:before {
    background: rgba(0, 0, 0, 0.3);
    content: " ";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#dc-header-banner-home:before {
    background: rgba(0, 0, 0, 0);
    content: " ";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#dc-header-banner-home .dc-banner-home-img-cont {
    display: flex;
}

#dc-header-banner-home .dc-banner-home-img {
    flex-grow: 1;
    height: 375px;
}

#dc-banner-content {
    margin-top: 25px;
    bottom: 0;
    color: #fff;
    height: 200px;
    left: 0;
    margin-bottom: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 600px;
    z-index: 3;
}

#dc-banner-content.home {
    bottom: 0;
    color: #fff;
    height: 240px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 750px;
    z-index: 3;
}

#dc-banner-title {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

#dc-banner-button-cont {
    color: #fff;
}

#dc-banner-button-cont a {
    color: #fff !important;
}

#dc-banner-button-cont li {
    background: #54b86f;
    border: 2px solid #54b86f;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: all .5s;
}

#dc-banner-button-cont li:hover {
    background: #4aa362;
    border: 2px solid #4aa362;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
}

#dc-banner-button-mobile {
    display: none;
}

#dc-home-sponsor-cont,
#dc-home-event-cont,
#dc-home-news-cont,
#dc-attend-event-cont,
#dc-left-column-cont,
#dc-right-column-cont {
    min-height: 100px;
    position: relative;
}

#dc-home-sponsor-cont {
    width: 100%;
}

.dc-grey-header {
    background: #999;
    height: 3px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 100%;
}

.dc-grey-header h2 {
    background: #999;
    border-radius: 100px;
    display: inline;
    margin: 10px;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    top: -9px;
}

.dc-grey-header h2:before {
    color: #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 22px;
    left: 0;
    position: absolute;
    right: 0;
    top: 17px;
}

.dc-green-header {
    background: #54b86f;
    height: 3px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 100%;
}

.dc-green-header h2 {
    background: #54b86f;
    border-radius: 100px;
    display: inline;
    margin: 10px;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    top: -9px;
}

.dc-green-header h2:before {
    color: #54b86f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 22px;
    left: 0;
    position: absolute;
    right: 0;
    top: 17px;
}

.dc-home-sponsor-tile-cont {
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.dc-home-sponsor-tile-cont li {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
    width: 150px;
}

.dc-home-sponsor-tile-cont li img {
    max-height: 150px;
    max-width: 150px;
}

.dc-partner-tile-cont {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.dc-partner-tile-cont li {
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
    width: 180px;
}

.dc-partner-tile-cont li img {
    max-height: 180px;
    max-width: 180px;
}

#dc-two-column-cont {
    margin: 20px 0 50px 0;
    text-align: center;
}

#dc-home-event-cont {
    margin: 30px 0 0 0;
    padding-top: 40px;
    width: 100%;
}

#dc-attend-event-cont {
    margin: 0 1%;
    padding-top: 45px;
    width: 98%;
}

.dc-event-date {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
}

.dc-event-header-detail {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.dc-event-tile-cont {
    text-align: center;
}

.dc-event-tile-cont li {
    color: #fff;
    display: inline-block;
    height: 200px;
    margin: 15px 1px;
    position: relative;
    /*transition: .5s all;*/
    width: 230px;
}

.dc-event-tile-cont li:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 5px 5px 3px #C7C7C7;
}

.dc-event-tile-cont li:before {
    background: rgba(0, 0, 0, 0.2);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.dc-event-tile-month {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
    top: 46px;
    width: 100%;
    z-index: 3;
}

.dc-event-tile-day {
    font-size: 55px;
    font-weight: bold;
    position: absolute;
    text-shadow: 2px 2px 4px #000000;
    top: 70px;
    width: 100%;
    z-index: 3;
}

.dc-event-tile-event-space {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    font-weight: bold;
    padding: 25px 0 50px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.dc-event-tile-city {
    background: #59bd76;
    background: linear-gradient(#008000 0%, #59bd76 100%);
    border-radius: 100px;
    bottom: -191px;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
}

#dc-home-event-cont,
#dc-home-news-cont {
    display: inline-block;
    vertical-align: top;
}

.dc-news-tile-cont ul,
.dc-event-tile-cont ul {
    margin-bottom: 35px;
}

#dc-home-news-cont {
    width: 100%;
}

.dc-news-tile-cont {
    padding-top: 54px;
    text-align: center;
}

.dc-news-tile-cont li {
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid #54b86f;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    list-style: none;
    margin: 10px 0;
    position: relative;
    text-align: left;
    width: 98%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.dc-news-tile-cont li:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 5px 5px 3px #C7C7C7;
}

.dc-news-tile-cont li:before {
    background: #54b86f;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    height: 40px;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 0;
    width: 40px;
}

.dc-news-tile-title {
    color: #777;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 35px 0 20px;
    text-transform: uppercase;
}

.dc-news-tile-author {
    color: #54b86f;
    font-size: 14px;
    margin-left: 20px;
}

.dc-news-tile-date {
    color: #999;
    font-size: 14px;
    margin: 0 0 20px 5px;
    padding-left: 15px;
}

.dc-news-tile-date-noborder {
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 20px 5px;
    padding-left: 15px;
}

.dc-news-tile-excerpt {
    color: #777;
    font-size: 14px;
    font-weight: 100;
}

.dc-news-tile-excerpt p {
    margin: 0 35px 5px 20px;
    padding-bottom: 20px;
}

.dc-button {
    display: inline-block;
}

.dc-button a {
    color: #fff;
    background: #54b86f;
    border: 3px solid #54b86f;
    border-radius: 100px;
    display: inline;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .5s;
}

.dc-button a:hover {
    background: #4aa362;
    border: 3px solid #4aa362;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
}

#dc-footer-cont {
    background: #555;
    min-height: 100px;
    text-align: center;
}

#dc-footer-cont a {
    font-weight: bold;
}

#dc-footer-cont>div {
    color: #fff;
    display: inline-block;
    line-height: 22px;
    margin: 30px 30px 10px 30px;
    text-align: left;
    vertical-align: top;
}

#dc-social-buttons-cont li {
    display: inline-block;
    height: 30px;
    margin: 0 3px 0 0;
    position: relative;
    top: 3px;
    width: 30px;
}

.dc-facebook:before {
    background: #54b86f;
    border-radius: 50%;
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    content: "\f39e";
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 30px;
}

.dc-twitter:before {
    background: #54b86f;
    border-radius: 50%;
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    content: "\f099";
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 30px;
}

.dc-linkedin:before {
    background: #54b86f;
    border-radius: 50%;
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    content: "\f0e1";
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 30px;
}

.dc-instagram:before {
    background: #54b86f;
    border-radius: 50%;
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    content: "\f16d";
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 30px;
}

.dc-youtube:before {
    background: #54b86f;
    border-radius: 50%;
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    content: "\f167";
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 30px;
}

#dc-footer-address {
    text-transform: uppercase;
}

#dc-footer-logo {
    text-align: center !important;
}

#dc-footer-logo img {
    width: 65px;
}

.dc-footer-copyright {
    color: #777;
    text-transform: uppercase;
}

#dc-two-column-subpage-cont {
    text-align: center;
}

#dc-two-column-subpage-cont a {
    font-weight: bold;
}

#dc-left-column-cont,
#dc-right-column-cont {
    display: inline-block;
    margin: 0 10px;
    text-align: left;
    vertical-align: top;
}

#dc-left-column-cont {
    width: 780px;
}

#dc-right-column-cont {
    margin: 30px 0 30px 20px;
    width: 350px;
}

.dc-content-cont {
    margin-top: 10px;
    padding-bottom: 5px;
    position: relative;
}

.dc-content-cont img {
    height: auto;
    max-width: 100%;
}

#dc-right-column-cont .dc-event-tile-cont {
    margin-top: 50px;
}

.dc-subpage-content {
    padding: 50px 0 0 0;
}

.dc-news-tile-brief {
    margin: 0px 80px 20px 20px;
}

#dc-left-column-cont .dc-news-tile-cont {
    margin-bottom: 50px;
    padding-top: 0;
}

.dc-attend-content {
    width: 98%;
}

.dc-news-full-story-author {
    border-bottom: 2px solid #54b86f;
    color: #54b86f;
    margin-top: -15px;
    padding-bottom: 10px;
}


/* EVENTS */

.dc-event-venue-cont {
    background: #e9e9e9;
    display: inline-block;
    margin: 15px 0px 15px 0px;
    padding: 25px;
    width: calc(100% - 50px);
}

.dc-event-venue-cont-mobile {
    background: #e9e9e9;
    display: none;
    margin: 15px 0px;
    padding: 25px;
    width: calc(100% - 50px);
}

.dc-event-venue {
    font-size: 22px;
}

.tc-event h1 {
    margin: 5px 0;
}

.tc-event #dc-banner-title {
    margin-top: 0;
}

.tc-event div {
    margin: 5px 0;
}

.dc-event-venue-cont div {
    line-height: 20px;
}

.dc-event-venue-cont .event-venue-name {
    font-weight: bold;
    text-transform: uppercase;
}

.dc-event-venue-cont .event-date-time {
    font-weight: bold;
}

.dc-home-sponsor-tile-cont.dc-event .dc-button {
    margin-top: 20px;
}

.keynote-ad-cont {
    margin: 0px 0 0px 5px; 
    padding: 0px 10px 0px 10px;
    width: calc(100% - 50px);
}

.keynote-ad-cont ul {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.keynote-ad-cont li {
    background: linear-gradient(#54b86f 60%, #fff 40%);
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    display: inline-block;
    height: 160px;
    list-style: none;
    margin: 5px;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 310px;
}

.keynote-ad-cont-mobile {
    margin: 40px 0 15px 5px;
    padding: 40px 10px;
    width: calc(100% - 50px);
    display: none;
}

.keynote-ad-cont-mobile ul {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.keynote-ad-cont-mobile li {
    background: linear-gradient(#54b86f 60%, #fff 40%);
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    display: inline-block;
    height: 160px;
    list-style: none;
    margin: 5px;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 310px;
}

.keynote-header {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.keynote-header-mobile {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.keynote-presenter-img {
    border: 3px solid #54b86f;
    border-radius: 100px;
    display: inline-block;
    height: 100px;
    left: -8px;
    margin: 10px 0;
    position: absolute;
    top: 26px;
    width: 100px;
}

.keynote-presenter-details {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
    padding-left: 0;
    vertical-align: top;
    width: 220px;
}

.keynote-presenter-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.keynote-presenter-title {}

.keynote-event-sponsor-logo-cont {
    background-size: contain !important;
    bottom: 10px;
    height: 50px;
    left: 106px;
    margin: 10px 0 0;
    position: absolute;
    width: 140px;
}

#dc-register-bar-cont {
    background: #54b86f;
    display: none;
    height: 100px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#dc-register-bar-cont li {
    margin-top: 22px;
}


/** OLD

.dc-event-sponsor-logo-cont {

	background-size:contain !important;

 height: 80px;

  width: 150px;

}

**/

.dc-event-sponsor-logo-cont {
    background-size: contain !important;
    bottom: 10px;
    height: 50px;
    left: 106px;
    margin: 10px 0 0;
    position: absolute;
    width: 140px;
}

.agenda-section-sponsor-logos ul {
    margin: 0;
    padding: 0;
    text-align: center;
}


/** OLD

.agenda-section-sponsor-logos li {

  display: inline-block;

  list-style: none;

	margin:15px 15px 10px 0;

	vertical-align: top;

}

**/

.agenda-section-sponsor-logos li {
    background: linear-gradient(#e2e2e2 60%, #fff 40%);
    border: solid 1px #e2e2e2;
    border-radius: 10px;
    display: inline-block;
    height: 160px;
    list-style: none;
    margin: 15px 5px;
    position: relative;
    padding: 10px 20px;
    text-align: left;
    vertical-align: top;
    width: 310px;
}

.agenda-section-sponsor-logos li img {
    max-height: 150px;
    max-width: 150px;
}


/** OLD

.dc-presenter-img {

	height:150px;

	margin:10px 0;

	width:150px;

}

**/

.dc-presenter-img {
    border: 3px solid #e2e2e2;
    border-radius: 100px;
    height: 100px;
    left: -8px;
    margin: 10px 0;
    position: absolute;
    top: 26px;
    width: 100px;
}

.dc-presenter-details {
    display: inline-block;
    margin: 0 10px;
    text-align: left;
    width: 200px;
}

.dc-presenter-name {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 2px 0;
}

#dc-banner-content.tc-event {
    width: 90%;
}

#dc-past-events-cont {
    margin: 0 10px;
}


/* REGISTRATION */

.dc-reg-cont {
    margin: 0px;
    padding-top: 20px;
}


/* NINJA CONTACT FORM */

.nf-form-cont {
    border-top: 3px solid #e2e2e2;
    margin-top: 30px;
    padding: 30px;
}

.nf-form-content input[type=button] {
    background: #54b86f !important;
    border: 3px solid #54b86f !important;
    border-radius: 100px;
    color: #fff !important;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .5s;
}

.nf-form-content input[type=button]:hover {
    background: #4aa362 !important;
    border: 3px solid #4aa362 !important;
    color: #fff !important;
    transition: all .5s;
}

.nf-form-content input:not([type=button]) {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #c4c4c4 !important;
}

.nf-form-fields-required {
    display: none;
}

.nf-form-content textarea {
    background: #f2f2f2 !important;
}


/* NINJA SUBSCRIBE FORM */

.dc-subscribe-cont {
    background: #555;
    color: #fff;
}

.dc-subscribe-cont .nf-form-content {
    max-width: 500px;
    margin: 0 auto;
}

.dc-subscribe-cont .ninja-forms-req-symbol,
.dc-subscribe-cont .nf-error .nf-error-msg,
.dc-subscribe-cont .nf-error-msg {
    color: #fff;
}

.dc-subscribe-cont .nf-error.field-wrap .nf-field-element:after {
    background: none;
}

.dc-subscribe-cont .nf-after-form-content {
    text-align: center;
}

.dc-subscribe-cont .nf-form-cont {
    border-top: none;
}


/* This ensures subscribe only appears on the home page. Refer to that page's template for the CSS for that */

#primary-menu li:last-child {
    display: none;
}


/* MOBILE NAVIGATION */

.dc-mobile-nav-open-btn {
    background: none;
    border: 3px solid #54b86f;
    border-radius: 50%;
    color: #54b86f;
    display: none;
    position: absolute;
    text-align: center;
    top: 34px;
    transition: all .5s;
    right: 34px;
    width: 40px;
}

.dc-mobile-nav-close-btn {
    background: #54b86f;
    border: 3px solid #54b86f;
    border-radius: 50%;
    color: #fff;
    display: none;
    position: absolute;
    text-align: center;
    top: 34px;
    right: 34px;
    width: 40px;
}

.dc-mobile-nav-open-btn:hover {
    background: #54b86f;
    color: #fff;
    cursor: pointer;
}

.dc-mobile-nav-close-btn:hover {
    cursor: pointer;
}

.dc-mobile-nav-open-btn:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
}

.dc-mobile-nav-close-btn:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
}

.dc-mobile-nav {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    right: -100%;
    top: 119px;
    transition: all .5s;
    width: 200px;
    z-index: 9999;
}

.dc-mobile-nav-open {
    right: 0;
    transition: all .5s;
}

.dc-mobile-nav li>a {
    color: #000;
    display: block;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.dc-mobile-nav li>a:hover {
    color: #fff;
    background: #54b86f;
}

.dc-mobile-nav .current_page_item {
    border-bottom: none;
}

.dc-hide-btn {
    display: none !important;
}

.dc-show-btn {
    display: block;
}


/* MAP */

#map,
#map_simple {
    border-radius: 5px;
    height: 270px;
}

.mapbox-logo {
    display: none;
}

.leaflet-top {
    top: 195px;
}

.leaflet-control-attribution {
    display: none;
}


/* CISO PANEL */

.dc-ciso-panel-cont ul {
    display: flex;
    flex-wrap: wrap;
}


/** OLD

.dc-ciso-panel-cont li {

	background: #e9e9e9;

	color: #000;

	flex:1;

	font-weight: 100;

	height:100%;

	line-height:20px;

	list-style: none !important;

	margin: 10px 5px;

	padding: 10px;

	vertical-align: top;

	width: 110px;

}

**/

.dc-ciso-panel-cont li {
    background: #e2e2e2;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    font-weight: 100;
    height: 100px;
    line-height: 20px;
    list-style: none !important;
    margin: 10px;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 310px;
}

.dc-ciso-panel-cont ul a {}


/** OLD

.dc-ciso-panel-headshot {

	height: 100px;

	margin-bottom:10px;

	width: 110px;

}

**/

.dc-ciso-panel-headshot {
    border: 3px solid #e2e2e2;
    border-radius: 100px;
    height: 100px;
    left: -7px;
    margin-bottom: 10px;
    position: absolute;
    width: 100px;
}

.dc-ciso-panel-details {
    margin: 5px 0 0 95px;
}

.dc-ciso-panel-name {
    font-weight: bold;
}

.dc-ciso-panel-title {
    font-style: italic;
}

.dc-ciso-panel-company {
    font-weight: bold;
}

.regFrame-mobile {
    display: none;
}

.sponsor-mobile {
    display: none;
}

.dc-search {
    width: 300px;
}


/* Start Corner Ribbon CSS */

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 2;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #59bd76;
    background: linear-gradient(#008000 0%, #59bd76 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

/* Start Corner Ribbon CSS - New Year */

.ribbon_newyear {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 2;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_newyear span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #114572;
    background: linear-gradient(#001780 0%, #114572 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon_newyear span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #005eaf;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #005eaf;
}

.ribbon_newyear span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #005eaf;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #005eaf;
}

/*End of Ribbon CSS*/

#dc-header-banner-home-mobile {
    display: none;
}

#dc-banner-event-img-mobile {
    display: none;
}


/*.dc-header-mobile-text-green {

    color: #FFF;

}*/


/* RESPONSIVE CSS */

@media only screen and (max-width: 1200px) {
    #dc-left-column-cont {
        width: 500px;
    }
}

@media only screen and (max-width: 1000px) {
    #dc-right-column-cont {
        display: none;
    }
    .keynote-ad-cont-mobile {
        display: inline;
    }
    .dc-event-venue-cont-mobile {
        display: inline-block;
    }
    .sponsor-mobile {
        display: inline;
    }
    .dc-mobile-nav-open-btn {
        display: block;
    }
    #dc-header-nav-cont {
        display: none;
    }
    .dc-search {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    #dc-left-column-cont,
    #dc-right-column-cont {
        width: 96%;
    }
    #dc-right-column-cont {
        margin: 30px 0;
    }
    #dc-home-event-cont,
    #dc-home-news-cont {
        display: block;
        margin: 30px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    #dc-banner-button-mobile {
        color: #fff;
    }
    #dc-banner-button-mobile a {
        color: #fff !important;
    }
    #dc-banner-button-mobile li {
        background: #54b86f;
        border: 2px solid #54b86f;
        border-radius: 100px;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        margin: 5px;
        padding: 15px 20px;
        text-transform: uppercase;
        transition: all .5s;
    }
    #dc-banner-button-mobile li:hover {
        background: #4aa362;
        border: 2px solid #4aa362;
        color: #fff;
        cursor: pointer;
        transition: all .5s;
    }
    #dc-banner-button-mobile {
        display: inline;
    }
    #dc-banner-content,
    #dc-banner-content.home {
        width: 500px
    }
    h1,
    #dc-banner-title {
        font-size: 30px;
        font-weight: bolder;
    }
    #dc-banner-event-img-mobile h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        /* font-weight: bold; */
        color: #fff;
    }
    #dc-banner-content.home #dc-banner-title {
        font-size: 28px;
    }
    #dc-left-column-cont {
        margin: 0;
    }
    #dc-home-event-cont {
        margin: 0;
    }
    .dc-event-tile-cont li {
        width: 47%;
    }
    #dc-header-banner-home {
        display: none;
    }
    #dc-two-column-subpage-cont {
        padding-top: 5px;
    }
    #dc-header-banner-home-mobile {
        display: block;
        text-align: center;
    }
    #dc-header-background-home-mobile {
        text-align: center;
        background-image: url('https://www.dataconnectors.com/images/mobile_home_header2.jpg');
        background-size: cover;
        background-color: transparent;
        padding: 25px 0px 25px 0px;
        display: block;
    }
    .dc-banner-header-home-mobile-container {
        position: relative;
        text-align: center;
    }
    .dc-content-cont {
        padding-top: 0px;
        margin-top: 0px;
    }
    #dc-banner-event-img-mobile {
        display: block;
        background-size: cover;
        padding: 15px;
        text-align: center;
    }
    .dc-header-banner-home-mobile-text {
        font-family: Agency-FB;
        font-size: 48px;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        /*font-weight: bold;*/
    }
    .dc-header-mobile-text-green {
        font-size: 60px;
        font-family: Agency-FB;
        color: #5BBD76;
        text-align: center;
        text-transform: uppercase;
        /*font-weight: bold;*/
    }
    .dc-header-mobile-text-na {
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-size: 32px;
        text-align: center;
        /*font-weight: bold;*/
    }
    #dc-banner-event-img-mobile h2 {
        font-family: Helvetica-Neue;
        font-size: large;
    }
    #dc-banner-content.tc-event {
        height: 200px;
    }
}

@media only screen and (max-width: 650px) {
    .dc-event-tile-cont li {
        width: 98%;
    }
    .dc-news-tile-date {
        border: none;
        display: block;
        margin-left: 20px;
        padding-left: 0;
    }
    .dc-news-tile-author {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 550px) {
    .dc-news-tile-cont li {
        margin: 5px 1%;
        width: 96%;
    }
    .dc-mobile-nav {
        /* height: 100%; */
        width: 100%;
    }
    .dc-mobile-nav-open-btn,
    .dc-mobile-nav-close-btn {
        top: 29px;
    }
    .dc-mobile-nav {
        top: 106px;
    }
    #dc-logo-cont img {
        width: 250px;
    }
    #dc-banner-content,
    #dc-banner-content.home {
        height: 270px;
        width: 350px;
    }
    #dc-banner-content.home #dc-banner-title h1 {
        font-size: 22px !important;
    }
    #dc-header-banner-home .dc-banner-home-img:nth-last-child(-n+2) {
        display: none;
    }
    .dc-button {
        display: block;
        margin-bottom: 30px;
    }
    .regFrame {
        display: none;
    }
    .regFrame-mobile {
        display: inline;
    }
}