/*
Theme Name: bizcenter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bizcenter
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bizcenter is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
html, body {
	max-width: 100%;
	overflow-x: hidden;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}
.entry-content p, .entry-content li {
	color: #001F3E;
	/* font-family: "Open Sans"; */
	font-size: 17px;
	line-height: 26px;
}
.entry-content ul {
	margin-left: 0px;
	list-style-type: square;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 100px;
    background-color: #D11241;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 0px 10px 0px;
    display: block;
    margin-bottom: 32px;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
	border: 0px solid transparent;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #a30e33;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #a30e33;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 0px solid transparent;
	border-radius: 0px;
	padding: 15px 22px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 18px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #306FAB;
}

a:visited {
	/* color: #306FAB; */
}

a:hover,
a:focus,
a:active {
	color: #000C18;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	width: auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	border-top: 2px solid #f2f2f2;
}

.main-navigation a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #001f3e;
	padding: 32px 19px;
}
.main-navigation a:hover, .main-navigation .current-menu-item a {
	color: #D11241;
	border-top: 2px solid #D11241;
	margin-top: -2px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Header */

.site-header {
	max-width: 1140px;
	margin: 0px auto;
	padding: 25px 0px 20px 0px;
	max-height: 128px;
}
.site-header h2 {
	display: none;
}
#text-2 {
	max-width: 140px;
	float: left;
	margin-bottom: 0px;
}

/* Search Section */
.searchsection {
	float: right;
}
.searchlink {
    cursor: pointer;
    display: block;
    position: relative;
	padding-top: 32px;
	padding-left: 19px;
	border-top: 2px solid #f2f2f2;
}

.searchlink:hover,
.searchlink.open {
    cursor: pointer;
}

.searchlink.open > .searchform {
    display: block;
}

.searchform {
    display: none;
    position: absolute;
    width: 1140px;
    top: 112px;
    right: 0;
    padding: .5rem;
    cursor: default;
    z-index: 9999999;
    background-color: #D11241;
}

.searchform.open {
    display: block;
}
.searchform input[type="search"] {
	border: 0px solid transparent;
	border-radius: 0px;
    float: left;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    padding: 6px 20px 3px;
	width: 80%;
	height: auto;
	-webkit-appearance: none;
}
.searchform input[type="submit"] {
	border: 0px solid transparent;
	border-radius: 0px;
	background: transparent;
	color: #fff;
	font-size: 40px;
	line-height: normal;
    font-weight: 700;
    float: left;
    padding: 3px;
    text-align: center;
	width: 112px;
}
.search-form input[type="search"] {
	border: 1px solid #ccc;
}
.search-form input[type="submit"] {
	width: 200px;
}
.error404

/* Footer */

.site-footer {
	background: url('https://bizcenter.org/wp-content/uploads/2017/05/footer-bg.jpg') no-repeat center top transparent;
	background-size: cover;
}
.footer-top-inside, .copyright-inside {
	max-width: 1140px;
	margin: 0px auto;
}
.footer-top-inside {
	padding: 100px 0px 64px 0px;
	color: #fff;
}
.copyright-inside {
	padding: 40px 0px 2px 0px;
	color: #fff;
}
.footer-top {
	background-color: rgba(0,31,62,0.96);
}
.copyright {
	background-color: rgba(0,31,58,0.87);
}
.footer-top #text-4 .widget-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	font-style: normal;
	margin-bottom: 60px;
}
.footer-top .widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
#text-4 p {
	font-size: 15px;
	font-style: italic;
	line-height: 27px;
	margin-top: 0px;
	margin-bottom: 85px;
}
.footer-top .widget {
	width: 32.5%;
	padding-right: 60px;
	display: inline-block;
	vertical-align: top;
}
#nav_menu-4 {
	padding-right: 0px;
}
#nav_menu-5 {
	padding-right: 0px;
	padding-left: 60px;
}
#text-4 a {
	border-radius: 100px;
	background-color: #D11241;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 12.5px 33px;
	text-decoration: none;
	-webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  font-style: normal;
}
#text-4 a:hover {
	background-color: #a30e33;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}
