@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,300|Oswald:400,700,300|Noto+Serif:400,700|Roboto:400,500,700,300,900|Alegreya+Sans');
body {
	background-color: #032d3f;
	margin: 0;
	padding: 0;
}
.regtrade {
    font-family: "Alegreya Sans",sans-serif !important;
}
sup {
    position: initial;
    top: 0;
    vertical-align: super;
}
.mainWrap {
	width: 1404px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#mainContentWrapper {
	margin-bottom: 1px;
}
/*============== Header Style ===============*/
header#topHeader {
	font-size: 17px;
	margin-bottom: 1px;
	width:1404px;
	background-color: #fff;
	height: 90px;
}
header#topHeader #logo {
	display: inline;
	float: left;
	width: 59.26%;
	margin: 0 0%;
	position: relative;
	height: inherit;
	background:none #fff;
}
header#topHeader #logo img {
	max-height: 80%;
	width: auto;
	margin: 10px 0px 0px 10px;
}
header#topHeader #slogan {
	display: inline;
	float: left;
	width: 39.67%;
	margin: 0 0%;
	padding-left: 10px;
	padding-right: 5px;
	height: 100%;
}
header#topHeader #slogan #sloganTop {
	width: 100%;
	height: -webkit-calc( 50% - 7px );
	height: -moz-calc( 50% - 7px );
	height: calc( 50% - 7px );
	font-size:14px;
	font-family: Roboto,sans-serif;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #1354BC;
	line-height:18px;
}
header#topHeader .gradient-bar {
	width: 84%;
	float: right;
	height: 4px;
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0072a2), color-stop(70%, #0093d0), to(#ebebeb));
	background: -webkit-linear-gradient(left, #0072a2 10%, #0093d0 70%, #ebebeb);
	background: -moz-linear-gradient(left, #0072a2 10%, #0093d0 70%, #ebebeb);
	background: -o-linear-gradient(left, #0072a2 10%, #0093d0 70%, #ebebeb);
	background: linear-gradient(to right, #0072a2 10%, #0093d0 70%, #ebebeb);
}
.buttonAndArrow .btn{
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	}
header#topHeader #searchBars {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 0%;
	text-align: center;
	position: relative;
	height: 50%;
}
header#topHeader #searchBars form {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
	width: 80.8%;
	height: 80%;
}
header#topHeader #searchBars form fieldset {
	position: relative;
	border: 1px solid rgba(98, 98, 98, 0.75);
	height: 78%;
	width: 100%;
	padding: 0px;
	border-radius: 4px;
}
header#topHeader #searchBars .goog-te-gadget {
	text-align: right;
	width: 100%;
	padding: 10px 0px;
}
header#topHeader #searchBars form fieldset .fa-search {
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
	color: rgba(100, 100, 100, 0.9);
}
header#topHeader #searchBars form fieldset #searchType {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	 -ms-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	     transform:translateY(-50%);
	padding-left:5px;
	left:30px;
	height:95%;
	width:37%;
	font-family:Roboto, sans-serif;
	font-weight:400;
	font-size:.75em;
	color:#626262;
	border:0 solid transparent;
	border-left:1px solid rgba(167,167,167,.75);
	border-right:1px solid rgba(167,167,167,.75);
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-image:url(Down-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:contain
}
header#topHeader #searchBars form fieldset #searchType::-ms-expand {
display:none
}
header#topHeader #searchBars form fieldset select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
header#topHeader #searchBars form fieldset input[type=text] {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	 -ms-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	     transform:translateY(-50%);
	left:45%;
	width:44%;
	height:95%;
	border:0 solid #fff;
	padding:0 0 0 5px;
	font-family:Roboto, sans-serif;
	font-weight:400;
	font-size:.75em;
	color:#626262
}
header#topHeader #searchBars form fieldset .buttonAndArrow {
	position:absolute;
	right:0;
	top:0;
	width:10%;
	height:100%;
	border-left:1px solid rgba(167,167,167,.75)
}
header#topHeader #searchBars form fieldset .buttonAndArrow button[type=submit] {
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0 solid transparent;
	background-color:transparent;
	color:#646464;
	border-radius:0
}
header#topHeader #searchBars form fieldset .buttonAndArrow button[type=submit]:hover {
	background-color:#0088ce;
	color:#fff
}
header#topHeader #searchBars #google_translate_element {
	width:50%;
	float:left
}
.displayhide {
    display: none;
}

