@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,200italic,300italic,400italic,600italic,700italic');

@font-face {
    font-family: 'Panton Black';
    src: url('../fonts/pantonblack/pb_webfont.eot');
    src: url('../fonts/pantonblack/pb_webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pantonblack/pb_webfont.woff2') format('woff2'),
         url('../fonts/pantonblack/pb_webfont.woff') format('woff'),
         url('../fonts/pantonblack/pb_webfont.ttf') format('truetype'),
         url('../fonts/pantonblack/pb_webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.4em;
}

@media print {
    body {
        width: 830px;
    }
}

* {
    box-sizing: border-box;
}

a {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #DDDDDD;
    clear: both;
}

.header-nav {
    background-color: rgba(0,54,76,0.7);
	height: 105px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    text-align: center;
}

.header-warning {
    background-color: rgba(238,238,238,1);
	margin-top: 105px;
	padding:15px 15px 10px;
	color: #00384A;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.page-thesummit .header-nav {
    background-color: #00384A;
}

    .header-nav .header-date {
        position: absolute;
        top: 100%;
        width: 110px;
        left: 50%;
        margin-top: -14px;
        margin-left: -55px;
        background-color: #FFCF1E;
        color: #00384A;
        font-size: 14px;
        line-height: 22px;
		padding-top: 2px;
        padding-bottom: 3px;
		border-radius: 6px;
    }

    @media(max-width: 1100px) {
        .header-nav .header-date {
            width: 70px;
            margin-left: -35px;
        }
				
        .header-nav .header-date > span {
            display: none;
        }
    }

    .header-nav .header-wrap {
        max-width: 1200px;
        margin: 0 auto;

        display: table-row;
        padding: 0;
        
    }

        .header-nav .header-wrap ul {
            margin: 0;
            padding: 0;
            display: table-cell;
            width: 49%;
        }

            .header-nav .header-wrap ul.header-left {
                text-align: right;
                padding-right: 30px;
            }
            .header-nav .header-wrap ul.header-right {
                text-align: left;
                padding-left: 30px;
            }

            .header-nav .header-wrap ul li {
                display: inline-block;
                vertical-align: middle;
                padding: 0;
            }

        .header-nav .header-wrap .header-logo {
            display: table-cell;
        }

            .header-nav .header-wrap .header-logo img {
                width: 57px;
                height: auto;
                vertical-align: middle;
                margin-top: -9px;
                transition: width ease 0.2s, height ease 0.2s;
            }

        .header-nav .header-wrap a {
            display: block;
            color: white;
            text-decoration: none;
            padding: 40px 30px;
            transition: all ease 0.2s;
            font-weight: 600;
            font-size: 21px;
        }

            .header-nav .header-wrap a:hover {
                background: #FFCF1E;
                color: #00384A;
                transition: all ease 0.05s;
            }
            
            .page-thesummit .header-nav .header-wrap a:hover {
                background: #FFCF1E;
            }

@media(max-width: 1100px) {
    .header-nav .header-wrap a {
        font-size: 18px;
        padding: 40px 15px;
    }

    .header-nav .header-wrap .header-logo img {
        width: 40px;
        margin-top: -15px;
    }
}
@media(max-width: 830px) {
    .header-nav .header-wrap ul li {
        display: block;
    }
    .header-nav .header-wrap a {
        padding: 5px 5px;
    }
    .header-nav .header-wrap ul.header-left {
        padding-right: 15px;
        text-align: center;
    }
    .header-nav .header-wrap ul.header-right {
        padding-left: 15px;
        text-align: center;
    }
    .header-nav .header-wrap .header-logo {
        vertical-align: top;
    }
    .header-nav .header-wrap .header-logo img {
        vertical-align: top;
        margin-top: 25px;
    }

    .header-nav .header-wrap a:hover {
        background: transparent;
        color: #00384A;
    }
}


.header-img {
    min-height: 360px;
    padding-top: 110px;
    transition: min-height ease 0.2s, height ease 0.2s;
    text-align: center;
}

.jumbo-img {
    background-image: url("../img/jumbo-img-home.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 10%;
    color: white;
}


    .jumbo-img.jumbo-img-thesummit {
        background-image: url("../img/banner/thesummit.jpg");
        background-position: center 15%;
    }
    .jumbo-img.jumbo-img-specifics {
        background-image: url("../img/banner/specifics.jpg");
        background-position: center 40%;
    }
    .jumbo-img.jumbo-img-agenda {
        background-image: url("../img/banner/agenda.jpg");
        background-position: center 70%;
    }
    .jumbo-img.jumbo-img-speakers {
        background-image: url("../img/banner/speakers.jpg");
        background-position: center 30%;
    }
    .jumbo-img.jumbo-img-sponsors {
        background-image: url("../img/banner/sponsors.jpg");
        background-position: center 10%;
    }
    .jumbo-img.jumbo-img-register {
        background-image: url("../img/banner/register.jpg");
        background-position: center 40%;
    }

    .jumbo-img.jumbo-img-secondary {
        background-image: url("../img/sponsors-img.png");
        padding-bottom: 0;
    }

    .jumbo-img h1,
    .jumbo-img h2 {
        text-align: left;
    }

    .jumbo-img h1 {
        font-size: 3em;
        line-height: 1em;
        max-width: 800px;
        padding-left: 20px;
        margin: 120px auto 0;
        font-family: 'Panton Black', 'Source Sans Pro', serif;
        text-indent: 0;
    }
    .jumbo-img h1 > span {
        background-color: rgba(0,0,0,0.75);
        border-radius: 18px;
        padding: 12px 30px;
    }

    .jumbo-img h2 {
        color: white;
        margin: 0;
        font-size: 1.5em;
        line-height: 1.2em;
        font-weight: normal;
        width: 100%;
        font-family: 'Panton Black', 'Source Sans Pro', serif;
    }

    .jumbo-img p {
        font-size: 1.05em;
        line-height: 1.335em;
    }

    .header-img .content-wrap > img {
        max-width: 100%;
        max-height: 500px;
        padding-top: 60px;
    }

.iframe-wrap {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.iframe-wrap.iframe-16x9 {
    padding-bottom: 56.25%;
}
.iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-rect {
    background: url("../img/banner.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 5px;
    margin: 40px auto 0;
    width: 80%;
}

@media(max-width: 1100px) {
    .header-img {
        min-height: 350px;
    }
    .jumbo-img {
        background-size: 1300px auto;
        background-position: center 28%;
    }
    .jumbo-img h1 {
        font-size: 2em;
        margin-top: 120px;
    }
}
@media(max-width: 830px) {
    .header-img {
        min-height: 300px;
    }
    .header-img.jumbo-img-thesummit {
        transform: translateY(50px);
    }
    .jumbo-img {
        background-size: 1000px auto;
        background-position: 42% 0;
    }
    .jumbo-img h1 {
        width: 100%;
        font-size: 1.6em;
        margin-top: 100px;
        padding-left: 20px;
    }
    .banner-rect {
        background-image: none;
        background-color: #ffcf1e;
        padding: 10px;
        width: 100%;
    }
}




.main {
    color: #323435;
    padding: 40px 0;
}

    .main a {
        color: #30BEBC;
        text-decoration: none;
        border-bottom: 1px dotted #30BEBC;
    }

    .main h3 {
        color: #7AD1D1;
        font-size: 2.2em;
        margin-top: 50px;
        margin-bottom: 20px;
        line-height: 1em;
    }
    .main h3:first-child {
        margin-top: 10px;
    }
    .main h4 {
        font-size: 22px;
        margin-top: -10px;
        font-weight: 500;
    }
    .main h5 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .main h5 + p {
        margin-top: 5px;
    }

    .main blockquote {
        color: #7AD1D1;
        font-size: 1.2em;
        font-style: italic;
        text-align: center;
        margin: 40px 0px;
    }

        .main blockquote::before {
            content: open-quote;
        }

        .main blockquote::after {
            content: close-quote;
        }

button.btn,
a.btn {
    display: inline-block;
    color: #FFFFFF;
    background: #30BEBC;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.42857143;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

button.btn .fa,
a.btn .fa {
    font-size: 18px;
}

.btn:hover,
.btn:focus {
    background: #56C4C4;
}

button.btn {
    margin-top: 0;
    margin-bottom: 0;
}
button.btn:disabled {
    background: red;
}

    .btn a {
        border: none;
        text-align: center;
        color: #de5949;
        border: 1px solid #de5949;
        padding: 20px 30px;
        transition: all ease 0.2s;
    }

        .btn a:hover {
            background-color: #de5949;
            color: white;
            transition: all ease 0.05s;
        }


ul.unstyled {
    list-style-type: none;
    padding-left: 0;
}

ul.unstyled.horizontal {
    text-align: center;
}
ul.unstyled.horizontal li {
    display: inline-block;
}


.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}



.form-section {
    padding-left: 20px;
    margin-left: 10px;
    padding-bottom: 30px;
    margin-bottom: -17px;
    border-left: 1px solid #323435;
    position: relative;
}
.form-section:last-child,
.form-section.last-section {
    border-left-color: transparent;
}
.form-section h4 {
    margin: 0 0 8px 0;
}

.form-row {
    position: relative;
    margin-bottom: 30px;
}
.form-row > div {
    position: relative;
}
.form-row.form-connected {
    margin-top: -25px;
}

.form-section:before {
    content: attr(data-section);
    position: absolute;
    left: -21px;
    top: -8px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #323435;
    -webkit-background-clip: padding-box; 
       -moz-background-clip: padding; 
            background-clip: padding-box;
    border: 10px solid white;
    color: white;
    font-size: 13px;
    line-height: 21px;
    text-align: center;

}
.form-section.error:before {
    background-color: #de5949;
    content: "!";
    font-weight: bold;
    font-size: 16px;
}
.form-section.success:before {
    background-color: #85B239;
    content: "\2714";
}

label {
    padding: 0 4px;
}
.label-block {
    display: block;
}

.form-label {
    position: relative;
    display: block;
    top: 0px;
    font-size: 14px;
    line-height: 14px;
    color: #90A8B0;
    -webkit-transition: all ease .1s;
         -o-transition: all ease .1s;
            transition: all ease .1s;
}

.check-button {
    color: inherit;
    cursor: pointer;
}
.check-button > input {
    cursor: pointer;
}
.check-button:hover {
    color: #30BEBC;
}

li.separator {
    border-top: 1px solid #E5EBED;
}

li.separator.check-separator {
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
    padding-left: 22px;
    color: #90A8B0;
}

.form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 4px;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #E5EBED;
    border-radius: 1.5px;
    -webkit-transition: all ease .1s;
         -o-transition: all ease .1s;
            transition: all ease .1s;
}
select.form-control {
    padding: 0 0;
}

.form-control + .form-control  {
    margin-top: 5px;
}

/*.label-input.label-hide .form-label {
    opacity: 0;
}
.label-input.focus .form-label,
.label-input.has-error .form-label {
    opacity: 1;
}*/
.label-input.no-value .form-label {
    font-size: 18px;
    line-height: 14px;
    top: 23px;
    opacity: 1;
}

label.error {
    position: absolute;
    left: 0;
    font-size: 12px;
    line-height: 18px;
    color: #de5949;
}

ul.unstyled > li > label.error {
    margin-top: -9px;
}


.form-control::-webkit-input-placeholder {
    color: #90A8B0;
}
.form-control:-moz-placeholder {
    color: #90A8B0;
}
.form-control::-moz-placeholder {
    color: #90A8B0;
}
.form-control:-ms-input-placeholder {
    color: #90A8B0;
}

.form-control:focus {
    outline: 0;
    border-bottom: 2px solid #30BEBC;
}
.form-control.has-error {
    border-bottom-color: #de5949;
}
.label-hide .form-label {
    color: #90A8B0;
}
.focus .form-label {
    color: #30BEBC;
}
.has-error .form-label {
    color: #de5949;
}

.label-note {
    font-size: 14px;
    line-height: 20px;
    clear: left;
    margin-top: 10px;
    font-style: italic;
}
.label-note > .fa {
    color: #DE5949;
}

.radio-button, .check-button {
    position: relative;
    display: inline-block;
    color: inherit;
    padding: 0;
    margin: 4px 15px 0 -5px;
}
.radio-button > input, .check-button > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.radio-button > span, .check-button > span {
    position: relative;
    color: #90A8B0;
    padding: 4px 10px;
    border-radius: 1.5px;
    display: block;
    cursor: pointer;
}
.radio-button > input:checked + span,
.check-button > input:checked + span,
.radio-button:hover > input + span,
.check-button:hover > input + span,
.radio-button > input:focus + span,
.check-button > input:focus + span {
    color: #00384A;
}
.radio-button > input:focus + span,
.check-button > input:focus + span {
    outline: 2px solid #30BEBC;
}
.radio-button > span:before,
.check-button > span:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
    width: 17px;
    color: inherit;
    font-size: 18px;
    line-height: inherit;
    margin-right: 8px;
    vertical-align: middle;
}
.radio-button > span:before {
    content: "\f10c";
}
.check-button > span:before {
    content: "\f096";
}
.radio-button > input:checked + span:before {
    content: "\f192";
}
.check-button > input:checked + span:before {
    content: "\f046";
}

.datepicker.datepicker-dropdown.dropdown-menu {
    font-size: 16px;
}


.schedule-day {
    margin-top: -33px;
    padding: 57px 0;
    display: none;
    min-height: 810px;
}
.schedule-day.current {
    display: block;
}

.schedule-day h4 {
    margin-top: 0;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}

.schedule-day .dresscode {
    text-align: center;
    display: block;
    width: 240px;
    margin: 0 auto 10px;
    padding: 5px 0;
    background: #E5EBED;
    border-radius: 1.5px;
    font-size: 14px;
    line-height: 1.4em;
}

.schedule-day .event {
    margin-bottom: 30px;
    position: relative;
}
@media print {
    .schedule-day .event {
        page-break-inside: avoid;
    }
}

.schedule-day .event:before {
    content: "\f111";

    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    z-index: 2;
    left: 139px;
    top: -9px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: white;
    -webkit-background-clip: padding-box; 
       -moz-background-clip: padding; 
            background-clip: padding-box;
    border: 10px solid white;
    color: #BFCDD2;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}

.schedule-day.turqoise .event:before {
    color: #30BEBC;
}
.schedule-day.sunshine .event:before {
    color: #E9B700;
}
.schedule-day.midnight .event:before {
    color: #406A77;
}
.schedule-day.coral .event:before {
    color: #DE5949;
}
.schedule-day.lime .event:before {
    color: #85B239;
}

.schedule-day .event.event-speaker:before {
    content: "\f075";
}
.schedule-day .event.event-qanda:before {
    content: "\f086";
}
.schedule-day .event.event-free:before {
    content: "\f017";
}
.schedule-day .event.event-morning:before {
    content: "\f185";
}
.schedule-day .event.event-coffee:before {
    content: "\f0f4";
}
.schedule-day .event.event-food:before {
    content: "\f0f5";
}
.schedule-day .event.event-drink:before {
    content: "\f000";
}
.schedule-day .event.event-end:before {
    content: "\f069";
}
.schedule-day .event.event-depart:before {
    content: "\f072";
}
.schedule-day .event.event-boat:before {
    content: "\f21a";
}
.schedule-day .event.event-meet:before {
    content: "\f0c0";
}
.schedule-day .event.event-shake:before {
    content: "\f2b5";
}



.schedule-day .event:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 159px;
    top: 0;
    bottom: -30px;
    width: 1px;
    background-color: #BFCDD2;
}
.schedule-day .event:last-child:after {
    display: none;
}



.schedule-day .event .time {
    float: left;
    width: 180px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: right;
    padding-right: 41px;
}
.schedule-day .event h5 {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 0 180px;
    font-weight: 600;
}
.schedule-day .event p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 0.5em 180px;
}


@media(max-width: 767px) {
    .schedule-day .event:before {
        top: -7px;
        left: -10px;
    }
    .schedule-day .event:after {
        left: 10px;
    }
    .schedule-day .event .time {
        float: none;
        width: auto;
        margin: 0 0 0 40px;
        text-align: left;
        padding-right: 0;
        font-style: italic;
    }
    .schedule-day .event h5 {
        margin: 0 0 0 40px;
    }
    .schedule-day .event p {
        margin: 0 0 0 40px;
    }
}


.fixedsticky {
    top: 0;
}
.schedule-nav {
    list-style-type: none;
    padding-left: 0;
    height: 34px;
    margin: 0;
    background-color: #FFF;
    z-index: 1000;
    width: 100%;
    max-width: 740px;
}
@media(max-width: 767px) {
    .schedule-nav {
        left: 0;
        right: 0;
    }
    .schedule-nav.fixedsticky-on {
        background-color: #F8FAFA;
    }
}
@media(min-width: 768px) {
    .schedule-nav.fixedsticky-on {
        padding: 0 40px 0 0px;
    }
}
    .schedule-nav li {
        float: left;
        margin: 0;
        border-bottom: 1px solid transparent;
        width: 33.33333%;
    }
    .schedule-nav.fixedsticky-on li {
        border-bottom-color: #E5EBED;
    }
        .schedule-nav li a {
            display: block;
            text-decoration: none;
            text-align: center;
            color: #90A8B0;
            border: none;
            border-bottom: 2px solid transparent;
            padding: 4px 0;
            font-size: 16px;
            text-transform: uppercase;
            transition: all ease 0.2s;
            margin: 0 0 -1px;
        }
        .schedule-nav li.current a {
            color: #DE5949;
            border-color: #DE5949;
        }
        .schedule-nav li.turqoise.current a {
            color: #30BEBC;
            border-color: #30BEBC;
        }
        .schedule-nav li.sunshine.current a {
            color: #E9B700;
            border-color: #FFCF1E;
        }
        .schedule-nav li.midnight.current a {
            color: #406A77;
            border-color: #406A77;
        }
        .schedule-nav li.coral.current a {
            color: #DE5949;
            border-color: #DE5949;
        }
        .schedule-nav li.lime.current a {
            color: #85B239;
            border-color: #85B239;
        }

            .schedule-nav li a:hover {
                border-color: #90A8B0;
                transition: all ease 0.05s;
            }


.speaker {
    border-radius: 18px;
    border: 1px solid #DDDDDD;
    padding: 20px 20px 30px;
    position: relative;
    width: inherit;
    margin-top: 30px;
    margin-bottom: 60px;
}
.speaker .speaker-name {
    position: absolute;
    left: 0;
    min-width: 200px;
}
.speaker .speaker-name h4 {
    position: relative;
    line-height: 1em;
    font-size: 25px;
    top: -1.25em;
    left: 20px;
    width: 100%;
    right: auto;
    text-align: center;
    background: #FFF;
    padding: 0 10px;
    margin: 0;
}
@media(min-width: 400px) {
    .speaker .speaker-name h4 {
        font-size: 30px;
    }
}
.speaker .speaker-photo {
    display: block;
    float: left;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 10px;
    max-width: 40%;
    height: 300px;
    object-fit: cover;
}
@media(min-width: 830px) {
    .speaker > p {
        margin-left: 5%;
        padding-left: 0 20px;
    }
}



.sponsors:before,
.sponsors:after {
    content: " ";
    display: table;
}
.sponsors:after{
    clear: both;
}
.sponsor {
    padding: 30px 0;
}
.sponsor p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.sponsor img {
    display: block;
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 100%;
    margin: 0 auto 40px;
}



@media(min-width: 830px) {
    /*.sponsor.silver,*/
    .sponsor.bronze {
        float: left;
        width: 50%;
        text-align: justify;
    }
    /*.sponsor.silver p,*/
    .sponsor.bronze {
        padding-right: 20px;
    }
    .sponsor.bronze:nth-child(even) {
        padding-left: 20px;
        padding-right: 0;
    }
    .sponsor.bronze:nth-child(odd) {
        clear:left
    }

}









.content-wrap {
    max-width: 740px;
    margin: auto;
    padding: 0 20px;
}

.sub-footer {
    color: #00384A;
    background-color: #7AD1D1;
    padding: 60px 0px;
}

    .sub-footer p {
        margin: 0px;
        font-size: 1.2em;
        text-align: center;
        font-weight: bold;
    }

footer {
    color: white;
    background-color: #00384A;
    padding: 40px;
}

    footer p {
        font-size: 0.8em;
        margin: 0px;
        text-align: center;
    }

@media(max-width: 342px) {
    .header-nav .header-wrap ul li a {
        font-size: 13px;
    }

    .main h3 {
        font-size: 2em;
        line-height: 1em;
    }

    .btn {
        width: 100%;
    }

        .btn a {
            font-size: 0.9em;
        }
}


.fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
    position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
    position: fixed;
}
.fixedsticky-dummy {
    display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
    display: block;
}



.gmap {
    width: 100%;
}




a.turqoise,
h1.turqoise,
h4.turqoise,
h5.turqoise {
    color: #30BEBC;
    border-bottom-color: #30BEBC;
}
a.sunshine,
h1.sunshine,
h4.sunshine,
h5.sunshine {
    color: #E9B700;
    border-bottom-color: #E9B700;
}
a.midnight,
h1.midnight,
h4.midnight,
h5.midnight {
    color: #406A77;
    border-bottom-color: #406A77;
}
a.coral,
h1.coral,
h4.coral,
h5.coral {
    color: #DE5949;
    border-bottom-color: #DE5949;
}
a.lime,
h1.lime,
h4.lime,
h5.lime {
    color: #85B239;
    border-bottom-color: #85B239;
}




@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