.copyright p {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
}
#text-3 {
	width: 57%;
	display: inline-block;
}
.site-footer ul.menu {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.site-footer ul.menu li a, .site-footer ul.menu li a:visited {
 	color: #fff;
 	text-decoration: none;
}
.site-footer ul.menu li {
	 padding-top: 8px;
	 padding-bottom: 8px;
}
.site-footer ul.menu li a:hover {
	text-decoration: underline;
}
.site-footer ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.footer-top .widget {
	margin-bottom: 0px;
}
#text-5 {
	display: inline-block;
	text-align: right;
	width: 43%;
	vertical-align: top;
	margin-top: 10px;
}
.center-ic #text-5 {
	width: 42%;
}
#text-5 img {
	margin-left: 32px;
}
.copyright .widget {
	margin-bottom: 0px;
}

/* Main Content */

.site-content {
	max-width: 1140px;
	margin: 0px auto;
}
.home .entry-header {
	display: none;
}
.home .entry-content {
	margin-top: 0px;
}
.home-box h3, .home-box p {
	color: #fff;
}
.home-box p, .home-box.left.services p {
	font-size: 17px;
	line-height: 26px;
	margin-top: 0px;
}
.page-template-classes-list .home-box h3, .page-template-classes-list .home-box.left.services h3,
.page-template-default .home-box h3, .page-template-default .home-box.left.services h3 {
	font-size: 31px;
	font-weight: 700;
	line-height: 42px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #fff;
	margin-top: 0px;
}
.home-icon {
	z-index: 99999;
	position: relative;
}
.home-box {
	max-width: 720px;
}
.home-box.services, .vc_btn3-container.home-box.services.vc_btn3-left {
	max-width: 350px !important;
}
.home-box.left, .home-box.lower {
	margin-right: 0px;
	margin-left: auto;
}
.home-box.left p, .home-box.lower p {
	color: #001F3E;
	font-size: 17px;
	line-height: 26px;
	margin-top: 0px;
}
.home-box.left h3 {
	color: #001F3E;
	font-size: 36px;
	font-weight: 700;
	line-height: 49px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.home-box.left.services h3, .home-box.left.services p {
	color: #fff;
}
.home-box.lower h3 {
	color: #001F3E;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-shadow: 2px 2px 2px #fff;
}
.vc_btn3-container {
	max-width: 720px !important;
}
.vc_btn3.vc_btn3-size-md {
	font-size: 13px !important;
	line-height: 13px !important;
	padding: 11px 28px !important;
	font-weight: 500;
}
.vc_btn3.vc_btn3-size-md:hover {
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}
.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 18.5px !important;
}
.vc_btn3-container {
	margin-bottom: 0px !important;
}
.home .vc_custom_1496344068493 {
	background-position: left bottom !important;
}
/* PR HOME */ 
.home .entry-content p {
	font-family: 'Montserrat', sans-serif;
}
.home-block2_wrapper-content-text p {
    font-weight: 500;
}

/*SEARCH FIELD STYLES */
.home-block6_search {
    padding-left:50px;
    margin-top:-1.8rem;
}
.home-block6_search .searchform {
    position: relative;
    top: 0;
    z-index: 1;
    display: block;
    padding: 0;
    width: auto;
    background: none;
}
.home-block6_search .searchform input::placeholder {
	opacity:0;
}

.home-block6_search .searchform input:focus {
	background: none !important;
}

