body {
  font-family:'Helvetica Neue','Helvetica','Verdana','Arial',sans-serif !important;
  padding-top: 40px;
}

/* ==========================================================================
   TYPOGRAPHY
========================================================================== */
h1, h2, h3, h4 {
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'Francois One', sans-serif;*/
 	margin: 0 0 5px;
    color: #3e3e3e;
}

h1 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

h2 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}

h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #353535;
}

h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3e3e3e;
}

h2, h3, h4{
    border-bottom: 1px solid #e0e0e0;
}

b, strong. .strong {
    font-weight: 700;
}

a{
    color:#00a;
}

p {
    margin: 0;
}

.large{
	font-size: 18px;
    line-height: 25px;
    margin-bottom: 50px;
    font-weight: 400;
    text-align: center;
}

.text-white {
    color: #ffffff;
}



/* ==========================================================================
   GENERAL
========================================================================== */
.bqLn{
    line-height:1.6;
}

.bq_s {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.bq_fl{
    margin-top:5px;
    margin-bottom:5px;
}

.bq_fl_subhead{
    font-family: 'Georgia', serif;
    font-style: italic;
}


.bqDesktopLogo {
    background: url(../images/logo.png);
    background: -webkit-image-set(url(../images/logo.png) 1x,url(../images/logo@2x.png) 2x);
    background-repeat: no-repeat;
    background-position:0 2px;
    display: inline-block;
    height: 40px;
    width: 181px;
    padding-top: 0 !important;
}

.year-range-chicklet{
    border: 1px solid #f7f7f7;
    background:#f9f9f9;
    border-radius: 3px;
    padding: 10px 20px;
    text-align: left;
    margin-bottom:10px;
    display:block;
    font-weight:500;
}

.year-range-chicklet:hover{
    background:#4865cd;
    color:#fff;
    font-weight:500;
    text-decoration: none;
}

.year-chicklet {
    /*border: 1px solid #e0e0e0;*/
    background: #f9f9f9;
    border-radius: 3px;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    margin-right: 22px;
    float: left;
}

.year-chicklet:hover{
    background:#4865cd;
    color:#fff;
    font-weight:500;
    text-decoration: none;
}

.year-arrow{
    float:right;
    font-size:11px;
    line-height:2;
}

.adblock{
    margin-top:35px;
}

.inquire-content p{
    margin:10px 0 20px 0;
}

.pull-right {
    float: right !important;
}

.bodybold{
    font-weight:bold;
}
/* ==========================================================================
   NAVBAR
========================================================================== */

.navbar{
	min-height:40px;
}

.navbar-brand {
    padding: 0 15px 0 0;
    height:40px;
}

.navbar-inverse{
	background:#4865cd;
	border:none;
}

.navbar-inverse .navbar-nav>li>a{
	color:#fff;
	font-weight:500;
	padding-top:10px;
	padding-bottom:10px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	background:#344cad;
	box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	background:#344cad;
	box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
}

.navbar-toggle{
	border:none;
	padding:5px 8px;
	margin-right:20px;
}


/* Mobile Subnav */

#bq-submenu-navbar{
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    border-bottom: 1px solid #CECECE;
    background: #f8f8f8;
    margin-left: -10px;
    margin-right:-10px;
    margin-bottom:0;
    padding: 0;
    float:none;
    border-radius:0;
}

#bq-submenu-navbar-nav{
    float:none; 
    margin: 0 auto; 
    display: table; 
    table-layout: fixed;
}

#bq-submenu-navbar-nav li{
    display: inline-block;
    float: left;
}

#bq-submenu-navbar-nav li a {
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: none;
    color: #777;
}

#bq-submenu-navbar-nav li a:hover {
    background-color: #e7e7e7;
    color: #777;
}

#bq-submenu-navbar-nav li.sub-active {
    background-color: #e7e7e7;
    color: #777;
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}

/* Letter Nav */

