/* ========================= Surge 2016 CSS ========================= */

/*

Contents (in order of appearance):

    -Main Styles
    -Buttons
    -Navbar
    -Header
    -Section Specific - see <section> and <aside> in HTML
    -Schedule - called timeline
    -Speakers - not used currently, please do not omit
    -Additional Selectors - random selectors outside Media Queries- use caution when editing
    -Footer
    -Media Queries

*/


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







/* ========================= Main Styles ========================= */

body {
    overflow-x: hidden;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    color: #13293D;
}

.row-centered {text-align:center}
.col-centered {text-align:left;display:inline-block;float:none;margin-right:-4px;}


.text-muted {
    color: #999;
}

.text-primary {
    color: #fff;
}

p,ul {
    font-size: 21px;
    line-height: 1.75;
    font-weight: 200;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #247BA0;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #247BA0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Kameron', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}



/* ========================= Buttons ========================= */

.btn-primary {
    border-color: #1B98E0;
    text-transform: uppercase;
    font-family: 'Kameron', serif;
    font-weight: 700;
    color: #fff;
    background-color: #1B98E0;
    text-shadow:none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #1B98E0;
    color: #fff;
    background-color: #1B98E0;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #1B98E0;
    background-color: #1B98E0;
}

.btn-primary .badge {
    color: #fff;
    background-color: #1B98E0;
}

.btn-primary.btn-big {
    font-size:18px;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Kameron', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fff;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #1B98E0;
    color: #1B98E0;
    background-color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fff;
    background-color: #1B98E0;
}

.btn-xl .badge {
    color: #1B98E0;
    background-color: #1B98E0;
}

/* ========================= Navbar ========================= */

.navbar-default {
    border-color: transparent;
    background-color: #006494;
}

.navbar-default .navbar-brand {
    padding:0;
    background-repeat: no-repeat;
    color: #247BA0;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #1B98E0;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #1B98E0;
    background-color: #1B98E0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #1B98E0;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Kameron', serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #247BA0;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #247BA0;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #E8F1F2;
    background-color: #13293D;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #006494;
    background-color: #fff;
}


/* ========================= Header ========================= */

header {
    text-align: center;
    background-image: url(/2016/images/bg3.png);
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    font-family: 'Kameron', serif;
    background-attachment: fixed;
    background-position: center center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 52px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 20px;
}



/* ========================= Section Specific ========================= */

section {
    padding: 100px 0;
}

section h2.section-heading {
    text-align: center;
    padding-bottom: 10px;
    font-size: 40px;
    font-family: 'Kameron', serif;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Kameron', serif;
    font-size: 26px;
    font-weight: 400;
}

aside.clients img {
    margin: 50px auto;
}

section#about {
    background-image: url(/2016/images/bg_national_harbor.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:1px 1px 3px rgba(0,0,0,.5);
}

section#contact {
    background-color: #13293D;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    
    background-image: url(/2016/images/bg.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:1px 1px 3px rgba(0,0,0,.5);
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #969467;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}



/* ========================= Schedule Section (aka Timeline) ========================= */

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #247BA0;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .header {
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Kameron', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 40px;
}

.timeline .timeline-heading {
    padding-bottom:20px;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: #247BA0;
    padding-bottom:0;
    font-size:24px;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
    color: #1B98E0;
    padding-bottom:0;
}

.timeline .timeline-heading h3.subheading {
    text-transform: none;
    color: #1B98E0;
    padding-bottom:0;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

.timeline .timeline-link {
    font-size:24px;
    font-weight:bold;
}

/* ========================= Speakers (not needed now but keep here) ========================= */

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #13293D;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

.team-member .keynote-speaker{
    margin-bottom: 50px;
    text-align: left;
    float: left;
}

.team-member .keynote-speaker img {
    margin: 0 auto;
    border: 7px solid #13293D;
}

.team-member .keynote-speaker h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#keynote-speaker {
    vertical-align: middle;
    float: none;
    margin-left: 20%;
    margin-right: auto;
    margin-top: 30%;
    padding: 30px;
    background-color: #13293D;
    color: #fff;
}

/* ========================= Additional Selectors- Various Sections ========================= */


.large-paragraph {
    font-size: 20px;
    font-weight: 300;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
}

.intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 40px;
}


.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.sponsors {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
    color: #13293D;
}
.sponsor {
    text-align:center;
    cursor:pointer;
}
.sponsor-category {
    display:block;
    color:#000;
    text-transform:uppercase;
    color:#999;
    font-weight:bold;
    padding-top:5px;
}
.sponsor-img {
    height:100px;
    line-height:100px;
    vertical-align:middle;
}
.sponsor-img img {
    max-width:100%;
    max-height:100%;
}