.home-block6_search .searchform input[type="text"] {
    border: none;
    width: 300px;
    max-width: 90%;
    background-color: white !important;
    background: url(https://staging2.oregonsbdc.org/wp-content/uploads/2022/05/bg_search_input.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-color: white;
    border: none !important;
    border-radius: 10px;
}
.home-block6_search .searchform input[type="submit"] {
    display: none;
}
.gray-box p {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.imp-tooltip {
	margin-left: 96px;
	margin-top: -22px;
}
.page-template-default .entry-header,
.page-template-classes-list .entry-header {
	display: none;
}
.page-template-classes-list h3, .page-template-classes-list .interior-row .vc_col-sm-4 h3,
.page-template-default h3, .page-template-default .interior-row .vc_col-sm-4 h3 {
	margin-top: 0px;
	color: #001F3E;
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
}
.page-template-classes-list .interior-row h3,
.page-template-default .interior-row h3 {
	color: #001F3E;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 49px;
}
.wptrigger_content input {
	width: 100%;
	box-shadow: 0px 5px 5px #ebebeb;
}
.interior-banner {
	min-height: 700px;
}
@media screen and (max-width:1200px) {
	.interior-banner {
		min-height: 500px;
	}
}
.top-h2 {
	max-width: 990px;
	margin: 0px auto;
}
.top-h2 h2 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
	text-shadow: 0px 2px 5px #333;
}
.widget_nav_menu ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.entry-content .widget_nav_menu ul.menu li a {
	height: 37px;
	width: 160px;
	border-radius: 100px;
	color: #003061;
	border: 1px solid #003061;
	/* background-color: #D11241;
	color: #FFFFFF; */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 0px 10px 0px;
	display: block;
	margin-bottom: 32px;
	-webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.entry-content .widget_nav_menu ul.menu li a:hover {
	/* background-color: #a30e33; */
	background-color: #003061;
	color: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}
/* .entry-content .widget_nav_menu ul.menu li:nth-child(even) a {
    background-color: transparent;
	color: #D11241;
	border: 1px solid #D11241;
	padding: 7px 0px 9px 0px;
}
.entry-content .widget_nav_menu ul.menu li:nth-child(even) a:hover {
	background-color: #a30e33;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
	color: #fff;
	border: 1px solid #a30e33;
} */
.testimonials-widget-testimonial q, .testimonials-widget-testimonial blockquote {
	color: #003061;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-style: italic;
	line-height: 31px;
	text-align: center;
	margin-bottom: 37px;
}
.center-menu .widget_nav_menu {
	float: right;
}
.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit {
	text-align: center;
	color: #003061;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
}
.team-title {
	color: #001F3E;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0px !important;
}
.team-title p {
	margin: 0px;
}
.team-title img {
	margin-bottom: 20px;
}
.entry-content .center-cta {
	background-position: bottom left !important;
}
.entry-content .services-cta {
	background-position: bottom right !important;
}
.vc_gitem-post-data-source-post_title {
	color: #001F3E;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
}
.vc_gitem-post-data-source-post_excerpt {
	color: #001F3E;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 25px;
}
@media screen and (min-width:1450px) {
	.imp-initialized .imp-wrap {
		max-width: 100% !important;
	}
}

/* Lightbox */

.team-title a.wplightbox {
	text-decoration: none;
}
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 60%;
  float:left;
}
.lightboxright {
  width: 40%;
  float:left;
  padding-top: 40px;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
.divdescription {
	color: #001F3E;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.divtitle, .single-post h3 {
	color: #001F3E;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
	margin-bottom: 15px;
}
#html5-lightbox-box #html5-elem-box {
	border-radius: 20px;
}
#html5box-html5-lightbox #html5-text, #html5-watermark {
	display: none !important;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}

/* Post Magic */

.single-post .entry-header {
	height: 700px;
	background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
}
.single-post .entry-title {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0px 2px 5px #333;
}
.single-post .site-content {
	max-width: 100%;
}
.single-post .site-content .entry-content {
	max-width: 1140px;
	margin: 0px auto;
}

/* Contact Form */

