/* 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: 'CoreRhino'; }

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

h1, .h1 { font-family: 'CoreRhino25Thin'; font-size: 3.5em; margin-left: -4px; letter-spacing: -0.025em;}
h2, .h2 { font-family: 'CoreRhino35Light'; font-size: 3em; margin-left: -2px; letter-spacing: -0.025em;}
h3, .h3 { font-family: 'CoreRhino75Heavy'; font-size: 2.5em; margin-left: -1px; letter-spacing: -0.015em;}
h4, .h4 { font-family: 'CoreRhino75Heavy'; font-size: 1.8em; margin-left: -1px;  }
h5, .h5 { font-family: 'CoreRhino75Heavy'; font-size: 1.2em; line-height: 1.25; letter-spacing: -0.015em;  }
h6, .h6 { font-family: 'CoreRhino75Heavy'; font-size: 0.8em; text-transform:uppercase; letter-spacing: -0.015em;}

.display-1 {
    font-family: 'CoreRhino'; 
    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: #7e030d;
    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; }
    
a.light-link {
    color: #fff; }

a.light-link:hover {
    color: #d7b13a; }  

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

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: 'CoreRhino'; }

dd {
    margin-bottom: .5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }    

p a, 
li a, 
p b,
p strong,
.small strong { 
    font-family: 'CoreRhino';  
    font-weight: bold; 
    letter-spacing: -0.025em; }    

.smaller { 
    font-size: 60%;
    line-height:1.5em; }

.text-sm { 
    font-size: 80%;
    line-height:1.5em; }
    
.text-md { 
    font-size: 110%;
    line-height:1.5em; }    

.text-lg { 
    font-size: 130%;
    line-height:1.5em; }   

.text-xl { 
    font-size: 160%;
    line-height:1.5em; }

.text-xxl { 
    font-size: 200%;
    line-height:1.5em; }      

.lead {
    font-family: 'CoreRhino35Light';
    font-size:1.35em; 
    line-height:1.5em; 
    margin-top: 0;
    margin-bottom: 1em;}

.quote-primary {
    font-family: 'Boston-Regular';
    font-size:1.25em; 
    line-height:1.35em; 
    margin-top: 0;
    margin-bottom: 1em; }    

.lead strong { 
    font-family: 'CoreRhino';  
    font-weight: bold; }  

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-caps { text-transform: uppercase;}
.text-heavy { font-family: 'CoreRhino75Heavy' } 

.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; }    

.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;}
    
.strike-center {
    position: relative;
    white-space: nowrap; }

.strike-center:after {
    border-top: 6px solid rgba(166,3,100,.6) ;
    position: absolute;
    content: "";
    right: -3px;
    top: 20%;
    left: -3px;
    -ms-transform: rotate(-10deg); /* IE 9 */
    transform: rotate(-10deg); /* Standard syntax */}    
    

/* Colours
----------------------------------------------------------- */

