/*
 Theme Name:   Orthoapedic Specialists of Seattle 
 Author:       WebSPI
 Author URI:   http://www.webspi.com
 Template:     twentytwelve
 Version:      1.0.0
 Text Domain:  twenty-twelve-child
*/
.wprevpro_t1_rname.wprevname {
    background-color: #4b4b4b;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    color: white;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* FOOBAR Overrides */
div#wms-foobar-container {
    max-width: 1200px;
    margin: 0 auto;
}
.foobar-container-center {
    text-align: left!important;
}
.foobar-message-wrapper{
	white-space:normal!important;
	width:100%!important;
	padding: 15px 0;
}
.foobar-open-button, .foobar-close-button {
	width: 35px!important;
}

/* NEW Appt */
.appt-button-container {
    margin: 25px 0;
}
a.appt-button {
    background-color: #0772ca;
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
	text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
	font-size:15px;
}
a.appt-button:hover {
	color: white!important;
	text-decoration: none!important;
}

/* =GLOBAL LAYOUT/ELEMENTS
-------------------------------------------------------------- */
.wms-oc {
  width: 100%;
  max-width: 1550px;
  padding: 0;
  margin: 0 auto;
  clear: both;
}
.clear-fix {
	clear: both;
	margin: 0;
	padding: 0;
	min-height: 1%;
}
#wms-tabs .clear-fix {
    margin-bottom: 30px;
}
a {
	color: #0072ce;
	overflow-wrap: break-word;
	word-break: break-word;
}

.entry-content hr {
	border-top: 1px solid #eee!important;
}

a:hover {
	color: #001871;
}

h1, h2, h3, h4 {
	font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.h1, h1 {
  font-size: 24px;
  margin-top: 0;
}

.h2, h2 {
  font-size: 22px;
  margin-top: 0;
}

.h3, h3 {
  font-size: 19px;
  margin-top: 0;
}

.h4, h4 {
  font-size: 17px;
}

.home h1 {
	font-size: 36px;
	text-transform: uppercase;
}

.home h2 {
  font-size: 26px;
	text-transform: uppercase;
}

.home h3 {
  font-size: 24px;
}
.dr-landing-sidebar h3.widget-title {
	border-left: 5px solid #5e7da4;
	/* border-top: 1px solid #ffffff; */
	padding: 1px 5px;
	margin-bottom: 10px;
}
body {
  background-color: #fff;
  color: #282828;
  font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

body.home {
	background-image: none;
}

img#logo {
  max-width: 270px;
  padding: 20px 0 15px;
}

div#main {
  padding: 0;
  margin-top: 140px;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin-bottom: 15px;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #FFF;
  border-bottom: 4px solid #001871;
	border-top: 4px solid #001871;
}

#masthead.bg-solid {
  background-color: #FFF;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 1px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
}

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

button.btn.btn-default.read-more {
  float: right;
  font-size: 17px;
}

button.btn.btn-default.send-message {
  display: block;
  margin: 0 auto;
  font-size: 17px;
}

.breadcrumb-container {
  clear: both;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 15px;
  font-size: 14px;
	clear: both;
}

.breadcrumb a {
	color:#0072ce;
}
.breadcrumb>li {
  color: #333;
}

.breadcrumb>li+li:before {
  color: #333;
}

ol.breadcrumb strong {
  color: #333;
}
.breadcrumb a[rel="category tag"]::before {
  content: "|";
  padding: 0 5px;
}
.breadcrumb a[rel="category tag"]:first-child::before {
  content: "";
  padding: 0;
}

.entry-content, .entry-summary {
  padding: 0;
}
div.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	padding: 2rem;
	margin: 2rem auto;
	width: 100%!important;
}
p.wp-caption-text {
	margin: 1rem auto 0;
}
.mb-3 {
	margin-bottom: 1rem;
}
/* Testimony Section */
.testimony-section {
  padding: 4rem 0;
  text-align: center;
}
.testimony-slide {
  background-color:rgba(255,255,255,0.85);
	margin: 0 3rem;
	padding: 1.5rem 1.5rem;
	width: 100%;
	color: black;
	text-shadow: none;
}
.testimony-slide a {
	margin-top:1rem;
	display:block;
}
.testimony-slide p:last-child {
  margin: 0;
}
.owl-carousel .owl-item .testimony-slide img {
  width: auto;
  margin: 0 auto 10px;
}
.owl-nav > div {
  background-color: #FFF;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.owl-nav .owl-prev {
  left: 0;
	transform: translateY(-50%);
}
.owl-nav .owl-next {
  right: 0;
	transform: translateY(-50%);
}
.owl-nav i {
	font-family:FontAwesome;
	font-size: 5rem;
	font-style: normal;
}
#testimony-wms-slider .owl-stage, #testimony-wms-slider .owl-item {
  display: flex;
}
/* =TYPOGRAPHY
-------------------------------------------------------------- */
img.pull-left, img.alignleft {
  margin: 0 15px 10px 0;
	float: left;
}
img.pull-right, img.alignright {
  margin: 0 0 10px 15px;
	float: right;
}
/*Theme Specific*/
.uppercase {
  text-transform: uppercase;
}
.btn-1 {
  display: inline-block;
  background-color: #0072ce;
  color: #FFF;
  padding: 6px 25px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.btn-1:hover {
  background-color: #001871;
  color: #FFF;
}
.btn-2 {
  display: inline-block;
  background-color: #33548c;
  color: #FFF;
  padding: 6px 25px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.btn-2:hover {
  background-color: #4eabf9;
  color: #FFF;
}
.page-default-container ul {
  list-style-type: none;
  padding: 5px 12px;
}
.page-default-container #primary ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 7px;
  vertical-align: middle;
  padding-right: 8px;
  color: #1d1f2a;
}
.page-default-container #primary .team-profile-contact ul li:before {
  position: absolute;
  left: 15px;
  padding-top: 6px;
}
.page-default-container #primary .gform_wrapper ul li:before {
  display: none;
}
.page-default-container .team-profile-contact ul {
  padding-left: 15px;
}
blockquote {
  border-left: 3px solid #f47920;
}
.padding-indent {
  padding-left: 120px;
  padding-right: 120px;
}
img.img-small {
  width: 28%;
}
#primary h4 {
  margin-top: 25px;
}
.color-1 {
	color: #4eabf9;
}
.color-2 {
	color: #33548c;
}

