﻿/*!
Import scss files
Don't make any changes here, please use visual studio SASS files to keep in sync with project source code
*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
/*Light Blue*/
/* Grey */
/* Dark Blue*/
/* Green */
body {
  font-size: 16px;
  line-height: 1.55; }

h1, .h1 {
  font-size: 38px;
  color: #1f294b; }

h2, .h2 {
  font-size: 32px;
  color: #6a737b; }

h3, .h3 {
  color: #00aad2; }

h4, .h4 {
  color: #333; }

blockquote {
  border-left: 10px solid #77b800; }

hr {
  border-top: 1px solid rgba(119, 184, 0, 0.6); }

ul {
  list-style: none; }
  ul li:before {
    /* For a round bullet */
    /*content:'\2022'; */
    /* For a square bullet */
    content: '\25A0';
    /* For a square bullet empty*/
    /*content: "\2610";*/
    color: #00aad2;
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -16px;
    top: -2px;
    font-size: 16px; }

ul ul {
  list-style: none; }
  ul ul li:before {
    /* For a round bullet */
    /*content:'\2022'; */
    /* For a square bullet */
    /*content:'\25A0'; */
    /* For a square bullet empty*/
    content: "\2610";
    color: #00aad2;
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -16px;
    top: 1px;
    font-size: 14px; }

.btn-default {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.btn-secondary {
  background-color: transparent;
  border-color: rgba(119, 184, 0, 0.85);
  color: inherit;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 14px; }
  .btn-secondary:hover {
    background-color: rgba(119, 184, 0, 0.85);
    color: white;
    border-color: #70ae00; }

.alert-info {
  border-color: #dee2f1;
  background-color: #d2f6ff;
  color: #1f294b; }

.alert-success {
  border-color: rgba(119, 184, 0, 0.3);
  background-color: rgba(119, 184, 0, 0.2);
  color: #355200; }

.alert-warning {
  border-color: rgba(255, 121, 0, 0.5);
  background-color: rgba(255, 121, 0, 0.4);
  color: #803d00; }

.header-top {
  height: 56px;
  padding: 10px 15px; }
  .header-top .header-top-left a {
    display: inline-block; }
  .header-top .header-top-left #NADC-logo {
    position: relative;
    z-index: 20; }
  .header-top .header-top-left .nadc-bottom-layer {
    stroke: rgba(156, 161, 167, 0);
    stroke-dashoffset: 20;
    stroke-dasharray: 20;
    animation: animatebottom 2s linear forwards; }
    @media screen and (min-width: 299px) {
      .header-top .header-top-left .nadc-bottom-layer {
        stroke-width: 2; } }
    @media screen and (min-width: 1200px) {
      .header-top .header-top-left .nadc-bottom-layer {
        stroke-width: 1.3; } }
@keyframes animatebottom {
  0% {
    stroke: rgba(156, 161, 167, 0); }
  80% {
    stroke-dashoffset: 200;
    stroke-dasharray: 20;
    fill: rgba(156, 161, 167, 0); }
  100% {
    stroke-dashoffset: 20;
    stroke-dasharray: 400;
    stroke: #9ca1a7;
    fill: #9ca1a7; } }
  .header-top .header-top-left .nadc-middle-layer {
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 40;
    stroke-dasharray: 20;
    animation: animatemiddle .9s linear forwards;
    animation-delay: .8s; }
    @media screen and (min-width: 299px) {
      .header-top .header-top-left .nadc-middle-layer {
        stroke-width: 2; } }
    @media screen and (min-width: 1200px) {
      .header-top .header-top-left .nadc-middle-layer {
        stroke-width: 1.3; } }
@keyframes animatemiddle {
  0% {
    stroke: rgba(255, 255, 255, 0); }
  60% {
    fill: rgba(255, 255, 255, 0); }
  100% {
    stroke-dashoffset: 200;
    stroke-dasharray: 400;
    stroke: white;
    fill: white; } }
  .header-top .header-top-left .nadc-top-layer {
    stroke: rgba(0, 170, 210, 0);
    stroke-dashoffset: 40;
    stroke-dasharray: 20;
    animation: animatetop 1.4s linear forwards;
    animation-delay: 1.2s; }
    @media screen and (min-width: 299px) {
      .header-top .header-top-left .nadc-top-layer {
        stroke-width: 2; } }
    @media screen and (min-width: 1200px) {
      .header-top .header-top-left .nadc-top-layer {
        stroke-width: 1.3; } }
@keyframes animatetop {
  0% {
    stroke: rgba(0, 170, 210, 0); }
  60% {
    fill: rgba(0, 170, 210, 0); }
  100% {
    stroke-dashoffset: 200;
    stroke-dasharray: 400;
    stroke: #00aad2;
    fill: #00aad2; } }
  .header-top .header-top-left .nadc-northern-alberta {
    opacity: 0;
    animation: setopacity .4s linear forwards;
    animation-delay: 2.2s; }
  .header-top .header-top-left .nadc-development-council {
    opacity: 0;
    animation: setopacity 1s linear forwards;
    animation-delay: 2s; }
@keyframes setopacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .header-top .header-top-right {
    text-align: right; }
    .header-top .header-top-right .search-bar {
      display: inline-block; }
      .header-top .header-top-right .search-bar input {
        width: auto;
        display: inline-block;
        height: 28px;
        padding: 3px 10px;
        -moz-border-radius: 2px 0px 0px 2px;
        -webkit-border-radius: 2px 0px 0px 2px;
        border-radius: 2px 0px 0px 2px; }
      .header-top .header-top-right .search-bar a {
        padding: 1px 6px;
        border: solid 1px rgba(160, 160, 160, 0.3);
        -moz-border-radius: 0px 2px 2px 0px;
        -webkit-border-radius: 0px 2px 2px 0px;
        border-radius: 0px 2px 2px 0px;
        background: #1f294b;
        display: inline-block;
        margin-right: 6px;
        color: #fff; }
        .header-top .header-top-right .search-bar a .glyphicon-search {
          top: 2px; }
    .header-top .header-top-right .social-icons {
      display: inline-block; }
      .header-top .header-top-right .social-icons .social-icon-children {
        margin-right: -3px; }
        .header-top .header-top-right .social-icons .social-icon-children img {
          width: 28px;
          margin-top: -2px; }

.header-bottom {
  background-color: transparent;
  border-color: transparent;
  border: 0px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-height: 60px;
  background-attachment: fixed, fixed, fixed;
  background-image: url("/media/1003/pattern.svg"), linear-gradient(35deg, #00aad2, #00aad2);
  background-position: top left, center center, center center;
  background-size: auto, cover, cover;
  margin-bottom: 0px; }

.header-bottom .navbar-collapse {
  border-color: transparent;
  padding: 0; }
  .header-bottom .navbar-collapse .navbar-nav {
    padding: 9px 8px 5px 8px;
    background: none;
    margin: 0px;
    list-style: none; }
    @media screen and (min-width: 992px) {
      .header-bottom .navbar-collapse .navbar-nav {
        float: right;
        background: #6a737b;
        -webkit-transform: skew(35deg);
        -ms-transform: skew(35deg);
        transform: skew(35deg); } }
    .header-bottom .navbar-collapse .navbar-nav li:before {
      content: ""; }
    .header-bottom .navbar-collapse .navbar-nav li {
      margin: 10px 15px;
      border-bottom: 3px solid transparent;
      -webkit-transition: border-color 300ms ease-in-out;
      -moz-transition: border-color 300ms ease-in-out;
      -o-transition: border-color 300ms ease-in-out;
      transition: border-color 300ms ease-in-out; }
      @media screen and (min-width: 992px) {
        .header-bottom .navbar-collapse .navbar-nav li {
          -webkit-transform: skew(-35deg);
          -ms-transform: skew(-35deg);
          transform: skew(-35deg); } }
      .header-bottom .navbar-collapse .navbar-nav li a {
        color: #fff;
        padding: 0 0 3px 0;
        background-color: transparent; }
    .header-bottom .navbar-collapse .navbar-nav li:hover, .header-bottom .navbar-collapse .navbar-nav li.active {
      border-color: #fff; }
      .header-bottom .navbar-collapse .navbar-nav li:hover a, .header-bottom .navbar-collapse .navbar-nav li:hover a:hover, .header-bottom .navbar-collapse .navbar-nav li:hover a:focus, .header-bottom .navbar-collapse .navbar-nav li.active a, .header-bottom .navbar-collapse .navbar-nav li.active a:hover, .header-bottom .navbar-collapse .navbar-nav li.active a:focus {
        color: #fff;
        background-color: transparent; }

.header-bottom .navbar-toggle:hover, .header-bottom .navbar-toggle:focus {
  border-color: transparent;
  background-color: transparent; }
.header-bottom .navbar-toggle {
  border-color: transparent;
  margin: 0; }
  .header-bottom .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 25px;
    margin-bottom: 6px;
    @indclude border-radius(0px);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .header-bottom .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 10px;
    margin-bottom: -10px; }
  .header-bottom .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0; }
  .header-bottom .navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: 12px; }
.header-bottom .navbar-toggle.collapsed .icon-bar {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }
.header-bottom .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  margin-bottom: 6px; }
.header-bottom .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  margin-bottom: 6px; }
.header-bottom .navbar-toggle.collapsed .icon-bar:nth-child(4) {
  margin-bottom: 6px; }

.right-navigation h4 {
  margin-top: 20px;
  font-weight: 700;
  padding: 10px 0px 10px 21px;
  border-bottom: 3px solid #77b800;
  margin-bottom: 0px;
  border-left: 1px solid #333; }

.right-navigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #333;
  padding-top: 10px;
  list-style: none; }
  .right-navigation ul li {
    text-decoration: none;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .right-navigation ul li a {
      display: block;
      padding: 10px 20px 10px 25px !important;
      font-size: 14px !important;
      margin-left: -38px;
      transition: margin-left 0.3s ease-out;
      color: #77b800; }
      .right-navigation ul li a span {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-left: 14px;
        color: #444; }
    .right-navigation ul li a.active, .right-navigation ul li a:hover, .right-navigation ul li a:focus {
      margin-left: -10px;
      text-decoration: none;
      color: #77b800; }
  .right-navigation ul li:last-child {
    border-bottom: 0px; }

.footer {
  background: #1f294b;
  font-size: 14px; }
  .footer .row {
    margin: 0; }

.footer-left {
  color: rgba(255, 255, 255, 0.9); }
  .footer-left h4 {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 40px; }
  .footer-left .glyphicon {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    font-size: 18px;
    margin-right: 1px; }
    .footer-left .glyphicon:hover {
      color: rgba(255, 255, 255, 0.95);
      text-decoration: none; }
  .footer-left .social-icons {
    display: inline-block; }
    .footer-left .social-icons .social-icon-children {
      margin-right: -3px; }
      .footer-left .social-icons .social-icon-children img {
        width: 28px;
        margin-top: -2px; }
  .footer-left .footer-topics {
    padding-left: 40px; }
    .footer-left .footer-topics ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-left .footer-topics ul li:before {
        content: ""; }
      .footer-left .footer-topics ul li {
        padding: 2px 0 2px 0; }
        .footer-left .footer-topics ul li a.lnr, .footer-left .footer-topics ul li a.glyphicon {
          font-size: 16px;
          padding-right: 6px; }
        .footer-left .footer-topics ul li a.lnr:hover, .footer-left .footer-topics ul li a.glyphicon:hover {
          text-decoration: none; }
        .footer-left .footer-topics ul li a {
          color: rgba(255, 255, 255, 0.75);
          -webkit-transition: color 0.2s ease-out;
          -moz-transition: color 0.2s ease-out;
          -o-transition: color 0.2s ease-out;
          transition: color 0.2s ease-out; }
        .footer-left .footer-topics ul li a:hover {
          color: rgba(255, 255, 255, 0.95); }
  .footer-left .footer-left-bottom.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 20px 0px 0px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.75); }

.footer-right {
  overflow: hidden; }
  .footer-right .map-border-skew {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 220px;
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg);
    background: #1f294b;
    z-index: 100;
    left: -94px; }

.content-main {
  min-height: 500px;
  /* background: linear-gradient(55deg, #ffffff 51.3%, rgb(249,249,249) 51.3%, rgb(249,249,249) 85.6%,#ffffff 85.6%); */
  /*background: linear-gradient(-55deg, #ffffff 30%, rgb(248,248,248) 30%, rgb(248,248,248) 75%,#ffffff 75%);*/ }
  .content-main .internal-page {
    padding-bottom: 60px;
    margin-top: 20px; }

.banner-images-wrapper-small {
  clear: both; }
  .banner-images-wrapper-small .banner-images {
    width: 266px;
    height: 130px;
    background-color: #000;
    transform: skew(35deg);
    overflow: hidden;
    display: none; }
    .banner-images-wrapper-small .banner-images img {
      transform: skew(-35deg);
      position: relative;
      left: -48px; }
  .banner-images-wrapper-small .banner-images:first-child {
    margin-left: 30px; }
  @media screen and (min-width: 1200px) {
    .banner-images-wrapper-small .bi-4 {
      display: inline-block; } }
  @media screen and (min-width: 992px) {
    .banner-images-wrapper-small .bi-3 {
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    .banner-images-wrapper-small .bi-2 {
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    .banner-images-wrapper-small .bi-1 {
      display: inline-block; } }

.banner-images-wrapper-big {
  clear: both; }
  .banner-images-wrapper-big .banner-images {
    width: 91%;
    height: 130px;
    background-color: #fff;
    transform: skew(35deg);
    overflow: hidden;
    display: none; }
    .banner-images-wrapper-big .banner-images img {
      transform: skew(-35deg);
      position: relative;
      left: -48px; }
  .banner-images-wrapper-big .banner-images:first-child {
    margin-left: 30px; }
  @media screen and (min-width: 1200px) {
    .banner-images-wrapper-big .bi-4 {
      display: inline-block; } }
  @media screen and (min-width: 992px) {
    .banner-images-wrapper-big .bi-3 {
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    .banner-images-wrapper-big .bi-2 {
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    .banner-images-wrapper-big .bi-1 {
      display: inline-block; } }

.glyphicon-new-window {
  color: #6a737b;
  padding: 0px 1px 0px 3px;
  font-size: 14px; }

/* Carousel Banner*/
.carousel-banner {
  margin-top: 20px; }
  .carousel-banner .item img {
    max-height: 360px;
    height: 180px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .carousel-banner .item img {
        width: 100%;
        height: auto; } }
  .carousel-banner .owl-controls .owl-buttons div {
    display: none;
    position: absolute;
    top: 50%;
    padding: 1px;
    margin: 0px;
    margin-top: -25px;
    font-size: 42px;
    z-index: 15;
    background: transparent;
    opacity: 0.85;
    transition: all .2s ease-in-out;
    color: rgba(106, 115, 123, 0.6); }
    @media screen and (min-width: 768px) {
      .carousel-banner .owl-controls .owl-buttons div {
        display: block; } }
    .carousel-banner .owl-controls .owl-buttons div:hover {
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
  .carousel-banner .owl-controls .owl-prev {
    left: -56px; }
  .carousel-banner .owl-controls .owl-next {
    right: -58px; }

/* Introduction */
.introduction {
  text-align: center;
  line-height: 1.8; }
  .introduction h1 {
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px; }

/* Articles */
.articles {
  padding: 20px 0px 80px;
  text-align: center; }
  .articles .article-image img {
    width: 100%; }
  .articles .article-content p {
    line-height: 1.8; }
  .articles .article-button {
    margin-top: 30px;
      padding-bottom: 20px;
  }

/* Articles on Slides*/
.articles-slides {
  padding: 0px 0px;
  margin: 0px;
  color: #fff; }
  .articles-slides img {
    display: block;
    width: 100%;
    max-height: 450px; }
  .articles-slides .owl-content {
    margin-top: -340px;
    margin-bottom: 80px; }
    .articles-slides .owl-content .img-foreground {
      display: inline-block;
      width: 20%;
      vertical-align: middle; }
      .articles-slides .owl-content .img-foreground img {
        width: 180px;
        width: 180px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .articles-slides .owl-content .text {
      width: 79%;
      display: inline-block;
      vertical-align: middle; }
      .articles-slides .owl-content .text h3 {
        color: #fff;
        font-weight: bold; }
  .articles-slides .owl-controls {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0; }
    .articles-slides .owl-controls .owl-page span {
      background: #fff; }

/* Popular Section*/
.popular {
  text-align: center;
  overflow: hidden;
  background: url("/media/1031/bird-tower.jpg") no-repeat center center transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .popular .cover-white {
    background-color: rgba(255, 255, 255, 0.85); }
  .popular .container {
    padding-top: 40px;
    padding-bottom: 60px; }
  .popular h1 {
    font-size: 34px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px; }
  .popular p {
    line-height: 1.4; }
  .popular .popular-items .col-md-4 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .popular .popular-items a.lnr, .popular .popular-items a.glyphicon {
    height: 48px;
    font-size: 24px;
    border: 2px solid rgba(106, 115, 123, 0.6);
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #1f294b; }
    .popular .popular-items a.lnr:hover, .popular .popular-items a.glyphicon:hover {
      text-decoration: none;
      color: #1f294b;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }

.profiles-list, report-list {
  padding: 20px 0px 60px; }

.profiles-list-header{
  padding: 20px 0px 40px;
  margin-bottom: 20px;
  background-color: rgba(119, 184, 0, 0.04); }

.profile-single {
    text-align: center;
    padding-bottom: 30px;
}
  .profile-single .profile-img-url {
    display: inline-block; }
    .profile-single .profile-img-url img {
      width: 100%;
      margin-bottom: 6px; }

.profile-header {
  padding: 20px 0px 70px;
  /*background: linear-gradient(180deg, $primaryColor 0%, rgb(249,249,249) 90%); */
  background-color: rgba(119, 184, 0, 0.04); }
  .profile-header h1 {
    font-size: 54px;
    margin-bottom: 0px; }
  .profile-header h3 {
    margin-top: 10px; }

.profile-body-left {
  font-size: 22px;
  line-height: 1.6;
  color: #444;
  padding: 50px 50px 150px 15px; }
  .profile-body-left p {
    margin-bottom: 30px; }

.profile-body-right .profile-image-wrapper {
  /*border-bottom: 2px solid #77b800;*/ 

}
  .profile-body-right .profile-image-wrapper .profile-image {
    width: 90%;
    margin-top: -150px;
    margin-left: 5%; }
.profile-body-right .info-under-image {
  margin-top: 20px; }
  .profile-body-right .info-under-image p {
    margin-bottom: 10px; }

@font-face {
  font-family: 'Linearicons-Free';
  src: url("/fonts/Linearicons-Free.eot?w118d");
  src: url("/fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("/fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("/fonts/Linearicons-Free.woff?w118d") format("woff"), url("/fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("/fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal; }
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr-home:before {
  content: "\e800"; }

.lnr-apartment:before {
  content: "\e801"; }

.lnr-pencil:before {
  content: "\e802"; }

.lnr-magic-wand:before {
  content: "\e803"; }

.lnr-drop:before {
  content: "\e804"; }

.lnr-lighter:before {
  content: "\e805"; }

.lnr-poop:before {
  content: "\e806"; }

.lnr-sun:before {
  content: "\e807"; }

.lnr-moon:before {
  content: "\e808"; }

.lnr-cloud:before {
  content: "\e809"; }

.lnr-cloud-upload:before {
  content: "\e80a"; }

.lnr-cloud-download:before {
  content: "\e80b"; }

.lnr-cloud-sync:before {
  content: "\e80c"; }

.lnr-cloud-check:before {
  content: "\e80d"; }

.lnr-database:before {
  content: "\e80e"; }

.lnr-lock:before {
  content: "\e80f"; }

.lnr-cog:before {
  content: "\e810"; }

.lnr-trash:before {
  content: "\e811"; }

.lnr-dice:before {
  content: "\e812"; }

.lnr-heart:before {
  content: "\e813"; }

.lnr-star:before {
  content: "\e814"; }

.lnr-star-half:before {
  content: "\e815"; }

.lnr-star-empty:before {
  content: "\e816"; }

.lnr-flag:before {
  content: "\e817"; }

.lnr-envelope:before {
  content: "\e818"; }

.lnr-paperclip:before {
  content: "\e819"; }

.lnr-inbox:before {
  content: "\e81a"; }

.lnr-eye:before {
  content: "\e81b"; }

.lnr-printer:before {
  content: "\e81c"; }

.lnr-file-empty:before {
  content: "\e81d"; }

.lnr-file-add:before {
  content: "\e81e"; }

.lnr-enter:before {
  content: "\e81f"; }

.lnr-exit:before {
  content: "\e820"; }

.lnr-graduation-hat:before {
  content: "\e821"; }

.lnr-license:before {
  content: "\e822"; }

.lnr-music-note:before {
  content: "\e823"; }

.lnr-film-play:before {
  content: "\e824"; }

.lnr-camera-video:before {
  content: "\e825"; }

.lnr-camera:before {
  content: "\e826"; }

.lnr-picture:before {
  content: "\e827"; }

.lnr-book:before {
  content: "\e828"; }

.lnr-bookmark:before {
  content: "\e829"; }

.lnr-user:before {
  content: "\e82a"; }

.lnr-users:before {
  content: "\e82b"; }

.lnr-shirt:before {
  content: "\e82c"; }

.lnr-store:before {
  content: "\e82d"; }

.lnr-cart:before {
  content: "\e82e"; }

.lnr-tag:before {
  content: "\e82f"; }

.lnr-phone-handset:before {
  content: "\e830"; }

.lnr-phone:before {
  content: "\e831"; }

.lnr-pushpin:before {
  content: "\e832"; }

.lnr-map-marker:before {
  content: "\e833"; }

.lnr-map:before {
  content: "\e834"; }

.lnr-location:before {
  content: "\e835"; }

.lnr-calendar-full:before {
  content: "\e836"; }

.lnr-keyboard:before {
  content: "\e837"; }

.lnr-spell-check:before {
  content: "\e838"; }

.lnr-screen:before {
  content: "\e839"; }

.lnr-smartphone:before {
  content: "\e83a"; }

.lnr-tablet:before {
  content: "\e83b"; }

.lnr-laptop:before {
  content: "\e83c"; }

.lnr-laptop-phone:before {
  content: "\e83d"; }

.lnr-power-switch:before {
  content: "\e83e"; }

.lnr-bubble:before {
  content: "\e83f"; }

.lnr-heart-pulse:before {
  content: "\e840"; }

.lnr-construction:before {
  content: "\e841"; }

.lnr-pie-chart:before {
  content: "\e842"; }

.lnr-chart-bars:before {
  content: "\e843"; }

.lnr-gift:before {
  content: "\e844"; }

.lnr-diamond:before {
  content: "\e845"; }

.lnr-linearicons:before {
  content: "\e846"; }

.lnr-dinner:before {
  content: "\e847"; }

.lnr-coffee-cup:before {
  content: "\e848"; }

.lnr-leaf:before {
  content: "\e849"; }

.lnr-paw:before {
  content: "\e84a"; }

.lnr-rocket:before {
  content: "\e84b"; }

.lnr-briefcase:before {
  content: "\e84c"; }

.lnr-bus:before {
  content: "\e84d"; }

.lnr-car:before {
  content: "\e84e"; }

.lnr-train:before {
  content: "\e84f"; }

.lnr-bicycle:before {
  content: "\e850"; }

.lnr-wheelchair:before {
  content: "\e851"; }

.lnr-select:before {
  content: "\e852"; }

.lnr-earth:before {
  content: "\e853"; }

.lnr-smile:before {
  content: "\e854"; }

.lnr-sad:before {
  content: "\e855"; }

.lnr-neutral:before {
  content: "\e856"; }

.lnr-mustache:before {
  content: "\e857"; }

.lnr-alarm:before {
  content: "\e858"; }

.lnr-bullhorn:before {
  content: "\e859"; }

.lnr-volume-high:before {
  content: "\e85a"; }

.lnr-volume-medium:before {
  content: "\e85b"; }

.lnr-volume-low:before {
  content: "\e85c"; }

.lnr-volume:before {
  content: "\e85d"; }

.lnr-mic:before {
  content: "\e85e"; }

.lnr-hourglass:before {
  content: "\e85f"; }

.lnr-undo:before {
  content: "\e860"; }

.lnr-redo:before {
  content: "\e861"; }

.lnr-sync:before {
  content: "\e862"; }

.lnr-history:before {
  content: "\e863"; }

.lnr-clock:before {
  content: "\e864"; }

.lnr-download:before {
  content: "\e865"; }

.lnr-upload:before {
  content: "\e866"; }

.lnr-enter-down:before {
  content: "\e867"; }

.lnr-exit-up:before {
  content: "\e868"; }

.lnr-bug:before {
  content: "\e869"; }

.lnr-code:before {
  content: "\e86a"; }

.lnr-link:before {
  content: "\e86b"; }

.lnr-unlink:before {
  content: "\e86c"; }

.lnr-thumbs-up:before {
  content: "\e86d"; }

.lnr-thumbs-down:before {
  content: "\e86e"; }

.lnr-magnifier:before {
  content: "\e86f"; }

.lnr-cross:before {
  content: "\e870"; }

.lnr-menu:before {
  content: "\e871"; }

.lnr-list:before {
  content: "\e872"; }

.lnr-chevron-up:before {
  content: "\e873"; }

.lnr-chevron-down:before {
  content: "\e874"; }

.lnr-chevron-left:before {
  content: "\e875"; }

.lnr-chevron-right:before {
  content: "\e876"; }

.lnr-arrow-up:before {
  content: "\e877"; }

.lnr-arrow-down:before {
  content: "\e878"; }

.lnr-arrow-left:before {
  content: "\e879"; }

.lnr-arrow-right:before {
  content: "\e87a"; }

.lnr-move:before {
  content: "\e87b"; }

.lnr-warning:before {
  content: "\e87c"; }

.lnr-question-circle:before {
  content: "\e87d"; }

.lnr-menu-circle:before {
  content: "\e87e"; }

.lnr-checkmark-circle:before {
  content: "\e87f"; }

.lnr-cross-circle:before {
  content: "\e880"; }

.lnr-plus-circle:before {
  content: "\e881"; }

.lnr-circle-minus:before {
  content: "\e882"; }

.lnr-arrow-up-circle:before {
  content: "\e883"; }

.lnr-arrow-down-circle:before {
  content: "\e884"; }

.lnr-arrow-left-circle:before {
  content: "\e885"; }

.lnr-arrow-right-circle:before {
  content: "\e886"; }

.lnr-chevron-up-circle:before {
  content: "\e887"; }

.lnr-chevron-down-circle:before {
  content: "\e888"; }

.lnr-chevron-left-circle:before {
  content: "\e889"; }

.lnr-chevron-right-circle:before {
  content: "\e88a"; }

.lnr-crop:before {
  content: "\e88b"; }

.lnr-frame-expand:before {
  content: "\e88c"; }

.lnr-frame-contract:before {
  content: "\e88d"; }

.lnr-layers:before {
  content: "\e88e"; }

.lnr-funnel:before {
  content: "\e88f"; }

.lnr-text-format:before {
  content: "\e890"; }

.lnr-text-format-remove:before {
  content: "\e891"; }

.lnr-text-size:before {
  content: "\e892"; }

.lnr-bold:before {
  content: "\e893"; }

.lnr-italic:before {
  content: "\e894"; }

.lnr-underline:before {
  content: "\e895"; }

.lnr-strikethrough:before {
  content: "\e896"; }

.lnr-highlight:before {
  content: "\e897"; }

.lnr-text-align-left:before {
  content: "\e898"; }

.lnr-text-align-center:before {
  content: "\e899"; }

.lnr-text-align-right:before {
  content: "\e89a"; }

.lnr-text-align-justify:before {
  content: "\e89b"; }

.lnr-line-spacing:before {
  content: "\e89c"; }

.lnr-indent-increase:before {
  content: "\e89d"; }

.lnr-indent-decrease:before {
  content: "\e89e"; }

.lnr-pilcrow:before {
  content: "\e89f"; }

.lnr-direction-ltr:before {
  content: "\e8a0"; }

.lnr-direction-rtl:before {
  content: "\e8a1"; }

.lnr-page-break:before {
  content: "\e8a2"; }

.lnr-sort-alpha-asc:before {
  content: "\e8a3"; }

.lnr-sort-amount-asc:before {
  content: "\e8a4"; }

.lnr-hand:before {
  content: "\e8a5"; }

.lnr-pointer-up:before {
  content: "\e8a6"; }

.lnr-pointer-right:before {
  content: "\e8a7"; }

.lnr-pointer-down:before {
  content: "\e8a8"; }

.lnr-pointer-left:before {
  content: "\e8a9"; }

.fileIcon {
    width: 20px; 
    float: left; 
    padding-right: 5px; 
    margin-top: 5px;
}

.content-main .container {
    padding-bottom: 30px;
}
.imageWithBorders img{
    border: 1px solid black;
    margin-bottom: 20px;
}
img.articleSlideBg {
    height: 375px;
}
.articleCircleContainer {
    width: 220px;
}

@media screen and (max-width: 992px)
{
    .articleCircleContainer, .articleCircleContainer img {
        display: none !important;
    }
}
@media screen and (max-width: 544px) {
    .social-icons.top {
        display: none !important;
    }
    .search-bar #searchTerm {
        width: 130px;
    }
}
@media screen and (max-width: 320px) {
    .search-bar #searchTerm {
        width: 95px;
    }
}

.right-navigation .glyphicon-chevron-right:before {
    float: left !important;
}

.right-navigation .rightNavLi {
    float: left; 
    clear: both; 
    width: 100%; 
    padding-bottom: 10px;
}
.right-navigation .rightNavTitleSpan {
    width: 190px; 
    float: left;
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    .right-navigation .rightNavTitleSpan {
        width: 145px; 
    }
}
@media screen and (max-width: 992px) {
    .right-navigation .rightNavTitleSpan {
        width: auto; 
    }
}
.contentArea img{
    padding-right: 10px;
}
/*# sourceMappingURL=style.min.css.map */