/* @override
	https://hameedlaw.ca/css/2016/blog_style.css
	https://hameedlaw2020:9275/css/2016/blog_style.css */

.dropdown-arrow-inverse {
  border-bottom-color: #7f8c8d !important;
  border-top-color: #7f8c8d !important;
}
/* styles from flat-ui-free2.0.0-fix.less files */
body {
  color: #000000;

  font-size: 14px;
  line-height: 1.231;
}
input,
button,
select,
textarea {

  font-size: 14px;
}
a {
  color: #a21d21; /* hameedlaw red */
  text-decoration: none;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
a:hover {
  color: #a21d21; /* hameedlaw red */
  text-decoration: none;
  text-decoration: underline;
}
h1,
.h1 {
  font-size: 38px /* 64px */;
}
h2,
.h2 {
  font-size: 31px /* 52px */;
}
h3,
.h3 {
  font-size: 26px /* 40px */;
}
h4,
.h4 {
  font-size: 20px /* 29px */;
}
h5,
.h5 {
  font-size: 18px /* 28px */;
}
h6,
.h6 {
  font-size: 18px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
  color: #a21d21; /* hameedlaw red */

}
h1 {
  font-weight: 700;
  margin-bottom: 20px;
}
h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 18.004px;
  /* 18px */

  line-height: 1.722169;
  /* 31px */

}
.lead {
  font-size: 20px;
  /* 28px */
  font-style: italic;

  line-height: 1.4642745000000001;
  /* 41px */

  font-weight: 300;
  margin-bottom: 20px;
}
small {
  font-size: 84%;
  /* 15px */

  line-height: 2.050846;
  /* 31px */

}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #7f8c8d;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #7f8c8d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}

footer {
  background-color: transparent;

}
.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}

.bordered.bg-clouds {
  border-color: #7f8c8d;
}

html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  color: #000000;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
li {
  line-height: 1.8em;
  font-size: 16px;
}
ul {
	margin-bottom: 20px;
	text-align: left;
}
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
  font-size: 18px;
  padding: 12px 18px;
}
.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.input-group-btn .btn {
  background: #bdc3c7;
  line-height: 9px 12px 10px;
  line-height: 22px;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}
.input-group-btn .btn:hover {
  background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-group {
  margin-bottom: 10px;
}
label {
  line-height: 20px;
}
.carousel {
  line-height: 1;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
/*  margin-bottom: 10px;*/
}
.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  min-height: 100%;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaded .page-wrapper,
.loaded .header-antiflicker,
.loaded body > header .header-background {
/*  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);*/
}
.loaded.nav-visible .page-wrapper,
.loaded.nav-visible .navbar.navbar-fixed-top,
.loaded.nav-visible .header-antiflicker,
.loaded.nav-visible body > header .header-background {
/*  -webkit-transform: translate3d(-230px, 0, 0);
  -moz-transform: translate3d(-230px, 0, 0);
  -o-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);*/
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
  left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto;
}
.carousel-indicators {
  width: 100%;
}
[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {

  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
#bgVideo {
  overflow: hidden;
}
#bgVideo > video {
  position: absolute !important;
}
.delimiter {
  margin-top: 60px;
}

div.line {
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ebedee;
}

.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;

}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #7f8c8d;

  font-weight: 800;
  letter-spacing: -1px;
  color: #2c3e50;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 09;
  filter: alpha(opacity=9000);
  opacity: 0.9;
  filter: alpha(opacity=90);
  /*max-height: 250px;*/
  background-color: #a21d21; /* hameedlaw red */
  max-height: 500px;
  background-color: #a21d21; /* hameedlaw red */
}
.background img {

	width: 100%;
	/*height: 100%;*/
	background-color: #a21d21; /* hameedlaw red */
	/*height: auto;
	max-height: 450px;*/
	overflow: hidden;

}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden;
}
.pt-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
/*  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
}
.pt-page-current,
.no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.pt-page-ontop {
  z-index: 999;
}

/**
 * Blog 5 stylesheet
 * */
