/* ==========================================================================
   Fluid Studios defaults
   ========================================================================== */
html, body {
	background: #eee;
	color: #292929;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.reciteme {
	position: absolute;
	top: 5px;
	left: 5px;
    width: 7%;
	cursor: pointer;
    /* display: none !important; */
}

.recite-close {
    display: none !important;
}

.close-reciteme {
	background: url("../img/accessibility-beds-pcc-close.png") #fff;
	background-repeat: no-repeat;
	background-size: contain;
    text-align: right;
	padding: 0 10px;
	text-transform: uppercase;
    color: #C11C30;
    border-radius: 2px;
}
.map-cover {
	display:none;
}
.grey-line.span12 {
	margin-left:0 !important;
}
.logo-list img {
	max-width:350px !important;
}
.cats label:last-child {
	display:none;
}
#google_translate_element {
	display:inline;
}
.skiptranslate.goog-te-gadget {
	display:inline;
}
.gt-mob {display:none;}
/* ALIGNMENT */
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.clear {clear:both; height: 1px;}
.clear-cms {display: none;}
/* CMS */
.control-panel {
	z-index:9999;
	width:170px;
	min-height:100px;
	border-radius:10px;
	background:#fff;
	position:fixed;
	top:100px;
	border:solid 1px #2a9bab;
	right:-140px;
	overflow:hidden;
	padding:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.control-panel img {
	margin:2px;
}
.control-panel a {
	float:right;
}
.gallery * {
	transition: none;
}
/* DIVS */
.row {margin-bottom:10px;}
.pad {padding:20px;}
.pad-hor {padding-left: 10px; padding-right: 10px}
.max-width, .limiter {max-width:1000px; margin:0 auto;}
main, article, aside, header, footer {display:block;}
/* FONTS */
.mark, .highlight {color:#F00; background:none;}
.white {color:#FFF}
.black {color:#000;}
h1 {font-size:24px; line-height:26px; font-weight:normal;}
h2 {font-size:16px; line-height:18px; font-weight:normal;}
h3 {}
h4 {}
h5 {}
/* FORMS */
.req {color: #F00;}
.btn-inverse {color:#ccc;}
.span1.add-on {
	margin-left: -1px;
	float: none;
	width: 8.547008547008547%;
}
form {
	margin:0
}
.btn {
	background: #fff;
	border:solid 1px #ccc;
	box-shadow:none;
}
/* LINKS */
.clickable {cursor:pointer;}
a {text-decoration:none; transition:0.4s}
a:link, a:visited {color:#555;}
a:hover, a:active {color: #012169; text-decoration: none;}
.font-small {font-size: 10px;}
.font-standard {font-size: 11px;}
.font-large {font-size: 14px;}
.font-xlarge {font-size: 18px;}
.a2a_label {
	display:none;
}

/* ==========================================================================
   div styles - modern desktops
   ========================================================================== */

/* ===== HEADER ===== */
#cookie-bar {
	height:auto !important;
}
#header-top {
	background: none;
	color:#fff;
	line-height:30px;
	position: relative;
}
#header-main {
	line-height:25px;
	padding: 0;
	min-height: 100px;
}
#header-info {
	line-height:20px;
	text-align:right;
} 
#header-social {
	padding:5px 0;
	text-align:right;
} 

/* ===== SEARCH ===== */
.search-btn {
	height: 30px !important;
}
.search {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 20px auto;
}
.search header {
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.search header:hover,
.search header:focus,
.search header:active,
.search span.clickable:hover,
.search span.clickable:focus,
.search span.clickable:active {
	color: #07c;
}
.search-content {
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}

/* ===== MENU ===== */

.navbar .nav {
	margin-right: 0 !important;
}

ul.nav {
	margin-left: 0 !important;
}

.navbar-inner {
	background: none;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* left or right align menu */
.nav {
	float: right !important;
	margin: 0;
	margin-top: 65px !important;
	padding: 0;
}
/* change menu highglight (top level) */

.nav > .active > a, .nav > .active > a:hover, .nav > .active > a:focus {
	background:none;
	box-shadow:none;
	background: #164391 !important;
	color: #fff !important;
	text-shadow: none !important;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	text-shadow: none !important;
	color: #fff;
}

.nav > li {
	line-height: 20px;
}

.nav > li > a {
	text-shadow: none;
	padding: 10px 15px;
	display: inline !important;
}
/*.nav > li:last-child a {
	padding-right: 0;
} */

.nav>li>a:focus, .nav>li>a:hover {
	background: #164391 !important;
	color: #fff;
}

.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle {
	background:none;
	color:#000;
}

.navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle, .navbar .nav li.dropdown.open>.dropdown-toggle {
	color: #ddd;
	background-color: #e5e5e5;
	text-shadow: none !important;
}

.menu-left {
	color:#666;
	float:left;
	padding-right:8px;
	padding-top:2px;
	font-size:12px;
	line-height:14px;
	color:#999;
	text-shadow:none;
}

/* ===== BANNER ===== */
.banner-wrap {
	background:#fff;
	padding:0;
	margin-bottom:0;
}
.banner {
	width: 100%;
	position:relative;
	overflow: visible;
}
.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.banner-inner img {
	width: 100%;
}
.banner-text-wrap {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-text-container {
	position: relative;
}
.banner-text {
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding: 30px 0;
}
.banner-text h1 {
	color:#fff;
	padding: 0;
	margin: 0;
	font-size: 2.2em;
	line-height: 50px;
	font-weight: 900;
}
.banner-text div {
	color: #fff;
	padding: 0;
	margin: 10px 10%;
	font-size: 1.5em;
	line-height: 35px;
	font-weight: 600;
}
.general-banner {
	position: relative;
}
.general-banner img {
	width: 100%;
}
.general-banner .banner-text h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 2.2em;
	font-weight: 800;
}
.general-banner .banner-text {
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding: 30px 0;
}
.ribbon-arms-gen {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	z-index: 9;
	width: 50%;
	margin: 0 auto;
}
#banner-home {
}
.mobile-banner {
	display:none;
}
/* ===== CONTENT ===== */
.content1 {
	padding:30px 0 15px;
}
.content2 {
	padding:15px 0;
}
.content3 {
	padding:15px 0;
}
.general-content1 {
	padding:30px 0;
}
.general-content2 {
	padding:30px 0;
}

/* ===== FOOTER ===== */
footer {
	background:	#eee;
	font-size:12px;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
}
#footer-tagline {
	padding:20px;
}
.footer-main {
	padding:20px;
	line-height:40px;
	font-size:14px;
	background: #f7f7f7;
}
.footer-main h1 {
	font-size:14px;
	line-height:40px;
	margin:0;
}
address {
	padding:20px 0;
	margin-bottom:0;
	line-height:22px;
	color:#000;
}
.share-this {
	text-align:right;
}

.footer-copy {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}

.footer-rights {
    float: left;
    margin-right: 10px;
}

.footer-link {
    float: left;
    margin-right: 10px;
}

.footer-link a:hover {
	color: #012169;
}

.footer-nav {
	margin-top: 20px;
	list-style: none;
	float: right;
}

.footer-nav li {
	line-height: 20px;
	float: left;
}

.footer-nav > li > a {
	float: none;
	padding: 10px 15px 10px;
	color: #333;
	font-size: 1.125em;
}

.footer-nav > li > a:hover {
	color: #012169;
}

.footer-nav > li > a:last-child {
	padding-right: 0;
}

.footer-sub-nav {
	margin-bottom: 20px;
	list-style: none;
	float: right;
}

.footer-sub-nav li {
	line-height: 20px;
	float: left;
}

.footer-sub-nav > li > a {
	float: none;
	padding: 10px 15px 10px;
	color: #9b9a9a;
}

.footer-sub-nav > li > a:hover {
	color: #012169;
}

.footer-sub-nav > li > a:last-child {
	padding-right: 0;
}

/* ===== COPYRIGHT ===== */
.top-link {
	float:right;
	padding-right: 25px;
}

.top-link:hover {
	color: #012169;
}

.copy {
	background: #f7f7f7;
	color: #7a7a7a;
	padding: 0;
	line-height: 40px;
	padding-bottom: 30px;
}
.a2a_kit {
    float: right;
    margin: 4px 0;
    margin-left: 10px;
}

/* FIXES */

.max-container-width {
	max-width: 1450px;
	margin: 0 auto;
}

.main-wrap {
	background: #fff;
	padding: 0 40px;
	margin: 0;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
}

#logo img {
	padding: 10px 0;
	width: 300px;
}

.grey-header-box {
	background: #eee;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 15px;
	color: #292929;
	font-size: 0.875em;
}

.grey-header-box a {
	color: #012169;
	font-weight: 600;
	font-size: 16px;
}

.index-blue-box {
	background: #164391;
	text-align: center;
	color: #fff;
}

h1 a.blue-text {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	display: inline-block;
}

div a.blue-text {
	color: #fff !important;
	display: inline-block;
	font-size: 0.875em;
}

.blue-text img {
	width: 100%;
}

.max-point {
	padding: 10px 20px 30px 20px;
}

.flex-col-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-col:nth-child(1) {
	margin-right: 35px;
}

.flex-col-8 {
	flex: 2;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	padding: 20px;
}

.flex-col-4 {
	flex: 1;
	width: auto;
}

.flex-col-6 {
	flex: 1;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	padding: 20px;
}

/*.crime-statement {
	font-weight: 800;
	color: #393939;
	font-size: 1.8em;
	line-height: 30px;
}

.crime-statement span {
	color: #164391;
	font-size: 1.7em;
	line-height: 55px;
	display: block;
}*/

.gen-styling {
	background: #f7f7f7;
	padding: 20px;
	font-size: 0.875em;
	line-height: 25px;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	width: 100%;
}

.gen-styling h4 {
	font-size: 1.500em;
	line-height: 25px;
}

.gen-styling img {
	box-sizing: border-box;
}

.gen-pages-styling {
	font-size: 0.875em;
	line-height: 25px;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0;
}
.gen-pages-styling li {
	list-style-type: square;
	line-height: 25px;
}

.gen-pages-styling a {
	 color: #012169;
 }

.gen-pages-styling a:hover, .gen-pages-styling a:active {
	color: #49639d;
}

.image-height {
	position: relative;
}

.image-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.image-text-white {
	background: #012169;
	color: #fff !important;
	font-weight:800;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	width: 60%;
}

#cookie-bar {
	z-index: 999 !important;
}

.blue-bar {
	background: #012169;
	padding: 30px 0;
	margin: 15px 0 30px;
}

.blue-bar-inner {
	color: #fff;
	text-align: center;
	padding: 0 20px;
	line-height: 30px;
}

.blue-bar-inner a {
	color: #fff !important;
}

.blue-bar-inner .span7 {
	line-height: 40px;
}
.dropdown a:hover .caret {
	border-top: 4px solid #fff !important;
}

.ribbon-wrapper {
	position: relative;
}

.ribbon-arms {
	position: absolute;
	left: -10%;
	right: -10%;
	bottom: 100px;
	z-index: 9;
	width: 120%;
}

.tab-wrapper {
	position: relative;
}

.tab-inner-1 {
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 99;
}

.tab-inner-2 {
	position: fixed;
	top: 500px;
	right: 0;
	z-index: 99;
}

.tab-inner-1 a img, .tab-inner-2 a img  {
	width: 60px;
	height: auto;
}

.white-heading-h4 {
	font-size: 1.500em;
	line-height: 25px;
	color: #fff;
	font-weight: 800;
	padding: 0 0 20px;
}

.blue-heading-h4 {
	font-size: 1.500em;
	line-height: 25px;
	color: #012169;
	font-weight: 800;
	padding: 30px 0 20px;
}

.blue-heading-index {
	font-size: 1.500em;
	line-height: 25px;
	color: #012169;
	font-weight: 800;
	padding: 0 0 10px;
}

.blue-btn {
	background: #012169;
	text-shadow: none;
	color: #fff;
	letter-spacing: 0.5px;
	border-radius: 0;
	border: 1px solid #012169;
}

.blue-btn:hover {
	border: 1px solid #012169;
	background: #fff;
	color: #012169;
}

.email-form {
	border-radius: 0 !important;
}

iframe {
	border: 0;
	margin-top: 30px;
}

.listing-blue-bar {
	background: #012169;
	padding: 20px 0;
	margin: 15px 0 30px;
	position: relative;
}

.listing-heading {
	font-size: 1.500em;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
	margin-left: 100px;
}

.listing-map-wrap {
	position: absolute;
	left: -20px;
	top: -25px;
}
#map-canvas {
	min-height: 400px;
}

