@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,600,700,700i');

body{
    padding-top: 135px;
    font-family: 'Roboto', sans-serif;
}

b, strong {
	font-weight:bold;
}


.cancelled-header {
  background-image: url('//ggc-mauldin-images.s3.amazonaws.com/SIC2020/SIC2019_May14_0634-min.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.cancelled {
  background-color: rgba(255, 255, 255, 1);
    color: #000;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  border: 5px solid #d6a900;
}

  .cancelled h1 {
    font-weight: 800;
    color:#000;
    margin-bottom: 20px;
    font-style: normal;
     font-family: 'Roboto', sans-serif;
    position: relative;
}

  .cancelled h1::after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    border: 1px solid #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    transform: translateX(-50%);
}

  .cancelled p {
    font-size: 1.2em;
}

.header {
    background: #000000;
    padding-top: 20px;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    transition:all 200ms linear;
    z-index:9;
}

.header.fixed{
    padding-top: 0;
    box-shadow: 0 8px 19px -7px rgb(0, 0, 0);
}

.logo_cont{
    transition: all 200ms linear;
}

.header.fixed .logo_cont{
    height: 0;
    opacity: 0;
}

.fixedLogo{
    width: 0;
    opacity: 0;
    transition: all 200ms linear;
}

.header.fixed .fixedLogo{
    width: 150px;
    opacity: 1;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    transition: all 200ms linear;
}

.navbar-nav .active>.nav-link {
    color: #d6a900;
    /* font-weight: 500; */
}

.navbar-nav .nav-link:after {
    content: '|';
    color: #fff;
    padding-left: 20px;
    vertical-align: text-bottom;
}

.nav-item:last-of-type .nav-link:after {
    content: '';
}

.navbar-nav .nav-link:hover {
    color: #d6a900;
}