.blog-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-5 .box-icon {
  margin: 0 auto 0;
  text-align: center;
  font-size: 16px;
}
.blog-5 .box-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.blog-5 .box-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 93px;
  height: 93px;
  margin: 0 50px;
  border: 6px solid #fff55b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  line-height: 81px;
  color: #fff55b;
}
.blog-5 .page-transitions {
  background: #000;
  height: 380px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .blog-5 .page-transitions {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.blog-5 .page-transitions,
.blog-5 .page-transitions h1,
.blog-5 .page-transitions .h1,
.blog-5 .page-transitions h2,
.blog-5 .page-transitions .h2,
.blog-5 .page-transitions h3,
.blog-5 .page-transitions .h3,
.blog-5 .page-transitions h4,
.blog-5 .page-transitions .h4,
.blog-5 .page-transitions h5,
.blog-5 .page-transitions .h5,
.blog-5 .page-transitions h6,
.blog-5 .page-transitions .h6 {
  color: #fff;
}
.blog-5 .page-transitions a {
  color: #ffffff;
}
.blog-5 .page-transitions a:hover,
.blog-5 .page-transitions a:focus,
.blog-5 .page-transitions a.active {
  color: rgba(0, 0, 0, 0.9);
}
.blog-5 .page-transitions .hero-unit {
  margin: 0;
  padding: 0;
  background: transparent;
}
.blog-5 .page-transitions .hero-unit h1 {
  margin: 0 0 5px;
  font-size: 25px;
  line-height: normal;
}
.blog-5 .page-transitions .hero-unit p {
  font-size: 20px;

  font-weight: normal;
  line-height: normal;
}
.blog-5 .pt-page {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 767px) {
  .blog-5 .pt-page {
    padding-right: 20px;
    padding-left: 20px;
  }

}
.blog-5 [class*="pt-control-"] {
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 35px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  /*background: #fff55b;*/

}
.blog-5 .pt-first .pt-control-prev,
.blog-5 .pt-last .pt-control-next {
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.blog-5 .title {
  margin-bottom: 30px;
  text-align: center;
}
.blog-5 .title h3 {
  font-size: 40px;
  margin: 0;
}
.blog-5 .title .submitted {
  font-size: 12px;

  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #bdc3c7;
  margin-top: 35px;
}
.blog-5 .title .submitted > * {
  margin: 0 15px;
  white-space: nowrap;
}
.blog-5 .title .submitted [class*="fui-"] {
  font-size: 16px;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
@media (max-width: 480px) {
  .blog-5 .title .submitted {
    display: block;
    text-align: left;
  }
  .blog-5 .title .submitted > * {
    display: block;
  }
  .blog-5 .title .submitted > * + * {
    margin-top: 10px;
  }
}
.blog-5 p {
  margin: 0;
}
.blog-5 p + p {
  margin-top: 30px;
}
.blog-5 .lead {
  margin: 0;
  color: #7f8c8d;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}
.blog-5 .lead + p {
  margin-top: 65px;
}
.blog-5 .quote {
  position: relative;
  margin: 120px 0;
  padding: 80px 0 90px;
  color: #a21d21; /* hameedlaw red */
  background: #f5f6f6;
  font-size: 30px;

  text-align: center;
  letter-spacing: -1px;
}
.blog-5 .quote:before {
  content: url('https://hameedlaw.ca/common-files/common-files/icons/quote-down.png');
  display: block;
  margin: 0 auto 35px;
  text-align: center;
}
.blog-5 .quote .author {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #a21d21; /* hameedlaw red */

  letter-spacing: 0;
}
@media (max-width: 767px) {
  .blog-5 .quote {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.blog-5 .boxes {
  *zoom: 1;
  margin: 115px 0 125px;
}
.blog-5 .boxes:before,
.blog-5 .boxes:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.blog-5 .boxes:after {
  clear: both;
}
.blog-5 .boxes:before,
.blog-5 .boxes:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-5 .boxes:after {
  clear: both;
}
.blog-5 .boxes [class*="box-"] {
  background-color: #ecf0f1;
}
.blog-5 .boxes .box-1 {
  *zoom: 1;
  height: 380px;
}
.blog-5 .boxes .box-1:before,
.blog-5 .boxes .box-1:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.blog-5 .boxes .box-1:after {
  clear: both;
}
.blog-5 .boxes .box-1:before,
.blog-5 .boxes .box-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-5 .boxes .box-1:after {
  clear: both;
}
.blog-5 .boxes .box-2,
.blog-5 .boxes .box-3,
.blog-5 .boxes .box-4 {
  margin-top: 8px;
  float: left;
  height: 190px;
  width: 308px;
}
.blog-5 .boxes .box-3,
.blog-5 .boxes .box-4 {
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .blog-5 .boxes .box-2,
  .blog-5 .boxes .box-3,
  .blog-5 .boxes .box-4 {
    width: 374.666px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .blog-5 .boxes .box-2,
  .blog-5 .boxes .box-3,
  .blog-5 .boxes .box-4 {
    width: 234.666px;
  }
}
@media (max-width: 767px) {
  .blog-5 .boxes .box-2,
  .blog-5 .boxes .box-3,
  .blog-5 .boxes .box-4 {
    width: auto;
    margin-left: 0;
    float: none;
  }
}
.blog-5 .tags {
  font-size: 12px;

  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  text-align: center;
  color: #bdc3c7;
}
.blog-5 .tags a {
  color: #bdc3c7;
}
.blog-5 .tags a:hover,
.blog-5 .tags a:focus,
.blog-5 .tags a.active {
  color: #a21d21; /* hameedlaw red */
}
.blog-5 .tags ul,
.blog-5 .tags ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.blog-5 .tags li {
  display: inline-block;
  margin: 0 10px;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	font-size: 16px;
}
.sidebar ul li {
	color: #a21d21; /* hameedlaw red */
	line-height: 26px;
}

div.col-sm-12.footnote_disclaimer p {
	margin: 30px;
	font-size: 97%;
}

ul.nav {
	text-align: center;
}