/* =HEADER
-------------------------------------------------------------- */
/*Theme Specific Styles*/
.header-widgets {
  padding: 15px 0;
	text-align: right;
  text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.header-widget-1 {
	    margin-bottom: 5px;
}
.header-widget-1 .textwidget a {
  color: #282828;
  font-size: 14px;
}
.header-widget-1 .textwidget a::after {
  content: "|";
  padding: 0 10px;
}
.header-widget-1 .textwidget a:last-child::after {
  content: "";
  padding: 0;
}
.header-widget-2 a {
  color: #a40404;
	font-weight: 600;
	margin-right: 8px;
}
.header-widget-2 a .fa {
  color: #282828;
}
.header-widget-3 {
  padding-top: 15px;
  font-size: 14px;
}
.header-ph {
  color: #ff8200;
}
.header-widget-3 .textwidget p {
  display: inline-block;
}
.header-widget-2 a:last-child {
  margin-right: 0px;
}
div#header-info {
  border-top: 4px solid #7ba4db;
}
/*Search Feature*/
.header-search {
  display: inline-block;
}
.header-search:hover {
  cursor: pointer;
}
#spi-navbar-full form.searchform {
  position: absolute;
  right: 0;
  background-color: #FFF;
  padding: 25px;
  margin-top: 4px;
}
#spi-navbar-full form.searchform label {
  display: none;
}
#spi-navbar-full form.searchform input#s {
  width: 250px;
  margin-right: 15px;
  height: 32px;
}
div#wpmaster-search-box {
  position: absolute;
  width: 400px;
  right: 0;
  margin-top: 10px;
}
.header-widgets p {
  margin-bottom: 0;
}
#call span.mobile-shortcut-title {
	background-color: #00b5e2;
}
#locations span.mobile-shortcut-title {
	background-color: #ff8200;
}
#appointment .mobile-shortcut-title {
  background-color: #00af66;
}
span.mobile-shortcut-title a {
	color: #FFF;
}
/*WPmaster Navigation*/
#spi-navbar-full {
  clear: both;
  text-align: center;
}
.wpmaster-mega-nav-menu .mega-menu-container .mega-menu-title-section a {
  color: #001871;
}
.wpmaster-mega-nav-menu .mega-menu-container .mega-menu-title-section a:hover {
  color: #0072ce;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root.mega-children.has-children .mega-menu-wrapper .mega-menu-container .mega-menu-list-section .mega-menu-list-group .menu-item a {
  color: #282828;
  text-transform: uppercase;
  font-size: 15px;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root.mega-children.has-children .mega-menu-wrapper .mega-menu-container .mega-menu-list-section .mega-menu-list-group .menu-item a:hover {
  color: #0072ce;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root {
  text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root a.mega-menu-link {
  color: #282828;
}
.wpmaster-nav-root.no-children a:hover {
	text-decoration: none;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root:hover {
  border-top: 2px solid #ff8200;
	margin-top: -2px;
}
.wpmaster-mobile-nav-group.child-group {
	overflow-y: scroll;
	height: 70vh;
}
/* MegaMenu New */

ul#mega-menu-menu-1 a.mega-menu-link {
	margin: 10px 30px;
}
#mega-menu-wrap-menu-1 {
	display:inline-block;
}

/* MegaMenu New End*/

/* =MAIN
-------------------------------------------------------------- */
header.entry-header.page-header h1 {
  margin-bottom: 10px;
  border: none;
  text-transform: uppercase;
}

h1.entry-title a i {
  font-size: 23px;
}

.page-header {
  margin: 20px 0;
  padding:0;
  border: none;
}

header.entry-header.page-header {
  margin: 0;
}

header h1 {
  border-bottom: 1px solid #ccc;
}

img.attachment-post-thumbnail.wp-post-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img.attachment-post-thumbnail.wp-post-image:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-php-container img.attachment-post-thumbnail.wp-post-image:hover {
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

.error-container h1, section#primary h1 {
  color: #333;
}

a.url {
  color: #FFF;
}

.pager li>a, .pager li>span {
  background-color: #33548c;
  border-radius: 0;
  border: none;
  color: #fff;
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pager li>a:hover, .pager li>a:focus {
  background-color: #4eabf9;
}

.nav-previous {
  float: left;
  margin-bottom: 15px;
}

.nav-next {
  float: right;
  margin-bottom: 15px;
}

nav.navigation a {
  background-color: #33548c;
  border-radius: 0;
  color: #fff;
  padding: 5px 14px;
  display: inline-block;
  margin-top: 15px;
}

nav.navigation a:hover {
  background-color: #4eabf9;
}

div#content {
  margin-bottom: 15px;
  padding: 0;
}

.home div#content {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

footer.entry-meta a {
  color: #33548c;
  text-transform: capitalize;
}

footer.entry-meta a:hover {
  text-decoration: underline;
}

input#s {
  color: #333;
}

