﻿@charset "UTF-8";
/*-------------------------------------------------------*
    My Boilerplate
    */

/*-------------------------------------------------------*    Normalise
/*-------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
/* 2 */ }

/**
 * Remove default margin.
 */
 body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 menu,
 nav,
 section,
 summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
 audio,
 canvas,
 progress,
 video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
/* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
 audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
 [hidden],
 template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
 a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
 a:active,
 a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
 abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
 b,
 strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
 dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
 h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
 mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
 small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

  sup {
    top: -0.5em; }

    sub {
      bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
 img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
 svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
 figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
 hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
 pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
 code,
 kbd,
 pre,
 samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
/* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
 button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
 button,
 select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
 button,
 html input[type="button"],
 input[type="reset"],
 input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
/* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
 button[disabled],
 html input[disabled] {
  cursor: default;
  opacity: 0.3; }
  button[disabled]:hover,
  html input[disabled]:hover {
    background-color: transparent;
    color: inherit; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
 button::-moz-focus-inner,
 input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
 input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
 input[type="checkbox"],
 input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
 input[type="number"]::-webkit-inner-spin-button,
 input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
 input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
 legend {
  border: 0;
  /* 1 */
  padding: 0;
/* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
 textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
 optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
 table {
  border-collapse: collapse;
  border-spacing: 0; }

  td,
  th {
    padding: 0; }

/*-------------------------------------------------------*    Base
/*-------------------------------------------------------*/
/*-------------------------------------------------------*    Grid
/*-------------------------------------------------------*/

/*-------------------------------------------------------*    Typography
/*-------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

  html{
  font-size:100%; /* Default font size 16px x 62.5% = 10px 
                      1rem = 16px
                      */
                    }

                    body {
                      font-family:'Poppins', Helvetica, Arial, sans-serif;
                      font-weight: 400;
                    }


                    h1,
                    h2,
                    h3,
                    h4,
                    h5,
                    h6 {
                      font-family:'Poppins', Helvetica, Arial, sans-serif;
                      margin-bottom:10px;
                    }


                    a, a:hover, button, button:hover{
                      transition:all 0.3s ease-out !important;
                      -webkit-transition:all 0.3s ease-out !important;
                    }

                    p {
                      margin: 0 0 17px; 
                    }

/*-------------------------------------------------------*    Style tile
/*-------------------------------------------------------*/
.color-1 {
  background-color: #FFFFFF;
}

.color-2 {
  background-color: #d723a4; /*Bright Pink*/
}

.color-3 {
  background-color: #cd5ec8; /* Flat Purple */
}

.color-4 {
  background-color: #8995ff; /* Blue Violet */
}

.color-5 {
  background-color: #0b96ee; /* True Blue */
}

.color-6 {
  background-color: #313a4d; /* Dark Blue */
}

.color-7 {
  background-color: #2a3142;  /* Darker Blue */
}

.color-8 {
  background-color: #ededed; 
}



/*-------------------------------------------------------*    Navs
/*-------------------------------------------------------*/


/*-------------------------------------------------------*    Slider
/*-------------------------------------------------------*/


.heroBanner > li > img{
  width:100%;
}


/*-------------------------------------------------------*    CTAs
/*-------------------------------------------------------*/


/*-------------------------------------------------------*    Content Blocks
/*-------------------------------------------------------*/
.section-spacer {
  padding-bottom: 40px; 
}

/*-------------------------------------------------------*    Feeds
/*-------------------------------------------------------*/


/*-------------------------------------------------------*    Buttons
/*-------------------------------------------------------*/

.btn {
  text-decoration: none;
  white-space: normal;
  text-transform: uppercase;
  position:relative; z-index:1; 
}


/*-------------------------------------------------------*    Forms
/*-------------------------------------------------------*/
input,
textarea,
select {
  margin-bottom: 1.5rem; }

  figure,
  form {
    margin-bottom: 2.5rem; }

    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea,
    select {
      padding: 9px 10px;
      background-color: #fff;
      border: 1px solid #D1D1D1;
      box-shadow: none;
      box-sizing: border-box; }

      input[type="email"],
      input[type="search"],
      input[type="text"],
      input[type="tel"],
      input[type="url"],
      input[type="password"],
      textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }

        textarea {
          min-height: 65px;
          padding-top: 6px;
          padding-bottom: 6px; }

          input[type="email"]:focus,
          input[type="search"]:focus,
          input[type="text"]:focus,
          input[type="tel"]:focus,
          input[type="url"]:focus,
          input[type="password"]:focus,
          textarea:focus,
          select:focus {
            outline: 0; }

            label,
            legend {
              display: block;
              margin-bottom: .5rem;
              font-weight: 600; }

              fieldset {
                padding: 0;
                border-width: 0;
                margin-bottom: 1.5rem; }

                input[type="checkbox"],
                input[type="radio"] {
                  display: inline;
                  margin-right: .5em; }

                  label > .label-body {
                    display: inline-block;
                    margin-left: .5rem;
                    font-weight: normal; }