.name-list img {
	padding-right: 10px;
}

.name-list {
	color: #012169;
	font-weight: 900;
	font-size: 1.250em;
}

.logo-list {
	padding: 20px 0;
}

.text-list {
	font-size: 1em;
	line-height: 25px;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
}

.button-list {
	display: block;
	color: #012169 !important;
	border: solid 2px #012169;
	font-size: 1em;
	letter-spacing: 0.2px;
	padding: 10px;
	font-weight: 800;
	width: 50%;
	margin: 0;
	text-align: center;
	float: right;
}

.button-list:hover {
	color: #fff !important;
	background: #012169;
}

.website-list a {
	color: #012169 !important;
}

.number-list a {
	color: #000 !important;
}

.website-list, .number-list {
	font-size: 1em;
	font-weight: 800;
}

.website-list:hover {
	text-decoration: underline;
}

.grey-line {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.more {
	margin-bottom: 20px;
}

.morelink, .morelink.less {
	color: #012169;
}

.morelink:hover {
	color: #012169;
	text-decoration: underline;
}

.cat-box-wrap {
	border-bottom: none;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.cat-box {
	flex: auto;
	justify-content: space-between;
	width: 20%;
	height: auto;
	margin: 5px;
	position: relative;
}

.cat-container {
	/*max-width: 325px;*/
	position: relative;
	background: #012169;
}

.cat-container img {
	width: 100%;
}

.cat-result {
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.cat-container .cat-result {
	visibility: hidden;
}

.cat-container:hover .cat-result {
	display: inline;
	visibility: visible;
}

.cat-button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80%;
	width: 100%;
}

.cat-button {
	background: #012169;
	padding: 15px 7px;
	text-align: center;
	color: #fff !important;
	font-size: 1.25em;
	width: 60%;
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1 !important;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1 !important;
	}
}

.cat-button-wrap:hover .cat-button {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	opacity: 1;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.cat-box-title {
	text-align: center;
}

.cat-box-title h1 {
	font-size: 1.25em;
	line-height: 40px;
	height: 50px;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}

.cat-box-title h1 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	color: #fff;
}

.button-white {
	display: inline;
	color: #012169 !important;
	background: #fff;
	font-size: 1em;
	letter-spacing: 0.2px;
	padding: 10px;
	font-weight: 800;
	width: 130px;
	margin: 0 10px;
	text-align: center;
	float: right;
}

a.button-white {
	color: #012169 !important;
}

.button-white-2 {
	display: inline-block;
	color: #012169 !important;
	background: #fff;
	font-size: 1em;
	letter-spacing: 0.2px;
	padding: 10px;
	font-weight: 800;
	width: 150px;
	margin: 10px 0;
	text-align: center;
}

.standards-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}

