/* Contents
   
–––––––––––––––––––––––––––––––––––––––––––––––––– */

*,
*::before,
*::after { box-sizing: inherit; }

html, body {
    height: 100%; }

html { box-sizing: border-box; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {font-size:100.01%; font-size: 1em; }
body { color:#555; line-height:1.5em; background:#fff; font-family: 'Gotham-Book'; }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.035em;}

h1, .h1 { font-family: 'Gotham-Thin'; font-size: 3em; margin-left: -3px; }
h2, .h2 { font-family: 'Gotham-Light'; font-size: 2.5em; margin-left: -2px; }
h3, .h3 { font-family: 'Gotham-Bold';font-size: 2em; line-height: 1.35; margin-left: -1px;  }
h4, .h4 { font-family: 'Gotham-Medium'; font-size: 2.1em; margin-left: -1px;  }
h5, .h5 { font-family: 'Gotham-XLight'; font-size: 1.75em; line-height: 1.25;  }
h6, .h6 { font-family: 'Gotham-Bold'; font-size: 0.8em; text-transform: uppercase;}

.display-1 {
    font-family: 'Gotham-Book'; 
    font-size: 5em;
    line-height: 1.2; }

.display-2 {
    font-size: 4em;
    line-height: 1.2; }

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

sub {
    bottom: -.25em;}

sup {
    top: -.5em;}

a {
    color: #9e1914;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition:all 200ms ease-in-out;
  	-o-transition:all 200ms ease-in-out;
  	transition:all 200ms ease-in-out; }

a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition:all 200ms ease-in-out;
  	-o-transition:all 200ms ease-in-out;
  	transition:all 200ms ease-in-out; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

p, li { 
    font-size:1em; 
    line-height:1.5em; 
    color:#555; 
    margin-top: 0;}
    
p { margin-bottom: 15px;}

li { 
    margin-bottom: 5px;
    padding-left: 20px; }    
    
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
   
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-family: 'Gotham-Bold'; }

dd {
    margin-bottom: 10px;
    margin-left: 0; }

blockquote {
    margin: 0 0 10px; }    
    
figure {
  margin: 0 0 10px; }    

p a, 
li a,
address strong, 
p b,
p strong,
li strong { 
    font-family: 'Gotham-Bold'; 
    font-weight: normal; }    
    
.text-sm { 
    font-size: 75%;
    line-height:1.5em; }
    
.text-md { 
    font-size: 108%;
    line-height:1.5em; }     
    
.text-lg { 
    font-size: 115%;
    line-height:1.5em; } 
    
.text-xl { 
    font-size:1.5em; 
    line-height:1.5em; }  
    
.text-xxl { 
    font-size:3em; 
    line-height:1.5em; }      
    
.font-light {
    font-family: 'Gotham-Light'; } 
    
.font-thin {
    font-family: 'Gotham-Thin'; } 

.lead {
    font-family: 'Gotham-Light';
    font-size:1.25em; 
    line-height:1.5em; 
    margin-top: 0;
    margin-bottom: 1em;}
    
.lead strong { font-family: 'Gotham-Bold'; }  

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

.text-nowrap { white-space: nowrap; }

.text-no-transform { text-transform:none;}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
    
.text-reset { color: inherit !important; }  


/* Quotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

q {
    font-family: 'CorporativeSansCnd-BookItalic';
    font-size:1.25em; 
    line-height:1.35em; 
    margin-top: 0;
    margin-bottom: 1em; }  
    
q.text-md { 
    font-family: 'CorporativeSansCnd-BookItalic';
    font-size:1.5em;}    
    
q::after {
    background-image: url("http://dengar.pixelplay.co.uk/_images/_common/c_quote_close.png");
    background-size: 14px 13px;
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    display: block;
    content:"";
    margin:10px 0 20px 0; }
    
q::before {
    background-image: url("http://dengar.pixelplay.co.uk/_images/_common/c_quote_open.png");
    background-position: left top;
    background-size: 43px 41px;
    background-repeat: no-repeat;
    padding-top: 55px;
    width: 43px;
    height: 41px;
    display: block;
    content:""; }	 
    
blockquote.text-right q::after,
blockquote.text-right q::before {
    background-position: right top !important;
    width:100%;}    
    
blockquote footer {
	  font-family: 'CorporativeSans-Regular';
	  font-size:0.9em; 
    line-height: 1.25em;
    letter-spacing: -0.025em;}    
    
blockquote footer strong {
	  font-family: 'CorporativeSans-Bold';
	  font-weight: normal;}
	  
blockquote footer span {
    font-family: 'CorporativeSans-Medium';
    font-size:0.85em; } 


/* Colours
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.text-primary { color: #e30613 !important; }
.text-secondary { color: #9e1914 !important; }
.text-light { color: #999 !important; }
.text-dark { color: #222 !important; }
.text-body { color: #555 !important; }
.text-muted { color: #ccc !important; }
.text-white { color: #fff !important; }
.text-black { color: #000 !important; }
.text-black-50 { color: rgba(0,0,0,.5)!important }
.text-white-50 { color: rgba(255,255,255,.5)  !important; }

.bg-primary { background-color: #e30613 !important; }
.bg-secondary { background-color: #9e1914 !important; }
.bg-light { background-color: #e7e7e8 !important; }
.bg-dark { background-color: #222 !important; }
.bg-black { background-color: #000 !important; }
.bg-dark-gray { background-color: #333 !important; }
.bg-light-gray { background-color: #999 !important; }
.bg-white { background-color: #fff !important; }
.bg-success { background-color: #28a745 !important;}
.bg-danger { background-color: #dc3545 !important; }
.bg-warning { background-color: #ffc107 !important; }


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.img-fluid {
    width: 100%;
    height: auto; }

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto; }

.figure {
    display: inline-block; }

.figure-img {
    margin-bottom: 8px;
    line-height: 1.1; }


/* Clear Fixes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:after, 
.container:after, 
.nav:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }

.clearfix { display:block; }
.clear { clear:both; }


/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto; }
    
.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto; }    
 
 
/* Borders
–––––––––––––––––––––––––––––––––––––––––––––––––– */  

.border-t-light { border-top: 1px solid #e7e7e8; }
.border-t-primary { border-top: 1px solid #81bc00; }
.border-t-dark-gray { border-top: 1px solid #333; }

.border-b-light { border-bottom: 1px solid #e7e7e8; }
.border-b-primary { border-bottom: 1px solid #81bc00; }
.border-b-dark-gray { border-top: 1px solid #333; }

.border-light { border: 1px solid #e7e7e8; }
.border-dark { border: 1px solid #666; }
.border-primary { border: 1px solid #81bc00; }
.border-light-gray { border: 1px solid #999; }

.rounded-sm { border-radius: 3px!important; }
.rounded { border-radius: 5px !important; }

.rounded-top {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px !important; }

.rounded-right {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important; }

.rounded-bottom {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important; }

.rounded-left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important; }

.rounded-lg { border-radius: 10px !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-pill { border-radius: 50rem !important; }
.rounded-0 { border-radius: 0 !important; }


/* Section Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */    

.pad-t-xxl { padding-top: 200px; }
.pad-b-xxl { padding-bottom: 200px; }
@media (min-width:240px) and (max-width:600px) {
  .pad-t-xxl { padding-top: 125px; }
  .pad-b-xxl { padding-bottom: 125px; }
  }

.pad-t-xl { padding-top: 150px; }
.pad-b-xl { padding-bottom: 150px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-xl{ padding-top: 75px; }
    .pad-b-xl { padding-bottom: 75px; }
    }
    
.pad-t-lg { padding-top: 125px; }
.pad-b-lg { padding-bottom: 125px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-lg { padding-top: 62px; }
    .pad-b-lg { padding-bottom: 62px; }
    }    

.pad-t-md { padding-top: 100px; }
.pad-b-md { padding-bottom: 100px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-md { padding-top: 50px; }
    .pad-b-md { padding-bottom: 50px; }
    }
    
.pad-t-sm { padding-top: 75px; }
.pad-b-sm { padding-bottom: 75px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-sm { padding-top: 35px; }
    .pad-b-sm { padding-bottom: 35px; }
    }  
    
.pad-t-xs { padding-top: 50px; }
.pad-b-xs { padding-bottom: 50px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-xs { padding-top: 25px; }
    .pad-b-xs { padding-bottom: 25px; }
    }    
    
    
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px; }

.no-gutters {
    margin-right: 0;
    margin-left: 0 }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1;  order: -1; }
.order-last { -ms-flex-order: 13; order: 13; }

.order-0 { -ms-flex-order: 0; order: 0; }
.order-1 { -ms-flex-order: 1; order: 1; }
.order-2 { -ms-flex-order: 2; order: 2; }
.order-3 { -ms-flex-order: 3; order: 3; }
.order-4 { -ms-flex-order: 4; order: 4; }
.order-5 { -ms-flex-order: 5; order: 5; }
.order-6 { -ms-flex-order: 6; order: 7; }
.order-8 { -ms-flex-order: 8; order: 8; }
.order-9 { -ms-flex-order: 9; order: 9; }
.order-10 { -ms-flex-order: 10; order: 10;}
.order-11 { -ms-flex-order: 11; order: 11;}
.order-12 { -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.333333%; }
.offset-2 { margin-left: 16.666667%;}
.offset-3 { margin-left: 25%;}
.offset-4 { margin-left: 33.333333%;}
.offset-5 { margin-left: 41.666667%;}
.offset-6 { margin-left: 50%;}
.offset-7 { margin-left: 58.333333%;}
.offset-8 { margin-left: 66.666667%;}
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.333333%;}
.offset-11 { margin-left: 91.666667%;}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
        
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
         width: auto;
        max-width: 100%; }
        
    .col-sm-1 { -ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%; }
    .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%;max-width: 25%; }
    .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    
    .order-sm-first { -ms-flex-order: -1; order: -1; }
    .order-sm-last { -ms-flex-order: 13; order: 13; }
    
    .order-sm-0 { -ms-flex-order: 0; order: 0; }
    .order-sm-1 { -ms-flex-order: 1; order: 1; }
    .order-sm-2 { -ms-flex-order: 2; order: 2; }
    .order-sm-3 { -ms-flex-order: 3; order: 3; }
    .order-sm-4 { -ms-flex-order: 4; order: 4; }
    .order-sm-5 { -ms-flex-order: 5; order: 5; }
    .order-sm-6 { -ms-flex-order: 6; order: 6; }
    .order-sm-7 { -ms-flex-order: 7; order: 7; }
    .order-sm-8 { -ms-flex-order: 8; order: 8; }
    .order-sm-9 { -ms-flex-order: 9; order: 9; }
    .order-sm-10 { -ms-flex-order: 10; order: 10; }
    .order-sm-11 { -ms-flex-order: 11; order: 11; }
    .order-sm-12 { -ms-flex-order: 12; order: 12; }
    
    .offset-sm-0 { margin-left: 0; }
    .offset-sm-1 { margin-left: 8.333333%; }
    .offset-sm-2 { margin-left: 16.666667%; }
    .offset-sm-3 { margin-left: 25%; }
    .offset-sm-4 { margin-left: 33.333333%; }
    .offset-sm-5 { margin-left: 41.666667%; }
    .offset-sm-6 { margin-left: 50%; }
    .offset-sm-7 { margin-left: 58.333333%; }
    .offset-sm-8 { margin-left: 66.666667%; }
    .offset-sm-9 { margin-left: 75%; }
    .offset-sm-10 { margin-left: 83.333333%; }
    .offset-sm-11 { margin-left: 91.666667%; }
    }

@media (min-width: 768px) {
    .col-md { -ms-flex-preferred-size: 0; ms-flex-positive: 1; flex-grow: 1;  max-width: 100%;  }
    .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto; max-width: 100%;  }
  
    .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;  }
    .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
    .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    
    .order-md-first { -ms-flex-order: -1; order: -1; }
    .order-md-last { -ms-flex-order: 13; order: 13; }
  
    .order-md-0 { -ms-flex-order: 0; order: 0; }
    .order-md-1 { -ms-flex-order: 1; order: 1; }
    .order-md-2 { -ms-flex-order: 2; order: 2; }
    .order-md-3 { -ms-flex-order: 3; order: 3; }
    .order-md-4 { -ms-flex-order: 4;   order: 4; }
    .order-md-5 { -ms-flex-order: 5; order: 5; }
    .order-md-6 { -ms-flex-order: 6; order: 6; }
    .order-md-7 { -ms-flex-order: 7; order: 7; }
    .order-md-8 { -ms-flex-order: 8; order: 8; }
    .order-md-9 { -ms-flex-order: 9; order: 9; }
    .order-md-10 { -ms-flex-order: 10; order: 10; }
    .order-md-11 { -ms-flex-order: 11; order: 11; }
    .order-md-12 { -ms-flex-order: 12; order: 12; }
    
    .offset-md-0 { margin-left: 0; }
    .offset-md-1 { margin-left: 8.333333%; }
    .offset-md-2 { margin-left: 16.666667%; }
    .offset-md-3 { margin-left: 25%; }
    .offset-md-4 { margin-left: 33.333333%;  }
    .offset-md-5 { margin-left: 41.666667%;  }
    .offset-md-6 { margin-left: 50%; }
    .offset-md-7 { margin-left: 58.333333%; }
    .offset-md-8 { margin-left: 66.666667%; }
    .offset-md-9 { margin-left: 75%; }
    .offset-md-10 { margin-left: 83.333333%; }
    .offset-md-11 { margin-left: 91.666667%; }
    }

@media (min-width: 992px) {
    .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;  }
    .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto;  max-width: 100%; }
    
    .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%;  max-width: 16.666667%; }
    .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%;  max-width: 58.333333%; }
    .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }
    .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    
    .order-lg-first { -ms-flex-order: -1; order: -1; }
    .order-lg-last { -ms-flex-order: 13; order: 13; }
  
    .order-lg-0 { -ms-flex-order: 0; order: 0; }
    .order-lg-1 { -ms-flex-order: 1; order: 1; }
    .order-lg-2 { -ms-flex-order: 2; order: 2; }
    .order-lg-3 { -ms-flex-order: 3; order: 3; }
    .order-lg-4 { -ms-flex-order: 4; order: 4; }
    .order-lg-5 { -ms-flex-order: 5; order: 5; }
    .order-lg-6 { -ms-flex-order: 6; order: 6; }
    .order-lg-7 { -ms-flex-order: 7; order: 7;}
    .order-lg-8 { -ms-flex-order: 8;order: 8;}
    .order-lg-9 { -ms-flex-order: 9; order: 9; }
    .order-lg-10 { -ms-flex-order: 10; order: 10;}
    .order-lg-11 { -ms-flex-order: 11; order: 11;  }
    .order-lg-12 { -ms-flex-order: 12; order: 12; }
  
    .offset-lg-0 { margin-left: 0; }
    .offset-lg-1 { margin-left: 8.333333%; }
    .offset-lg-2 { margin-left: 16.666667%;  }
    .offset-lg-3 { margin-left: 25%; }
    .offset-lg-4 { margin-left: 33.333333%;  }
    .offset-lg-5 { margin-left: 41.666667%;  }
    .offset-lg-6 { margin-left: 50%; }
    .offset-lg-7 { margin-left: 58.333333%; }
    .offset-lg-8 { margin-left: 66.666667%; }
    .offset-lg-9 { margin-left: 75%; }
    .offset-lg-10 { margin-left: 83.333333%; }
    .offset-lg-11 { margin-left: 91.666667%;  }
    }