.navbar-nav .btn{
    margin-left: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-primary{
    background-color: #d6a900;
    border-radius: 0;
    color: #fff;
    border: 0;
    transition: all 200ms linear;
}

.btn-primary:hover {
    background-color: #fff;
    color: #d6a900;
}

.btn-primary:hover {
    background-color: #fff;
    color: #d6a900;
}

section{
    padding: 40px 0;
}

/*===================*/
.heroshot {
    /*background-image: url(https://ggc-mauldin-beta.s3.amazonaws.com/uploads/SIC2019_hero.jpg);*/
    color: #fff;
    border-radius: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-color: white;
    position: relative;
    margin-bottom: 35px;
    margin-top: -90px;
}

.heroshot .carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.heroshot .carousel-caption {
    top: 30%;
}

.heroshot:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.heroshot h1 {
    font-size: 36px;
    font-family: "Times New Roman";
    font-weight: 700;
    font-style: italic;
}

.heroshot a.btn-primary {
    font-family: 'Roboto', sans-serif;
    background-color: #d6a900;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #d6a900;
    border-radius: 0;
    font-size:32px;
    font-weight: 700;
		vertical-align: top;
}

.heroshot a.btn-primary:hover {
    background-color: #fff;
    color: #d6a900;
}

.heroshot hr {
    border-top: 1px solid #fff;
    width: 68%;
    float: left;
}

.heroshot .priceCont {
    /* display: inline-block; */
    /* position: relative; */
}


.heroshot .oldPrice {
    /* font-family: "Times New Roman"; 
    display: inline-block;
    margin-left: 20px;*/
    font-size: 24px;
    /* position: relative; */
    /* bottom: 66px; */
    vertical-align: middle;
		font-weight:300;
    text-decoration: line-through;
		/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
}

.heroshot .newPrice {
    /* font-family: sans-serif; 
    display: inline-block;*/
    margin-left: 20px;
    font-weight: 300;
    font-size: 40px;
    vertical-align: middle;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.heroshot .newPrice strong {
     text-transform: uppercase;
     font-weight: 700;
 }

.locCont h1 {
    background-color: rgba(240, 240, 240, 0.8);
    color: #000;
    padding: 5px;
    font-weight: 300;
    margin-bottom: 20px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.locCont strong {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.mainContent h1 {
    font-size: 44px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
  position: relative;
}

.mainContent h1.underline:after {
  content:' ';
  position: absolute;
  top:100%;
  left:50% ;
  width: 200px;
  border:1px solid #d6a900;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  transform:translateX(-50%);
}

.mainContent p {
    font-size: 24px;
    line-height: 32px;
  font-weight: 300;
}

.mainContent p.lead {
    font-size: 26px;
}

.mainContent .bookBtn {
    border: 2px solid #d6a900;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff;
    margin-top: 30px;
}
.mainContent .counterCont i {
    font-size: 36px;
    margin: 10px 0;
    color: #d6a900;
}
.mainContent .video-responsive iframe {
    border: 6px solid #333;
    margin-left: 110px;
}


.counterCont .col-md-4 {
    text-align: center;
}

.counterCont .col-md-4 h1 {
    font-weight: 600;
    margin: 0;
    font-size: 40px;
}

.counterCont .col-md-4 h3 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.scheduleCont ul {
    border-left: 2px solid #d6a900;
    padding-left: 20px;
    display: inline-block;
}

.scheduleCont ul li {
    list-style: none;
    line-height: 35px;
    font-size: 24px;
    text-align: left;
}

.scheduleCont ul li:nth-child(odd) {
    font-weight: 500;
}

.scheduleCont ul li:nth-child(even) {
    text-indent: 20px;
    margin-bottom: 15px;
}

.scheduleCont h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color:#212529;
    display: inline-block;
}
.scheduleCont a {
    color:#212529;
    display: block;
}

.speakermodal {
	font-size: 20px;
	font-weight: 300;
	line-height: 140%;
}

.speakermodal h3 {
	font-size: 3rem !important;
	font-weight: 900;
	text-transform: uppercase;
}

.speakermodal h6 {
	font-size: 1.5rem;
	font-weight: 300;
	margin-left: 0px;
	text-transform: uppercase;
}


.speakermodal .btn-danger {
	background-color:#d6a900;
	border:none;
	border-radius:0;
	color:#fff;
	padding:15px 25px;
	
}

.agenda-modal h3 {
    font-size: 24px;
    background-color: rgba(214, 169, 0, 0.53);
    color: #212529;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.agenda-modal h6 {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.scheduleCont .panel-title a {
    color:#212529;
}
.scheduleCont .panel-default {
    text-align: center;
}
.scheduleCont h4.panel-title {
    display: inline-block;
}
.scheduleCont  .panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f0d7";
    padding-right: 5px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 36px;
}
.scheduleCont .panel-title > a.collapsed:before {
    float: left !important;
    content:"\f0da";
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 36px;
}

.creditCont {
    background-color: #fff;
    padding: 20px;
    margin: 2em auto;
		border-left:3px solid #D7A900;
}

.creditCont h1 {
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    font-size: 32px;
}

.creditCont p {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}

.main_imgCont {
    position: relative;
    /*margin: 0 230px;*/
    margin: 0 60px;
}

.main_imgCont h1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #f0f0f0;
    color: #000;
    font-weight: 300;
    font-size: 46px;
    padding: 10px;
    line-height: 46px;
    text-align: left;
}

.main_imgCont strong {
    font-weight: 700;
}
.main_imgCont img {
    /*max-height: 430px;*/
}
.speakerCont .author-info  {
    margin: 0;
    padding-bottom: 20px;
    /* border: 1px solid #dbdbdb; 
    min-height: 454px; */
}


.speakerCont .author-info img.rounded-circle:hover, .non-feature-speaker .author-info img.rounded-circle:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.speakerCont .feat_speakers p {
  font-size: 19px;
  line-height: 1.4em;
  margin-bottom: 1.5em;  
}
.non-feature-speaker .author-info  {
    padding-bottom: 20px;
    /* border: 1px solid #dbdbdb;
    min-height: 446px;*/
}
.speakerCont h5, .non-feature-speaker h5 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.speakerCont h6, .non-feature-speaker h6 {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
    text-transform: uppercase;
}

.speakerCont p, .non-feature-speaker p {
    font-size: 24px;
    line-height: 32px;
    /*margin: 0;*/
		font-weight:300;
}
.speakerCont a, .non-feature-speaker a {
    display: block;
    /* border-bottom: 10px solid #d6a900; */
}
.speakerCont .legendSpeaker a {
    display: block;
    border-bottom: 0;
	padding: 0 26px;
}
.speakerCont .legendSpeaker img.img-fluid {
	width: 100%;
}
a.moreSpeakerBtn {
    background-color: #d6a900;
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
}
.legendSpeaker h6 sup {
    text-transform: lowercase;
}
.modal.fade .modal-body {
  /*  max-height:400px;
    overflow-y: auto; */
}

.second_imgCont {
    position: relative;
    /*margin: 0 230px;*/
    margin: 0 60px;
}

#sponsors img{
    width: 100%;
    margin-bottom: 30px;
}
#sponsors em {
    font-size: 22px;
}
#sponsors .btn{
    margin-top: 0;
    padding: 6px 30px;
}