.standards-block {
	flex: auto;
	width: 48.25%;
	padding: 30px;
	box-sizing: border-box;
	margin: 5px;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0.5px;
	font-size: 18px;
	line-height: 29px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.sb-1 {
	background: #012169;
}

.sb-2 {
	background: #1b3b84;
}

.sb-3 {
	background: #49639d;
}

.sb-4 {
	background: #93a4ca;
}

ul {
	padding: 0;
	margin: 10px 0 0 25px !important;
}

b {
	padding: 10px 0;
	display: block;
}

.light-grey {
	background: #f5f5f5;
	text-align: center;
}

.form-wrap {
	background: #e6e6e6;
	width: 600px;
	margin: 0 auto 50px;
	padding: 30px 100px;
}

.form-info {
	width: 800px;
	margin: 0 auto;
}

.row-fluid .uneditable-input[class*=span], .row-fluid input[class*=span], .row-fluid select[class*=span], .row-fluid textarea[class*=span], .uneditable-input[class*=span], input[class*=span], select[class*=span], textarea[class*=span] {
	float: none;
	margin-left: 0;
	border-radius: 0 !important;
}

.contact-container {
	display: flex;
	flex-wrap: wrap;
}

.contact-block {
	flex: auto;
	width: 49.7%;
	padding: 30px;
	box-sizing: border-box;
	margin: 10px 0;
	margin-left: 0.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #012169;
}

.contact-block:nth-last-child(2) {
	margin-left: 0;
}

.ribbon-small {
	width: 30%;
	margin: 0 auto !important;
}

.ribbon-small img {
	width: 100%;
}

.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #164391 !important;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 #164391;
	-moz-box-shadow: 0 1px 0 #164391;
	box-shadow: 0 1px 0 #164391 !important;
}
	/* ==========================================================================
       CMS styles
       ========================================================================== */