#schedule {
    color: #13293D;
    /*background-image: url(/2016/images/bg8.jpg);*/
    background-color: #13293D;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#speakers {
    color: #13293D;
    /*background-image: url(/2016/images/bg8.jpg);*/
    background-color: #13293D;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#speakers h2 {
    color:#fff;
}
#speakers h2 span {
    display:block;
    font-size:60%;
    color:#247BA0;
}
.speaker {
    color:#fff;
    position:relative;
    display:block;
    transition:background-color .5s;
    padding:10px;
}
a.speaker:hover {
    color:#fff;
    text-decoration:none;
    background-color:#0f2030;
}
a.speaker:focus {
    color:#fff;
    text-decoration:none;
}
.speaker .info {
}
.speaker .name {
    font-size:20px;
    font-family:'Kameron',serif;
}
.speaker .with {
    margin-top:-8px;
    font-size:12px;
    color:#999;
}
.speaker .org {
    font-size:14px;
}
.speaker .job_title {
    font-size:12px;
    color:#999;
}
.speaker .image {
    overflow:hidden;
    position:relative;
    margin-bottom:10px;
}
.speaker .image img {
    width:100%;
}
a.speaker .image:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background:rgba(0,0,0,.5);
    opacity:0;
    transition:opacity .5s;
}
a.speaker:hover .image:before {
    opacity:1;
}
a.speaker .image:after {
    content:"Would you like to know more?";
    display:block;
    background:rgba(0,0,0,.5);
    position:absolute;
    top:100%;
    /*transform:translate(0,-50%);*/
    padding:10px;
    width:100%;
    text-align:center;
    transition:top .3s;
    color:#fff;
}
a.speaker:hover .image:after {
    top:50%;
}
.speaker .talk_title {
    color:#247BA0;
    font-size:18px;
    border-top:solid 1px #247BA0;
    padding-top:5px;
    margin-top:5px;
}

.speaker.keynote {
    margin-bottom:1em;
}
.speaker.keynote .header {
    font-size:20px;
    color:#247BA0;
}
.speaker.keynote .name {
    font-size:30px;
}
.speaker.keynote .job_title {
    font-size:16px;
}
.speaker.keynote .talk_title {
    margin:10px 0;
    font-size:24px;
}
.speaker.keynote .talk_desc p{
    font-size:16px;
}



.speaker-main {
    color:#000;
    background-color:#fff;
    position:relative;
    display:block;
    padding:20px;
}
.speaker-main .info {
}
.speaker-main .name {
    font-size:22px;
    color:#247BA0;
    font-family:'Kameron',serif;
}
.speaker-main .org {
    font-size:16px;
}
.speaker-main .job_title {
    font-size:14px;
    color:#999;
}
.speaker-main a {
    color:#3cf;
}
.speaker-main a:hover {
    color:#fc3;
}
.speaker-main p,
.speaker-main ul {
    line-height:1.5;
    font-size:18px;
}
.speaker-main p a {
    text-decoration:underline;
}
.speaker-main p a:hover {
    text-decoration:none;
}
.speaker-main .bio {
    margin-top:10px;
    font-size:16px;
    font-style:italic;
    color:#999;
    font-weight:lighter;
}
.speaker-main .bio p,
.speaker-main .bio ul {
    font-size:16px;
    line-height:normal;
}
.speaker-main .image {
    overflow:hidden;
    position:relative;
    margin-bottom:10px;
}
.speaker-main .image:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    border:solid 20px rgba(0,0,0,.5);
}
.speaker-main .image img {
    width:100%;
}
.speaker-main .talk_title {
    font-family:'Kameron',serif;
    color:#247BA0;
    font-size:24px;
    border-bottom:solid 1px #ccc;
    margin-bottom:20px;
    padding-right:20px;
}
.speaker-main .with {
    color:#999;
    font-size:18px;
    font-style:italic;
    margin-top:10px;
}

#footer {
    background-color: #247BA0;
    color: #fff;
}

#callout {
    background-color: #fff;
    color: #13293D;
}

#callout2 {
    background-color:#247BA0;
    color: #fff;
    font-size: 75px;
    background-attachment: fixed;
}

#callout3 {
    background-color: #13293D;
    color: #fff;
}

#callout4 {
    background-image: url(/2016/images/8f0ZZzH.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
}

#logo-carousel .item{
  margin: 70px;
  text-align: center;
}

#logo-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}




#register {
    background-image: url(/2016/images/sponsorbg.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:1px 1px 3px rgba(0,0,0,.5);
}

#submit {
    font-size: 15px;
    background-color: #fff;
    color: #13293D;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#submit .submit-a-talk-field {
    margin-bottom: 40px;
}