.second_imgCont h1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #f0f0f0;
    color: #000;
    font-size: 46px;
    font-weight: 300;
    padding: 10px;
    line-height: 46px;
    text-align: left;
}

.second_imgCont strong {
    font-weight: 700;
}

#cta-container button.cta-Btn {
    border: 2px solid #d6a900;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff;
    margin-top: 30px;
    padding: 10px 54px;
    height: 110px;
}
#cta-container button.cta-Btn:hover {
    border: 2px solid #000;
    background-color: #d6a900;
    color: #fff;
}


.registerSectn {
    background-color: #e6e3df;
    padding: 20px;
    margin-bottom: 30px;
}

.registerSectn p {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.registerSectn p.oldPrice strong {
    text-decoration: line-through;
}

.registerSectn .form-inline {
    padding-left: 0px;
}

.registerSectn .form-inline button {
    background-color: #d6a900;
    border-radius: 0;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.registerSectn .form-inline button:hover {
    background-color: #fff;
    color: #000;
}

#align-content {
    height: 100%;
    min-height: 230px;
}
/*==== faq =====*/

#faq {
	background-color:#e6e3df;
}

#faq .lead {
    font-weight: 400;
}

.faq-list .panel-default {
    margin: 20px 0;
}
.faq-list h4, .faq-list a {
    font-size: 20px;
    color: #333;
		line-height:130%;
}
.faq-list .panel-body a {
    text-decoration: underline;
}
.faq-list .panel-body a:hover {
    text-decoration: none;
}
.faq-list .panel-title {
	position:relative
}
.faq-list .panel-title > a:before {
    font-family: FontAwesome;
    content:"\f0d7";
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 20px;
		position:absolute;
		left:-20px;
}
.faq-list .panel-title > a.collapsed:before {
    content:"\f0da";
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 20px;
		position:absolute;
		left:-20px;
}
.faq-list .panel-title > a:hover,
.faq-list .panel-title > a:active,
.faq-list .panel-title > a:focus  {
    text-decoration:none;
}
.faq-list  .panel-body {
    padding: 10px;
		margin-left:20px;
		line-height:130%;
		border-left:3px solid #d6a900;
}

.faq-list  .panel-body a {
    font-size:16px;
}

.faq-list ul {
    list-style: none;
}

.faq-list ul li a,
.registerSectn ul li {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    line-height: 32px;
}
.registerSectn small {
    font-style: italic;
}
.faq-list ul li a:hover {
    color: #d6a900;
}

.faq-list ul li i {
    font-size: 21px;
    margin-right: 10px;
}
/*=====end faq=====*/
.footer {
    background-color: #000000;
    color: #fff;
    padding: 50px 20px;
}

.footer ul li {
    display: inline-block;
    padding: 5px 10px;
}

.footer ul li:after {
    content: '|';
    color: #fff;
    padding-left: 18px;
}

.footer ul li:last-child:after {
    content: '';
}

.footer .footer-logo {
    text-align: center;
}
.modal .modal-body h3 {
    font-size: 22px;
}
.modal .modal-body p {
   /* font-size: 12px; */
}


#included {
  margin-top: 0;
  background-color: #f5f5f5;
}

#included .btn-lg {
  font-size: 1.3em;
}

/* Privacy Policy Modal */
.privacy-modal section {
	padding:0;
}

.privacy-modal h2 {
	font-size: 1.3em;
}

.privacy-modal h3 {
	font-size: 1.1em;
}

.privacy-modal section.single-letter-headlines h3 {
	float: left;
	margin-right: 0.5em;
	font-size: 0.9em;
	margin-bottom:0;
	font-weight:bold;
}

.privacy-modal li {
	font-size:12px;
}