span.post-meta-type .fa {
  color: grey;
}

/*Theme Specific Styles*/
.wpcs_tab {
	top:40%!important;
}
.empathiq-form iframe {
	width:100%!important;
	height:100%!important;
	min-height:500px!important;
}
.oss-banner {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.oss-page-container {
  clear: both;
}
.page-center {
  text-align: center;
}
.page-default-container #primary, .staff-page-container #primary {
  padding-right: 40px;
}
.team-wrapper {
  margin: 50px 0;
}
.team-row h3, .assistant-row h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 24px;
}
.team-member {
  margin-bottom: 40px;
  padding: 0 28px;
}
.pa-row .team-member {
  padding: 0 55px;
}
.pa-row {
  margin-bottom: 35px;
}
.pt-row .team-member {
  padding: 0 7.5px;
}
.pt-row {
  margin-bottom: 35px;
}
.team-member img {
  margin-bottom: 15px;
  width: 100%;
}
.team-member img:hover {
  opacity: 0.9;
}
.team-member a {
  color: #282828;
}
.team-member a:hover {
  color: #337ab7;
}
.team-member.col-sm-5 {
  width: 20%;
}
h1.custom-page-h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-subtitle {
	font-size: 23px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color: rgb(19, 63, 98);
	margin: 10px;
}
.oss-location-box h3 {
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.profile-awards > div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.team-profile-contact {
  margin-bottom: 15px;
}
.team-profile-contact ul {
	padding-inline-start: 20px!important;
}
.team-profile-contact h2 {
  text-transform: uppercase;
}
.page-default-container {
  clear: both;
}
.page-default-container #primary .gform-appt ul li {
  margin-bottom: 0;
  line-height: normal;
}
.therapist-row {
  text-align: center;
}
.therapist-row > div {
  margin-bottom: 30px;
}
.therapist-row img {
  margin-bottom: 10px;
}
.team-profile-info h1 {
  margin-bottom: 0;
}
.gform-appt .gfield {
  margin-bottom: 15px!important;
}
h3.gform-html-label {
  margin-bottom: 0;
  background-color: #102761;
  padding: 10px;
  color: #FFF;
}
.clear-multi > div {
  display: inline-block;
  padding-right: 10px;
  width: 20%;
}
.clear-multi > div input {
  border: 1px solid #333;
  width: 100%;
}
.team-primary-content {
  padding: 0;
}
div#wms-tabs {
  display: none;
}
div#wms-tabs ul.ui-tabs-nav {

}
.post-template-default.single .entry-content ol, .archive.category .entry-content ol {
	display: block!important;
    list-style-type: decimal!important;
    margin-block-start: 16px!important;
    margin-block-end: 16px!important;
    margin-inline-start: 0px!important;
    margin-inline-end: 0px!important;
    padding-inline-start: 24px!important;
}
.post-template-default.single .entry-content ul {
	display: block!important;
    list-style-type: disc!important;
    margin-block-start: 16px!important;
    margin-block-end: 16px!important;
    margin-inline-start: 0px!important;
    margin-inline-end: 0px!important;
    padding-inline-start: 24px!important;
}
.post-template-default.single .entry-content ol ul, .post-template-default.single .entry-content ul ul {
	list-style-type: circle!important;
	padding-inline-start: 18px!important;
}
.entry-content #wms-tabs .ui-tabs-panel ul, .archive.category .entry-content ul {
	list-style: disc!important;
	margin-block-start: .5rem!important;
    margin-block-end: .5rem!important;
    margin-inline-start: 0px!important;
    margin-inline-end: 0px!important;
    padding-inline-start: 20px!important;
	margin-bottom: 16px!important;
}
#wms-tabs .ui-tabs-panel ul ul {
	list-style-type: circle!important;
	padding-inline-start: 10px!important;
}
div#wms-tabs ul.ui-tabs-nav > li.ui-tabs-tab {
  display: inline-block;
}
div#wms-tabs > ul > li > a {
  padding: 10px 20px;
  background-color: #102761;
  color: #FFF;
  display: inline-block;
}
div#wms-tabs ul.ui-tabs-nav > li.ui-tabs-tab.ui-state-active a {
  background-color: #2e488b;
}
#wms-tabs .ui-tabs-panel {
  background-color: #deeffd;
  padding: 20px;
  min-height: 300px;
}
div#wms-tabs ul.ui-tabs-nav > li.ui-tabs-tab::before {
  content: "";
  padding: 0;
}
.review-widget-wrapper {
  margin-top: 25px;
}
.cmtt-taxonomy-single {
  margin-bottom: 15px;
}
.glossary-container ul#glossaryList li {
  margin-bottom: 10px;
}
.cmtt_related_title.cmtt_related_linked_terms_title {
  margin-top: 0;
}
div#wms-tabs > ul > li > a img {
  display: none;
  width: 35px;
}
.index-php-container {
  clear: both;
}
.download-forms-wrap {
  background-color: #001871;
  color: #FFF;
  padding: 30px 15px;
  margin-bottom: 25px;
}
.download-forms-wrap a {
  color: #FFF;
}
.download-forms-wrap a:hover {
  color: #c5c5c5;
}
.download-forms-wrap > p:last-child {
  margin-bottom: 0;
}
.phone-numbers {
  border: 3px solid #eee;
  padding: 25px;
  width: 500px;
  margin: 0 auto;
	text-align: left;
}
.phone-numbers ul {
  list-style-type: none;
  padding: 0;
}
.phone-numbers ul li {
  padding: 10px 0;
  border-bottom: 2px dotted #eee;
}
.phone-numbers ul li span {
  float: right;
}
.phone-numbers .fa {
  color: #0072ce;
  font-size: 22px;
  vertical-align: middle;
}
.author-avatar {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
}
.author-info {
	margin-top: 25px;
}
.error-container {
  clear: both;
}
header.entry-header.wms-404-search h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.error404 {
  margin: 40px 0;
}
/* Doctor's appointment page */