.letter-navbar {
    min-height: 30px;
    padding-top: 3px;
    box-shadow:0 1px 4px rgba(0,0,0,0.067);
}

.bq-tn-letters {
    font-size: 13px;
}

.letter-navbar.qs-blk {
    background-color: #000;
    background-image: linear-gradient(to bottom,#383838,#080808);
    border: 1px solid #000;
    color: white;
}
.letter-navbar.qs-blk a {
    color: #e0e0e0;
}

.letter-navbar.qs-blk a:hover {
    color: #fff;
}






/*
 * Open dropdowns on hover instead of click.
 */
@media (min-width: 768px) {
  .dropdown:hover {
    background: #e7e7e7;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/*
 * The following is needed since the dropdowns are <div> elements instead
 * of <a> elements
 */
.nav > li > div {
  position: relative;
  display: block;
  padding: 10px 15px;
  cursor: default;
}
.navbar-nav > li > div {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.navbar-default .navbar-nav > li > div {
  color: rgb(119, 119, 119);
}
.navbar-collapse.collapse {
  display: none;
}
.dropdown-open {
  background: #e7e7e7;
}




/* ==========================================================================
   Inquire Pages Nav
========================================================================== */
ul.topnav {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius:3px;
}

ul.topnav li a {
    display: block;
    color: #0000AA;
    text-align: left;
    padding: 12px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    border-radius: 3px;
}


.inquire-nav .nav > li.active > a {
    color: #fff;
    line-height: 1.25;
}

ul.topnav li a:hover {background-color: #f1f1f1;}

ul.topnav li.icon {display: none;}

.inquire-nav .nav > li.icon > a:hover, .inquire-nav .nav > li.icon > a:focus, .inquire-nav .nav > li.icon > a:active{
    background:#666;
}

@media screen and (max-width:991px) {
  ul.topnav {
      border-radius:3px;
      background:#eeeeee;
  }

  ul.topnav li a {
    border-radius:0;
    }

  ul.topnav li a:hover {
    background-color: #f9f9f9;
   }  
}


@media screen and (max-width:680px) {
  ul.topnav {
      border-radius:3px;
      background:#eeeeee;
      margin-top:10px;
  }
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    display: block;
    background-color: #4663cd;
    color:#fff;
  }

  ul.topnav li.icon:active {
    background-color: #354fad;
    color:#fff;
  }

  .inquire-nav ul.topnav .icon a{
    color:#fff !important;
  }

  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position:relative;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}


/* ==========================================================================
   PAGE STYLES
========================================================================== */

header{
	display:block;
	border-bottom:1px solid #e0e0e0;
    padding-bottom:5px;
}

header h1{
	margin:10px 0 0 0;
}

.header-text{
    float:left;
    margin-right:40px;
}

.page-share-buttons{
    margin-top:20px;
    float:left;
}

.splash-div {
    background-color: black;
    border-bottom: 0px solid black;
}

.splash-tbl {
    height: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.splash-tbl .ws-author {
    font-family: "Times New Roman",Times,Arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}

.splash-div .ws-title div .bq-slide-q-text {
    font-size: 32px;
    line-height: 32px;
    text-shadow: 3px 3px #000;
    font-weight:600;
}

.splash-div .ws-title {
    font-family: 'Francois One','Open Sans',Arial,sans-serif;
    text-shadow: 2px 2px #000;
}

a.bq-sl-lnk:link, a.bq-sl-lnk:visited {
    color: #f9fbfb;
    text-decoration: none;
}

.pagination{
	margin:0px 0 0 8px;
    font-size:12px;
}

.table thead tr th {
    background-color: #4462cb;
    color: #e0e0e0;
}

.listing-area h2{
    margin-bottom:10px;
    border-bottom:1px solid #e0e0e0;
    font-size:15px;
}

.topic-listing-area .bqLn{
    line-height:1.8;
}

.bqPinIcon {
    width: 16px;
    height: 16px;
    border: 0;
}

.share-section{
    margin:10px 0;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding:15px 0 10px 10px;
    max-width:300px;
}

.share-top{
    float:right;
    margin-top:10px;
}

header h1{
    display:inline-block;
}


/* ==========================================================================
   BOTTOM AREA
========================================================================== */

.bottom-area-container{
    margin-top:280px;
    border-top:1px solid #e0e0e0;
    padding-top:40px;
}

.bottom-area-container h2{
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.bottom-area-container .btn-xs{
    margin-top:10px;
}

.bottom-area-col{
    margin-bottom:40px;
}



/* ==========================================================================
   FOOTER
========================================================================== */
.glam-ftr {
    background-color: black;
    text-align: center;
    padding:10px 0;
}

.ftr_nav {
    font-size: 12px;
    color: #b0b0b0;
}

.ftr_nav a{
    color:#b0b0b0;
}

.link-list{
	line-height:1.1;
	color:#337ab7;
	margin-bottom:40px;
}
.link-list a{
	font-size:14px;

}

.bq_pg_our_story .bq_fq {
    width: 185px;
    margin-left: 20px;
}

.bq_pg_our_story .bq_fq {
    position: relative;
    top: 5px;
}

.bq_fq {
    background: url("https://www.brainyquote.com/st/img/1370356/quotes.png") no-repeat scroll 5px -2px #fbfbfb;
    border-color: #f5f5f5 #ececec #dfdfdf;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #ccc;
    margin: 5px 5px 5px 5px;
    overflow: hidden;
    padding: 15px 20px 12px;
}



.bq_fq p {
    font-weight: 300;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 16px;
    color: #898989;
    margin-bottom: 5px;
}

.bq_fq p.bq_fq_a {
    color: #666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

.sidebar-nav .nav>li.active>a {
    color: #fff;
}

.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    background-color: #4462cb;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}



/* ==========================================================================
   CALENDAR
 ========================================================================== */ 

.calendar-container {
    height: 235px;
    top: 50%;
    width: 230px;
    float: left;
    margin-right: 20px;
}

.calendar {
    text-align: center;
}

.calendar header {
    position: relative;
    border-bottom:0;
    padding-bottom:0;
}

.calendar h2 {
    font-size:18px;
    margin-bottom: 0;
    border-bottom: 0;
    font-weight: 300;
    text-align:left;
    margin-left:8px;
}

.calendar thead {
    font-weight: 600;
    text-transform: uppercase;
}

.calendar tbody {
    color: #7c8a95;
}

.calendar tbody td:hover {
    border: 2px solid #4865cd;
    cursor:pointer;
}

.calendar tbody td a:hover {
    text-decoration:none;
}

.calendar tbody td.empty:hover {
    border: none;
    cursor:default;
}

.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 2em;
    line-height: 1.8em;
    text-align: center;
    width: 2em;
    color:#4865cd;
}

.calendar .prev-month,
.calendar .next-month {
    color: #cbd1d2;
}

.calendar .prev-month:hover,
.calendar .next-month:hover {
    border: 2px solid #cbd1d2;
}

.event {
    cursor: pointer;
    position: relative;
}

.btn-prev,
.btn-next {
    border: 2px solid #cbd1d2;
    border-radius: 50%;
    color: #cbd1d2;
    height: 2em;
    font-size: .75em;
    line-height: 2em;
    margin: -1em;
    position: absolute;
    top: 50%;
    width: 2em;
}

.btn-prev:hover,
.btn-next:hover {
    background: #cbd1d2;
    color: #f9f9f9;
}

.btn-prev {
    left: 6em;
}

.btn-next {
    right: 6em;
}


/* Custom calendar elements */

.fc-calendar-container {
    position: relative;
    height: 400px;
    width: 400px;
}

.fc-calendar {
    width: 100%;
    height: 100%;
}

.fc-calendar .fc-head {
    height: 30px;
    line-height: 30px;
    background: #ccc;
    color: #fff;
}

.fc-calendar .fc-body {
    position: relative;
    width: 100%;
    height: 100%;
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
}

.fc-calendar .fc-row {
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
    height: 25%;
}

.fc-five-rows .fc-row  {
    height: 20%;
}

.fc-six-rows .fc-row {
    height: 16.66%;
    height: -moz-calc(100%/6);
    height: -webkit-calc(100%/6);
    height: calc(100%/6);
}

.fc-calendar .fc-row > a,
.fc-calendar .fc-head > a {
    float: left;
    height: 100%;
    width:  14.28%; /* 100% / 7 */
    width: -moz-calc(100%/7);
    width: -webkit-calc(100%/7);
    width: calc(100%/7);
    position: relative;
}

.fc-calendar .fc-row > a {
    border-right: 1px solid #ddd;
    padding: 4px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.fc-calendar .fc-head > a {
    text-align: center;
}

.fc-calendar .fc-row > a > span.fc-date {
    position: absolute;
    width: 30px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #4865cd;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
    bottom: 5px;
    right: 5px;
    text-align: right;
}

.fc-calendar .fc-row > a > span.fc-weekday {
    padding-left: 5px;
    display: none;
}

.fc-calendar .fc-row > a.fc-today {
    background: #fff4c3;
}

.fc-calendar .fc-row > a.fc-out {
    opacity: 0.6;
}

.fc-calendar .fc-row > a:last-child,
.fc-calendar .fc-head > a:last-child {
    border-right: none;
}

.fc-calendar .fc-row:first-child {
    border-top:1px solid #ddd;
}

.fc-calendar .fc-row:last-child {
    border-bottom: none;
    border-right: none;
}

.fc-calendar .fc-row > a:empty {
    background: transparent;
    border:none;
    cursor:default;
}

.custom-calendar-wrap {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    border:1px solid #ddd;
}

.custom-inner {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
    content: '';
    width: 99%;
    height: 50%;
    position: absolute;
    background: #f6f6f6;
    bottom: -4px;
    left: 0.5%;
    z-index: -1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
    content: '';
    width: 98%;
    bottom: -7px;
    left: 1%;
    z-index: -2;
}

.custom-header {
    background: #fff;
    padding: 5px 10px 10px 20px;
    height: 70px;
    position: relative;
    border-top: 5px solid #4865cd;
    border-bottom: 1px solid #ddd;
}

.custom-header h2,
.custom-header h3 {
    text-align: center;
    text-transform: uppercase;
}

.custom-header h2 {
    color: #495468;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    border-bottom:0;
    margin-bottom:0;
}

.custom-header h3 {
    font-weight: 400;
    color: #9fa3a9;
    border-bottom: 0;
    font-family: "Georgia", sans-serif;
    text-transform: none;
    font-size: 12px;
    font-style: italic;
}


/* Calendar Small */
.small-view .custom-calendar-wrap{
    width:300px;
    margin-left:0;
}
.small-view .custom-header{
    height:70px;
}

.small-view .custom-header h2 {
    margin-top: 10px;
    text-transform: none;
    font-weight: 500;
    color: #3e3e3e;
    line-height: 1;
}

.small-view .fc-calendar-container {
    height: 250px;
    width: auto;
    padding: 32px 22px 22px 22px;
    padding-bottom:0;
    background: #f6f6f6;
    box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.small-view .fc-calendar .fc-head {
    background: transparent;
    color: #4865cd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.small-view .fc-calendar .fc-row > a {
    background: #fff;
    cursor: pointer;
}

.small-view .fc-calendar .fc-row > a:hover {
    background: #4865cd;
    cursor: pointer;
}

.small-view .fc-calendar .fc-row > a:hover .fc-date {
    color:#fff;
    cursor: pointer;
    text-shadow:none;
}

.small-view .fc-calendar .fc-row > a:empty {
    background: transparent;
    cursor:default;
}

.small-view .fc-calendar .fc-row > a > span.fc-date {
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -10px 0 0 -15px;
    font-weight: 500;
    pointer-events: none;
    font-size:14px;
}

.small-view .fc-calendar .fc-row > a.fc-today {
    background: #4865cd;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.small-view .fc-calendar .fc-row > a.fc-today > span.fc-date {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.small-view .fc-calendar .fc-row > a.fc-content:after {
    content: '\00B7';
    text-align: center;
    width: 20px;
    margin-left: -10px;
    position: absolute;
    color: #DDD;
    font-size: 70px;
    line-height: 20px;
    left: 50%;
    bottom: 3px;
}

.small-view .fc-calendar .fc-row > a.fc-today.fc-content:after {
    color: #b02c42;
}

.small-view .fc-calendar .fc-row > a.fc-content:hover:after{
    color: #4865cd;
}

.small-view .fc-calendar .fc-row > a.fc-today.fc-content:hover:after{
    color: #fff;
    text-shadow:none;
}

.small-view .fc-calendar .fc-row > a > a a,
.small-view .fc-calendar .fc-row > a > a span {
    display: none;
    font-size: 22px;
}

@media screen and (max-width: 400px) {
    .small-view .custom-calendar-wrap{
       width:auto;
       margin-left:0;
    }
    .small-view .fc-calendar-container {
        height: 300px;
    }
    .small-view .fc-calendar .fc-row > a > span.fc-date {
        font-size: 15px;
    }
    .ad-box{
        text-align: center;
    }
    .share-section{
        max-width:none;
    }
    .share-section div{
        text-align:center;
    }
}



/* Calendar Small View Grid */
.small-view-grid{
    z-index:1;
}
.small-view-grid .custom-calendar-wrap {
    width: 230px;
    margin-left: 0;
    float: left;
    margin-right: 15px;
}
.small-view-grid .custom-header{
    height:52px;
}

.small-view-grid .custom-header h2{
    margin-top:0;
    text-transform: none;
    font-weight:500;
    color:#3e3e3e;
}

.small-view-grid .fc-calendar-container {
    height: 200px;
    width: auto;
    padding: 15px;
    padding-bottom:0;
    background: #f6f6f6;
    box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.small-view-grid .fc-calendar .fc-head {
    background: transparent;
    color: #4865cd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.small-view-grid .fc-calendar .fc-row > a {
    background: #fff;
    cursor: pointer;
}

.small-view-grid .fc-calendar .fc-row > a:hover {
    background: #4865cd;
    cursor: pointer;
}

.small-view-grid .fc-calendar .fc-row > a:hover .fc-date {
    color:#fff;
    cursor: pointer;
    text-shadow:none;
}

.small-view-grid .fc-calendar .fc-row > a:empty {
    background: transparent;
}

.small-view-grid .fc-calendar .fc-row > a > span.fc-date {
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -10px 0 0 -15px;
    font-weight: 400;
    pointer-events: none;
    font-size:14px;
}

.small-view-grid .fc-calendar .fc-row > a.fc-today {
    background: #4865cd;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.small-view-grid .fc-calendar .fc-row > a.fc-today > span.fc-date {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.small-view-grid .fc-calendar .fc-row > a.fc-content:after {
    content: '\00B7';
    text-align: center;
    width: 20px;
    margin-left: -10px;
    position: absolute;
    color: #DDD;
    font-size: 70px;
    line-height: 20px;
    left: 50%;
    bottom: 3px;
}

.small-view-grid .fc-calendar .fc-row > a.fc-today.fc-content:after {
    color: #b02c42;
}

.small-view-grid .fc-calendar .fc-row > a.fc-content:hover:after{
    color: #4865cd;
}

.small-view-grid .fc-calendar .fc-row > a.fc-today.fc-content:hover:after{
    color: #fff;
}

.small-view-grid .fc-calendar .fc-row > a > a a,
.small-view-grid .fc-calendar .fc-row > a > a span {
    display: none;
    font-size: 22px;
}

@media screen and (max-width: 544px) {
    .small-view-grid .custom-calendar-wrap{
        width:100%;
    }
    .small-view-grid .fc-calendar-container {
        height: 300px;
    }
    .small-view-grid .fc-calendar .fc-row > a > span.fc-date {
        font-size: 15px;
    }
}

/* Show/Hide Homepage Calendars */
.january-calendar{
    display:none;
}

.february-calendar{
    display:none;
}

.march-calendar{
    display:none;
}

.april-calendar{
    display:none;
}

.may-calendar{
    display:none;
}

.june-calendar{
    display:none;
}

.july-calendar{
    display:none;
}

.august-calendar{
    display:none;
}

.september-calendar{
    display:none;
}

.october-calendar{
    display:none;
}

.november-calendar{
    display:none;
}

.december-calendar{
    display:none;
}


/* Calendar Month View */
.month-view .custom-calendar-wrap{
    border:none;
}

.month-view .fc-calendar-container {
    height: 400px;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: inset 0 1px rgba(255,255,255,0.8);
    border:none;
}

.month-view .fc-calendar .fc-head {
    background: transparent;
    color: #4865cd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.month-view .fc-calendar .fc-row > a {
    background: #fff;
    cursor: pointer;
}

.month-view .fc-calendar .fc-row > a:empty {
    background: transparent;
}

.month-view .fc-calendar .fc-row > a > span.fc-date {
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -10px 0 0 -15px;
    color: #4462cb;
    font-weight: 400;
    pointer-events: none;
}

.month-view .fc-calendar .fc-row > a.fc-today {
    background: #4865cd;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.month-view .fc-calendar .fc-row > a.fc-today > span.fc-date {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.month-view .fc-calendar .fc-row > a:hover {
    background: #4865cd;
    cursor: pointer;
}

.month-view .fc-calendar .fc-row > a:hover .fc-date {
    color:#fff;
    cursor: pointer;
    text-shadow:none;
}

.month-view .fc-calendar .fc-row > a.fc-content:after {
    content: '\00B7';
    text-align: center;
    width: 20px;
    margin-left: -10px;
    position: absolute;
    color: #DDD;
    font-size: 70px;
    line-height: 20px;
    left: 50%;
    bottom: 3px;
}

.month-view .fc-calendar .fc-row > a.fc-today.fc-content:after {
    color: #b02c42;
}

.month-view .fc-calendar .fc-row > a.fc-content:hover:after{
    color: #4865cd;
}

.month-view .fc-calendar .fc-row > a.fc-today.fc-content:hover:after{
    color: #fff;
}

.month-view .fc-calendar .fc-row > a > a a,
.month-view .fc-calendar .fc-row > a > a span {
    display: none;
    font-size: 22px;
}

@media screen and (max-width: 400px) {
    .month-view .fc-calendar-container {
        height: 300px;
    }
    .month-view .fc-calendar .fc-row > a > span.fc-date {
        font-size: 15px;
    }
}


/* ==========================================================================
   HISTORY TIMELINE (Events)
 ========================================================================== */ 

#timeline {
    margin: 10px 0;
    position:relative;
}

#timeline section {
    padding-top:0;
    padding-bottom:0;
    border-bottom:0;
}

#timeline section.year {
    position: relative;
}

#timeline section.year section ul:last-child {
    margin-bottom: 0;
}

#timeline section.year section ul {
    list-style-type: none;
    padding: 0 0 0 81px;
    margin: 0 0 1em;
    font-size: 1.4em;
    line-height: 1.55em;
}

#timeline section.year section ul li {
    text-align: left;
    font-size:16px;
    line-height:1.4;
}

#timeline section.year section ul:first-of-type:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #e0e0e0;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 49px;
    top: 5px;
    z-index: 2;
}

#timeline section.year section h4 {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 81px;
    font-weight: 300;
    color: #aab2b6;
}

#timeline section.year section {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 1em;
}