#bannerSmall {
	width: 1404px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
	margin-bottom: 1px;
	height: auto;
}
#bannerSmall nav {
	display: inline;
	float: left;
	width:1380px;
	margin: 0 0%;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(0, 0, 0, 0.6);
}
a.anchor-link, a.anchor-link:visited {
	display: block;
	font-size: 16pt;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #0088ce;
	margin: 0px;
	float: left;
	padding: 0 20px;
	line-height: 40px;
	width: 100%;
}
i.fa {
	font-family: 'FontAwesome';
}
#logoAndNewProducts {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	margin: 0 0%;
	height: auto;
}
ul.simple-toggle {
	display: block;
	margin: 0px;
	padding: 0px;
	color:#333333;
	list-style: none;
	display: inline;
	float: left;
	width: 100%;
	margin: 0 0%;
}
ul.simple-toggle li {
	float: left;
	position: relative;
}
ul.simple-toggle li a, ul.simple-toggle li a:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 13pt;
	font-weight: 300;
	color: #fff;
	display: block;
	background-color: #333;
	padding: 6pt 12pt;
	background-color: transparent;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
ul.simple-toggle .mmDiv {
	position: absolute;
	left: -9999em;
	z-index: 999;
	background-color: #d2d2d4;
	width: 1406px;
	display: block;
	margin: 0;
	padding: 0;
}
ul.simple-toggle li:hover #mmPart {
    left: 0;
    top: 36px;
    width: 350px;
}
ul.simple-toggle li:hover #mmPart ul {
    width: 78%;
}
ul.simple-toggle .mmDiv ul {
	display: block;
	float: left;
	margin: 10px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 3px solid #fff;
	line-height: 10px;
}
ul.simple-toggle .mmDiv ul li {
	float: none;
}
ul.simple-toggle .mmDiv ul li a, ul.simple-toggle .mmDiv ul li a:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #333;
	display: block;
	padding: 3px 5px;
	text-shadow: 0 0px 0px #333333;
}
ul.simple-toggle li a {
    padding: 6pt 12pt !important;
}
ul.simple-toggle li:hover > a {
    background-color: #2782b8;
}
ul.simple-toggle li a:hover {
    background-color: #2782b8;
    color: #fff;
    text-decoration: none;
}
ul.simple-toggle li a sup {
    line-height: 1px;
    vertical-align: top;
}
ul.simple-toggle .mmDiv ul li a:hover, ul.simple-toggle .mmDiv ul li a:visited:hover {
	background-color: #2782B8;
	text-decoration: none;
}
ul.simple-toggle .mmDiv img {
	padding: 10px;
	margin: 10px;
	float: right;
}
ul.simple-toggle .mmDiv .menu-product-image {
    float: left;
    margin: 25px 0 0;
    width: 370px;
}
ul.simple-toggle .mmDiv .menu-image-resources {
    float: left;
    margin: 0;
	padding:0;
    width: 310px;
}
ul.simple-toggle li:hover #mmAbout {
	left: 0;
    top: 36px;
    width: 600px;
}
ul.simple-toggle li:hover #mmProducts {
	left: 0;
    top: 36px;
    width: 742px;
}
ul.simple-toggle li:hover #mmResources {
	left: 0;
    top: 36px;
    width: 670px;
}
ul.simple-toggle li:hover #mmContact {
    left: 0;
    top: 36px;
    width: 350px;
}
ul.simple-toggle li.hasChild {
    position: relative;
}
ul.simple-toggle li.hasChild .tech-services-flyout {
    top: -250px;
}
ul.simple-toggle li.hasChild ul {
    background-color: #b8b8b8;
    border-radius: 5px;
    display: none;
    left: 190px;
    list-style: outside none disc;
    margin-left: 30px;
    padding: 10px;
    position: absolute;
    top: -20px;
    width: 300px;
    z-index: 100;
}
ul.simple-toggle li.hasChild ul li {
    line-height: 1;
    margin-left: 15px;
}
ul.simple-toggle li.hasChild:hover ul {
    display: block;
}
/*------*/
ul.simple-toggle li.hasChild .tech-services-flyout {
	top: -410px;
}
ul.simple-toggle li.hasChild .tech-docs-flyout {
	top: -200px;
}
/*------*/
header#topHeader #searchBars #websiteSearch {
	display: block;
	width: 100%;
 *zoom: 1;
	display: inline;
	float: left;
	margin: 0%;
	float: right;
	height: 100%;
}
header#topHeader #searchBars #websiteSearch:before, header#topHeader #searchBars #websiteSearch:after {
	content: "";
	display: table;
}
header#topHeader #searchBars #websiteSearch:after {
	clear: both;
}
div.thinBanner0 {
	background: url(top-banner-slice3.jpg) no-repeat top center;
	background-size: 100% 100%;
	width: 100%;
	height: 80px;
}
article.page {
	background-color: #fff;
	border-bottom:14px solid lightgray;
	padding: 10pt 25pt;
}
.gray {
	display: block;
	width:1404px;
	margin: 0 0%;
	*zoom: 1;
	clear: both;
	padding-top:17px;
}
.gray:before, .gray:after {
	content: "";
	display: table;
}
.gray:after {
	clear: both;
}
.gray h3 {
    color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 19pt;
    font-weight: 400;
    height: 40pt;
    line-height: 1.1;
    margin: 0;
    padding: 0 10pt;
}
.gray h3 i {
	font-size: 40pt;
	display: block;
	float: right;
}
.gray ul {
	list-style: none;
	padding: 0;
	margin:0;
}
.gray ul li {
	list-style: none;
}
.gray ul li:before {
	font-family: 'FontAwesome';
	font-size: 10pt;
	content: '\f138';
	margin: 0 5px 0 -15px;
	color: #000;
}
.gray #resourcesBox ul li:before{font-family:FontAwesome;font-size:13pt;content:'\f138';margin:0 5px 0 -16pt;color:#000}
.gray #resourcesBox ul li {
    line-height: 13pt;
    list-style: none;
    margin-bottom: 10pt;
}
.gray ul li a, .gray ul li a:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	font-weight:700;
	color: #000;
}
.gray ul li a:hover, .gray ul li a:visited:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
.gray #resourcesBox {
	background-color: #d2d2d4;
	padding: 10pt;
	min-height: 300px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	display: inline;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	float: left;
	width:33.3%;
	margin: 0 0%;
}
.gray #resourcesBox .theDate {
    font-family: Oswald,sans-serif;
    font-size: 0.8em;
    text-decoration: none;
}
.gray #resourcesBox .search-boxes {
	display: inline;
	float: left;
	width: 324px;
	margin: 0 0%;
	font-size: 1em;
	font-weight: 600;
}
.gray #resourcesBox ul {
    margin: 0 0 0 15pt;
}
.gray #resourcesBox .search-boxes .product-search {
	display: block;
	width: 100%;
	margin: 0 0%;
	*zoom: 1;
}
.gray #resourcesBox .search-boxes .product-search:before, .gray #resourcesBox .search-boxes .product-search:after {
	content: "";
	display: table;
}
.gray #resourcesBox .search-boxes .product-search:after {
	clear: both;
}
.gray #resourcesBox .search-boxes .product-search .description {
	position: relative;
	display: inline;
	float: left;
	width: 100%;
	margin: 0 0%;
	line-height: 1em;
}
.gray #resourcesBox .search-boxes .product-search .search-box {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 0%;
	height: 45px;
	margin-left: -5px;
}
.gray #resourcesBox .search-boxes .product-search .catalog-link {
	font-size: 0.65em;
	font-weight: 400;
}
.gray #resourcesBox .search-boxes .product-search .catalog-link a{
	color:#245fcc;
	font-weight:bold;
	text-decoration:underline;
}
.gray #resourcesBox .search-boxes .product-search .catalog-link a:hover{
	color:#630;
	text-decoration:none;
}
.gray #resourcesBox .search-boxes .inventory-search {
	display: block;
	width: 100%;
	margin: 0 0%;
	*zoom: 1;
}
.gray #resourcesBox .search-boxes .inventory-search:before, .gray #resourcesBox .search-boxes .inventory-search:after {
	content: "";
	display: table;
}
.gray #resourcesBox .search-boxes .inventory-search:after {
	clear: both;
}
.gray #resourcesBox .search-boxes .inventory-search .description {
	position: relative;
	display: inline;
	line-height:20px;
	float: left;
	width: 100%;
	margin: 0 0%;
}
.gray #resourcesBox .search-boxes .inventory-search .search-box {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 0%;
	height: 45px;
	margin-left: -5px;
}
.gray #resourcesBox .search-boxes form {
	margin-top: 5px;
	margin-right: 10px;
	width: 100%;
	height: 80%;
}
.gray #resourcesBox .search-boxes form fieldset {
	position: relative;
	border: 3px solid rgba(221, 218, 218, 0.77);
	height: 84%;
	width: 100%;
	padding: 0px;
	border-radius: 4px;
}
.gray #resourcesBox .search-boxes form fieldset .fa-search {
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
	color: rgba(221, 218, 218, 0.77);
}
#part-search-form .part-search-input {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0px;
	width: 66%;
	height: 100%;
	border: 0px solid #fff;
	padding: 0px 10% 0px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.95em;
	color: rgba(167, 167, 167, 0.9);
}
.gray #resourcesBox .search-boxes form fieldset input[type=text] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0px;
	width: 66%;
	height: 100%;
	border: 0px solid #fff;
	padding: 0px 10% 0px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.95em;
	color: rgba(167, 167, 167, 0.9);
}
.gray #resourcesBox .search-boxes form fieldset .buttonAndArrow {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15%;
	height: 100%;
	border-left: 1px solid rgba(221, 218, 218, 0.77);
}
#google_translate_element {
	padding-top: 9px;
	font-weight:bold;
}
#google_translate_element a {
    text-decoration: underline;
}
#google_translate_element a:hover {
    text-decoration: none;
	color:#663300;
}
.mainWrap .fa {
    padding-right: 0;
}
#part-search-form .fa-arrow-right{
    margin: 0;
    padding: 8px 19px 9px 18px;
	border: 0px solid transparent;
	background-color: white;
	font-size:13px;
	color: #a7a7a7;
	border-radius: 0px;
}
#part-search-form .fa-arrow-right:hover{
    background-color: #0088ce;
    color: #ffffff;
}
.gray #resourcesBox .search-boxes form fieldset .buttonAndArrow button[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid transparent;
	background-color: white;
	color: #a7a7a7;
	border-radius: 0px;
}
.gray #resourcesBox .search-boxes form fieldset .buttonAndArrow button[type=submit]:hover {
	background-color: #0088ce;
	color: #ffffff;
}
.gray #companyNewsBox {
	background-color: #d2d2d4;
	border-left: 5px solid #032d3f;
	border-right: 5px solid #032d3f;
	min-height: 300px;
	padding: 10pt;
	position: relative;
	display: inline;
	float: left;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	width:33.3%;
	margin: 0 0 10px 0;
}
.gray #companyNewsBox .theLink {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
.gray #companyNewsBox .theLink:hover{
	text-decoration:none;
}
.gray #companyNewsBox .theDate {
	color:#333333;
	font-family: 'Oswald', sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}
