/*
Theme Name:     Clifford Street
Theme URI:      https://csta.com
Description:    Custom theme by the Mighty Ant for H:F
Author:         The Mighty Ant
Author URI:     https://themightyant.com
Version:        1.0.1

===========================
BRAND COLOURS:

#00243E		Navy
#DDD9D4		Beige BG
#9F9B96		Grey


===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 General CSS
04 Content blocks CSS
05 Page Template CSS
06 Media queries 

===========================

/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 01 SENSIBLE DEFAULTS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Starkers CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
*, *:before, *:after {box-sizing:inherit;}
body{margin:0}
a{color:blue}
li{list-style:none}
b,strong{font-weight:700}
i,em,dfn{font-style:italic}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
small{font-size:85%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
label{cursor:pointer}
input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal;overflow:visible}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
input[type=checkbox],input[type=radio]{box-sizing:border-box}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:vertical}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}

div,article,section,header,footer,nav,li { position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:""; visibility:hidden; font-size: 0; }
::-moz-selection 	{ background:#9F9B96; color:#333; }
::selection 		{ background:#9F9B96; color:#333; }

/* Wordpress defaults - previously img.alignright etc. */
.alignright { float: right; margin: 0 0 15px 15px; max-width: 50%; height: auto; }
.alignleft { float: left; margin: 0 15px 15px 0; max-width: 50%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 100%; height: auto; }  
.alignnone { margin: 10px 0; max-width: 100%; height: auto; }
.wp-caption-text { margin-bottom: 0; font-size: 14px; display: inline-block; }

/* Useful Classes */
.sprite { /*background-image: url('images/sprite.png');*/ background-repeat: no-repeat; text-indent: -9999px; display: inline-block; position: relative; }
.responsive { width: 100%; }
.mobile { display: none; }
.desktop { display: block; }
.display-none { display: none }
.inline-block { display: inline-block; }
.centered { margin: 0 auto; }
.v-align { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.v-align::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.35em; }
.v-align span { display: inline-block; text-align: center; width: auto; padding: 10px; vertical-align: middle; }
.flex-direction-nav li { position: inherit; }
.js-button, .js-button:hover, .js-button:active, .js-button:focus { outline: none; }
.print { display: none; }
.layout { background-color: hsla(0, 50%, 50%, 0.5); }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:0; height:auto;	} 
.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Animation and filters */
.animate-all, .menu-item a { 
    -webkit-transition: all 300ms; 
            transition: all 300ms; 
}
.animate-all-slow { 
    -webkit-transition: all 600ms; 
            transition: all 600ms; 
}

.no-touchevents .img-link:hover img,
.img-link:focus img, 
.img-link:active img {
    -webkit-filter: saturate(110%) contrast(110%) brightness(105%);
            filter: saturate(110%) contrast(110%) brightness(105%);  
}

.button,
.button:link,
.button:active { 
    background: transparent; 
    color: #00243E; 
    border: 2px solid #00243E; 
    padding: 9px 15px; 
    min-width: 210px;
    text-transform: uppercase;
    display: inline-block; 
    text-decoration: none;  
}
.button:hover,
.button:active,
.button:focus { 
    background: #00243E; 
    color: #fff;
}


/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 02 TYPOGRAPHY ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* WEBFONTS 
font-family: 'freight-big-pro', serif;
font-weight: 700;
font-style: normal;

font-family: 'proxima-nova', sans-serif;
font-weight: 500, 500 italic, 700;
font-style: normal;
*/

body, input, textarea { 
    color: #00243E;
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.286;
}

h1, .h1,
h2, .h2 { 
    font-family: 'freight-big-pro', serif;
	font-size: 36px;
    font-weight: 700;
    font-style: normal;
	line-height: 1.277;
	margin-bottom: 20px;
}
h3, .h3 { 
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.375;
	margin-bottom: 10px;
}
h4, .h4 { }
h5, .h5 { }
h6, .h6 { }

p { 
	margin-bottom: 20px; 
}

a, a:link, a:visited {
	color: #00243E;
}
a:hover, a:active, a:focus {
	color: #9F9B96; 
}
a[href^="tel"],
a[href^="mailto"] {
	text-decoration: none;
}

ul { 
    padding-left: 20px; 
    margin-bottom: 20px;
}
ol { 
    padding-left: 20px; 
    margin-bottom: 20px;
}
ol li { 
    list-style-type: decimal;
}
ul li { 
    list-style-type: disc;
}
ul ul li {
    list-style: circle;
}

.no-last-padding > *:last-child {
    margin-bottom: 0;
}

.align-center {
    text-align: center;
}
.bg-white {
    background-color: #fff;
}
.bg-beige {
    background-color: #DDD9D4;
}