#timeline h3 {
    position: absolute;
    color: #4865cd;
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    font-weight:600;
    border-bottom: 0;
    z-index:1;
}

#timeline h3 a{
    color:#4865cd;
}

#timeline h3 a:hover{
    color:#344cad;
}

#timeline div:after {
    content: '';
    width: 2px;
    position: absolute;
    top: 14px;
    bottom: 10px;
    left: 57px;
    z-index: 1;
    background: #e0e0e0;
}

section.year ul li a{
    color:#000;
}

section.year ul li a:hover{
    color:#344cad;
    text-decoration:none;
}


/* ==========================================================================
   HISTORY TIMELINE (Years)
 ========================================================================== */ 

#timeline-year {
    margin: 10px 0;
    position:relative;
}

#timeline-year section {
    padding-top:0;
    padding-bottom:0;
    border-bottom:0;
}

#timeline-year section.year {
    position: relative;
}

#timeline-year section.year section ul:last-child {
    margin-bottom: 0;
}

#timeline-year section.year section ul {
    list-style-type: none;
    padding: 3px 0 0 155px;
    margin: 0 0 1em;
    font-size: 1.4em;
    line-height: 1.55em;
}

#timeline-year section.year section ul li {
    text-align: left;
    font-size:16px;
    line-height:1.4;
}

