@import url(normalize.css);
@import url(animate.min.css);
@import url(slick.css);
@import url(jquery-ui.min.css);
@import url(jquery-ui.structure.css);

/* viewport */

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@-o-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Font-face declarations */

@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('sourcesanspro-bolditalic-webfont.woff2') format('woff2'),
         url('sourcesanspro-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('sourcesanspro-italic-webfont.woff2') format('woff2'),
         url('sourcesanspro-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proSBdIt';
    src: url('sourcesanspro-semibolditalic-webfont.woff2') format('woff2'),
         url('sourcesanspro-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'seecons';
    src: url('seecons-webfont.woff2') format('woff2'),
         url('seecons-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* colours */



/* the Basics */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #19415d;
}
a:hover {
	color: #5d798d;
}
a img {
	border: 0;
	color: #B0D5D7;
}
strong {
	font-family: 'source_sans_probold';
	font-weight: normal;
}
html {
    color: #555;
    font: normal 1.25em/1.7em 'source_sans_proregular';
}
body {
	background-color: #FFF;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
#home {

}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.container {
	max-width: 1360px;
	margin: auto;
	padding: 0 40px;
}
.final-container {
	padding-bottom: 40px;
}
.flexible {
	display: flex;
	flex-flow: row wrap;
}
.flexible-space {
	justify-content: space-between;
}
.flexible-end {
	justify-content: flex-end;
}
.flexible-center {
	justify-content: center;
}
.stretch {
	align-items: stretch;
}
.flexible-wrap {
	flex-wrap: wrap;
}
.flexible-start {
	justify-content: flex-start;
}


/* header */

#header {
	width: 100%;
	height: 193px;
	background: #FFF;
	border-top: 8px solid #0079CB;
}
.topbar {
	max-width: 1360px;
	height: 140px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}
#logo {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 385px;
	height: auto;
	z-index: 2;
}
#logo:hover {
	filter: grayscale(1);
}
.topbar-contact {
	position: absolute;
	top: 15px;
	right: 40px;
	width: 510px;
}
.contact-info {
	margin: 17px 0;
}
.contact-info p {
	font: normal 1.25em 'source_sans_prosemibold';
	margin: 0;
	color: #85C644;
	text-transform: uppercase;
	text-align: left;
}
.contact-info p a {
	color: #85C644;
	text-decoration: underline;
}
.contact-info a:hover {
	color: #3284D3;
}
.topbar-subnav {
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.topbar-subnav-link {
	margin: 0 10px;
	font-size: 90%;
	font-family: 'source_sans_prosemibold';
}
.topbar-subnav-link:first-child, .topbar-subnav-link:last-child {
	margin: 0;
}
.topbar-subnav-link a {
	color: #013974;
	text-transform: uppercase;
}
.topbar-subnav-link a:hover {
	color: #85C644;
}

/* search */

.search {
	display: block;
	margin: 0;
}
.search span, .search span a {
	color: #21703D;
	font-size: 1.1em;
}
#search_form {
	position: relative;
	border: 1px solid #5C98ED;
	border-radius: 4px;
	background: #F7FAF3 url(images/glass.png) no-repeat 98.5% center;
	width: 365px;
	float: right;
}
#search_query {
	border: none;
	color: #3777cf;
	width: 340px;
	background: transparent;
	font: normal 19px 'source_sans_proregular';
	text-indent: 10px;
	outline: none;
}
#search_submit {
	position: absolute;
	width: 40px;
	height: 36px;
	top: 0;
	right: 10px;
	text-indent: -999999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	background: transparent;
}
/* AJAX Search */

#ajaxSearch {
	display: none;
    z-index: 500;
    background-color: #F8FAF4;
    position: absolute;
    width: 100%;
    padding: 10px;
    top: 40px;
    border: 1px solid #5DA3EE;
	box-shadow: 0 6px 6px -2px #555;
	overflow: scroll;
	overflow-x: hidden;
	max-height: 500px;
	border-radius: 4px;
}
#ajaxSearch .ajaxSearch_body {
	padding: 1.5em 1em 1em 1em;
}
.ajaxSearch_loader { background: #fff url(images/ajax-loader.gif) 185px center no-repeat!important; }

.ajaxSearch_close { 
	float:right;
	margin:0.5em;
	overflow:hidden;
	background: url(images/closeicon.png) no-repeat center center;
	background-size: 25px;
	width: 30px;
	height: 30px;
}
.ajaxSearch_close span {
	opacity: 0;
}
#ajaxSearch a {
	color: #3284D3; 
}
#ajaxSearch a:hover { 
	color: #89C850; 
	text-decoration: none; 
}
#ajaxSearch ul.nav {
	padding: 0;
}
#ajaxSearch h2 {
	font: normal 1em 'source_sans_prosemibold';
	color: #3D7FBE;
}
#ajaxSearch ul.nav li {
	display: block;
	list-style: none; 
	margin: 0;
	border-bottom: 1px dotted #ccc; 
}
	#ajaxSearch ul.nav li a { 
		margin: 0;
	}

	#ajaxSearch ul.nav li p {
		margin: .5em 0;
	}