.gray #companyNewsBox ul {
	margin: 0 0 0 15pt;
}
.gray #companyNewsBox ul li {
	list-style: none;
	margin-bottom: 10pt;
	line-height: 13pt;
}
.gray #companyNewsBox ul li sup {
    line-height: 10px;
}
.gray #companyNewsBox ul li:before {
	font-family: 'FontAwesome';
	font-size: 13pt;
	content: '\f138';
	margin: 0 5px 0 -16pt;
	color: #000;
}
.gray #companyNewsBox .moreNewsButton {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.gray .econtactBorder {
	background-color: #999;
	border-radius: 10px;
	background-clip: padding-box;
}
.gray #e-ContactBox {
	background-color: #d2d2d4;
	min-height: 300px;
	padding: 10pt;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	display: inline;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	float: left;
	width:33.3%;
	margin: 0 0%;
}
.gray #e-ContactBox #blueBubbleList {
	list-style: none;
}
.gray #e-ContactBox #blueBubbleList li {
	margin: 1px;
	padding: 0;
	list-style: none;
}
.gray #e-ContactBox #blueBubbleList li:before {
	content: '';
	margin: 0;
	padding: 0;
}
.gray #e-ContactBox #blueBubbleList li a, .gray #e-ContactBox #blueBubbleList li a:visited {
	display: block;
	text-decoration: none;
	background-color: #999;
	border-radius: 10px;
	background-clip: padding-box;
	padding: 3pt 10pt;
	font-size: 10pt;
	font-weight:bold;
	line-height:17px;
}
.gray #e-ContactBox h3.smaller {
	font-size: 13pt;
	height: auto;
	margin-bottom: 4pt;
}
.gray #e-ContactBox #currentlyFeatured ul {
	margin: 0 0 0 10pt;
}
.gray #e-ContactBox #currentlyFeatured ul li {
	line-height: 9pt;
	margin-bottom: 5pt;
}
.gray #e-ContactBox #currentlyFeatured ul li a, .gray #e-ContactBox #currentlyFeatured ul li a:visited {
	font-size: 10pt;
}
footer {
	float: left;
	font-family:Roboto,sans-serif;
	width:1363px;
	padding:10px 20px;
	font-size: 10pt;
	color: #aaa;
	text-align: center;
}
footer h4 {
	color: #aaa;
	font-weight: bold;
}
footer a, footer a:link, footer a:visited {
	color: #0088ce;
	font-weight:bold;
	vertical-align:top;
	text-decoration: none;
}
footer a:hover {
	color:#663300;
}
footer #footerTop {
	float: none;
	display: block;
	width: 300pt;
	margin: 0 auto;
	height: 45pt;
}
footer #footerTop #socialMedia {
	list-style: none;
	display: block;
	float: none;
	width: 200pt;
	margin: 0 0%;
	margin: 0 auto;
}
footer #footerTop #socialMedia li {
	list-style: none;
	float: left;
}
footer #footerTop #socialMedia li a, footer #footerTop #socialMedia li a:visited {
	color: #fff;
	font-size: 30pt;
	margin: 0 5pt;
}
footer #footerMid {
	clear: both;
	margin-top: 10pt;
}
footer #footerBot {
	clear: both;
	margin-top: 10pt;
}
footer #copyRightText {
	font-weight: bold;
}
footer .upperCase {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 11pt;
	margin: 0 10pt;
	color: #fff;
}
footer a.signUp {
	color: #fff;
}
.footer-bottom-left {
	display: inline;
	float: left;
	width: 25%;
	margin: 0 0 10px 0;
	text-align: center;
}
.footer-bottom-left a:nth-of-type(1) {
    margin: 0 12px 0 -9px;
}

