/**--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section.
Please add a commented out title to the custom code you add to this  page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/
/*Custom CSS*/
body {
	font-family: 'Montserrat';
	color: #1f1f1f;
	background: #fff;
}
body, header, #container {
	line-height: 1.7em;
}

#desktop-top-bar {

    text-align: center;
	background: #ec5b63; 
}

#container {
	/* background: #e5eded; */
	background: #fff;
	padding-bottom: 3em;
	padding-top: 1em;
}
body.home #container {
	padding-top: 0;
}
/*header*/
#mobile-menu-container .menu-bar {
	background: #0b2f4c url(/wp-content/uploads/3px-tile.png);
}
.home header#header {
    /*background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
}
#header .header-b {
	border: none;
}

/*Logo*/
.logo img {
    max-height: 175px;
    width: auto;
}
a.hidden-logo {
    display: none;
}
.logo {
    font-size: 2.65em;
    color: #29a2ff;
    text-shadow: 0 0 5px #000;
    line-height: 1.0em;
    font-weight: normal;
    padding: 0 !important;
    font-family: Sriracha;
    text-align: center;
}
.logo p {
	margin: .5em 0;
}
.logo span {
	font-size: 1.1em;
	color: #e6ff08;
	display: block;
	line-height: 1.0em;
}

.passed-header a.hidden-logo {
    display: block;
    padding-top: .5em;
}
.hidden-logo p {
	margin: 0;
}