/*=========================
	Responsive css code
=========================*/
@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .heroshot {
        padding: 0;
    }

    .heroshot h1 {
        font-size: 24px;
    }

    .heroshot a.btn-primary {



        position: relative;
    }
    .mainContent .video-responsive iframe {
        margin-left: 0;
    }

    .heroshot .oldPrice {
        position: absolute;
    }

    .main_imgCont,
    .second_imgCont {
        margin: 0;
    }

    .main_imgCont h1,
    .second_imgCont h1 {
        position: inherit;
        left: 0;
        right: 0;
        font-size: 25px;
    }

    .main_imgCont strong,
    .second_imgCont strong {
        font-size: 1.6rem;
    }

    .navbar-nav .nav-link {
        padding: 0 5px;
    }

    .mainContent p {
        font-size: 18px;
        line-height: 32px;
    }

    .scheduleCont ul li {
        font-size: 18px;
    }

    .scheduleCont h1 {
        font-size: 24px;
    }

    .creditCont h1 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 92px;
    }
    section{
        padding:30px 0;
    }
    .navbar-toggler {
        border: 1px solid #fff;
        position: absolute;
        right: 30px;
    }

    .navbar-nav .nav-link:after {
        content: '';
    }

    .navbar-nav .nav-link {
        padding: 10px 5px;
        /* text-align: center; */
        border-bottom: solid 1px;
    }

    .navbar-nav .nav-item:last-of-type .nav-link{
        border:none;
    }

    .navbar-nav .btn{
        margin:0;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .heroshot {
        text-align: center;
    }

    .heroshot .oldPrice {
        display: block;
        position: relative;
        bottom: 0;
        margin: 0;
    }

    .heroshot .newPrice {
        display: block;
        margin: 0;
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.3;
    }

    .heroshot a.btn-primary {
        position: relative;
        /* top: 0px; */
        margin-bottom: 10px;
    }

    .heroshot hr {
        width: 100%;
    }

    .mainContent h2 {
        font-size: 24px;
        text-align: center;
    }

    .mainContent .video-responsive iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    .mainContent .video-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .mainContent .mobile-responsive::before {
        padding-top: 56.25%;
    }
    .mainContent .mobile-responsive::before {
        display: block;
        content: "";
    }


    .counterCont .col-md-4 {
        margin: 10px 0;
    }

    .counterCont .col-md-4 h1 {
        font-size: 2rem;
    }

    .scheduleCont h1 {
        text-align: center;
        margin: 10px 0;
    }

    .scheduleCont ul {
        border-left: 0;
        text-align: center;
    }

    .registerSectn .oldPrice, .registerSectn .newPrice, .registerSectn small {
        text-align: center;
        display: block;
    }

    .registerSectn .form-inline button {
        margin: 0 auto;
    }

    .footer .footer-logo {
        padding: 20px 0;
    }

    .footer ul li {
        display: block;
        text-align: center;
    }

    .footer ul li:after {
        content: '';
    }
}


@media (max-width: 576px) {
  .speakerCont .author-info img.rounded-circle, .non-feature-speaker .author-info img.rounded-circle {
    width:100%;
  }
}

/* MD and wider */
@media (min-width: 768px) {}

/* LG and wider */
@media (min-width: 992px) {}

/* XL and wider */
@media (min-width: 1200px) {}


/* Orderform  */

div.included {
    /* background-color: #e6e3df; */
    padding: 20px;
    margin-bottom: 0 auto 30px;
		max-width:1170px;
}











/* 2018  */



@charset "utf-8";
/* CSS Document */
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    padding-top: 83px;
}
.container-fluid {
    max-width: 1400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.btn-register {
    color: #ffffff;
    background-color: #D7A900;
    border-radius: 0;
    border: none;
    /* max-width: 200px; */
    width: 100%;
    padding: 15px 17px;
    font-size: 20px;
    font-weight: 900;
}
.btn-register:hover {
    color: #ffffff;
}
.navbar.navbar-default {
    background-color: #231F20;
    border: none;
}
.navbar.navbar-default img {
    margin: 0 auto;
}
.navbar.navbar-default .navbar-header {
    float: none;
    text-align: center;
    padding: 20px 0 10px;
    width: 100%;
}
.navbar.navbar-default .navbar-brand {
    float: none;
    display: inline-block;
    height: auto;
    padding: 12px 15px;
}
.navbar.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}
.navbar.navbar-default .navbar-nav > li > a:hover {
    color: #D7A900;
}
.top-cover {
    width: 100%;
    background: #000000 url("//d1v8wrjcw5hdn6.cloudfront.net/SIC2018/lp-freelance/top-cover.jpg") center center no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.top-cover .bg-video video {
    position: absolute;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    top: 0;
}
.top-cover .left-bl .slogan {
    color: #ffffff;
    font-family: "Georgia";
    font-size: 44px;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: italic
}
.top-cover .left-bl .register {
    color: #ffffff;
    margin: 25px 28px 0 20px;
    padding-top: 38px;
}
.top-cover .left-bl .register:before {
    content: " ";
    display: block;
    width: 100%;
    border: 1px solid #ffffff;
    position: relative;
    left: 0;
    top: -38px;
}

