/* CSS Document */
/* Design and coding by F3 Designs http://www.f3designs.ca */



.qr {
	max-width: 200px;
}
/* (column hovers) */
.col-button {
	background-color: #f5f4f1;
	padding: 15px;
	min-height: 120px;
}
.col-button:hover {
	background: #3b3b3b;
}
.col-button ul {
	list-style: none;
	padding-left: 0;
}
.col-button li {
	padding-bottom: 30px;
	line-height: 24px;
}
.col-button li:after {
    font-family: 'FontAwesome';
    content: '\f105'; /* (font awesome unicode for angle-right) */
    padding-left: 30px;
	padding-right: 15px;
    position: relative;
	color: #d6d3cc;
}
.col-button a:link {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #3b3b3b;
	font-weight: 400;
}
.col-button a:visited {
	color: #3b3b3b;
}
.col-button a:hover {
	color: #fff;
}
.col-button a:active {
	color: #3b3b3b;
}


/* COLOR PALETTE (defined for Keewatin Air LP)
================================================== */
/* red: #d6160a */
/* orange: #ee7e31 */
/* beige-light: #f5f4f1 */
/* beige-medium: #edece8 */
/* beige-dark: #d6d3cc */
/* brown-light: #9f9991 */
/* brown-medium: #7f766d */
/* brown-dark: #6f6660 */
/* black: #3b3b3b */


/* GOOGLE FONTS (defined for Keewatin Air LP)
================================================== */
/* font-family: 'Merriweather', serif; (default) */ 
/* font-family: 'Lato', sans-serif; (headings, etc.) */ 


/* MEDIA QUERIES (key breakpoints)
================================================== */
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
	...
}
/* Tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
	...
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	...
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	...
}

.date {
	font-size: 12px;
	margin-top: -20px;
	color: #3b3b3b;
}

.card {
	background-color: #3b3b3b;
	text-align: center;
	padding: 15px;
	color: #ffffff;
}
.card-header {
	background-color: #ffffff;
	color: #d6160a;
	width: fit-content;
	margin: 10px auto 10px auto;
	padding: 5px 10px 5px 10px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.card .btn-default {
	margin: 15px;
}
.card .btn-default:hover {
	background-color: #edece8;
	color: #3b3b3b !important;
}
.close-icon {
	cursor: pointer;
	float: right;
	font-size: 24px;
}
.modal h2 {
	color: #d6160a;
	margin-bottom: 60px;
	font-style: normal;
}
.modal p a:link {
	color: #d6160a;
	text-decoration: none;
	border-bottom: solid 1px #d6160a;
	padding-bottom: 1px;
}
.modal p a:visited {
	color: #d6160a;
	text-decoration: none;
}
.modal p a:hover {
	color: #3b3b3b;
	text-decoration: none;
}
.modal p a:active {
	color: #d6160a;
	text-decoration: none;
}
.modal .or {
	font-weight: 400;
	padding: 0px 15px 0px 15px;
}

.everychildmatters-body {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}
.fontawesome-01 {
	margin: 0px 15px 0px 30px;
	font-size: 18px;
}
.fontawesome-02 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
}



/* BOOTSTRAP CSS Customizations Start Here (customized by F3 Designs, specifically for Keewatin Air)
================================================== */
/* (elements) */
body, html {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color: #6f6660;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 30px 0px;
}
h1 {
	color: #d6160a;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-family: 'Lato', sans-serif;
	color: #ee7e31;
	font-style: italic;
	font-size: 26px;
	margin: 0px 0px 30px 0px;
}
h3 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	color: #3B3B3B;
	font-size: 20px;
	margin-bottom: 15px;
}
h4 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	color: #6f6660;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 24px;
}
/* (strong) */
strong {
	color: #3B3B3B;
}
/* (horizontal rule) */
hr {
	border-top: 1px solid #dcdcdc;
	margin-top: 60px
}
/* (image captions) */
figcaption {
	margin-top: 15px;
	color: #d6160a;
}
/* (default link) */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* (btn-default: red) */
.btn-default:link {
	background-color: #d6160a;
	border-color: #d6160a;
	color: #f5f4f1 !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	border-radius: 0;
	text-transform: uppercase;
	margin-right: 15px;
	margin-bottom: 15px;
}
.btn-default:visited {
	background-color: #d6160a;
	border-color: #d6160a;
	color: #f5f4f1 !important;
}
.btn-default:hover {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
	color: #ffffff !important;
}
.btn-default:active {
	background-color: #d6160a;
	border-color: #d6160a;
	color: #f5f4f1 !important;
}
/* (btn-primary: beige) */
.btn-primary:link {
	background-color: #edece8;
	border-color: #9f9991;
	color: #7f766d;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 15px;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-primary:visited {
	background-color: #edece8;
	border-color: #9f9991;
	color: #7f766d;
}
.btn-primary:hover {
	background-color: #3b3b3b !important;
	border-color: #3b3b3b !important;
	color: #f5f4f1 !important;
}
.btn-primary:active {
	background-color: #edece8;
	border-color: #9f9991;
	color: #7f766d;
}
/* (btn-top) */
.btn-top:link {
	background-color: #d6160a;
	border-color: #d6160a;
	color: #f5f4f1;
	font-weight: 300;
	font-size: 30px;
	border-radius: 0;
}
.btn-top:visited {
	background-color: #d6160a;
	border-color: #d6160a;
	color: #f5f4f1;
}
.btn-top:hover {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
	color: #f5f4f1;
}
.btn-top:active {
	background-color: #d6160a;
	border-color: #d6160a;
	color: #f5f4f1;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.btn-top {
	margin: 30px 0px 5px 0px;
}
}
/* (btn-bio: black) */
.btn-bio:link {
	background-color: #3b3b3b;
	border: none;
	color: #f5f4f1 !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	border-radius: 0;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 0px 5px 0px 5px;
	margin-left: 5px;
}
.btn-bio:visited {
	background-color: #3b3b3b;
	border: none;
	color: #f5f4f1 !important;
}
.btn-bio:hover {
	background-color: #d6160a ;
	border: none;
	color: #f5f4f1 !important;
}
.btn-bio:active {
	background-color: #3b3b3b;
	border: none;
	color: #f5f4f1;
}