span.call-today {
    display: none;
}
a.phone-number {
    display: block;
    background: #0f97ff;
    color: #fff;
    border: 0px solid #fff;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 1.15em;
    padding: 5px 15px 5px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
a.phone-number i {
	margin-right: 5px;
	color: #E6FF08;
}
a.phone-number:hover {
	color: #fff;
}

/*nav*/
.nav-bar ul {
    padding: 0;
    margin-top: 0em;
    line-height: 1.2em;
}
.passed-header .nav-bar  {
	text-align: center;
}

.nav-bar ul li {
    margin: 0 .4em;
	text-align:center;
}
.nav-bar ul a {
    padding: .4em .7em .4em !important;
    font-weight: bold;
    border: 2px solid transparent;
    margin: .1em;
    color: #ffffff;
    font-size: .95em;
    text-transform: uppercase;
    letter-spacing: .03em;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav-bar .sub-menu a:hover {
	background: rgba(255,255,255,.9);
}
.nav-bar .sub-menu a {
	padding: .25em .7em !important;
	display: block;
	margin: 0;
	font-size: .90em;
	line-height: 1.2em;
}
.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
	color: #ffffff;
	border-color: #e6ff08;
}
.header-b .nav-bar .menu-item-has-children a:after {
	padding-left: 5px;
}
.nav-bar ul a:active {
    /* padding: .5em !important; */
}
ul.menu > li.current-page-ancestor > a:before,
ul.menu > li.current_page_parent > a:before,
ul.menu > li.current-menu-parent> a:before,
ul.menu > li.current-menu-item > a:before,
ul.menu > li > a:before  {
  content: '';
  position: absolute;
  background: #9aa8b1;
  z-index: -1;
  right: 50%;
  bottom: 2px;
  left: 50%;
  height: 3px;
  top: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}
ul.menu li.current-page-ancestor > a:before,
ul.menu li.current_page_parent > a:before,
ul.menu li.current-menu-parent> a:before,
ul.menu li.current-menu-item > a:before,
ul.menu > li > a:hover:before, 
ul.menu > li:hover > a:before  {
  /*right: 0;*/
  /*left: 0;*/
  /*opacity: 1;*/
}



.header-visible .menu-wrap.stick-me {
    position: relative !important;
}
.passed-header .stuck {
    background: transparent;
    /**/
}

/*headings*/

h1,h2,h3 {
	font-family: Sriracha;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: -0.01em;
}
h1 {
	margin: .95em 0 .5em;
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
	margin-top: 1.3em;
	margin-bottom: .25em;
}
h2 + p {
	margin-top: .75em;
}
h3 {
	font-size: 1.75em;
}

h1, h2, h3 {
	color: #0f4571;
}
h2 span {display: block;color: #0F97FF;font-size: 1.3em;line-height: 1.2em;}
h4 {
	font-weight: bold;
	font-size: 1.1em;
}

.medium-wrapper {
	padding: 0em 2em;
}

.serv {
	margin-top: 2em;
}
.serv:after {
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background: #5C6B73;
	margin: .5em 0 0;
}


.billboard.swiper-container {
    margin-bottom: 2em;
    margin-top: 0;
}
/*billboard*/
.billboard .swiper-slide {
    height: 65vh;
    justify-content: flex-end;
    align-items: flex-end;
}
body:not(.home) .billboard .swiper-slide {
	height: 40vh;
}
body:not(.home) .billboard .slider-content {
	/* background: #ffffff6b; */
	background: linear-gradient(0deg, rgb(23, 36, 45) 0%, rgba(255, 255, 255, 0) 100%);
}
/*.billboard .swiper-slide:after {
	width: auto;
	height: auto;
	background: transparent;
}
.billboard.swiper-container {
    margin-top: 0;
}
.billboard .swiper-slide {
    height: auto;
	max-height: 600px;
	overflow: hidden;
}*/
.breakout.billboard {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-top: 0;
}
.breakout.billboard + .row {
	margin-top: 0;
}
body:not(.home) .breakout.billboard, 
.breakout.map {
	margin-top: -3em;
}
.background-overlay {

}
.billboard .slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    max-width: none;
    width: auto;
    flex-direction: column;
    padding: 2em 2em 3em;
    z-index: 3;
    color: #ffffff;
    text-shadow: 0 0 5px #000;
    /* background: linear-gradient(0deg, rgba(15, 15, 15, 0.72) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0.8) 95%); */
}
.billboard img {
	/*display: block;*/
}
.billboard .slide-sub-header, .video-container .slide-sub-header {
    text-align: center;
}
.billboard .slide-header {
	font-size: 4.5em;
	text-align: center;
	font-weight: 400;
	font-family: montserrat;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: none;
	font-weight: bold;
	/* background: #0f97ff; */
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/* padding: 5px 15px 15px; */
	text-shadow: 0 0 5px #000;
}
.billboard .slide-header.long-heading {
	font-size: 1.5em;
}
.slide-header h1, h1.slide-header {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.swiper-pagination-bullet-active {
    background: #000;
}	
.swiper-pagination-bullet-active {
    background: #000;
}

 .swiper-button-next {
    background: none;
}

.swiper-button-next:before {
    content: '\f054';
    font-size: 20px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
}

 .swiper-button-prev {
    background: none;
}

 .swiper-button-prev:before {
    content: '\f053';
    font-size: 20px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
}	


/*images*/  
#content img, img, .feedback-header img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.up-down a {
    color: #0f97ff;
}
body.page-id-16 img.aligncenter {
    max-width: 100% !important;
    width: auto;
    height: auto;
}


/*home ctas*/

.home-ctas h3 a {
    color: inherit;
    display: block;
}

.home-ctas h3 {
    text-align: center;
    font-size: 1.1em;
    color: #101010;
    line-height: 1.4em;
    background: white;
    margin: 0;
    padding: .45em .95em;
}

.home-ctas {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.home-ctas > div {
	/* max-width: 500px; */
	margin: 0 auto 2em;
}
.home-ctas .subject:hover {
    box-shadow: 0 0 10px #2d4858;
}
.home-ctas .subject {
    background: transparent;
}
.home-ctas .wrap {border: 0px solid #9fa2a4;background: #0b2f4c url(/wp-content/uploads/3px-tile.png);padding: 1.5em;height: 100%;line-height: 1.5em;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;border: 2px solid #fff;border-bottom: 5px solid #e6ff08;}
.home-ctas i {
	font-size: 2.5em;
	margin-bottom: .5em;
	color: #0f97ff;
}
.home-ctas p {
	margin-top: 0;
	margin-bottom: 0;
}
.home-ctas .btn {
	display: block !important;
	margin-top: -20px;
}


/*homepage cta-list*/

.flex-wrapper, ul.cta-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0em -20px;
  list-style: none !important;
}


.flex-wrapper .flex-item,.flex-wrapper > li,
ul.cta-list li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 280px;
    list-style: none;
    margin: 15px 20px;
}
ul.cta-list li {
    padding: 1.5em;
    text-indent: 0;
    line-height: 1.5em;
    font-size: .95em;
    font-weight: 400;
    flex-basis: 250px;
    text-align: center;
    background: #CCDBDC;
    margin: 5px;
}
ul.cta-list li h4:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f058';
  font-size: 1.0em;
  color: #0a184c;
  margin: 0 0 10px;
  display: block;
}
ul.cta-list {
  margin: 0 -5px;
}