/*-------------------------------------------------------*    Links
/*-------------------------------------------------------*/
a,
a:hover,
button,
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

  a {
    color: #0082cb;
    text-decoration: none;
  }
  a:hover {
    color: #1999CA;
    text-decoration: underline; 
  }


/*-------------------------------------------------------*    Font Awesome Font Link
/*-------------------------------------------------------*/

@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot'); /* IE9 Compat Modes */
  src: url('fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
  url('fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
  url('fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}


body{
  /*margin-top:85px;*/
}

#pnl-search-advanced #pnl-search-inner .txt-search {
  border-radius: 4px;
  font-size: 16px;
  padding-left: 18px;
  font-weight: normal;
  color: #000;
  font-family: Arial, sans-serif;
  height: 42px;
  width: 90%;
  margin-bottom: 12px;
  border: solid 1px #1999ca;
}

#pnl-search-advanced #pnlSearch {
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
}

#pnl-search-advanced #pnl-search-inner {
  background: #FFF;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
}

#pnl-search-advanced {
  text-align: center;
  z-index: 100;
  top: 0;
  width: 100%;
}

.related-menu a:hover {
      color: #5A5A5A;
    text-decoration: underline;
}

#pnl-search-advanced #pnl-search-inner .btn-search {
  height: auto;
  width: auto;
  text-align: center;
  background-color: #FFF;
  border: 0px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  color: #1999ca;
  font-weight: bold;
  font-family: FontAwesome;
  position: absolute;
  right: 20%;
  top: 23%;
}

.search-bar {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.search-row p { 
  color: #4A4A4A; 
  font-family: Arial; 
  font-size: 16px;  
  font-weight: bold;  
  line-height: 20px;  
  text-align: center;
}

.search-row h1 {
  color: #4A4A4A; 
  font-family: Arial; 
  font-size: 30px;  
  font-weight: bold;  
  line-height: 34px;  
  text-align: center;
  margin-top: 15px;
}

.search-row.active p,
.search-row.active h1{
  color: #1999CA !important;
}

.search-row h1 {
    color: #1999CA !important;
}

.search-row {
  display: inline-block;
  padding: 0px 27px;
}

.search-row.active {
  border-bottom: 3px solid #E57200;
}

.icon-row {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #1999CA;
  border-bottom: 1px solid #1999CA;
}

.section-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.section-7 {
  padding-right: 0px;
border-left: 1px solid #9A9A9A;
    margin: 20px 0px;
}

.search-row a:hover {
  text-decoration: none;
  color: #1999CA;
}

.featured-block a p:hover {
  text-decoration: none;
}

.section-2 h1:before {
	content: url(/_img/SearchAdvanced/doc-gray.png);
	display: inline-block;
	margin-right: 10px;
}


.section-2.active h1:before {
	content: url(/_img/SearchAdvanced/doc-blue.png);
	display: inline-block;
	margin-right: 10px;
}

.section-3 h1:before {
	content: url(/_img/SearchAdvanced/location.png);
	display: inline-block;
	margin-right: 10px;
}

.section-3.active h1:before {
	content: url(/_img/SearchAdvanced/location-blue.png);
	display: inline-block;
	margin-right: 10px;
}

.section-4 h1:before {
	content: url(/_img/SearchAdvanced/blog.png);
	display: inline-block;
	margin-right: 10px;
}

.section-4.active h1:before {
	content: url(/_img/SearchAdvanced/blog-blue.png);
	display: inline-block;
	margin-right: 10px;
}


.section-5 h1:before {
	content: url(/_img/SearchAdvanced/calendar.png);
	display: inline-block;
	margin-right: 10px;
}

.section-5.active h1:before {
	content: url(/_img/SearchAdvanced/calendar-blue.png);
	display: inline-block;
	margin-right: 10px;
}

.section-6 h1:before {
	content: url(/_img/SearchAdvanced/newspapericon.png);
	display: inline-block;
	margin-right: 10px;
}

.section-6.active h1:before {
	content: url(/_img/SearchAdvanced/news-blue.png);
	display: inline-block;
	margin-right: 10px;
}

.section-7 h1:before {
	content: url(/_img/SearchAdvanced/book-icon.png);
	display: inline-block;
	margin-right: 10px;
}

.section-7.active h1:before {
	content: url(/_img/SearchAdvanced/book-blue.png);
	display: inline-block;
	margin-right: 10px;

  width: 15%;
  display: inline-block;
  vertical-align: top;
}

.search-info {
  width: 91%;
  display: inline-block;
}

.search-info p {
  color: #5A5A5A; 
  font-family: Arial; 
  font-size: 14px;  
  line-height: 20px;
}

.results-title {
  width: 100%;
  margin: 20px auto;
}

.suggestion p {
  font-family: Arial;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 25px;
}

.search-info h2 {
  font-weight: bold;
}


.all-load-more {
  text-align: center;
  margin: 20px 0px 50px;
}

.block {
    background: #EFF8FC;
    padding: 20px;
    width: 48%;
    display: inline-block;
    vertical-alig/book-blue.png);
  display: inline-block;
  margin-right: 10px;
}

