/**
	Table of Contents:
	
	1.0 - Global
	2.0 - Logo
	3.0 - Layout
	4.0 - User Interface
		4.1 - Buttons
		4.2 - Forms
		4.3 - Search
	5.0 - Header
		5.1 - Main Navigation
	6.0 - Footer
		6.1 - Footer Navigation
	7.0 - Sidebar
	8.0 - Components
	9.0 - Modules
		9.1 - Gallery
	10.0 - Misc / Shame
**/
/* ====================
	1.0 - Global Styles
==================== */
/* 768px and up */
/* 991px and up */
/* 991px and up */
body {
  background: #fff;
  font-family: "futura-pt", sans-serif;
  line-height: 1.5;
  color: #656464;
}
p {
  /*font-family: verdana, arial, sans-serif;*/
  font-size: 1.25em;
  line-height: 1.8;
}
#home p, #footer p {
  font-family: "futura-pt", sans-serif;
}
.content p {
  text-align: justify;
  /*font-family: Verdana, Geneva, sans-serif;*/
  color: #656464;
}
.media-page p {
  text-align: left;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h7 {
  /*font-family: verdana, arial, sans-serif;*/
  text-transform: uppercase;
}
.futura {
  font-family: "futura-pt", sans-serif;
}
.spacer {
  padding: 5% 0 7%;
}
.spacer-btm {
  padding: 0 0 5%;
  margin-top: -20px;
}
hr.grey {
  border-top: 1px solid #ccc;
}
.reset-textcase {
  text-transform: none;
}
.indent {
  margin: 20px 0 20px 30px;
  /* ====================
	2.0 - Logo
==================== */
}
.logo {
  padding-top: 1em;
}
.logo_image {
  max-width: 100%;
  height: auto;
}
.show-mobile {
  display: none;
  /* ====================
	3.0 - Layout
==================== */
  /* No Gutter */
}
.no-gutter {
  margin: 0;
}
.no-gutter > [class*="col-"] {
  padding: 0;
  /* ====================
	4.0 - User Interface
==================== */
  /* Buttons */
  /* Forms */
  /* Search */
}
.search__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search__submit {
  height: 34px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  /* ====================
	5.0 - Header
==================== */
}
.page-header {
  background: #c9d4e8;
  margin-top: 0;
  box-shadow: inset 0 -18px 40px -20px rgba(0, 0, 0, .3);
}
.page-header-purple {
  background: #c9cae9;
}
.page-header-pink {
  background: #e8c4e0;
}
.page-header-aqua {
  background: #c8e1e6;
}
.page-header-bright-purple {
  background: #c7abd4;
}
.content {
  margin: 1em 0;
}
.page-header__title {
  color: #fff;
  letter-spacing: 6px;
}
.sub__title {
  color: #656464;
  margin-bottom: 1em;
}
a {
  color: #9daae2;
}
a:hover {
  color: #9daae2;
}
.breadcrumb {
  /*font-family: verdana, arial, sans-serif;*/
  font-size: 1em;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb a {
  color: #afb3e2;
  font-size: 1.2em;
  text-transform: lowercase;
}
.breadcrumb > li + li:before {
  padding: 0 15px;
  content: "|";
  color: #000;
}
.about-dr img {
  margin-bottom: 10px;
  max-width: 65%;
}
  /* ==========================================================================
   Navigation 
   ========================================================================== */
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-phone {
  display: none !important;
  color: #555 !important;
  border-right: 1px solid #555 !important;
}
#mega-menu-wrap-main_nav #mega-menu-main_nav {
  text-align: center !important;
}
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a {
  letter-spacing: 1px !important;
}
@media screen and (min-width: 768px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a {
    font-size: 14px !important;
    padding: 0 5px !important;
  }
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a {
    font-size: 16px !important;
    padding: 0 5px !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-phone {
    display: inline-block !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-phone a {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  /* ==========================================================================
   The BLOG / What's New
   ========================================================================== */  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a {
    padding: 0 15px !important;
  }
}
.blog-post h2 {
  text-transform: capitalize;
  font-size: 1.75em;
  margin-bottom: 10px;
  color: #656464;
}
.blog-post h2 a {
  color: #656464;
}
.blog-post h2 a:hover {
  color: #9daae2;
  text-decoration: none;
}
.blog-post .blog-post__meta {
  font-size: 0.875em;
  line-height: 1.2;
  margin-top: 0;
}
.blog-post .blog-post__author {
  font-size: 0.875em;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 5px;
}
.blog-post .blog-post__tags {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 0;
}
.blog-post hr {
  margin: 40px 0;
}
.blog-post__title a, .blog-post__meta a, .post__meta a, .sidebar a {
  color: #9daae2;
  font-family: verdana, arial, sans-serif;
  /* Widgets */
}
.widget_archive ul, .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod__header h3 {
  text-transform: capitalize;
  font-size: 1.125em;
  color: #656464;
  font-weight: bold;
}
.btn-primary {
  background-color: #9daae2;
  border-color: #9daae2;
}
.btn-primary:hover {
  background-color: #c9d4e8;
  border-color: #c9d4e8;
  /* ==========================================================================
   Info - Footer quick links: Office, Media, Gallery
   ========================================================================== */
}
.info {
  border-top: 2px #b6b6b6 solid;
  border-bottom: 2px #b6b6b6 solid;
  margin: 4px 0;
  padding: 0.5em 0;
}
.info_item {
  border-left: 2px #b6b6b6 solid;
}
.info_item:first-of-type {
  border: none;
}
.item_office {
  padding-left: 0;
}
.col-sm-4.item_media {
  width: 38.33333%;
}
.col-sm-3.item_gallery {
  width: 20%;
}
.info_item--spacer {
  padding-left: 0.5em;
}
.item_office .info_item--spacer {
  padding-left: 0;
}
.info_media {
  display: flex;
}
.info_media li {
  padding-right: 7px;
}
.info_media span {
  display: block;
  font-size: 1.2em;
  line-height: 1;
  margin-top: 7px;
  padding-right: 10px;
}
.info_title {
  color: #555;
  letter-spacing: 1px;
  margin-top: 0;
}
.info_media a {
  color: #555;
}
.address p {
  margin-bottom: 8px;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 0.05em;
  /* ==========================================================================
   Footer section
   ========================================================================== */
}
.footer {
  padding: 1em 0 5em 0;
  /* Footer Navigation */
}
.footer__nav {
  list-style: none;
  margin: 0.5em 0 1em;
  padding: 0;
  overflow: hidden;
}
.footer__nav li {
  display: inline-block;
  margin-right: 10px;
}
.footer__nav li a {
  padding: 0;
  color: #555;
  text-transform: lowercase;
  /* ====================
	7.0 - Sidebar
==================== */
  /* ====================
	8.0 - Components
==================== */
  /* Hide Icons */
}
.mobile-nav, .close-panel {
  display: none;
  /* ====================
	9.0 - Modules
==================== */
}
#page {
  min-height: 100%;
}
.mod {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  /* homepage format  
============================================== */  .mod.blog {
    padding-right: 40px;
  }
}
.intro {
  background: #e0e6f6;
  background: -moz-linear-gradient(left, #e0e6f6 56.5%, #e4e4e4 43.5%);
  background: -webkit-gradient(linear, left top, right top, color-stop(56.5%, #e0e6f6), color-stop(43.5%, #e4e4e4));
  background: -webkit-linear-gradient(left, #e0e6f6 56.5%, #e4e4e4 43.5%);
  background: -o-linear-gradient(left, #e0e6f6 50%, #e4e4e4 43.5%);
  background: -ms-linear-gradient(left, #e0e6f6 56.5%, #e4e4e4 43.5%);
  background: linear-gradient(to right, #e0e6f6 56.5%, #e4e4e4 43.5%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e6f6', endColorstr='#e4e4e4',GradientType=1);
}
.intro_quote {
  padding: 80px 50px 20px 60px;
}
.intro_text {
  position: absolute;
  bottom: 10%;
  font-size: 18px;
  color: #555;
  padding: 60px 50px 0px 60px;
  line-height: 1.4;
}
.doctor {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.show-item-mobile {
  display: none;
  /* contact page  
====================================================== */
}
.address-contact {
  width: 340px;
  margin: 5% auto 7%;
  color: #363636;
  /* dr's credentials page  
====================================================== */
}
.address-contact p {
  font-family: "futura-pt", sans-serif !important;
  font-size: 18px;
  letter-spacing: 2px;
}
.list-cv ul {
  list-style: none;
  font-family: verdana, arial, sans-serif;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}
.list-cv ul ul {
  margin-bottom: 0;
}
.list-cv ul ul li {
  margin-left: 20px;
}
.list-cv ul ul li li {
  margin-left: 0;
}
.list-cv ul .h2 {
  font-size: 1.125em;
  color: #555;
  font-weight: bold;
  text-transform: capitalize;
}
.list-cv ul .h3 {
  color: #555;
  font-size: 1em;
  font-weight: bold;
  text-transform: capitalize;
}
.list-logos {
  /* testimonials page. Style the cards 
====================================================== */
}
.list-logos ul {
  padding-top: 20px;
  padding-left: 0;
}
.list-logos ul li {
  display: inline;
  margin-right: 30px;
  padding-bottom: 20px;
}
#card_testimonials {
  /* Procedures figure illustrations
====================================================== */
}
#card_testimonials .card_testimonials__item {
  margin-top: 10%;
}
#card_testimonials .card_testimonials__item p {
  margin-right: 10%;
}
#card_testimonials .card_testimonials__item .text-right {
  text-align: right;
}
#card_testimonials .card_testimonials__item .text-center {
  text-align: center;
}
p.fig-caption {
  font-size: 0.813em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 100%;
  text-align: center;
}
.box-figure-left {
  display: block;
  float: left;
  margin: 0 20px 5px 0;
}
.box-figure-right {
  display: block;
  float: right;
  margin: 0 0 5px 20px;
}
.figure-illustration {
  text-align: center;
  margin: 20px auto 20px;
  /* Photo gallery grid format-regular 
====================================================== */
}
.figure-illustration .clear {
  clear: both;
}
.figure-illustration img {
  width: auto;
  height: auto;
  border: 0;
  padding: 0 5px 5px 5px;
}
.figure-illustration .fig__type1-sm {
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}
.figure-illustration .fig__type1-sm .fig__1of2 {
  float: left;
  width: 50%;
  max-width: 155px;
  text-align: center;
}
.figure-illustration .fig__type1-sm-single {
  margin: 0 auto;
  max-width: 155px;
  width: 100%;
}
.figure-illustration .fig__type1-md {
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}
.figure-illustration .fig__type1-md .fig__1of2 {
  float: left;
  width: 50%;
  max-width: 190px;
  text-align: center;
}
.figure-illustration .fig__type1-md-single {
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
}
.figure-illustration .fig__type1-lg {
  margin: 0 auto;
  max-width: 510px;
  width: 100%;
}
.figure-illustration .fig__type1-lg .fig__1of2 {
  float: left;
  width: 50%;
  max-width: 255px;
  text-align: center;
}
.figure-illustration .fig__type1-lg-single {
  margin: 0 auto;
  max-width: 516px;
  width: 100%;
}
.figure-illustration .fig__type1-xl {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}
.figure-illustration .fig__type1-xl .fig__1of2 {
  float: left;
  width: 40%;
  max-width: 310px;
  text-align: center;
}
.figure-illustration .fig__type1-xl .fig__2of2 {
  float: left;
  width: 60%;
  max-width: 470px;
  text-align: center;
  margin-top: 10%;
}
.figure-illustration .fig__type1-lg-single {
  margin: 0 auto;
  max-width: 516px;
  width: 100%;
}
.figure-illustration .fig__type2-lg {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.figure-illustration .fig__type2-lg .fig__1of4 {
  float: left;
  width: 25%;
  max-width: 165px;
  text-align: center;
}
.figure-illustration .fig__type2-lg-single {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.photo-grid {
  clear: both;
  width: 100%;
  margin: 20px auto 60px;
}
.photo-grid .photo-desc {
  width: 100%;
/*  max-width: 1098px;*/
  font-weight: bold;
  margin: 0 auto;
}
.photo-grid .photo-desc p {
  font-weight: bold;
}
.photo-grid ul {
  list-style: none;
/*  max-width: 1098px;*/
  padding: 0;
  margin: 0 auto;
  padding-left: 0;
}
.photo-grid ul li {
  display: block;
  float: left;
  width: 172px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.photo-grid ul li:last-of-type {
  margin-right: 0;
}
.photo-grid-wide {
  clear: both;
  width: 100%;
  margin: 20px auto 60px;
  /* media page  
====================================================== */
}
.photo-grid-wide .photo-desc {
  width: 100%;
  max-width: 1098px;
  font-weight: bold;
  margin: 0 auto;
}
.photo-grid-wide .photo-desc p {
  font-weight: bold;
}
.photo-grid-wide ul {
  list-style: none;
  max-width: 1098px;
  padding: 0;
  margin: 0 auto;
  padding-left: 0;
}
.photo-grid-wide ul li {
  display: block;
  float: left;
  width: 230px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.photo-grid-wide ul li:last-of-type {
  margin-right: 0;
}
hr.pad_top {
  margin: 60px 0 5px;
}
.pad_bottom {
  padding-bottom: 25px;
}
.pad0_30 {
  padding-left: 30px;
  padding-right: 30px;
}
  /* ==========================================================================
   Specials
   ========================================================================== */

.specials {
  border-top: 2px #b6b6b6 solid;
  padding: 0.8em 0;
  margin-top: 0.2em;
}
.specials_item {
  border-left: 2px #b6b6b6 solid;
}
.specials_item:first-of-type {
  border: none;
}
.item_office {
  padding-left: 0;
}
.col-sm-4.item_media {
  width: 38.33333%;
}
.col-sm-3.item_gallery {
  width: 20%;
}
.specials_item--spacer {
  padding: 30px;
}
.item_office .specials_item--spacer {
  padding-left: 0;
}
.specials_media [class*="col-lg"] {
  padding: 0;
}
.specials_media span {
  display: block;
  font-size: 1.2em;
  line-height: 1;
  margin-top: 7px;
  padding-right: 10px;
}
.specials_title {
  color: #555;
  letter-spacing: 1px;
  margin-top: 0;
}
.specials_media a {
  color: #555;
}
.specials_item--spacer p {
  margin-bottom: 8px;
  margin-top: 0;
}

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

  .padding-left {
    padding-left: 30px !important;
  }

}

  /* ==========================================================================
   Media Queries 
   ========================================================================== */

#media h4 {
  color: #656464;
  font-family: "futura-pt", sans-serif;
  font-size: 1.313em;
  text-transform: uppercase;
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}
#media h5 {
  color: #656464;
  font-family: "futura-pt", sans-serif;
  font-size: 1.125em;
  text-transform: none;
}
#media p {
  font-family: "futura-pt", sans-serif;
  font-size: 1.125em;
  line-height: 110%;
  margin-bottom: 0px;
  color: #989797;
}
#media a.media-link {
  text-align: right;
  text-transform: lowercase;
  letter-spacing: 0.063em;
  color: #656565;
  text-decoration: underline;
}
#media a.media-link:hover {
  text-decoration: none;
}
#media .sub__title {
  margin-bottom: 2.5em;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0px;
}
#media .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#media .list-unstyled li {
  margin-top: 0.5em;
  text-align: right;
}
#media #print__best-doctors p {
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  #media #print__best-doctors .media_caption_group {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #media #print__best-doctors .media_caption_group {
    height: 74px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #media #print__best-doctors .media_caption_group {
    height: 120px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #media #print__best-doctors .media_caption_group {
    height: 94px;
  }
}
@media screen and (min-width: 1600px) {
  #media #print__best-doctors .media_caption_group {
    height: 120px;
  }
}
#media #print__profiles h4 {
  text-transform: capitalize;
  font-size: 1.5em;
  margin-bottom: 5px;
  margin-top: 0;
}
#media #print__profiles h5 {
  text-transform: normal;
  font-size: 1.313em;
  margin-top: 5px;
  margin-bottom: 20px;
}
#media #print__profiles p {
  line-height: 150%;
}
#media #print__profiles .list-unstyled li {
  text-align: left;
  margin-top: 20px;
}
#media #print__profiles .list-unstyled li a.media-link-profile {
  text-transform: lowercase;
  letter-spacing: 0.063em;
  color: #656565;
  text-decoration: underline;
}
#media #print__profiles .list-unstyled li a.media-link-profile:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #media #print__features .media_caption_group {
    margin-bottom: 0px;
    height: 84px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #media #print__features .media_caption_group {
    height: 84px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #media #print__features .media_caption_group {
    height: 94px;
  }
}
@media screen and (min-width: 1200px) {
  #media #print__features .media_caption_group {
    height: 94px;
  }
}
#media #online-coverage img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #media #online-coverage .media_caption_group {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #media #online-coverage .media_caption_group {
    height: 84px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #media #online-coverage .media_caption_group {
    height: 110px;
  }
}
@media screen and (min-width: 1200px) {
  #media #online-coverage .media_caption_group {
    height: 110px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    width: 1170px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 992px;
    padding: 0;
  }
  .logo_image {
    max-width: 60%;
  }
  .intro p {
    font-size: 16px;
  }
  .item_office {
    padding-left: 20px;
  }
  .info_title {
    font-size: 20px;
  }
  .page-wrapper .container {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 736px;
    padding: 0;
  }
  .logo_image {
    max-width: 70%;
  }
  .intro p {
    font-size: 1em;
  }
  .intro_quote {
    padding: 50px 30px 20px 10px;
  }
  .intro_text {
    padding: 30px 30px 0 10px;
  }
  .info_item {
    padding: 0.5em 5px 5px 5px;
  }
  .item_office {
    padding-left: 10px;
  }
  .info_title {
    font-size: 17px;
  }
  .info_media .item-tv {
    margin-top: 17px;
  }
  .footer .row > [class*="col-sm"] {
    margin: 0;
    padding: 5px;
  }
  .footer .social li {
    margin: 0;
    padding: 0 1px;
  }
  .footer .menu-footer-navigation li {
    margin-right: 5px;
  }
  .page-wrapper .container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .info_media li {
    margin-bottom: 15px;
  }
  .show-item-mobile {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .photo-grid .photo-desc {
    max-width: 760px;
  }
  .photo-grid ul {
    max-width: 760px;
  }
  .photo-grid ul li {
    width: 23.5%;
  }
  .photo-grid ul img {
    width: 100%;
  }
  .photo-grid-wide .photo-desc {
    max-width: 960px;
  }
  .photo-grid-wide ul {
    max-width: 960px;
  }
  .photo-grid-wide ul img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .list-logos ul {
    padding-top: 20px;
    padding-left: 0;
  }
  .list-logos ul li {
    display: block;
    float: left;
    width: 25%;
    margin-right: 2%;
    text-align: center;
  }
  #card_testimonials .card_testimonials__item {
    margin-top: 10%;
  }
  #card_testimonials .card_testimonials__item p {
    margin-right: 0%;
  }
  .footer ul {
    text-align: center;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block;
    padding: 3em 25px;
    font-size: 15px;
    position: relative;
    margin-bottom: 0;
  }
  .navbar-default .navbar-brand {
    display: none;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .logo {
    padding: 2em 0.5em 0;
  }
  .breadcrumb > li + li:before {
    padding: 0 5px;
  }
  .row > [class*="col-xs"] {
    float: none;
    width: auto;
  }
  .intro {
    background: #e0e6f6;
  }
  .intro_quote {
    padding: 30px;
    padding-top: 0;
    margin-top: 30px;
    display: inline-block;
  }
  .intro .no-gutter > [class*="col-xs"] {
    float: none;
    width: auto;
  }
  .intro_text {
    font-size: 1em;
    padding: 30px 30px 30px 30px;
  }
  .doctor {
    border: none;
  }
  .footer {
    text-align: center;
    padding: 1em 0 4em 0;
  }
  .info_item {
    border-right: none;
  }
  .info_title {
    font-size: 17px;
  }
  .address p {
    margin-bottom: 7px;
  }
  .info_item:nth-child(2) {
    border-right: none;
  }
  .item_office {
    margin-left: 25px;
  }
  .info_item--spacer {
    border-bottom: 2px #b6b6b6 solid;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .first .info_item--spacer {
    padding-top: 0;
  }
  .last .info_item--spacer {
    border-bottom: none;
  }
  .show-item-mobile {
    display: block;
    float: right;
    width: 40%;
    height: 160px;
    border-left: 2px #b6b6b6 solid;
    padding: 0;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0;
  }
  .info_item--spacer, .item_office, .item_gallery, .item_media {
    border: 0;
  }
  .item_media {
    border-top: 2px #b6b6b6 solid;
  }
  .page-wrapper .container {
    padding: 0 25px;
  }
  .address-contact {
    width: 90%;
  }
  .address-contact p {
    font-size: 1em;
  }
  .list-logos ul {
    padding-top: 20px;
    padding-left: 0;
  }
  .list-logos ul li {
    display: block;
    float: left;
    width: 45%;
    margin-right: 2%;
    text-align: center;
  }
  .box-figure-left {
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0 20px 1px 0;
  }
  .box-figure-right {
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0 0 10px 20px;
  }
  .photo-grid .photo-desc {
    max-width: 320px;
  }
  .photo-grid .photo-desc p {
    font-size: 0.875em;
    text-align: left;
  }
  .photo-grid ul {
    max-width: 320px;
  }
  .photo-grid ul li {
    width: 45%;
  }
  .photo-grid ul img {
    width: 100%;
  }
  .photo-grid-wide .photo-desc {
    max-width: 320px;
  }
  .photo-grid-wide .photo-desc p {
    font-size: 0.875em;
    text-align: left;
  }
  .photo-grid-wide ul {
    max-width: 320px;
  }
  .photo-grid-wide ul li {
    width: 45%;
  }
  .photo-grid-wide ul img {
    width: 100%;
  }
  .fig__type1-xl {
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
  }
  .fig__type1-xl .fig__1of2 {
    float: none !important;
    width: 100% !important;
  }
  .fig__type1-xl .fig__2of2 {
    float: none !important;
    width: 100% !important;
    margin-top: 5% !important;
  }
  .fig__type2-lg {
    margin: 0 auto;
    width: 100%;
  }
  .fig__type2-lg .fig__1of4 {
    float: left;
    width: 50% !important;
    margin: 0 0 10px;
    max-width: 165px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .media-page [class*="col-xs"] {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .item-tv {
    margin-top: 15px !important;
  }
}
#mega-menu-wrap-main_nav #mega-menu-main_nav {
  text-align: center !important;
  margin-bottom: 20px !important;
}
.mobile-nav {
  display: none;
  visibility: hidden;
  /* ==========================================================================
   Mobile Offcanvas Menu 
   ========================================================================== */
}
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
  .menu {
    width: 75%;
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    background: #fff;
  }
  .menu > li > a {
    padding: 10px 30px;
  }
  .mobile-nav {
    display: block;
    visibility: visible;
    margin: 0 0 20px 0;
    padding: 0.5em 0;
    overflow: hidden;
    background: transparent;
    position: relative;
    z-index: 9999;
  }
  .mobile-nav li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
  }
  .mobile-nav li:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .mobile-nav li:nth-child(3) {
    border-right: none;
  }
  .mobile-nav li a {
    text-decoration: none;
  }
  .mobile-nav li small {
    display: block;
    color: #000;
    line-height: 1;
    font-size: 12px;
  }
  .mobile-nav li .fa {
    font-size: 1.5em;
    color: #000;
  }
  .open-panel, .close-panel {
    display: block;
    text-decoration: none;
  }
  .close-panel, .close-panel:hover {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
  }
  .mega-phone {
    display: none !important;
  }
  #mega-menu-wrap-main_nav {
    margin-top: 20px !important;
  }
  #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav {
    display: block !important;
  }
  #mega-menu-wrap-main_nav .mega-menu-toggle {
    display: none !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    width: 100% !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding-left: 20px !important;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-child {
    padding-bottom: 10px !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu {
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a, #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: transparent !important;
  }
  #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav > li.mega-menu-item-has-children {
    border-bottom: none !important;
    border-top: 1px #ccc solid !important;
  }
  #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav > li.mega-menu-item-has-children > ul.mega-sub-menu {
    margin-top: -15px !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item {
    border-top: 1px #ccc solid !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item:nth-child(2) {
    border-top: none !important;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item:last-child {
    border-bottom: 1px #ccc solid !important;
  }
  .open {
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .openNav #offcanvas {
    left: 0;
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    transform: translateX(75%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  #offcanvas {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
}

.footer .social li a {
  font-size: 18px;
  height: 40px;
  width: 40px;
  background-color: #c1c1c1;
  color: #fff;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding: 8px;
}