.row {
	margin-top: 2em;
	margin-bottom: 2em;
}
.services-row {
    border: 0px solid #0f97ff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #d7eeff;
    box-shadow: 0 0 10px #808080;
}

.services-row h2 {
    border-bottom: 3px solid #0f97ff;
    display: inline-block;
}
.blog .medium-wrapper > .row {
	margin-top: 0;
	margin-bottom: 0;
}

/* Banner (Summer League) */
.summer-league-banner {
background:#E6FF08;
color:#fff;
text-align:center;
padding:30px;
}

.summer-league-banner2 {
background:#06ACFD;
color:#fff;
text-align:center;
/*padding:30px;*/
}

/*Modals*/
.modal-dialog {
    max-width: 1000px;
    width: 80%;
    margin-top: 170px;
}
.modal-header {
    display: block;
    padding: 1em 1.5em 0;
}
.modal-header h2 {
	margin-top: 0;
}
.modal-header .btn, .modal-header button {
    min-width: 0;
    padding: 0;
}
.modal-body {
	padding: 1em 1.5em;
}
.modal-footer {
	padding: 1em 1.5em;
}



/*buttons*/
 .video-container .slider-content a:after, 
.btn:after, button i,.rev-read-more:after, .billboard .slider-content a:after,
a.contact-btn:after,.biziq-button:after,.client-button:after, .btn:after, #slider .btn:after, .view-article:after  {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: .9em;
  content: '\f138';
  margin-left: 10px;
  color: #e6ff08;
  /* text-shadow: none; */
}
.billboard .slider-content a:after {
	color: inherit;
}
.billboard .slider-content a:hover:after {
	color: #e6ff08;
}
#footer .btn:hover,
.billboard .slider-content a:hover, .video-container .slider-content a:hover,
.btn:hover, #slider:hover .btn, button:hover, .rev-read-more:hover,
html input[type="button"]:hover, 
input[type="reset"]:hover, input[type="submit"]:hover,
#content .view-article:hover,.wpcf7-form input[type=submit]:hover, 
#content .btn:hover, #slider .btn:hover {
    background: #0f4571;
    color: #fff;
}

.btn.tel-btn:after {
	content: '\f095';
}
.btn + .btn {
	margin: .5em;
}
/*slider buttons*/
.billboard .slider-content a, .video-container .slider-content a {
	font-size: .9em;
	background: transparent;
	/* color: #000; */
	/* border-color: #000000; */
	border: 2px solid #fff;
	margin: .85em  0 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.billboard .slider-content a:hover:after, .video-container .slider-content a:hover:after, 
.btn:hover:after, button i,.rev-read-more:hover:after,
a.contact-btn:hover:after,.biziq-button:hover:after,.client-button:hover:after, .btn:hover:after, #slider .btn:hover:after, .view-article:hover:after  {
  /* color: #fff; */
}

#content .purple .btn {
	border: 2px solid #fff;
}
#content .purple .lg .btn {
	font-size: .85em;
}


/*breakouts*/
.first-billboard {
	margin-top: 0 !important;
	overflow:hidden;
}
.breakout {
	color: inherit;
	margin-top: 3em;
	margin-bottom: 3em;
	background: #0b2f4c url(/wp-content/uploads/3px-tile.png);
	left: 0 !important;
	padding: 2em 2em;
}
.breakout + .small-wrapper {
	padding-top: .5em;
	padding-bottom: 1em;
}
.breakout + .breakout {
	margin-top: -3em;
}
.reddish {
	background: #a24c47;
}
.purple {
	background: #9e6389;
}
.blue {
	background: #2a4354;
}
.breakout .medium-wrapper, .breakout .small-wrapper {
	padding: 2em 2em 3em;
}
.bowling-img {
	text-shadow: 0 0 5px #000;
	background-image: rgb(11,47,76);
	background-image: -moz-linear-gradient(270deg, rgba(11,47,76,0.5) 0%, rgba(11,47,76,0.5) 100%), url(/wp-content/uploads/bowling-pins.jpg);
	background-image: -webkit-linear-gradient(270deg, rgba(11,47,76,0.5) 0%, rgba(11,47,76,0.5) 100%), url(/wp-content/uploads/bowling-pins.jpg);
	background-image: linear-gradient(270deg, rgba(11,47,76,0.5) 0%, rgba(11,47,76,0.5) 100%), url(/wp-content/uploads/bowling-pins.jpg);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b2f4c",endColorstr="#0b2f4c",GradientType=1), url(/wp-content/uploads/bowling-pins.jpg);
}
.bowling-img p {
	font-weight: 600;
}