.suggestion {
  width: 90%;
  margin: 0 auto;
}

.search-img{
  width: 7%;
  display: inline-block;
  vertical-align: top;
  min-width:46px;
}

	.search-img.blog-img {
		width:33%;
		max-width:33%;
		margin-right:2%;
	}

	.search-img.blog-img img {
		max-width:100%;
	}


.search-info {
  width: 91%;
  display: inline-block;
}

	.search-info.blog-info {
		width:64%;
		min-width:300px;
	}

.search-info p {
  color: #5A5A5A; 
  font-family: Arial; 
  font-size: 14px;  
  line-height: 20px;
}

.results-title {
  width: 100%;
  margin: 20px auto;
}

.suggestion p {
  font-family: Arial;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 25px;
}

.search-info h2 {
  font-weight: bold;
}


.all-load-more {
  text-align: center;
  margin: 20px 0px 50px;
}

.block {
    background: #EFF8FC;
    padding: 20px;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    max-height: 250px;
	min-height: 250px;
}

.block-title {
      width: 52%;
    display: inline-block;
}

.block-results {
    width: 20%;
    display: inline-block;
    float: right;
    text-align: right;
}

.block:nth-child(odd) {
  margin-right: 10px;
}

.block-list {
	min-height: 100px;
}

.block-list li,
.block-list li a {
  color: #5A5A5A; 
  font-family: Arial; 
  font-size: 16px;  
  line-height: 18px;
  margin-bottom: 16px;
  font-weight: normal;
}

.block-top {
  margin-bottom: 20px;
}