/* ===== BLOG PAGE ===== */

.blog {
	margin-bottom:20px;
}
#blog-menu {
	background:#eeeeee;
	padding:20px;
	color:#fff;
	margin-top: 10px;
}

.blog-post-preview {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.blog-post-preview:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog-post-preview header,
.blog header {
	padding: 0;
	margin : 0 0 10px 0;
	background:none;
	font-size:20px;
	font-weight:700;
	
	color: #8c8c8c;
}
.blog-post-preview-img {
	width: 25%;
	float: left;
}
.blog-post-preview-content {
	width: 72%;
	float: right;
}
.blog-post-preview-content img {
	display:none;
}
.blog-post-content {
	height: 40px;
	line-height: 18px;
	overflow: hidden;
}
.blog-post-more {
	float: right;
	background: #eee;
	color:#555;
	border-radius: 1px;
	padding: 5px 10px;
	margin-top: 20px;
}
.blog-post-preview a:link, .blog-post-preview a:visited {
	color:#555;
}

.blog-post-preview a:hover, .blog-post-preview a:active {
	color:#555;
}
.blog-year-title {

	padding: 5% 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.blog-month-title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin: 5px 0;
}
.blog-cloud {
	width: 90%;
	padding: 5%;
	margin-top: 5%;
	border-radius: 2px;
	background: #000;
}
.blog-cloud a:link, .blog-cloud a:visited {color:#fff !important; text-decoration:none;}
.blog-cloud a:hover, .blog-cloud a:active {color:#000 !important; text-decoration:none;}
.blog-wc-smallest {font-size: 0.6em; padding: 3px;}
.blog-wc-small {font-size: 0.8em; padding: 3px;}
.blog-wc-medium {font-size: 1em; padding: 3px;}
.blog-wc-large {font-size: 1.2em; padding: 5px;}
.blog-wc-largest {font-size: 1.4em; padding: 5px;}
.blog-post-date {
	font-size: 14px;
	float: right;
}

#blog-search {
	margin-bottom:0;
}

.grey {
	color:#8f8f8f;
}
.blog-social .a2a_kit {
    float: left;
    margin: 10px 0;
}

/* ===== CONTACT PAGE ===== */

#contact-msg {
	margin-bottom: 10px;
	display: none;
}
#contact-form {
	margin-bottom: 10px;
}

.contact article {
	padding:20px;
}

.contact aside {
	padding:20px;
	background:#eee;
}

.map-cover {
	position:relative;
}

.map-absolute {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
}

/* ===== GALLERY ===== */

#galleria {
	width: 100%;
	height: auto;
}

.statement {
	background:#eee;
	font-size:24px;
	line-height:36px;
	padding:40px;
	text-align:center;
}

/* ===== GENERAL ===== */
.statement > div {
	width: 80%;
	padding: 10%;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  
}

