@charset "UTF-8";

/*---------- Import Google Fonts -------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

body {
    background: #ccc;
    color: #464646;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    height: 100vh;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25em;
    margin-top: 0;
}
h1 {
    color: #f7a519;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: .5em;
}
h2 {
    color: #201f7a;
    font-size: 1.35em;
    font-weight: 400;
}
h3 {
    color: #333;
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 1em;
}
h4 {
    color: #333;
    margin-bottom: 1em;
    text-transform: uppercase;
}
h5 {
    color: #333;
    margin-bottom: .75em;
}
h6 {
    color: #333;
    font-size: .875em;
    margin-bottom: .5em;
    text-transform: uppercase;
}
p {
    font-size: 18px;
    font-weight: 400;
	line-height: 1.5;
}
img {
    display: inline-block;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a {
    color: #201f7a;
}
a:hover {
    color: #f7a519;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    clear: both;
    height: 0;
    border-bottom: none;
    border-top: 1px solid #ccc;
    padding-bottom: -1px;
    margin: 1.5em 0;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ol li {
    padding-left: .25em;
}
ol.custom {
    counter-reset: li;
    list-style: none;
    padding-left: 0;
}
ol.custom li {
    margin-bottom: .75em;
    margin-left: 2em;
    position: relative;
}
ol.custom > li:before {
    border: 1px solid #999;
    border-radius: 50%;
    color: #666;
    content: counter(li, decimal);
    counter-increment: li;
    font-size: 1em;
    font-weight: bold;
    height: 1.5em;
    left: -2em;
    line-height: 1.4em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.5em;
}
ul.custom {
    list-style: none;
    margin: 0 0 .75em;
    padding-left: 1.75em;
}
ul.custom li {
    list-style: none;
    background: url(images/bullet-custom.png) no-repeat 2px 2px;
    margin: 0 0 .75em;
    padding-left: 1.75em;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

/*---------- MENU styles -------------------------- */

nav:not(.mm-menu) {
    display: none;
}
.nav, .nav-back {
    background: #070e22;
    color: #fff;
    height: 100px;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
}
#logo {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 12px;
}
#nav-back {
    position: absolute;
    left: 0;
    top: 8px;
}
.nav a {
    padding: 25px;
    position: absolute;
    right: 0;
    top: 8px;
}
.nav a:before, .nav a:after {
    background: #f7a519;
    border-radius: 3px;
    content: '';
    display: block;
    height: 8px;
    width: 50px;
}
.nav a span {
    background: #f7a519;
    border-radius: 3px;
    display: block;
    height: 8px;
    margin: 6px 0;
    width: 50px;
}
.nav-back {
    align-content: center;
    background: #070e22;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    justify-content: center;
    margin: 0 auto;
    max-width: 600px;
}
.nav-back a {
    margin: 25px;
    align-self: center;
}
.nav-back img {
    align-self: center;
}

/*---------- GLOBAL styles -------------------------- */

.big {
    color: #666;
    font-size: 1.3em;
    line-height: 1.25em;
    margin-bottom: 20px;
}
.btn {
    align-self: flex-start;
    background: #f7a519 url(../images/btn-bg.png) no-repeat 83% center / 11px auto;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    padding: 15px 50px 15px 36px;
	text-decoration: none;
    text-transform: uppercase;
}
.btn:hover {
    background: #fff url(../images/btn-bg-orange.png) no-repeat 83% center / 11px auto;
    border: 3px solid #f7a519;
    color: #f7a519;
}
.callout {
    background: #201f7a;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
	padding: 20px;
    text-align: center;
}
.inner-content {
    padding: 25px;
}
.logo {
    border: 1px solid #000;
    height: 50px;
    margin: 5px;
    width: 50px;
}
.main-content {
    padding: 25px 30px;
}
.outer-wrapper {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
}
.sponsor-banner {
    border: 1px solid #000;
    margin: 5px 0px;
    padding: 2px;
    width: 600;
}

/*---------- HOME styles -------------------------- */

.icon-container {
    color: #f9aa1c;
    display: flex;
    font-family: 'Oswald', 'Lato', helvetica, arial, sans-serif;
    font-weight: 700;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}
.icon-container .icon {
    flex: 0 1 20%;
    margin: 0 10px 17px;
    text-align: center;
}
.icon-container .icon img {
    border-radius: 50%;
    height: auto;
    max-width: 100px;
    vertical-align: middle;
    width: 100%;
}
.icon-container p {
    font-size: 12px;
    margin: 0;
}
.icon-container .icon a {
    color: #f9aa1c;
    display: inline-block;
}

/*---------- LOGIN styles -------------------------- */

.btn-login {
    margin: 20px 10px 0 auto;
}
.btn-forgot {
    margin: 20px auto 0 10px;
}