.page-template-default .interior-row .contact-block h3,
.page-template-classes-list .interior-row .contact-block h3 {
	color: #001F3E;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 0px;
}
.page-template-classes-list .interior-row .contact-block p,
.page-template-default .interior-row .contact-block p {
	font-weight: 600;
	margin-top: 0px;
	line-height: 36px;
}
.contact-page-menu {
	padding-right: 50px;
}
.nf-form-fields-required {
	display: none;
}
.nf-field-label label {
	color: #001F3E;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
.nf-field-container .field-wrap input[type="button"] {
	float: right;
	width: 131px;
}
.page-id-11 h3 a {
	text-decoration: none;
	color: #001F3E;
}
.page-id-11 h3 a:hover {
	text-decoration: underline;
}
.icon-set {
	margin-right: 12px;
	margin-top: -15px;
}
.fifty-fifty {
	width: 50px;
	height: 50px;
	margin-right: 12px;
}

/* Services */

.pl-detailcnt .pl-title {
	font-weight: 600 !important;
	text-transform: initial !important;
	margin: 10px 0 0 0 !important;
}
.pl-detailcnt .pl-permalink, .pl-mask .pl-permalink {
	background-color: #d11241 !important;
    color: #ffffff !important;
	border: 1px solid transparent !important;
	font-size: 13px !important;
    line-height: 13px !important;
    padding: 11px 28px !important;
    font-weight: 700 !important;
	text-transform: uppercase !important;
	border-radius: 18.5px !important;
	text-decoration: none !important;
}
.all-detail-cnt .pl-detailcnt .pl-permalink:hover, .all-detail-cnt .pl-mask .pl-permalink:hover {
	background-color: #bb103a !important;
	background: #bb103a !important;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}
.pl_grid_id_6065 .pl-col .pl-detailcnt .pl-permalink:hover {
	color: #fff !important;
}
.pl-detailcnt .pl-permalink i, .pl-mask .pl-permalink i {
	display: none;
	margin-left: 0px !important;
}
.pl-gridlayout .pl-col {
	border-bottom: 1px solid #D11241 !important;
	padding-bottom: 25px;
}
.pl-gridlayout .pl-col:last-child {
	border-bottom: 0px solid transparent !important;
}
.pl-col .pl-permalink {
	float: right;
}
.pl-grid-controls {
	min-width: 100% !important;
}
.pl-drop_down {
	height: auto !important;
	line-height: 23px !important;
	width: 45.5% !important;
	padding: 12px 12px 12px 34px !important;
	border-radius: 0px !important;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.04);
	border: 0px solid transparent !important;
	margin-left: 21px;
	margin-right: 21px !important;
	background-color: #D11241 !important;
}
.pl-drop_down span {
	color: #ffffff !important;
}
.pl-gridlayout {
	background-color: #fff;
}
.pl-grid-controls {
	padding: 0px 54px;
}
.pl-drop_down li {
	border-bottom: 0px solid transparent !important;
	color: rgba(0,31,62,0.76) !important;
	font-family: "Open Sans" !important;
	font-size: 17px !important;
	line-height: 23px !important;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	padding-left: 84px !important;
	padding-right: 25px !important;
}
.pl-drop_down li:before {
	height: 19px !important;
	width: 19px !important;
	border: 1px solid #003061 !important;
	border-radius: 0px !important;
	float: right;
}
.pl-drop_down li[data-filter="68"], .pl-drop_down li[data-filter="167"], .pl-drop_down li[data-filter="6"], .pl-drop_down li[data-filter="7"], .pl-drop_down li[data-filter="8"],
.pl-drop_down li[data-filter="9"], .pl-drop_down li[data-filter="10"], .pl-drop_down li[data-filter="11"], .pl-drop_down li[data-filter="12"], .pl-drop_down li[data-filter="13"],
.pl-drop_down li[data-filter="14"], .pl-drop_down li[data-filter="15"], .pl-drop_down li[data-filter="16"], .pl-drop_down li[data-filter="17"], .pl-drop_down li[data-filter="18"],
.pl-drop_down li[data-filter="19"], .pl-drop_down li[data-filter="20"], .pl-drop_down li[data-filter="21"], .pl-drop_down li[data-filter="22"], .pl-drop_down li[data-filter="23"],
.pl-drop_down li[data-filter="24"]  {
	display: none !important;
}
.pl-drop_down li.active:before {
	background: url('/wp-content/uploads/2017/08/checkmark.png') no-repeat center center #003061 !important;
}
.pl-drop_down li[data-filter="70"] {
	background: url('/wp-content/uploads/2017/08/Icon_BC.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li[data-filter="71"] {
	background: url('/wp-content/uploads/2017/08/Icon_CR.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li[data-filter="73"] {
	background: url('/wp-content/uploads/2017/08/Icon_OP.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li[data-filter="72"] {
	background: url('/wp-content/uploads/2017/08/Icon_OR.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li[data-filter="84"] {
	background: url('/wp-content/uploads/2017/08/Icon_Exit.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li[data-filter="83"] {
	background: url('/wp-content/uploads/2017/08/Icon_Renew.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li[data-filter="82"] {
	background: url('/wp-content/uploads/2017/08/Icon_Expansion.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li[data-filter="81"] {
	background: url('/wp-content/uploads/2017/08/Icon_Launch.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li[data-filter="80"] {
	background: url('/wp-content/uploads/2017/08/Icon_Idea.png') no-repeat 34px center transparent !important;
}
.pl-drop_down li:hover {
	background-color: #f2f2f2 !important;
}
.pl-drop_down ul {
	top: 47px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.11);
	border: 0px solid transparent !important;
}
input[type="text" i]:disabled {
	background-color: #fff !important;
}

/* Zip Code Search */

.post-grid .grid-items {
	text-align: left;
}
.post-grid .grid-items .even {
	margin-left: 0px !important;
}
.post-grid .grid-items .odd {
	margin-right: 0px !important;
}
.skin.flat .layer-content {
	padding: 30px 50px;
}
.skin.flat .layer-content h3 a {
	text-decoration: none;
    color: #001F3E;
}
.skin.flat .layer-content h3 a:hover {
	text-decoration: underline;
}
.our-centers, .classes-register a, .learn-more a {
	background-color: #d11241;
    color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 28px;
	border-radius: 18.5px;
	font-size: 14px;
	line-height: 13px;
	font-weight: 700;
}
.our-centers-inverse {
	border: 1px solid #d11241;
    color: #d11241 !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 27px;
	border-radius: 18.5px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
}
.our-centers-inverse:hover, .classes-register a:hover, .learn-more a:hover {
	background-color: #d11241;
    color: #ffffff !important;
}
.skin.flat .layer-content p {
	margin-bottom: 40px;
}
.our-centers:hover {
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
	background-color: #bb103a;
}
.post-grid {
	padding: 0px !important;
}
.post-grid .grid-nav-top {
	background-color: #f2f2f2;
	padding-left: 75px;
	padding-right: 75px;
	margin-bottom: 15px;
}
.post-grid .grid-nav-top .nav-search .search {
	background: #fff !important;
	border: 0px solid transparent;
	height: auto;
	font-size: 17px;
	line-height: 23px;
	width: 100%;
	padding: 13px 35px 15px 35px;
}
.nav-search {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 45px !important;
}

/* Events Submission */

.class-submit #event-form #event-name {
	padding: 15px 22px;
	width: 100%;
}
.class-submit #start-time, .class-submit #end-time {
	width: 200px;
}
.class-submit input[type="checkbox"], .class-submit input[type="radio"] {
	height: 19px !important;
	width: 19px !important;
	border: 1px solid #003061 !important;
	border-radius: 0px !important;
	background: transparent;
	background-image: none;
}
.class-submit input[type="submit"] {
	padding: 8px 25px;
}
.class-submit #event-form h4 {
	color: #003061;
	font-size: 20px;
}
.class-submit .event-check {
	float: left;
	padding-top: 3.5px;
}
.class-submit {
	color: #003061;
}
.class-submit #event-form p {
	margin-bottom: 0px;
}
.class-submit td, .class-submit th {
	text-align: left;
}
.class-submit #em-location-data table.em-location-data {
	width: 75%;
}
.class-submit #em-location-data .em-location-map-container {
	width: 25%;
}
.class-submit #em-location-data table.em-location-data input {
	width: 100%;
	margin-bottom: 20px;
}
#em-location-search-tip {
	margin-bottom: 20px;
	margin-top: -20px;
}
.class-submit select {
	border: 0px solid transparent !important;
	color: #003061;
	padding: 12px 22px;
}