/* Browser Upgrade Prompt */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font: normal 1.45em 'source_sans_prosemibold';
	color: #004170;
}
h3 {
	font: normal 1.20em 'source_sans_prosemibold';
	color: #004170;
}
.blue-bold {
	font-weight: normal;
	font-family: 'source_sans_probold';
	color: #21703D; 
}
.green-bold {
	font-weight: normal;
	font-family: 'source_sans_probold';
	color: #92C358; 
}
.red-bold {
	font-weight: normal;
	font-family: 'source_sans_probold';
	color: #B9212A;
}
.light-blue {
	color: #00FFFF;
}
.page-title, .category-title {
	position: relative;
	max-width: 1400px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
}
.page-title h1, .category-title h1 {
	font: normal 1.7em 'source_sans_prosemibold';
	color: #1E94D2;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #94B4DD;
	max-width: 1360px;
	margin: 23px auto 0 auto;
	padding-bottom: 40px;
}
.cat-dl-section {
	position: absolute;
	right: 20px;
	top: 50%;
	height: 45px;
	margin-top: -22px;
}

/* navigation */


.current {
	background-color: #21703D;
	color: #FFF;
}
.on {
	background: #014689;
	color: #FFF !important;
}
.title-nav-wrapper {
	text-align: right;
}
.nav-wrapper {
	position: relative;
	background-color: #124893;
	width: 100%;
	height: 45px;
	z-index: 10;
}
.main-nav {
	top: 0;
	max-width: 1360px;
	margin: auto;
	padding: 0 40px;
	height: 45px;
}
.main-nav > ul {
	display: flex-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	height: 45px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: space-between;
}
.dropdown-container {
	display: none;
	opacity: 0;
}
.drop-nav-list {
	padding: 0;
	max-width: 1280px;
	margin: auto;
	position: relative;
	columns: 4 310px;
}
.hasChildren:hover .dropdown-container {
	display: block;
	position: absolute;
	margin: 0;
	padding: 15px;
	top: 45px; left: 0;
	background: #FFF;
	border-left: 1px solid #CED0D0;
	border-right: 1px solid #CED0D0;
	border-bottom: 1px solid #ced0d0;
	width: 100%;
	min-height: 200px;
	right: 0;
	box-shadow: 0 1px 13px rgba(0, 0, 0, 0.3);
	transition: opacity 1s ease-in;
	opacity: 1;
}
.nav-level-1 {
	list-style: none;
	text-align: right;
	align-self: stretch;
}
.responsive-nav-item {
	display: none;
}
.nav-level-1 > a {
	color: #FFF;
	text-transform: uppercase;
	font: normal 1em 'source_sans_proregular';
	line-height: 45px;
	letter-spacing: 1px;
	padding: 0 15px 0 15px;
	display: block;
	white-space: nowrap;
}
.nav-level-1:hover, .nav-level-1 > a:hover {
	margin: 0;
	background-color: #85C644;
}
.nav-level-2 {
	text-align: left !important;
	display: block;
	color: #485358;
	cursor: default;
	break-inside: avoid;
}
.non-clickable {
	color: #4375BA;
}
.nav-level-2 span {
	display: block;
	font-family: 'source_sans_prosemibold';
	font-size: .9em;
	padding: 10px 0 !important;
	line-height: initial !important;
}
.nav-level-2 a {
	display: block;
	padding: 10px 15px !important;
	line-height: initial !important;
	font-family: 'source_sans_prosemibold';
	font-size: .9em;
}
.nav-level-2:hover, .nav-level-2 a:hover {
}
.nav-level-2 .sub-drop-nav-list:hover {
	color: inherit;
}
.sub-drop-nav-list {
	display: table;
	margin: 0;
}
.nav-level-3 {
	list-style: none;
	padding: 0;
	margin: 0 10px 10px 0;
}
.nav-level-3 p {
	margin: 0;
	padding: 0;
	font-size: .7em;
	text-transform: initial;
}
.nav-level-3 > a {
	margin: 0;
	padding: 0 !important;
	font-size: .75rem !important;
	color: #404041;
	text-transform: initial;
	font-family: inherit;
}
.nav-level-3 a:hover {
	text-decoration: underline !important;
	background: none !important;
	color: initial !important;
}
.mobilesidemenu input[type="checkbox"], .mobilesidesubmenu input[type="checkbox"] {
	display: none;
}
.mobileoverlay {
	display: none;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}
.hidden-from-nav {
	display: none;
	visibility: hidden;
}
.top-link-anchor {
	display: none;
}


/* home page */

.home-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #013974;
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;
}
.v-centre {
	justify-content: space-between;
	align-content: stretch;
	align-items: center;
	height: 100%;
}
.h-centre {
    justify-content: center;
    align-content: stretch;
    align-items: center;
    height: 100%;
}
.cutline {
	flex: 1 1 45%;
	max-width: 650px;
}
.cutline h1 {
	color: #FFF;
	line-height: 1em;
}
.text {
	flex: 1 1 48%;
	max-width: 650px;
	color: #FFF;
}

.slogan-bar {
	width: 100%;
	height: 75px;
	background: #3777CF;
	border-top: 1px solid #85C644;
	border-bottom: 1px solid #85C644;
	margin-bottom: 40px;
}
.slogan {
	font: normal 42px 'source_sans_proregular';
	color: #FFF;
	text-align: center;
	line-height: 75px;
	margin: 0;
}
.body-copy {
	width: 49%;
}
.body-copy p:first-child {
	margin-top: 0;
}
.feature-item {
	position: relative;
	flex: 1 1 25%;
	max-width: 320px;
	height: 350px;
	display: flex !important;
	flex-flow: column nowrap;
	align-content: center;
	align-items: center;
	justify-content: inherit;
}
.feature-pic {
	width: 320px;
	height: 300px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}