@media (min-width: 1200px) {
    .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
    
    .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;  }
    .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
    .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
      
    .order-xl-first { -ms-flex-order: -1; order: -1;}
    .order-xl-last { -ms-flex-order: 13; order: 13; }
      
    .order-xl-0 { -ms-flex-order: 0; order: 0; }
    .order-xl-1 { -ms-flex-order: 1; order: 1; }
    .order-xl-2 { -ms-flex-order: 2; order: 2; }
    .order-xl-3 { -ms-flex-order: 3; order: 3; }
    .order-xl-4 { -ms-flex-order: 4; order: 4; }
    .order-xl-5 { -ms-flex-order: 5; order: 5; }
    .order-xl-6 { -ms-flex-order: 6; order: 6; }
    .order-xl-7 { -ms-flex-order: 7; order: 7; }
    .order-xl-8 { -ms-flex-order: 8; order: 8; }
    .order-xl-9 { -ms-flex-order: 9; order: 9; }
    .order-xl-10 { -ms-flex-order: 10; order: 10; }
    .order-xl-11 { -ms-flex-order: 11; order: 11; }
    .order-xl-12 { -ms-flex-order: 12; order: 12; }
    
    .offset-xl-0 { margin-left: 0;  }
    .offset-xl-1 { margin-left: 8.333333%; }
    .offset-xl-2 { margin-left: 16.666667%; }
    .offset-xl-3 { margin-left: 25%; }
    .offset-xl-4 { margin-left: 33.333333%; }
    .offset-xl-5 { margin-left: 41.666667%; }
    .offset-xl-6 { margin-left: 50%; }
    .offset-xl-7 { margin-left: 58.333333%; }
    .offset-xl-8 { margin-left: 66.666667%; }
    .offset-xl-9 { margin-left: 75%; }
    .offset-xl-10 { margin-left: 83.333333%; }
    .offset-xl-11 { margin-left: 91.666667%; }
    }