body .footer-bottom-left a:nth-of-type(2), body .footer-bottom-left a:nth-of-type(3), body .footer-bottom-left a:nth-of-type(4), body .footer-bottom-left a:nth-of-type(5), body .footer-bottom-left a:nth-of-type(6) {
    display: inline-block;
    margin: 5px -1px 0;
}
.footer-bottom-center {
	display: inline;
	float: left;
	width: 50%;
	margin: 0 0 15px 0;
	text-align: center;
	line-height:16px;
}
.footer-bottom-right {
	display: inline;
	float: left;
	width: 25%;
	margin: 0 0 10px 0;
	text-align: center;
}
.pemline-logo {
	margin-bottom: 3px;
}
.footer-bottom-left i.fa{
	vertical-align:top;
	}
.pemline-link, .pemline-link:visited {
	font-family: 'Roboto', sans-serif;
	padding: 2px;
	color: #245fcc;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: underline;
}
.pemline-link:hover {
	text-decoration: none;
	color: #FFF !important;
	background-color: #000;
}
.footer-cert-logo {
	width: auto;
	height: 25px;
	margin: 0px 5px;
}
a.moreNewsLink {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #272727;
	text-decoration: none;
	position: relative;
}
a.moreNewsLink i.fa {
	position: absolute;
	font-size: 12pt;
	top: 3.5pt;
	left: 10pt;
}
a.moreNewsLink:hover {
	background-color: #ffffff;
	color: black;
}


.footer-19 {
    width: 100%;
    background-color: #d2d2d4;
    padding: 10px 25px 20px;
    line-height: 1.45 !important;
    display: inline-block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
     font: 16px Roboto,sans-serif;
}

.footer-19 a, .footer-19 a:link, .footer-19 a:visited {
	color: #245fcc;
	text-decoration: underline;
	font-weight: 700;
	cursor: pointer;
}

.footer-19 .footer-news-link {
    color: #000 !important;
    text-decoration: none !important;
    font-size: .9em;
    margin-top: 6px;
    display: inline-block
}

.footer-19 .footer-news-link:hover {
    text-decoration: underline !important;
}

.footer-19 h3 {
    font-size: 19pt;
    font-family: Oswald, sans-serif;
    color: #000;
    margin: .67em 0;
    font-weight: 500;
    line-height: 1.1;
}

.footer-19 .goog-te-gadget-simple {
    float: right
}

.footer-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0
}

.footer-contact-info li {
    margin-right: 5px
}

.footer-contact-info li:not(:first-child) {
    margin-left: 5px
}