/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 03 GENERAL CSS -----------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body{
	
}
header {
	z-index:100;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
	transition: all 250ms;
}
.menu-open .site-header {
	background-color: #00243E;
}
.scrolled .site-header {
	background-color: #00243E;
}
.container-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all 250ms;
    padding-top: 16px;
    padding-bottom: 16px;
}
.scrolled .container-header {
    padding-top: 16px;
    padding-bottom: 16px;
}
.logo,
.logo a {
	width: 130px;
	height: 35px;
	display: inline-block;
	margin-bottom: 0;
}
.site-header .logo svg,
.scrolled .site-header .logo svg {
    width: 130px;
    transition: all 250ms ease;
}
.home .logo svg {
   width: 130px; 
}
.logo path {
    fill: #00243E;
    transition: fill 250ms;   
}
.home .logo path,
.scrolled .logo path {
    fill: #fff;
}
	

/* Main Menu */
.main-menu {
    padding: 0;
    margin: 0;
    display: none;
	text-align: right;
}
.main-menu li {
    display: inline-block;
    list-style-type: none;
	margin-left: 40px;
}
.main-menu a {
    color: #00243E;
    text-decoration: none;
	font-size: 16px;
}
.home .main-menu a {
    color: #fff;
}
.home .main-menu a,
.scrolled .main-menu a {
    color: #fff;
}
.main-menu a:hover,
.scrolled .main-menu a:hover {
    color: #9F9B96;
}
.main-menu a:focus,
.main-menu a:active,
.scrolled.main-menu a:focus,
.scrolled.main-menu a:active {
    color: #fff;
}


/* Mobile Menu */
.mobile-main-menu-nav {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	color: #fff;
    background-color: #00243E;
    transform: translateY(-100%);
    transition: transform 650ms;
    z-index: 90;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 90px 20px;
}
.menu-open .mobile-main-menu-nav {
	transform: translateY(0);
}
.mobile-main-menu {
    margin: 0;
    padding: 0;
}
.mobile-main-menu li {
    display: block;
    list-style-type: none;
    margin: 16px 0;
}
.mobile-main-menu a {
    color: #fff;
    text-decoration: none;
	font-size: 32px;
}
@media (hover:hover) {
    .mobile-main-menu a:hover, 
    .mobile-main-menu a:active, 
    .mobile-main-menu a:focus {
        color: #9F9B96;
    }
}


/* ----------------------------------------------- FOOTER ------------------------------------------------ */

.site-footer {
    background-color: #00243E;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}
.footer-logo-link {
    display: inline-block;
    padding-bottom: 30px;
}
.footer-logo {
    width: 128px;
}
.legal-menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.legal-menu li {
    display: inline-flex;
}
.legal-menu li::after {
    content: '|';
	padding: 0 10px;
}
.legal-menu li:last-child::after {
    content: none;
}

.legal-menu a {
	color: #fff;
	text-decoration: none;
}
.legal-menu a:hover, 
.legal-menu a:active, 
.legal-menu a:focus {
	color: #9F9B96;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 04 CONTENT BLOCK CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.block {
	padding-top: 50px;
	padding-bottom: 50px;
}
.block.no-block-padding {
	padding-top: 0;
	padding-bottom: 0;
}
.bg-white + .bg-white.block {
    padding-top: 0;
}
.bg-beige + .bg-beige.block {
    padding-top: 0;
}

/* ---------------------------------------------- CB HEADER ------------------------------------------------ */

.full-height {
	min-height: 100vh;
}
.cb-header {
	width: 100%;
}
.cb-header .container {
    z-index: 30;
    color: #fff;
}
.full-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
	z-index: 10;
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #00243E;
	opacity: 0.8;
	z-index: 20;
}
.header-content {
    padding: 90px 0;
}
.cb-header h1 {
    font-size: 26px;
    line-height: 1.288;
    margin-bottom: 20px;
}
.header-content p,
.header-content > *:not(h1):not(h2) {
    max-width: 490px;
}


/* ---------------------------------------------- CB LR ------------------------------------------------ */

/*.cb-lr:not(.cb-team) {
    background-color: #DDD9D4;
}*/
.bg-white .flex-control-paging a {
    background-color: #9F9B96;
}

/* ---------------------------------------------- CB TEAM ------------------------------------------------ */

.team-intro {
    margin-bottom: 10px;
}
.team-img {
    margin-bottom: 25px;
}
.team-member + .team-member {
    margin-top: 50px;
}

/* ---------------------------------------------- CB FORM ------------------------------------------------ */

