@charset "UTF-8";
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both; }

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Site ================================================================================================ */
.sitewidth {
  width: 1170px;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 1260px) {
  .sitewidth {
    width: 980px; } }
@media screen and (max-width: 1012px) {
  .sitewidth {
    width: 90%;
    margin: 0 auto; } }
/*-------------------------------------------
| Reset Browser Styles
---------------------------------------------*/
html, body, div, span, applet, object, b, i, iframe, h1, h2, h3, h4, h5, h6, p, b, i, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*-------------------------------------------
| General
---------------------------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: 'Lato', sans-serif;
  color: #000;
  margin-top: 0px !important; }

body {
  width: 100%;
  height: 100%; }

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 980px; }

p {
  margin-top: 20px;
  margin-bottom: 20px; }

b {
  font-weight: 700; }

i {
  font-style: italic; }

.ani {
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

.hideForm {
  display: none !important; }

.grad {
  background: -webkit-linear-gradient(top, #fff 0%, #000 100%);
  background: -moz-linear-gradient(top, #fff 0%, #000 100%);
  background: -ms-linear-gradient(top, #fff 0%, #000 100%);
  background: -o-linear-gradient(top, #fff 0%, #000 100%);
  background: gradient(top, #fff 0%, #000 100%); }

.tshad {
  box-shadow: inset 0 5px 5px -5px rgba(15, 15, 15, 0.7); }

.ttshad {
  box-shadow: 0 -5px 5px -5px rgba(15, 15, 15, 0.7); }

.bshad {
  box-shadow: inset 0 -5px 5px -5px rgba(15, 15, 15, 0.7); }

.bbshad {
  box-shadow: 0 5px 5px -5px rgba(15, 15, 15, 0.7); }

.nb {
  border: none !important; }

.noscroll {
  overflow: hidden !important; }

.bluebutton {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 10px 15px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 2.5em;
  text-decoration: none;
  border: 2px solid #003366;
  border-radius: 2px;
  text-shadow: 1px 1px 2px #00306b;
  background-color: #005295;
  background: -webkit-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  background: -moz-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  background: -ms-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  background: -o-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  background: gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

:hover.bluebutton {
  background-color: #003f7a;
  background: -webkit-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%);
  background: -moz-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%);
  background: -ms-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%);
  background: -o-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%);
  background: gradient(top, #003f7a 0%, #003f7a 50%, #005295 100%);
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

.bluebutton span {
  position: absolute;
  right: 8px;
  top: 3px;
  color: #fcd761;
  font-family: 'Lato', sans-serif;
  font-size: 1.2em; }

.yellowbutton {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 10px 15px !important;
  color: #003366 !important;
  font-family: Georgia, serif;
  font-size: 1.1em !important;
  text-decoration: none;
  border: none !important;
  border-radius: 2px !important;
  background: #fcd761 !important;
  font-family: "Georgia", serif !important;
  box-shadow: 2px 2px 3px #001438;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

:hover.yellowbutton {
  background: #fff !important;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

.yellowbutton2 {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 15px 20px;
  padding-right: 40px;
  color: #003366 !important;
  font-family: Georgia, serif;
  font-size: 1.5625em;
  text-decoration: none;
  border: 1px solid #e8b71e;
  border-radius: 2px;
  text-shadow: 0px 0px 2px #fde66d;
  background-color: #fde66d;
  background: -webkit-linear-gradient(top, #fde66d 0%, #fbca31 50%, #fde66d 100%);
  background: -moz-linear-gradient(top, #fde66d 0%, #fbca31 50%, #fde66d 100%);
  background: -ms-linear-gradient(top, #fde66d 0%, #fbca31 50%, #fde66d 100%);
  background: -o-linear-gradient(top, #fde66d 0%, #fbca31 50%, #fde66d 100%);
  background: gradient(top, #fde66d 0%, #fbca31 50%, #fde66d 100%);
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

:hover.yellowbutton2 {
  background-color: #fbca31;
  background: -webkit-linear-gradient(top, #fbca31 0%, #fde66d 50%, #fbca31 100%);
  background: -moz-linear-gradient(top, #fbca31 0%, #fde66d 50%, #fbca31 100%);
  background: -ms-linear-gradient(top, #fbca31 0%, #fde66d 50%, #fbca31 100%);
  background: -o-linear-gradient(top, #fbca31 0%, #fde66d 50%, #fbca31 100%);
  background: gradient(top, #fbca31 0%, #003f7a 50%, #fde66d 100%);
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

.yellowbutton2 span {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.8em;
  padding-left: 10px;
  text-shadow: 1px 1px 2px #e8b71e; }

.bluebutton2 {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 10px 15px !important;
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-size: 1.4em !important;
  text-decoration: none;
  border: 2px solid #003366 !important;
  border-radius: 2px !important;
  text-shadow: 1px 1px 2px #00306b !important;
  background-color: #005295 !important;
  background: -webkit-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -moz-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -ms-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -o-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

:hover.bluebutton2 {
  background-color: #003f7a !important;
  background: -webkit-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -moz-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -ms-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -o-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: gradient(top, #003f7a 0%, #003f7a 50%, #005295 100%) !important;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

.last {
  margin-right: 0px !important; }

.center {
  text-align: center !important; }

.oh {
  overflow: hidden !important; }

.oa {
  overflow: auto !important; }

.col {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

.rt {
  margin-top: 10px !important; }

.rb {
  margin-bottom: 10px !important; }

.et {
  margin-top: 30px !important; }

.eb {
  margin-bottom: 30px !important; }

.left {
  float: left;
  margin-right: 30px; }

.right {
  float: right;
  margin-left: 30px; }

/*-------------------------------------------
| Header
---------------------------------------------*/
header {
  position: relative;
  width: 100%;
  height: 125px;
  margin-bottom: -4px;
  z-index: 8000; }

#header0 {
  position: relative;
  width: 100%;
  height: 113px;
  background: url(../images/header0.png) repeat-x bottom; }

#header1 {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  height: 113px;
  text-align: center; }

a#logo {
  display: inline-block;
  background-image: url(../images/logo-small.png);
  background-size: cover;
  margin-top: 11px;
  height: 86px;
  width: 200px; }

nav a {
  cursor: pointer; }

a#hnav:before {
  content: "\2630"; }

a#hnav {
  position: absolute;
  height: 40px;
  width: 40px;
  right: -40px;
  text-align: center;
  line-height: 37px;
  display: block;
  font-size: 4.0em;
  color: #003366;
  cursor: pointer;
  z-index: 10000;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .25s 0s ease-out;
  -o-transition: all .25s 0s ease-out;
  -webkit-transition: all .25s 0s ease-out;
  transition: all .25s 0s ease-out; }

a.hnav-active:before {
  content: "x" !important;
  font-size: 0.85em !important; }

.hnav-active {
  background-color: #00366b;
  background: rgba(0, 54, 107, 0.9);
  color: #fff !important;
  line-height: 34px !important;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .25s 0s ease-out;
  -o-transition: all .25s 0s ease-out;
  -webkit-transition: all .25s 0s ease-out;
  transition: all .25s 0s ease-out; }

nav {
  position: absolute;
  top: 0px;
  left: -80%;
  width: 80%;
  height: 100%;
  z-index: 10000;
  background-color: #00366b;
  background: rgba(0, 54, 107, 0.9);
  -webkit-backface-visibility: hidden;
  -moz-transition: all .25s 0s ease-out;
  -o-transition: all .25s 0s ease-out;
  -webkit-transition: all .25s 0s ease-out;
  transition: all .25s 0s ease-out; }

.shownav {
  position: absolute;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-transition: all .25s 0s ease-out;
  -o-transition: all .25s 0s ease-out;
  -webkit-transition: all .25s 0s ease-out;
  transition: all .25s 0s ease-out; }

.nav-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 9000;
  -webkit-backface-visibility: hidden;
  -moz-transition: opacity .25s 0s ease-out;
  -o-transition: opacity .25s 0s ease-out;
  -webkit-transition: opacity .25s 0s ease-out;
  transition: opacity .25s 0s ease-out; }

.overlay-active {
  width: 100% !important;
  opacity: .6;
  -webkit-backface-visibility: hidden;
  -moz-transition: opacity .25s 0s ease-out;
  -o-transition: opacity .25s 0s ease-out;
  -webkit-transition: opacity .25s 0s ease-out;
  transition: opacity .25s 0s ease-out; }

ul.nav {
  height: 100%;
  text-align: left;
  list-style-type: none;
  overflow-y: auto; }

ul.nav > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: none;
  background-color: #026ec4;
  background: rgba(2, 110, 196, 0.5) !important;
  border-bottom: 1px solid #00366b; }

@media screen and (min-width: 600px) {
  nav {
    left: -40%;
    width: 40%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-transition: all .25s 0s ease-out;
    -o-transition: all .25s 0s ease-out;
    -webkit-transition: all .25s 0s ease-out;
    transition: all .25s 0s ease-out; } }
ul.nav > li > ul {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

ul.nav > li:hover > ul {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

ul.drop > li > a {
  display: block;
  padding: 6px 15px 6px 40px;
  color: #00366b;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid #999; }

ul.drop2 > li > a {
  display: block;
  padding: 6px 15px 6px 65px;
  color: #00366b;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid #999;
  font-weight: 400 !important; }

.hloca {
  position: relative;
  z-index: 1;
  bottom: -10px;
  font-size: 1.4em;
  border-top: 1px solid #d9d9db;
  background: #efeff1;
  box-shadow: inset 0 -5px 5px -5px #d9d9db; }

.hloca a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 50%;
  min-width: 250px;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 12px 0px; }

.hloca a span {
  color: #003366 !important;
  text-decoration: underline !important; }

/*-------------------------------------------
| Index
---------------------------------------------*/
#slides {
  position: relative;
  margin: 0 auto;
  height: 438px;
  width: 100%;
  margin-top: 70px; }

.flexslider {
  height: 100%;
  width: 100%;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0px !important;
  margin: 0px !important;
  border: none !important; }

.slides {
  height: 100%; }

.belem {
  height: 100%; }

.belem:before, .slidecon {
  display: inline-block;
  vertical-align: middle; }

.belem:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.25em; }

.slides li {
  text-align: center;
  height: 438px; }

.slides h1, .slides h2 {
  font-size: 3.0em;
  font-style: italic;
  margin-bottom: 20px; }

.slides h1 span, .slides h2 span {
  font-size: 1.33333333em; }

.slidecon {
  padding: 10px; }

.banner1 {
  background: url(../images/banner1.jpg) no-repeat center; }

.banner1 h1 {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.7); }

.banner2 {
  background: url(../images/banner2.jpg) repeat-x; }

.banner2 h2 {
  font-size: 2.2em;
  font-style: italic;
  color: #fcd761; }

.banner2 h2 span {
  font-size: 1.33333333em;
  color: #fff; }

.banner2 a {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 165px; }

.banner3 {
  background: url(../images/banner3.jpg) no-repeat center; }

.banner3 a {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 120px; }

.slides li {
  position: relative; }

.slides .aabslink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.slides .bluebutton {
  padding: 15px 33px 17px 20px; }

.slides .bluebutton span {
  top: 9px;
  right: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slides .banner4 {
  background: url(../images/banner4.jpg) no-repeat center #f8f8f8; }

.slides .banner4 .slidecon {
  padding: 0;
  width: 450px;
  margin-left: -580px; }

.slides .banner4 h2 {
  background-color: #fff;
  font-size: 47px;
  background: rgba(255, 255, 255, 0);
  line-height: 70px; }

.slides .banner4 h2 span {
  font-size: 75px; }

.slides .banner6 {
  background: url(../images/banner6.jpg) no-repeat center #f8f8f8; }

.slides .banner6 .slidecon {
  padding: 0;
  width: 450px;
  margin-left: -580px; }

.slides .banner6 h2 {
  background-color: #fff;
  font-size: 47px;
  background: rgba(255, 255, 255, 0);
  line-height: 65px; }

.slides .banner6 h2 span {
  font-size: 75px; }

.slides .banner5 {
  background: url(../images/banner5.jpg) no-repeat center #fbfbfb; }

.slides .banner5 .slidecon {
  padding: 0;
  width: 450px;
  margin-left: 550px;
  text-align: center;
  vertical-align: top;
  margin-top: 20px; }

.slides .banner5 h2 {
  background-color: #fff;
  background: rgba(255, 255, 255, 0);
  line-height: 60px; }

.slides .banner5 #b5text1 {
  font-size: 35px; }

.slides .banner5 #b5text1:after {
  height: 8px;
  width: 40px;
  content: '';
  display: block;
  margin: 0 auto;
  background: #fcd761;
  margin-top: 10px;
  margin-bottom: 26px; }

.slides .banner5 #b5text2 {
  font-size: 65px;
  line-height: 50px; }

.slides .banner5 #b5text2 span {
  color: #183783;
  font-size: 65px;
  font-weight: bold; }

.slides .banner7 {
  background: url(../images/banner7.jpg) no-repeat center #efeff1; }

.slides .banner7 .slidecon {
  padding: 0;
  width: 500px;
  margin-left: 580px;
  text-align: center; }

.slides .banner7 h2 {
  font-size: 50px;
  line-height: 60px;
  color: #183783;
  font-weight: bold;
  margin-bottom: 0; }

.slides .banner7 p {
  font-size: 50px;
  line-height: 60px;
  font-style: italic;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 15px;
  margin-top: 7px; }

@media screen and (max-width: 1200px) {
  .slides .banner4 .slidecon {
    margin-left: -380px; }

  .slides .banner5 .slidecon {
    margin-left: 500px; }

  .slides .banner6 .slidecon {
    margin-left: -460px; }

  .slides .banner7 .slidecon {
    margin-left: 350px; } }
@media screen and (max-width: 980px) {
  .slides .banner1 h1, .slides .banner4 h2, .slides .banner5 h2, .slides .banner6 h2, .slides .banner7 h2 {
    font-size: 30px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    line-height: 35px !important;
    padding: 20px !important; }

  .slides .banner4 h2 span, .slides .banner6 h2 span, .slides .banner5 h2 span, .slides .banner5 #b5text2, .slides .banner5 #b5text2 span {
    font-size: 40px !important;
    line-height: 45px !important; }

  .slides .banner1 .slidecon, .slides .banner4 .slidecon, .slides .banner5 .slidecon, .slides .banner6 .slidecon, .slides .banner7 .slidecon {
    margin-left: inherit !important;
    width: auto !important;
    max-width: 450px; }

  .slides .banner5 #b5text1:after {
    margin-top: 20px; }

  .slides .banner5 .slidecon {
    vertical-align: middle;
    margin-top: inherit; } }
@media screen and (max-width: 580px) {
  .slides .banner4 {
    background-position: -600px 0; }

  .slides .banner5 {
    background-position: -200px 0; }

  .slides .banner6 {
    background-position: -600px 0; } }
@media screen and (min-width: 500px) {
  #slides {
    margin-top: 30px; } }
#shome {
  background-color: #003366;
  text-align: center;
  background: -webkit-linear-gradient(left, #003366 0%, #00519a 50%, #003366 100%);
  background: -moz-linear-gradient(left, #003366 0%, #00519a 50%, #003366 100%);
  background: -ms-linear-gradient(left, #003366 0%, #00519a 50%, #003366 100%);
  background: -o-linear-gradient(left, #003366 0%, #00519a 50%, #003366 100%);
  background: gradient(left, #003366 0%, #00519a 50%, #003366 100%); }

#shome a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  min-height: 30px;
  width: 41px;
  margin-top: 5px;
  margin-right: 6px;
  padding: 5px 0px;
  background-size: cover; }

#shome0 {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%; }

.facebook {
  background-image: url(../images/facebook.png);
  margin-left: 80px; }

.linkedin {
  background-image: url(../images/linkedin.png); }

.googleplus {
  background-image: url(../images/googleplus.png); }

.twitter {
  background-image: url(../images/twitter.png); }

.shomeop {
  position: relative;
  width: 100% !important;
  margin-right: 0px !important;
  background-color: #fcd761;
  background-image: url(../images/mouse-icon.png);
  background-position: left center !important;
  background-repeat: no-repeat;
  color: #003366;
  text-decoration: none;
  font-size: 2.0em;
  text-align: center;
  vertical-align: middle !important; }

#home-form input.error {
  border: 1px solid #fcd761; }

#home-form label.error {
  font-size: .8em;
  display: block;
  margin-top: -3px;
  margin-bottom: -8px;
  color: #fcd761; }

.shomeop p {
  margin: 0px !important;
  line-height: 110%; }

.shomeop b {
  display: block; }

.shomeop span {
  font-weight: 700;
  font-size: 1.8em;
  vertical-align: -10%; }

.inlocal {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 260px;
  height: 310px;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
  font-size: .9375em;
  line-height: 150%; }

div#igross.inlocal, div#ishelby.inlocal {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 260px;
  height: 310px;
  padding: 15px 20px;
  margin-top: 23px;
  margin-bottom: 20px;
  text-align: left;
  font-size: .9375em;
  line-height: 150%; }

@-moz-document url-prefix() {
  div#igross.inlocal, div#ishelby.inlocal {
    margin-top: 57px; } }
.inlocal h2 {
  font-size: 1.3333333333em !important;
  font-style: italic;
  margin-bottom: 80px; }

.inlocal b {
  color: #003366; }

#igross {
  background: url(../images/igross.png); }

@media screen and (min-width: 637px) {
  #igross {
    margin-right: 20px; }

  .col33st {
    margin-right: 20px; } }
#ishelby {
  background: url(../images/ishelby.png);
  margin-bottom: 60px; }

#welcome-left {
  text-align: center; }

#welcome-right {
  text-align: center; }

#appoint-form {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: left; }

#inreqtop {
  position: relative;
  font-size: 1.25em;
  color: #fff;
  background: url(../images/inreqtop.png) no-repeat;
  height: 57px;
  line-height: 57px;
  width: 264px;
  font-weight: 700;
  padding-left: 15px; }

.inreqbor {
  position: relative;
  width: 300px;
  height: 7px;
  background-color: #fcd761;
  background: -webkit-linear-gradient(left, rgba(252, 215, 97, 0) 0%, #fcd761 100%);
  background: -moz-linear-gradient(left, rgba(252, 215, 97, 0) 0%, #fcd761 100%);
  background: -ms-linear-gradient(left, rgba(252, 215, 97, 0) 0%, #fcd761 100%);
  background: -o-linear-gradient(left, rgba(252, 215, 97, 0) 0%, #fcd761 100%);
  background: gradient(left, rgba(252, 215, 97, 0) 0%, #fcd761 100%);
  z-index: 4; }

.indappointment {
  position: relative;
  width: 270px;
  margin-top: -7px;
  padding: 15px;
  padding-top: 22px;
  background-color: #04488a;
  background: -webkit-linear-gradient(top, #04488a 0%, #003366 100%);
  background: -moz-linear-gradient(top, #04488a 0%, #003366 100%);
  background: -ms-linear-gradient(top, #04488a 0%, #003366 100%);
  background: -o-linear-gradient(top, #04488a 0%, #003366 100%);
  background: gradient(top, #04488a 0%, #003366 100%);
  font-size: .9375em;
  color: #fff; }

.indappointment select, .indappointment input[type=text] {
  width: 100%;
  height: 29px;
  border: none;
  box-shadow: 2px 2px 3px #01315e;
  font-family: 'Lato', sans-serif;
  margin-top: 3px;
  margin-bottom: 9px; }

@media screen and (min-width: 657px) {
  .inreqbor {
    width: 620px; }

  .indappointment {
    width: 590px; } }
.drblue {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px; }

#home-shelby-twp {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background-image: url(../images/shelbylarge.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 257px; }

#home-grosse-pointe {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background-image: url(../images/grosselarge.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 257px; }

@media screen and (min-width: 657px) {
  #home-shelby-twp {
    width: 50%;
    height: 514px; }

  #home-grosse-pointe {
    width: 50%;
    height: 514px; } }
@media screen and (min-width: 1900px) {
  #home-shelby-twp {
    background-size: cover; }

  #home-grosse-pointe {
    background-size: cover; } }
.bigloc {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 35px 0px;
  color: #fff;
  font-size: 2.2em;
  text-align: center;
  text-decoration: none;
  background-color: #000; }

#home-shelby-twp .bigloc {
  position: absolute;
  top: 0px;
  right: 0px;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
  background: gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100%); }

#home-grosse-pointe .bigloc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
  background: gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100%); }

.bigloc span {
  color: #fcd761;
  font-size: .71428571428571em; }

/*-------------------------------------------
| Content
---------------------------------------------*/
.consec {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding: 45px 0px;
  font-size: 1.6em; }

.consec h1, .consec h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #003366; }

.consec h3 {
  font-size: 1.25em;
  font-weight: 700;
  font-style: italic;
  color: #003366; }

.consec a {
  color: #4596c9; }

.consec a:hover {
  color: #94c0dc; }

.consec p {
  line-height: 150%; }

.consec p:last-child {
  margin-bottom: 0px; }

.consec .bluebutton {
  color: #fff !important;
  font-size: 1.125em;
  padding: 15px 20px; }

.checklist {
  padding-left: 20px;
  list-style-image: url(../images/check.png);
  line-height: 150%; }

.checklist li {
  margin-bottom: 7px; }

.numlist {
  padding-left: 20px;
  line-height: 150%;
  color: #4596c9;
  font-weight: 700; }

.numlist span {
  color: #000;
  font-weight: 400; }

.mobpad {
  padding: 0px 10px; }

.bluetext {
  color: #3a91c7; }

.beige {
  position: relative;
  width: 100%;
  background: url(../images/beige.jpg) #ffebd0 repeat-x top;
  border-top: 11px solid #c1ab90; }

.blue {
  position: relative;
  width: 100%;
  background: url(../images/blue.jpg) #188DD0 repeat-x top;
  color: #fff; }

.blue h2 {
  color: #fcd761 !important; }

.brown {
  position: relative;
  width: 100%;
  background: url(../images/brown-bg.jpg) repeat-x top center;
  color: #fff; }

.brown h2 {
  color: #fcd761 !important; }

.bluesep {
  margin: 40px 0px;
  border-top: 1px solid #2b74ab;
  border-bottom: 1px solid #40a2de; }

.greysep {
  margin: 30px 0px;
  border-top: 1px solid #e6e6e6; }

.white {
  background-color: #fff; }

.grey {
  background-color: #efe7df; }

.bluegrad {
  background-color: #003366;
  background: -webkit-linear-gradient(left, #003366 0%, #004a8e 50%, #003366 100%);
  background: -moz-linear-gradient(left, #003366 0%, #004a8e 50%, #003366 100%);
  background: -ms-linear-gradient(left, #003366 0%, #004a8e 50%, #003366 100%);
  background: -o-linear-gradient(left, #003366 0%, #004a8e 50%, #003366 100%);
  background: gradient(left, #003366 0%, #004a8e 50%, #003366 100%); }

.bluetag {
  position: relative;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
  border-top: 8px solid #fcd761;
  font-size: 1.8em;
  padding: 30px 0px;
  color: #fff;
  text-align: center; }

.blueline {
  padding: 0px; }

.bluetag p {
  margin: 0; }

.bluetag i {
  color: #fcd761;
  font-weight: 700; }

.bluetag a {
  color: #fcd761;
  font-weight: 700; }

.bluetag h2 {
  color: #fcd761;
  font-weight: 700;
  font-size: 2.0em;
  margin-bottom: 20px; }

.mobcenter {
  text-align: center; }

.col33st {
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px; }

.col50st {
  max-width: 460px;
  width: 100%;
  margin-bottom: 40px;
  text-align: left; }

.col50st img {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }

#subtitle {
  width: 100%;
  margin-top: 70px;
  text-align: center;
  font-style: italic; }

@media screen and (min-width: 520px) {
  #subtitle {
    margin-top: 30px; } }
#subtitle0 {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  padding: 20px 300px 0 0px; }

#subtitle0 h1, #subtitle0 a {
  font-size: 3.6em;
  text-shadow: 1px 1px 2px #1a6499; }

#subtitle0 a {
  display: inline-block;
  color: #fff;
  text-decoration: none; }

#subtitle0 span {
  font-size: 1.6em; }

#subtitle0 span a {
  color: #fcd761; }

#sub-appoint {
  text-align: center;
  padding-bottom: 5px; }

.subrequest:after {
  content: "\25BC";
  font-style: normal !important;
  color: #fcd761; }

.subrequeston:after {
  content: "\25B2";
  font-style: normal !important;
  color: #fcd761; }

.appsub {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 20px 10px !important;
  width: 276px !important;
  font-family: 'Lato';
  font-size: 2em !important;
  font-weight: 700;
  font-style: italic;
  margin-bottom: -7px;
  margin-top: 20px;
  cursor: default; }

.appsub:hover {
  background-color: #005295;
  background: -webkit-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  background: -moz-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  background: -ms-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  background: -o-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%);
  background: gradient(top, #005295 0%, #003f7a 50%, #005295 100%); }

.subrequest {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 20px 10px !important;
  width: 276px !important;
  font-family: 'Lato';
  font-size: 2em !important;
  font-weight: 700;
  font-style: italic;
  margin-bottom: -7px;
  margin-top: 20px;
  cursor: pointer; }

.subrequeston {
  background-color: #003f7a;
  background: -webkit-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%);
  background: -moz-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%);
  background: -ms-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%);
  background: -o-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%);
  background: gradient(top, #003f7a 0%, #003f7a 50%, #005295 100%); }

.subrequest:after {
  content: "\25BC";
  font-style: normal !important;
  color: #fcd761; }

.subrequeston:after {
  content: "▲" !important;
  font-style: normal !important;
  color: #fcd761; }

.subrequestform {
  height: 0px;
  font-size: 1.6em;
  font-style: normal;
  border-radius: 2px; }

.subrequestformoff {
  height: 0px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-transition: height .25s 0s ease-out;
  -o-transition: height .25s 0s ease-out;
  -webkit-transition: height .25s 0s ease-out;
  transition: height .25s 0s ease-out; }

.subrequestformon {
  height: 600px;
  -webkit-backface-visibility: hidden;
  -moz-transition: height .25s 0s ease-out;
  -o-transition: height .25s 0s ease-out;
  -webkit-transition: height .25s 0s ease-out;
  transition: height .25s 0s ease-out; }

@media screen and (min-width: 657px) {
  .subrequest {
    width: 596px !important; }

  .appsub {
    width: 596px !important; } }
/*-------------------------------------------
| Footer
---------------------------------------------*/
#fullwrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -151px; }

#push {
  height: 151px; }

footer {
  background: url(../images/footer-bg.jpg) #003366;
  height: 151px; }

#footer0 {
  position: relative;
  margin: 0 auto;
  padding-top: 35px;
  min-height: 116px;
  font-size: 1.6em;
  color: #fff; }

.fcopy {
  margin-bottom: 10px; }

.fsocial a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  height: 30px;
  width: 41px;
  margin-right: 6px;
  padding: 5px 0px;
  background-size: cover; }

#footer0 a {
  color: #fcd761; }

#footer0 a:hover {
  color: #f8e092; }

/*-------------------------------------------
| General Dentistry
---------------------------------------------*/
.comp-staff {
  background-color: #a08d84;
  background-repeat: no-repeat;
  background-position: center; }

/*-------------------------------------------
| Cosmetic Dentistry
---------------------------------------------*/
.circle {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 186px;
  padding: 0px 30px;
  height: 245px;
  margin-left: -10px;
  margin-top: 30px;
  text-align: center; }

.circle:before {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: center;
  content: '';
  width: 0;
  height: 100%;
  margin-left: -0.25em; }

.circ-center {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.circ-center p {
  margin-top: 10px;
  margin-bottom: 0px; }

.blue-circle {
  background: url(../images/blue-circle.png); }

.blue-circle h2 {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase; }

.yellow-circle {
  background: url(../images/yellow-circle.png); }

.yellow-circle h2 {
  color: #3a91c7;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase; }

.bottom-service {
  position: relative;
  z-index: 4; }

.bottom-service .bluebutton {
  padding-right: 40px;
  font-size: 1.4em; }

.bottom-service .bluebutton span {
  top: 22px;
  font-size: 2.0em; }

/*-------------------------------------------
| Dental Implants & Dentures
---------------------------------------------*/
.fullimage {
  width: 100%; }

.dental-crowns-bg {
  position: relative;
  margin: 0 auto;
  height: 270px;
  width: 100%;
  max-width: 447px;
  text-align: center; }

.dental-crowns-bg img {
  width: 100%; }

/*-------------------------------------------
| Orthodontics
---------------------------------------------*/
.ortho-left {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px; }

.ortho-right {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px; }

/*-------------------------------------------
| Sleep Apnea
---------------------------------------------*/
.sleep-apnea2 {
  padding-bottom: 0px !important; }

.sleep-apnea .bluebutton {
  padding: 30px 0px !important;
  width: 100%;
  text-align: center;
  font-size: 1.5em !important; }

.apnea-grey .bluebutton {
  padding-right: 40px;
  font-size: 1.4em; }

.apnea-grey .bluebutton span {
  top: 10px;
  font-size: 2.0em; }

.sleep-left {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px; }

/*-------------------------------------------
| Dentists
---------------------------------------------*/
.dentist {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }

.consec .dentist:last-child {
  border-bottom: none;
  margin-bottom: 0px; }

/*-------------------------------------------
| Gallery
---------------------------------------------*/
.gallery-cont {
  background: #ededf0;
  padding: 15px;
  border: 1px solid #e0e0e3;
  overflow: auto;
  margin-top: 30px; }

.gallery-cont h2 {
  font-size: 22px;
  font-style: italic; }

.before-after {
  background: #f3f3f5;
  padding: 15px;
  border: 1px solid #e0e0e3;
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 700; }

.before {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 4px; }

.after {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

.gallery-cont img {
  display: block;
  margin-top: 5px; }

.ortho-before-after {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #f3f3f5;
  padding: 15px;
  border: 1px solid #e0e0e3;
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 700; }

.ortho-before-after img {
  display: block;
  margin-top: 5px;
  max-width: 100%; }

/*-------------------------------------------
| Patient Info
---------------------------------------------*/
.patient-survey-call {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  background-color: #fcd761;
  background-image: url(../images/mouse-icon.png);
  background-position: left center !important;
  background-repeat: no-repeat;
  color: #003366 !important;
  text-decoration: none;
  font-size: 1.4375em;
  text-align: center;
  vertical-align: middle !important;
  padding: 20px 0px;
  font-weight: 400 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: -30px; }

.patient-survey-call span {
  font-weight: 700; }

.checklist-pencil {
  position: relative;
  margin: 0 auto;
  padding-top: 49px;
  width: 100%;
  max-width: 496px;
  background: url(../images/checklist-pencil.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #efe7df;
  margin-bottom: 20px; }

.checkcenter {
  padding: 35px; }

.checkcenter h3 {
  color: #fff;
  font-size: 1.75em;
  margin-bottom: 55px; }

.reglist {
  margin-left: 40px;
  list-style-type: disc;
  list-style-image: none; }

.pinfo50 {
  margin-top: 30px; }

#pi-shelby-twp {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background-image: url(../images/shelbyinside.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  width: 100%;
  height: 257px; }

#pi-grosse-pointe {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background-image: url(../images/grosseinside.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  width: 100%;
  height: 257px; }

#homelocation a:hover {
  text-decoration: underline; }

#pi-grosse-pointe .bigloc {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.6em !important;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

#pi-shelby-twp .bigloc {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1.6em !important;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

.bigloc h2 {
  font-size: 1.75em; }

.bigloc a {
  color: #fcd761;
  font-size: 1.25em;
  text-decoration: none; }

@media screen and (min-width: 657px) {
  #pi-shelby-twp {
    width: 50%;
    height: 434px;
    background-size: cover; }

  #pi-grosse-pointe {
    width: 50%;
    height: 434px;
    background-size: cover; } }
/*-------------------------------------------
| Patient Survey
---------------------------------------------*/
.greybox {
  background: #efeff1;
  border: 1px solid #dbdbde;
  padding: 15px; }

.formitem {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 2.1978021978022%; }

#patient-survey input[type=text], select {
  height: 27px;
  border: 1px solid #c2c3c3;
  font-family: 'Lato', sans-serif;
  width: 100%;
  margin-top: 3px; }

#patient-survey textarea {
  height: 100px;
  border: 1px solid #c2c3c3;
  font-family: 'Lato', sans-serif;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 3px; }

#patient-survey label.error {
  font-size: .8em;
  color: red; }

.form50 {
  width: 48.9010989010989%; }

.rating {
  font-weight: 700; }

.rating span {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url(../images/star.png) no-repeat left;
  height: 31px;
  line-height: 31px;
  padding-left: 40px;
  margin-right: 20px;
  margin-bottom: 20px; }

.rating span .score {
  position: absolute;
  top: 0px;
  left: 12px; }

.scoreitem {
  border-top: 1px solid #c2c3c3;
  padding: 10px 0px; }

.scoreitemleft {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 70.13201320132%;
  margin-right: 3.3003300330033%; }

.scoreitemright {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 26.5676567656767%; }

/*-------------------------------------------
| Contact Us
---------------------------------------------*/
#contactdiv {
  border-bottom: 1px dotted #11508e;
  padding-bottom: 36px;
  margin-bottom: 30px; }

#contact-form input[type=text] {
  height: 27px;
  border: none;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif !important; }

#contact-form textarea {
  height: 75px;
  border: none;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif !important; }

#contact-form input.error {
  border: 1px solid #fcd761; }

#contact-form label.error {
  font-size: .8em;
  display: block;
  margin-top: -3px;
  margin-bottom: 8px;
  color: #fcd761; }

.textleft {
  text-align: left; }

.formitem2 {
  width: 100%; }

.map-left {
  width: 100%; }

.map-left iframe {
  width: 100%;
  height: 250px; }

.map-right {
  width: 100%; }

.map-right iframe {
  width: 100%;
  height: 250px; }

/*-------------------------------------------
| Blog
---------------------------------------------*/
.post {
  border-bottom: 6px solid #e6e6e6;
  padding-bottom: 30px; }

.post h2 a {
  text-decoration: none; }

.post img {
  max-width: 100%;
  height: auto; }

.post ul, .post ol {
  margin-left: 20px; }

.entry-utility {
  margin-top: 20px; }

.nav-previous {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 49%;
  text-align: left; }

.nav-next {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 49%;
  text-align: right; }

#submit {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 10px 15px !important;
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-size: 1.4em !important;
  text-decoration: none;
  border: 2px solid #003366 !important;
  border-radius: 2px !important;
  text-shadow: 1px 1px 2px #00306b !important;
  background-color: #005295 !important;
  background: -webkit-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -moz-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -ms-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -o-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

:hover#submit {
  background-color: #003f7a !important;
  background: -webkit-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -moz-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -ms-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -o-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: gradient(top, #003f7a 0%, #003f7a 50%, #005295 100%) !important;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

.sidebar-title-box {
  font-size: 1.8em;
  font-weight: 700;
  color: #003366;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 10px; }

.sidebar-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #c2c3c3; }

.subscribe2div label {
  display: none; }

.subscribe2div input[type=text] {
  width: 100%;
  height: 29px;
  border: 1px solid #c2c3c3;
  font-family: 'Lato', sans-serif;
  margin-top: 3px;
  margin-bottom: 9px;
  margin-top: -25px; }

.subscribe2div input[type=submit] {
  margin-top: -35px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 10px 15px !important;
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-size: 1.4em !important;
  text-decoration: none;
  border: 2px solid #003366 !important;
  border-radius: 2px !important;
  text-shadow: 1px 1px 2px #00306b !important;
  background-color: #005295 !important;
  background: -webkit-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -moz-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -ms-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: -o-linear-gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  background: gradient(top, #005295 0%, #003f7a 50%, #005295 100%) !important;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

.subscribe2div input[type=submit]:hover {
  background-color: #003f7a !important;
  background: -webkit-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -moz-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -ms-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: -o-linear-gradient(top, #003f7a 0%, #005295 50%, #003f7a 100%) !important;
  background: gradient(top, #003f7a 0%, #003f7a 50%, #005295 100%) !important;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .12s 0s ease-out;
  -o-transition: all .12s 0s ease-out;
  -webkit-transition: all .12s 0s ease-out;
  transition: all .12s 0s ease-out; }

#blog-left ul {
  margin-bottom: 20px; }

@media screen and (min-width: 600px) {
  .comp-staff {
    background-color: transparent;
    background-image: url(../images/compassionate-staff.png); }

  .comp-staff h2, .comp-staff p {
    background: rgba(90, 75, 59, 0.6);
    padding: 5px; }

  .bottom-service {
    background: rgba(255, 255, 255, 0.9); }

  .cosmetic-veneers-bg {
    background-image: url(../images/cosmetic-ceramic-veneers.jpg);
    background-repeat: no-repeat;
    background-position: right 250px !important; }

  .advantages-implants {
    background-image: url(../images/advantages-of-dental-implants.jpg);
    background-repeat: no-repeat;
    background-position: 10px bottom; }

  .ia-col {
    margin-left: 240px; }

  .dentures-bg {
    background-image: url(../images/dentures.jpg);
    background-repeat: no-repeat;
    background-position: center; }

  .cerec-bg {
    float: right;
    margin-left: 60px;
    margin-right: 40px;
    height: 555px;
    width: 190px;
    background: url(../images/cerec.jpg); }

  .gum-disease-bg {
    background-image: url(../images/gum-disease-treatment.jpg);
    background-repeat: no-repeat;
    background-position: center; }

  .tmj-treatment-bg {
    background-image: url(../images/tmj-treatment.jpg);
    background-repeat: no-repeat;
    background-position: center bottom; }

  .sleep-apnea-marriage-bg {
    background-image: url(../images/sleep-apnea-marriage.jpg);
    background-position: center 3px;
    background-repeat: no-repeat; } }
@media screen and (min-width: 980px) {
  .inlocal {
    margin-top: 96px; }

  .mobcenter {
    text-align: left; }

  /*-------------------------------------------
  | Header
  ---------------------------------------------*/
  header {
    position: relative;
    width: 100%;
    height: 125px;
    margin-bottom: -4px;
    margin-top: -45px; }

  #greytop {
    position: relative;
    width: 100%;
    height: 12px;
    background: #efeff1;
    box-shadow: inset 0 -5px 5px -5px #d9d9db; }

  a#logo {
    position: absolute;
    top: 0px;
    left: 20px;
    background-image: url(../images/logo.png);
    height: 152px;
    width: 285px;
    margin-top: 0px !important; }

  #hnav {
    display: none !important; }

  nav {
    position: relative;
    margin: 0 auto;
    top: 60px;
    left: auto;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    width: 750px;
    height: 45px;
    text-align: right;
    background: none !important; }

  ul.nav {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: none !important;
    width: 100%;
    overflow: visible;
    text-align: right; }

  ul.nav > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: center;
    width: auto; }

  ul.nav > li > a {
    background: none !important;
    border-bottom: none !important;
    color: #003366;
    height: 45px;
    line-height: 45px;
    padding: 0 16px 0 16px !important;
    margin: 0px !important; }

  ul.nav > li:hover > a {
    border-bottom: 3px solid #fcd761 !important; }

  ul.drop > li > ul {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s 0s ease-out;
    -o-transition: opacity .25s 0s ease-out;
    -webkit-transition: opacity .25s 0s ease-out;
    transition: opacity .25s 0s ease-out; }

  ul.drop > li:hover > ul {
    height: auto;
    opacity: 1;
    overflow: visible;
    left: 100%;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s 0s ease-out;
    -o-transition: opacity .25s 0s ease-out;
    -webkit-transition: opacity .25s 0s ease-out;
    transition: opacity .25s 0s ease-out; }

  ul.drop {
    position: absolute;
    list-style-type: none;
    box-shadow: 0 5px 5px -5px #00366b; }

  ul.drop > li {
    position: relative; }

  ul.drop > li > a {
    padding: 10px !important;
    text-align: left;
    background: #fcd761 !important;
    border-bottom: 1px solid #cba630; }

  ul.drop > li:hover > a {
    background: #fff !important; }

  ul.drop2 {
    position: absolute;
    margin-top: -40px;
    list-style-type: none;
    box-shadow: 0 5px 5px -5px #00366b; }

  ul.drop2 > li > a {
    padding: 10px !important;
    text-align: left;
    white-space: nowrap;
    background: #fcd761 !important;
    border-bottom: 1px solid #cba630;
    font-weight: 700 !important; }

  ul.drop2 > li > a:hover {
    background: #fff !important; }

  .nhome {
    width: 9.5%;
    /* 10.993975903614%; */ }

  .nservices {
    width: 12%;
    /* 13.855421686747%; */ }

  .ndentists {
    width: 16.55421686747%; }

  .nsmile-gallery {
    width: 17.25%;
    /* 18.825301204819%; */ }

  .nblog {
    width: 8.1867469879518%; }

  .npatient-info {
    width: 15%;
    /* 17.168674698795%; */ }

  .noffers {
    width: 11.25%;
    /* 16%; */ }

  .ncontact-us {
    width: 8%;
    /* 16.415662650602%; */ }

  .hloca {
    position: absolute;
    top: -12px;
    right: 20px;
    bottom: auto;
    background: none;
    box-shadow: none;
    border-top: 0px !important;
    text-align: right;
    width: 980px; }

  .hloca a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #000;
    text-decoration: none;
    text-align: center;
    width: 270px;
    padding: 12px 0px;
    background: #efeff1;
    box-shadow: inset 0 -5px 5px -5px #d9d9db; }

  #hshelby {
    margin-right: 5px;
    width: 250px !important; }

  /*-------------------------------------------
  | Index
  ---------------------------------------------*/
  #slides {
    position: relative;
    height: 438px;
    width: 100%;
    margin-top: 0px; }

  .slides li {
    text-align: center; }

  .slidecon {
    width: 900px;
    text-align: left; }

  .slides h1, .slides h2 {
    font-size: 4.45em;
    font-style: italic;
    margin-bottom: 20px; }

  .slides h1 span, .slides h2 span {
    font-size: 1.33333333em; }

  .banner1 h1 {
    background: none !important; }

  .banner2 .slidecon {
    text-align: center !important;
    text-shadow: 1px 1px 2px #176fbc; }

  .banner2 a.bluebutton {
    width: auto; }

  #shome0 {
    text-align: left; }

  .shomeop {
    width: 705px !important;
    margin-left: 36px;
    text-align: right;
    box-shadow: 6px 0 10px -4px #003e78 , -6px 0 10px -4px #003e78;
    margin-top: 0px !important; }

  .shomeop p {
    line-height: 38px; }

  .shomeop b {
    display: inline-block;
    zoom: 1;
    *display: inline; }

  .shomeop span {
    margin-left: 40px;
    margin-right: 5px; }

  #welcome-left {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 620px;
    text-align: left; }

  #welcome-right {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-left: 20px;
    width: 300px !important;
    text-align: left; }

  .inreqbor {
    width: 300px; }

  .indappointment {
    width: 270px; }

  .drlast {
    margin-left: 10px; }

  /*-------------------------------------------
  | Footer
  ---------------------------------------------*/
  .fsocial {
    position: absolute;
    top: 30px;
    right: 0px; }

  /*-------------------------------------------
  | Content
  ---------------------------------------------*/
  #subtitle {
    margin-top: 0px;
    text-align: left;
    height: 184px; }

  #subtitle h1, #subtitle a {
    margin-top: 67px; }

  .subrequest {
    position: absolute;
    right: 0px;
    top: 42px;
    width: 276px !important; }

  .appsub {
    position: absolute;
    right: 0px;
    top: 18px;
    width: 276px !important; }

  .subrequestform {
    position: absolute;
    top: 122px;
    right: 0px;
    z-index: 9000; }

  /*-------------------------------------------
  | General Dentistry
  ---------------------------------------------*/
  .comp-staff {
    background-color: transparent;
    background-position: 30%;
    height: 612px; }

  .comp-staff h2, .comp-staff p {
    background: none;
    padding: 0px; }

  .compstaffcon {
    width: 620px;
    margin-left: 320px; }

  .col50st {
    margin-right: 20px; }

  /*-------------------------------------------
  | Cosmetic Dentistry
  ---------------------------------------------*/
  .bottom-service {
    width: 460px; }

  .bottom-service {
    background: transparent; }

  .cosmetic-veneers {
    padding: 30px 0px; }

  .cosmetic-veneers-bg {
    background-position: right; }

  /*-------------------------------------------
  | Dental Implants & Dentures
  ---------------------------------------------*/
  .advantages-implants {
    padding-top: 65px; }

  .ia-col {
    width: 330px;
    margin: 0px; }

  .ia-col1 {
    margin-left: 240px !important;
    margin-right: 20px !important; }

  .dentures-bg {
    background-position: right; }

  /*-------------------------------------------
  | Dental Crowns & Bridges
  ---------------------------------------------*/
  .dental-crowns-bg {
    float: left;
    margin-right: 40px; }

  /*-------------------------------------------
  | Root Canals
  ---------------------------------------------*/
  .root-canals {
    margin-top: 50px;
    margin-left: 390px;
    z-index: 10;
    width: 550px !important; }

  .root-canals-bg {
    background-image: url(../images/root-canal.jpg);
    background-repeat: no-repeat;
    background-position: bottom left; }

  /*-------------------------------------------
  | Gum Disease Treatment
  ---------------------------------------------*/
  .did-you-know {
    float: left;
    margin-right: 30px;
    margin-bottom: -45px;
    width: 298px;
    height: 271px;
    background: url(../images/did-you-know.jpg) no-repeat; }

  .gum-disease {
    padding: 30px 0px;
    width: 420px !important; }

  .gum-disease-bg {
    background-position: bottom right; }

  /*-------------------------------------------
  | TMJ Disorder
  ---------------------------------------------*/
  .tmj {
    margin-left: 480px;
    margin-top: 20px;
    margin-bottom: 0;
    width: 400px !important; }

  .tmj-treatment-bg {
    background-position: left 100px; }

  /*-------------------------------------------
  | Mouth Occlusal Guards
  ---------------------------------------------*/
  .mouth-occlusal-guards-bg {
    float: right;
    margin-left: 30px;
    width: 478px;
    height: 969px;
    background: url(../images/mouth-occlusal-guards.png); }

  /*-------------------------------------------
  | Orthodontics
  ---------------------------------------------*/
  .orthodontics {
    margin-left: 470px; }

  .orthodontics-bg {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 465px;
    height: 659px;
    background: url(../images/orthodontics2.png) no-repeat bottom left; }

  .ortho-left {
    float: left;
    margin-right: 30px; }

  .ortho-right {
    float: right;
    margin-left: 30px; }

  .ortho-bottom {
    padding-bottom: 180px; }

  /*-------------------------------------------
  | Sleep Apnea
  ---------------------------------------------*/
  .apnea-grey {
    height: 580px;
    margin-bottom: -54px;
    background-image: url(../images/sleep-apnea.png);
    background-repeat: no-repeat;
    background-position: center; }

  .apnea1 {
    width: 480px; }

  .greenish {
    background-image: url(../images/sleep-apnea-tile.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 54px; }

  .sleep-left {
    float: left;
    margin-right: 30px;
    margin-top: 30px; }

  .sleep-apnea-signs-bg {
    float: right;
    height: 670px;
    width: 442px;
    background: url(../images/sleep-apnia-signs.png) no-repeat; }

  .sleep-apnea-marriage {
    margin-left: 545px;
    width: 415px !important; }

  .sleep-apnea-marriage-bg {
    background-position: -20px 3px; }

  /*-------------------------------------------
  | Dentists
  ---------------------------------------------*/
  .dentist-con {
    margin-left: 250px; }

  /*-------------------------------------------
  | Gallery
  ---------------------------------------------*/
  .before-after {
    float: right;
    margin-bottom: 0px; }

  /*-------------------------------------------
  | Patient Info
  ---------------------------------------------*/
  .patient-survey-call {
    text-align: right; }

  .patient-survey-call span {
    margin-right: 15px;
    margin-left: 10px; }

  .checklist-pencil {
    float: right;
    margin-left: 30px; }

  .pinfodi {
    margin-top: 60px !important; }

  .pinfo50 {
    margin-top: 80px; }

  /*-------------------------------------------
  | Patient Survey
  ---------------------------------------------*/
  #patient-survey {
    width: 607px; }

  .survey-image {
    background: url(../images/survey-image.jpg) no-repeat right bottom; }

  /*-------------------------------------------
  | Contact Us
  ---------------------------------------------*/
  .formitem2 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top; }

  .form33 {
    width: 292px;
    margin-right: 20px; }

  .formcom {
    width: 735px; }

  #contact-form input[type=submit] {
    margin-left: 20px;
    margin-top: 25px;
    width: 159px;
    height: 75px;
    padding: 0px !important;
    font-size: 1.4em !important;
    text-align: center; }

  .map-left {
    float: left;
    margin-right: 30px;
    width: 620px; }

  .map-left iframe {
    height: 476px; }

  .map-right {
    float: right !important;
    margin-left: 30px;
    width: 620px; }

  .map-right iframe {
    height: 380px; }

  /*-------------------------------------------
  | Blog
  ---------------------------------------------*/
  #blog-left {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 620px;
    margin-right: 20px; }

  #blog-right {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 300px; } }
@media screen and (max-width: 1260px) {
  #header1 {
    max-width: 100%; }

  nav {
    -webkit-transform: translateX(102px);
    -moz-transform: translateX(102px);
    -ms-transform: translateX(102px);
    -o-transform: translateX(102px);
    transform: translateX(102px); }

  ul.nav > li > a {
    padding: 0 13px 0 13px !important; } }
@media screen and (max-width: 980px) {
  nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@media screen and (max-width: 1012px) {
  ul.nav > li > a {
    padding: 10px 15px !important; }

  #hnav {
    font-size: 30px !important;
    -webkit-transform: translateX(3px) translateY(3px);
    -moz-transform: translateX(3px) translateY(3px);
    -ms-transform: translateX(3px) translateY(3px);
    -o-transform: translateX(3px) translateY(3px);
    transform: translateX(3px) translateY(3px); }

  #hnav.hnav-active {
    font-size: 40px !important;
    -webkit-transform: translateX(0px) translateY(-4px);
    -moz-transform: translateX(0px) translateY(-4px);
    -ms-transform: translateX(0px) translateY(-4px);
    -o-transform: translateX(0px) translateY(-4px);
    transform: translateX(0px) translateY(-4px); }

  footer {
    height: auto;
    background-size: cover;
    overflow: hidden;
    max-width: 100%; }

  #footer0 {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto !important; }

  #footer0 .mobpad {
    width: 100%;
    padding: 0; }

  #footer0 .fsocial {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
    padding-top: 20px; }

  #footer0 .fsocial a {
    margin-left: 6px !important;
    margin-right: 6px !important; } }
.testimonial {
  background: #ebf7ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
  text-align: center; }

.testimonial h3, .testimonial h4 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccdeea;
  padding-bottom: 7px;
  text-align: center; }

.testimonial p {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  font-style: italic;
  padding: 0;
  margin-bottom: 15px; }

.testimonial div.testauthor {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  margin-top: -7px;
  padding-bottom: 20px; }

@media screen and (max-width: 980px) {
  .testimonial {
    width: 82%;
    padding: 20px 5% 0 5%;
    margin: 0 auto;
    margin-top: 30px; } }
.subtitle0withh2 h2 {
  margin-top: 55px;
  font-size: 18px; }

.subtitle0withh2 h1, .subtitle0withh2 a {
  margin-top: 0 !important; }

@media screen and (max-width: 980px) {
  .subtitle0withh2 h2 {
    margin-top: 15px; } }
.general-dentistry .col50st {
  max-width: 450px; }

.cosmetic-dentistry #composite-fillings {
  margin-top: 350px; }

@media screen and (max-width: 980px) {
  .cosmetic-dentistry #composite-fillings {
    margin-top: 35px; } }
#contact-form input[type=submit] {
  font-size: 20px !important; }

.mobpadflex {
  display: flex;
  align-items: flex-start; }

.mobpadflex > div {
  flex: 1;
  margin-right: 5%; }

.mobpadflex img {
  height: auto;
  max-width: 100%; }

.mobpadflex2 {
  align-items: center; }

.mobpadflex2 > div {
  margin-left: 5%;
  margin-right: inherit; }

@media screen and (max-width: 980px) {
  .mobpadflex {
    flex-direction: column;
    align-items: center; }

  .mobpadflex img {
    margin-top: 30px; }

  .mobpadflex2 img {
    margin-top: inherit;
    margin-bottom: 30px; } }
.ncontact-us ul.drop {
  width: 168px;
  -webkit-transform: translateX(-56px);
  -moz-transform: translateX(-56px);
  -ms-transform: translateX(-56px);
  -o-transform: translateX(-56px);
  transform: translateX(-56px); }

@media screen and (max-width: 980px) {
  .ncontact-us ul.drop {
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
.bbcontainer {
  height: 100%; }

.newcol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%; }

.newcol > div:nth-child(1) {
  margin-right: 150px; }

.bluebutton2 {
  padding-right: 30px !important; }

.bluebutton2 span {
  top: 8px !important;
  line-height: 1; }

@media screen and (max-width: 980px) {
  .newcol {
    flex-wrap: wrap; }

  .newcol > div:nth-child(1) {
    margin-right: 0; }

  .newcol > div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px; } }


