/* Google Font */
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
@import "https://fonts.googleapis.com/css?family=Lato:400,600,700";

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}

/* Global Styles  */
body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	margin-top: 0;
	font-weight: 400;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
a {
    outline: 0 !important;
}
a:hover, a:focus {
	text-decoration: none !important;
	outline: 0 !important;
}

/* Bootstrap Overrides */
body > .container {
	min-height: 42vh;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.form-control {
	border-radius: 0;	
}

/* Company Specific Buttons */
.btn-eds {
	border: none;
	border-radius: 0;
	display: inline-block;
	padding: 14px 15px;
	width: 100%;
	font-size: 16px;
}
.btn-100 {
	max-width: 100px;	
}
.btn-140 {
	max-width: 140px;	
}
.btn-180 {
	max-width: 180px;	
}
.btn-fisnar-blue, .btn-fisnar-blue:visited {
	color: #FFF;
	background-color: #001970;
}
.btn-fisnar-blue:hover, .btn-fisnar-blue:focus {
	color: #FFF;
	background-color: #131C4E;	
}
.btn-fisnar-green, .btn-fisnar-green:visited {
	color: #FFF;
	background-color: #05B852;
}
.btn-fisnar-green:hover, .btn-fisnar-green:focus {
	color: #FFF;
	background-color: #0E9849;
}
.btn-fisnar-yellow, .btn-fisnar-yellow:visited {
	color: #FFF;
	background-color: #FCAC3A;
}
.btn-fisnar-yellow:hover, .btn-fisnar-yellow:focus {
	color: #FFF;
	background-color: #EF9719;	
}
.btn-fisnar-ghost, .btn-fisnar-ghost:visited {
	color: #001970;
	background-color: transparent;
	border: 2px solid #001970;
}
.btn-fisnar-ghost:hover, .btn-fisnar-ghost:focus {
	color: #FFF;
	background-color: #001970;	
}
.btn-frc-blue, .btn-frc-blue:visited {
	color: #FFF;
	background-color: #35478A;
}
.btn-frc-blue:hover, .btn-frc-blue:focus {
	color: #FFF;
	background-color: #131C4E;
}
.btn-frc-brown, .btn-frc-brown:visited {
	color: #FFF;
	background-color: #AC885F;
}
.btn-frc-brown:hover, .btn-frc-brown:focus {
	color: #FFF;
	background-color: #947551;
}
.btn-frc-gray, .btn-frc-gray:visited {
	color: #FFF;
	background-color: #82888F;
}
.btn-frc-gray:hover, .btn-frc-gray:focus {
	color: #FFF;
	background-color: #55565A;
}
.btn-frc-ghost, .btn-frc-ghost:visited {
	color: #35478A;
	background-color: transparent;
	border: 2px solid #35478A;
}
.btn-frc-ghost:hover, .btn-frc-ghost:focus {
	color: #FFF;
	background-color: #35478A;
}
.btn-mm-teal, .btn-mm-teal:visited {
	color: #FFF;
	background-color: #03878C;
}
.btn-mm-teal:hover, .btn-mm-teal:focus {
	color: #FFF;
	background-color: #036C70;
}
.btn-mm-yellow, .btn-mm-yellow:visited {
	color: #FFF;
	background-color: #F7BE68;
}
.btn-mm-yellow:hover, .btn-mm-yellow:focus {
	color: #FFF;
	background-color: #EAA640;
}
.btn-mm-gray, .btn-mm-gray:visited {
	color: #FFF;
	background-color: #82888F;
}
.btn-mm-gray:hover, .btn-mm-gray:focus {
	color: #FFF;
	background-color: #636466;
}
.btn-mm-ghost, .btn-mm-ghost:visited {
	color: #03878C;
	background-color: transparent;
	border: 2px solid #03878C;
}
.btn-mm-ghost:hover, .btn-mm-ghost:focus {
	color: #FFF;
	background-color: #03878C;
}

/* Utility Styles */
@media only screen and (max-width: 319px) {
	.hidden-320 {
		display: none !important;
	}
}
@media only screen and (max-width: 479px) {
	.hidden-480 {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.hidden-768 {
		display: none !important;	
	}
	.xs-font-20px {
		font-size: 20px !important;
	}
	.xs-font-18px {
		font-size: 18px !important;	
	}
	.xs-font-16px {
		font-size: 16px !important;	
	}
	.xs-font-14px {
		font-size: 14px !important;	
	}
	.xs-center {
		text-align: center !important;	
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.small-font-24px {
		font-size: 24px !important;	
	}
	.small-font-20px {
		font-size: 20px !important;	
	}
	.small-font-18px {
		font-size: 18px !important;	
	}
	.small-font-16px {
		font-size: 16px !important;	
	}
	.small-center {
		text-align: center !important;	
	}
}
@media only screen and (max-width: 899px) {
	.hidden-900 {	
		display: none !important;	
	}
}

/* Site Contact and Navigation */
.site-nav-container, .site-nav-container a, .site-nav-container a:visited, .site-nav-container a:hover, .site-nav-container a:focus  {
	color: #fff;
	font-size: 12px;
}
.site-contact {
	padding-left: 0;
}
.site-nav {
	padding-right: 0;
}
.site-contact li, .site-nav li {
	position: relative;
	display: inline-block;
	padding: 10px 0;
}
.site-nav li:last-of-type {
	padding-right: 0;
}
.site-contact li a, .site-nav li a {
	text-transform: uppercase;
	font-weight: 600;
}
.site-nav li:last-of-type:before {
	content: " | ";
}
.site-contact .site-contact-class, .site-nav .site-menu-class {
	padding: 0;
	margin: 0;
}
.site-contact .site-contact-class {
    float: left;
}
.site-contact .site-contact-class li:nth-child(odd) {
	margin-right: 25px;
}
.site-nav .site-menu-class {
	float: right;	
}
@media (max-width: 767px) {
	.site-nav-container .container, .site-main-header .container {
		width: 100%;
	}
	.site-main-header .container {
		padding: 0;	
	}
	.site-contact, .site-nav .site-menu-class {
		float: none;
		text-align: center;
	}
}

/* Header */
.site-main-header {
	background-color: #fff;	
	margin-bottom: 50px;
}
.site-header {
	padding-top: 25px;
}
.site-logo {
	height: 50px;
	padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.site-logo img {
		position: absolute;
		bottom: 3px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-logo img {
		margin: 0 auto;
	}
}
.site-main-nav {
	height: 50px;
	padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .site-main-nav {
        margin-top: 5px;
    }
}
.site-search {
	height: 50px;
	padding: 0;
}
.search-form {
	position: absolute;
	bottom: 2px;
	width: 100%;
}
.search-container {
	position: relative;
}
.search-input {
	width: 100%;
	border: 1px solid #ababab;
}
.btn-search {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 34px;
	color: #ababab;
	font-size: 16px;
}
.breadcrumbs {
	padding-top: 20px;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 12px;
}
.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:visited {
	color: #333 !important;
}

/* Header Navigation */

.navbar {
	margin-bottom: 0;	
	text-transform: uppercase;
	font-weight: 600;
}
.navbar li a {
	padding: 0;	
}
.navbar li {
	padding: 0 25px;
	list-style: none !important;
}
.navbar li:first-of-type {
	padding: 0 25px 0 0;	
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar li {
        padding: 0 20px;
    }
    .navbar li:first-of-type {
        padding: 0 20px 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-main-nav {
		padding: 0;
	}
	#menu-main-navigation {
		width: 100%;
	}
	.nav > li.dropdown {
		width: 25%;
		text-align: center;
	}
	.nav > li.dropdown:first-of-type {
		padding: 0 25px;
	}
	.nav > li.dropdown > a {
		display: inline;
	}	    
}
.navbar .dropdown-menu li {
	padding: 0;
}
.navbar .dropdown-menu {
	border-radius: 0;	
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-default .navbar-nav li {
	box-sizing: border-box;	
}
.navbar-default .navbar-nav li a {
	color: #747474;	
}
.navbar-default .navbar-nav .active > a {
	background-color: transparent;	
}
.navbar-default .navbar-nav .active a:hover {
	background-color: transparent;	
}
@media (min-width: 768px) {
	.navbar {
		position: relative;
	}
	.navbar-nav {
		position: absolute;
		bottom: 0;
	}
	.navbar
	.dropdown:hover>.dropdown-menu, 
	.dropdown-submenu:hover>.dropdown-menu {
		display:block;
	}
	.container-fluid {
		padding: 0;	
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.dropdown-menu {
		background-color: #F7F7F7;
	}
	.dropdown-menu > li > a {
		padding: 10px;
		font-weight: 600;
	}
	.dropdown-menu > li > a:hover {
		background-color: #F7F7F7 !important;	
	}
	.yamm-dropdown-menu {
		min-width: 250px;
	}
	.yamm-dropdown-menu .yamm-content {
		position: relative;	
	}
	.yamm-dropdown-menu li {
	    list-style: none !important;
	}
	.yamm-dropdown-menu > .yamm-content > li.active > a, .yamm-fw li a, .yamm-fw li a:hover {
	    background-color: #F7F7F7 !important;
	}
	.yamm-dropdown-menu > .yamm-content > li > a {
		display: block;
		padding: 10px;
		font-weight: 600;
	}
	.yamm-dropdown-menu > .yamm-content > li > a:hover {
		background-color: #F7F7F7 !important;
	}
	.yamm-dropdown-menu .yamm-content .dropdown {
		position: static !important;
		width: 40%;
	}
	.yamm-dropdown-menu .yamm-content .dropdown > a > span.mm-hover {
		display: none;
		float: right;
		font-size: 12px;
		line-height: 16px;
	}
	.yamm-dropdown-menu .yamm-content .dropdown:hover > a > span.mm-hover {
		display: block;
	}
	.yamm-dropdown-menu > .yamm-content > .dropdown .yamm-fw {
		visibility: hidden;
		top: 0;
	}
	.yamm-dropdown-menu > .yamm-content > .dropdown:hover .yamm-fw {
		visibility: visible;
	}
	.yamm-fw {
		left: 40%;
		position: absolute;
		top: 0;
		visibility: hidden;
		z-index: 1000;
		height: 100%;
	}
	.yamm-fw li {
		list-style: none;	
		margin-bottom: 5px;
	}
	.yamm-fw li:first-of-type {
		margin-top: 10px;	
	}
	.yamm-fw li a {
		padding: 5px;
	}
}
/* Mobile Logo */
@media (max-width: 767px) {
	.site-logo {
		height: auto;	
	}
}
/* Mobile Nav */
@media (max-width: 767px) {
	.mbl-site-nav-toggle {
		padding-right: 0;	
	}
	.mbl-site-nav-toggle .navbar-default .navbar-toggle {
		border: none;	
		border-radius: 0;
	}
	.mbl-site-nav-toggle .navbar-default .navbar-toggle:hover, .mbl-site-nav-toggle .navbar-default .navbar-toggle:focus {
		background-color: #FFF;
	}
	.mbl-site-nav-toggle .navbar-default .navbar-toggle .icon-bar {
		background-color: #333;	
	}
	.mbl-site-nav {
		padding: 0;
		margin-top: 10px;
		text-transform: uppercase;
	}
	.mbl-site-nav #mbl-navbar {
		padding: 0;	
	}
	.mbl-site-nav #mbl-navbar .mbl-nav.mbl-navbar-nav {
		background-color: #F7F7F7 !important;
		padding: 0;
	}
	.mbl-site-nav #mbl-navbar .mbl-nav.mbl-navbar-nav li {
		list-style: none;
	}
	.mbl-site-nav #mbl-navbar .mbl-nav.mbl-navbar-nav li a {
		display: block;
		padding: 12px 15px;
		color: #747474;
		font-weight: 600;
		text-decoration: none;
	}
	.mbl-site-nav #mbl-navbar .mbl-nav.mbl-navbar-nav li:not(:last-of-type) {
		border-bottom: 2px solid #D9D9D9;
	}
	.mbl-dropdown-menu {
		float: right;
		margin-top: 2px;
	}
	.dropdown-menu {
		position: static;
		z-index: 1;
		float: none;
		border-bottom: none !important;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		background-color: #D9D9D9;
	}
	.dropdown-menu li:not(:last-of-type) {
		border-bottom: 2px solid #F7F7F7 !important;	
	}
	.dropdown-menu a {
		margin-left: 25px;	
	}
	.dropdown-menu a:hover {
		background-color: #D9D9D9 !important;
	}
}
/* Mobile Search */
@media (max-width: 767px) {
	.site-search-mbl {
		padding-left: 0;
	}
	.search-form {
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.mbl-search-toggle {
		padding: 6px 14px;
		margin-top:8px;
		margin-left: 15px;
		margin-bottom: 8px;
		border: none;
		background-color: #FFF;
		color: #333;
		font-size: 16px;
	}
	.mbl-search-toggle:focus {
		outline: 0;
	}
	.site-search {
		display: none;
	}
}
@media (min-width: 768px) {
    .site-search {
        display: block !important;
    }
}

/* Footer */
footer {
	color: #FFF;
	padding: 25px 0;
	margin-top: 100px;
}
footer h4, footer h4 a, footer h4 a:visited, footer h4 a:hover, footer h4 a:focus {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}
footer p {
	line-height: 26px;	
}
footer li {
	text-decoration: none;
	list-style: none;
}
footer a, footer a:hover, footer a:focus, footer a:visited  {
	color: #FFF;
	text-decoration: none;
}
footer .footer-contact {
	text-align: right;
}
.footer-col {
	width: 20%;
	position: relative;
	min-height: 1px;
	float: left;
}
@media (max-width: 767px) {
	.footer-col {
		width: 100%;	
	}
	footer .footer-contact, footer h4, footer h4 a, footer p {
		text-align: center;	
	}
	footer p {
		margin-bottom: 15px;
	}
}
footer .footer-copyright {
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
}

/* Hero Image */
.hero-img-container {
	width: 100%;
	margin-top: -50px;
	margin-bottom: 50px;
	position: relative;
	overflow-x: hidden;
}
.hero-img-container .hero-img-content {
	position: absolute;
}
.hero-img-container .hero-img-content div {
    height: 100%;
}
@media (max-width: 767px) {
    .hero-img-container .hero-img-content {
        position: absolute !important;
        right: auto !important;
        left: 50% !important;
    }
    .hero-img-container .hero-img-content div {
        position: relative !important;
        left: -50% !important;
    }
}
/* Product Page */
.product-page h4 {
	text-transform: uppercase;
}
.product-page .prod-page-main {
    margin-bottom: 20px;
}
.product-page .prod-page-videos {
    margin-top: 20px;
}
.product-page table tbody tr td {
	border-top: none;	
	padding-left: 15px;
}
.product-page table.table-2col tbody tr td:first-of-type {
	width: 33%;
}
.product-page .image-container {
    width: 100%;
    max-width: 400px;
}
@media (max-width: 767px) {
    .product-page .image-container .row div {
        padding-left: 5px;
        padding-right: 5px;   
    }
    .product-page .image-container .thumbnail {
        max-height: 70px;
    }
}
.product-page .image-container .main-img-description {
    margin-top: 10px;
    text-align: center;
}
.thumbnail {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 0;
	display: block;
	line-height: 1.42857143;
	margin: 0 auto 20px auto;
	max-height: 60px;
	padding: 4px;
	transition: border .2s ease-in-out;
}
.thumbnail:hover {
    cursor: pointer;
}
.lit-container, .vid-container {
	margin-bottom: 10px;
}
.lit-img {
	float: left;
	border: 1px solid #d9d9d9;
}
.lit-title {
	display: table-cell;
	padding-left: 20px;
}
.vid-img {
	float: left;	
}
.vid-text {
	display: table-cell;
	padding-left: 20px;	
}
@media (max-width: 767px) {
    .product-page .prod-page-main div:first-of-type {
        margin-bottom: 15px;
    }
	.lit-img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.lit-title {
		display: block;
		margin: 10px 0 0 0;
		text-align: center;
	}
	.vid-img {
		float: none;
	}
	.vid-img p a img {
		display: block;
		margin: 0 auto;
	}
	.vid-text {
		display: block;
		margin: 10px 0 0 0;
		text-align: center;
	}
}
	
/* Panel Page */
.panel-page .odd-panel, .panel-page .even-panel {
	width: 100%;
	padding: 25px 0;
}
.panel-page .even-panel {
	background-color: #F7F7F7;
}

/* Product Category Styles*/
.prod-cat-container {
	background-color: #F7F7F7;
	padding: 20px 0;
}
.prod-cat-container a, .prod-cat-container a:hover {
	text-decoration: none;
}
.prod-cat-container .collapse-icon {
	font-size: 14px;
	margin-right: 10px;
	transition-duration: 0.75s;
	transition-property: transform;
	transform: rotate(90deg);
}
.prod-cat-container .collapsed .collapse-icon {
	transition-duration: 0.75s;
	transition-property: transform;
	transform: rotate(0deg);
}
.prod-cat-container .collapse-links {
	font-size: 12px;
	padding: 5px 0 15px 25px;
}
@media (max-width: 767px) {
	.prod-cat-container .prod-cat-img img {
		display: block;
		margin: 0 auto;
		padding-bottom: 15px;
	}
}

/* Search Page */
.search-result {
	padding: 25px;	
	margin-bottom: 10px;
}
nav.navigation.pagination {
	float: right;
}
nav.navigation.pagination h2.screen-reader-text {
	display: none;	
}
nav.navigation.pagination .nav-links .page-numbers {
	padding: 4px 10px;
	font-weight: 600;
}
nav.navigation.pagination .nav-links a.page-numbers:hover {
	text-decoration: none;
	background-color: #D9D9D9;
}

/* No Script Message */
.no-script-msg {
    font-size: 14px; text-align: center; margin-top: 10px;
}

/* Table Styling */
.dataTables_wrapper {
    padding: 25px 0;
}
.dataTables_wrapper label input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    border: 1px solid #ababab;
}
.dataTables_wrapper table thead tr th, table thead tr th {
    color: #FFF;
    font-weight: 400 !important;
}

table tr th:first-of-type, table tr td:first-of-type {
    padding-left: 15px !important;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_paginate a {
    padding: 4px 10px;
    font-weight: 600;
    text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate a.current {
    background-color: #001970;
    color: #FFF !important;
}

/* Form Styling */
.field-wrap button, .field-wrap input[type="button"], .field-wrap input[type="submit"] {
    width: 100% !important;   
}
.nf-before-form-content {
    margin-bottom: 25px;
}

/* LivePerson Chat Container */
.liveperson-chat {
    position: fixed;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px) {
    .liveperson-chat {
        display: none;
    }
}

/* Cookie Message */
.cookie-msg {
    position:fixed;
    bottom: 0; left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    padding: 10px;
    z-index: 5;
}
.cookie-msg .cookie-ok {
    border-radius: 0;
    margin-left: 10px;
    text-transform: uppercase;
}
.cookie-lp {
    bottom: 54px;
}
@media (max-width: 1066px) {
    .cookie-lp {
        bottom: 74px;
    }
}

/* Location Flags */
.location-flag {
    margin: 10px 10px 5px 10px;
	padding-bottom: 5px;
	cursor: pointer;
}
.location-flag:first-of-type {
    margin-left: 15px;
}

/* Site wide message */
.site-wide-message {
    background-color: #C2C2C2;
    padding: 10px 0;
    text-align: center;   
}
.site-wide-message a, .site-wide-message a:hover, .site-wide-message a:visited {
    color: #C00F00;
    font-size: 18px;
    text-decoration: underline !important;
}