@media screen and (min-width: 767px) {
    .top-cover .left-bl .register:before {
        width: 65%;
    }
}
.top-cover .left-bl .register > div {
    float: left;
    margin-right: 37px;
}
.top-cover .left-bl .register .old-price {
    margin-right: 60px;
    text-decoration: line-through;
}
.top-cover .left-bl .register .old-price, .top-cover .left-bl .register .current-price {
    font-size: 26px;
    margin-top: 14px;
    font-weight: 300;
}
.top-cover .left-bl .register .current-price span {
    font-weight: 900;
}
.top-cover .left-bl .register .current-price p {
    margin-bottom: 0;
}
.top-cover .right-bl {
    float: right;
}
.top-cover .right-bl h1, .top-cover .right-bl .h2, .top-cover .right-bl .h3 {
    padding: 10px 20px;
    font-size: 35px;
    background-color: rgba(255, 255, 255, 0.76);
    margin-top: 0;
    margin-bottom: 50px;
}
.top-cover .right-bl h1 {
    font-weight: 900;
    margin-right: 70px;
}
.top-cover .right-bl h1 span {
    font-weight: 100;
    padding-left: 15px;
}
.top-cover .right-bl .h2 {
    display: inline-block;
    padding-right: 50px;
}
.top-cover .right-bl .h2, .top-cover .right-bl .h3 {
    font-weight: 100;
    text-transform: uppercase;
}
.top-cover .right-bl .h3 {
    margin-right: 10px;
    margin-bottom: 0;
}
.top-cover .right-bl .h3 span {
    display: block;
    font-weight: 900;
}
.link-down {
    margin-bottom: 20px;
}
.wrap-info {
    width: 100%;
    overflow: hidden;
}
.info {
    background-color: #E6E4E0;
    padding: 40px 80px 45px 45px;
    margin: 20px 0 40px;
    position: relative;
}
.info:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -75px;
    background-color: #D7A900;
    width: 75px;
}
.info:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: -3000px;
    width: 3000px;
    background-color: #E6E4E0;
}
.info h2 {
    font-weight: 900;
    font-size: 35px;
    margin-top: 0;
    letter-spacing: -0.025em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.info p {
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 30px;
}
.info p:last-of-type {
    margin-bottom: 0;
}
.info a {
    color: #000000;
}
.info.about-sic {
    padding-right: 190px;
}
.duration {
    margin-bottom: 35px;
}
.duration > div {
    text-align: center;
}
.duration > div span {
    font-size: 35px;
    font-weight: 300;
}
.duration .h1 {
    font-size: calc(46px + (60 - 46) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
}
.dots {
    font-size: 4px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.dots .fa {
    padding: 0 4px;
}

/* ABOUT  */

#about {
    background-color: #fff;
    position: relative;
		padding-top:20px;
}


#about h2 {
    font-weight: 900;
    font-size: 35px;
    margin-top: 0;
    letter-spacing: -0.025em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#about p {
    margin-bottom: 30px;
}
#about p:last-of-type {
    margin-bottom: 0;
}
#about a {
    color: #000000;
}

#about .focus {
	background-color: #e6e3df;
	padding: 1px 30px 30px;
	margin-bottom:30px;
}

#about .focus h2 {
    font-weight: 900;
    font-size: 30px;
    margin-top: 0;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
		text-align:center;
    text-transform: uppercase;
}

#about .focus p{
	font-size:22px;
}

/* ABOUT FIGURES  */

#figures {
  background-color:#e6e3df;
}
/* Speakers */

.speakers {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 0;
    margin-top: 30px;
}
.speakers .thumbnail {
    margin: 0 15px;
    margin-bottom: 25px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.speakers .thumbnail .caption {
    min-height: 177px;
}
.speakers .thumbnail .thumbnail-img {
    border-radius: 1000px;
    overflow: hidden;
    background-color: #CED0D1;
    max-width: 400px;
    margin: 0 auto;
}
.speakers .thumbnail .thumbnail-img a:focus {
    outline: none;
}
.speakers .thumbnail .thumbnail-img img {
    width: 100%;
}
.speakers .thumbnail .thumbnail-img .no-img {
    display: inline-block;
    width: 100%;
}
.speakers .thumbnail .thumbnail-img .no-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.speakers .thumbnail h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
}
.speakers .thumbnail p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
body .modal-backdrop {
    background-color: transparent;
}
.speaker-modal .modal-dialog {
    width: 1200px;
		max-width:100%;
}