/* CUSTOM CSS Class Definitions Start Here (defined by F3 Designs, specifically for Keewatin Air)
================================================== */
/* (frames select images) */
.image {
  display: inline-block;
  padding: 5px;
  border: 2px solid white;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}
/* (h3-border) */
.h3-border {
	border-bottom: solid 1px #ee7e31;
	width: 120px;
	margin: 0px 0px 30px 0px;
}
/* (space) */
.space {
	line-height: 30px;
}
/* (note) */
.note {
	padding: 10px;
	background-color: #d6d3cc;
	font-size: 15px;
}
/* (pipe) */
.pipe {
	color: #d6160a;
	padding: 0px 5px 0px 5px;
}
/* (orange forced) */
.orange {
    font-family: 'Merriweather', serif;
	color: #ee7e31;
	padding-left: 15px;
	font-size: 18px;
}
/* (space-left) */
.space-left {
	padding-left: 30px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.space-left {
	padding-left: 0px;
}
}
/* (adds margin-bottom to all columns on portrait tablet or smaller) */
@media (max-width: 768px) {
  [class*="col-"]{
      margin-bottom: 30px;
  }
}


/* HEADER Classes Start Here (defined by Vitality, noted where customized by F3 Designs)
================================================== */
/* (f3 designs customized) */
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #ffffff !important; /* f3 customization */
  background: no-repeat;
  background-position: center center; /* horizontal vertical (was top center) */ 	
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 0px; /* f3 customization */
}
/* (f3 designs defined/added) */
.index {
  background-image: url(../img/bg-header.jpg);
}
/* (f3 designs defined/added) */
.page {
  position: inherit;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: none;
  padding: 0;
}
/* (f3 designs defined/added: header-top supplemental, logo and nav) */
header .top {
	text-align: right;
	padding: 30px 0px 45px 0px;
	background-color: #ffffff;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .top {
	text-align: center;
	padding: 15px 0px 60px 0px;
}
}
header .top .supplemental a:link {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #7f766d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
header .top .supplemental a:visited {
	color: #7f766d;
}
header .top .supplemental a:hover {
	color: #d6160a;
}
header .top .supplemental a:active {
	color: #7f766d;
}
/* (f3 designs defined/added: header-intro... because I couldn't get vitality's intro-content to do what I needed it to do) */
header .intro {
	position: relative;
	margin-top: 135px;
	float: right;
	padding: 30px 0px 0px 30px;
	/* background-color:  rgba(255,255,255,.5); */
}
header .intro p {
	margin-bottom: 5px;
}
header .intro .btn-default {
	margin: 15px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .intro {
	margin-top: 15px;
	float: none;
	padding: 30px 15px 1px 15px;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
header .intro {
	margin-top: 60px;
}
}
/* (f3 designs customized: WELCOME TO KEEWATIN AIR) */
header .brand-name {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 60px !important; /* f3 customization */
	line-height: 72px !important; /* f3 customization */
	color: #6f6660; /* f3 addition */
	background-color:  rgba(255,255,255,.5); /* f3 addition */
	display: inline; /* f3 addition */
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .brand-name {
	font-size: 30px !important;
	line-height: 42px !important;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
header .brand-name {
	font-size: 40px !important;
	line-height: 52px !important;
}
}
/* (f3 designs customized: MESSAGE) */
header .brand-name-subtext {
	font-size: 18px !important; /* f3 customization */
	line-height: 24px; /* f3 customization */
	color: #6f6660 !important; /* f3 addition */
	background-color:  rgba(255,255,255,.5); /* f3 addition */
	display: inline; /* f3 addition */
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .brand-name-subtext {
	font-size: 16px !important; /* f3 customization */
	line-height: 22px !important; /* f3 customization */
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
header .brand-name-subtext {
	font-size: 16px !important; /* f3 customization */
	line-height: 22px !important; /* f3 customization */
}
}
/* (VITALITY... left as-is from this point forward) */
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .scroll-down {
  display: none;
}
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  background-color: #d6160a; /* f3 designs added */
  border: 2px solid #d6160a; /* f3 designs customized */
  border-radius: 0px !important; /* f3 designs customized */
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: white;
  border-color: #3b3b3b;
  background-color: #3b3b3b;
  outline: none;
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 80px;
    line-height: 80px;
  }
  header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}


/* NAVBAR Classes Start Here (customized by F3 Designs)
================================================== */
/* (overall navbar) */
.navbar-default { /* ================================================== ALL CLIENT SPECIFIC CUSTOMIZATION */
	text-transform: uppercase;
	font-size: 18px;
	background-color: transparent;
	border: none;
	margin: 15px 0px 0px 0px !important;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 768px) { /* ================================================== CLIENT SPECIFIC CUSTOMIZATION */
.navbar-default {
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { /* ================================================== CLIENT SPECIFIC CUSTOMIZATION */
.navbar-default {
	font-size: 15px;
}
}
/* (background-color of toggle menu on mobile) */
.navbar-toggle { /* ================================================== ALL CLIENT SPECIFIC CUSTOMIZATION */
	background-color: #d6160a;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-toggle {
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.navbar-toggle {
}
}
/* (line color on toggle menu on mobile) */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #f5f4f1;
}
/* (removes bottom border when toggle menu on mobile is expanded) */
.navbar-default .navbar-collapse {
  border: none;
}
/* (customizes the primary drop-down menu on mobile) */
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 768px) {
.navbar .navbar-nav {
	width: auto;
	text-align: left;
	margin: 60px 0px 30px 0px;
	padding: 0px;
	border-right: solid 1px #c8c8c6;
	border-left: solid 1px #c8c8c6;
	background-color: #edece8;
}
}
/* (moves the logo within the navbar to desired position) */
.navbar-brand img { /* ================================================== ALL CLIENT SPECIFIC CUSTOMIZATION */
	position: relative; 
	top: -60px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-brand img { /* ================================================== ALL CLIENT SPECIFIC CUSTOMIZATION */
	top: 0px;
}
}
/* PRIMARY
================================================== */
/* (primary list items in off state) */
.navbar-default .navbar-nav li a { /* ================================================== ALL CLIENT SPECIFIC CUSTOMIZATION */
	font-family: 'Lato', sans-serif;
	color: #3b3b3b;
	background: none;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 0;
	font-weight: 400;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-default .navbar-nav li a {
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.navbar-default .navbar-nav li a {
}
}
/* (primary list items on hover) */
.navbar-default .navbar-nav li a:hover {
	color: #dc4839 !important; /* ================================================== CLIENT SPECIFIC CUSTOMIZATION */
	background: none;
	text-decoration: none !important;
}
/* (primary list item when hovering over a list item in its' secondary dropdown-menu) */
.navbar-default .navbar-nav > li.dropdown.open > a {
	background-color: transparent;
	color: #dc4839; /* ================================================== CLIENT SPECIFIC CUSTOMIZATION */
}
/* (primary list item active) */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #d6160a; /* ================================================== CLIENT SPECIFIC CUSTOMIZATION */
	background-color: transparent;
}
/* SECONDARY
================================================== */
/* (secondary dropdown-menu indicator caret that sits next/beneath the primary list item) */
.caret {
  border-top: 6px solid #d6d3cc; /* ================================================== CLIENT SPECIFIC CUSTOMIZATION */
}
/* (inactive secondary dropdown-menu in off state) */
.navbar-nav > .dropdown .dropdown-menu {
	background-color:  #f5f4f1;
	border-top: none;
	border-bottom: none;
	border-right: solid 1px #c8c8c6;
	border-left: solid 1px #c8c8c6;
	border-radius: 0;
	width: auto;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-nav > .dropdown .dropdown-menu {
	border-right: none;
	border-left: none;
}
}
/* (inactive secondary list items in off state) */
.navbar-nav > .dropdown .dropdown-menu > li a {
	background-color:  none;
	color: #7f766d !important;
	text-decoration: none !important;
	text-transform: none;
	border-top: solid 1px #f5f4f1;
	border-bottom: solid 1px #f5f4f1;
	line-height: 24px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top: 15px !important;
}
/* (inactive secondary list item on hover) */
.navbar-nav > .dropdown .dropdown-menu > li a:hover {
	background-color: #edece8;
	color: #3b3b3b !important;
	text-decoration: none !important;
	border-top: solid 1px #dedcd7;
	border-bottom: solid 1px #dedcd7;
}
/* (places font awesome icon after the inactive secondary list items that have a tertiary dropdown-menu) */
.navbar-nav > .dropdown .dropdown-menu .withsubmenu >  a:after {
    font-family: 'FontAwesome';
    content: '\f0da'; /* (font awesome unicode for caret-right) */
    padding-left: 15px;
	padding-right: 15px;
    position: relative;
	color: #d6d3cc;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-nav > .dropdown .dropdown-menu .withsubmenu >  a:after {
    content: '\f0d7'; /* (font awesome unicode for caret-down) */
}
}
/* (colour of font awesome icon on hover) */
.navbar-nav > .dropdown .dropdown-menu > li a:hover:after {
	color: #3b3b3b !important;
}
/* TERTIARY
================================================== */
/* (horizontally aligns the tertiary dropdown-menu with the secondary list item) */
.dropdown-submenu {
  position: relative;
}
/* (sets width on tertiary dropdown-menu to allow for word wrapping) */
.subdropdown-menu {
   min-width: 210px !important;
}
/* (word wraps the tertiary list items) */
.subdropdown-menu > li > a {
	white-space: normal;
	padding-right: 10px !important; 	
}
/* (inactive tertiary dropdown-submenu in off state) */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #edece8 !important;
}
/* (inactive tertiary list items in off state) */
.navbar-nav > .dropdown .dropdown-submenu .dropdown-menu > li a:link {
	border-top: none !important;
	border-bottom: none !important;
	margin-top: 15px !important;
}
/* (inactive tertiary list items on hover) */
.navbar-nav > .dropdown .dropdown-submenu .dropdown-menu > li a:hover {
	background-color: #f5f4f1 !important;
	border-top: solid 1px #dedcd7 !important;
	border-bottom: solid 1px #dedcd7 !important;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* CONTENT-INDEX Starts Here (defined by F3 Designs, specifically for Keewatin Air)
================================================== */
.content-index {
}
.content-index a:link img:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
}
/* (row1: aeromedical and air transport service) */
.content-index-row1 {
	padding: 120px 0px 90px 0px;
	border-bottom: solid 1px #dcdcdc;
}
/* (row2: an aviation business with a strong medical focus) */
.content-index-row2 {
	padding: 120px 0px 90px 0px;
	border-bottom: solid 1px #dcdcdc;
}
.content-index-row2a {
	margin: 0 !important;
	padding: 0 !important;
}
.content-index-row2a h3 {
	font-size: 26px;
}
.content-index-row2b p {
	font-size: 14px;
	line-height: 22px;
}
.content-index-row2b h3 {
	font-size: 26px;
}
.content-index-feature {
	background-color: #f5f4f1;
	padding: 15px 15px 15px 15px;
}
/* (row3: a safe, reliable and trusted airline founded in 1971) */
.content-index-row3 {
	padding: 120px 0px 90px 0px;
}
.content-index-row3 p {
	font-size: 14px;
}