.feature-item img {
	max-width: 320px;
	height: auto;
	max-height: 300px;
}
.feature-item p {
	color: #013974;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
}
.feature-link {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
}
.feature-link span {
	visibility: hidden;
}
.slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 10px;
	width: 28px;
	height: 15px;
	background: url(images/chevron.png) no-repeat center;
	transform: rotate(90deg);
	color: transparent;
	border: none;
	cursor: pointer;
}
.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 10px;
	width: 28px;
	height: 15px;
	background: url(images/chevron.png) no-repeat center;
	transform: rotate(-90deg);
	color: transparent;
	border: none;
	cursor: pointer;
}
.storage-title-wrapper {
	width: 100%;
	height: 50px;
	margin: 25px 0 0 0;
	background-color: #004184;
	border-top: 5px solid #92C358;
}
.storage-title-wrapper .container h3 {
	margin: 0;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
.storage-wrapper {
	width: 100%;
	background-color: #F5F6F6;
	padding-bottom: 35px;
}

.grid {
	position: relative;
	background: #FFF;
	/* border-bottom: 1px solid #9EBDE8; */
}
.spacer {
	width: 100%;
	height: 60px;
}
.left {
	position: absolute;
	left: 0;
	top: 0;
	background: #85C644;
	height: 60px;
	width: 50%;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.right {
	position: absolute;
	right: 0;
	top: 0;
	background: #004689;
	height: 60px;
	width: 55%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%);
}
.left h4, .right h4 {
	color: #FFF;
	font: normal 30px/60px 'source_sans_proregular';
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
.divisions-wrapper {
	background-color: #013974;
	margin-top: 10px;
	padding: 20px;
}
.div-head {

}
.div-head h4 {
	text-align: center;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.3em;
}
.div-item {
	flex: 0 1 44%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.r-t-l {
	direction: rtl;
}
.l-t-r {
	direction: ltr;
}
.rtl {
	flex: 0 1 70%;
	color: #FFF;
	line-height: 1.1em;
}
.ltr a, .rtl a {
	color: #FFF;
	text-decoration: underline;
}
.ltr a:hover, .rtl a:hover {
	color: #FFC30D;
}
.ampersand {
	width: 60px;
	color: #FFF;
	background-color: transparent;
	text-align: center;
	font: normal 2.9em/1em "georgia";
}
.pic-box {
	flex: 0 0 144px;
	width: 144px;
	height: 144px;
}
.pic-box img {
	width: 100%;
	height: auto;
}
.white {
	background: #FFF;
	border-top: 2px solid #9EBDE8;
	border-bottom: 2px solid #9EBDE8;
}
.downloads {
	padding: 25px;
}
.catalog {
	width: 340px;
	margin: 10px;
	border: 4px solid #9EBDE8;
	background: #F4F6F7;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.catalog-pic {
	padding: 20px;
	flex: 0 0 35%;
}
.catalog-pic img {
	width: 85px;
	height: auto;
}
.catalog-blurb {
	flex: 0 0 65%;
}
.catalog-blurb h4 {
	font: normal 46px/46px 'source_sans_probold';
	color: #85c644;
	margin: 20px 0 15px 0;
}
.catalog-blurb p {
	font: normal 1em/1em 'source_sans_proregular';
	color: #004689;
	margin: 15px 0;
}
.catalog-blurb p strong {
	font-family: 'source_sans_probold';
}
.dl-button {
	font: normal 18px/43px 'source_sans_proregular';
	width: 160px;
	height: 43px;
	color: #50646f;
	background: url(images/download-book.png) no-repeat right center;
	background-size: 35px auto;
}
.grid-row {
	min-height: 300px;
	padding: 15px;
}
.grid-item {
	flex: 0 1 33%;
	width: 33%;
	padding: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
	background: url(images/chevron.png) no-repeat center 5px;
}
.grid-link:hover .product-grid-title {
	color: #89C850;
}
.grid-image-box {
	max-width: 100%;
	height: 270px;
	text-align: center;
}
.grid-image-box img {
	height: 270px;
	width: auto;
	display: block;
	margin: auto;
}
.product-grid-title {
	max-width: 400px;
}
.product-grid-title p {
	font: normal 1.1em/1.2em 'source_sans_probold';
	color: #3777cf;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-top: 30px;
}

/* New link bar */

.digital-tools {
	width: 100%;
	max-height: 300px;
	background: #1F478F;
	padding: 20px;
	margin: 4px 0 25px 0;
}
.digital-tools-hd {
	display: block;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 10px 0;
	width: 100%;
	font: normal 1.20em 'source_sans_prosemibold';
}
.digital-tools-links {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.digital-tool {
	list-style: none;
	display: inline-block;
	margin: 10px 50px;
}
.tool-icon {
	display:block;
	margin: auto;
	padding: 0 0 17px 0;
}
.tool-anchor {
	min-width: 228px;
	display: inline-block;
	background: #70B63F;
	color: #FFF;
	font-family: 'source_sans_prosemibold';
	padding: 5px 25px;
}
.tool-anchor:hover {
	color: #19415d;
}


/* about */

.banner {
	width: 100%;
	height: 340px;
	position: relative;
	padding: 25px 0;
}
.williams-icon {
	display: block;
	margin: 0 auto;
}
.slogan-text {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font: normal 2.4em/1.03em 'source_sans_probold'; 
}
.main-text {
	column-count: 2;
	column-width: 50%;
	column-gap: 40px;
	padding: 30px 0;
}
.main-text p {
	display: inline-block;
	margin-top: 0;
}
.company-list-item {
	position: relative;
	margin: 50px 0;
	padding: 60px 0;
}
.hidden {
	visibility: hidden;
}
.profile-pic {
	flex: 1 1 50%;
}
.profile-pic img {
	max-width: 100%;
	height: auto;
}
.profile-text {
	flex: 1 1 50%;
}


/* products */

.envelope {
	width: 100%;
	border-bottom: 1px solid #94B4DD;
	padding: 20px 0;
	margin: 20px 0;
}
.envelope-b {
	width: 100%;
	padding: 20px 40px;
	margin: 20px auto;
}
.category {
	position: relative;
	flex: 1 1 33%;
	max-width: 426.3px;
	padding: 10px 0 0 0;
	background: url(images/chevron.png) no-repeat center 5px;
}
.category h3 {
	text-align: center;
	min-height: 58px;
	font: normal 18px 'source_sans_probold';
	color: #3E73B9;
	text-transform: uppercase;
	max-width: 80%;
	margin: 25px auto;
}
.special-link-title {
	color: #5A51BD !important;
}
.special-link {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.special-link:hover {
	border: 1px solid #eee;
	border-radius: 4px;
	background: rgba(133, 198, 68, 0.0);
}
.category-pic {
	height: 220px;
	margin: 0 0 15px 0;
	display: block;
}
.category-pic img {
	max-height: 100%;
	width: auto;
	display: block;
	margin: auto;
}
.category-product-list {
	padding: 0 0 0 30px;
	margin-left: 20px;
}
.category-product-list-item {
	list-style: none;
	font-size: 18px;
	color: #19191A;
	line-height: 25px;
}
.category-product-list-item:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 2px 0 -14px;
	background: url(images/list-chevron.png) no-repeat top left;
}

/* product */

.breadcrumbs {
	display: block;
	margin: 20px 0;
}
.breadcrumbs span {
	text-transform: uppercase;
	font-size: .8em;
}
.product-title {
	color: #2B78C1;
}
.product-description {
	display: inline-block;
	width: 50%;
	min-height: 525px;
}
.product-description h1 {
	font: normal 32px/38px 'source_sans_probold';
	text-transform: uppercase;
	color: #666;
}
.product-description hr {
	height: 2px;
	color: #6FBC3F;
}
.right-side-content {
	position: relative;
	display: inline-block;
	text-align: right;
	margin: 30px 0 0 30px;
	width: 400px;
	float: right;
}
#product-photo {
	max-width: 400px;
	border: 1px solid #EEE;
}
#product-photo img {
	max-width: 100%;
	height: auto;
}
.single-photo {
	margin: auto;
	display: block;
}
#photo-thumbs {
	max-width: 400px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.photo-thumb {
	margin: 0 10px;
	border: 1px solid #F4F4F5;
	cursor: pointer;
}
.product-subhead {
	border-left: 12px solid #D7E2E7;
	font: normal 28px 'source_sans_probold';
	color: #3777cf;
	padding: 0 0 0 15px;
	margin: 10px 0;
	text-transform: uppercase;
}
.interaction {
	max-width: 1360px;
	margin: 50px auto 30px auto;
}
.dl-link {
	color: #657178;
	font-size: 18px;
	margin-right: 50px;
}
.dl-link:hover {
	color: #85C644;
}
.pdf-icon {
	margin-right: 10px;
	width: 35px;
	height: 45px;
}
.quote-request {
	display: block;
	margin: 30px 0;
}
.quote-request-button {
	padding: 8px 14px;
	background: #21703D;
	color: #FFF !important;
	text-transform: uppercase;
}
.quote-request-button:hover {
	background: #3778CF;
}
.standards {
	position: absolute;
	right: 0;
	top: -50px;
}
.standards ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.standards-icons {
	list-style: none;
	width: 60px;
	height: 60px;
	margin: 0 5px;
	display: flex;
	align-items: center;
}
.standards-icons img {
	width: 100%;
	height: auto;
	max-height: 60px;
}
.product-number {
	max-width: 400px;
	text-align: left;
	font-size: 1.1em;
	color: #124893;
	text-transform: uppercase;
}
.feature-table {
	margin-bottom: 50px;
	clear: both;
}
.full-width {
	width: 100%;
}
.half-width {
	width: 50%;
}
.feature-table-row {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	border-bottom: 1px solid #CCDFE7;
}
.top-rule {
	border-top: 1px solid #CCDFE7;
}
.feature-title {
	flex: 0 1 25%;
	width: 250px;
	color: #235AA3;
	font: normal 18px 'source_sans_prosemibold';
	padding: 0 0 0 15px;
	align-self: center;
}
.feature-subtitle {
	font: normal 18px 'source_sans_proregular';
	color: #506570;
	margin: 0;
}
.grey {
	background: #F3F3F4;
}
.feature-description {
	flex: 0 1 75%;
	border-left: 1px solid #CCDFE7;
	padding: 0 0 0 15px;
}
.feature-description p, .feature-description ul {
	margin: 6px 0;
	font-size: 18px;
	line-height: 25px;
}
.feature-description ul {
	padding: 0 0 0 20px;
}
.diagrams {
	margin: 0 0 80px 0;
}
.product-diagrams {
	flex: 1 1 25%;
	align-self: flex-start;
	max-height: 475px;
}
.product-diagrams p {
	color: #3777cf;
	margin: 0;
}
.product-diagrams img {
	width: auto;
	max-height: 450px;
}
.product-footnote, .feature-footnote {
	font: normal 80%/1em 'source_sans_proitalic';
	color: #657178;
	margin: 10px 0 10px 0;
	display: block;
}
.product-footnote {
	margin-top: -50px;
}
.specs-table {
	width: 100%;
	border: 1px solid #E2EAEE;
	font-size: 18px;
	line-height: 25px;
	margin: 50px 0;
}
.table-header {
	display: flex;
	flex-flow: row nowrap;
	background: #435c68;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
.no-show {
	color: #608496 !important;
}
.header-item {
	color: #FFF;
	border-right: #B1C5D0;
	flex: 1 1 20%;
	text-align: center;
	align-self: center;
}
.table-row {
	display: flex;
	flex-flow: row nowrap;
	background: #F3F3F4;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	border-bottom: 1px solid #D7E3E8;
}
.table-item {
	color: #566A74;
	border-right: 1px solid #D7E3E8;
	flex: 1 1 20%;
	text-align: center;
	align-self: stretch;
	display: flex;
	align-content: center;
	justify-content: center;
}
.table-item span {
	text-align: center;
	align-self: center;
}
.item-photo {
	background: #FFF;
	width: 200px !important;
	padding: 10px;
}
.item-photo img {
	width: 150px;
	height: auto;
}


/* Resources */

#accordion {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
}
#accordion h2 {
	position: relative;
	width: 100%;
	background: #456AA5;
	font: normal 1.1em 'source_sans_prosemibold';
	color: #FFF;
	text-transform: uppercase;
	padding: 4px 75px 4px 15px;
	margin: 5px 0;
	cursor: pointer;
}
.details-wrapper h3 {
	text-transform: uppercase;
	color: #2383C6;
}
.resource-list {
	margin: 0;
	padding: 0;
}
.catalogue-item {
	list-style: none;
	background: #D5DCDD;
	padding: 2px 10px;
	margin: 0 0 4px 0;
	font-family: 'source_sans_prosemibold';
	font-size: .9em;
	line-height: 1.3em;
}
.catalogue-item:last-child {
	margin: 0 0 0 0;
}
.catalog-dl-prompt {
	display: inline;
	background: url(images/dl-icon.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	font-size: .7em;
	font-family: 'source_sans_proregular';
}
.resource-subhead {
	list-style: none;
	font: normal 1em/1.3em 'source_sans_prosemibold';
	color: #456AA5;
	text-transform: uppercase;
	border-bottom: 1px solid #CBDBE0;
	padding: 2px 0;
}
.resource-subhead a {
	list-style: none;
	font: normal 1em/1.3em 'source_sans_prosemibold';
	color: #456AA5;
	text-transform: uppercase;
	border-bottom: 1px solid #CBDBE0;
	padding: 2px 0;
}
.resource-item {
	list-style: none;
	border-bottom: 1px solid #CBDBE0;
	padding: 2px 0 2px 10px;
	font-size: .9em;
	line-height: 1.3em
}
.dl-prompt {
	display: inline-block;
	float: right;
	background: url(images/dl-icon.png) no-repeat left center;
	padding: 0 0 0 20px;
	font-family: 'source_sans_proregular';
	font-size: .7em;
	width: 150px;
	text-transform: initial;
}
.dl-prompt a {
    text-transform: initial;
    color: initial;
    font-family: 'source_sans_proregular';
    font-size: small;
    border: none;
}

/*
.ui-accordion-header-icon {
	position: absolute;
	right: 95px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	font: normal .7em/38px 'source_sans_proregular';
	color: #FFF;
	text-transform: initial;
}
*/
.ui-icon.iconOpen {
	position: absolute;
	right: 95px;
	top: 50%;
	margin-top: -19px;
    background:url('images/a-close.png') no-repeat;
    width:76px;
    height:38px;
}
.ui-icon.iconClosed {
	position: absolute;
	right: 95px;
	top: 50%;
	margin-top: -19px;
    background:url('images/a-open.png') no-repeat;
    width:76px;
    height:38px;
}
/*
.ui-accordion-header-icon:before, .ui-icon-triangle-1-e:before {
	content: '+';
	font: normal 1.5em/38px 'seecons';
	color: #FFF;
	position: absolute;
	height: 38px;
	left: -30px;
	top: 50%;
	margin-top: -19px;
}
.ui-icon-triangle-1-s:before {
	content: '-';
	font: normal 1.5em/38px 'seecons';
	color: #FFF;
	position: absolute;
	height: 38px;
	left: -30px;
	top: 50%;
	margin-top: -19px;
}
*/
.resource-inline-list {
	display: flex;
	margin: 0;
	padding: 0;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.resource-inline-item {
	max-width: 300px;
	max-height: 100px;
	margin-right: 30px;
	list-style: none;
}
.resource-inline-item img {
	width: 100px;
	height: auto;
}
.list-small {
	font-size: .7em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

/* quote request */

.custom-color-for-some-reason {
	background: #F8F9FA;
	padding: 0 20px;
}
.slender-container {
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.quote-request-form {
	max-width: 800px;
	margin: auto;
}
.request-form {
	display: flex;
	max-width: 800px;
	justify-content: space-between;
	flex-flow: row auto;
}
.request-form ::placeholder {
	color: #506470;
	font-size: 16px;
}
.request-form label {
	display: none;
}
.request-form p {
	margin: 5px;
	align-self: stretch;
}
.form-left {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	align-content: space-between;
	justify-content: space-between;
	flex: 1 1 47%;
	max-width: 380px;
	height: 332px;
}
.form-right {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	align-content: space-between;
	flex: 1 1 47%;
	max-width: 380px;
}
.request-form textarea {
	padding: 6px 6px 30px 6px;
	width: 100%;
	border: 1px solid #DFE1E2;
	height: 277px;
	font-size: 18px;
	color: #808080;
}
.request-form input {
	padding: 6px;
	width: 100%;
	border: 1px solid #DFE1E2;
	font-size: 18px;
	color: #808080;
}
.important {
	display: none;
}
.send-button {
	position: relative;
}
.send-button button {
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -64px;
	width: 128px;
	height: 42px;
	background: #21703D;
	color: #FFF;
	border: none;
	cursor: pointer;
}
.send-button button:hover {
	background: #3284D3;
}
.thanks {
	padding: 40px;
	border: 1px solid #99BCE0;
	text-align: center;
	color: green;
	background: #FFF;
}
.disclaimer {
	text-align: left;
	padding: 20px 0 30px 0;
	font-size: 14px;
	color: #506470;
	margin: 0;
}
.disclaimer:before {
	content: '';
	width: 13px;
	height: 16px;
	display: inline-block;
	margin-right: 8px;
	background: url(images/padlock.png) no-repeat center center;
}

/* news */

.news-item {
	border-bottom: 1px solid #99BCE0;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
.event-listing {
	
}
.post-date {
	margin-top: 0;
	color: #9D9D9D;
	font-style: italic;
	font-size: 80%;
}
.extras {
	position: relative;
}
.dl-list {
	position: absolute;
	top: 0;
	left: 200px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
}
.dl-list li {
	list-style: none;
	margin-right: 20px;
}
.expand-button {
	padding: 3px 8px;
	color: #FFF;
	border-radius: 5px;
	background: #88C850;
	cursor: pointer;
	font-size: 75%;
}
.expand-info {
	display: none;
}
.news-item h2 {
	margin-bottom: 0;
}

/* pagination */

.MarkupPagerNav {
	clear: both;
	font-family: 'source_sans_prosemibold';
	margin: 20px 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.MarkupPagerNav li {
	display: inline;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 1px 14px 0 14px;
	margin-right: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #3284D3;
}
.MarkupPagerNav li.MarkupPagerNavOn a {
	text-decoration: none;
	background-color: #89C850;
}
.MarkupPagerNav li a:hover {
	text-decoration: none;
	background-color: #89C850;
	color: #FFF;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
	color: #359D9D;
	background: none;
	padding-left: 3px;
	padding-right: 3px;
}
.MarkupPagerNav li:before {
	font-family: 'source_sans_prosemibold' !important;
	font-size: 85%;
	content: '' !important;
	color: #265FA4;
	margin: 0 5px 0 -15px;
}

/* contact */

#map {
	width: 100%;
	height: 450px;
	margin: 40px 0 0 0;
}
.address, .phone, .email {
	margin: 0 40px 0 0;
}
.address p, .phone p, .email p {
	margin: 0;
	position: relative;
}
.phone-space {
	margin: 0 25px 0 25px;
	visibility: hidden;
}
.tab {
	margin: 0 0 0 15px;
	position: absolute;
	top: 0; left: 75px;
}


/* back to top */

#back-to-top {
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: -30px;
    width: 70px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 25px 0 0 25px;
    display: none;
    cursor: pointer;
    z-index: 10003;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#back-to-top::before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(images/top.png) no-repeat center center;
	left: 4px;
	top: 4px;
	opacity: .5;
}
#back-to-top:hover {
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#back-to-top:hover:before {
	opacity: .8;
}

/* footer */

#foot-wrapper {
	width: 100%;
	border-top: 5px solid #92C358;
	background: #E7E9EA;
}
.footer {
	max-width: 1360px;
	padding: 30px 0 20px 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footer-bar-address {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#foot-logo {
	width: 230px;
	height: auto;
}
.extra-graphics {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: flex-start;
}
.extra-icon {
	margin: 0 10px;
}
.foot-address {
	padding-left: 50px;
}
.foot-address p {
	margin: 0;
	font-size: 90%;
	line-height: 1.25em;
	color: #004184;
}
.foot-address p strong {
	line-height: 1.7em;
}
.footer-bar-nav {
	max-width: 700px;
}
.footer-bar-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	font-size: 80%;
	font-family: 'source_sans_prosemibold';
	float: right;
}
.footer-bar-nav ul li {
	padding: 0 10px;
	text-transform: uppercase;
}
.footer-bar-nav ul li a {
	color: #004184;
}
.footer-bar-nav ul li a:hover {
	color: #85C644;
}
.foot-contact {
	font-size: 90%;
	clear: both;
	padding-top: 40px;
	color: #004184;
}
.foot-contact p {
	text-align: right;
	margin: 0;
}
.foot-contact span {
	padding: 0 5px;
	color: 92C358;
}
.foot-contact a {
	color: #004184;
}
.foot-contact a:hover {
	color: #85C644;
}
.legal {
	width: 100%;
	font-size: 16px;
	margin: 20px 0;
	text-align: center;
	color: #333;
}
.legal a {
	color: #333;
}
.legal a:hover {
	color: #555;
}

/* CMS styles and styles needed for CKEditor positioning */

#editpage {
	position: fixed;
	top: 0;
	left: 0; 
	z-index: 201;
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
}
.align_left {
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}
.align_right {
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}
.align_center {
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}
figure {
	display: inline-block;
	margin: 1em 0;
}
figure figcaption {
	font-style: italic;
	font-size: 70%;
	padding: 0;
	border-bottom: 1px solid #DDD;
}

/*  Helper classes  */

.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

/* media queries */


@media only screen and (max-width: 1024px) {
	
   .mobilesidemenu, .mobilesidemenu * {
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.mobilesidemenu input[type="checkbox"] {
		/* checkbox used to toggle menu state */
    	position: absolute;
    	left: 0;
    	top: 0;
    	visibility: hidden;
	}
	#maintoggler {
    	z-index: 10;
		display: block;
		position: absolute;
		font-size: 7px;
		width: 5em;
		height: 4.6em;
		margin: 7px 0 0 0;
		left: 20px;
		background: transparent;
		text-indent: -1000px;
		border: 1em solid #FFF;
		border-width: 1em 0;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	#maintoggler::before, #maintoggler::after {
    	/* inner stripes inside label */
    	content: "";
    	display: block;
    	position: absolute;
    	width: 100%;
    	height: 1em;
    	top: 50%;
    	margin-top: -0.52em;
    	left: 0;
    	background: #FFF;
    	/* stripes background color. Change to match border color of parent label above */
    	-webkit-transform: rotate(0);
    	transform: rotate(0);
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for flipping label */
	}
	.mobilesidemenu nav {
    	/* NAV menu inside container */
    	margin: 0;
    	padding: 40px 0 0 0;
    	position: fixed;
    	text-transform: uppercase;
    	border-left: 1px solid gray;
    	width: 310px;
    	/* width of nav menu */
    	height: 100%;
    	right: -310px;
    	/* set left to -width of menu */
    	top: 0;
    	z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0); /* trigger hardware acceleration */
		transform: translate3d(0, 0, 0);
    	background: #FFF;
    	overflow-y: scroll;
    	/* Old browsers */
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for animating nav in and out */
	}
	.main-nav > ul {
    	display: block;
    }
	.mobilesidemenu ul {
    	/* UL menu inside container */
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	width: 100%;
	}
	.mobilesidemenu li {
		border-bottom: 1px solid #F2D7AC;
		display: block;
	}
	.mobilesidemenu li a {
    	display: block;
    	text-decoration: none;
    	margin: 0;
    	padding: 5px 0 5px 10px;
    	color: #19415d;
	}
	.mobilesidemenu li a:hover {
    	color: white;
	}
	#navtoggler {
    	/* label button inside nav to close menu */
    	cursor: pointer;
    	position: absolute;
    	left: 0;
    	top: 0;
    	border-radius: 0 0 40px 0;
    	width: 40px;
    	height: 30px;
    	text-align: center;
	}
	#navtoggler::after {
    	/* label button x */
    	content: "x";
    	color: #89C850;
    	background: url(images/closeicon.png) no-repeat center center;
    	display: block;
    	margin-top: 2px;
    	margin-left: 4px;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	#navtoggler:hover::after {
    	/* state of NAV label::after when mouse moves over */
    	-webkit-transform: rotatey(180deg);
    	transform: rotatey(180deg);
    	/* flip labels vertically onMouseover */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ span#maintoggler {
    	/* state of main menu label when menu is open  */
    	border-color: transparent;
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ span#maintoggler::before {
    	/* state of main menu label::before when menu is open  */
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ span#maintoggler::after {
    	/* state of main menu label::after when menu is open  */
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ nav {
    	/* state of NAV when menu is open  */
    	right: 0;
    	/* set left to 0 to animate it into view  */
	}
	.nav-level-1 {
    	text-align: left;
	}
	.nav-level-1 a {
		padding-left: 10px;
	}
	.hasChildren:hover .dropdown-container {
    	position: static;
    }
    .sub-drop-nav-list {
    	position: static;
    	min-width: 100%;
    }
    #header {
		height: 153px;
	}
    .topbar {
    	height: 100px;
	}
	#logo {
    	width: 250px;
    	height: auto;
	}
	.responsive-nav-item {
		display: block;
	}
    .topbar-contact {
    	top: 104px;
    	right: 20px;
    	max-width: 949px;
    	width: auto;
    	z-index: 10;
	}
	.nav-wrapper {
    	position: static;
	}
	.contact-info {
    	display: none;
	}
	.search {
    	display: inline-block;
    	width: 400px;
	}
	.search > span {
		display: none;
	}
	.contact-info p {
    	font: normal 26px 'source_sans_prosemibold';
	}
	#search_query {
    	width: 85%;
    	font: normal 18px 'source_sans_proregular';
	}
	#search_submit {
    	right: 0px;
    	height: 36px;
    }
    .footer-bar-nav ul {
    	display: none;
    }
}
@media only screen and (max-width: 950px) {
	.product-description {
    	display: block;
    	width: 100%;
    	min-height: auto;
	}
	.interaction {
    	margin: auto;
	}
	.right-side-content {
    	width: 400px;
    	float: none;
    	margin: 10px 0 20px 0;
	}
	.product-diagrams img {
    	width: 100%;
    	height: auto;
	}
	.standards {
    	position: static;
	}
}
@media only screen and (max-width: 875px) {
	.contact-info p {
    	font: normal 20px 'source_sans_prosemibold';
	}
	.highlights .flexible {
    	display: block;
	}
	.body-copy {
    	width: 100%;
	}
	.catalog {
    	width: 100%;
	}
	.left h4, .right h4 {
    	font: normal 22px/68px 'source_sans_probold';
	}
}
@media only screen and (max-width: 850px) {
	.grid-row .flexible-space {
    	justify-content: center;
	}
	.slogan-text {
    	font: normal 2em/1.03em 'source_sans_probold'; 
	}
	.ui-accordion-header-icon {
    	right: 10px;
    }
    .dl-prompt {
    	width: auto;
	}
	.envelope-b {
    	padding: 20px 0;
	}
	.ui-icon.iconClosed, .ui-icon.iconOpen {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.slogan {
    	font: normal 6vw 'source_sans_proregular';
    	line-height: 75px;
	}
	.spacer {
		display: none;
	}
	.v-centre {
    	justify-content: center;
    }
    .footer {
    	display: block;
	}
    .foot-address {
    	display: none;
	}
	#foot-logo {
	    margin: auto;
	}
	.footer-bar-nav {
    	max-width: 100%;
	}
	.foot-contact p {
    	text-align: center;
	}
}
@media only screen and (max-width: 700px) {
	.left, .right {
		display: block;
    	width: 100%;
    	clip-path: none;
	}
	.main-text {
    	column-count: 1;
	}
	.cutline {
    	flex: 1 1 100%;
    	max-width: 100%;
	}
	.text {
    	flex: 1 1 100%;
    	max-width: 100%;
	}
}
@media only screen and (max-width: 650px) {
	
	.overlay {
    	top: 100px;
	}
	.overlay h1 {
    	font: normal 30px/40px 'source_sans_probold';
	}
	.overlay-icon {
    	bottom: 30px;
	}
	.slogan-text {
    	font: normal 1.6em/1.03em 'source_sans_probold'; 
	}
	.r-t-l {
    	direction: ltr;
	}
	.div-item {
    	flex: 0 1 100%;
    	display: block;
    	text-align: center;
	}
	.pic-box {
    	margin: auto;
	}
}
@media only screen and (max-width: 500px) {
	#search_query {
		background: #F7FAF3 url(images/glass.png) no-repeat center center;
	}
	#search_query::placeholder{
		color: transparent;
	}
	#search_form {
		width: auto;
	}
	#search_form button {
		display: none;
	}
	.search {
		width: auto;
	}
	#search_query {
		width: 40px;
		height: 36px;
		transition: all .5s;
		outline: none;
	}
	#search_query:focus {
		width: 250px;
		color: #3777cf;
		background: #F7FAF3 url(images/glass.png) no-repeat 98.5% center;
		transition: all .5s;
	}
	.catalog {
    	width: 100%;
	    display: block;
    }
    .catalog-pic {
    	padding: 30px 30px 0 30px;
    }
    .catalog-pic img {
	    margin: auto;
    	display: block;
	}
	.catalog-blurb {
		padding: 30px;
	}
	.catalog-blurb h4 {
    	margin: 0 0 15px 0;
    }
    .grid-row .flexible {
    	display: block;
    }
    .grid-item {
    	display: block;
    	width: 100%;
    	background: none;
    }
    .grid-image-box img {
    	height: auto;
    	width: 100%;
	}
	.header-item {
    	flex: 1 0 20%;
	}
	.specs-table {
    	font-size: .7em;
	}
	.dl-prompt {
    	display: none;
    }
    .request-form {
    	display: block;
    	max-width: 100%;
	}
	.form-left {
    	max-width: 100%;
    	height: auto;
	}
	.form-right {
    	max-width: 100%;
	}
	.acc-link {
    	color: transparent;
    	font-size: 1px;
	}
	.flexible {
    	display: block;
	}
}
@media only screen and (max-width: 475px) {
	.overlay {
    	top: 50px;
	}
	.right-side-content {
    	width: 100%;
	}
	#product-photo {
    	max-width: 100%;
	}
	.product-number {
    	max-width: 100%;
    }
    #photo-thumbs {
    	max-width: 100%;
    }
    #accordion {
    max-width: 1360px;
    margin: 0 auto;
    	padding: 0 20px 40px 20px;
	}
}
@media only screen and (max-width: 400px) {
	.overlay h1 {
    	font: normal 25px/40px 'source_sans_probold';
	}
	.container {
    	padding: 0 20px;
    }
    .category-pic img {
    	max-height: initial;
    	height: auto;
    	max-width: 100%;
		max-height: 100%;
	}
}
@media only screen and (max-width: 350px) {
	.slogan-text {
    	font: normal 1.4em/1.03em 'source_sans_probold'; 
	}
}	
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}