body {
  overflow-x: hidden;
}
.btn-light {
  color: #000;
}

.btn-light:hover,
.btn-light:focus {
  background-color: #333;
  color: #fff;
}

@font-face {
    font-family: 'ThomasMagMed';
    src: url('../fonts/ThomasMag-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ThomasMag-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ThomasMag-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ThomasMag-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ThomasMag-Medium.svg#ThomasMag-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'ThomasMag2';
    src: url('../fonts/ThomasMag-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ThomasMag-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ThomasMag-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ThomasMag-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ThomasMag-Regular.svg#ThomasMag-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'ThomasMag2';
}


a.btn.btn-light.book {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding: 22px 30px;
}

a.btn.btn-light.book span {
    position: relative;
    z-index: 3;
    color: inherit;;
}

a.btn.btn-light.book i {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

a.btn.btn-light.book:hover, a.btn.btn-light.book:focus {
    background: #444;
    color: #fff;
}

a.btn.btn-light.book:hover i, a.btn.btn-light.book:focus i {
    opacity: 0.1;
}

.book-lead {
    padding: 75px 0;
    background-image: url(../i/traffic-ticket-paralegal-barrie-simcoe-county-muskoka.jpg?v=3);
    background-position: center;
}

.book-lead h2 {
    font-size: 42px;
    font-family: 'ThomasMagMed';
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.book-lead p {
    font-size: 20px;
    line-height: 1.625;
    color: #fff;
    margin: 0 0 45px;
}

.book-lead p:last-child {
    margin: 0;
}

.pillars {
    padding: 130px 0;
    text-align: center;
}

.pillars i {
    margin: 0 0 42px;
}

.pillars h2 {
    font-size: 40px;
    font-family: 'ThomasMagMed';
    color: #111;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 15px;
}

.pillars ul li {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 40px 15px;
    padding: 0 0 15px;
    font-weight: 500;
}

.pillars .btn {
    padding: 22px 40px;
    margin: 30px 0 0;
}

.btn.btn-dark:hover, .btn.btn-dark:focus {
    background: #333;
}

.footer {
    border: none;
    background: #131313;
    padding: 30px 0;
}

.footer .footer-contact {
    font-size: 22px;
}

.footer .footer-contact i {
    color: #acacac;
    font-size: 27px;
}

.footer .footer-contact i.fa-envelope {
    margin-left: 50px;
}

.footer .brand img {
    max-height: 100px;
    width: auto;
}

.footer .footer-contact a {
    color: #fff;
}

.footer .footer-contact a:hover {
    color: #acacac;
}

.footer .footer-contact .btn {
    margin-left: 50px;
}

.copy {
    border-top: 1px solid #252525;
    background: #000;
    padding: 40px 0;
    color: #fff;
    font-size: 15px;
}

.copy span {
    color: #444;
}

.copy a {
    color: #fff;
}

.copy a:hover, .copy a:focus {
    color: #acacac;
}

.header {
    background: #000;
    padding: 10px 0;
    border-bottom: 1px solid #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
}

.header .hopt {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.header .text-right .hopt {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.header .hopt span {
    display: block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.header .hopt i {
    margin: 0 auto 10px;
    display: block;
    opacity: 1;
}

.header .hopt i, .header .hopt span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .hopt a:hover i, .header .hopt a:focus i {
    opacity: 0.4;
}

.header .hopt a:hover span, .header .hopt a:focus span {
    color: #ddd;
}

.header.nav-up {
    top: -260px;
}

.hero {
    height: 786px;
    padding: 0 0 22px;
}

.hero .container, .hero .row, .hero div[class*="col"] {
    height: 100%;
}

.hero-align-bottom {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-content {
    background-color: rgba(0,0,0,0.9);
    padding: 40px 60px;
    margin-right: 43px;
}

.hero-content h1 {
    color: #fff;
    letter-spacing: -2px;
    font-size: 60px;
    line-height: 1;
    margin: 0 0 19px;
}

.hero-content h1 small {
    display: block;
    font-size: 26px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.hero-content p {
    font-size: 22px;
    color: #fff;
    margin: 0 0 40px;
}

.hero-content p:last-child {
    margin: 0;
}

.hero h2 {
    text-align: right;
    -webkit-text-shadow: 1px 1px #000, 0px 3px 38px rgba(0,0,0,0.57);
    -moz-text-shadow: 1px 1px #000, 0px 3px 38px rgba(0,0,0,0.57);
    text-shadow: 1px 1px #000, 0px 3px 38px rgba(0,0,0,0.57);
    color: #fff;
    letter-spacing: -1px;
    font-size: 44px;
    margin: 0 0 25px;
}

.about-home ul li:before {
  content: '';
  display: block;
  background-image: url(../i/icon-check.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.about-home h2 {
    font-size: 42px;
    font-family: 'ThomasMagMed';
    color: #111;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.about-home p {
    font-size: 20px;
    line-height: 1.625;
    margin: 0 0 45px;
}

.about-home p:last-child {
    margin: 0;
}

.btn.btn-ghost {
    border: 2px solid #222;
    padding: 22px 30px;
    color: #222;
}

.btn.btn-ghost:hover, .btn.btn-ghost:focus {
    background: #222;
    color: #fff;
}

.about-home ul {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 45px;
}

.about-home ul li {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    line-height: 1;
    padding: 5px 0 5px 39px;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin: 0 0 20px;
}

.about-home {
    padding: 105px 0;
    position: relative;
}

.about-home iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 40%;
    border-top: 3px solid #FFF !important;
    border-bottom: 3px solid #FFF !important;
}

.header .hopt span em {
  font-style: normal;
}

.overlay {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    opacity: 0.9;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.overlay.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-panel {
  background: #000;
  z-index: 1001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -310px;
  width: 310px;
  padding: 40px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-panel.active {
  left: 0;
}

nav.navigation {
    border-right: 1px solid #FFF;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

}

nav.navigation .nav li a {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: -0.5px;
    display: block;
    border-bottom: 1px solid #222;
    padding: 17px 0;
}

nav.navigation .nav {
    width: 100%;
}

nav.navigation .nav li:last-child a {
    border: none;
}

nav.navigation .nav li a:hover, nav.navigation .nav li a:focus, nav.navigation .nav li a.nav-selected {
    background-color: #222;
}

.header.ftl {
    left: 310px;
}

.header.ftr {
    left: -620px;
}

.header .hopt a.active i {
  background-image: url(../i/icon-hopt-x.svg);
}

.header .hopt a.active span {
  position: relative;
  color: #000;
}

.header .hopt a.active span:after {
  content: 'Close';
  position: absolute;
  top: 0;
  left: -2px;
  color: #fff;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
}

.navigation .info li, .navigation .info li a {
    color: #fff;
}

.navigation .info li i, .navigation .info li a:hover, .navigation .info li a:focus {
    color: #aaa;
}

.navigation .info li i {
    margin-right: 9px;
}

.navigation .info li:first-child {
    margin: 0 0 9px;
}

.book.nav-panel {
  border-left: 1px solid #FFF;
  left: auto;
  right: -310px;
}

.book.active.nav-panel {
  right: 0;
  left: auto;
}

.book.nav-panel {
    padding: 31px;
}

.book.nav-panel h2 {
    font-size: 32px;
    font-family: 'ThomasMagMed';
    color: #fff;
    letter-spacing: -1px;
    line-height: 0.9;
    margin: 0 0 10px;
}

.book.nav-panel p {
    font-size: 15px;
    color: #ccc;
}


.edit-mode .nav-panel,
.editmode .nav-panel {
  margin-top: 175px;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  position: relative;
}

.clickoff {
  z-index: 970;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: none;
}

.clickoff.active {display: block;background: #000;
    opacity: 0.8;}

.page-title {
  padding: 200px 0 45px;
  background-color: #f3f3f3;
}

.page-title h1 {
    font-size: 62px;
    font-family: 'ThomasMagMed';
    color: #000;
    letter-spacing: -2px;
    line-height: 1.1;
}

.pg-content {
    padding: 80px 0;
}

.pg-content hr {
    border-width: 5px;
    margin: 80px 0;
}

.pg-content h2 {
    font-size: 42px;
    font-family: 'ThomasMagMed';
    color: #000;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 0 0 15px;
}

.pg-content p {
    font-size: 18px;
    line-height: 1.625;
    margin: 0 0 30px;
}

.pg-content p:last-child {
    margin: 0;
}

.img-border img, img.img-border {
    border: 2px solid #000;
    padding: 5px;
}

.book form label {
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.book form label + span {
    display: none;
}

.book form label:after {content: "*";color: #f00;font-size: 19px;margin: 0 0 -20px;display: inline-block;position: relative;top: 4px;}

.book .form-group {
    margin: 0 0 5px;
}

.book .form-group .form-control {
    border: none;
    resize: none;
    border-radius: 0;
    background: #fff;
    outline: 0;
    transition: all 0.3s;
    color: #333;
    box-shadow: none;
}

.book .form-group .form-control:hover, .book .form-group .form-control:focus, .book .form-group .form-control:active {
    background: #333;
    color: #fff;
}

.book .form-group textarea.form-control {
    height: 95px;
}

.book .g-recaptcha {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 5px 0 15px;
}

.book form .btn {
    border: none;
    background: #fff;
    color: #000;
    padding: 20px 50px;
    outline: 0;
    box-shadow: none;
}

.book form .btn:hover, .book form .btn:focus, .book form .btn:active {
    background: #444 !important;
    color: #fff !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.contact-box {
    position: relative;
    padding: 0 0 0 70px;
}

.contact-box i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #DDD;
    padding-right: 20px;
    color: #ccc;
}

.col-sm-6 .contact-box {
    padding-right: 35px;
}

.contact-box p {
    font-size: 16px;
}

.contact-box h2 {
    font-size: 33px;
    margin: 0 0 7px;
}

.contact-box p a {
    color: #555;
}

.contact-box p a:hover, .contact-box p a:focus {
    color: #999;
}

.contact-intro {
    background: #131313;
    padding: 30px;
    margin: 0 0 60px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.ticket-list ul li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #CCC;
    position: absolute;
    top: 4px;
    left: 0;
}

.ticket-list ul {
    font-size: 19px;
    margin: 0 0 40px;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.ticket-list ul li {
  margin: 0 0 20px;
  max-width: 45%;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  position: relative;
  padding-left: 25px;
}

.ticket-list {
  margin: 0 0 160px;
}

.ticket-list.last {
  margin: 0;
}

.ticket-box h2 {
    background: #010101;
    margin-right: 60px;
    color: #fff;
    text-align: center;
    padding: 80px 40px;
    line-height: 1;
    position: relative;
}

.ticket-box h2:after {content: "";display: block;position: absolute;top: 0;bottom: 0;right: -20px;margin: auto;border-bottom: 30px solid transparent;border-top: 30px solid transparent;border-left: 30px solid #010101;width: 30px;height: 30px;}

.demerit-table tr {
    border-bottom: 1px solid #CCC;
    padding:  0;
}

.demerit-table tr td, .demerit-table tr th {
    padding: 10px;
}

.demerit-table tr td:first-child {
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.demerit-table tr td:last-child {
    border-right: 1px solid #CCC;
}

.demerit-table thead tr {
    border: none;
    background: #101010;
    color: #fff;
}


.demerit-table {
    padding-left: 60px;
}

.pg-grey {
  background-color: #f3f3f3;
}

.wsnote p {
    background: #00a4e1;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 50px 0 !important;
    font-size: 22px;
    display: block;
    text-align: center;
}


.haslist ol {
    list-style: decimal;
    margin: 10px 0 40px 16px;
}

.haslist ol li, .haslist ul li {
    margin: 0 0 18px;
    position: relative;
    padding: 0 0 0 18px;
  }

.haslist ul {
    margin: 20px 0 40px 0;
    padding: 0;
}



.haslist ul li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #CCC;
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  font-size: 140%;
}

.pg-content.pg-by-law-and-provincial-offences hr {
    margin: 50px 0 90px;
}

.haslist.list2 ul {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.haslist.list2 ul li {
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}

.pg-content.pg-grey.pg-by-law-and-provincial-offences.pg-appeals-btm {display: none !important;opacity: 0 !important;width: 0;height: 0;overflow: hidden;}

@media (max-width: 991px) {

  .haslist.list2 ul {
    display: block;
  }

  .haslist.list2 ul li {
    max-width: 100%;
  }

}

/*
img.parallax-slider[src*="traffic-ticket-paralegal-barrie"] {
    max-width: 1920px !important;
    left: 0 !important;
    height: auto !important;
}
*/

.preheader {
    padding: 12px 0;
    background: #111;
    margin: 12px 0 -10px;
    border-top: 1px solid #222;
}

.preheader a {
  color: #fff;
}

.preheader a:hover,
.preheader a:focus {
  color: #888;
}