.cb-form {
    background: #DDD9D4;
}
.col-form {
    max-width: 600px;
}
.form-intro {
    text-align: center;
    margin-bottom: 20px;
}
.gform-body {
    margin-top: -16px;
}
.gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.375;
    padding: 8px 14px;
}
body .gform_wrapper.gravity-theme input:not([type=submit]), 
body .gform_wrapper.gravity-theme textarea {
    outline: none;
    border: 2px solid #fff;
    transition: border 150ms;
}
body .gform_wrapper.gravity-theme input:not([type=submit]):focus, 
body .gform_wrapper.gravity-theme textarea:focus {
    border-color: #00243E;
}
body .ginput_container_consent input[type=checkbox] {
    margin-right: 4px;
}
body .ginput_container_consent label {
    font-size: 12px;
}
body .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}
.gform_footer {
    align-items: center;
    justify-content: center;
}
.gform_footer .button {
    width: 100%;
}
.grecaptcha-badge {
    z-index: -1;
}

/* Validation */
body .gform_validation_errors {
    display: none;
}
body .gform_wrapper.gravity-theme .gfield_error input:not([type=submit]), 
body .gform_wrapper.gravity-theme .gfield_error textarea {
    border-color: #cc0000;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
    border-width: 2px
}
body .gform_wrapper .gfield .gfield_validation_message {
    background: transparent;
    border: none;
    color: #CC0000;
    font-style: italic;
    margin: 4px 0 0 0;
    padding: 0;
}

/* Confirmation */
.gform_confirmation_message {
    border: 2px solid currentColor;
    border-width: 2px 0;
    padding: 20px 0 8px;
}

/* Popup */
.pum-content {
    min-height: 240px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pum-close {
    min-height: 36px !important;
    min-width: 36px !important;
}
.pum-close i {
    display: none !important;
}
.pum-close::before, .pum-close::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #00243E;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.pum-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.pum-close:hover::before, .pum-close:hover::after {
    background-color: #9F9B96;
}


/* ---------------------------------------------- CB LOCATION ------------------------------------------------ */

.map-container {
    margin-bottom: 20px;
}

/* Social */
.social-links {
    margin-top: -14px;
}
.social-links a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 30px;
    margin-right: 10px;
}
.linked-in {
    background-image: url("images/linked-in.svg"), url("images/linked-in-hover.svg");
}
.linked-in:hover {
    background-image: url("images/linked-in-hover.svg");
}



/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 05 PAGE TEMPLATE CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------- CONTACT ------------------------------------------------ */

/* Map */
/* Show zoom controls */
#gmap div {
    position: initial;

}
/*.gm-bundled-control-on-bottom {
    bottom: 85px !important; 
}
#gmap > div > div > div:nth-last-child(3) {
    position: relative;
}
#gmap > div > div > div:last-child {
    position: relative;
}*/


/* -------------------------------------------- PLAIN TEXT ----------------------------------------------- */

.cb-plain-text {
    margin-top: 60px;
}
.col-plain-text > *:not(table) {
    max-width: 750px;
}
.plaintext > ul > li {
    margin-bottom: 22px;
}
.data-table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 22px;
    border-collapse: collapse;
}
.data-table th {
    text-align: center;
    vertical-align: top;
    font-weight: 700;
    
}
.data-table th, .data-table td {
    border: 1px solid #e8e8e9;
    padding: 10px 5px;
    font-size: 12px;
}



/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 06 PLUGIN CSS ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	padding: 15px 0 15px 15px;
	display: inline-flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
}
/*.hamburger:hover {
	opacity: 0.7;
}*/
.hamburger-box {
	width: 25px;
	height: 19px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 25px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 0px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
}
.hamburger-inner::after {
	bottom: -8px;
}

/* 3DX */
.hamburger--3dx .hamburger-box {
	perspective: 80px; 
}
.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
/* Don't show hover on touch devices */
@media (hover: hover) {
    .hamburger:not(.is-active):hover .hamburger-inner, 
    .hamburger:hover .hamburger-inner::before, 
    .hamburger:hover .hamburger-inner::after {
        background: #DDD9D4;
    }
}.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotateY(180deg); 
}
.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 8px, 0) rotate(45deg); 
}
.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -8px, 0) rotate(-45deg); 
}

/* -------------------------------------------- COOKIE BAR ----------------------------------------------- */

.has-cookie-bar footer {
    padding-bottom: 40px;
}
#eu-cookie-bar {
    color: #ffffff;
    padding: 5px 15px 5px;
    background-color: #999;
    font-size: 14px;
	border-top: 1px solid 999;
	transition: all 250ms;
}
button#euCookieAcceptWP {
    background: transparent;
    color: #ffffff;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

button#euCookieAcceptWP:hover,
button#euCookieAcceptWP:focus {
    background: #82A63E;
    color: #ffffff;
	border-color: #82A63E;
}
#eu-cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
}
#eu-cookie-bar a:hover,
#eu-cookie-bar a:focus {
    color: #82A63E;
}