/* BREADCRUMBS Start Here (defined by F3 Designs, specifically for Keewatin Air)
================================================== */
.breadcrumbs {
	background-color: #f5f4f1;
	padding: 15px 0px 15px 0px;
	border-bottom: solid 1px #dcdcdc;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #d6160a;
	font-weight: 400;
}
.breadcrumbs-caret {
	padding: 0px 10px 0px 10px;
	color: #3b3b3b;
}
.breadcrumbs a:link {
	color: #7f766d;
	text-decoration: underline;
}
.breadcrumbs a:visited {
	color: #7f766d;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	color: #3b3b3b;
	text-decoration: underline;
}
.breadcrumbs a:active {
	color: #7f766d;
	text-decoration: underline;
}


/* BANNER StartS Here (defined by F3 Designs, specifically for Keewatin Air)
================================================== */
.banner {
	margin-top: 15px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.banner {
	display: none;
}
}


/* CONTENT-PAGE Starts Here (defined by F3 Designs, specifically for Keewatin Air)
================================================== */
.content-page {
	padding: 120px 0px 90px 0px;
}
.content-page p a:link {
	color: #d6160a;
	text-decoration: none;
	border-bottom: solid 1px #d6160a;
	padding-bottom: 1px;
}
.content-page p a:visited {
	color: #d6160a;
	text-decoration: none;
}
.content-page p a:hover {
	color: #3b3b3b;
	text-decoration: none;
}
.content-page p a:active {
	color: #d6160a;
	text-decoration: none;
}