.small-wrapper {
	padding: .05em 0 0;
}
#content .small-wrapper h2 {
	margin-top: 1em;
}
#content .full-2-col h2 {
	margin-top: .5em;
}
.last-b {
	margin-bottom: -3em;
	font-size: 1.05em;
}

.full-w-col .text-col .wrap {
   /* max-width: 570px;*/
}


/*usefull classes*/
.dk {
	background: #693451 ;
}
.center, .center * { text-align: center; }

.about-columns {
	margin-top: 3em;
	margin-bottom: 3em;
}
hr {
    margin: 2em 0;
}
.neg-margin {
  margin: 0 -15px;
}
.neg-margin > div {
  padding: 0 15px;
}
.clear {
	clear: both;
}
.lg {
	font-size: 1.20em;
	line-height: 1.6em;
}
.cta-full {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  padding: .5em;
  background: #ffffff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 7px double #0f97ff;
  max-width: 1200px;
  margin: 0 auto;
}
.cta-full h3 {
	margin-top: .35em;
	margin-bottom: .5em;
	font-family: montserrat;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}
.cta-full h3 i {
    margin: 0 .1em;
    font-size: .8em;
}
.cta-full p {
	font-weight: 600;
}
.full-2-col .row {
}
.full-2-col .wrap {
	padding: 2em;
}
.full-2-col .bg-img {
	/* height: 100%; */
}


/*feedback*/
.up-down a i {
    font-size: 7em;
    /* margin: 0; */
    text-align: center;
    display: inline-block;
    width: 35% !important;
    max-width: 200px;
}


/*Sidebar / blog */
.blog #sidebar, .woocommerce #sidebar, .single-post #sidebar {
	background: transparent;
	line-height: 1.6em;
}
.blog #sidebar > div, .woocommerce #sidebar > div, .single-post #sidebar > div {
    padding: 1em 1.5em 2em;
    background: #e5eded;
    color: inherit;
}

.widget-title {
    /* color: #fff; */
}

#sidebar a {
    color: inherit;
}
a:hover {
	color: inherit;
	text-decoration: none;
}


/*Links*/
a {
	color: inherit;
}

#content .dotted {
  line-height:1.2em;
  /* display: inline-block; */
  border-bottom: 1px dotted;
  color: inherit;
}
.tel-inline {
  font-weight: 700;
  color: #0f4571 !important;
}
.tel-inline:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: .95em;
}




.brands img {
	padding: 10px;
}