#timeline-year section.year section ul:first-of-type:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #e0e0e0;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 126px;
    top: 5px;
    z-index: 2;
}

#timeline-year section.year section h4 {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 81px;
    font-weight: 300;
    color: #aab2b6;
}

#timeline-year section.year section {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 1em;
}

#timeline-year h3 {
    position: absolute;
    color: #4865cd;
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    font-weight:600;
    border-bottom: 0;
    z-index:1;
}

#timeline-year h3 a{
    color:#4865cd;
}

#timeline-year h3 a:hover{
    color:#344cad;
}

#timeline-year div:after {
    content: '';
    width: 2px;
    position: absolute;
    top: 14px;
    bottom: 10px;
    left: 134px;
    z-index: 1;
    background: #e0e0e0;
}

/* ==========================================================================
   BOTTOM NAV
 ========================================================================== */ 

.bq_bot_nav {
    margin-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #4462cb;
    border-bottom: 1px solid #7f7f7f;
    border-top: 1px solid #7f7f7f;
    padding-bottom: 30px;
    padding-top: 10px;
    color: white;
    position: relative;
}



/* New Footer Styles */
.share-block{
    border-radius:3px;
    color:#fff;
    height:50px;
    margin-bottom:8px;
    padding:10px 9px 20px 6px;
    text-align:center;
    display:block;
    cursor:pointer;
    position:relative;
    line-height:2;
    white-space: nowrap;
    vertical-align: middle;
    width:95%;
}