/* Display
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.d-none {
    display: none !important }

.d-inline {
    display: inline !important }

.d-inline-block {
    display: inline-block !important }

.d-block {
    display: block !important }

.d-table {
    display: table !important }

.d-table-row {
    display: table-row !important}

.d-table-cell {
    display: table-cell !important }

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important }

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important }

@media (min-width:576px) {
    .d-sm-none {
        display: none !important }

    .d-sm-inline {
        display: inline !important }

    .d-sm-inline-block {
        display: inline-block !important }

    .d-sm-block {
        display: block !important }

    .d-sm-table {
        display: table !important }

    .d-sm-table-row {
        display: table-row !important }

    .d-sm-table-cell {
        display: table-cell !important }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important }
    }

@media (min-width:768px) {
    .d-md-none {
        display: none !important }

    .d-md-inline {
        display: inline !important }

    .d-md-inline-block {
        display: inline-block !important }

    .d-md-block {
        display: block !important }

    .d-md-table {
        display: table !important }

    .d-md-table-row {
        display: table-row !important }

    .d-md-table-cell {
        display: table-cell !important }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important }

    .d-lg-inline {
        display: inline !important }

    .d-lg-inline-block {
        display: inline-block !important }

    .d-lg-block {
        display: block !important }

    .d-lg-table {
        display: table !important }

    .d-lg-table-row {
        display: table-row !important }

    .d-lg-table-cell {
        display: table-cell !important }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important  }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important }
    }

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important }

    .d-xl-inline {
        display: inline !important  }

    .d-xl-inline-block {
        display: inline-block !important }

    .d-xl-block {
        display: block !important }

    .d-xl-table {
        display: table !important }

    .d-xl-table-row {
        display: table-row !important }

    .d-xl-table-cell {
        display: table-cell !important }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important }
    }

@media print {
    .d-print-none {
        display: none !important }

    .d-print-inline {
        display: inline !important }

    .d-print-inline-block {
        display: inline-block !important }

    .d-print-block {
        display: block !important }

    .d-print-table {
        display: table !important }

    .d-print-table-row {
        display: table-row !important }

    .d-print-table-cell {
        display: table-cell !important }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important}
    }


/* Embeds
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden }

.embed-responsive::before {
    display: block;
    content: "" }

.embed-responsive .embed-responsive-item, .embed-responsive embed,
.embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 }

.embed-responsive-21by9::before {
    padding-top: 42.857143% }

.embed-responsive-16by9::before {
    padding-top: 56.25% }

.embed-responsive-4by3::before {
    padding-top: 75% }

.embed-responsive-1by1::before {
    padding-top: 100% }
 
    
/* FLEX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important }

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important }

.float-left { float: left !important; }
.float-right { float: right !important; }
.float-none {  float: none !important; }

@media (min-width: 576px) {
    .float-sm-left { float: left !important; }
    .float-sm-right { float: right !important; }
    .float-sm-none { float: none !important; }
    }

@media (min-width: 768px) {
    .float-md-left { float: left !important; }
    .float-md-right { float: right !important; }
    .float-md-none { float: none !important; }
    }

@media (min-width: 992px) {
    .float-lg-left { float: left !important; }
    .float-lg-right { float: right !important; }
    .float-lg-none {  float: none !important; }
    }

@media (min-width: 1200px) {
    .float-xl-left { float: left !important; }
    .float-xl-right { float: right !important; }
    .float-xl-none { float: none !important; }
    }

.position-static {
    position: static !important;}

.position-relative {
    position: relative !important;}

.position-absolute {
    position: absolute !important;}

.position-fixed {
    position: fixed !important;}

.position-sticky {
    position: sticky !important;}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;}
    }

/* Sizing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important;}
.w-100 { width: 100% !important; }
.w-auto { width: auto !important; }

.h-300 { min-height:300px !important; }
.h-400 { min-height:400px !important; }
.h-500 { min-height:500px !important; }
.h-600 { min-height:600px !important; }


/* Padding and margins
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.m-0 { margin: 0 !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-20 { margin: 20px !important; }
.m-40 { margin: 40px !important; }
.m-60 { margin: 60px !important; }

.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-80 { margin-top: 80px !important; }

.mt-n1 { margin-top: -1px !important; }
.mt-n5 { margin-top: -5px !important; }
.mt-n10 { margin-top: -10px !important; }
.mt-n20 { margin-top: -20px !important; }
.mt-n40 { margin-top: -40px !important; }
.mt-n60 { margin-top: -60px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-60 { margin-bottom: 60px !important; }

.mb-n5 { margin-bottom: -5px !important; }
.mb-n10 { margin-bottom: -10px !important; }
.mb-n20 { margin-bottom: -20px !important; }
.mb-n40 { margin-bottom: -40px !important; }
.mb-n60 { margin-bottom: -60px !important; }

.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-60 { margin-left: 60px !important; }

.ml-n2 { margin-left: -2px !important; }
.ml-n5 { margin-left: -5px !important; }
.ml-n10 { margin-left: -10px !important; }
.ml-n20 { margin-left: -20px !important; }
.ml-n40 { margin-left: -40px !important; }
.ml-n60 { margin-left: -60px !important; }

.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-60 { margin-right: 60px !important; }

.mr-n2 { margin-right: -2px !important; }
.mr-n5 { margin-right: -5px !important; }
.mr-n10 { margin-right: -10px !important; }
.mr-n20 { margin-right: -20px !important; }
.mr-n40 { margin-right: -40px !important; }
.mr-n60 { margin-right: -60px !important; }

.p-0 { padding: 0 !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-20 { padding: 20px !important; }
.p-40 { padding: 40px !important; }
.p-60 { padding: 60px !important; }
.p-80 { padding: 80px !important; }

.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-100 { padding-top: 100px !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-80 { padding-bottom: 80px !important; }

.pl-0 { padding-left: 0 !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-60 { padding-left: 60px !important; }

.pr-0 { padding-right: 0 !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-60 { padding-right: 60px !important; }

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0); }
    

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

table {
    border-collapse: collapse;
    text-align:left}
    
th {
    font-family: 'CorporativeSans-Bold';
    font-weight: normal; }    

.table {
    width: 100%;
    color: #212529; }

.table th,
.table td {
    padding: 15px 15px 15px 20px;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc; }

.table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
    padding: 10px 10px 10px 15px; }

.table-bordered {
    border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff; }

.table-hover .table-primary:hover {
    background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e; }

.table-hover .table-success:hover {
    background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda; }

.table-hover .table-info:hover {
    background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e; }

.table-hover .table-warning:hover {
    background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e; }

.table-hover .table-danger:hover {
    background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc; }

.table-hover .table-light:hover {
    background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c; }

.table-hover .table-dark:hover {
    background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55; }

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }

.table-dark {
    color: #fff;
    background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55; }

.table-dark.table-bordered {
    border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
        border: 0;}
    }

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
        border: 0;}
    }

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
        border: 0; }
    }

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
       -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
        border: 0; }
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
    border: 0; }

.align-baseline { vertical-align: baseline !important;}
.align-top { vertical-align: top !important;}
.align-middle {  vertical-align: middle !important;}
.align-bottom { vertical-align: bottom !important;}
.align-text-bottom { vertical-align: text-bottom !important;}
.align-text-top { vertical-align: text-top !important;}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;  }
    }

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #81bc00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #dcecb8;}

.form-control::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;}

.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;}

.form-control:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;}

.form-control::-ms-input-placeholder {
    color: #ccc;
    opacity: 1;}

.form-control::placeholder {
    color: #ccc;
    opacity: 1;}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;}

.col-form-label {
    font-family: 'CorporativeSansCnd-Medium';
    margin-bottom: 8px;
    display: block;
    font-size: 1.15em;
    line-height: 1.2;}

.col-form-label-lg {
    font-family: 'CorporativeSansCnd-Medium';
    margin-bottom: 8px;
    display: block;
    font-size: 1.25em;
    line-height: 1.5;}

.col-form-label-sm {
    font-family: 'CorporativeSansCnd-Medium';
    margin-bottom: 8px;
    display: block;
    font-size: 0.875em;
    line-height: 1.5;}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875em;
    line-height: 1.5;
    border-radius: 0.2rem;}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25em;
    line-height: 1.5;
    border-radius: 0.3rem;}
    
.error {
    font-family: 'CorporativeSans-Bold';
    font-size: 1em;
    padding: 5px 0 10px 0;
    color: #dc3545; }    

select.form-control[size], select.form-control[multiple] {
    height: auto;}

textarea.form-control {
    height: auto;}

.form-group {
    margin-bottom: 1rem;}

.form-text {
    display: block;
    margin-top: 0.25rem;}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;}

.form-check-label {
    margin-bottom: 0;}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
    display: block;}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
    display: block;}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center; }

.form-inline .form-check {
    width: 100%; }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0; }
  
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0; }
    
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
        
    .form-inline .form-control-plaintext {
        display: inline-block; }
  
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto; }
    
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0; }
    
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
  
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
  
    .form-inline .custom-control-label {
        margin-bottom: 0;}
    }


 /* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */   
    
