/*
Theme name: Residency
Version: 1.0
*/

/* poppins-100 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-100.woff2') format('woff2');
}
/* poppins-100italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-100italic.woff2') format('woff2');
}
/* poppins-200 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-200.woff2') format('woff2');
}
/* poppins-200italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-200italic.woff2') format('woff2');
}
/* poppins-300 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-300.woff2') format('woff2');
}
/* poppins-300italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-300italic.woff2') format('woff2');
}
/* poppins-regular */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-regular.woff2') format('woff2');
}
/* poppins-italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-italic.woff2') format('woff2');
}
/* poppins-500 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-500.woff2') format('woff2');
}
/* poppins-500italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-500italic.woff2') format('woff2');
}
/* poppins-600 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-600.woff2') format('woff2');
}
/* poppins-600italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-600italic.woff2') format('woff2');
}
/* poppins-700 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-700.woff2') format('woff2');
}
/* poppins-700italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-700italic.woff2') format('woff2');
}
/* poppins-800 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-800.woff2') format('woff2');
}
/* poppins-800italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-800italic.woff2') format('woff2');
}
/* poppins-900 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-900.woff2') format('woff2');
}
/* poppins-900italic */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/poppins-v20-devanagari_latin_latin-ext-900italic.woff2') format('woff2');
}
  
  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  
  }
  
  html, body {
      margin:0;
      padding:0;
      width:100%;
      height:100%;
      font-family: 'Poppins', sans-serif;
      position:relative;
      -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  
  
  body, html, h1, h2, h3, h4, h5, h6, p, blockquote, a, span, ol, ul, li, img {
      margin:0;
      padding:0;
  }
html {
	scroll-behavior: smooth !important;
}
  body {
      position:relative;
  -webkit-overflow-scrolling: touch;
      padding:173px 0 0;
	  	overscroll-behavior: none;

  }
  .landing {
      margin-top:0;
  }
  
  a, a:hover, a:visited, a:active {
      text-decoration:none;
      cursor: pointer !important;
      outline:none;
  }
  img, img:hover, img:focus {
      outline:none;
      border:0 none;
  }
  
  
  .mobile-display {display:none;}
  
  .desktop-display {display:block;}
  
  
  hr {
      border:0 none;height:1px;display:inline-block;width:100%;padding:0;margin:30px 0 50px;background-color:#e0e0e0
  }
  
  #fader {opacity:0;}
  
  .btn-inverted {
      display:block;
      width:450px;
      max-width:100%;
      margin:40px auto 0;
      padding:10px;
      background-color:#FFF;
      border-radius:50px;
      text-align:center;
          webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
  }
  .btn-inverted:hover {
          background-color:transparent;
      color:#fff;
      border:2px solid #ffffff;
  }
  .btn {
      display:inline-block;
      width:300px;
      max-width:100%;
      padding:10px;
      margin:0 0 20px;
      color:#FFF;
      font-size:18px;
      border-radius:50px;
      text-align:center;
      webkit-transition: background 0.25s ease;
      -moz-transition: background 0.25s ease;
      transition: background 0.25s ease;
  }

  
  controls {
      position:fixed;
      background-color:#FFF;
      z-index:500;
      top:0;
      left:0;
      width:100%;
  }
  
  .phone {
      float:left;
      margin:0px 20px;
      line-height:63px;
          font-size:14px;
      font-weight:500;
  }
  .phone a {
      color:#444;
  }
  .searchform {float:left;margin:10px 0;}
  .searchform input[type=text] {
      border:1px solid #e0e0e0;
    color:#444;
    border-radius:30px;
    padding:10px 20px;
      width:300px;
          font-size:14px;
       font-family: 'Poppins';
      outline:none;
      webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-appearance: none;
  }
  .searchform input[type=text]:hover {
      border:1px solid #444;
      color:#444;
  } 
  .searchform input[type=text]::placeholder {
  color:#444;
      webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
  }
  .searchform input[type=text]:hover::placeholder {
      color:#444
  }
.searchform input[type=text]:focus::placeholder {
  color: transparent;
}
  
  header {
  float:left;
      width:100%;
      background-color:#f0f0f0;
      border-bottom:1px solid #d0d0d0;
      position:relative
  }
  wrapper {
      display:block;
      width:1280px;
      max-width:100%;
      margin:0 auto;
      padding:0 20px
  }
  
  secondary {
      float:left;
      width:100%;
      color:#444;
      text-transform:uppercase;
      font-size:13px;
  }
  
  
  header .menu {float:right;list-style-type:none;text-transform:uppercase;position:relative}
  header .menu li {display:inline-block;}
  header .menu li > a {display:block;color:#444;padding:0px 14px 0 14px;line-height:98px;font-size:18px;font-weight:400;border-top:6px solid #f0f0f0;border-bottom:6px solid #f0f0f0;-webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;}
  header .menu li:hover > a {border-bottom:6px solid #444}
 
  
  header .menu li:hover .sub-menu {display:block;}
  
  header .sub-menu {	webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;display:none;position:absolute;top:100%;width:300px;background-color:#f0f0f0;border:1px solid #d0d0d0}
  header .sub-menu li {display:block}
  header .sub-menu li > a {display:block;line-height:24px;border-bottom:1px solid #e0e0e0;padding:20px;border-top:0}
  header .sub-menu li:last-child > a {border-bottom:0 none !important}
  header .sub-menu li:hover > a {border-bottom:1px solid #e0e0e0; color: #fff;}
  
  header .sub-menu li.current-menu-item > a {border-bottom:1px solid #e0e0e0}
  
  header .sub-menu li.current-menu-item:hover > a {color:#fff}
  
  .mobile .sub-menu li > a {display:block;font-size:16px !important;border-bottom:0;padding:10px 10px 10px 20px !important;border-top:0;background-color:#FFFFFF;line-height: normal}
  
  .mobile-close {
      display:none;
      font-size:38px;
      line-height:38px;
      color:#555;
      float:right;
      position:fixed;
      right:20px;
      top:34px;
      cursor:pointer;
      z-index:700;
  
  }
  
  .mobile-switch {
      display:none;
      width:30px;
      right:20px;
      top:40px;
      cursor:pointer;
  position:fixed;
      z-index:600
  }
  .mobile-switch li {
      padding:8px 0 0;
      border-top:3px solid #555;
      display:block;
  }
  .mobile-switch li:first-child {
      width:80%;
      margin:0 0 0 20%
  }
  .desktop {display:block}
  .mobile {   
      display:none; 
      position: fixed;
      top: 111px;
      left:0;
      width: 100%;
      z-index: 700;
      background-color: #f0f0f0;
      height: 100%;
      padding:0 0 140px;
      overflow-y: auto
  }
  
  .mobile .menu {
      float:left;
      width:100%;
      height:100%;
      
  }
  .mobile .menu {list-style-type:none;padding-bottom:111px}
  .mobile .menu li {
      width:100%;
      border-top:1px solid #e0e0e0
  }
  .mobile .menu li > a {
      display:block;
      padding:20px 20px;
      color:#555;
      font-size:18px
  }
  .mobile .menu li.mapply > a {
      color:#fff;
  }
  .mobile .menu li.mphone > a {
          display:block;
      padding:20px 20px;
      color:#555;
      font-size:18px
  }
  
  .mobile .sub-menu {display:none}
  
  .mobile .searchform {padding:0px 10px;width:100%}
  .mobile .searchform input[type=text]  {
      width:100%;
  }
  
  
  .mobile .menu li.menu-item-has-children > a {
      background-image:url(/wp-content/themes/residency/images/arrow-sprite.png);
      background-repeat:no-repeat;
      background-size:50px 100px;
      background-position:right -25%;
      width:100%;
      height:100%;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
  }
  
  .active {
      display:block !important;
      background-image:url(/wp-content/themes/residency/images/arrow-sprite.png);
      background-repeat:no-repeat;
      background-size:50px 100px;
      background-position:right 120% !important;
      width:100%;
      height:100%;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
  }
  #mobile {display:none}
  #desktop {display:block}
  
  
  
  .apply {
      float:right;
      list-style-type:none;
  }
  .apply li {
      display:inline-block
  }
  .apply li a {
	  webkit-transition: background 0.25s ease;
      -moz-transition: background 0.25s ease;
      transition: background 0.25s ease;
      display:block;
	  color:#fff;
	  padding:0px 14px 0 14px;
	  line-height:63px;
	  font-size:14px;
	  font-weight:500
  }
  
  .logo {
      background-repeat:no-repeat;
      background-size:contain;
      background-position:left center;
      float:left;
      width:300px;
      height:70px;
      margin:20px 0
  }
  
  banner {
      float:left;
      width:100%;
      background-color:#f0f0f0;
	  border-bottom: 1px solid #d0d0d0;
  }
  .intro {
      color:#FFFFFF;
      font-weight:300;
      font-size:26px;
      line-height:42px;
      padding:40px 40px 60px
  }
  .intro h1 {
      border:0 none;
      color:#FFF;
      font-size:54px;
      margin:0 0 50px;
      text-align:center
  }
  content {
      float:left;
      width:100%;
      padding:40px 40px 100px;
  }
  left {
      float:left;
      width:30%;
  }
  left ul, #mobile ul {
      list-style-type:none;
      display:inline-block;
  }
  left ul li,  #mobile .menu li {
      display:inline-block;
      width:100%;
      border-top:1px solid #fff;
  }
  left ul li a,  #mobile .menu li a {
      display:block;
      padding:14px;
      font-size:18px;
      color:#444;
      font-weight:300;
      background-color:#f0f0f0;
      border-right:6px solid #f0f0f0;
      webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
  }
  left ul li:hover a, #mobile .menu li:hover a {
          border-right:6px solid #444;
      background-color:#f0f0f0;
  }

  #mobile .menu {display:none;}
  .interior-mobile-switch {
      display: inline-block;
  width: 100%;
  padding:10px;
  cursor: pointer;
      color:#FFF;
      position:relative;
  margin:20px 0 0;
  }
  .interior-mobile-hamburger {
  position:absolute;
      right:10px;
      top:12px;
      display:block;
  width:24px !important;
  }
  .interior-mobile-hamburger li {
  width:100%;
  padding: 8px 0 0;
  border-top: 2px solid #fff !Important;
  }
  .interior-mobile-hamburger li:first-child {
  width:80%;
      margin-left:20%;
  padding: 8px 0 0;
  border-top: 2px solid #fff !Important;
  }
  
  right {
  float:right;
      width:70%;
      padding:0 0 0 80px;
  }
  
  .page-banner {
      float:left;
      width:100%;
      height:550px;
      background-position:center;
      background-color:#f0f0f0;
      background-repeat:no-repeat;
      background-size:cover;
  }
  .thumb {
      width:100%;
      margin:0 0 40px
  }
  .breadcrumbs {
      margin:0 0 40px;
      color:#777777;
      font-size:14px;
  }
  .breadcrumbs a {
      color:#707070
  }
  .breadcrumbs a:hover {
      text-decoration:underline
  }
  
  content h1 {
      float:left;
      font-size:42px;
      line-height:50px;
      color:#444;
      font-weight:200;
      margin:0 0 30px;
      padding: 20px 0 0 0;
      border-top:1px solid #444;
      width:100%;
  }
  content h2 {
      display:inline-block;
      font-size:32px;
      line-height:40px;
      color:#444;
      font-weight:200;
      margin:0 0 30px;
      width:100%;
  }
  content h3 {
      float:left;
      font-size:24px;
      line-height:36px;
      color:#444;
      font-weight:300;
      margin:0 0 14px;
      width:100%;
  }
right a {
	font-weight:500;
}
right .btn {
	font-weight:300;
}
img.left {
	float:left;
	margin:8px 20px 10px 0;
	width:33%;
}
img.right {
	float:right;
	margin:8px 0 10px 20px;
	width:33%;
}
img.full {
	width:100%;
	margin:0 0 30px
}
  .bio-thumb {
      float:right;
  width:100%;
      height:500px;
      margin:0 0 40px;
      background-repeat:no-repeat;
      background-size:cover;
      background-position:top;
  }
  
  
  right p, feature-box p {
      width:100%;
      color:#444;
      font-weight:300;
      font-size:18px;
      line-height:34px;
      margin:0 0 40px;	
  }
  right strong {
      font-weight:600
  }
  right ul, right ol {
      display:inline-block;
      color:#444;
      font-weight:300;
      font-size:18px;
      line-height:34px;
      margin:0 0 40px 50px;
  }
  right ul ul {
          display:block;
          margin:10px 0 0px 40px;
  }
  

.col-3 {
	text-align:center;
	float:left;
	padding:0px 20px 40px;
	width:33.3333%;
	min-height:330px
}

.resident-img {
	display:block;
	background-position:top;
	background-repeat:no-repeat;
	background-size:102%;
	width:140px;
	height:140px;
	margin:0 auto 10px;
	border-radius:100%;
	border:2px solid #ddd;
	background-color:#f0f0f0;
}

.resident-img:hover {	border:2px solid #ddd;}

.col-3 h2 {
	font-size:16px;
	font-weight:400;
	margin:0 0 10px;
	padding:0 !important;
	line-height:normal !important;
	background-color:transparent !Important;
}
.col-3 p {
	margin:0 0 10px;
	line-height:normal;
}
.col-3 .btn {
	font-size:13px;
	margin:0;
	line-height:normal;
}

  
      .table-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      margin: 0px 0 60px;
      border: 1px solid #e0e0e0;
          color: #444;
      font-weight: 300;
      font-size: 18px;
      line-height: 34px;
      }
      .table-line {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 100%;
      border-bottom: 1px solid #e0e0e0;
      padding: 10px 0 10px 10px;
      }
      .table-line:last-child {
      border:0;
      }
      .table-line span {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: right;
      width: 15%;
      border-left: 1px solid #e0e0e0;
      text-align: center;
      }
  
  .featured {background-color:#f0f0f0;padding:0}
  feature-box {
      font-size:15px;
      font-weight:300;
      float:left;
      width:50%;
      padding:50px 25px 0;
  }
  feature-box:first-child {
      border-left:0 none
  }
  feature-box h2 {
      font-weight:300;
      font-size:30px;
      margin:0 0 20px;
  }
feature-box h2 a {
		border-radius: 20px 20px 0 0 !important;
		webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
feature-box h2 a:hover {
	opacity:0.65;
}
  feature-box div {
      max-width:100%;
  }
  feature-box img {
      width:100%;
      height:auto;
      margin:0 0 20px
  }
feature-box img {
	width:100%;
	height:auto;
	margin:0 0 20px;
	border-bottom:1px solid #ccc;
			border-radius: 20px 20px 0 0 !important;
	webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
feature-box img:hover {
	border-bottom:1px solid #ccc
}
feature-box a:hover > img {
	filter:brightness(85%);
}
feature-box p:last-child {
	margin:0 0 30px;
}  

  
  footer {
  float:left;
      width:100%;
      background-color:#fff;
      padding:40px 0;
      font-size:15px;
      font-weight:300;
      border-top:1px solid #e0e0e0
  }
  footer column {
      float:left;
      width:50%;
  }
  footer ul {
      text-align:center;
  }
  footer ul li {
      display:inline-block;
  }
  footer ul li a {
      color:#444
  }
  footer ul li:hover a {
  text-decoration:underline;
  }
  footer .logo {float:left;clear:both;
      margin:0 auto 20px
  }
  p.location {
      float:left;
      clear:both;
  }
 
.social {
	width:100%;
	text-align:center;
}
  .facebook-icon {
      float: left;
      width: 36px;
      height: 36px;
      background-image: url(/wp-content/themes/residency/images/facebook-icon.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      margin: 6px 0 0 14px;
      filter:grayscale(100%);
  }
 .linkedin-icon {
      float: left;
      width: 36px;
      height: 36px;
      background-image: url(/wp-content/themes/residency/images/linkedin-icon.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      margin: 6px 0 0 7px;
       filter:grayscale(100%);
  }
  
  .legal {
      float:right;
      list-style-type:none;
      text-align:right;
      margin:0px 0 0
  }
  .legal li {
      display:block;
  }
  .copyright {float:right;clear:both;margin:30px 0 0}
  imprint {
      float:left;
      width:100%;
      font-size:13px;
      color:#fff;
      padding:10px 0;
      text-align:center
  
  }

.n2-ss-button-container > a {
			webkit-transition: all 0.25s ease !important;
    -moz-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
	}



table {
width:100%;
padding:0;
margin:0 0 40px;
border-spacing: 0;
border-collapse: collapse;
}
.title {
background-color:#505050;
color:#fff}

tr {
margin:0;
padding:0;
text-align: center;
	border:1px solid #ddd;

}
td {
text-align: left;
margin:0;
border-bottom:1px solid #ddd;
	padding:10px;
		position:relative;
}
td:first-child {
background-color: #505050;
color:#FFF;
}
td:last-child {
	border:0 none;
}
.title td {
	padding:10px;
	text-align:center;
}
.title td:first-child {
	color:transparent
}
  tr, td {
  display:block !important;
}
	  tr {
	margin:0 0 40px !important;
	  }
tr:last-child {margin:0 !important}
tr td:first-child {
	text-align:left;
		padding:10px;
	font-size:24px;
	font-weight:200;

}
.schedule td {
	padding:10px 10px 10px 130px;
}

.schedule td::before {
	position:absolute;
	left:0;
	top:0;
	padding:0 10px;
	background-color:#505050;
	color:#FFF;
	width:100px;
		height:100%;
	display: flex;
    align-items: center;
    justify-content: left;

}
.schedule td:nth-of-type(2)::before {
	content:"Monday ";
}
.schedule td:nth-of-type(3)::before {
	content:"Tuesday ";
}
.schedule td:nth-of-type(4)::before {
	content:"Wednesday ";
}
.schedule td:nth-of-type(5)::before {
	content:"Thursday ";
}
.schedule td:nth-of-type(6)::before {
	content:"Friday ";
}
.schedule td:nth-of-type(7)::before {
	content:"Saturday ";
}
.schedule td:nth-of-type(8)::before {
	content:"Sunday ";
}



.clinicals td {
	padding:10px 10px 10px 90px;
}
.clinicals td::before {
	position:absolute;
	left:0;
	top:0;
	padding:0 10px;
	background-color:#505050;
	color:#FFF;
	width:60px;
			height:100%;
	display: flex;
    align-items: center;
    justify-content: left;
}
.clinicals td:nth-of-type(2)::before {
	content:"PGY-1 ";
}
.clinicals td:nth-of-type(3)::before {
	content:"PGY-2 ";
}
.clinicals td:nth-of-type(4)::before {
	content:"PGY-3 ";
}  

	  


  @media screen and (max-width:1280px) {
      secondary wrapper {padding: 0 0 0 20px}
  }
  
  @media screen and (min-width:1221px) {
      
      .mobile, .mobile-switch, .mobile-close {display:none !important}
  }
  
  @media screen and (max-width:1220px) {
	  
	  body {
		  padding: 111px 0 0;
	  }
	  secondary {
		  display:none
	  }
      .mobile-switch {
          display:block;
          top:40px}
      .mobile-close {
          top:35px}
      .mobile {top:111px;padding:0 0 174px}
  .desktop {display:none}
  
  }

@media screen and (max-width:1048px) {
	
	
	#n2-ss-2item1 {
		font-size:44px !important;
	}
	.n2-ss-item-content > div > p {
		font-size:18px !Important;
	}
	
		
	.col-3 {

	width:50%;

}
	
}
  
  
  
  @media screen and (max-width:860px) {
	  
	  	.n2-ss-slider .n2-ss-layer[data-sstype=slide] {
	background-color:#000a !important;
	}
	#n2-ss-2item1, .n2-ss-item-content > div > p {
		color:#FFF !important
	}
	.n2-ss-button-container > a {
		border:2px solid #FFF !important;
		color:#FFF !Important;
			webkit-transition: all 0.25s ease !important;
    -moz-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
	}
	.n2-ss-button-container > a:hover {
		border:2px solid #FFF !important;
		background-color:#FFF !important;
		color:#fff !Important;
		opacity:1 !important;
	}
      
      .mobile-display {display:block;}
  
  .desktop-display {display:none;}
      
      
      #mobile {display:block}
  #desktop {display:none}
      left, right {width:100%;clear:both;float:none;}
      left {padding:0}
      left h1 {border:0 none; margin: 10px 0 30px;display:block;}
      right h2 {display:inline-block}
      right{margin:0;padding:0}
      .breadcrumbs {margin:0}
	  
	   .title td {
		  display:table-column;
	  }
	  td {
		  display:flex;
	  }
	  
	
  }
  
  
  @media screen and (max-width:640px) {
	   #n2-ss-2item1 {
		  font-size:36px !important
	  }
	    #n2-ss-2item1 br {
		  display:inline !important;
	  }
	    	  .n2-ss-slider .n2-ss-slide-background-image img {
    object-position: right !important;
}
	  
	 .n2-ss-item-content > div > p {
		display:none !important
	}
	  	.slide-btn {
	margin:0 0 20px !important;
	}
	  
	  	  .col-3 {
	padding:0;
	width:100%;
	min-height:0
}
	  .col-3 .btn {
		  margin:0 auto 50px;
		  max-width:100%;
		  width:250px;
	  }
      
      .intro h1 {
  
      font-size:40px;
          padding:0 0 50px;
  border-bottom:1px solid #FFF4
  }
      
.btn {width:100%}
  
      .page-banner {height:200px}
      .mobile-switch {
          top:40px}
      .mobile-close {
          top:35px}
      .mobile {top:111px;padding:0}
      
      body {
      padding:111px 0 0
  }
	header .logo {width:250px;margin:20px 10px}
  
      secondary {display:none}
	  	.featured {background-color:#f0f0f0;padding:10px 0 0 0}

      feature-box {width:100%;margin:0;padding:20px 20px 0px}
      feature-box:last-child {padding:20px 20px 0px}
      footer column {width:100%;text-align:center;padding:20px 0 0}
	        footer column:last-child {padding:0}

      content, footer {padding:20px}
	  
	  	  img.left {
	margin:8px 0 40px 0;
	width:100%;
}
img.right {
	margin:8px 0 40px 0;
	width:100%;
}
	  
	  footer .logo, .location {
		  float: none !important;
    display: block !important;
    margin: 0 auto 30px !important;
    text-align: center;
    background-position: center;
}
	   .facebook-icon, .linkedin-icon {
		  float: none !important;
    display: inline-block !important;
    margin: 0 4px 30px !important;
    text-align: center;
    background-position: center;
}
     
      .legal {float:none;text-align: center}
      .legal a {padding:10px 0;display:block}
      wrapper {padding:0 10px !important}
  }

/*
*[style="background-image:url()"], *[style="background-image:url('')"], *[style="background-image:url((unknown))"] {
  display: none !important;
}
*/