.wpb-js-composer .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background-color: #ffffff !important;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.04);
    border: 0px solid transparent !important;
}
.wpb-js-composer .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	padding: 12px 12px 12px 34px !important;
	color: #555555 !Important;
}
.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
		background-color: #ffffff !important;
}
.pl-detailcnt .pl-permalink.spanish-button {
	margin-top: 0px;
	margin-bottom: 30px !important;
}
.wpb-js-composer .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-controls-icon::before {
	border-color: #555555 !important;
}
.lightboxcontainer ul, .lightboxcontainer li {
	padding-left: 0px;
}
.event-categories label, .event-tags label {
	display: block;
	font-weight: 700;
}
.vc_tta-accordion img {
	margin-bottom: 20px !important;
	margin-top: 6px;
	clear: left;
}
.white-text h3 {
	color: #fff !important;
	font-size: 31px !important;
	font-weight: bold !important;
	line-height: 42px !important;
}
.white-box, .white-box li {
	color: #fff !important;
}
.white-column p {
	color: #fff !important;
}
.white-column h3 {
	color: #F2F2F2 !important;
	font-size: 21px !important;
	font-weight: bold !important;
	line-height: 28px !important;
	margin-bottom: 16px;
}
.white-column img.alignleft {
	margin-top: 13px;
	margin-right: 15px !important;
}
.single-post .category-classes .entry-header {
	background-image: url(https://bizcenter.org/wp-content/uploads/2017/06/biz-center-primary-iamge.jpg) !important;
}
.classes-for-centers fieldset {
	border: 0px solid transparent;
}
.classes-for-centers fieldset label, .classes-for-centers fieldset input {
	display: block;
	font-weight: 700;
}
.classes-for-centers fieldset input {
	width: 100%;
	margin-bottom: 12px !important;
}
.classes-for-centers fieldset label {
	margin-top: 20px !important;
}
.classes-for-centers fieldset input[type="checkbox"] {
	margin-bottom: 0px !important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.classes-for-centers fieldset .frm_checkbox label {
	font-weight: 400;
}
.frm_description {
	margin-top: -10px;
	margin-bottom: 20px !important;
}
.class-submit select#field_y77ek {
	width: 100%;
}
button.frm_button_submit.frm_final_submit {
	min-width: 150px;
	margin-top: 40px;
}
#frm_field_91_container, #frm_field_93_container {
	display: none;
}
.g-recaptcha {
	margin-top: 20px;
}
.class-submit td {
	background-color: #fff;
	border: 4px solid #f2f2f2;
	padding: 10px;
	max-width: 440px;
}
.login-remember {
	display: none;
}
.zero-padding .pl-drop_down {
	width: 44.5% !important;
}
.frm_message {
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	color: #468847;
	padding: 20px;
}
.frm_message p, .frm_error_style p {
	margin-top: 0px;
}
.frm_error_style {
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
	color: #B94A48;
	padding: 20px;
}
.frm_error {
	font-weight: 500;
	color: #B94A48;
}
.class-icon {
	margin-bottom: 20px;
	margin-top: 40px;
}
.class-icon img {
	margin-right: 2px !important;
}
.category-classes h3 {
	font-size: 20px;
	font-weight: 600;
}
.classes-register.right {
	float: right;
	margin-right: 25px;
    margin-bottom: 50px;
	margin-left: 25px;
	margin-top: 25px;
}
.classes-filter-set .property_grid.pl-grid-controls {
	background-color: #f2f2f2;
	margin-top: 0px;
	padding-bottom: 10px;
}
.classes-filter-set .mix {
	margin-left: 0px;
}
.category-classes .entry-content .col-sm-9 p br {
	line-height: 50px;
}