#submit span.error {
    color: #FF9F1C;
}

#submit .thank-you {
    display: none;
}

#submit .highlight-error {
    border: 2px solid red;
}

ul.location {
list-style-type: none;
}

ul.location li a {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
}


#news {

    background-color: #13293D;
    color: #fff;
    text-align: center;
}

.location {
    background-color: #fff;
    color: #13293D;
    text-align: center;
}

.submithighlight {
    color: #247ba0;
    font-weight: 700;
    font-size: 25px;
}

/* ========================= Footer ========================= */

footer {
    padding: 25px 0;
    text-align: center;

}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/* ========================= Media Queries (All) ========================= */

@media screen and (min-height: 320px) {

    header .intro-text {
        width: 100%;
        font-family: 'Kameron', serif;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 30px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
        font-size: 15px;
        font-weight: 100;
        line-height: 10px;
    }
}

@media screen and (min-height: 320px) {
    section {
        padding: 50px 0;
    }

    .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 40px;
    }

    section h2.section-heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Kameron', serif;
    }

    section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Kameron', serif;
    font-size: 16px;
    font-weight: 400;
    }
}

@media screen and (min-height: 480px) {

    header .intro-text {
        width: 100%;
        font-family: 'Kameron', serif;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 30px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
        font-size: 20px;
        font-weight: 100;
        line-height: 10px;
    }
}

@media screen and (min-height: 480px) {
    section {
        padding: 50px 0;
    }

    .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 40px;
    }

    section h2.section-heading {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 15px;
    font-size: 40px;
    font-family: 'Kameron', serif;
    }

    section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Kameron', serif;
    font-size: 26px;
    font-weight: 400;
    }
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #13293D;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


@media screen and (min-height: 768px) {

    header .intro-text {
        width: 100%;
        font-family: 'Kameron', serif;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 30px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
        font-size: 30px;
        font-weight: 100;
        line-height: 10px;
    }
}

@media screen and (min-height: 768px) {
    section {
        padding: 50px 0;
    }

    .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 40px;
    }

    section h2.section-heading {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 15px;
    font-size: 70px;
    font-family: 'Kameron', serif;
    }

    section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Kameron', serif;
    font-size: 26px;
    font-weight: 400;
    }
}

@media screen and (min-height: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }

    .timeline .header {
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Kameron', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 40px;
    }
}


@media screen and (min-height: 768px) {

    #keynote-speaker {
    vertical-align: middle;
    float: none;
    margin-left: 35%;
    margin-right: auto;
    margin-top: 15%;
    padding: 30px;
    background-color: #183154;
    color: #fff;
    }
}

@media screen and (min-height: 992px) {
    section {
        padding: 50px 0;
    }

    .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 40px;
    }

    section h2.section-heading {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 80px;
    font-family: 'Kameron', serif;
    }

    section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Kameron', serif;
    font-size: 26px;
    font-weight: 400;
    }
}

@media screen and (min-height: 992px) {

    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline .header {
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Kameron', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media screen and (min-height: 992px) {
      header .intro-text {
        width: 100%;
        font-family: 'Kameron', serif;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 30px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
        font-size: 30px;
        font-weight: 100;
        line-height: 10px;
    }
}

@media screen and (min-height: 1200px) {
    header .intro-text {
        width: 100%;
        font-family: 'Kameron', serif;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 10px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family:'Yantramanav', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
        font-size: 30px;
        font-weight: 100;
        line-height: 20px;
    }
}

@media screen and (min-height: 1200px) {
    section {
        padding: 50px 0;
    }

    .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Kameron', serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 40px;
    }

    section h2.section-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 80px;
    font-family: 'Kameron', serif;
    }

    section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Kameron', serif;
    font-size: 26px;
    font-weight: 400;
    }
}

@media screen and (min-height: 1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.modal-title {
    font-family: 'Kameron',serif;
    color:#999;
}


/* Extra Small Devices, Tablets */
.fix-row > div:nth-child(2n+1) {
    clear: left;
}

/* Small Devices, Tablets */
@media screen and (min-width : 768px) {
    .fix-row > div:nth-child(2n+1) {
        clear: left;
    }
}

/* Medium Devices, Desktops */
@media screen and (min-width : 992px) {
    .fix-row > div:nth-child(2n+1) {
        clear: none;
    }
    .fix-row > div:nth-child(3n+1) {
        clear: left;
    }
}

/* Large Devices, Wide Screens */
@media screen and (min-width : 1200px) {
    .fix-row > div:nth-child(2n+1) {
        clear: none;
    }
    .fix-row > div:nth-child(3n+1) {
        clear: none;
    }
    .fix-row > div:nth-child(4n+1) {
        clear: left;
    }
}