.about-doc-title {
	font-size: 2rem;
	color: #476ba5;
	font-weight: 700;
	border-top: 3px solid #476ba5;
	padding-top: 3px;
}
span.appt-form-title {
    font-size: 24px;
	color: #fff;
    display: block;
    background-color: #476ba5;
    padding: 5px 15px;
    text-align: center;
}
.about-doc {
	margin: 35px 0 15px;
}
.about-doc p {
	margin: 15px 0;
}
.top-doc-img {
	margin-right: 15px;
	margin-bottom: 15px;
}
.appt-form {
	margin: 15px 0;
	padding: 10px;
    border: 1px solid #e2e1e1;
    margin-bottom: 25px;
}
p.form-submission {
	padding: 20px 0px 10px;
}
.review-widget {
  margin: 20px 0px 0px;
}
/* Video Section on Pages */
.row.video-section {
    background-color: whitesmoke;
    padding: 15px;
}
.video-section h2 {
    text-align: CENTER;
    padding-bottom: 5px;
}
/* =BLOG
-------------------------------------------------------------- */
.category article, .content-php-container article {
  padding: 20px 0;
  border-bottom: 1px solid #282828;
}
h1.entry-title a {
  text-transform: capitalize;
  color: #282828;
}
h1.entry-title a:hover {
  color: #626262;
}
footer.entry-meta span::after {
  content: "|";
  padding: 0 10px;
}
footer.entry-meta span:last-child::after {
  content: "";
  padding: 0;
}
footer.entry-meta {
  clear: both;
  padding: 10px 0;
  font-size: 15px;
}
.home footer.entry-meta {
  padding: 0;
}

.blog-banner {
  background-image: url(/_webspi/images/pages/oss-blog.jpg);
}
/*****
.more-link {
  background-color: #282828;
	border: 1px solid #282828;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 10px 0;
  transition: 0.3s all ease;
}
.more-link:hover {
  background-color: transparent;
  color: #282828;
  transition: 0.3s all ease;
}
*****/
.more-link {
  color: #c00000;
}

/*Search Results*/
.search h1.entry-title {
  clear: both;
}

/* =SIDEBAR
-------------------------------------------------------------- */
div#secondary {
  margin-bottom: 30px;
  border-left: 1px solid #dedede;
  padding-left: 0;
  padding-right: 0;
}

#secondary .widget {
  margin: 0 0 15px 0;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 20px 20px 20px 40px;
}

/*Theme Specific*/
h3.widget-title-bg, div#categories-2 h3, .team-sidebar-content h3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 15px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 23px;
  text-shadow: 1px 1px 1px #000;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.wt-bg1 {
  background-image: url(/_webspi/images/pages/oss-services-seattle.jpg);
}
.wt-bg2, div#categories-2 h3 {
  background-image: url(/_webspi/images/pages/categories.jpg);
}
.wt-bg3 {
  background-image: url(/_webspi/images/pages/orthopedic-surgery-education.jpg);
}
.wt-bg4 {
  background-image: url(/_webspi/images/pages/slide1.jpg);
}
.wt-bg5 {
  background-image: url(/_webspi/images/pages/slide1.jpg);
}
ul.sidebar-list, .widget_categories ul {
  padding-left: 30px;
}
ul.sidebar-list li a, li.cat-item a {
  color: #282828;
  padding: 5px 0 5px 5px;
  display: inline-block;
  -webkit-transition: 0.5s padding ease;
  transition: 0.5s padding ease;
}
ul.sidebar-list li a:hover, li.cat-item a:hover {
  border-left: 2px solid #00af66;
  padding-left: 10px;
  -webkit-transition: 0.5s padding ease;
  transition: 0.5s padding ease;
}
.sidebar-info {
  text-align: center;
}
.sidebar-info a {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
#secondary.doctor-sidebar .widget {
  padding: 20px 40px 20px 20px;
}

/* =FOOTER
-------------------------------------------------------------- */
#colophon {
  padding: 0;
  color: #333;
	margin-top: 20px;
}

#colophon h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#footer-widgets-row {
  padding: 50px 0;
  background-image: url(/_webspi/images/pages/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
}
.site-info-container {
	width: 100%;
    max-width: 1550px;
    padding-top: 12px;
	padding-bottom: 12px;
    margin: 0 auto;
    clear: both;
}
.site-info-wrapper {
  background-color: #001871;
  color: #FFF;
  padding: 5px 0 12px;
  font-size: 15px;
}