/*form*/
form {
	font-size: .95em;
	background: #c2e5ff;
	padding: 1.5em 2em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0 0 10px #808080;
}
form .row {
	margin-top: .5em;
	margin-bottom: 0;
}
form small {
	display: block;
	line-height: 1.2em;
	position: relative;
	margin-top: 0;
}
body.page-contact-us #content form {
  padding: 1em 1.5em;
  /* background: #e5eded; */
  background-position: bottom right;
  /* color: #fff; */
  /* box-shadow: 7px 8px 0px #a14b46; */
  border: 1px solid #ededed;
}
body.page-contact-us #content form h2 {
	color: #fff;
}
form label {
    display: block;
    margin: .5em 0 3px;
    font-weight: bold;
    line-height: 1.5em;
}
.star {
	text-shadow: 0 0 1px #000;
    color: #e6ff08 !important;
}
body.page-contact-us form textarea,
body.contact-us form input {
  /*border: none;
  font-weight: 400;*/
}
body.page-contact-us form input.submit {
  font-size: 1.05em;
  color: #fff;
}
input[type=checkbox], input[type=radio] {
	display: inline-block;
	width: auto;
}
input#biziq-is-human + label {
    display: inline-block;
}
form textarea, form input, form select {
	width: 100%;
	border: 1px solid #2e4b5f;
	padding: 7px 7px !important;
	/* background: #000; */
	margin: .0em 0 .5em;
	font-size: .9em;
	line-height: 1.5em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form textarea {
	height: 150px;
}

.wpcf7-form input[type=submit], form input.submit, form input[type="submit"] {
	/* background: #c70c46; */
	/* color: #fff; */
	font-size: 1.05em;
	margin-top: .5em;
	max-width: 180px;
}


.inverse ul.checked li:before, .inverse ul.fancylist li:before  {
	color: #fff;
	font-weight: 500;
}

.inverse .tel-inline,
.inverse {
	color: white !important;
}

/*reviews*/
.review-body {
  font-style: normal;
  border: 0;
  line-height: 1.65em;
  font-style: italic;
}
#content .review-body {
  font-size: 1.1em;
  text-align: center;
}
#content .review-info span {
  display: block;
  width: auto;
  text-align: center;
  float: none;
  line-height: 1.4em;
}
.review-nav-container { width: 100%; }
.review-container {
  margin-top: 45px;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1.85em;
  margin-right: -3em;
}
.rev-cont {
  padding: 1em;
  border: 0px solid rgb(30, 144, 255);
  position: relative;
  flex-grow: 1;
  flex-basis: 400px;
  align-items: center;
  justify-content: center;
  margin: 0 1.5em 50px;
  background: rgb(255, 255, 255);
  border: 2px solid #0f4571;
  box-shadow: 5px 5px 5px #c2e5ff;
}
.final-star {
    color: #0f97ff !important;
    font-size: .9em;
}
.review-info {
	padding: 0 0 0 1em;
}
.admin-reply, .author-name {
	font-style: normal;
	font-size: .9em;
}
.rev-cont:before {
  content: '\201C ';
  font-family: Times New Roman, Georgia;
  font-weight: bold;
  position:absolute;
  background: #0f4571;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 68px;
  font-size: 2.5em;
  top: -15px;
  left: -25px;
}
.review-container h3.review-title {
  display: none;
}
.review-nav-container li a {background: #fff;}

#content .review-nav-container li {
  background: transparent;
}

#content .review-nav-container li a {
  min-width: 0;
  color: #000;
  padding: 5px;
}


/*Footer*/
#footer {
	margin-top: 0;
	line-height: 1.5em;
	color: #ffffff;
	font-size: .92em;
	background: #0b2f4c url(/wp-content/uploads/3px-tile.png);
}
header .row {
	
	max-width: 1900px;
	margin: auto;
	padding: 0em 0em;
}
footer .socialicons {
	margin-top: 2em;
}
#footer {
	/* min-width:1150px; */
	padding-top: 2em;
}
#footer .row {
	margin: 0;
}
#footer h2 {
	/* text-transform: uppercase; */
	font-size: 1.75em;
	margin: .5em 0 .5em;
	color: #ffffff;
}
#footer ul {
    padding-left: 25px;
}
#footer .textwidget p:first-of-type {
	margin-top: 0;
}

#footer a {
    color: inherit;
    text-decoration: none;
}
#footer .btn {
	background: transparent;
	border: 2px solid #fff;
}
#footer a:hover {
    /* color: #9a0a37; */
    text-decoration: none;
}

span.icon-item a {
    text-indent: -11px;
    display: inline-block;
    margin-left: 22px;
    margin-bottom: .2em;
    margin-top: .5em;
}

span.icon-item i {
    margin-right: 5px;
    color: #e6ff08;
}

#footer table {
	/* font-size: .98em; */
	line-height: 1.60em;
	max-width: 350px;
	margin-bottom: .75em;
}
#footer table tr td:first-child {
	padding-right: 5px;
}

#footer .box {
	font-size: .98em;
	padding: 1em;
	text-align: left;
}
#footer .box.footer_logo {
	padding: 0;
}
#footer .footer_logo h2 {
	text-align: center;
	font-size: 2.5em;
	margin-top: 0;
	margin-bottom: 0;
	color: #35a7ff;
}
.socialicons {
	text-align: left;	
}