@media screen and (max-width: 1400px) {
    .speaker-modal .modal-dialog {
        width: 100%;
        margin: 0 auto;
    }
}
.speaker-modal .modal-content {
    position: relative;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.speaker-modal .modal-content .share {
    position: absolute;
    bottom: 45px;
}
.speaker-modal .modal-content .share a {
    display: inline-block;
    margin-right: 35px;
}
.speaker-modal .modal-content .share .fa {
    color: #58595B;
}
.speaker-modal .modal-body {
    padding: 0;
}
.speaker-modal .speaker-photo {
    text-align: center;
}
.speaker-modal img {
    max-width: 100%;
}
.speaker-modal .close {
    position: absolute;
    z-index: 100;
    right: 35px;
    top: 20px;
    font-size: 27px;
    color: #58595B;
    opacity: 1;
    font-weight: 300;
}
.speaker-modal .speaker-about {
    padding: 45px;
}
.speaker-modal .name {
    font-size: calc(36px + (46 - 36) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    text-transform: uppercase;
}
.speaker-modal .position {
    font-size: calc(22px + (26 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
    margin-left: 10px;
    text-transform: uppercase;
}
.speaker-modal .description {
    margin: 25px 0;
    font-size: 19px;
    line-height: 2em;
    font-weight: 300;
    color: #58595B;
}
.speaker-modal .description li{
   padding-bottom:1.2em
}
.speaker-modal .description li:last-child{
   padding-bottom:0em
}
@media screen and (max-width: 991px) {
    .speaker-modal img {
        max-height: 60vh;
    }
}

@media screen and (min-width: 992px) {
    .speaker-modal .modal-body {
        height: 700px;
    }
    .speaker-modal .speaker-photo {
        float: left;
    }
    .speaker-modal .speaker-photo img {
        height: 700px;
        width: auto;
    }
    .speaker-modal .speaker-about {
        height: 700px;
        overflow: hidden;
    }
    .speaker-modal .speaker-about .description {
        max-height: 465px;
        overflow-y: auto;
    }
}
.included {
    max-width: 1192px;
    width: 95%;
    margin: 0 auto 70px;
}
.included h4 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin-top: 30px;
    margin-bottom: 35px;
}
.included .inner {
    background-color: #E6E4E0;
    padding: 30px 40px;
}
.included .inner ul {
    border-left: 1px solid #231F20;
    padding: 15px 15px 15px 60px;
    margin-bottom: 0;
}
.included .inner ul li {
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
    letter-spacing: -0.025em;
    margin-bottom: 13px;
}
.included .register .old-price {
    text-decoration: line-through;
    margin-bottom: 30px;
}
.included .register .old-price, .included .register .current-price {
    color: #231F20;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.065em;
}
.included .register .current-price {
    margin-bottom: 25px;
}
.included .register .current-price span {
    font-weight: bold;
}
.included .register .current-price p {
    margin-bottom: 0;
}
.included .register .btn-register {
    margin-bottom: 0;
}
.updates {
    max-width: 770px;
    width: 95%;
    margin: 35px auto 0;
}
.updates p {
    color: #231F20;
    font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.35em;
}
.sign-up {
    max-width: 1120px;
    width: 95%;
    margin: 30px auto 70px;
}
.sign-up .input-group {
    border-radius: 0;
    width: 100%;
}
.sign-up .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #E6E4E0;
    height: 80px;
    border-radius: 0;
    font-size: 25px;
    font-weight: 300;
    padding: 17px 35px;
}
.sign-up .input-group-btn {
    width: 30%;
}
.sign-up .btn-sign-up {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    background-color: #231F20;
    padding: 16.5px 12px;
    border-radius: 0;
    width: 100%;
}

#agenda {
  padding: 0;  
}




.c-education {
    font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
    line-height: 1.35;
    margin: 20px 0;
}
.featured-speakers {
    margin: 40px auto 0;
}
.featured-speakers .row {
    margin-left: 0;
    margin-right: 0;
    background-color: #E6E4E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.featured-speakers .col-sm-4 {
    padding: 0;
}
.featured-speakers .col-sm-8 {
    padding: 20px 45px;
}
.featured-speakers .fs-image img {
    height: auto;
}
.featured-speakers .fs-caption {
    padding: 25px 25px;
    overflow: hidden;
}
.featured-speakers .fs-caption .fs-position {
    text-transform: uppercase;
    font-size: calc(20px + (44 - 20) * ((100vw - 300px) / (1920 - 300)));
}
.featured-speakers .fs-caption .fs-name {
    font-weight: 900;
    font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1920 - 300)));
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}
.featured-speakers .fs-caption .fs-name:after {
    content: " ";
    display: block;
    width: 100%;
    height: 30px;
    background-color: #D7A900;
    left: 0;
    right: 0;
}
.featured-speakers .first-speaker .fs-caption,  .featured-speakers .third-speaker .fs-caption {
    padding-left: 50px;
}
.featured-speakers .first-speaker .fs-name:after,  .featured-speakers .third-speaker .fs-name:after {
    margin-top: -35px;
    margin-left: 45px;
}
.featured-speakers .second-speaker {
    text-align: right;
}
.featured-speakers .second-speaker .fs-caption {
    padding-right: 50px;
}
.featured-speakers .second-speaker .fs-name:after {
    margin-top: -35px;
    margin-left: -45px;
}
.featured-speakers .third-speaker .fs-caption {
    line-height: 1.155;
}
footer {
    background-color: #231F20;
    color: #ffffff;
    padding: 40px 0;
}
footer p {
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
    text-align: right;
}
footer .del {
    display: inline-block;
    padding: 0 20px;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: #ffffff;
}