.site-info-wrapper a {
  color: #FFF;
}

.site-info-wrapper a:hover {
  color: #FBB028;
}

.site-info-container .footer-copyright {
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: .35px;
}

/*Theme Specific Styles*/
.footer-social-icons a {
  width: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	background-color: #282828;
	color: #FFF;
}
.footer-social-icons a:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div#footer-widget-3 a {
  color: #FFF;
  font-weight: 600;
}
div#footer-widget-1 img {
  max-width: 270px;
  margin-bottom: 20px;
}
.footer-links {
  margin-top: 30px;
}
.footer-links ul {
  display: inline-block;
}
.footer-links ul li {
  margin-bottom: 6px;
}
.footer-links ul li a {
  text-transform: uppercase;
  color: #FFF;
}
.footer-links ul li a:hover {
  border-bottom: 1px solid #FFF;
  text-decoration: none;
}
div#footer-widget-2 {
  text-align: center;
}
div#footer-widget-2 h4 {
  text-transform: uppercase;
	clear: both;
}
.footer-social-icons {
  margin-bottom: 20px;
}
div#footer-widget-3 {
  text-align: center;
}
div#footer-widget-3 .textwidget {
  float: right;
}
div#footer-widget-3 h4 {
  margin: 0;
}
div#footer-widget-3 p {
  margin-bottom: 10px;
}
.newsletter-form .gform_body {
  float: left;
  width: 82%;
}
.footer-line-break {
  border-top: 1px solid #FFF;
  margin-bottom: 15px;
}
.newsletter-form  input[type="image"] {
  background-color: #282828;
}
.newsletter-form input[type="image"]:hover {
  background-color: #4a4a4a;
}
form.newsletter-form {
  width: 72%;
  margin: 0 auto;
}
span.gform_description {
  text-transform: uppercase;
}
footer .gform_heading {
  margin-bottom: 12px;
  text-align: center;
}
div#footer-widget-2 .textwidget {
  margin-top: 15px;
}
.newsletter-form input {
  color: #333;
}

/* =HOMEPAGE
-------------------------------------------------------------- */
.home #primary {
  padding: 0px;
}

article p {
  margin-bottom: 15px;
}