/* Classes Details */

.category-classes .entry-content .col-sm-9 {
	width: 75%;
	float: left;
	padding: 17.5px;
}
.category-classes .entry-content .col-sm-3 {
	width: 25%;
	float: left;
	padding: 88px 17.5px 17.5px 17.5px;
}
.frm_style_formidable-style.with_frm_style .frm_checkbox label {
	font-size: 17px !important;
		color: #001F3E !important;
		line-height: 26px !important;
	}
.home .home_block5_section .pl-blogcnt:nth-of-type(1n+4) {
	display: none;
}
.home .home_block5_section .pl-blogcnt {
	background: none;
	box-shadow: none;
}
.home .home_block5_section .pl-blogcnt .pl-title {
	margin-top: 0 !important;
	font-weight: 800 !important;
    line-height: 1;
}
.home .home_block5_section .pl-blogcnt .pl-permalink {
	display: none;
}
.home .home_block5_section .pl-blogcnt .pl-text {
	padding-bottom: 1rem;
    margin-top: 17px;
    border-bottom: 1px solid #aeb0b2;
}
body {
	font-family: 'Montserrat', sans-serif;
}
.home-block2_wrapper-content-text p {
    font-weight: 500;
}
.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin-left: 10px;
}
.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    text-transform: uppercase;
}