/* iPads (portrait) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  
}
/* Large desktop */
@media (min-width: 1400px) {

}
/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1450px) {

	.navbar .nav>li>a {
		padding: 10px !important;
	}

	.max-container-width {
		max-width: 1250px;
		margin: 0 auto;
	}

	body {
		font-size: 14px;
	}

	.ribbon-arms {
		position: absolute;
		left: -10%;
		right: -10%;
		bottom: 50px;
		z-index: 9;
		width: 120%;
	}

	.gen-styling {
		background: #f7f7f7;
		padding: 20px;
		font-size: 1em;
		line-height: 25px;
		letter-spacing: 0.5px;
	}

	.image-text-white {
		font-weight: 800;
		width: 70%;
	}

	.image-height {
		width: 100%;
		height: 310px;
		overflow: hidden;
	}

	.image-height img {
		width: 100%;
		height: 100%;
	}

	.image-height img {
		height: 100%;
		width: 100%;
	}

	.ribbon-arms-gen {
		bottom: 60px;
	}

}

/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	.max-container-width {
		max-width: 1250px;
		margin: 0 auto;
	}
	body {
		font-size: 14px;
	}
	.grey-header-box {
		background: #eee;
		position: relative;
		padding: 5px 15px;
		color: #292929;
		font-size: 1em;
		text-align: center;
	}
	#header-main .span5 {
		width: 100%;
	}
	.header-logo-wrap {
		width: 100% !important;
		margin: 0 auto;
		float: none !important;
		text-align: center;
	}
	#logo img {
		padding: 10px 0;
		width: 50%;
		margin: 0 auto;
	}
	#header-main .span7 {
		width: 100%;
		margin: 0 auto 20px;
	}
	.nav {
		float: none !important;
		padding: 10px 0;
		margin-top: 0 !important;
	}

	.navbar-inner {
		width: 70%;
		margin: 0 auto;
	}
	.navbar .nav {
		padding: 10px 0;
		width: 600px;
		margin: 0 auto !important;
	}

	.navbar .nav>li>a {
		padding: 10px !important;
	}

	.banner-text-container {
		position: relative;
	}
	.banner-text-wrap {
		position: absolute;
		top: 45%;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.banner-text {
		background: rgba(0, 0, 0, 0.6);
		text-align: center;
		padding: 20px;
	}
	.banner-text h1 {
		font-size: 1.7em;
		line-height: 30px;
		font-weight: 900;
	}
	.banner-text div {
		margin: 10px 10%;
		font-size: 1.2em;
		line-height: 24px;
	}
	.ribbon-arms {
		position: absolute;
		left: -5%;
		right: -5%;
		bottom: 100px;
		z-index: 9;
		width: 110%;
	}
	.gen-styling {
		background: #f7f7f7;
		padding: 20px;
		font-size: 1em;
		line-height: 25px;
		letter-spacing: 0.5px;
	}
	.image-height img {
		height: auto;
		width: 100%;
	}
	.image-text-white {
		font-weight: 800;
		width: 70%;
	}
	.flex-col {
		flex: auto;
		width: 100%;
		height: 100%;
	}
	.flex-col:first-child {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.footer-nav > li > a {
		font-size: 1em;
	}
	.copy .span10, .copy .span2 {
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center;
	}
	.top-link, .footer-copy, .footer-rights, .footer-link {
		float: none !important;
	}

	.footer-nav > li > a {
		font-size: 1em;
	}

	.copy .span10, .copy .span2 {
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center;
	}

	.top-link, .footer-copy, .footer-rights, .footer-link {
		float: none !important;
	}

	.footer-main .span4, .footer-main .span8 {
		width: 100% !important;
		margin: 0 auto;
		float: none !important;
		text-align: center;
	}

	.footer-nav, .footer-sub-nav {
		list-style: none;
		float: none;
		margin: 20px auto;
		text-align: center;
	}

	.footer-nav li, .footer-sub-nav li {
		line-height: 20px;
		float: none;
	}
	.footer-copy, .footer-rights, .footer-link {
		margin: 0 auto;
		padding: 0;
		line-height: 20px;
	}
	.top-link {
		float: none;
		padding-right: 0;
	}

	.footer-nav > li > a:last-child {
		padding-right: 15px;
	}

	ul.footer-nav {
		padding: 0;
		margin: 10px 0 0 0 !important;
	}

	.footer-sub-nav > li > a:last-child {
		padding-right: 15px;
	}

	.footer-sub-nav {
		padding: 0;
		margin: 10px 0 0 0 !important;
	}

	.footer-main .span4 {
		width: 100%;
	}

	.footer-logo-wrap {
		width: 100% !important;
		margin: 0 auto;
		display: none;
	}

	.footer-main #logo img {
		padding: 10px 0;
		width: 50%;
		margin: 0 auto;
		display: none;
	}

	.blue-bar-inner .span5, .blue-bar-inner .span7 {
		width: 100% !important;
		margin: 0 auto;
		text-align: center;
	}

	.button-white {
		display: inline-block;
		padding: 5px;
		width: 130px;
		margin: 10px;
		text-align: center;
		float: none;
	}

	.cat-button {
		opacity: 1;
	}

	.cat-container .cat-result {
		visibility: visible;
	}

	@-webkit-keyframes fadeIn {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 1 !important;
		}
	}

	@keyframes fadeIn {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 1 !important;
		}
	}

	.cat-box-title h1 {
		font-size: 1em;
		line-height: 40px;
	}

	h1 a.blue-text {
		font-size: 16px !important;
		line-height: 20px;
		font-weight: 800;
		display: inline-block;
	}

	.ribbon-arms-gen {
		bottom: 30px;
	}


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		background:none;
		border:none;
		box-shadow:none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background: none !important;
		color: #164391 !important;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}

	/*Kelly*/

	.nav>li>a:focus, .nav>li>a:hover {
		background: none !important;
		color: #164391 !important;
	}

	.nav > li > a {
		display: block !important;
	}
	.banner-text-wrap {
		position: absolute;
		top: 35%;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.max-container-width {
		max-width: 1250px;
		margin: 0 auto;
	}
	body {
		font-size: 14px;
	}
	.grey-header-box {
		background: #eee;
		position: relative;
		padding: 5px 15px;
		color: #292929;
		font-size: 1em;
		text-align: center;
	}
	#header-main .span5 {
		width: 100%;
	}
	.header-logo-wrap {
		width: 100% !important;
		margin: 0 auto;
		float: none !important;
		text-align: center;
	}
	#logo img {
		padding: 10px 0;
		width: 50%;
		margin: 0 auto;
	}
	#header-main .span7 {
		width: 100%;
		margin: 0 auto;
	}
	/*.nav {
		float: none !important;
		padding: 10px 0;
		margin-top: 0 !important;
	}*/
	.banner-text-container {
		position: relative;
	}
	.banner-text {
		background: rgba(0, 0, 0, 0.6);
		text-align: center;
		padding: 20px;
	}
	.banner-text h1 {
		font-size: 1.5em;
		line-height: 30px;
		font-weight: 900;
	}
	.banner-text div {
		margin: 10px 5%;
		font-size: 1em;
		line-height: 24px;
	}
	.ribbon-arms {
		display: none;
	}
	.index-blue-box {
		background: #164391;
		text-align: center;
		color: #fff;
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 30px;
	}
	.index-blue-box img {
		width: 100%;
	}
	.index-blue-box:nth-child(3) {
		margin-bottom: 0;
	}
	.gen-styling {
		background: #f7f7f7;
		padding: 20px;
		font-size: 1em;
		line-height: 25px;
		letter-spacing: 0.5px;
	}

	.grey-header-box a {
		color: #012169;
		font-weight: 600;
		font-size: 14px;
	}

	.general-banner .banner-text {
		background: rgba(0,0,0,0.6);
		text-align: center;
		padding: 20px 0 30px;
	}

	.general-banner .banner-text h1 {
		font-size: 2em;
	}

	.image-height img {
		height: auto;
		width: 100%;
	}

	.image-text-white {
		font-weight: 800;
		width: 70%;
	}

	.flex-col {
		flex: auto;
		width: 100%;
		height: 100%;
	}

	.flex-col:first-child {
		margin-bottom: 30px;
		margin-right: 0;
	}

	.footer-nav > li > a {
		font-size: 1em;
	}

	.copy .span10, .copy .span2 {
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center;
	}

	.top-link, .footer-copy, .footer-rights, .footer-link {
		float: none !important;
	}

	.footer-main .span4, .footer-main .span8 {
		width: 100% !important;
		margin: 0 auto;
		float: none !important;
		text-align: center;
	}

	.footer-nav, .footer-sub-nav {
		list-style: none;
		float: none;
		margin: 20px auto;
		text-align: center;
	}

	.footer-nav li, .footer-sub-nav li {
		line-height: 20px;
		float: none;
	}
	.footer-copy, .footer-rights, .footer-link {
		margin: 0 auto;
		padding: 0;
		line-height: 20px;
	}
	.top-link {
		float: none;
		padding-right: 0;
	}

	.cat-box {
		width: 40%;
	}

	.footer-nav > li > a:last-child {
		padding-right: 15px;
	}

	ul.footer-nav {
		padding: 0;
		margin: 10px 0 0 0 !important;
	}

	.footer-sub-nav > li > a:last-child {
		padding-right: 15px;
	}

	.footer-sub-nav {
		padding: 0;
		margin: 10px 0 0 0 !important;
	}

	.blue-bar-inner .span5, .blue-bar-inner .span7 {
		width: 100% !important;
		margin: 0 auto;
		text-align: center;
	}

	.button-white {
		display: inline-block;
		padding: 5px;
		width: 130px;
		margin: 10px;
		text-align: center;
		float: none;
	}

	.span6.grey-line {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.gen-pages-styling {
		font-size: 1em;
		line-height: 25px;
		letter-spacing: 0.5px;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 0;
	}

	.form-info {
		width: auto;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px 20px 40px;
	}

	.form-wrap {
		background: #e6e6e6;
		width: 600px;
		margin: 0 auto 50px;
		padding: 30px;
		box-sizing: border-box;
	}

	.cat-button {
		opacity: 1;
	}

	.cat-container .cat-result {
		visibility: visible;
	}

	@-webkit-keyframes fadeIn {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 1 !important;
		}
	}

	@keyframes fadeIn {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 1 !important;
		}
	}

	.cat-box-title h1 {
		font-size: 1em;
		line-height: 40px;
	}

	div a.blue-text img {
		display: block !important;
		width: 100%;
	}

	div a.blue-text img {
		display: block !important;
	}

	div a.blue-text {
		color: #fff !important;
		display: block;
		font-size: 0.875em;
	}

	.navbar .nav {
		margin-right: 0 !important;
		display: block;
		width: 100%;
		text-align: center;
	}

	.span4.footer-logo-wrap {
		display: none;
	}

	.ribbon-arms-gen {
		bottom: 30px !important;
	}


}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	body, html {
		margin:0;
		padding:0;
	}
	header, header div, header article, header aside, header .text-right {
		text-align:center;
	}
	#header-top {
		box-sizing:border-box;
	}
	.banner-text h1 {
		margin: 2.5% auto 10px auto;
		font-size:18px;
		line-height:18px;
		padding:10px;
	}
	.banner-text h2 {
		margin: 0 auto;
		font-size:14px;
		line-height:14px;
		padding:10px;
	}
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		background:none;
		border:none;
		box-shadow:none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background: none !important;
		box-shadow: none;
		color: #164391 !important;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}

	address, .copy {
		text-align:center;
		line-height:20px;
	}
	address {
		padding-bottom:0;
	}
	.top-link {
		float:none;
	}
	#blog-menu input {
		width:75%;
	}
	#blogs {
		width: 65%;
		float: left;
		padding-right: 5%;
	}
	#blog-menu {
		width: 35%;
		float: left;
	}
	.content1, .content2, .content3, .general-content1, .general-content2 {
		padding: 20px 0;
		box-sizing: border-box;
	}
	footer, footer div, footer article, footer aside, footer .text-right, .share-this {
		text-align:center;
	}
	.copy {
		padding:10px 20px;
		box-sizing:border-box;
	}

	/* Kelly */

	body {
		font-size: 14px;
	}

	.navbar .nav {
		margin-right: 0 !important;
		display: block;
		width: 100%;
	}

	.nav>li>a:focus, .nav>li>a:hover {
		background: none !important;
		color: #164391 !important;
	}

	.nav > li > a {
		display: block !important;
	}

	.banner-text h1 {
		font-size: 1em;
		line-height: 20px;
		font-weight: 900;
		margin: 0 auto;
		padding: 5px;
	}

	.banner-text div {
		margin: 10px 5%;
		font-size: 1em;
		line-height: 24px;
		display: none;
	}

	.banner-text-wrap {
		position: absolute;
		top: 40%;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.max-container-width {
		max-width: 1250px;
		margin: 0 auto;
	}
	body {
		font-size: 14px;
	}
	.grey-header-box {
		background: #eee;
		position: relative;
		padding: 5px 15px;
		color: #292929;
		font-size: 1em;
		text-align: center;
	}
	#header-main .span5 {
		width: 100%;
	}
	.header-logo-wrap {
		width: 100% !important;
		margin: 0 auto;
		float: none !important;
		text-align: center;
	}
	#logo img {
		padding: 10px 0;
		width: 80%;
		margin: 0 auto;
	}
	#header-main .span7 {
		width: 100%;
		margin: 0 auto 20px;
	}
	/*.nav {
		float: none !important;
		padding: 10px 0;
		margin-top: 0 !important;
	}*/
	.banner-text-container {
		position: relative;
	}

	.banner-text {
		background: rgba(0,0,0,0.6);
		text-align: center;
		padding: 20px 0;
	}

	.ribbon-arms {
		display: none;
	}
	.index-blue-box {
		background: #164391;
		text-align: center;
		color: #fff;
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 30px;
	}
	.index-blue-box img {
		width: 100%;
	}
	.index-blue-box:nth-child(3) {
		margin-bottom: 0;
	}
	.gen-styling {
		background: #f7f7f7;
		padding: 20px;
		font-size: 1em;
		line-height: 25px;
		letter-spacing: 0.5px;
	}

	.grey-header-box a {
		color: #012169;
		font-weight: 600;
		font-size: 14px;
	}

	.general-banner .banner-text {
		background: rgba(0,0,0,0.6);
		text-align: center;
		padding: 20px 0;
	}

	.general-banner .banner-text h1 {
		font-size: 1.5em;
	}

	.image-height img {
		height: auto;
		width: 100%;
	}

	.image-text-white {
		font-weight: 800;
		width: 70%;
	}

	.flex-col {
		flex: auto;
		width: 100%;
		height: 100%;
	}

	.flex-col:first-child {
		margin-bottom: 30px;
		margin-right: 0;
	}

	.footer-nav > li > a {
		font-size: 1em;
	}

	.copy .span10, .copy .span2 {
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center;
	}

	.top-link, .footer-copy, .footer-rights, .footer-link {
		float: none !important;
	}

	.footer-main .span4, .footer-main .span8 {
		width: 100% !important;
		margin: 0 auto;
		float: none !important;
		text-align: center;
	}

	.footer-nav, .footer-sub-nav {
		list-style: none;
		float: none;
		margin: 20px auto;
		text-align: center;
	}

	.footer-nav li, .footer-sub-nav li {
		line-height: 20px;
		float: none;
	}
	.footer-copy, .footer-rights, .footer-link {
		margin: 0 auto;
		padding: 0;
		line-height: 20px;
	}
	.top-link {
		float: none;
		padding-right: 0;
	}

	.cat-box {
		width: 100%;
	}

	.footer-nav > li > a:last-child {
		padding-right: 15px;
	}

	ul.footer-nav {
		padding: 0;
		margin: 10px 0 0 0 !important;
	}

	.footer-sub-nav > li > a:last-child {
		padding-right: 15px;
	}

	.footer-sub-nav {
		padding: 0;
		margin: 10px 0 0 0 !important;
	}

	.blue-bar-inner .span5, .blue-bar-inner .span7 {
		width: 100% !important;
		margin: 0 auto;
		text-align: center;
	}

	.button-white {
		display: inline-block;
		padding: 5px;
		width: 130px;
		margin: 10px;
		text-align: center;
		float: none;
	}

	.span6.grey-line {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.gen-pages-styling {
		font-size: 1em;
		line-height: 25px;
		letter-spacing: 0.5px;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 0;
	}

	.form-info {
		width: auto;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px 20px 40px;
	}

	.form-wrap {
		background: #e6e6e6;
		width: 100%;
		margin: 0 auto 50px;
		padding: 30px;
		box-sizing: border-box;
	}

	.tab-inner-1 a img, .tab-inner-2 a img {
		width: 30px;
		height: auto;
	}

	.tab-inner-1 {
		position: fixed;
		top: 150px;
		right: 0;
		z-index: 99;
	}

	.tab-inner-2 {
		position: fixed;
		top: 265px;
		right: 0;
		z-index: 99;
	}

	.button-list {
		width: 30%;
	}

	.contact-block {
		flex: auto;
		width: 100%;
	}

	.standards-block {
		flex: auto;
		width: 100%;
	}

	strong {
		font-weight: 700;
		display: block;
	}

	.email-form {
		width: 100%;
		margin-bottom: 10px !important;
	}

	.blue-btn {
		width: 104%;
	}

	.cat-button {
		opacity: 1;
	}

	.cat-container .cat-result {
		visibility: visible;
	}

	@-webkit-keyframes fadeIn {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 1 !important;
		}
	}

	@keyframes fadeIn {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 1 !important;
		}
	}

	div a.blue-text {
		color: #fff !important;
		display: inline !important;
		font-size: 1em;
	}

	div a.blue-text img {
		display: block !important;
	}

	.main-wrap {
		background: #fff;
		padding: 0 30px;
		margin: 0;
		box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
	}

	.span4.footer-logo-wrap {
		display: none;
	}

	.ribbon-arms-gen {
		bottom: 10px;
	}
	.gt {
		display:none !important;
	}
	.gt-mob {
		display:block !important;
	}


}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {
	.gt {
		display:none !important;
	}
	.gt-mob {
		display:block !important;
	}

	#cookie-bar {
		font-size:12px;
	}
	.row-fluid [class*="span"] {
		margin-bottom:25px;
	}
	.row-fluid [class*="span"]:last-child {
		margin-bottom:10px;
	}
	.banner,
	.general-banner {
		display:none;
	}
	.mobile-banner, .mobile-banner img {
		display:block;
		position:relative;
	}
	.mobile-banner .banner-text {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 50px 0;
		box-sizing: border-box;
		margin-top: 0;
	}
		#blog-menu input {
		width:75%;
	}
	.blog header {
		text-align:left;
	}
	
	.blog-post-date {
		font-size:10px;
	}
	footer {
		font-size:10px;
	}
	.copy {
		line-height:20px;
	}

	/* Kelly */

	.grey-header-box a {
		display: block;
	}

	.span5.header-logo-wrap {
		margin-bottom: 0 !important;
	}

	#header-main .span7 {
		width: 100%;
		margin: 0 !important;
	}

	.navbar {
		margin-bottom: 0 !important;
		overflow: visible;
	}

	#logo img {
		padding: 20px 0;
		width: 100%;
		margin: 0 auto;
	}

	.nav {
		float: right !important;
		margin-bottom: 30px !important;
		margin-top: 0 !important;
		padding: 0;
	}

	.button-list {
		width: 100%;
		box-sizing: border-box;
	}

	.flex-col-6, .flex-col-8 {
		padding: 0;
	}

	.email-form {
		width: 95%;
		margin-bottom: 10px !important;
	}

	.image-text-white {
		font-weight: 800;
		width: 90%;
	}

	.cat-box-title h1 {
		font-size: 1em;
	}

	.blue-heading-h4 {
		font-size: 1em;
		line-height: 20px;
		color: #012169;
		font-weight: 800;
		padding: 20px 0 10px;
	}

	.name-list img {
		padding-right: 10px;
		display: block;
	}

	.standards-block {
		padding: 20px;
		box-sizing: border-box;
		letter-spacing: 0.2px;
		font-size: 0.8em;
		line-height: 20px;
	}

	.gen-pages-styling {
		font-size: 1em;
		line-height: 20px;
		letter-spacing: 0.2px;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 0;
	}

	.banner-text h1 {
		font-size: 1.5em;
		line-height: 35px;
		font-weight: 900;
		margin: 0 auto;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.blue-btn {
		width: 100%;
	}

	.white-heading-h4 {
		font-size: 1em;
	}

	.ribbon-arms-gen {
		display: none;
	}
}