div#homepage-content {
  padding: 0;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width: 100%;
}
.box-text {
	border: 2px solid #0072ce;
    padding: 20px;
    margin-bottom: 3rem;
}
/*Theme Specific Styles*/
.home-row {
  padding-left: 0;
  padding-right: 0;
}
.home #colophon {
  margin-top: 0;
}
/*Welcome Row*/
section.welcome-row {
  background-image: url(/_webspi/images/pages/slide1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.welcome-subtitle {
  font-size: 20px;
  margin-top: 3rem;
}
section.welcome-row h1 {
  font-size: 42px;
  margin-bottom: 3rem;
}
.welcome-iframe {
  width: 680px;
  position: relative;
  margin: 0 auto;
}
.welcome-iframe .iframe-responsive {
  padding-bottom: 50%;
}

/*Why Row*/
section.why-row {
  padding: 50px 0;
  text-align: center;
}
section.why-row h2 {
  color: #001871;
  font-size: 32px;
}
section.why-row ul {
  text-align: left;
  list-style-type: none;
  padding: 0;
}
section.why-row ul li {
  margin-bottom: 20px;
}
section.why-row ul li a {
  text-transform: uppercase;
  color: #282828;
  font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
section.why-row ul li a:hover {
  color: #535353;
}
section.why-row ul li a:before {
  content: "\f054";
  font-family: FontAwesome;
  background-color: #0072ce;
  color: #FFF;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  margin-right: 15px;
  padding-left: 2px;
}
section.why-row ul li a:hover:before {
  background-color: #001871;
}
.why-row-link {
  margin: 20px 0;
}
.why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*Mission Row*/
section.mission-row {
  background-image: url(/_webspi/images/pages/oss-mission.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 0;
}
section.mission-row h2 {
  font-size: 38px;
}
section.mission-row .btn-1 {
  margin-top: 15px;
}
/*Info Row*/
section.info-row {
  padding: 50px 0;
}
.info-content-left h2 {
  color: #0072ce;
  font-size: 24px;
}
.info-content-left .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.info-content-left .row > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row.link-row-top {
  margin-top: 40px;
}
.info-content-left .row > div img {
  margin-right: 16px;
	width: 60px;
	display: inline-block;
}
.info-content-left .row > div p {
  font-weight: 600;
  text-transform: uppercase;
}
.info-content-left .row > div:hover p {
  border-bottom: 1px solid #4eabf9;
}
.info-content-left .row > div a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.info-row-ticker {
  margin-bottom: 25px;
}
.info-content-left h3 {
  text-transform: uppercase;
  color: #0072ce;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.info-content-left .row > div p.link-service-content {
  margin-bottom: 0;
  font-size: 18px;
	font-family: 'Poppins', sans-serif;
  width: 100%;
}
/*CTA Row*/
section.cta-row {
  border-top: 4px solid #001871;
}
.cta-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding: 0;
}
.cta-left-box {
  background-image: url(/_webspi/images/pages/make-appointment.jpg);
}
.cta-right-box {
  background-image: url(/_webspi/images/pages/pay-bills.jpg);
}
.cta-box h3 {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-size: 32px;
}
.cta-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta-box h3 .fa {
  background-color: #2b2b2b;
  width: 25px;
  line-height: 25px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: middle;
  padding-left:2px;
}
.cta-box .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.cta-box:hover .fa {
  margin-left: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/* =GOOGLE MAPS RESPONSIVE
-------------------------------------------------------------- */
.iframe-responsive  {
  position: relative;
  padding-bottom: 60.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-responsive.footer-iframe {
  padding-bottom: 90px;
  margin-bottom: 20px;
}
.iframe-responsive.footer-iframe:last-child {
  margin-bottom: 0;
}

/*
=Plugin Override
----------------------------------------------------------------*/

/* Gravity Forms */
/* GravityForms Reset START */
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  font-weight:normal;
  margin:0;
  padding:0;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  margin:0;
  padding: 5px;
  display:block;
}

.home .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  padding: 6.8px!important;
}

.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select {
  margin:0;
  display:block;
  width:100%;
  padding-left: 5px;
  border: 1px solid #333;
}

.gform_wrapper input[type=radio], .gform_wrapper input[type=checkbox] {
  margin: 4px 10px 0 5px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.gform_wrapper ul.gfield_checkbox li {
  margin:0;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  font-weight:normal;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
  margin:0;
  padding:0;
}

.gform_wrapper .top_label .gfield_label {
  margin:0;
  padding-bottom: 3px;
  padding-top: 5px;
}

.gfield, .ginput_full {
  clear: both;
  display: block;
  height: 1%;
  overflow: hidden;
  text-align: left;
}

.gform_wrapper ul {
  list-style:none;
  margin:0;
  padding:0;
}

.ginput_left {
  float:left;
  width: 49%;
  clear:right;
  display:block;
}

.ginput_right {
  float:right;
  width: 49%;
  clear:right;
  display:block;
}

.name_first {
  float:left;
  width: 49%;
  clear:right;
  display:block;
}

.name_last {
  float:right;
  width: 49%;
  clear:right;
  display:block;
}

.medium{
  width:100%;
}

.form-left{
  float:left;
  width: 49%;
  clear:left;
  display:inline-block;
}

.form-right{
  float:right;
  width: 49%;
  clear:right;
  display:inline-block;
}

.gform_wrapper .validation_error {
  color: #ff9b00;
  font-size: 14px;
}

.gform_wrapper .validation_message {
  color: #ff9b00;
  font-size: 14px;
}

.ginput_complex select {
  height: 27px;
}

.gfield_select {
  color: #2B2B2B;
  height: 34px;
}

/* GravityForms Reset END */

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%!important;
  padding-left: 5px;
  border: 1px solid #333;
}

.gfield_captcha_input_container.simple_captcha_medium {
  margin-bottom: 10px;
}

img.gfield_captcha {
  margin-bottom: 5px;
}

.gform_confirmation_message {
  color: #FF8F00;
  padding: 15px;
  font-weight: bold;
}

/*Modern Gravity Forms Styles*/
.hide-gform-label label {
  display: none;
}

.simple-style-form .ginput_container input {
  margin-bottom: 15px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #88AD2A;
  font-size: 16px;
}

::-webkit-input-placeholder{
  color: #bbbbbb;
}

input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

input:-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbbbbb;
}

textarea::-webkit-input-placeholder {
  color: #bbbbbb!important;
}

textarea::-moz-placeholder {
  color: #bbbbbb!important;
  opacity: 1;
}

input:focus {
  outline: 0px;
}

textarea:focus {
  outline: 0px;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	background-color: #FFF;
  height: 140px;
  padding-left: 5px;
  padding-top: 3px;
  border: 1px solid #070707;
}

button, html input[type=button], input[type=reset], input[type=submit] {
background-color: #33548c;
  padding: 3px 15px;
  color: #FFF;
  border: 1px solid #33548c;
  text-transform: uppercase;
}

button:hover, input[type=submit]:hover, input[type=button]:hover {
  background-color: #282828;
  border: 1px solid #282828;
  color: #FFF;
}

.gform_wrapper .top_label .gfield_label {
  font-size: 16px;
  font-weight: 700;
}

.gfield_captcha_input_container.simple_captcha_medium input {
  background-color: #FFF;
  border: 1px solid #333;
}
/*--END--Modern Gravity Forms Styles*/
.gfield.hide-gform-label {
  margin-bottom: 15px;
}

/*Theme Specific Gforms*/
.contact-form {
  padding: 0 145px;
  margin: 45px 0;
}
.ginput_container select {
  width: 100%;
  height: 34px;
  border: 1px solid #333;
}
.gfield {
  margin-bottom: 15px;
}
.gform_wrapper {
  text-align: left;
  margin-bottom: 20px;
}
.gform_wrapper.newsletter-form_wrapper {
  margin-bottom: 0;
}
div#ui-datepicker-div {
  background-color: #FFF;
  padding: 15px;
  border: 1px solid #333;
}
table.ui-datepicker-calendar tr td {
  padding: 5px;
}
a.ui-datepicker-next.ui-corner-all {
  float: right;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > a {
  padding-bottom: 5px;
  display: inline-block;
}
.ui-datepicker-title > select {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
/*
Bootstrap Override
---------------------------------------------------------------*/
.btn-warning {
  color: #fff;
  background-color: #FF9600;
  border-color: #FF9600;
}
/*
 * Review Plugin Override */
.wprevpro_t1_outer_div.w3_wprs-row-padding.wprevprodiv {
    background-color: rgba(52,115,167,0.7);
}

/*
 * Apex Notification Bar Override */
.edn-text-link {
    padding: 0 20px!important;
    max-width: 1200px!important;
}
/* =RESPONSIVE
-------------------------------------------------------------- */
@media (max-width: 1360.98px) {
div#header-right {
  padding: 0;
}

ul.navbar-nav li.menu-item-has-children > a:after {
  top: 32%;
}
.header-widget-1 .textwidget a::after {
  padding: 0px 4px;
}
.header-widget-1 .textwidget a {
  font-size: 13px;
}
div#footer-widget-3 .textwidget {
  float: none;
}
div#footer-widget-3 {
  text-align: center;
}
.iframe-responsive.footer-iframe {
  padding-bottom: 185px;
  margin-top: 20px;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root {
	margin: 5px 17px 15px;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root.mega-children.has-children .mega-menu-wrapper .mega-menu-container .mega-menu-list-section .mega-menu-list-group .menu-item a, .wpmaster-mega-nav-menu .wpmaster-nav-root {
  font-size: 13px;
}
.info-content-left .row > div p {
  font-size: 16px;
}
.header-search {
  padding-left: 15px;
}
span.gform_description {
  font-size: 15px;
}
body {
	font-size: 16px;
}
.header-widgets {
  font-size: 16px;
}

	/* MegaMenu New Responsive */
	
	a.mega-menu-link {
		font-size: 15px!important;
		margin: 10px 12px!important;
	}
	/* MegaMenu New Responsive End */

}

@media (max-width: 1199.98px) {
div#footer-widget-1 {
  display: none;
}
div#wms-tabs > ul > li > a {
  padding: 10px 13px;
  font-size: 14px;
}
	.info-content-left .row > div img {
		width: 50px;
	}
	.info-content-left .row > div {
		margin-bottom: 30px;
	}
	.cta-box {
		height: 270px;
	}
	.cta-box h3 {
		font-size: 27px;
	}

}