.oversy{
    overflow-y: scroll !important;
}


@media screen and (min-width: 1401px) {
    .top-cover .left-bl {
        padding-left: 0;
    }
    .top-cover .left-bl .slogan {
        max-width: 600px;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .included .inner ul {
        margin-left: 40px;
    }
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 120px;
    }
		
		.navbar-nav {
			margin-top:10px;
		}

    .navbar.navbar-default .navbar-nav {
        float: none;
        text-align: center;


    }
    .navbar.navbar-default .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar.navbar-default .navbar-nav > li > a {
        border-right: 2px solid #ffffff;
        padding: 0 15px;
    }
    .navbar.navbar-default .navbar-nav > li:last-of-type > a {
        border-right: none;
    }
    .navbar.navbar-default .btn-register-wrap {
        margin-top: -40px;
        text-align: right;
    }
		
		.navbar-expand-md .navbar-nav .nav-link {
    	padding-right: .2rem;
    	padding-left: .2rem;
		}
		.navbar-nav .nav-link:after {
    	padding-left: 10px;
		}

}

@media screen and (max-width: 1500px) {
    .top-cover {
        margin-bottom: 30px;
    }
    .info {
        margin: 20px 0 30px;
    }
    .dots {
        padding: 0;
    }
    .speakers .thumbnail {
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 1199px) {
    .top-cover {
        margin-bottom: 30px;
    }
    .top-cover .left-bl .slogan {
        font-size: 32px;
    }
    .top-cover .right-bl h1, .top-cover .right-bl .h2, .top-cover .right-bl .h3 {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .top-cover .right-bl .h3 {
        margin-bottom: 0;
    }
    .info {
        padding: 25px 30px 30px 30px;
    }
    .info h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .info p {
        font-size: 18px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    footer p {
        font-size: 19px;
    }
    .speaker-modal .description {
        margin-top: 25px;
    }
    .speaker-modal .speaker-about {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 991px) {
    .navbar.navbar-default .navbar-nav {
        text-align: left;
    }
    .info h2 {
        font-size: 25px;
    }
    .info,  .info.about-sic {
        padding-right: 35px;
    }
    .speakers {
        margin-bottom: 0;
    }
    .included h4 {
        font-size: 34px;
        margin-bottom: 35px;
    }
    .included .inner {
        padding: 30px;
    }
    .included .inner ul {
        padding-left: 30px;
    }
    .top-cover {
        padding: 40px 0;
    }
    .top-cover .right-bl {
        float: none;
        margin-bottom: 35px;
    }
    .sign-up .btn-sign-up {
        font-size: 20px;
    }
    .sign-up .form-control {
        height: 63px;
        font-size: 20px;
    }
   
}

@media screen and (max-width: 767px) {
    .included {
        margin-bottom: 40px;
    }
    .included .inner ul {
        margin-top: 30px;
    }
    .included .inner li:last-of-type {
        margin-bottom: 0;
    }
    footer p {
        text-align: left;
    }
    .speakers .thumbnail {
        margin: 0 0 5px 0;
    }
    .speakers .thumbnail .caption {
        min-height: 158px;
        padding: 0;
    }
    .sign-up {
        width: 90%;
    }
    .featured-speakers .first-speaker .fs-caption,  .featured-speakers .third-speaker .fs-caption {
        padding-left: 30px;
    }
    .featured-speakers .first-speaker .fs-name:after,  .featured-speakers .third-speaker .fs-name:after {
        margin-top: -15px;
    }
    .featured-speakers .second-speaker .fs-caption {
        padding-right: 30px;
    }
    .featured-speakers .second-speaker .fs-name:after {
        margin-top: -15px;
    }
    .featured-speakers .col-sm-4,  .featured-speakers .col-sm-8 {
        width: 100%;
    }
    .featured-speakers .row {
    flex-wrap: wrap;
    }
    .featured-speakers .second-speaker {
    text-align: left;
}

#about .focus h2 {
    margin-top: 1em;
		}
}

@media screen and (max-width: 575px) {
    .top-cover .left-bl .slogan {
        font-size: 28px;
    }
    .top-cover .right-bl h1 {
        margin-right: 30px;
    }
    .top-cover .right-bl h1, .top-cover .right-bl .h2, .top-cover .right-bl .h3 {
        font-size: 28px;
    }
    .info,  .info.about-sic {
        padding: 20px;
    }
    .speakers {
        padding-left: 5px;
        padding-right: 5px;
    }
    .speakers .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .speakers .thumbnail {
        margin: 0 0 5px;
    }
    .speakers .thumbnail p {
        font-size: 14px;
    }
    .speakers .thumbnail h3 {
        margin: 10px 0;
    }
    .speaker-modal .close {
        right: 15px;
        top: 10px;
    }
    .included .register .old-price,  .included .register .current-price {
        font-size: 26px;
    }
    
		
		
}

@media screen and (max-width: 1074px) {
    .top-cover .bg-video video {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .top-cover .right-bl h1, .top-cover .right-bl .h3 {
        margin-right: 0;
    }
}





/* JAN Styles---*/

.v-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.top-cover .left-bl .register .old-price.mld {
    margin-right: 30px;
    text-decoration: line-through;
}
.included .register .old-price.mld, .included .register .current-price.mld {
    font-size: 26px;
}

#venue p {
	font-weight:300;
}

.info.venue {
    width: 60%
}
.container-fluid.venue {
    position: relative
}
.container-fluid.venue:after {
    width: 39%;
    z-index: 1;
    position: absolute;
    height: 100%;
    background-position: center center;
    right: 0;
    top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('//d1v8wrjcw5hdn6.cloudfront.net/SIC2018/manchester-grand-hyatt-san-diego_spa.jpg');
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    display: block;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
}

@media screen and (max-width: 767px) {
    .info.venue {
        width: 100%
    }
    .container-fluid.venue:after {
        width: 0%;
    }
    .v-align{display:block}
}

/*Sponsors*/
.sponsors-logos{
    text-align: center;
}
.sponsors-logos a:focus{
    outline: none;
}
.sponsors-logos img{
    max-width: 100%;
    margin: 20px 0 ;
}
.btn-sponsor{
    display: inline-block;
    border: 2px solid #D7A900;
    color: #000000;
    border-radius: 0;
    margin: 30px auto;
    padding: 5px 55px;
    font-size: 25px;
    line-height: 1.2em;
}
.btn-sponsor span{
    font-size: 30px;
}
.agenda-tabs-wrap .desc{
    font-size: 19px;
    font-weight: 300;
}
.featured-speakers .fs-header{
    text-transform: uppercase;
    font-style: italic;
    color: #D7A900;
    font-size: calc(28px + (35 - 28) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    margin-top: 5px;
}
.featured-speakers .fs-title{
    font-size: calc(35px + (60 - 35) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    line-height: 1.05;
    margin: 15px 0 20px;
}
.featured-speakers .fs-orators{
    font-style: italic;
   /* font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1920 - 300))); */
	 font-size:24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.featured-speakers .fs-orators a {
  color:#000;  
}
.featured-speakers .fs-desc{

    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
    line-height: 1.35;
}
.featured-speakers .fs-desc a{
    color: #000000;
}
.featured-speakers .fs-image{
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .sponsor-modal .speaker-about .description{
        max-height: 500px;
        overflow-y: auto;
    }
}
@media screen and (max-width: 991px) {
    .sponsors-logos img{
        height: 80px;
    }
    .speaker-modal .modal-content .share{
        bottom: 15px;
    }
    .featured-speakers .col-sm-8 {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 767px) {
    .featured-speakers .fs-image img{
        width: 100%;
    }
}
.btn-pdf {
    color: #ffffff !important;
    background-color: #D7A900;
    border-radius: 0;
    border: none;
    padding: 15px 22px;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 900;display:inline-block
}
@media screen and (max-width: 767px) {
 .btn-pdf{margin-top:10px}
}
select[multiple].input-lg {
	height: auto
}
#dietary_restrictions {
	margin-top: 8px;
	position: relative;
    padding-top: 24px;
}
#dietary_restrictions input[type="checkbox"] + span.radio-wrapper:before {
	margin-left: 0;
}
span[id^='account_10'] {
	position: absolute;
	top: 0;
	color: #a94442;
}
}