/*---------- SCHEDULE styles -------------------------- */

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.back-btn-action, .fwd-btn-action {
    background: rgba(0, 0, 0, 0.0);
    border: 0px solid rgba(0, 0, 0, 0.0);
}
.schedule-owl-table {
    width: 100%;
}
.first, .last {
    min-width: 30px;
}
.owl-carousel {
    align-items: center;
    height: 150px;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 400px;
}
.owl-btn {
    align-self: center;
    border: 5px solid #f7a519;
    border-radius: 50%;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    width: 75px;
}
.owl-btn a {
    border-radius: 50%;
    color: #f7a519;
    font-weight: 700;
    height: 75px;
    line-height: 75px;
    text-decoration: none;
    text-transform: uppercase;
    width: 75px;
}
.owl-dots {
    display: flex;
    justify-content: center;
}
.owl-dots .owl-dot {
    flex-basis: 5%;
    margin: 0 15px;
}
.owl-dots .owl-dot img {
    min-width: 24px;
    min-height: 40px;
}
.owl-dots button {
    display: none;
}
td .more-details {
    min-height: 25px;
    min-width: 25px;
}
.schedule-content {
    display: flex;
    justify-content: space-between;
    padding: 70px 50px 10px;
    flex-wrap: wrap;
}
.schedule-inner-content {
    padding: 0px 50px 25px;
}
.schedule-inner-content .date {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
.start-time, .end-time {
    font-size: 18px;
    font-weight: 400;
    padding: 0px 15px;
    text-align: center;
}

/*---------- EVENT DETAILS styles -------------------------- */

.inner-content .event-date {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.event-details {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 85px;
    max-width: 500px;
    flex-wrap: wrap;
}
.event-details .event-time {
    background: #e0e0ed;
    flex-basis: 20%;
}
.event-details .event-time p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.event-details .event-place {
    background: #efeff6;
    flex-basis: 80%;
}
.event-details .event-place p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.event-details-links {
    display: flex;
    justify-content: space-between;
}
.event-details-links .event-add-calendar a {
    color: #f7a519;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
}
.event-details-links .event-not-interested a {
    color: #f7a519;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
}

/*---------- ADD EVENT styles -------------------------- */

.row-content input, .row-content textarea {
    background: #efeff6;
    border: 1px solid #afaecf;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: .75em;
    margin-bottom: 20px;
	padding: 15px;
	width: calc(100% - 30px);
}
.row-content button {
    background-color: dodgerblue;
    border: 1px solid #ddd;
    color: white;
	padding: 10px 20px;
}
.row-content img {
    padding: 0 10px;
}

/*---------- LOGIN styles -------------------------- */

.login-form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.login-form-inline label {
    flex-basis: 25%;
}
.login-form-inline input {
    vertical-align: middle;
    padding: 10px;
    background-color: #efeff6;
    border: 1px solid #afaecf;
    flex-basis: 70%;
    margin: 10px 0px;
}

/*---------- FAQ styles -------------------------- */

.faq .item{
    border-top: 1px solid rgba(0,0,0,.24);
	margin: 20px 0 0;
	padding: 20px 0 0;
}

/*---------- APPOINTMENTS styles -------------------------- */

.appointments{
	
}
.appointments-title{
	font-weight: 600;
}
.appointments-location{
	
}
.appointments-time{
	
}

/*---------- PROFILE DETAILS styles -------------------------- */

.profile-specifics tbody tr td p {
    margin: 0;
}
.profile-address {
    margin: 0;
}

/*---------- SPONSORS styles -------------------------- */

.sponsor-name {
    margin: 0 20px;
}
.sponsor-title {
    margin: 20px 0 0;
}
.sponsor-divider {
    margin: 5px 0;
}

/*---------- ANNOUNCEMENTS styles -------------------------- */

.annnouncement-table {
    margin-top: 0; 
    width: 100%;
}
.annnouncement-table tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.annnouncement-table tr:nth-child(even) {
	border-bottom: 1px solid #f2f2f2;
}
.announcement-author{
	font-size: 12px;
	font-weight: 700;
	padding-left: 15px;
}
.announcement-date {
	font-size: 12px;
	padding-right: 15px;
}
.announcement-message p{
	line-height: 1.25;
	margin-top: 10px;
}

/*---------- MAP styles -------------------------- */

.map .item{
    border-top: 1px solid rgba(0,0,0,.24);
	margin: 20px 0 0;
	padding: 20px 0 0;
}

/*---------- ATTENDEES styles -------------------------- */

.attendees .item{
    border-top: 1px solid rgba(0,0,0,.24);
	clear: both;
	margin: 15px 0;
	padding: 15px 0;
}
/*.attendees .item:nth-child(odd) {
	background-color: #f2f2f2;
}*/
.attendees .item .headshot{
	float: left;
	height: auto;
    margin-right: 25px;
    max-width: 100px;
	width: 100%;
}
.attendees .attendee-name{
	font-weight: 600;
	margin: 15px 0 0;
}
.attendees .attendee-title,
.attendees .attendee-company{
	font-size: 14px;
	margin: 0;
}


/*---------- FOOTER styles -------------------------- */

.footer {
    background: #070e22;
    border-top: 5px solid #f7a519;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 600px;
    padding: 16px 0;
    text-align: center;
}
.footer p {
    font-size: 11px;
    line-height: 10px;
    padding: 0px 10px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #f7a519;
}

/*---------- RESPONSIVE styles -------------------------- */

@media screen and (max-width: 550px) {
    .form-inline input, .form-inline textarea { flex-basis: 100%; }
    .form-row label { flex-basis: 100%; }
    .btn-login { margin: 0 auto; }
    .btn-forgot { margin: 0 auto; }
}

@media screen and (max-width: 525px) {
    .form-inline { align-items: stretch; flex-direction: column; }
    .form-inline textarea { min-height: 200px; }
    .btn-add-event, .btn-delete { margin: 0 auto; }
}

@media screen and (max-width : 495px ){
    .appointment-details .appointment-place { flex-basis: 100% }
    .appointment-details .appointment-place p { text-align: center; }
    .appointment-details .appointment-time { flex-basis: 100% }
}

@media screen and (max-width : 450px) {
	h1 { font-size: 1.5em; }
	h1, h2, h3, h4, h5, h6 { line-height: 1em; }
	.main-content { padding: 25px 20px; }
    .inner-content { padding: 10px; }
}

@media screen and (max-width: 390px) {
    .appointment-time { text-align: center; }
}