.content-page li a:link {
	color: #d6160a;
	text-decoration: none;
	border-bottom: solid 1px #d6160a;
	padding-bottom: 1px;
}
.content-page li a:visited {
	color: #d6160a;
	text-decoration: none;
}
.content-page li a:hover {
	color: #3b3b3b;
	text-decoration: none;
}
.content-page li a:active {
	color: #d6160a;
	text-decoration: none;
}

.content-page .smaller ul {
	margin: 0px 0px 30px 0px;
}
.content-page .smaller ul li {
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}
.content-page .smaller ol {
	margin: 0px 0px 30px 0px;
}
.content-page .smaller ol li {
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}
.content-page a:link img:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
}
.smaller p {
	font-size: 14px;
}
/* (local nav) */
.content-page-nav {
	background-color: #f5f4f1;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.content-page-nav {
	display: none;
}
}
/* Tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
.content-page-nav {
	display: none;
}
}


/* LOCAL NAVBAR Class Modifications (customized Bootstrap's defaults for Keewatin Air)
================================================== */
/* customizes the overview title in local nav */
.overview {
	text-transform: uppercase;
	background-color: #fff;
	color: #3b3b3b !important;
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0px 30px 0px !important;
}
/* customizes the ??? */
.nav-tabs.nav-stacked {
	font-family: 'Lato', sans-serif;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* customizes the inactive nav-tabs */
.nav-tabs.nav-stacked > li > a, .nav-tabs.nav-stacked > li > a:visited, .nav-tabs.nav-stacked > li > a:active {
	background-color: transparent;
	color: #6f6660;
	border-radius: 0px;
	border: none;
	text-decoration: none !important;
}
/* customizes the inactive nav-tabs on hover */
.nav-tabs.nav-stacked > li > a:hover {
	border-radius: 0px;
	border: none;
	text-decoration: none !important;
	color: #dc4839;
}
/* customizes the active nav-tabs */
.nav-tabs.nav-stacked > li.active > a, .nav-tabs.nav-stacked > li.active > a:visited, .nav-tabs.nav-stacked > li.active > a:hover, .nav-tabs.nav-stacked > li.active > a:active {
	color: #dc4839;
	border-radius: 0px;
	border: none;
	font-weight: 400;
	text-decoration: none !important;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	background-color: #edece8;
}
/* customizes the active nav-tabs on hover */
.nav-tabs.nav-stacked > li.active > a:hover {
	background-color: transparent;
	text-decoration: none !important;
}
/* customizes the nav-tertiary */
.nav-tertiary {
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #dcdcdc;
	padding: 0px 0px 10px 15px;
}
.nav-tertiary li {
	margin: 0px 0px 0px 0px !important;
	list-style: none;
	line-height: 30px;
}
.nav-tertiary li:before {
    font-family: 'FontAwesome';
    content: '\f105'; /* (font awesome unicode for angle-right) */
	padding-right: 5px;
    position: relative;
	color: #d6160a;
}
.nav-tertiary > li > a, .nav-tertiary > li > a:visited, .nav-tertiary > li > a:active {
	color: #6f6660;
	text-decoration: none;
}
/* customizes the nav-tertiary on hover */
.nav-tertiary > li > a:hover {
	background: none;
	color: #d6160a;
	border-radius: 0px;
}


/* FOOTER Classes Start Here (defined for Keewatin Air)
================================================== */
/* (footer-row1: nav, supplemental and top) */
.footer-row1 {
	background-color: #f5f4f1;
	border-top: solid 1px #dcdcdc;
	padding: 45px 0px 45px 0px;
}
.footer-row1 p {
	margin: 0px 0px 15px 0px;
}
.footer-row1 .global a:link {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #3b3b3b;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding-right: 20px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.footer-row1 .global a:link {
	padding-right: 10px;
	padding-left: 10px;
}
}
.footer-row1 .global a:visited {
	color: #3b3b3b;
}
.footer-row1 .global a:hover {
	color: #d6160a;
}
.footer-row1 .global a:active {
	color: #3b3b3b;
}
.footer-row1 .supplemental a:link {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #7f766d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
.footer-row1 .supplemental a:visited {
	color: #7f766d;
}
.footer-row1 .supplemental a:hover {
	color: #d6160a;
}
.footer-row1 .supplemental a:active {
	color: #7f766d;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.footer-row1 {
	text-align: center;
}
}
/* (footer-row1col2: copyright) */
.footer-row2 {
	background-color: #edece8;
}
.footer-row2 p {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	margin: 15px 0px 15px 0px;
	font-weight: 400;
	color: #7f766d;
}
.footer-row2 a:link {
	color: #3b3b3b;
}
.footer-row2 a:visited {
	color: #3b3b3b;
}
.footer-row2 a:hover {
	color: #d6160a;
}
.footer-row2 a:active {
	color: #3b3b3b;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.footer-row2 {
	text-align: center;
}
}


  /* CONTACT FORM
================================================== */
.form-group {
    margin-bottom: 25px;
}
.form-group input,
.form-group textarea {
    padding: 10px;
	background-color: #f9f9f9;
	border: solid 1px #e2e2e2;
	border-radius: 0px;
	color: #3F381E !important;
}
.form-group input.form-control {
    height: auto;
}
.form-group textarea.form-control {
    height: 120px;
}
.form-control:focus {
    border-color: #2d7b96;
    box-shadow: none;
}
::-webkit-input-placeholder {
	color: #3F381E !important;
}
:-moz-placeholder {
	color: #3F381E !important;
}
::-moz-placeholder {
	color: #3F381E !important;
}
:-ms-input-placeholder {
	color: #3F381E !important;
}
 .text-danger {
    color: #d6160a;
}
/* (send message button) */
.content-page button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #d6160a;
	border-color: #d6160a;
	color: #f5f4f1;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	border-radius: 0;
	text-transform: uppercase;
}
.required {
	color: #d6160a;
}
/* (alert) */
.text-danger ul {
	list-style: none;
	background-color: #d6d3cc;
	font-size: 15px;
	margin: 0px !important;
	padding: 10px !important;
	font-weight: 700;
	color: #3B3B3B;
	border: solid 1px #d6160a;
}


/* VITALITY CSS Starts Here (noted where F3 Designs customized and defined, specifically for Keewatin Air)
================================================== */
html,
body {
  height: 100%;
}

/* 404 NOT FOUND ======================================================================================================== */
.notfound {
	height: 100%;
}
.notfound-message {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	color: #000000;
}
.notfound-message img {
	margin: 60px auto 60px auto !important;
	text-align: center !important;
}