.block-icon {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.block-list ul {
  padding-left: 0px;
}

ul.left {
    float: left;
    width: 45%;
}

.block-link {
  text-align: right;
  margin-top: 40px;
}

.block-row {
    display: block;
    margin: 0 auto;
    width: 90%;
	min-height:250px;
}

.results-title p{
  color: #6F6F6F; 
  font-family: Arial; 
  font-size: 14px;  
  line-height: 25px;
}

h2 {
  color: #1999CA; 
  font-family: Arial; 
  font-size: 22px;  
  line-height: 26px;
  margin-top: 0px;
}

.featured-block h2 {
  font-weight: bold; 
}

h4 {
  color: #1999CA; 
  font-family: Arial; 
  font-size: 14px;  
  font-weight: bold;  
  line-height: 16px;
  text-transform: uppercase;
}

.related-menu li {
  color: #5A5A5A; 
  font-family: Arial; 
  font-size: 16px;  
  line-height: 32px;
}

.featured-block p {
  color: #5A5A5A; 
  font-family: Arial; 
  font-size: 14px;  
  line-height: 20px;
}

.featured-block {
  background-color: #EFF8FC;
  padding: 30px;
}

.specialty ul,
.related-menu ul {
  padding-left: 0px;
}

.left-results {
  width: 62%;
  display: inline-block;
}

.more-link.load {
  margin-top: 30px;
  width: 150px;
}

.right-results {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  float: right;
}

.related-menu {
  background: #EFF8FC;
  padding: 15px 25px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.top-featured {
  width: 100%;
  margin: 0 auto;
  display: block;
  float: none;
}

p.header {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #717171;
}


p {
  color: #4A4A4A; 
  font-family: "Open Sans"; 
  font-size: 14px;  
  line-height: 26px;
}


li {
  color: #4A4A4A; 
  font-family: "Open Sans"; 
  font-size: 14px;  
  line-height: 26px;
  list-style-type: none;
}

.phone a {
  color: #39393A; 
  font-family: "Open Sans"; 
  font-size: 16px;  
  line-height: 28px;
  cursor: default;
}

.phone a:hover {
  text-decoration: none;
}

.more-link {
  border: 1px solid #1999CA;  
  border-radius: 4px;
  color: #1999CA; 
  font-family: Arial; 
  font-size: 18px;  
  font-weight: bold;  line-height: 21px;  
  text-align: center;
  padding: 14px 18px;
  cursor: pointer;
  background: white;
}

.more-link:hover {
  background-color: #1999CA; 
  color: white;
  text-decoration: none;
}

.doc-info h2 {
  width: 90%;
}

.doc-results {
  border-bottom: 1px solid #979797;
  margin: 0 auto 30px;
  display: block;
  float: none;
}

.all-results {
  float: left;
  margin-top: 25px;
  border-bottom: 1px solid #1999CA;
  width:100%;
}

	.all-results .search-blurp p {
		min-height:40px;
	}

.doc-img {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  max-width:161px;
  margin-right:10px;
}

	.doc-img img {
		max-width:161px;
	}


.doc-info {
  width: 74%;
  display: inline-block;
  margin-bottom: 30px;
}

.doc-info p {
 color: #4A4A4A !important;
} 

.doc-info p.header {
  font-weight:bold;
  font-size:15px;
}

.doc-info .specialty, 
.doc-info .address,
.doc-info .phone {
  width: 33%;
  display: inline-block;
  vertical-align: top;
   
}

.view-full {
  float: right;
}


.load-more {
  text-align: center;
  margin: 20px 0px 50px;
}

a.more-link.load {
  padding: 14px 40px;
}

.m-show {
  display: none;
}

option {
  font-size: 16px;
  padding-left: 18px;
  font-weight: normal;
  color: #000;
  font-family: Arial, sans-serif;
}

.mobile-select select {
  border: solid 1px #1999ca;
  height: 42px;
  width: 90%;
  margin: 0 auto 0px;
  display:block;
}  

.mobile-select {
  border-top: 1px solid #1999ca;
  padding-top: 20px;
}

.class-info {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}

.class-img {
  width: 16%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #979797;
  padding-right: 2%;
}

.class-img img {
  margin-bottom: 10px;
}

.class-header h2 {
  font-weight: bold;
}

.class-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}

button.more-link.register {
  margin-right: 25px;
  width: 100%;
}

button.more-link.details {
  width: 100%;
}

.class-desc p {
  color: #4A4A4A; 
  font-family: Arial; 
  font-size: 15px;  
  line-height: 20px;
}

.classes-events .all-results {
  float: left;
  margin-top: 40px;
  border-bottom: 1px solid #979797;
}

.classes-events .all-results:nth-child(1) {
  margin-top: 0px;
}

.first-result {
  margin-top: 15px;
}

button.more-link.details {
  width: 20%;
  display: inline-block;
}

button.more-link.register {
  margin-right: 25px;
  width: 20%;
  display: inline-block;
}

.classes-events .view-full {
  width: 100%;
  display: block;
  text-align: right;
}


/*RESPONSIVE*/

@media (max-width: 1199px) {
	.class-img {
		width: 17%;
	}

	.class-info {
		width: 78%;
	}

	button.more-link.register {
		width: 22%;
	}

	button.more-link.details {
		width: 22%;
	}
}



@media (max-width: 1085px){

  .doc-info .specialty, .doc-info .address, .doc-info .phone {
    width: 30%;

  }

  .doc-img {
    margin-right: 3%;
  }

  .doc-info {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .left-results {
    width: 65%;
  }

  .class-img {
    width: 21%;
  }

  .class-info {
    width: 75%;
  }

    .block {
    width: 48%;
  }

  .block-icon img {
    width: 80%;
    height: 21px;
}

.block-icon {
    width: 8%;
}

.block-results {
    width: 27%;
    }

    .related-block .block-title {
      width: 68%;
    }

   .locations-block .block-icon img {
    width: 66%;
   }

  button.more-link.details,
  button.more-link.register {
    width: 30%;
  }

  .right-results {
    width: 30%;
  }

  .search-img {
    width: 8%;
  }

  button.more-link.load {
    width: 50%;
  }

  .doc-img {
    margin-right: 5%;
  }

}

@media (max-width: 835px) {
  .doc-img {
    margin-right: 5%;
  }
}


@media (max-width: 767px) {
  .m-show {
    display: block;
  }

  .m-hide {
    display: none;
  }


.block-link {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

  .classes-events .all-results {
    float: none;
    margin: 40px auto 0px; 
    width: 90%;
  }

  .results-title {
    width: 90%;
  }

  .class-img {
    width: 100%;
    text-align: left;
    border-right: 0px;
  }

.drop-search .block-row .block {
    width: 100%;
    display: block !important;
    height: auto !important;
    min-height: auto !important;
    max-height: 100% !important;
    float: left;
}

.block-icon {
    width: 4%;
}

  button.more-link.details, button.more-link.register {
    width: 45%;
  }

  .class-info {
    width: 100%;
  }

  .classes-events .view-full {
    text-align: center;
  }

  .left-results {
    width: 90%;
    margin: 0 auto;
    float: none;
    display: block;
  }

  .right-results {
    width: 90%;
    float: none;
    margin: 0 auto;
    display: block;
  }

  button.more-link.load {
    width: 90%;
  }


  #pnl-search-advanced #pnl-search-inner .txt-search {
    width: 90%;
  }

  .view-full {
    float: none;
    text-align: center;
    margin: 30px auto;
  }

  .load-more {
    text-align: center;
    margin: 20px auto 50px;
    width: 90%;
  }

  .doc-results {
    border-bottom: 1px solid #1999CA;
  }

  .suggestion {
    width: 90%;
  }

  .doc-img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .doc-info {
    width: 100%;
    display: block;
    margin-bottom: 0 auto 30px;
  }
  .doc-info h2 {
    width: 100%;
    margin-top: 15px;
  }

  .doc-info .specialty, .doc-info .address, .doc-info .phone {
    width: 100%;
    display: block;
  }

  .more-link {
    width: 100%;
  }

  #pnl-search-advanced #pnl-search-inner .btn-search {
    right: 6%;
  }


}


@media (max-width: 575px) {
	.block-icon {
		width: 5%;
	}
}

@media (max-width: 430px) {
	button.more-link.details, button.more-link.register {
		width: 47%;
	}

	button.more-link.register {
		margin-right: 5px;
	}

	.search-img.blog-img {
		width: 100%!important;
	}
}

@media (max-width: 455px) {
	.block-icon {
		width: 7%;
	}
}

/*new*/

.content_section .home .container {
    width: 100%;
}

#pnl-search #pnl-search-inner {
  width: 70% !important;
}