/* Let's get Responsive */

@media only screen and (min-width: 1200px) {
	#post-grid-2528 .item {
		width: 47.7% !important;
		padding: 15px;
	}
}

@media only screen and (min-width: 768px) {
	.home .home_block5_section .pl-blogcnt > div:first-of-type {
		width: 33.33333333%;
	}
	.home .home_block5_section .pl-blogcnt > div:last-of-type {
		width: 66.66666667%;
	}
}

@media screen and (max-width:1200px) {
	.site-header, .footer-top, .copyright {
		padding-left: 20px;
		padding-right: 20px;
	}
	.searchform {
		width: 98%;
	}
	.pl-gridlayout {
		padding-left: 40px;
		padding-right: 40px;
	}
	.pl-drop_down {
		width: 43.5% !important;
	}
	.vc_tta-accordion img {
		margin-bottom: 75px !important;
		clear: left;
	}
	.single-post .entry-header {
		min-height: 500px;
	}
}
@media screen and (max-width:1100px) {
	.top-h2 h2, .single-post .entry-title {
		font-size: 40px;
		line-height: 45px;
		margin-top: 12px;
	}
	.wpb_content_element.gray-box {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.wpb_content_element.home-box.lower {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
		background-position: 0px center !important;
		padding-left: 20px !important;
	}
	.site-footer {
		margin-top: -25px;
	}
	.vc_gitem-zone.team-grid {
		min-height: 480px;
	}
}
@media screen and (max-width:1023px) {
	#text-4 a {
		padding: 12px 20px;
	}
	.searchsection{
		display: none;
	}
	#shiftnav-toggle-main.shiftnav-toggle-edge-right {
		top: 27.5px;
	}
	.shiftnav-search input.shiftnav-search-input {
		font-size: 16px;
		background-color: #f2f2f2 !Important;
		border: 1px solid #e2e2e2;
	}
	.site-footer ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.footer-top-inside {
		padding: 40px 0px;
	}
	.skin.flat .layer-content {
		padding: 30px;
	}
	.top-h2 h2 {
		padding: 0px 40px;
	}
	.page-template-classes-list .interior-row h3,
	.page-template-default .interior-row h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.center-menu .contact-block {
		padding-left: 0px !important;
	}
	.footer-top #text-4 .widget-title {
		margin-bottom: 25px;
	}
	#text-4 p {
		margin-bottom: 40px;
	}
	.vc_row.vc_row-fluid.testimonials-block {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.vc_gitem-post-data-source-post_title {
		font-size: 18px;
		font-weight: 700;
		line-height: 20px;
	}
	.vc_gitem-zone.team-grid {
		min-height: 625px;
	}
	.vc_row.wpb_row.vc_row-fluid.center-cta {
		padding-top: 0px !important;
		margin-top: 20px !important;
	}
	.pl-drop_down {
		width: 42% !important;
	}
}
@media screen and (max-width:767px) {
	.home-box.left {
		padding-bottom: 40px !Important;
	}
	.wpb_content_element.home-box.lower {
		margin-top: 40px;
	}
	.wpb_content_element.gray-box {
		margin-top: 40px;
		margin-bottom: 40px !important;
	}
	.footer-top .widget {
		width: 100%;
		padding-left: 25px;
	}
	.footer-top #nav_menu-5 {
		padding-left: 25px;
		padding-top: 40px;
	}
	#text-3, #text-5 {
		width: 100%;
	}
	#text-5 {
		text-align: center;
	}
	#text-5 img {
		margin-left: 20px !important;
	}
	.imagemap-text .vc_column-inner {
		padding-bottom: 0px !important;
	}
	#post-grid-2528 .item {
		width: 100% !important;
		margin: 15px 0px;
	}
	.entry-content .centers-box {
		padding: 0px 40px !important;
	}
	.entry-content .centers-box .vc_column-inner .wpb_text_column {
		padding: 0px !important;
	}
	.entry-content .centers-box .vc_column-inner .wpb_text_column h3 {
		padding: 0px 15px !important;
	}
	.entry-content .centers-box .vc_column-inner .services-inner.wpb_text_column h3 {
		padding: 0px !important;
	}
	.pl-drop_down, .pl-meta {
		width: 100% !important;
		margin-left: 0px;
		margin-right: 0px !important;
	}
	.icon-set {
		margin-bottom: 15px;
	}
	.post-grid .grid-items .even, .post-grid .grid-items .odd {
		margin-left: 0px !important;
	}
	.vc_column_container.vc_col-sm-9 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.entry-content .widget_nav_menu ul.menu li a {
		margin-left: auto;
		margin-right: auto;
	}
	.center-menu .widget_nav_menu {
		float: none;
	}
	.entry-content .vc_col-sm-3 .vc_column-inner {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	img.wp-image-436 {
		margin-bottom: 75px !important;
	}
	.entry-content .center-cta {
		background-size: contain !important;
	}
	.contact-page-menu {
		padding-right: 15px;
	}
	.center-menu .contact-block {
		padding-left: 45px !important;
	}
	ol {
		padding-left: 0px;
	}
	.wpb_text_column img {
		max-width: 90%;
	}
	.wpb_text_column .wpb_wrapper img.alignleft {
		margin-bottom: 90px !important;
	}
	.entry-content .college-logo {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.vc_gitem-zone.team-grid {
		min-height: 425px;
	}
	.vc_gitem-row-position-bottom .home-box.left {
		padding-bottom: 10px !important;
	}
	.entry-content .vc_col-sm-4 .vc_column-inner .wpb_text_column, .entry-content .vc_col-sm-4 .vc_column-inner .vc_btn3-container {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.category-classes .entry-content .col-sm-9 {
		width: 100%;
		float: none;
		padding: 17.5px;
	}
	.category-classes .entry-content .col-sm-3 {
		width: 100%;
		float: none;
		padding: 17.5px;
	}
	.home .home_block5_section .pl-blogcnt .pl-thumbcnt {
		margin-bottom: 15px;
	}
	.home_block5_section {
		margin-left: 0 !important;
	}
}