@media (max-width: 991.98px) {
.home #masthead, #masthead {
  padding-top: 0;
}
img#logo {
  max-width: 240px;
  padding: 20px 0 0px;
  margin: 0 auto;
}
	#mega-menu-wrap-menu-1 {
		float: right!important;
		clear: none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		margin-right: 40px!important;
		margin-left: 40px!important;
	}
	#ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		margin: 8px 40px!important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 0px 15px!important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 0px 10px!important;
	}
	
.header-widgets {
  text-align: center;
}
	section.welcome-row h1 {
		font-size: 26px;
	}
	.oss-banner {
		height: 230px;
		font-size: 28px;
		text-shadow: 1px 1px 3px #000;
	}
	section.why-row h2, section.mission-row h2 {
		font-size: 25px;
	}
	section.info-row .info-content-right {
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-top: 30px;
	}
	
div#footer-widgets-row .wms-oc > div {
  margin-bottom: 20px;
}
div#footer-widgets-row .wms-oc > div {
  margin-bottom: 20px;
  text-align: center;
}
#footer-widgets-row {
  padding: 25px 0;
}
div#footer-widget-1 img {
  width: 60%;
}
.cta-box h3 {
  font-size: 24px;
}
#secondary .widget {
  padding: 0 15px;
}
div#secondary {
  border-left: none;
}
.page-default-container {
  padding: 0;
}
.page-default-container #primary, .staff-page-container #primary {
  padding-right: 15px;
}
.contact-form {
  padding: 0 50px;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root {
  margin: 5px 11px 15px;
}
.wpmaster-mega-nav-menu .wpmaster-nav-root.mega-children.has-children .mega-menu-wrapper .mega-menu-container .mega-menu-list-section .mega-menu-list-group .menu-item a, .wpmaster-mega-nav-menu .wpmaster-nav-root {
  font-size: 13px;
}
.team-member {
  padding: 0 15px!important;
}
.welcome-iframe {
  width: 100%;
}

	.site-info-wrapper {
		text-align:center;
	}

}

@media (max-width: 840.98px){
div#main {
  margin-top: 135px;
}

}

@media (max-width: 767.98px){
div#wms-foobar-container {
    font-size: 14px;
}
.navbar-collapse.collapse.in {
  display: block!important;
  margin-bottom: 0;
}

.navbar-collapse.collapse {
  float: none;
  display: none!important;
  margin-bottom: 0;
}
#spi-navbar-full {
  margin-bottom: 0;
}

nav#spi-navbar {
  margin: 0;
  clear: both;
}

.navbar-nav {
  display: block;
}

.container-fluid {
  padding: 0;
}

ul.navbar-nav li a {
  color: #333;
}

.masthead-container {
  padding: 0;
}

.home ul.navbar-nav li:hover > a {
  border-bottom: 1px solid #000;
}

body:not(.fixed-width) i.mobile-toggle {
  color: #333;
  border: 1px solid #333;
}

button.navbar-toggle {
  color: #333!important;
}

header.entry-header.page-header h1 {
  font-size: 24px;
}

ul.navbar-nav ul.sub-menu li:hover {
  background-color: transparent;
}

ul.navbar-nav .menu-item-has-children:hover {
  background-color: transparent!important;
}

.nav-menu.navbar-nav > li:hover {
  background-color: transparent;
}

#masthead {
  height: auto;
}