.text-primary { color: #7e030d !important; }
.text-secondary { color: #d7b13a !important; }
.text-light { color: #999 !important; }
.text-dark { color: #222 !important; }
.text-body { color: #555 !important; }
.text-muted { color: #6c757d !important; }
.text-white { color: #fff !important; }
.text-off-white { color: #f2f2f2 !important; }
.text-ccc { color: #ccc !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: #7e030d !important; }
.bg-primary-dark-gradient {
    background: rgb(71,1,43);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(71,1,43,1)), color-stop(0.8, rgba(166,3,100,1)), to(rgba(166,3,100,1)));
    background: -webkit-linear-gradient(rgba(71,1,43,1) 0%, rgba(166,3,100,1) 80%, rgba(166,3,100,1) 100%);
    background: -moz-linear-gradient(rgba(71,1,43,1) 0%, rgba(166,3,100,1) 80%, rgba(166,3,100,1) 100%);
    background: -o-linear-gradient(rgba(71,1,43,1) 0%, rgba(166,3,100,1) 80%, rgba(166,3,100,1) 100%);
    background: linear-gradient(rgba(71,1,43,1) 0%, rgba(166,3,100,1) 80%, rgba(166,3,100,1) 100%);}
    
.bg-secondary { background-color: #f4e3e3 !important; }

.bg-off-white { background-color: #f9f9f9 !important; }
.bg-light { background-color: #f2f2f2 !important; }
.bg-grey { background-color: #e9e9e5 !important; }
.bg-222 { background-color: #222 !important; }
.bg-333 { background-color: #333 !important; }
.bg-444 { background-color: #444 !important; }
.bg-sand { background-color: #e6d9c9 !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 {
    max-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 #e2e2e2; }
.border-t-primary { border-top: 1px solid #a60364; }

.border-b-light { border-bottom: 1px solid #e2e2e2; }
.border-b-light { border-bottom: 1px solid #e2e2e2; }
.border-b-444 { border-bottom: 1px solid #444; }

.border-light { border: 1px solid #e2e2e2; }
.border-dark { border: 1px solid #666; }

.border-l-md-light { border-left: 1px solid #e2e2e2; }

@media (max-width: 768px) {
    .border-l-md-light { border-left: none }
    }

.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-circle {
    border-radius: 50%!important}

.rounded-0 {
    border-radius: 0!important}


/* Section Spacing
----------------------------------------------------------- */

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

.pad-t-xl { padding-top: 100px; }
.pad-b-xl { padding-bottom: 100px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-xl{ padding-top: 60px; }
    .pad-b-xl { padding-bottom: 60px; }
    }

.pad-t-lg { padding-top: 80px; }
.pad-b-lg { padding-bottom: 80px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-lg { padding-top: 45px; }
    .pad-b-lg { padding-bottom: 45px; }
    }    

.pad-t-md { padding-top: 60px; }
.pad-b-md { padding-bottom: 60px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-md { padding-top: 35px; }
    .pad-b-md { padding-bottom: 35px; }
    }

.pad-t-sm { padding-top: 40px; }
.pad-b-sm { padding-bottom: 40px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-sm { padding-top: 25px; }
    .pad-b-sm { padding-bottom: 25px; }
    }  

.pad-t-xs { padding-top: 20px; }
.pad-b-xs { padding-bottom: 20px; }
@media (min-width:240px) and (max-width:600px) {
    .pad-t-xs { padding-top: 15px; }
    .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-border-left {
    border-left: 1px solid #ccc;
    padding-left: 30px;
    margin-left: -20px; }    

.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-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-25 { height: 25% !important;}
.h-50 { height: 50% !important;}
.h-75 { height: 75% !important;}
.h-100 { height: 100% !important;}

.h-150 { height: 150px !important;}
.h-200 { height: 200px !important;}
.h-250 { height: 250px !important;}
.h-350 { height: 350px !important;}
.h-450 { height: 450px !important;}
.h-550 { height: 550px !important;}

@media (max-width: 767.98px) {
    .h-md-150 { height: 100px !important;}
    .h-md-200 { height: 150px !important;}
    .h-md-250 { height: 200px !important;}
    .h-md-350 { height: 250px !important;}
    .h-md-450 { height: 350px !important;}
    .h-md-550 { height: 550px !important;}
    }

.mw-100 { max-width: 100% !important;}
.mh-100 { max-height: 100% !important;}

.mw-50 { max-width: 50px !important; }
.mw-200 { max-width: 200px !important; }
.mw-300 { max-width: 300px !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-2 { margin-top: 2px !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-60 { margin-top: 60px !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-3 { margin-bottom: 3px !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-n20 { margin-left: -20px !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-n20 { margin-right: -20px !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; }

.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-60 { padding-top: 60px !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; }

.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; }

@media (min-width: 992px) {
  .pr-lg-40 { padding-right: 40px !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: 'Boston-Black';
    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 tbody {
    font-size: 1em;
    line-height: 1.5em;
    color: #555; }   
    
.table tbody strong {
    font-family: 'Boston-Bold'; 
    font-size: 0.85em; }

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

.table-bordered {
    border: 2px solid #eee; }

.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.025); }

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

.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; }


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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-family: 'Boston-Regular';
    font-weight: normal;
    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;}
    
#visit-form .form-control { 
    border:none; }
    
#visit-form .form-control {
    height: 50px;
    font-size: 1em !important; }
    
.form-date {
    background-image: url("/_images/_common/ico_calendar_001.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 20px 15px;
    padding-left: 45px !important; }    

@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 3px #a60364;}

.form-control::-webkit-input-placeholder {
    color: #999;
    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: 'Boston-Regular';
    margin-bottom: 8px;
    display: block;
    font-size: 1.15em;
    line-height: 1.2;}

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

.col-form-label-sm {
    font-family: 'Boston-Regular';
    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: 'Boston-SemiBold';
    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;}
    }


/* Custom Drop down
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.filterGroup {
    position: relative;
    display:block;
    padding:0;
    height: 50px;
    margin-bottom: 20px;
    border-radius: .3em;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */}

.filterGroup select.custom-dropdown {
    width:100%;
    height: 50px;
    margin:0;
    background:none;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Boston-Regular';
    font-size: 1em;
    font-weight: normal;
    color: #555;
    padding: .63em 1.9em .62em .8em;
    line-height:1.3;
    -webkit-appearance: none;
    -moz-appearance: none;}

.filterGroup::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 8px;
    top: 50%;
    right: 1em;
    margin-top:-4px;
    background-image: url("/_images/_common/ico_select.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    visibility: visible;
    pointer-events:none; }

.filterGroup select.custom-dropdown:focus {
    outline:none;
    box-shadow: 0 0 1px 3px #a60364;
    background-color:transparent;
    color: #222;
    border:1px solid #aaa; }

.filterGroup option { font-weight:normal; }

x:-o-prefocus, .custom-dropdown::after { display:none; }    

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .filterGroup select.custom-dropdown::-ms-expand { display: none;}
    .filterGroup select.custom-dropdown:focus::-ms-value { background: transparent; color: #222;}
    }

    
/* Buttons
----------------------------------------------------------- */

.btn {
    display: inline-block;
    font-family: 'CoreRhino75Heavy';
    font-size: 0.9em;
    color: #7e030d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 2px solid transparent;
    padding: 8px 20px 6px 20px;
    line-height: 1.5;
    text-transform: uppercase;
    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: #a60364;
    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: #7e030d;
    border: 2px solid #ccc;}

.btn-bg-white {
    border-color: #a60364; 
    background-color: #fff !important;}
    
.btn-primary:hover {
    color: #fff;
    background-color: #7e030d !important;
    border-color: #7e030d; }
    
.btn-secondary {
    color: #d7b13a;
    border: 2px solid #999; }
    
.btn-secondary:hover {
    color: #fff;
    border: 2px solid #d7b13a;
    background-color: #d7b13a  !important;}
    
.btn-white {
    color: #a60364;
    border: 2px solid #999; }
    
.btn-white:hover {
    color: #fff;
    border: 2px solid #a60364;
    background-color: #a60364 !important; }

.btn-primary:focus, .btn-primary.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;}

.btn-lg, .btn-group-lg > .btn {
    font-family: 'CoreRhino75Heavy';
    padding: 10px 20px 8px 20px;
    font-size: 1.25em;
    line-height: 1.5;}

.btn-block {
    display: block;
    width: 100%; }    
    
.btn-close {
    background-image: url("/_images/_common/c_ico_close.gif");
    background-repeat: no-repeat;
    background-size: 30px 20px;
    background-position: right center ;
    padding-right: 40px;
    text-transform: capitalize; }
    

/* Lists
----------------------------------------------------------- */

ul.plain-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0 !important;
    position: relative;
    display: block !important;}

ul.plain-list li {
    padding: 7px 0 7px 0;
    display: block;
    width: 100%;
    margin: 0; }

.plain-list li:first-child { padding: 0 0 7px 0; }

ul.lined-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0 !important;
    position: relative;
    display: block !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; }

.plus-list li:before {	
    font-family: 'Boston-Bold';
    position: absolute;
    content: "+";
    left: 0;
    color: #a60364; }	
    
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: 'Boston-Bold';
    position: absolute;
    content: "-";
    left: 0;
    color: #a60364; }	 
    
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: 'Boston-Bold';
    position: absolute;
    content: "â€¦";
    left: 0;
    color: #a60364; }	
    
    
/* Header
----------------------------------------------------------- */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 1000;
    -webkit-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }
	
header.active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 180ms ease-out;
    -moz-transition: all 180ms ease-out;
    -o-transition: all 180ms ease-out;
    transition: all 180ms ease-out; }
    
@media (max-width:768px) { 
    header { height: 75px; }
    }
    
@media (min-width:769px) { 
    header.active { height: 90px; }  
    }
    
header.active .logotype {
    background-image: url("/_images/_common/lgo_sam_002.png");
    background-repeat: no-repeat;
    background-size: 150px 62px;
    height: 0;
    width: 150px;
    overflow: hidden;
    padding-top: 62px;
    display:block;
    float:left;
    position:relative;
    margin: 15px 0 10px -5px;
    -webkit-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }
 
header .logotype {
    background-image: url("/_images/_common/lgo_sam_001.png");
    background-repeat: no-repeat;
    background-size: 150px 62px;
    padding-top: 75px;
    width: 150px;
    height: 0;
    overflow: hidden;
    display:block;
    float:left;
    position:relative;
    margin: 15px 0 20px -5px;
    -webkit-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }
    
#globalheader.services header .logotype,
#globalheader.about header .logotype,
#globalheader.news header .logotype,
#globalheader.contact header .logotype {
    background-image: url("/_images/_common/lgo_sam_002.png"); }
    
@media (min-width:240px) and (max-width:768px) { 
    header.active .logotype,
    header .logotype { 
        background-size: 120px 49px;
        padding-top: 62px;
        width: 150px;
        margin: 15px 0 20px 0; }
    }
    
@media (min-width:769px) and (max-width:1024px) { 
    header.active .logotype,
    header .logotype { margin: 15px 0 20px 0; }
    }    

	
/* Main Nav and Responsive Nav
----------------------------------------------------------- */

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

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

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

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

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

.home header .responsive-menu-btn { background-image: url("/_images/_common/c_menu-resp-open-white.gif"); }
.home header.active .responsive-menu-btn { background-image: url("/_images/_common/c_menu-resp-open.gif"); }

.slide-nav-logo {
    background-image: url("/_images/_common/c_lgo_rtsp_white.png"); 
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    width: 120px;
    overflow: hidden;
    padding-top: 62px;
    display:block;
    position: fixed;
    left: 20px;
    bottom: 25px; }

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: 41px 0 0 0; 
    float: right;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }

header.active #globalnav { 
    padding: 0; 
    margin: 56px 0 0 0; 
    float: right;
    -webkit-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }

#globalnav  li { display: inline-block; list-style-type: none; line-height: 1.4; }

/* BUTTONS */

#globalnav li#gn-home a,
#globalnav li#gn-about a,
#globalnav li#gn-services a,
#globalnav li#gn-news a,
#globalnav li#gn-contact a {
    font-family: 'CoreRhino';
    font-weight: bold;
    font-size: 1.15em;
    line-height: 1.4;
    letter-spacing: -0.075em;
    color:#999;
    text-decoration:none;
    margin: 0 0 0 20px;
    padding-bottom: 5px;
    display: block;
    -webkit-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }
    
.home header #globalnav li#gn-home a,
.home header #globalnav li#gn-about a,
.home header #globalnav li#gn-services a,
.home header #globalnav li#gn-news a,
.home header #globalnav li#gn-contact a { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); }

.home header.active #globalnav li#gn-home a,
.home header.active #globalnav li#gn-about a,
.home header.active #globalnav li#gn-services a,
.home header.active #globalnav li#gn-news a,
.home header.active #globalnav li#gn-contact a { text-shadow: none; }

.about header #globalnav li#gn-home a,
.about header #globalnav li#gn-about a,
.about header #globalnav li#gn-services a,
.about header #globalnav li#gn-news a,
.about header #globalnav li#gn-contact a { color:#999; }

.contact header #globalnav li#gn-home a,
.contact header #globalnav li#gn-about a,
.contact header #globalnav li#gn-services a,
.contact header #globalnav li#gn-news a,
.contact header #globalnav li#gn-contact a { text-shadow: none; color:#999; }
	
	
/* OVER STATES */

#globalnav li#gn-home a:hover,
#globalnav li#gn-about a:hover,
#globalnav li#gn-services a:hover,
#globalnav li#gn-news a:hover,
#globalnav li#gn-contact a:hover  {
    color:#333;
    text-decoration:none;
    -webkit-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }

.home #globalnav li#gn-home a:hover,
.home #globalnav li#gn-about a:hover,
.home #globalnav li#gn-services a:hover,
.home #globalnav li#gn-news a:hover,
.home #globalnav li#gn-contact a:hover {
    color:#ccc; }

.about #globalnav li#gn-home a:hover,
.about #globalnav li#gn-about a:hover,
.about #globalnav li#gn-services a:hover,
.about #globalnav li#gn-news a:hover,
.about #globalnav li#gn-contact a:hover {
    color:#7e030e; }

.solutions #globalnav li#gn-home a:hover,
.solutions #globalnav li#gn-about a:hover,
.solutions #globalnav li#gn-services a:hover,
.solutions #globalnav li#gn-news a:hover,
.solutions #globalnav li#gn-contact a:hover {
    color:#fff; }

.blog #globalnav li#gn-home a:hover,
.blog #globalnav li#gn-about a:hover,
.blog #globalnav li#gn-services a:hover,
.blog #globalnav li#gn-news a:hover,
.blog #globalnav li#gn-contact a:hover {
    color: #fff; }

.blog-article #globalnav li#gn-home a:hover,
.blog-article #globalnav li#gn-about a:hover,
.blog-article #globalnav li#gn-services a:hover,
.blog-article #globalnav li#gn-news a:hover,
.blog-article #globalnav li#gn-contact a:hover {
    color: #000; }

.home header.active #globalnav li#gn-home a:hover,
.home header.active #globalnav li#gn-about a:hover,
.home header.active #globalnav li#gn-services a:hover,
.home header.active #globalnav li#gn-news a:hover,
.home header.active #globalnav li#gn-contact a:hover {
    color: #7e030e; }

.about header.active #globalnav li#gn-home a:hover,
.about header.active #globalnav li#gn-about a:hover,
.about header.active #globalnav li#gn-services a:hover,
.about header.active #globalnav li#gn-news a:hover,
.about header.active #globalnav li#gn-contact a:hover {
    color:#7e030e; }

.services header.active #globalnav li#gn-home a:hover,
.services header.active #globalnav li#gn-about a:hover,
.services header.active #globalnav li#gn-events a:hover,
.services header.active #globalnav li#gn-blog a:hover,
.services header.active #globalnav li#gn-contact a:hover {
    color:#000; }

.news header.active #globalnav li#gn-home a:hover,
.news header.active #globalnav li#gn-about a:hover,
.news header.active #globalnav li#gn-services a:hover,
.news header.active #globalnav li#gn-news a:hover,
.news header.active #globalnav li#gn-contact a:hover {
    color:#000; }
    
.contact #globalnav li#gn-home a:hover,
.contact #globalnav li#gn-about a:hover,
.contact #globalnav li#gn-services a:hover,
.contact #globalnav li#gn-news a:hover,
.contact #globalnav li#gn-contact a:hover {
    color:#7e030d; }  
    
.contact header.active #globalnav li#gn-home a:hover,
.contact header.active #globalnav li#gn-about a:hover,
.contact header.active #globalnav li#gn-services a:hover,
.contact header.active #globalnav li#gn-news a:hover,
.contact header.active #globalnav li#gn-contact a:hover {
    color:#222; }    
	
	
/* ON STATES */

#globalheader.home #globalnav li#gn-home a,
#globalheader.about #globalnav li#gn-about a, 
#globalheader.services #globalnav li#gn-services a, 
#globalheader.news #globalnav li#gn-news a, 
#globalheader.contact #globalnav li#gn-contact a {
    color: #fff;
    border-bottom: 3px solid #7e030e;
    text-decoration:none;
    -webkit-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out; }
    
#globalheader.home #globalnav li#gn-home a { color: #fff; }
#globalheader.about #globalnav li#gn-about a { color: #222; }
#globalheader.services #globalnav li#gn-services a { color: #222; }
#globalheader.news #globalnav li#gn-news a { color: #222; }
#globalheader.contact #globalnav li#gn-contact a { color: #7e030d; }
    
#globalheader.home header.active #globalnav li#gn-home a { color: #7e030e; }
#globalheader.about header.active #globalnav li#gn-about a { color: #222; }
#globalheader.services header.active #globalnav li#gn-services a { color: #7e030e; }
#globalheader.news header.active #globalnav li#gn-news a { color: #7e030e; }
#globalheader.contact header.active #globalnav li#gn-contact a { color: #7e030d; }


/* PRESSED STATES */

#globalnav li#gn-home a:active,
#globalnav li#gn-about a:active,
#globalnav li#gn-services a:active,
#globalnav li#gn-news a:active,
#globalnav li#gn-contact a:active {
    color:#333;
    text-decoration:none;
    -webkit-transition:all 180ms ease-out;
    -moz-transition:all 180ms ease-out;
    -o-transition:all 180ms ease-out;
    transition:all 180ms ease-out }	
    
.contact #globalnav li#gn-home a:active,
.contact #globalnav li#gn-about a:active,
.contact #globalnav li#gn-services a:active,
.contact #globalnav li#gn-news a:active,
.contact #globalnav li#gn-contact a:active { color:#333; }

    
/* Utility Menu
----------------------------------------------------------- */

ul.navbar-utility {  padding: 0; margin: 25px 0 0 0; text-align: right; }
header.active ul.navbar-utility {  margin: 15px 0 0 0; }

ul.navbar-utility,
header.active ul.navbar-utility {
    -webkit-transition: all 180ms ease-out;
    -moz-transition: all 180ms ease-out;
    -o-transition: all 180ms ease-out;
    transition: all 180ms ease-out; }

.navbar-utility li { 
    display: inline-block; 
    list-style-type: none; 
    margin: 0;  }
    
.navbar-utility li a { 
    font-family: 'CoreRhino75Heavy'; 
    font-weight: normal;
    font-size: 0.8em;
    color:#999; 
    letter-spacing: -0.05em;
    text-decoration: none; 
    padding: 8px 12px 6px 12px;
    border: 2px solid #7c040e;
    border-radius: 4px;
    margin: 0 0 0 10px; }

.home .navbar-utility a { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);  }
.home header.active .navbar-utility a { text-shadow: none; }

.navbar-utility a:hover { color:#000; text-decoration:none; border: 2px solid #fff; }
header.active .navbar-utility a:hover { color:#fff; text-decoration:none; border: 2px solid #7e030e; background-color:#7e030e; }

.home .navbar-utility a:hover,
.members .navbar-utility a:hover { color:#fff; text-decoration:none; }
	
#un-login { 
    background-image:url("/_images/_common/c_ico_lock_red.png"); 
    background-repeat:no-repeat; 
    background-size: 10px 15px; 
    background-position: 10px 5px; 
    text-transform: uppercase;
    padding-left: 25px;}	

#un-login:hover { 
    background-image:url("/_images/_common/c_ico_lock_white.png"); }
    
    
/* footer
----------------------------------------------------------- */

footer {
    background-color: #222;
    padding: 70px 0 70px 0;
    font-size: 0.8em; }
    
footer a,
footer p {
    color: #aaa; }

footer a:hover {
    color: #fff; }    
    
.footer-logo {
    background-image: url("/_images/_common/lgo_sam_001.png");
    background-repeat: no-repeat;
    background-size: 120px 49px;
    height: 0;
    width: 120px;
    overflow: hidden;
    padding-top: 49px;
    display:block;
    position:relative;
    margin: 0 0 20px 0;}    
    
.footer-copyright {
    border-top: 1px solid #333;
    margin-top: 50px;
    padding-top: 50px;} 
    
.footer-copyright p {
    font-family: 'CoreRhino75Heavy';
    letter-spacing: -0.05em;
    color: #666;
    font-size: 0.9em; } 
    
.footer-copyright p a {
    color: #666;
    border-bottom: 1px dotted #666;
    padding-bottom: 3px; 
    margin-left: 3px; }
    
.footer-copyright p a:hover {
    padding-bottom: 8px;
    color: #fff; }

@media (min-width:768px) {
    .footer-copyright .container .col-md-6:last-child p { text-align: right;} 
    } 


/* Home Page
----------------------------------------------------------- */

#hero .container {
    z-index: 10;
    display: block;
    position: relative; }

#hero {
    background-image: url("/_images/home/bg_home-hero_001.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: -1;
    display: block;
    height: 770px;
    position: relative; }
    
#hero .hero-curve {
    background-image: url("/_images/home/bg_home-hero-curve_001.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
    z-index: 3;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0; }
    
#hero .hero-hex {
    background-image: url("/_images/home/bg_home-hero-hex_002.png");
    background-repeat: no-repeat;
    background-size: 3000px 770px;
    background-position: center top;
    z-index: 4;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0; }    
    
#hero .hero-line {
    background-image: url("/_images/home/bg_home-hero-line_001.gif");
    background-repeat: no-repeat;
    background-size: 18px 768px;
    background-position: center top;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 20px;
    left: 0; }
    
@media (max-width: 990px) { 
    #hero .hero-line,
    #hero .hero-hex { display: none;}
    #hero { height: 700px; }
}    

#hero h1 {
    font-family: 'CoreRhino35Light';
    font-weight: normal;
    font-size: 3em;
    line-height: 1.2;
    letter-spacing: -0.075em;
    color:#fff;
    text-decoration:none;
    padding: 230px 40px 20px 0;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);}
    
#hero h1 strong {
    font-family: 'CoreRhino';
    font-weight: bold;
    color:#fff;}
    
#hero p.loud {
    font-family: 'CoreRhino';
    font-weight: normal;
    font-size: 1.05em;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #ccc; }
    
.btn-home-banner {
    font-family: 'CoreRhino75Heavy';
    font-weight: normal;
    font-size: 0.8em;
    color: #999;
    letter-spacing: -0.05em;
    text-decoration: none;
    padding: 8px 12px 6px 12px;
    border: 2px solid #7e030e;
    border-radius: 4px;
    margin: 0;}
    
.btn-home-banner:hover { 
    color:#fff; 
    text-decoration: none; 
    border: 2px solid #fff; 
    background-color:#009fe3; }
    
.home-services-container {
    display: inline-block;
    width: 240px;
    margin:10px;
    padding-top: 70px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center top;}
    
.home-services-container p {
    letter-spacing: -0.025em;
    font-size: 0.8em;
    color: #757575;
    font-family: 'CoreRhino55Medium'; }
    
.ico-servicing { background-image: url("/_images/home/ico_servicing_001.png"); }    
.ico-refurbished { background-image: url("/_images/home/ico_refurbished_001.png"); }    
.ico-purchases { background-image: url("/_images/home/ico_purchases_001.png"); }    
.ico-moves { background-image: url("/_images/home/ico_moves_001.png"); }    
.ico-servicing { background-image: url("/_images/home/ico_moves_001.png"); }    
.ico-installations { background-image: url("/_images/home/ico_installations_001.png"); }    
.ico-consumables { background-image: url("/_images/home/ico_consumables_001.png"); }    
.ico-calibration { background-image: url("/_images/home/ico_calibration_001.png"); }    
.ico-breakdowns { background-image: url("/_images/home/ico_breakdowns_001.png"); }    
.ico-after-sales { background-image: url("/_images/home/ico_after-sales_001.png"); }


/* 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;}




/* Responsive Layout 
----------------------------------------------------------- */

@media (max-width:320px) { 
    body {font-size:75%}
      .container { width: 100%; }
    }

@media (min-width:321px) and (max-width:480px) {
    body {font-size:85%}
      .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; }
    }    
  