/* ---------------------------------------------------------------------------------------------------------- 
-------------------------------------- 07 MEDIA QUERIES (mobile-first) --------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 
iphone 3 - 4S   320 x 480px (372px visible, 440px when scrolling) 
iphone 5 - 5S   320 x 568px
iphone 6 - 8    375 × 667px (559??)
iphone 6+ - 8+  414 × 736px (628??)
iphone X: 		375 x 812px
ipad            768 x 1024px
ipad Pro 		1024 x 1366px
*/

/* GRID
SM = min-width: 576px
MD = min-width: 768px
LG = min-width: 992px
XL = min-width: 1200px
*/

/* 576 and up - SMALL */
@media screen and (min-width:576px) {

}

/* 768 and up - MEDIUM */
@media screen and (min-width:768px) {
    
    /* Typography 768 */
    body, select, textarea {
        font-size: 16px;
        line-height: 1.375;
    }
    h1, .h1,
    h2, .h2 { 
        font-size: 46px;
        line-height: 1.277;
        margin-bottom: 22px;
    }
    h3, .h3 { 
        font-size: 20px;
        line-height: 1.375;
        margin-bottom: 10px;
    }
    h4, .h4 { }
    h5, .h5 { }
    h6, .h6 { }

    p, ul, ol { 
        margin-bottom: 22px; 
    }    
    
    /* Header 768 */
    .container-header {
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .scrolled .container-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .container,
	.container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
	.logo, .logo a {
        width: 192px;
        height: 51px;
    }
    .site-header .logo svg,
    .scrolled .site-header .logo svg {
        width: 191.2px;
    }
    .home .logo svg {
       width: 256px; 
    }
	.hamburger {
		display: none;
	}
	.mobile-main-menu-nav {
		display: none !important;
	}
	.main-menu {
		display: inline-block;
	}
    
    /* Blocks */
    .block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    /* CB Header */
    .header-content {
        padding: 120px 0;
    }
    .cb-header h1 {
        font-size: 52px;
        line-height: 1.288;
        margin-bottom: 30px;
    }

	
	/* CB LR */
	.cb-lr .align-right {
        flex-direction: row-reverse;
    }
	.cb-lr .align-right .lr-content-box {
		margin-left: 0;
        margin-right: 8.33333%;
    }
    .flexslider {
        margin-bottom: 10px;
    }
    
    /* CB Team */
    .team-intro {
        margin-bottom: 34px;
    }
    .team-img {
        margin-bottom: 25px;
    }
    
    
    
    /* CB Form */
    .form-intro {
        margin-bottom: 34px;
    }
    .gform-body {
        margin-top: -22px;
    }
    .gform_wrapper.gravity-theme textarea,
    body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1.375;
        padding: 11px 14px;
    }
    body .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 22px;
    }
    body .gform_wrapper.gravity-theme .gfield textarea.small {
        height: 150px;
    }
    body .ginput_container_consent label {
        font-size: 15px;
    }
    body .gform_wrapper.gravity-theme .gform_footer {
        margin-top: 22px;
    }
    body .gform_footer .button {
        width: auto;
    }
    
    /* CB Map */
    .map-heading {
        margin-bottom: 50px;
    }
    .map-container {
        margin-bottom: 0;
    }

    /* Plain text 768 */
    .plaintext h1,
    .plaintext h2 { 
        font-size: 36px;
        line-height: 1.277;
        margin-bottom: 40px;
    }
    .plaintext h3 { 
        font-size: 20px;
        line-height: 1.25;
        margin-top: 45px;
        margin-bottom: 20px;
    }
    .plaintext h4 { }
    .plaintext h5 { }
    .plaintext h6 { }

    .plaintext p, .plaintext ul, .plaintext ol { 
        margin-bottom: 22px; 
    }    
    .data-table th, .data-table td {
        padding: 15px 18px;
        font-size: 16px;
    }


}

/* 992 and up - LARGE */
@media screen and (min-width:992px) {
    
    .container,
	.container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }
    
    /* Site footer */
	.site-footer {
		text-align: left;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer-logo-link {
		padding-bottom: 0;
	}
    .footer-logo {
        width: 256px;
    }
	.legal-content {
		text-align: right;
	}
	.legal-menu {
        padding: 0;
        margin: 0;
        display: inline-flex;
        justify-content: flex-end;
    }
	.legal-menu li:last-child::after {
        content: '|';
    }
    
    /* Plaintext */
    .data-table th, .data-table td {
        padding: 15px 18px;
        min-width: 320px;
    }


   
}

/* 1200 and up - X-LARGE */
@media screen and (min-width:1200px) {
    
    .container,
	.container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
	

	


   
}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

}