.drop-search {
  text-align: left;
  width: 102% !important;
}

.content_section #pnl-search-advanced #pnl-search-inner .btn-search {
  right: 7%;
}

@media (max-width: 1199px) {
.content_section .section-1 {
  padding-left: 0px;
}

.search-row {
  padding: 0px 15px;
}

}

@media (max-width: 1170px) {
.classes-block .block-title,
.wellness-block .block-title {
  margin-left: 10px;
}

.related-block .block-title {
  width: 90%;
}

.block-results {
  width: 21%;
}
}

@media (max-width: 1093px) {
.block-results {
  width: 23%;
}
  }

  @media (max-width: 991px) {
.main_content .container {
    width: 100%;
}
.search-row {
    padding: 0px 8px;
}

.search-info {
    width: 89%;
  }

  .search-row h1 {
    font-size: 35px !important;
  }

  .search-row p {
    font-size: 15px;
  }
}

@media (max-width: 970px) {
  #pnl-search #pnl-search-inner {
    width: 90% !important;
}

#pnl-search-advanced #pnl-search-inner .btn-search {
  right: 12%;
}
}

@media (max-width: 960px) {
#pnl-search-advanced #pnl-search-inner .btn-search {
  top: 1%;
}

.content_section #pnl-search-advanced #pnl-search-inner .btn-search {
 top: 21%;
}

  }


@media (max-width: 930px) {
#pnl-search #pnl-search-inner #pnl-search-close {
  padding-right: 10px;
}
  }

  @media (max-width: 908px) {
.search-row h1 {
    font-size: 28px !important;
}
}

  @media (max-width: 791px) {
.search-row {
    padding: 0px 5px;
}
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
.search-info {
    width: 85%;
}
}

@media (max-width: 443px) {
.search-info {
    width: 80%;
}
}


@media (max-width: 414px) {
	#pnl-search #pnl-search-inner {
		margin-top: 71px;
	}
}

@media (max-width: 351px) {
.search-info {
    width: 75%;
}
}