.btn {
    display: inline-block;
    font-family: 'Gotham-Black';
    font-size: 0.9em;
    color: #e30613;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 7px 15px 5px 15px;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
    .btn { transition: none; }
    }

.btn:hover {
    color: #212529;
    text-decoration: none; }

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }   
    
.btn-primary {
    color: #e30613;
    border: 2px solid #ccc; }

.btn-primary:hover {
    color: #fff;
    background-color: #81bc00;
    border-color: #81bc00; }

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
    
.btn-white {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);  }

.btn-white:hover {
    color: #e30613;
    background-color: #fff;
    border-color: #fff; }

.btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 12px 3px 12px;
    font-size: 0.75em;
    line-height: 1.5;
    border-radius: 0.2rem; }
  
.btn-lg, .btn-group-lg > .btn {
    font-family: 'Gotham-Black';
    padding: 10px 20px 12px 20px;
    font-size: 1.25em;
    line-height: 1.5;
    border-radius: 5px; }
  
.btn-block {
    display: block;
    width: 100%; }    
    
    
    
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */      

ul.lined-list {
    list-style: none;
    padding: 0;
    position: relative;
    display: block !important;
    flex-direction: none !important;
    flex-wrap: none !important;}

ul.lined-list li {
    padding: 7px 0 7px 0;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    margin: 0;}

.lined-list li:first-child { border-top: 1px solid #ccc; }

ul.plus-list {	
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
  
.plus-list li {
    margin: 0;
    padding: 3px 0 3px 20px; }
    
.text-xl.plus-list li {
	  font-family: 'Gotham-Thin';
	  line-height: 1.35;
	  padding: 6px 0 6px 30px; }

.plus-list li:before {	
    font-family: 'Gotham-Book';
    position: absolute;
    content: "+";
    left: 0;
    color: #e30613; }
    
.services .plus-list li a { color: #999; }
.services .plus-list li a:hover { color: #fff; }    
    
ul.minus-list {	
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
  
.minus-list li {
    margin: 0;
    padding: 3px 0 3px 20px; }

.minus-list li:before {	
    font-family: 'CorporativeSans-Bold';
    position: absolute;
    content: "-";
    left: 0;
    color: #e30613; }	 
    
ul.ellipsis-list {	
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
  
.ellipsis-list li {
    margin: 0;
    padding: 3px 0 3px 18px; }

.ellipsis-list li:before {	
    font-family: 'CorporativeSans-Bold';
    position: absolute;
    content: "…";
    left: 0;
    color: #e30613; }	      


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  
.header-wrapper {
    display:block;
    background-color: #fff;
    height: 86px;
    width:100%; }
    
.logo-type {
    background-image: url("/_images/_common/c_logo-type_002.png");
    background-repeat: no-repeat;
    background-size: 150px 66px;
    height: 0;
    width: 150px;
    overflow: hidden;
    padding-top: 66px;
    display: block;
    float: left;
    position: relative;
    margin: 10px 0 10px -1px; }
  
.logo {
    background-image: url("/_images/_common/c_logo.png");
    background-repeat: no-repeat;
    background-size: 70px 70px;
    height: 0;
    width: 70px;
    overflow: hidden;
    padding-top: 70px;
    display: block;
    float: left;
    position: absolute;
    top: 70px;
    left: 17px; 
    z-index: 1000; }
    
    
/* Main Nav and Responsive Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.responsive-menu { 
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 0.5;
    height: 30px;
    width: 30px;
    position: absolute;
    -webkit-transition: all 180ms ease-in;
    -o-transition: all 180ms ease-in;
    transition: all 180ms ease-in; }

.responsive-menu:hover { opacity: 1; }

@media (max-width:899px) { 
#nav { display:none; }
    }

@media (min-width:900px) { 
.responsive-menu { display:none; }
    }

.responsive-menu-btn {
    background-image: url("../_images/_common/c_menu-resp-open.gif");
    background-repeat: no-repeat;
    background-size: contain;
    height: 0px;
    width: 30px;
    overflow: hidden;
    padding: 30px 0 0 0;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer; 
    margin: 0;
    top: 30px; 
    right: 0;  }

nav.pushy .site-overlay {
    background-image: url("/_images/_common/c_menu-resp-close.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer; 
    position: absolute;
    top: 20px;
    left: 20px;}

#nav { float:right; }


/* Main Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#globalheader { margin: 0; padding: 0; display: block;}	

#globalnav { 
    padding: 0; 
    margin: 50px 0 0 0; 
    float: right;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }

#globalnav li { 
    display: inline-block; 
    list-style-type: none;
    margin: 0;
    padding:0; }

/* BUTTONS */

#globalnav li#gn-home a,
#globalnav li#gn-work a,
#globalnav li#gn-services a,
#globalnav li#gn-innovation a,
#globalnav li#gn-about a,
#globalnav li#gn-covid a,
#globalnav li#gn-news a,
#globalnav li#gn-contact a {
    font-family: 'Gotham-Black';
    font-size: 16px;
    line-height:16px;
    letter-spacing: -0.01em;
    color: #999;
    text-transform: uppercase;
    text-decoration:none;
    margin: 0 0 0 10px;
    padding: 0;
    display: block;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }

/* OVER STATES */
#globalnav li#gn-home a:hover,
#globalnav li#gn-work a:hover, 
#globalnav li#gn-services a:hover,
#globalnav li#gn-innovation a:hover,
#globalnav li#gn-covid a:hover,
#globalnav li#gn-about a:hover,
#globalnav li#gn-news a:hover,
#globalnav li#gn-contact a:hover  {
    color: #222;
    text-decoration:none;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }
	
/* ON STATES */
#globalheader.home #globalnav li#gn-home a,
#globalheader.work #globalnav li#gn-work a, 
#globalheader.services #globalnav li#gn-services a, 
#globalheader.innovation #globalnav li#gn-innovation a, 
#globalheader.covid #globalnav li#gn-covid a, 
#globalheader.about #globalnav li#gn-about a, 
#globalheader.news #globalnav li#gn-news a, 
#globalheader.contact #globalnav li#gn-contact a {
    color: #9e1914;
    text-decoration:none;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out}

/* PRESSED STATES */
#globalnav li#gn-home a:active,
#globalnav li#gn-work a:active,
#globalnav li#gn-services a:active,
#globalnav li#gn-innovation a:active,
#globalnav li#gn-covid a:active,
#globalnav li#gn-about a:active,
#globalnav li#gn-news a:active,
#globalnav li#gn-contact a:active  {
    color:#193e1d;
    text-decoration:none;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out }	    
    
    
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */    
    
footer p.telephone:before { 	
    content: 'Telephone:';
    font-family: 'Gotham-Bold';
    color:#555;
    width:80px;
    display: block;
    float:left }  
    
footer p.email:before { 	
    content: 'Email:';
    font-family: 'Gotham-Bold';
    color:#555;
    width:80px;
    display: block;
    float:left }    
    
footer p a {
    font-family: 'Gotham-Book';
    color: #999; }
    
footer p a:hover {
    color: #222; }    
    
ul#footernav { 
    padding: 0; 
    margin: 10px 0 0 0; 
    float: left;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }

#footernav li { 
    display: inline-block; 
    list-style-type: none;
    margin: 0;
    padding:0; }
    
#footernav li a {
    font-family: 'Gotham-Bold';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #999;
    text-transform: uppercase;
    text-decoration:none;
    margin: 0 15px 0 0;
    padding: 0;
    display: block;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }
    
#footernav li a:hover {
    color: #222; }
    
    
/* Home
–––––––––––––––––––––––––––––––––––––––––––––––––– */   
    
.home-hero {
    position: relative;
    background-color: #000;
    width: 100%;
    overflow: hidden; }

.home-hero video {
    position: absolute;
    top: 55%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.home-hero .container {
    position: relative;
    z-index: 2; }

.home-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.35;
    z-index: 1; }

.home-banner-text {
    font-family: 'Gotham-Black';
    font-size: 4em;
    line-height: 1.3;
    letter-spacing: -0.025em;
    color: #fff;
    text-align: center;
    z-index: 3;
    padding: 0 30px 0 30px;
    position: relative;
    text-transform: uppercase;}    
    
.home-logos {
    display: inline-block; 
    margin: 20px;}

@media (max-width:320px) { 
    .home-hero { height: 350px; }
    .home-logos { width: 30%; margin:1%; }
    .home-banner-text { font-size: 2.5em; }
    }

@media (min-width:321px) and (max-width:480px) { 
    .home-hero { height: 400px; }
    .home-logos { width: 20%; margin:2%; }
    .home-banner-text { font-size: 2.5em; }
    }

@media (min-width:481px) and (max-width:768px) { 
    .home-hero { height: 450px; }
    .home-logos { width: 14%; margin:2%; }
    .home-banner-text { font-size: 3em; }
    }

@media (min-width:769px) and (max-width:1024px) { 
    .home-hero { height: 550px; }
    .home-logos { width: 12%; margin:2%  }
    .home-banner-text { font-size: 3em; }
    }

@media (min-width:1025px) and (max-width:1279px) { 
    .home-hero { height: 600px; }
    .home-logos { width: 12%; margin:2%  }
    }

@media (min-width:1280px) { 
    .home-hero { height: 650px; }
    .home-logos { width: 9%; margin:2%  }
    }

.home-work-image-container-100,
.home-work-image-container-10,
.home-work-image-container-05 { 
    float: left;
    margin: 10px;
    background-color:#ccc;
    overflow: hidden;
    position: relative; }    

.home-work-image { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background-position: center;
    background-size: cover; }
    
.home-work-gradient:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url("/_images/home/img_bg_shad-overlay_001.png");
    background-size: 20% 100%; }
    
.home-work-image h6 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #ccc;
    z-index: 100;
    font-size:1.1em;
    margin-bottom:0;
    border-left: 3px solid #9e1914;
    padding-left: 10px;
    height: 45px; }    
    
@media (max-width:900px) { 
    .home-work-image-container-100 { width: calc(100% - 20px); padding-top: 66%; }
    .home-work-image-container-10 { width: calc(100% - 20px); padding-top: 66%; }
    .home-work-image-container-05 { width: calc(50% - 20px); padding-top: 66%; }  
    }     
    
@media (min-width:900px) { 
    .home-work-image-container-100 { width: calc(100% - 20px); }
    .home-work-image-container-10 { width: calc(50% - 20px); }
    .home-work-image-container-05 { width: calc(25% - 20px); }  
    }     
    
@media (min-width:900px) and (max-width:1999px) { 
    .home-work-image-container-100 { height: 520px;}    
    .home-work-image-container-10,
    .home-work-image-container-05 { height: 260px;}  
    }  
    
@media (min-width:1000px) and (max-width:1099px) { 
    .home-work-image-container-100 { height: 600px;}    
    .home-work-image-container-10,
    .home-work-image-container-05 { height: 293px;}  
    }   
        
@media (min-width:1100px) and (max-width:1199px) { 
    .home-work-image-container-100 { height: 600px;}    
    .home-work-image-container-10,
    .home-work-image-container-05 { height: 307px;}  
    }   
	
@media (min-width:1200px) and (max-width:1279px) { 
    .home-work-image-container-100 { height: 720px;}    
    .home-work-image-container-10,
    .home-work-image-container-05 { height: 360px;}  
    }		
	
@media (min-width:1280px) { 
    .home-work-image-container-100 { height: 800px;}    
    .home-work-image-container-10,
    .home-work-image-container-05 { height: 393px;}  
    }
    
@media (min-width:1600px) {     
    .home-work-image-container-100 { height: 1000px;}    
    .home-work-image-container-10,
    .home-work-image-container-05 { height: 493px;}      
    }    
    
@media (min-width:1800px) {     
    .home-work-image-container-100 { height: 1100px;}    
    .home-work-image-container-10,
    .home-work-image-container-05 { height: 560px;}    
    }
    
    
/* Maplace
---------------------------------------------- */
    
.gmap {
  	height: 550px;
  	font-size: 100%;
  	position:relative;
  	margin:0;}
	
.gmap h4 {
  	margin: 3px 0 5px 0;
  	width: 280px;
  	font-size: 16px; 
  	line-height:18px;}
	
.gmap p {
  	line-height: 18px;
  	margin:0 0 10px 0;
  	width: 280px}
	
.gmap p a { font-family: 'Gotham-Book'; font-weight:normal; }	

.gmap p:last-child { margin-bottom: 0; }
		
.canvas_map {
  	width: 100% !important;
  	height: 100% !important;
  	float:left; }

.gmap img, .gmap object, .gmap embed { 
    max-width: none; 
	  height: 100%; }

.gmap *,.gmap *:before,.gmap *:after{
  	-webkit-box-sizing:content-box;
  	-moz-box-sizing:content-box;
  	box-sizing:content-box;}

.gmap + .gmap {
	  margin: 5px 0;}
	
/* --- */

#controls {
  	margin-bottom: 20px;
  	float: left;
  	width: 210px;
  	display:block;}

#controls .ullist {
  	margin: 0px; 
  	padding: 0px; 
  	list-style-type: none; }
		
/* Examples
----------------------------------------- */

.gmap * {
	  font-size: 99%;}

.ullist {
	  width: 100%;}

.tab-content {
	  margin: 0 0 20px;}

.menu .ullist li {
  	width: 49%;
  	float: left;
  	margin-right: 1%;}

.menu .ullist li.active a,
.menu .ullist li a:hover {
  	color: #000 !important;
  	background-color: #f2f2f2 !important;}

.ullist li  {
	  border-bottom: 1px solid #eee;}
	
.ullist li.active a {
	  font-weight: normal;}

.ullist li.active a,
.ullist li a:hover {
  	color:#000 !important;
  	background-color: #f2f2f2 !important;}

.ullist li:last-child {
    border-bottom: none;}

    
/* Contact Us
–––––––––––––––––––––––––––––––––––––––––––––––––– */    
    
.contact p { color: #444;}    
    
.contact article p a { font-family: 'Gotham-Book'; color: #ccc; }  

.contact article p a:hover { color: #fff; }    
    
.contact h1:before, 
.contact h6:before, 
.contact .contact-details p:before {
    content: '';
    display: block;
    width: 30px;
    border-top: 3px solid #fff;
    padding-top: 20px; }
    
.contact h1 {
    font-family: 'Gotham-Bold';
    font-size: 1.25em;
    text-transform: none; }    
    
.contact .contact-details .row .col-sm-6 p:after {    
    content: '';
    display: block;
    width: 30px;
    border-bottom: 3px solid #fff;
    padding-bottom: 20px; }    
    
.text-call-us {
    font-family: 'Gotham-Thin';
    font-size: 5em;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    margin-left: -8px; }    


@media (max-width:575px) { 
    .contact .contact-details .row .col-sm-6:nth-child(2) p:before {
        border-top: none;
        padding-top: 0; }
    } 
    
    
/* Services
–––––––––––––––––––––––––––––––––––––––––––––––––– */        
    
.services h1:before {
    content: '';
    display: block;
    width: 30px;
    border-top: 3px solid #9e1914;
    padding-top: 20px; }    
   
.bg-lightboxes {
    background-image: url("/_images/temp_001.jpg"); 
    background-size: cover; }
 
p.lightboxes {
    background-image: url("/_images/_common/ico_tick_001.gif"); 
    background-size: 30px 30px;
    background-repeat:no-repeat;
    background-position: 0 5px;
    padding-left:50px;
    font-size: 0.9em; } 
    
.back-services-btn a {
    color: #999;
    font-family: 'Gotham-Bold'; 
    font-size: 0.75em;
    text-transform: uppercase;}

.back-services-btn a:hover {
    color: #333;}
    
#scroller img {
    height: 500px;
    width: auto;
    margin:10px; }
    
.services-list {}    
 
 
/* Work
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.work h1:before {
    content: '';
    display: block;
    width: 30px;
    border-top: 3px solid #9e1914;
    padding-top: 20px;}
 
 .work p {
   font-family: 'Gotham-Thin'; }
   
   
/* Privacy Policy
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.privacy-policy h1:before {
    content: '';
    display: block;
    width: 30px;
    border-top: 3px solid #9e1914;
    padding-top: 20px;}   
 
 
/* Covid
–––––––––––––––––––––––––––––––––––––––––––––––––– */        
    
.covid h1:before {
    content: '';
    display: block;
    width: 30px;
    border-top: 3px solid #9e1914;
    padding-top: 20px; }  
 
.covid .bg-primary p.text-white a { color: #fff; padding-bottom: 2px; border-bottom: 1px dotted #fff; }
.covid .bg-primary p.text-white a:hover { color: #000; }
 

/* Dispenser
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.home-hero-dispenser {
    background-image: url("/_images/covid/bnr_covid_bg_001.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    height: calc(100vh - 50px); }
    
.home-hero-dispenser .container {
    height: calc(100vh - 50px); }
    
.home-hero-dispenser table {
    height: 100%;
    width: 50%;
    margin-left: 50%; }
    
.home-hero-dispenser-img img {
    border: 1px solid #9e1914;
    width: 190px;}    
    
@media (max-width:1024px) {
  .home-hero-dispenser table {
    height: 100%;
    width: 100%;
    margin-left: 0; }
    
.home-hero-dispenser-img {
    display:none; }
  }

@media (min-width: 1025px) {
  .home-hero-dispenser table {
    height: 100%;
    width: 50%;
    margin-left: 50%; }
    
.home-hero-dispenser-img {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    margin-top: -88px;
    margin-left: -240px; }    
  }
    
.home-hero-dispenser-sub-title {
    font-family: 'Gotham-Black';
    color: #fff;
    text-transform: uppercase;
    font-size: 1.75em;
    margin-bottom: 0;
    line-height:1; }

.home-hero-dispenser-title {
    font-family: 'Gotham-Ultra';
    color: #fff;
    font-size: 4.5em;
    line-height:1;
    margin-bottom: 30px;}

.home-hero-dispenser-copy {
    font-family: 'Gotham-Bold';
    color: #ddd;
    font-size: 1.25em;
    margin-bottom: 40px; }

.sanistation h6 {
    font-family: 'Gotham-Bold';
    font-size: 1.25em;
    text-transform: none; }
    
.sanistation h6:before {
    content: '';
    display: block;
    width: 30px;
    border-top: 3px solid #9e1914;
    padding-top: 20px; }  
 
.sanistation .bg-primary p.text-white a { color: #fff; padding-bottom: 2px; border-bottom: 1px dotted #fff; }
.sanistation .bg-primary p.text-white a:hover { color: #000; }

    
/* Responsive Layout 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width:320px) { 
    body {font-size:70%}
    .container { width: 100%; }
    }
	
@media (min-width:321px) and (max-width:480px) {
    body {font-size:80%}
    .container { width: 100%; }
    }

@media (min-width:481px) and (max-width:767px) { 
    body {font-size:90%}
    .container { width: 100%; }
     }

@media (min-width:768px) and (max-width:991px) { 
    body {font-size:100%}
    .container { width: 100%; }
    }
    
@media (min-width:992px) and (max-width:1024px) { 
    body {font-size:100%}
    .container { width: 100%; }
    }    
	
@media (min-width:1025px) and (max-width:1279px) { 
    body { font-size:100%; }
    .container { width: 100%; }
    }		
	
@media (min-width:1280px) { 
    body {font-size:102%}
    .container { width: 1260px; }
    }
    
@media (min-width:1600px) { 
    body {font-size:102%}
    .container { width: 1560px; }
    }    
    
@media (min-width:1800px) { 
    .container { width: 1760px; }
    }    
        