﻿html, body { height: 100%; width: 100%; margin: 0px; padding-top: 48px; }

/* Individuals */
.all-caps { text-transform: capitalize; }
.blue { color: #3987e6; }
.boldBlue { font-weight: bold; color: #005da3; }
.clear { clear:both; }
.hidden { display: none; }
.inherit { font-family: inherit; }
.margin-bottom { margin-bottom: 30px; }
.margin-top { margin-top: 30px; }
.no-margin-bottom { margin-bottom: 0px; }
.no-margin-right { margin-right: 0px !important; }
.white-background { background-color: #fff; }

@media (max-width: 1199px) {
  .margin-top-mobile-only { margin-top: 30px; }
}

/* Font Declarations */
h1 { font-family: 'Pacifico', cursive; }
h2, h3, h4, h5, h6, p, a, label, span, li, .btn-info, div.get-involved-box, #small-biz-100-box-left, #small-biz-100-box-right { font-family: 'Open Sans', sans-serif; }

h1 { color: #005da3; font-size: 42px; line-height: 42px; padding: 10px 0 0 0; }
h2 { color: #3987e6; font-size: 30px; font-weight: 600; line-height: 38px; margin: 30px 0 10px 0px; padding: 0; }
h3 { color: #fff; font-size: 50px; font-weight: bold; line-height: 84px; padding: 0; }
h4 { color: #fff; font-size: 28px; font-weight: 300; line-height: 38px; padding: 0; }
h4 { font-size: 26px; }
h6 { color: #333; font-size: 18px; font-weight: normal; line-height: 28px; margin: 0; padding: 8px 0 16px 0; } /* Title Paragraph */

p  { color: #333; font-size: 18px; line-height: 28px; margin: 0; padding: 6px 0 8px 0; }
li { color: #333; font-size: 18px; line-height: 24px; margin: 0; padding: 4px 0 4px 0; }

label { font-weight: 300; }
label { color: #363537; font-size: 16px; }
label.has-error { color: #a94442; }

a, a:focus, a:hover, a:visited { color: #3987e6; cursor: pointer; text-decoration: none; }
.alert-info a { font-weight: bold; }
em { font-weight: 600; font-style:normal; }

/* Modal Style Adjustments */
.modal-header h4 { color: #333333; }
.modal-content li { font-size: 18px; font-weight: 600; line-height: 28px; }

/* Buttons */
a.btn, button.btn { font-size: 18px; font-weight: 400; width: 170px; }
a.btn-sm, button.btn-sm { font-size: 12px; font-weight: normal; width: auto; }
a.btn-primary, button.btn-primary {  background-color: #005da3; border-color: #005da3; color: #fff!important; }
a.btn-wide, button.btn-wide { width: 220px; } /* Need To Declare button. To Ensure CSS Override */
a.btn-extra-wide, button.btn-extra-wide { width: 260px; } /* Need To Declare button. To Ensure CSS Override */
a.btn-half-wide, button.btn-half-wide { display: inline-block!important; width: 47.7%; } /* Need To Declare button. To Ensure CSS Override */
a.btn-max-wide, button.btn-max-wide { width: 100%; } /* Need To Declare button. To Ensure CSS Override */
a.btn-super-wide, button.btn-super-wide { width: 320px; }
a.btn-dynamic, button.btn-dynamic { width: unset; }

/* Reset Input Group Append Buttons */
.input-group-append .btn, .input-group-prepend .btn { font-size: unset; font-weight: unset; width: unset; }

/* Need To Declare button. To Ensure CSS Override */
.btn-margin-right { margin-right: 20px; }
.btn-margin-top { margin-top: 20px; }

.btn-holder { margin-top: 20px; }
.btn-holder .btn { display: block; }
.btn-holder-inline .btn { display: inline-block; }

@media (max-width: 1199px) {
a.btn-sm, button.btn-sm { font-size: 12px; font-weight: 200; width: auto; }
}

@media (max-width: 672px) {
a.btn-half-wide, button.btn-half-wide { margin-bottom: 15px; width: 100%; }
}

@media (max-width: 522px) {
a.btn, button.btn { margin-bottom: 15px; width: 100%; }
}

/* Navigation */
.navbar { background: #005da3; padding-bottom: 0px; padding-top: 0px; }
.navbar-collapse .nav-pills { padding: 0px; margin: 0px; }
.navbar-collapse .nav-pills a { background-color: #005da3; border-radius: 0px; color: #fff; font-size: 14px; line-height: 20px; height: 96px; padding: 20px 10px 0 10px; text-align: center; white-space:normal; width: 75px; }
.navbar-collapse .nav-pills a:visited { background-color: #005da3; }
.navbar-collapse .nav-pills a:hover { background-color: #5d9fd1; }

/* Navigation Sub Menu */
.navbar .dropdown-menu { border-radius: 0px; border-top: 1px solid #5d9fd1; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; margin-top: 0px; padding: 0px; }
.navbar .dropdown-menu a { color: #fff; height: auto; line-height: 24px; font-size: 14px; padding: 8px 20px 8px 20px; width: auto; }
.navbar li { padding: 0px; }

/* Ensure Navigation Compacts Prematurely */
@media (max-width: 991px) {
.navbar .nav-pills a { font-size: 13px; }
.navbar-collapse > .nav-pills > li > a { padding: 20px 5px 0px 5px; width: 60px; }
}

/* Hide Drop Down For Small Screens */
@media (max-width: 767px) {
.navbar .dropdown-toggle:after { content: none; }
}

/* Header */
#header-section { background-size: contain; background-repeat: no-repeat; width: 100%; height: 0; padding-top: 39.92%; }
#header-section div { margin-top: -14%; text-align: center; width: 100%; }
#header-section div { background-color: rgba(0, 52, 92, 0.5); }
#header-section h4 { font-size: 28px; line-height: 28px; margin: 0px; padding: 0 0 18px 0; }
#get-involved h4 { display: none; }

@media (max-width: 1753px) {
h3 { font-size: 34px; line-height: 56px;  }
#header-section h4 { font-size: 23px; line-height: 23px; } 
}

@media (max-width: 1351px) {
#header-section h4 { font-size: 20px; line-height: 20px; }
}

@media (max-width: 1202px) {
h3 { font-size: 28px; }
#header-section h4 { font-size: 16px; line-height: 16px; }
}

@media (max-width: 994px) {
h3 { font-size: 26px; line-height: 46px; }
#header-section h4 { font-size: 14px; line-height: 14px; }
}

@media (max-width: 822px) {
#header-section h4 { display: none; }
#get-involved h4 { color: #005da3; display: block; text-align: center; }
}

@media (max-width: 620px) {
h3 { font-size: 24px; line-height: 36px; }
#get-involved h4 { color: #005da3; display: block; font-size: 18px; line-height: 28px; margin-top: 30px; text-align: center; }
}

@media (max-width: 500px) {
h3 { font-size: 18px; line-height: 30px;  }
}

@media (max-width: 400px) {
h3 { font-size: 13px; line-height: 20px;  }
}

/* Sections & Buildilng Blocks */
.section-content { padding: 100px 0 120px 0; margin: 0px; }
.section-content-pull-up { margin: -80px 0 50px 0; }

@media (max-width: 620px) {
.section-content-pull-up { margin: -50px 0 50px 0; }
}

.section-row { margin: 30px 0 0 0; }
.no-spacing { margin: 0px; padding: 0px; }

#admin-login.section-content { padding: 20px 0 0 0; }

@media (max-width: 620px) {
.section-content { padding: 30px 0 50px 0;}
}

/* Tabs */
.nav-tabs li { padding: 0px; margin-right: 3px; }
.nav-tabs li .nav-link { background-color: #eee; color: #005da3; font-size: 15px; font-weight: bold; }
.nav-tabs li .nav-link.active { background-color: #005da3; border: 1px solid #005da3; color: #fff; }
.nav-tabs li a:hover, .nav-tabs li.active a:hover { background-color: #5e9fd1; border: 1px solid #5e9fd1; cursor: pointer; color: #fff; }

@media (max-width: 991px) {
.nav-tabs li { width: 100% }
.nav-tabs li:not(:first-child) { margin-top: 3px; }
.nav-tabs li:not(:first-child) .nav-link { border-top-left-radius: 0px; border-top-right-radius: 0px; }
}

@media (max-width: 400px) {
ul.nav-tabs { margin-top: 20px; }
ul.nav-tabs li { width: 100%; }
}

.nav-tabs-no-border { border-bottom: none; }

/* Get Involved Tabs */
#getInvolvedTab { margin-top: 30px; }
/*#getInvolvedTab a { color: #005da3; font-size: 15px; font-weight: bold; }*/

.get-involved-box { background-color: #bfdef5; border-radius: 4px; color: #005da3; font-family: 'Open Sans'; font-weight: 600; font-size: 42px; height: 60px; line-height: 60px; margin: 0 auto 20px auto; text-align: center; width: 60px; }
.get-involved-para { margin: 12px 0 12px 0; }

#get-involved-tabs .card-body { height: 170px; padding: 10px; }
#get-involved-tabs .card-body p { font-size: 15px; line-height: 22px; padding: 4px 0 4px 0; }
#get-involved-tabs .card-footer { height: 62px; padding: 10px 15px 0 15px; }
#get-involved-tabs .card-footer .btn { color: #fff; margin-bottom: 10px; }

#modal-accept-t-and-c .checkbox { margin-left: 30px; }
#aRequestProceed { display: none; }

@media (max-width: 991px) {
  #get-involved-tabs .card { margin-bottom: 20px; }
  #get-involved-tabs .card-body { height: unset; }
  .control-left { padding-right: 0px; }
  .control-right { padding-left: 0px; }
  .get-involved-box { display: none; }
}

/* Principle Supporter */
#principle-supporter, .light-blue { background-color: #d9f0fa; }

/* Marketing Pack */
#modal-marketing-pack .btn-holder { margin: 20px 0 0 0; }
#modal-marketing-pack .btn-holder .btn { margin-right: 20px; }
#divMarketingPackIndex { display: block; }
#divMarketingPackForm, #divMarketingPackFinish { display: none; }
#divMarketingPackForm p { margin-bottom: 15px; }
#pMarketingPackPost, #pMarketingPackDownload, #pMarketingPackError, #divMarketingPackDownloadButtons { display: none; }

/* Inspire Series */
.inspire-series-list { margin-top: 14px; }
.inspire-series-list .btn-holder { margin-top: 20px; }
.inspire-series-row li { color: #3987e6; cursor: pointer; font-size: 16px; margin: 18px 0 0 0; }
.inspire-series-row li span { display: block; font-size: 14px; font-style: italic; font-weight: 400; margin-top: 4px; }
.inspire-role { font-style: italic; font-size: 20px; }
.inspire-title, .inspire-title span { font-style: normal; font-weight: bold; margin: 0px 0px 15px 0; padding: 0px; }
.inspire-title span { font-weight: normal }
.inspire-thumb { float: left; height: 200px; margin: 0 15px 15px 0; width: 200px }

#divInspireTitleTina, #divInspireTitleKay, #divInspireTitleSirPeter, #divInspireTitleEmma { display: none; }
#divInspireBodyTina, #divInspireBodyKay, #divInspireBodySirPeter, #divInspireBodyEmma { display: none; }

#inspire-next-event p { line-height: 24px; padding: 4px 0 4px 0; }
#inspire-next-event .btn-holder a { margin-right: 10px; }

/* Last Year */
#last-year-section { position: relative; }
#last-year-section img { opacity: 1; width: 100%; z-index: 1; }
.last-year-para { margin-top: -540px; padding-left: 20px; z-index: 2; }
.last-year-para ul { padding-left: 25px; }
.last-year-para li { color: #111; font-size: 22px; line-height: 28px; margin: 0px; padding: 5px 0 0 0; }
.last-year-para li a { font-weight: bold; }
.last-year-para div { background-color: #fff; border-radius: 10px; opacity: 0.9; padding: 20px 30px; }

@media (max-width: 1199px) {
  .last-year-para { margin-top: -480px; padding-left: 20px; z-index: 2; }
  .last-year-para li { font-size: 20px; line-height: 26px; }
}

@media (max-width: 992px) {
  .last-year-para { margin: 0px; }
  #last-year-section h1, #last-year-section a { color: #005da3; }
  #last-year-section li { color: #111; }
  #last-year-section img { display: none; }
}

/* Latest News */
#latest-news { background-color: #003c6a; width: 100%; }
#latest-news h1 { color: #fff; margin-bottom: 30px; }
#latest-news a .fab, #latest-news a .fas { font-size: 48px; margin-right: 20px; width: 48px; }

.follow-us, .follow-us a.follow { display: block; max-width: 420px; padding: 5px 0 5px 0; }
.follow-us a { color: #fff; font-size: 22px; margin: 0 0 0 10px; }
.follow-us a.follow span { line-height: 48px; vertical-align: top; }
.follow-us-facebook { background-color: #005da3; }
.follow-us-threads { background-color: #111; }
.follow-us-linkedIn { background-color: #0072b2; margin-top: 10px; }
.follow-us-instagram { background-color: #ccbba5; margin-top: 10px; }

.follow-us-connect, .follow-us-support { margin-top: 0px; margin-bottom: 0px; padding: 20px; }
.follow-us-support { background-color: #fff; }
.follow-us-support h4, .follow-us-support h4 a { color: #003c6a; font-size: 24px; }
.follow-us-social h4 { color: #fff; font-size: 24px; margin-top: 30px; }
.follow-us-social h4 a { color: #3987e6; }
.follow-us-social h4 a, .follow-us-support h4 a { font-size: inherit; margin: 0px }

@media (max-width: 1199px) {
  .follow-us { max-width: 100%; width: 100%; }
  .follow-us-connect { margin-top: 20px; margin-bottom: 20px; }
  .follow-us-linkedIn { margin-top: 10px; }
}

@media (max-width: 992px) {
  .follow-us-linkedIn a { font-size: 18px; }
}

@media (max-width: 767px) {
  .follow-us-threads { margin-top: 10px; }
}

@media (max-width: 400px) {
  .follow-us-facebook a, .follow-us-linkedIn a { font-size: 16px; }
  .follow-us h4 { font-size: 18px; line-height: 24px; }
}

/* Videos */
#video h1 { margin-bottom: 30px; }
#video p { margin: 15px 0 0 0; text-align: center; }
#videoSub { margin: 30px 15px 0 15px; }
#videoSub .img-thumbnail { margin-bottom: 15px; }

/* The Tour */
#bus-tour { background-color: #5e9fd1; background-image: none; background-repeat: no-repeat; background-size: cover; }
#bus-tour .img-thumbnail { margin-bottom: 30px; }
.bus-logo i { color: #fff; font-size: 156px; }
.bus-header { margin: 0 auto; text-align: center; max-width: 340px; }
.bus-header h1 { color: #fff; font-size: 48px; }
.bus-header p { color: #fff; font-size: 24px; font-weight: bold; line-height: 32px; margin: 30px 0 20px 0; }
#bus-tour h2, #bus-tour li, #bus-tour p { color: #fff; }
#bus-tour li { padding: 12px 0 8px 0; }
#bus-tour tbody p { color: #111; font-size: 16px; }
#bus-tour a.white { border-bottom: 1px dashed #fff; color: #fff; text-decoration: none; }
#map-bus-tour { border-radius: 4px; height: 650px; margin-top: 30px; }
#busTourMentoringSessionTab .btn-holder { margin-top: 25px; }
.bus-tour-header { background-image: url("/Images/The-Tour/Small-Business-Saturday-The-Tour-Undated-People-2400.jpg?v=3"); background-size: cover !important; padding-top: 50% !important; }

@media (max-width: 1600px) {
  .bus-tour-header { background-image: url("/Images/The-Tour/Small-Business-Saturday-The-Tour-Undated-People-1600.jpg?v=3"); }
}

@media (max-width: 992px) {
  #bus-tour tbody, #bus-tour tbody p { font-size: 15px; }
  #bus-tour tbody td, #bus-tour thead td { padding: 8px; }
  .bus-tour-header { background-image: url("/Images/The-Tour/Small-Business-Saturday-The-Tour-Undated-People-800.jpg?v=3"); padding-top: 100% !important; }
}

/* The Tour Admin */
#add-edit-bus-stop label, #modal-update-event-location label { margin: 0px; }
#add-edit-bus-stop .input-group, #modal-update-event-location .input-group { margin: 0px; }
#add-edit-bus-stop .has-feedback .form-control-feedback, #my-small-business #modal-update-bus-stop-location .has-feedback .form-control-feedback { top: 10px; right: 15px; }
#add-edit-bus-stop label, #modal-update-bus-stop-location label { font-weight: bold; }

.bus-tour-admin a.btn, .bus-tour-admin a.btn:visited { color: #fff; white-space: nowrap; }

/* LightBox */
.img-lightbox { margin: 0 auto; }

/* Small Biz 100 */
#small-biz-100 { background-color: #fff; z-index: 20; }
#small-biz-100-intro { margin: 0 auto; max-width: 490px; }
#small-biz-100-intro p { clear: both; }
#small-biz-100-box-left, #small-biz-100-box-right { float: left; font-weight: 600; text-align: center; width: 50%; }
#small-biz-100-box-left { background-color: #fff; color: #005da3; font-size: 68px; height: 150px; line-height: 65px; padding: 0 10px 0 0; }
#small-biz-100-box-left em { font-weight: 600; font-size: 72px; }
#small-biz-100-box-right { background-color: #005da3; color: #fff; font-size: 92px; height: 130px; line-height: 130px; }
#small-biz-100-apply { background-color: #005da3; margin: 20px 0 0 0; padding: 10px 0 10px 0; text-align: center; width: 460px; }
#small-biz-100-apply:hover { background-color: #5e9fd1; }
#small-biz-100-apply a { display: block; color: #fff; font-size: 22px; }

#btApplySmallBiz100 { margin-top: 15px; width: 100%; }

/* Small Biz 100 Calendar */
.cal-container { clear: both; margin-top: 30px; }
.cal-event { background-color: #3987e6; border: 4px solid #fff; cursor: pointer; float: left; height: 0; padding: 10px; padding-bottom: 12%; width: 20% }
.cal-today { background-color: #005da3; }
.cal-event h6 { color: #fff; clear: both; font-size: 16px; height: 74px; line-height: 22px; text-align: center; }
.cal-event span { color: #fff; float: right; font-weight: bold }
.cal-event div { display: none; }
.cal-event div img { display: none; }
.cal-event .cal-social { display: block; padding: 0 0 0 6px; }
.cal-event .cal-social a { color: #fff; }
#modal-calendar-item-desc a, #divSmallBiz100Today a { display: block; margin-top: 10px; }
#modal-calendar-item-desc img { border-radius: 4px; max-width: 50%; }
.panel-small-biz-100 { margin-bottom: 50px; }
.panel-small-biz-100 .panel-heading { font-weight: bold; font-size: 18px; }
.panel-small-biz-100 .panel-heading i { margin-right: 10px; }
#divSmallBiz100Today img { border-radius: 4px;  max-width: 50%; width: 100%; }
#divSmallBiz100Today .cal-social { text-align: center; }
#divSmallBiz100Today .cal-social a { display: inline; font-size: 32px; margin: 20px 5px 0 5px; }
#divSmallBiz100Today p { margin-top: 16px; }

@media (max-width: 1260px) {
  #small-biz-100 { background-size: 50% auto }
}

@media (max-width: 1199px) {
  .cal-event h6 { font-size: 15px; height: 60px; line-height: 20px; padding-top: 0px;  }
  .cal-event .cal-social a { font-size: 14px; padding: 0px; }
  #small-biz-100-intro { margin-left: 30px; }
}

@media (max-width: 992px) {
  .cal-event { padding-bottom: 20%; width: 33.3%; }
  .cal-event .cal-social { padding: 0 0 0 6px; }
  .cal-event .cal-social a { font-size: 16px; }
  .cal-event h6 { height: 76px; font-size: 16px; line-height: 22px; padding-top: 6px; }
  h1 { font-size: 32px; line-height: 32px; }
  #small-biz-100-intro { margin: 50px auto 0px auto; }
}

@media (max-width: 768px) {
  .cal-event { padding-bottom: 30%; width: 50%; }
  #divSmallBiz100Today img { max-width: 100%; width: 100%; }
  #modal-calendar-item-desc img { max-width: 100%; }
}

@media (max-width: 500px) {
  #small-biz-100-box-left, #small-biz-100-box-right { height: 90px; margin-bottom: 20px; width: 130px; }
  #small-biz-100-box-left { font-size: 38px; line-height: 42px; }
  #small-biz-100-box-left em { font-weight: 600; font-size: 42px; }
  #small-biz-100-box-right { font-size: 62px; line-height: 90px; }
}

@media (max-width: 499px) {  
  .cal-event .cal-social { padding: 0px; }
  .cal-event .cal-social a { font-size: 14px; }
  .cal-event h6 { font-size: 15px; height: 60px; line-height: 20px; padding-top: 0px; }
}

/* Footer */
#footer { background-color: #005da3; padding: 20px 0 30px 0; }
#footer-logo { margin: 0 0 20px -15px; }
#footer p { color: #d8dcf5; font-style: italic; margin: 0px; padding: 0; }
#footer a { color: #fff; font-style: normal; font-size: 28px; margin-top: 0px; }
#footer .footer-social-media { clear: both; float: right; margin-right: 50px; }
#footer .footer-social-media a { background-color: #fff; color: #005da3; display: block; float: right; font-size: 44px; height: 64px; margin: 15px 0 15px 15px; text-align: center; width: 64px; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
#footer .footer-social-media a:hover { background-color: #3987e6; color: #fff; }
#footer .footer-social-media a i.fab, .footer-social-media a i.fas { color: inherit; margin: 0px; }
#footer .extraTop { margin-top: 20px; }

@media (max-width: 1200px) {
  #footer .footer-social-media a { font-size: 32px; height: 46px; line-height: 50px; width: 46px; }
}

@media (max-width: 992px) {
  #footer a { font-size: 22px; }
  #footer .footer-social-media a { font-size: 20px; height: 30px; line-height: 32px; width: 30px; }
}

@media (max-width: 768px) {
  #footer a { font-size: 14px; }
  #footer .footer-social-media { float: left; margin: 15px 0 0 0; }
  #footer .footer-social-media a { float: left; font-size: 22px; margin: 15px 20px 15px 0px; }
}

/* Calendar */
#events-calendar { clear: both; margin: 20px 0 0 0; }
#calendar h5, #calendar h5 span { font-weight: bold; font-size: 18px; margin-bottom: 20px; }

#modal-calendar-item-desc { clear: both }
.cal-item-section, .cal-item-value { float: left; margin: 10px 0 0 0; }
.cal-item-section { font-weight: bold; width: 100px; }
.cal-clear { clear: both; height: 0px; line-height: 0px; }

/* Full Calendar */
.fc-event { border: #005da3; }
.fc-content { background-color: #005da3; color: #fff; font-size: 14px; padding: 2px; }

/* About Us */
#about-para, about-para { margin-top: 15px; }
#about-logo div, .side-images div { margin: 0 auto 0 auto; max-width: 375px; }
#about-us h3, #our-team h3 { color: #3987e6; font-size: 24px; font-weight: bold; line-height: 20px; margin-top: 22px; }
#about-us h3.h3-primary, #our-team h3.h3-primary { font-size: 30px; }
#about-us h4 { color: #333333; font-style: italic; font-size: 16px; line-height: 16px; }
#about-us li { font-size: 18px; line-height: 32px; }
#about-us .col-xs-3, #our-team .col-xs-3 { max-width: 200px; }
#about-us .img-thumbnail, #our-team .img-thumbnail { margin: 15px 0 15px 0; }
#about-us .btn-holder .btn, #our-team .btn-holder .btn { margin: 30px 20px 10px 0; width: 250px; }
#about-us hr { margin: 30px 0 30px 0; }
.side-images div { margin: 0 auto 0 auto; max-width: 425px; }

@media (max-width: 991px) {
  #about-logo { display: none; }
  #about-us h3 { font-size: 22px; line-height: 20px; }
  #about-us .col-xs-9 p { font-size: 16px; }
}

/* Press */
#press .card-blog { color: #333; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 400; line-height: 24px; margin: 0px; }
#press .card-blog > div > p:first-child { font-style: italic; font-weight: bold; }
#press .card-blog img { max-width: 50%; margin-right: 20px; }
#press .card-blog ul { margin: 20px 0 10px 0; }
#press .card-blog ul ul { margin: 10px 0 0 0; }
#press .card-blog { max-height: 200px; position: relative; overflow: hidden; }
#press .card-blog .read-more { background-image: linear-gradient(to bottom, transparent, white); bottom: 0; left: 0; width: 100%; margin: 0; padding: 60px 0 20px 0; position: absolute; text-align: center; }
#press .card-header { font-size: 1.2rem; }
#press .card-footer { font-style: italic; }
#press .card-footer a { margin-left: 20px; }

/* App */
#our-app .btn-holder .btn { margin: 20px 20px 0 0; }

/* Blue Tie Ball */
#blue-tie-ball .intro-para { margin-top: 15px; }

/* Support Pages (Start-Up Support) */
#start-up-support .info-para { margin-top: 15px; }
#start-up-support li { font-size: 16px; }
#support-logo div { margin: -20px auto 0 auto; max-width: 375px; }
#start-up-support h2 span { font-size: 20px; }
#start-up-support h3, #start-up-support a { color: #005da3; font-size: 18px; line-height: 20px; margin: 5px 0 5px 0; }

#start-up-support .no-margin-top { margin-top: 0px; }

@media (max-width: 991px) {
  #support-logo { display: none; }
  #about-us h3 { font-size: 22px; line-height: 20px; }
  #about-us .col-xs-9 p { font-size: 16px; }
}

/* Our Supporters */
.about-half-left { float: left; width: 47%; }
.about-half-right { float: right; width: 47%; }

.gold-border { border: 1px solid #eee8aa; }

/* Admin */
.admin-row { margin: 20px 0 20px 0; }
.admin-row .input-group { margin: 0; }
.admin-row .p-spacer { margin: 10px 0 10px 0; }
.admin-row h4 { color: #005da3; }
#admin-end { height: 50px; }
.g-signin2 { margin-top: 20px; }
#btLocationDownloadProceed { display: none; }
#btnImageUpload { margin-top: 10px; }
#divRealTimeActivity, divRealTimeActivityHistory div { clear: both; height: 112px; }
#divRealTimeActivity .actTS, #divRealTimeActivityHistory .actTS { color: #999; text-align: right; }
#divRealTimeActivity .actSentence, #divRealTimeActivityHistory .actSentence { font-size: 20px; padding-top: 14px; text-align: center; }
#divRealTimeActivity .actUserAgent, #divRealTimeActivityHistory .actUserAgent { color: #999; font-size: 12px; padding-top: 8px; text-align: center; }
#divRealTimeActivityQueue { display: none; }

#divRealTimeActivityHistory > div { border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; margin-bottom: 20px; padding: 15px 15px 35px 15px; }
#divRealTimeActivityHistory div:last-child { margin-bottom: 0px; }

@media (max-width: 768px) {
  #divRealTimeActivity { clear: both; height: 138px; }
}

@media (max-width: 599px) {
  #divRealTimeActivity { clear: both; height: 178px; }
}

@media (max-width: 459px) {
  #divRealTimeActivity { clear: both; height: 218px; }
}

@media (max-width: 991px) {
  .col-sm-centered { float: none; margin: 0 auto; }
}

/* Blog */
#blog .col-md-6, #blog .col-md-12 { padding-left: 20px; }
#blog h3 { line-height: 24px; margin: 0px; padding: 0px; }
#blog h3.blogDate { color: gray; font-size: 14px; font-style: normal; font-weight: 400; margin: 0 0 10px 0; }
#blog h3.blogDate span { display: inline-block; }
#blog h3.blogDate a { font-size: 18px; margin-left: 10px; }
#blog h3.blogDate i { margin-right: 12px; }
#blog h3 span.cat-spacer { font-style: normal; }
#blog h3 a { font-size: 14px; }
#blog .blogSocialMedia { display: inline; float: right; }
#blog .blogContent div { display: block; }
#blog .blogContent div, #blog .blogContent li, #blog .blogContent p { font-size: 18px; line-height: 28px; margin: 8px 0 10px 0; padding: 0px; }
#blog .blogContent div a { display: inline; line-height: inherit; margin: inherit; padding: inherit; }
#blog .blogContent h3 { color: #005da3; font-size: 18px; font-style: normal; font-weight: bold; margin-top: 10px; }
#blog .blogContent a[data-toggle=lightbox] { display: block; text-align: center; }
#blog .blogContent a[data-toggle=lightbox], #blog .blogContent img { margin: 0 auto; }
#blog div.showMore { display: block; margin-top: 20px; text-align: center; }
#blog ul.blogList { margin: 20px 0 0 0; padding: 0px; }
#blog ul.blogList li { margin-left: 20px; }
#blog ul.blogList li a { color: #005da3; font-size: 15px; font-weight: bold; }
#blog ul.blogList li a span { color: gray; font-size: 12px; font-style: italic; line-height: 20px; }
#blog #ulBlogPost span { display: block; margin: 0 0 6px 0; padding: 0px; }
#blog .blogContent { border-bottom: 1px solid #e8e8e8; padding: 10px 0 30px 0; }

@media (max-width: 991px) {
  #blog #blogPostList { display: none; }
}

@media (max-width: 768px) {
  #blog h2.blogTitle { font-size: 24px; line-height: 32px; }
}

/* Inspire Series Main */
#inspire_agenda { margin-top: 20px; }
#inspire_agenda a.btn { color: #fff; }
a#aVenue { font-size: 15px; }
#inspire_agenda .eventContent { display: none; }

/* Admin Buttons */
.btn-file { font-size: 18px; font-weight: 400; position: relative; overflow: hidden; }
.btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; }

.btn-file-output { height: 39px; }
.upload-panel { margin-bottom: 15px; }
.panel-avail-images { margin-top: -25px; }
.hidden-msb-popup { display: none; }
#divUnverified h3 { color: #111; font-size: 14px; line-height: 16px; margin: 6px 0 2px 0; }
#divUnverified h3.popover-title { margin: 0; }
#divUnverified p { color: #111; font-size: 14px; line-height: 16px; }
#divUnverified .popover { max-width: 800px; width: auto; }

/* Small Business Finder */
#small-business-finder #btSearchShowMore { margin-top: 10px; width: 100%; }
#small-business-finder #btSearchShowMore i { color: #fff; }
#small-business-finder #finder-panel { background: #fff; border: 1px #e5e5e5 solid; border-radius: 5px; margin: 10px 0 10px 10px; padding: 10px; width: 392px; }
#small-business-finder #finder-controls { padding: 0px 0px 10px 10px; }
#small-business-finder #btSearch { color: #999; float: right; font-size: 26px; margin: -62px -6px 0 0; }
#small-business-finder input[type="text"] { border: none; border-bottom: 1px solid #eaeaea; border-radius: 0px; box-shadow: none; margin-top: 10px; width: 320px; -webkit-box-shadow: none; }
#small-business-finder input[type="text"]:focus { box-shadow: none; outline: none; }
#small-business-finder .popover { color: #111; font-family: 'Open Sans', sans-serif; font-size: 13px; }

#divSearchCtrlDrag { background: #fff; border: 1px #e5e5e5 solid; border-radius: 5px; margin: 10px 10px 0 0; padding: 6px 8px 6px 8px; text-align: right; }
#divSearchCtrlDrag div { margin: 0px; }
#divSearchCtrlDrag p { color: #111; font-size: 14px; margin: 0px; padding: 0px 0px 6px 0; }

#small-business-finder .sr-info, #small-business-finder .sr-info p { font-size: 14px; padding: 0px; }
#small-business-finder .sr-info i { color: #005da3; display: inline-block; margin-left: 10px; }
#small-business-finder .sr-info span { color: #005da3; display: inline-block; font-style: italic; margin-left: 5px; }
#small-business-finder .sr-info-summary { display: block; font-style: italic; margin-top: 10px; }
#small-business-finder .sr-info-offer { font-size: 12px; margin-top: 10px; }
#small-business-finder .sr-info-offer .fab, #small-business-finder .sr-info-summary .fab, #small-business-finder .sr-info-offer .fas, #small-business-finder .sr-info-summary .fas { color: #005da3; margin-right: 6px; }
#small-business-finder .sr-info-offer span { display: block; font-style: italic; }

#search-panel { height: 660px; overflow-y: auto; padding-right: 5px; }
#search-panel::-webkit-scrollbar-track { background-color: #fff; }
#search-panel::-webkit-scrollbar { width: 6px; background-color: #999; }
#search-panel::-webkit-scrollbar-thumb { background-color: #999; border: 0px; border-radius: 6px; }

#search-results { height: inherit; }
#search-results a.finder-website, #search-results .fab, #search-results a.finder-website, #search-results .fas { color: #5cb85c; cursor: pointer; margin-right: 6px; }
#search-results .sr-distance { color: #005da3; font-style: italic; float: right; font-size: 12px; }
#search-results .sr-distance .fab, #search-results .sr-distance .fas { color: #005da3; font-size: 12px; margin-right: 2px; }
#search-results .sr-offer { display: block; padding-bottom: 10px; }
#search-results .sr-offer i { display: block; font-size: 12px; padding-top: 4px; }
#search-results .sr-over { background-color: #eee; border-radius: 5px; cursor: pointer; }

/* Search Result Info */
#search-result-info-container { display: none; height: inherit; }
#search-result-info { margin: 0px; padding: 10px 10px 0px 10px; }
#search-result-info h3 { color: #005da3; font-size: 22px; font-weight: bold; line-height: 22px; margin: 0px 0 6px 0; }
#search-result-info h4 { color: #999; font-size: 18px; font-weight: bold; line-height: 18px; margin: 0px 0 6px 0; }
#search-result-info h5 { color: #111; font-weight: bold; font-size: 16px; line-height: 24px; margin: 0px; padding: 4px 0 8px 0; }
#search-result-info h5 span { color: #999; display: block; font-size: 14px; font-weight: normal; margin-top: 2px; }
#search-result-info img { margin: 0px 0px 20px 0px; vertical-align: top; width: 100%; }
#search-result-info p { color: #111; font-size: 14px; line-height: normal; margin: 0px; padding: 4px 0 12px 0; }
#search-result-info ul { list-style-type: none; margin: 0px 0 20px 0; padding: 0px; }
#search-result-info li, #search-result-info li a { line-height: 28px; font-size: 14px; }
#search-result-info a .fab, #search-result-info a .fas { margin: 0px; }
#search-result-info h5 i, #search-result-info li i { color: #3987e6; font-size: 16px; width: 25px; }
#search-result-info hr { margin: 10px 0 20px 0; }

#btBackToMap { display: none; }
#btBackToMap, #btCloseSearchResultInfo { color: #fff; margin-top: 0px; text-align: left; width: 100%; }

@media (max-width: 991px) {
  #btBackToMap { display: block; }
  #btCloseSearchResultInfo { display: none; }
  #divSearchCtrlDrag { display: none; }
  #search-panel { display: none; height: auto; max-height: 660px; }
}

#map-canvas, #map-canvas-wrapper { height: 800px; position: relative; width: 100%; }

/* Other Maps */
#map-location-canvas, #map-event-location-canvas, #map-bus-stop-location-canvas { display: block; height: 300px; }

.search-result { padding: 4px 8px 8px 4px; }
.search-result p { font-size: 14px; margin: 5px 0 3px 0; line-height: 18px; padding: 0px; }
.search-result p.search-result-header { font-weight: bold; }

#my-small-business textarea /*, #modal-pledge textarea*/ { height: 83px; }
#my-small-business h2 { margin-top: 0px; }
.my-small-business-details { margin-top: 10px; }
.my-small-business-details label, .register-sign-up label, #password-reset label /*, #modal-pledge label*/ { font-weight: bold; margin-left: 5px; margin-top: 8px; }
.help-block { margin-left: 5px; }

/* Ensure Toggle Buttons Exempt */
.register-sign-up { margin-top: 20px; }
.register-sign-up p { margin-bottom: 20px; }

#my-location-panel { margin: 10px 0 20px 0; }
#my-location-panel-alert { clear: both; display: none; margin-top: 20px; }

.input-group { margin: 10px 0 30px 0; }

/* My Small Business */
#my-small-business .form-group p.info-para { font-size: 16px; margin: 0px 8px 0 8px; }

#divButtons { margin: 20px 0 30px 0; }
#divButtons .btn-holder, #my-location-panel, #profile-pic-panel, #sbs-100-pic-panel, #social-media-add-panel, .btn-holder-right { text-align: right; }

#password-guidance { margin-bottom: 15px; }

a.btn, a.btn span, button, button.btn, button span, .btn-file, .btn-info { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.extra-info { font-style: italic; font-size: 16px; line-height: 24px; }
.rowAlerts .alert { display: none; margin-top: 20px; }
.form-control-static { padding-left: 6px; }

/* Toggles */
.my-small-business-details .toggle-group label { font-size: 14px; margin: 5px 0 0 0; padding: 0px; }
div.toggle { margin-right: 10px; }
.toggles { margin: 25px 0 25px 0; }

/* My Small Business | Offers */
.event-holder { margin-top: 15px; }
.event-holder .card-body { padding-bottom: 15px; }
.event-holder .event-date { font-size: 15px; font-style: italic; line-height: normal; padding: 0px; }
.event-holder .event-info div { float: left; height: 50px; width: 80px; }
.event-holder .event-info div img { height: 50px; }
.event-holder .event-info .badge { background-color: #8a6d3b; margin: -3px 0 0 20px; }
.event-holder .event-location { font-size: 16px; }
.event-holder .event-location span { font-weight: bold; }
.event-holder .card-body p { line-height: normal; }
.event-holder .panel-title { font-weight: bold; padding: 0px; }
.event-holder .event-controls { clear: left; float: right; margin-top: -35px; }
.event-holder i.fa-trash { color: #d9534f; cursor: pointer; font-size: 20px; }
.event-holder i.fa-edit { color: #005da3; cursor: pointer; font-size: 22px; }
.event-holder i.fa-image { color: #5cb85c; cursor: pointer; font-size: 22px; }
.event-holder i.fa-map-marker { color: #005da3; font-size: 24px; margin-right: 10px; }

#add-edit-event label, #modal-update-event-location label { margin: 0px; }
#add-edit-event .input-group, #modal-update-event-location .input-group { margin: 0px; }
#my-small-business #add-edit-event .has-feedback .form-control-feedback, #my-small-business #modal-update-event-location .has-feedback .form-control-feedback { top: 10px; right: 15px; }
.timepicker-picker a.btn { width: auto; }
.date .input-group-text { cursor: pointer; }
.control-delete, .control-edit { width: 40px; float: left; }

/* My Small Business | Small Biz 100 Application */
#smallBiz100Tab .character-count { float: right; font-size: 85%; }
#smallBiz100Tab .form-group { clear: both; }
#smallBiz100Tab div.has-feedback i.form-control-feedback { top: inherit; }
#smallBiz100Tab div.feedback-special-top i.form-control-feedback { top: 45px; }
#smallBiz100Tab form { margin-left: 5px; }
#smallBiz100Tab img { width: 100%; }
#smallBiz100Tab label { margin-top: 20px; }
#smallBiz100Tab textarea { margin-bottom: 8px; }

thead td { font-weight: bold; }
.table-hover tr:hover { cursor: pointer; }

.txt-counter { font-size: 12px; }
.txt-counter-exceeded { color: red; font-size: 12px; }

/* CheckBox Style */
.form-check label { font-weight: 400; margin: 0px 45px 0 0; }
.form-check .help-block { margin-left: 0px; }

/* Terms of Registration */
#modal-terms-of-registration h3 { color: #111; font-size: 18px; line-height: 18px; margin: 24px 0 10px 0; }
#modal-terms-of-registration li { font-size: 18px; font-weight: 400; }

#smallBiz100ApplicationsList { margin: 20px; }
#smallBiz100ApplicationsList div { border-bottom: 1px solid #d8dcf5; padding-bottom: 20px; }
#smallBiz100ApplicationsList h1 { font-size: 24px; line-height: 24px; padding: 0px; }
#smallBiz100ApplicationsList h1 a { font-family: 'Pacifico', cursive; }
#smallBiz100ApplicationsList h1 span { display: inline; font-size: 16px; font-weight: normal; line-height: 18px; margin-left: 10px; }
#smallBiz100ApplicationsList h2 { color: #333; font-size: 18px; line-height: 18px; margin: 0 0 10px 0; text-transform: none; }
#smallBiz100ApplicationsList h3 { color: #005da3; font-size: 14px; font-weight: normal; line-height: 14px; margin: 0 0 15px 0; text-transform: none; }
#smallBiz100ApplicationsList h3 span { font-weight: bold; }
#smallBiz100ApplicationsList p { color: #111; font-size: 16px; line-height: 22px; padding: 0; }
#smallBiz100ApplicationsList p.section { color: #333; font-weight: bold; padding: 14px 0 7px 0; }

#my-small-business .profile-picture img { margin: 20px 0 30px 0; }
.fileinput-button { margin: 20px 0 40px 0; }

#my-small-business span.fab, #my-small-business span.fas { color: #005da3; margin-right: 10px; }

/* My Small Business - Tags */
.bootstrap-tagsinput { width: 100%; }
.bootstrap-tagsinput .label-info { background-color: #5bc0de; border-radius: .25em; font-weight: bold; padding: 2px 5px 2px 5px; }

/* My Small Business - Social Media */
#my-small-business ul.social-media { list-style-type: none; margin: 0px; padding-left: 15px; }
#my-small-business .social-media li { font-size: 16px; margin: 5px 0 5px 0; }
#my-small-business .social-media span.fab, #my-small-business .social-media span.fas { color: #005da3; margin-right: 6px; width: 20px; }
#my-small-business .social-media span.fa-trash { color: gray; cursor: pointer; font-size: 14px; margin-left: 10px; }

/*#slSocialMediaHandles { width: 30%; }
#tbSocialMediaText { width: 70%; }*/

/* My Small Business - Marketing Materials */
#marketingPackTab .btn { color: #fff; margin: 10px 10px 0 0; }
#marketingPackTab .form-group { margin: 15px 0 0 0; }

/* My Small Business - The Tour Sessions */
#my-small-business .panel { margin-top: 16px; }
@media (min-width: 991px) {
  #divNetworkingParas { height: 514px; }
}

/* Maintenance */
.max-height { height: 400px; }
#divMaintenanceLogo { margin: 60px auto 0px auto; text-align: center; }
#divMaintenanceLogo img { margin: 0px auto; text-align: center; }

/* Form Validation */
#my-small-business .has-feedback .form-control-feedback { top: 45px; right: 0; }
#my-small-business .modal-body .has-feedback .form-control-feedback { top: 9px; right: 0; }
#my-small-business .form-check .form-control-feedback { top: 0px; right: 0; }

/* Font Awesome */
a .fab, a .far, a .fas, button .fab, button .fas, h2 .far, h2 .fas, .card-header .fas, label .fas, .btn .fad, .btn .fas { margin-right: 12px; }
h2 .far, h2 .fas { font-size: 24px; }

/* Cards */
.card { border: 1px solid #bfdef5; margin-bottom: 20px; }
.card-header { background-color: #bfdef5; color: #005da3; padding: 10px; }
.card-body h2 { margin: 8px 0 12px 0; }

@media (max-width: 991px) {
  .card-body h2  { font-size: 20px; }
}

/* Bootstrap Select */
.bootstrap-select, .bootstrap-select .filter-option-inner-inner, .bootstrap-select li a span { background-color: none; color: #495057; font-size: 16px; }

/* Figures & Footnotes */
.figure-caption { font-style: italic; }
blockquote *:before{
    content:''!important;
 }