article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html, button, input, select, textarea {font-family:"Montserrat",serif;color:#222;font-size:15px;outline:none;-webkit-appearance:none;border-radius:0;}
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #ed2628; color: #fff; text-shadow: none; }
::selection { background: #ed2628; color: #fff; text-shadow: none; }

::-webkit-input-placeholder { color:#888;}
:-moz-placeholder { color: #888;}
::-moz-placeholder { color: #888 ;}
:-ms-input-placeholder {color:#888;}
::-webkit-textarea-placeholder { color:#888;}
:-ms-textarea-placeholder {color:#888;}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {display:block;height:1px;border:0;border-top:1px solid #e3e3e3;margin:30px 0;}
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: middle; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ===== Primary Styles ========================================================
   Author: Court & Red Ltd.
   ========================================================================== */
/* Sticky Footer */   
body {background:#eee;overflow:hidden;overflow-y:scroll;}
#wrapper {padding-top:40px;}

/* Standards */
.northstar{color:#ed2628;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.hidden { display: none !important; visibility: hidden; }
.clearfix:after {content:"";display:table;clear:both;}
.text-right {text-align:right;}
a, .ani {text-decoration:none;transition:all .2s ease-in-out;}
h1, h2, h3, h4, h5, h6 {font-weight:700;color:#222;margin:15px 0;line-height:1.1;position:relative;}
h1 {font-size:32px;} h2 {font-size:30px;} h3 {font-size:28px;} h4 {font-size:26px;} h5 {font-size:24px;} h6 {font-size:22px;}
.relative {position:relative;}
p {line-height:25px;}

/* Layout */
.container {width:1400px;padding:0 15px;margin:0 auto;}
.row {margin:0 -15px;}
[class^=col-] {float:left;padding:0 15px;}
[class^=col-].minimize:last-child {display:none;}
.col-100 {width:100%;}
.col-75 {width:75%;}
.col-66 {width:66.66%;}
.col-60 {width:60%;}
.col-50 {width:50%;}
.col-40 {width:40%;}
.col-33 {width:33.33%;}
.col-30 {width:30%;}
.col-25 {width:25%;}

/* Messages */
#success {padding:15px;background:#edfbf0;color:#86a28c;}
#errors {padding:15px;background:#fff6f6;color:#dd494f;}

/* Header */
.header {background:#fff;}
.header .logo {display:block;}
.header .logo img {width:280px;margin:15px 0;}

/* Navigation */
nav {float:right;}
.nav {list-style:none;padding:0;margin:0;}
.nav > li {float:left;position:relative;}
.nav > li.menu-btn {float:right;}
.nav > li.menu-btn > a {padding:50px 2px 50px 10px;}
.nav > li > a {display:block;padding:50px 25px;color:#222;font-weight:700;}
.nav > li:hover > a {color:#ed2628;}
.nav > li.active > a {color:#ed2628;}
.nav > li > ul {opacity:0;visibility:hidden;position:absolute;top:100%;left:0;width:225px;background:#222;;list-style:none;padding:0;margin:0;border-radius:0 0 10px 10px;z-index:100;transition:all .2s ease-in-out;}
.nav > li:hover > ul {opacity:1;visibility:visible;}
.nav > li > ul > li {position:relative;}
.nav > li > ul > li > a {display:block;font-size:14px;font-weight:400;padding:15px;color:#fff;}
.nav > li > ul > li:hover > a {background:#ed2628;}
.nav > li > ul > li:last-child:hover > a {background:#ed2628;border-radius:0 0 10px 10px;}

/* Mobile */
.menu-mobile {position:fixed;top:-100%;left:0;width:100%;height:100%;background:#fff;z-index:30;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.menu-mobile .menu {max-width:370px;height:100%;margin:0 auto;}
.menu-mobile .menu .logo {display:block;padding:30px 0 0 0;text-align:center;}
.menu-mobile .menu .logo img {width:260px;max-width:100%;margin:0;}
.menu-mobile .menu > ul {list-style:none;padding:20px 0;margin:30px 50px;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;}
.menu-mobile .menu > ul > li > a {display:block;color:#222;padding:8px 0;text-align:center;font-weight:700;}
.menu-mobile .menu > ul > li > a:hover {color:#ed2628;}
.menu-mobile .menu > ul > li > a.active {color:#ed2628;}
.menu-mobile .menu > ul > li > ul {list-style:none;padding:0;margin:0;}
.menu-mobile .menu > ul > li > ul > li > a {display:block;color:#222;padding:5px 0;font-size:14px;text-align:center;}
.menu-mobile .menu > ul > li > ul > li > a:hover {color:#ed2628;}

/* Mobile Icons */
.menu-icons {text-align:center;}
.menu-icons a {display:inline-block;color:#222;width:35px;height:35px;line-height:35px;text-align:center;}
.menu-icons a.facebook:hover {color:#3b5998;}
.menu-icons a.twitter:hover {color:#1da1f2;}
.menu-icons a.instagram:hover {color:#c32aa3;}
.menu-icons a.youtube:hover {color:#ff0000;}

/* Slideshow */
.slider {background:#fff;position:relative;height:550px;}
.slideshow {list-style:none;margin:0;padding:0;position:relative;width:100%;height:100%;overflow:hidden;}
.slideshow li {position:absolute;display:none;width:100%;height:100%;left:0;top:0;background:no-repeat 50% 50% / cover;}
.slideshow li:before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:5;}
.slideshow li:first-child {position:relative;display:block;}
.slideshow li .full {display:table;height:100%;position:relative;z-index:5;}
.slideshow li .align {display:table-cell;vertical-align:middle;}
.slideshow li .align .text p {color:#fff;max-width:75%;margin:0 auto;text-align:center;font-size:32px;line-height:1.2;}

/* Home */
.section {background:#fff;padding:50px 0;}
.section .item {display:block;margin-top:10px;margin-bottom:25px;}
.section .item img {width:100%;margin-bottom:15px;}
.section .item .title {color:#ed2628;font-size:16px;font-weight:700;}
.section .item .position {font-weight:500;}
.section .team {padding:15px 0 30px;}
.section .team .item {margin:0;}

/* Contact */
.contact {background:#fff;padding:65px 0;}
.contact .emergency {text-align:center;}
.contact .emergency a {color:#222;}
.contact .emergency a:hover {color:#ed2628;}
.contact .emergency span {display:block;font-size:34px;font-weight:700;}

/* Breadcrumb */
.breadcrumb {position:relative;height:300px;background:#fff no-repeat 50% 50% / cover;}
.breadcrumb:before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:5;}
.breadcrumb .full {display:table;height:100%;position:relative;z-index:5;}
.breadcrumb .align {display:table-cell;vertical-align:bottom;padding:15px 0;color:#ccc;font-size:13px;font-weight:600;}
.breadcrumb .align span {color:#fff;margin:0 3px;}
.breadcrumb .align a {color:#fff;}

/* Page */
.section .content a {color:#ed2628;}
.section .content a:hover {text-decoration:underline;}
.section .content ul li {line-height:25px;}
.section .content ol li {line-height:25px;}
.section .content ul ul, .page .content ol ul {margin-top:0;}
.section .content img {width:100%;}

/* Contact */
.section .form-box {padding:10px 0 30px;}
.section .form-box .form {margin-bottom:15px;}
.section .form-box .form .title {font-weight:700;margin-bottom:10px;}
.section .form-box .form input {padding:15px;width:100%;border:1px solid #e3e3e3;transition:all .2s ease-in-out;}
.section .form-box .form input:focus {border:1px solid #222;}
.section .form-box .form textarea {padding:15px;width:100%;height:78px;border:1px solid #e3e3e3;transition:all .2s ease-in-out;}
.section .form-box .form textarea.margin {margin-bottom:15px;}
.section .form-box .form textarea:focus {border:1px solid #222;}
.section .form-box .form button {border:none;background:#ed2628;color:#fff;font-weight:600;padding:15px 40px;border-radius:8px;transition:all .2s ease-in-out;}
.section .form-box .form button:hover {background:#d51719;}
.map {height:300px;}

/* Contact */
.contact-list {margin:5px 0 15px 0;}
.contact-list .option {margin-bottom:5px;}
.contact-list .option.padded {padding-left:24px;}
.contact-list .option i {width:20px;}
.contact-list .option a {display:block;color:#222;}
.contact-list .option a:hover {color:#ed2628;text-decoration:none;}

/* Footer */
footer {background:#222;position:relative;padding:75px 0;}
footer ul {list-style:none;padding:0;margin:15px 0;}
footer ul li a {display:block;margin-bottom:5px;color:#eee;position:relative;}
footer ul li a:hover {color:#ed2628;}
footer .heading {text-transform:uppercase;font-size:13px;font-weight:700;color:#fff;}
footer .lined {margin-bottom:5px;color:#eee;}
footer .lined.topped {margin-top:15px;}
footer .lined.padded {padding-left:24px;}
footer .lined i {width:20px;}
footer .lined a {margin-bottom:5px;color:#eee;position:relative;}
footer .lined a:hover {color:#ed2628;}
footer .about {max-width:75%;color:#eee;}

/* Copyright */
.copyright {background:#1f1f1f;padding:30px 0;color:#eee;}
.copyright .cnr {float:right;}
.copyright .cnr a {color:#ed2628;}

/* Back */
.back-to-top {display:block;color:#fff;}
.back-to-top i {padding-left:5px;}
.back-to-top:hover {color:#ed2628;}

@media only screen and (max-width:1400px){
.container {width:1200px;}
}

@media only screen and (max-width:1200px){
.container {width:970px;}
.col-100-md {width:100%;}
.col-50-md {width:50%;}
.col-33-md {width:33.33%;}
.col-25-md {width:25%;}
.slider {height:500px;}
footer .heading.medium {margin-top:15px;}
}

@media only screen and (max-width:1000px){
.container {width:750px;}
.col-100-sm {width:100%;}
.col-75-sm {width:75%;}
.col-66-sm {width:66.66%;}
.col-50-sm {width:50%;}
.col-33-sm {width:33.33%;}
.col-25-sm {width:25%;}
.nav > li {display:none;}
.nav > li.menu-btn {display:inline-block;}
.slider {height:400px;}
.slideshow li .align .text p {font-size:28px;}
.contact .emergency span {font-size:30px;line-height:30px;margin-bottom:8px;}
footer .heading.topped {margin-top:15px;}
footer .about {max-width:100%;}
}

@media only screen and (max-width:767px){
.container {width:92%;}
.col-100-xs {width:100%;}
.col-66-xs {width:66.66%;}
.col-50-xs {width:50%;}
.col-40-xs {width:40%;}
.col-33-xs {width:33.33%;}
.header .logo img {width:220px;}
.nav > li.menu-btn > a {padding:40px 2px 40px 10px;}
.section .team .item {margin-top:15px;}
.contact .emergency span {font-size:26px;line-height:30px;}
}

@media only screen and (max-width:600px){
.col-100-xxs {width:100%;}
.slider {height:300px;}
.slideshow li .align .text p {font-size:20px;}
.map {height:300px;}
}

@media (min-width:1200px) {
.row .col-33:nth-child(3n+1),
.row .col-50:nth-child(odd) {clear:left;}
}

@media (min-width:1001px) and (max-width:1199px) {
.row .col-50-md:nth-child(odd) {clear:left;}
}

@media (min-width:650px) and (max-width:1000px) {
.row .col-50-sm:nth-child(odd) {clear:left;}
}

/* Lightbox */
body.blurred>*{-webkit-filter:blur(2px)}.lightbox{cursor:pointer;position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.6);-webkit-filter:none!important;z-index:9997}.lightbox img{display:block;position:absolute}.lightbox__loading{background:url(loader.gif) center center no-repeat;width:32px;height:32px;margin:-16px 0 0 -16px;position:absolute;top:50%;left:50%}.lightbox__button{position:absolute;z-index:9999;width:40px;height:40px;text-align:center;color:#bbb}.lightbox__button:hover{color:#fff}.lightbox__close{right:10px;top:10px}.lightbox__close:after{font-family:FontAwesome;content:'×';font-size:28px}.lightbox__nav{top:10px;}.lightbox__nav--next{left:60px}.lightbox__nav--next:after{font-family:FontAwesome;content:'\f105';font-size:24px}.lightbox__nav--prev{left:10px}.lightbox__nav--prev:after{font-family:FontAwesome;content:'\f104';font-size:24px}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}