.home #masthead {
  top: 0;
  width: 100%;
  padding: 0;
}

ul.navbar-nav li:hover > a {
  color: #184d8f;
}

.nav-menu.navbar-nav > li > a:hover {
  color: #184d8f;
}

body:not(.fixed-width) .navbar .navbar-toggle {
  display: block;
  float: right;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #2B2B2B;
  margin: 5px 0;
}

div#main-navigation-collapse {
  width: 100%;
  float: right;
  position: relative;
}
.welcome-row h1 {
  font-size: 28px;
}
section.mission-row {
  padding: 30px 0;
}
.cta-left-box {
  margin-bottom: 10px;
}
.newsletter-form .gform_body {
  width: 78%;
}
.gform_heading {
  margin-bottom: 10px;
}
.header-widgets {
  padding: 10px 0;
}
span.pipe {
  display: none;
}
.header-widget-1 {
  padding-bottom: 10px;
}
.header-widget-3 {
  padding-top: 10px;
}
section.why-row, section.info-row {
  padding: 40px 0;
}
.info-content-left .row > div {
  margin-bottom: 20px;
}
.row.link-row-top {
  margin-top: 0;
}
div#footer-widget-3 {
  padding-left: 15px;
  padding-right: 15px;
}
body {
  font-size: 16px;
}
.newsletter-form input[type="image"] {
  height: 34px;
}
section.why-row ul li a:before {
  margin-right: 5px;
}
.cta-box h3 {
  font-size: 20px;
    margin-bottom: 0;
}
.cta-box {
  height: 200px;
}
.padding-indent {
  padding-left: 15px;
  padding-right: 15px;
}
.team-member {
  padding: 0 15px;
}
div#wpmaster-search-box {
  width: 100%;
}
div#wpmaster-search-box {
  margin-top: 0;
}
div#header-info {
  margin-bottom: 5px;
}
.why-list {
  display: block;
}
section.welcome-row h1 {
  font-size: 26px;
}
section.welcome-row {
  background-attachment: initial;
	position: static;
}
.contact-form {
  padding: 0;
}
.iframe-responsive.review-iframe {
  padding-bottom: 100%;
}
.team-member.col-sm-5 {
  width: 100%;
}
div#wms-tabs > ul > li > a img {
  display: block;
}
.hide-mobile {
  display: none;
}
div#wms-tabs > ul > li > a {
  padding: 10px;
}
.team-profile-contact img {
  max-width: 160px;
}
#wms-tabs .ui-tabs-panel {
  min-height: auto;
}
li.previous a {
  margin-bottom: 10px;
}
.download-forms-wrap > div {
  margin-bottom: 10px;
}
.download-forms-wrap > div:last-child {
  margin-bottom: 0;
}
.welcome-subtitle {
  font-size: 17px;
}
.profile-awards.row img {
	max-width: 230px;
}
.oss-banner {
	font-size: 25px;
}
.staff-page-container .team-profile-contact ul {
	list-style-type: none;
    padding-inline-start: 0px!important;
}

}

@media (max-width: 590px) {
img#logo {
  max-width: 215px;
  padding: 20px 0 15px;
  margin: 0 auto;
}
div#wms-foobar-container {
    font-size: 13px;
}
section.welcome-row h1 {
	font-size: 25px;
	margin-bottom:1rem;
}
.welcome-subtitle {
	font-size: 16px;
	margin:0 auto!important;
}
.testimony-slide {
  margin: 0 1.2rem;
  padding: 1.2rem 1.2rem;
}
div.wpcs_tab {
    height: 24px;
    padding: 1px 0px 2px 0px;
    left: -74px;
    font-size: 16px;
}
.phone-numbers {
  width: auto;
}
.center-mobile {
  text-align: center;
}
.testimony-section {
padding: 1.5rem 0;
}
.owl-item p {
	font-size: 13px;
}
}

@media (max-width: 576.98px) {
	div#main {
		margin-top: 148px;
	}
	.oss-banner {
		font-size: 20px;
		height: 160px;
	}
	section.why-row h2 {
		font-size: 22px;
	}
}

@media (max-width: 499px) {
div#wms-foobar-container {
    font-size: 11px;
}
.team-profile-contact {
  text-align: center;
}
.team-profile-contact .col-sm-4 {
  width: 100%;
  float: left;
}
.team-profile-contact img {
  width: auto;
	float: none!important;
}
.page-default-container .team-profile-contact ul {
  text-align: left;
}

}

@media (min-width: 1361px) {
	ul#mega-menu-menu-1 a.mega-menu-link {
		margin: 10px 30px!important;
	}
}

@media (min-width: 992px) {
	ul#mega-menu-menu-1 a.mega-menu-link {
		margin: 10px 14px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-on-desktop, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
		display: none!important;
	}
}



@media (max-width: 399px) {
.phone-numbers ul li span {
  float: none;
  white-space: nowrap;
}
.phone-numbers {
  text-align: center;
}

}

/* ----------- iPad 1 and 2 and Mini ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
section.welcome-row {
  background-attachment: initial;
	position: static;
}
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
section.welcome-row {
  background-attachment: initial;
	position: static;
}
}

/* ----------- iPad 1 and 2 and Mini ----------- */
/* Landscape Only*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
	and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
div#main {
  margin-top: 135px;
}
}

/* ----------- iPad 3 and 4 ----------- */
/* Landscape Only*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
	and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
div#main {
  margin-top: 122px;
}
}