@media (min-width: 992px) {
    .share-block {
        padding:10px 20px 10px 6px;
        -o-transition:.5s;
        -ms-transition:.5s;
        -moz-transition:.5s;
        -webkit-transition:.5s;
        transition:.5s;
    }

    .share-block:hover span.share-block-text{
        padding-left:10px;
    }

}

.share-block:hover{
    opacity:0.9;
    color:#fff;
}

.share-block span{
    display:block;
    float:left;
    margin-bottom:0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.share-block .fa-chevron-right{
    float:right;
    margin-top:8px;
}

.mobile-social-header{
    margin-top:10px;
}

.facebook-sb{
    background:#3e5899;
}

.twitter-sb{
    background:#00acee;
}

.google-plus-sb{
    background:#de422b;
}

.share-block .social-icon-box{
    float:left;
    margin-right:10px;
    font-size:28px;
    display:block;
    width:40px;
    line-height:1.2;
}

.footer-follow-icons{
    padding-left:0;
}

.footer-follow-center{
    margin:auto;
    padding:10px 0;
    width:148px;
}

.footer-follow-icons li{
    float:left;
    list-style-type:none;
    width:32px;
    height:32px;
    background:#fff;
    margin-right:5px;
    border-radius:50px;
    text-align:center;
}

.bq_s .footer-follow-icons li a{
    padding:3px;
    color:#4462cb;
    display:block;
    font-size:20px;
}

.bq_s .footer-follow-icons li:hover{
    background:#2c49ae;
}

.bq_s .footer-follow-icons li a:hover{
    color:#fff;
}

.follow-padding-fix{
    padding-left:1px;
}


.ios-devices-small{
    float:left;
    margin-right:20px;
    margin-top:20px;
    max-width:50%;
}


.ios-devices-text{
    float:left;
    max-width:45%;
    margin-top:20px;
}


@media (max-width: 461px) {
    .ios-devices-small, .ios-devices-text{
        max-width:100%;
    }

}


.bq_bot_nav h1, .bq_bot_nav h2, .bq_bot_nav h3{
    border-bottom:0;
}

.bq_bot_nav a{
    font-size:14px;
}
/* Force a width and height on the photo image */
.bqpht {
    width: 298px;
    height: 192px;
}


.bqActIcns {
    padding-left:1px;
    display:none;
}

.btn.bq-navb-btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

.center-modal {
    position: fixed;
    top: 50px;
    left: 18.5%;
    z-index: 1050;
    width: 60%;
    height: 80%;
    margin-left: -10%;
}

.bq-modal-header  {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: -1px;
}

.bq-modal-header-light  {
    font-size: 22px;
    font-weight: 200;
    font-family: 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', sans-serif !important;
}

.is-mbl .bq-modal-header-light {
    font-size: 18px;
}



.bq-modal-body-link {
    margin-top:10px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', sans-serif !important;
}

.bq-modal-body-selected {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', sans-serif !important;
}

.bq-modal-body-light {
    font-size: 20px;
    font-weight: 200;
    font-family: 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', sans-serif !important;
}

.bq-modal-footer {
    text-align: left;
}

.bq-modal-footer-text  {
    font-weight: 400;
    font-weight: bold;
    font-family: 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', sans-serif !important;
}

.bq-modal-footer-center {
    text-align: center;
    border-top: 0px solid;
}

.bq-modal-confirm-text {
    text-align: center;
    border-bottom: 0px;
}

.bq-cname-item {
    padding:10px;
}

.bq-cname-item:hover {
    background-color: #f6f6f6;
}

.bq-cname-txt {
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.bq_bot_nav .row{
    margin-bottom:5px;
    margin-top:14px;
    text-align:center;
}

.bq_bot_nav h3{
	color:#fafafa;
	font-size:14px;
	margin-bottom:10px;
}

.bq_bot_nav a{
	color:#e0e0e0;
}

.bottom-nav-list{
	padding-left:0;
}

.bottom-nav-list li{
	list-style-type: none;
	float:left;
	margin-right:10px;
}

/* ==========================================================================
   RESPONSIVE STYLES
 ========================================================================== */ 

@media (max-width: 1499px) {
.grid{
		margin: 0 auto;
	}
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 991px) {
	.grid-container{
    	width:100%;
    	margin:auto;
    	padding-left:0;
    	padding-right:0
    }
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 767px) {
	.bqDesktopLogo{
		margin:auto;
	}
    
    header{
        margin-top:45px;
    }

    header h1{
        font-size:20px;
    }

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
        text-align: center;
        margin: auto;
        float: none;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        text-align: center;
    }

}


@media (min-width: 767px) {
    .navbar-visible{
        display:none;
    }

}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 599px) {
    .bq-tn-wrap {
    	display: block;
	}
	
	#bq-auth-lbl {
 	   display: none;
	}

    .splash-div .ws-title div .bq-slide-q-text{
        font-size:26px;
    }
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 479px) {

	.letter-navbar.qs-blk{
		display:none;
	}

}