#copyright {
	color: #fff;
	padding: 10px;
	background: transparent;
	margin-top: 0;
	line-height: 1.4em;
}


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

	.parallax {
	  background-attachment: fixed;
	}
	.passed-header .menu-wrap.stuck {
		 box-shadow: 0 0 5px; 
		 padding-bottom: .5em !important;
	}

	
	.nav-bar > ul > li {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-grow: 1;
		vertical-align: middle;
		border:none;
		margin: 0;
		position: relative;
		overflow: inherit;
		padding: 0px 0 0px;
  }
  .nav-bar ul.sub-menu {
		right: 0;
		width: auto;
		left:0;
		z-index: -2;
		top: 150%;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		display: block;
		opacity: 0;
		visibility: hidden;
		min-width: 170px;
		background: #e5eded;
}

  .nav-bar > ul >  li:hover > ul.sub-menu {
		top: 100%;
		opacity: 1;
		visibility: visible;
		z-index: 5;
		margin: 0;
		width: 100%;
		text-align: center;
		min-width: 170px;
	}
	.nav-bar > ul > li ul.sub-menu li {
		margin: 0;
	}
	.full-w-col .text-col.text-col-left .wrap {
		margin: 0 0 0 auto;
	}
	.full-w-col .text-col.text-col-right .wrap {
		margin: 0 auto 0 0;
	}	
	.full-w-col .text-col.text-col-left .wrap {
		padding: 2em;
	}
	.full-w-col .text-col.text-col-right .wrap {
		padding: 2em 4em 2em 1.5em;
	}	
	.one-half {
		width: 50%;
		float: left;
	}
	#content .half-d {
		max-width: 50%;
	}
	.full-2-col .wrap {
		max-width: 550px;
		padding: 2em 2em 2em 1em;
	}
	.row.team {
		max-width: 95%;
		margin: 1em auto;
	}
}

@media only screen and (max-width: 767px) {
	header#header {
		margin-top: 2em;
		border: none;
	}
	#mobile-menu-container.left .menu-icon, #mobile-menu-container.right .menu-icon {
		width: 50px;
		background: #0f97ff;
	}

	#mobile-menu-container.left, #mobile-menu-container.right {
		background: #fff;
	}

	#mobile-menu-container .menu, #mobile-menu-container .menu-icon {
		background: #fff;
	}

	#mobile-menu-container a {
	}
	#mobile-menu-container .current_page_item, #mobile-menu-container li:hover, #mobile-menu-container li:hover a {
		text-decoration: none;
		color: white;
		background: #0f97ff;
	}
	#mobile-menu-container a {
		color: #16344c;
		font-weight: 700;
		text-transform: none;
		text-transform: uppercase;
		font-size: .95em;
		line-height: 1.6em;
		padding: .5em 1em;
		display: block;
		}
	.sub-menu-icon {
		cursor: pointer;
	}
	
	.slide-header h1, h1.slide-header, .billboard .slide-header {
		font-size: 2em;
		max-width: 90%;
		margin-bottom: .5em;
	}
	.billboard .slider-content a, .video-container .slider-content a {
		font-size: .85em;
		padding: 8px 15px;
	}
	.billboard .slide-sub-header, .video-container .slide-sub-header {
		display: none;
	}
	.topPhone {
		text-align: right;
	}
	#content {
		min-height: 0;
	}
	.home-ctas .wrap {
		max-width: 400px;
		margin: 0 auto 1em;
	}
	#content .btn, .btn {
		min-width: 0;
	}
	.google-calendar{
		padding-top: 54%;
	}
	#footer h2 {
		margin-top: 1em;
	}
	#footer .box {
		padding: 0;
	}
}

@media only screen and (max-width: 575px) {
	.home header#header {
		position: inherit;
	}
	.billboard .slider-content {
	}
	.billboard .swiper-slide {
		height: 50vh;
	}
	body:not(.home) .billboard .swiper-slide {
		height: 40vh;
	}
	.btn + .btn {
		margin: .5em 0 1em;
	}

}

@media only screen and (max-width: 480px) {

	.billboard .slider-content,
	.slide-header h1, h1.slide-header, .billboard .slide-header {
		/* display: none; */
	}

}


.BizIQChatBotOptions a {
    border: none !important;
    color: #fff !important;
}


span.b-text {     font-size: 16px;}