@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,600,600i,700,700i&display=swap');

body {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
p {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.mainContentWide a {
    border-bottom: solid 2px #3873C1;
    color:#3873C1;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-decoration:none;
}
.mainContentWide a:hover {
    border-color:#191919;
    color:#191919;
}
img a {
    border:0;
}
a#forgot_password_link {
    text-decoration:none !important;
    padding:0 !important;
}
a#forgot_password_link:hover, a#reset_password_link:hover {
    color:#191919 !important;
    text-decoration:none !important;
}
h1, .h1 {
    color: #3873C1;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
h2, .h2 {
    color: #3873C1;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
h3, .h3 {
    color: #3873C1;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
h4, .h4 {
    color: #3873C1;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
h5, .h5 {
    color: #3873C1;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
h6, .h6 {
    color: #3873C1;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.white-text, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
    color:#fff;
}
.gray-text, .gray-text p, .gray-text h1, .gray-text h2, .gray-text h3, .gray-text h4, .gray-text h5, .gray-text h6 {
    color:#afafb0;
    font-weight:600;
}
/*
Heading 1 on product with header in blue bar (like Rotary Actuator) – Raleway SemiBold – 50/59; Color #ffffff

Industrial Automotive page:
Call to action on right (H4): Raleway 30/32 – Color: #002642
Call to action in gold bar: Color: #ffffff

Subhead type copy – Raleway SemiBold 26/32  -- Color: #3873C1

Body copy – Raleway Regular 18/30 with 15px between paragraphs – Color: #000000
Menu: First 2 items (Technology and Industries) Raleway Medium 20 –- Color: #3873C1
SubMenu (secondary – About, Support, etc) -- Raleway Medium 14 –- Color: #TBD
Links that show path – (Home / Industries / Industrial Automotive – Raleway SemiBold 16 – Color #ffffff (active page will be bold – Color: #002642

ICONS
<i class="fas fa-envelope"></i>
<i class="fas fa-map-marker-alt"></i>
<i class="fas fa-phone-alt"></i>
<i class="fas fa-fax"></i>
<i class="fas fa-arrow-up"></i>

*/

/* ------------------Generic Styling, for Desktops/Laptops------------------ */

.tableStyle th {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
span.tableTitle {
    font-size: 9px;
}
.thisTable, .thisTable td, .thisTable p {
	font-size:11px;
}
.newTable td:nth-of-type(n+2), .newTable th:nth-of-type(n+2) {
    text-align:center;
}
table { 
    border-collapse: collapse;
    width: 100%;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}
th {
    background: #eee;
    font-weight: normal;
}
td, th {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: left;
}
@media screen and (max-width: 600px) {
    .table {
        border: 0;
    }
    .table thead {
        display: none;
    }
    .table tr {
        border-bottom: 2px solid #ddd;
        display: block;
        margin-bottom: 10px;
    }
    .table td {
        border-bottom: 1px dotted #ccc;
        display: block;
        font-size: 13px;
        text-align: right;
    }
    .table td:last-child {
        border-bottom: 0;
    }
    .table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}
/* Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically. */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        padding-left: 50%; 
        position: relative;
    }
    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        padding-right: 10px;
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }
    /* Label the data */
    td:nth-of-type(1):before { content: "Description"; }
    td:nth-of-type(2):before { content: "Speed - Sec per 90 deg"; }
    td:nth-of-type(3):before { content: "Input Control - Bang Bang"; }
    td:nth-of-type(4):before { content: "Input Control - 0-10V"; }
    td:nth-of-type(5):before { content: "Input Control - 4-20 mA"; }
    td:nth-of-type(6):before { content: "Input Control - POT"; }
    td:nth-of-type(7):before { content: "Comm. - CAN"; }
    td:nth-of-type(8):before { content: "Comm. - Ethernet IP"; }
    td:nth-of-type(9):before { content: "Brush Motor"; }
    td:nth-of-type(10):before { content: "Brushless Motor"; }
    td:nth-of-type(11):before { content: "Limit Switch"; }
    td:nth-of-type(12):before { content: "Position Feedback POT"; }
    td:nth-of-type(13):before { content: "Max Torque"; }
    td:nth-of-type(14):before { content: "Power Supply"; }
    td:nth-of-type(15):before { content: "Resolution"; }
}

/*-------------------------LE FORM STYLE START---------------------*/

.le_form, .le_form label {
    color:#3a3a3a;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:600 !important;
	line-height:18px;
    margin:0 0 5px;
}
.le_form_name {
    color:#333333;
    font-family: 'Raleway', sans-serif;
    font-size:20px;
    font-weight:normal !important;
	margin:0px 0px 10px 0px;
}
.container input[type="submit"] {
	background:rgba(0,0,0,0);
	border:2px solid #191919;
	color:#a8763e;
    font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	margin:0px;
	padding: 5px 30px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.container input[type="submit"]:hover {
	background:#191919;
    color:#ffffff;
	cursor:pointer;
	filter:none;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value, #login .textfield {
	background-color:#ffffff;
	border:0px solid #cccccc;
    color:#191919;
    font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:18px;
    margin:0px;
    padding: 10px 12px;
    text-align:left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.container input::placeholder, .container textarea::placeholder {
    color:#191919;
	font-weight:600;
}
.container input.error[type="text"], .container input.error[type="password"], .container textarea.error, #search_form_value {
    border-left: solid 2px #a8763e;
}
.container label.error {
    color: #a8763e;
    font-weight: 600;
}
.form-control {
    border-radius:0px !important;
	height:inherit !important;
}
.form-group {
	margin:0px 0px 10px 0px !important;
}
.form-header p {
    color: #f39a1b;
    font-size: 16px;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.col-xs-15 {
	width:100%;
}
hr {
	border-top: solid 2px #a3a3a3;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 25px 1px;
}
.se_button a, a.button1 {
	background-color:rgba(0,0,0,0);
	border:solid 1px #191919;
	color:#a8763e;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	font-style:inherit;
	padding:10px 40px;
	text-decoration:none;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.se_button a:hover, a.button1:hover {
	background-color: #191919;
	border: solid 2px 191919;
	color: #fff;
}
.se_button a, a.button2 {
	background-color:rgba(0,0,0,0);
	border:solid 1px #191919;
	color:#a8763e;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	font-style:inherit;
	padding:10px 40px;
	text-decoration:none;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.se_button a:hover, a.button2:hover {
	background-color:rgba(255, 255, 255, 1);
	color:rgba(170,30,35,1);
}
.se_social a {
	color:#9ccc67;
	font-size:32px;
}
.se_social a:hover {
	color:#71b625;
}
.scroll-text {
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
}
.scroll-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.scroll-text li {
    margin-bottom: 5px;
}
.scroll-text li a {
    display: block;
    padding: 10px;
    background-color: #2b6b87;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.panel {
	border:0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.blog_post_listing_title, .feature_blog_text {
    max-width:95%;
}
.blog_post_listing_sidebar {
    max-width:90%;
}
.round-border {
	background-color:#ffffff;
	border:1px solid #a2a2a2;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-viewport ul {
    margin:0px;
    padding:0px;
}
.full-img img {
    height:auto;
    width:100%;
}
.cta-btn1 a {
    background-color:rgba(0,0,0,0);
    border:solid 1px #fff;
    border-radius:2px;
    color:#fff;
    display:inline-block;
    font-weight:600;
    padding:10px 40px;
    text-decoration:none;
    text-transform:uppercase;
}
.cta-btn1 a:hover {
    background-color:rgba(255,255,255,1);
    border:solid 1px #fff;
    color:#a8763e;
}
.body-sm p, .body-sm a {
    font-size:12px;
    line-height:16px;
}
.heading-underline h1:after, .heading-underline h2:after, .heading-underline h3:after, .heading-underline h4:after, .heading-underline h5:after, .heading-underline h6:after {
    background-color: #a8763e;
    content: ' ';
    display: block;
    position: relative;
    top: 0px;
    width: 100px;
    height: 3px;
    margin: 10px 0 30px;
}
.title-underline h1:after, .title-underline h2:after, .title-underline h3:after, .title-underline h4:after, .title-underline h5:after, .title-underline h6:after {
    background-color: #a8763e;
    content: ' ';
    display: block;
    position: relative;
    top: 0px;
    width: 50px;
    height: 3px;
    margin: 10px 0 15px;
}
.mobileOnly {
    display:block;
}
.desktopOnly {
    display:none;
}
.feature-image img {
    border: solid 2px #a2a2a2;
}
@media screen and (min-width: 768px) {
    .feature-image img {
        position: relative;
        left: -75px;
    }
}
.checkList-icon li {
    list-style: none;
}
.checkList-icon li:before {
    font-family: 'fontawesome';
    content: '\f00c';
    color: #3873C1;
    position: relative;
    left:-18px;
}
.hoverBox {
    border: solid 2px #fff;
    display: inline-block;
    padding:10px;
    transition: all .75s;
}
.hoverBox:hover {
    background-color: #F1F1F1;
    border: solid 2px #3873C1;
    transition: all .75s;
}
.hoverBox h4:after {
    display: block;
    content: ' ';
    height: 4px;
    width: 0;
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a8763e;
    transition: .75s ease-in-out;
}
.hoverBox:hover h4:after {
    width: 100px;
    transition: .75s ease-in-out;
}
.hoverBox h3 a {
    color: #3873C1;
    text-decoration: none;
}
.hoverBox h3 a:hover {
    color: #a8763e;
}
@media screen and (min-width: 768px) {
    .contentPadRight {
        padding-right:60px;
    }
}
.redButton a {
    background-color: #aa1e23;
    color: #fff;
    display: inline-block;
    font-size: ;
    font-weight: ;
    line-height: ;
    margin-bottom: 5px;
    padding: 3px 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.redButton a:hover {
    background-color: #c7454a;
}

/*-------------------------SITE CLASSES END------------------------*/



/*-----------------EXPAND 1-----------------------------------------*/

.expand {
    border:solid 1px #a2a2a2;
    margin-bottom: 15px;
    padding:2px 10px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.expand a {
    color: #e36f1e !important;
}
.expand h4 {
    position: relative; 
    margin-bottom: 5px;
    color: #e36f1e !important;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #e36f1e;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h4.active {
    color: #e36f1e;
}
.expand h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h4:hover {
    cursor: pointer;
    color: #e36f1e;
}

/*-----------------END EXPAND-------------------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.navigation {
    text-align: center;
}
.navicon {
	display: block;
	margin-top:0;
	min-height: 36px;
	position: relative;
	width: 100%;
}
.navicon:after {
	color: #fff;
	content: 'Menu';
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	left: 0;
	position: absolute;
	right:0;
	text-align:center;
	top: 10px;
}
.navicon:hover:after {
    color: #fff;
}
.navicon:hover {
    cursor: pointer;
}
.navicon .pem-menu-icon, .navicon .pem-menu-icon:before, .navicon .pem-menu-icon:after {
    background-color:#191919;
    line-height:18px;
    height:2px;
    width:30px;
    position:relative;
    display:inline-block;
    transition-duration:.2s,.2s;
    transition-delay: .2s,0s;
}
.navicon .pem-menu-icon {
    position:absolute;
    margin:auto;
    left:0;
    right:0;
    top:27px;
    z-index:1;
    transition-delay: 0s,0s;
}
.navicon.active .pem-menu-icon {
    background-color:#fff;
}
.navicon .pem-menu-icon:before {
    top:-9px;
    content: " ";
    transform: rotate(0deg);
    transition-property: top,transform;
}
.navicon.active .pem-menu-icon:before {
    top:0px;
    transform: rotate(-45deg);
    transition-property: transform,top;
}
.navicon .pem-menu-icon:after {
    bottom:-6px;
    content: " ";
    transform: rotate(0deg);
    transition-property: bottom,transform;
}
.navicon.active .pem-menu-icon:after {
    bottom:2px;
    transform: rotate(45deg);
    transition-property: transform,bottom;
}
.mainNav {
    display: none;
    width: 100%;
}
.mainNav ul.le_menu_level_0 {
    margin: 0;
	padding:10px 0 10px 0;
}
.mainNav li {
	list-style-type: none;
	text-decoration: none;
}
.mainNav .le_menu_level_container {
	position: relative;
}
.mainNav li.le_menuitem_level_0 a {
	background-color:#ffffff;
	border-bottom:solid 1px #3a3a3a;
	color: #002642;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height:20px;
	padding:10px 20px;
	text-decoration: none;
}
.mainNav li.le_menuitem_level_0 a:hover {
	background-color:#ffffff;
	color: #CB6C3C;
}

/*--------1ST LEVEL SUBMENU-------*/

.mainNav ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.mainNav li.le_menuitem_level_1 a {
	background-color:#ffffff;
	color: #3a3a3a;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	padding:5px 12px 5px 40px;
	text-align:left;
	text-decoration: none;
}
.mainNav li.le_menuitem_level_1 a:hover {
	background-color:#3a3a3a;
	color: #ffffff;
	text-transform:none;
}
/*--------2ND LEVEL SUBMENU-------*/
.mainNav ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.mainNav li.le_menuitem_level_2 a {
	background-color:#648727;
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-----------------------SECONDARY NAV STAR------------------------*/

.secondaryNav {
    text-align: center;
}
.secondaryNav ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 5px;
}
.secondaryNav li {
	list-style: none;
	text-decoration: none;
}
.secondaryNav li.le_menuitem_level_0 {
	display: inline-block;
	margin-left: 0px;
}
.secondaryNav .le_menu_level_container {
	position: relative;
}
.secondaryNav li.le_menuitem_level_0 a {
	color: #a8763e;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height:18px;
	padding: 5px 9px;
	text-decoration: none;
	text-transform: uppercase;
}
.secondaryNav li.le_menuitem_level_0 a:hover {
	background-color:#ffffff;
	color: #3873C1;
}
/*--------1ST LEVEL SUBMENU-------*/
.secondaryNav ul.le_menu_level_1 {
	display: none;
	margin: 0;
	padding: 5px 0 0 0;
	position: absolute;
	text-align: left;
	z-index: 100;
}
.secondaryNav li.le_menuitem_level_1 a {
	background-color: #3873C1;
	background-image: none;
	display: block;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 13px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 180px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.secondaryNav li.le_menuitem_level_1 a:hover {
	background-color:#a8763e;
	color: #ffffff;
}
.secondaryNav li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
}
@media screen and (min-width: 768px) {
    .secondaryNav {
        text-align: right;
    }
    .secondaryNav ul.le_menu_level_0 {
        padding:0;
	}
	.secondaryNav li.le_menuitem_level_0 a {
        font-size: 10px;
	}
	.secondaryNav li.le_menuitem_level_1 a {
        padding: 8px 13px;
	}
}

/*-----------------------SECONDARY NAV END-------------------------*/


/*-------------------------REGIONS START---------------------------*/

.navBarWideTop {
    background-color: #F1F1F1;
    padding-top: 10px;
}
.navBarWide {
    background-color: #fff;
    padding: 10px 0;
}
.logo {
    text-align: center;
}
.logo img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    .logo img {
        padding: 15px 0;
    }
}
.headerWide {
    background-color:#fff;
}
.sliderMain {
    position:relative;
}
.sliderContent {
    background-color:rgba(0, 38, 66,.7);
    padding:20px 40px 20px 30px;
    position:absolute;
    top:10px;
    right:0;
    z-index:5;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media (min-width: 768px) {
    .sliderContent {
        padding-right:100px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (min-width: 992px) {
    .sliderContent {
        top:120px;
        transform: none;
    }
}
.sliderContent p {
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:0;
    margin-bottom:13px;
}
@media (min-width: 768px) {
    .sliderContent p {
        font-size: 24px;
        line-height: 14px;
        margin-bottom: 20px;
    }
}
.sliderContent a {
    background-color:#a8763e;
    border-radius:4px;
    color:#000;
    display:inline-block;
    font-size:14px;
    font-weight:700;
    line-height:24px;
    padding:3px 10px;
    text-decoration:none;
    text-transform:uppercase;
}
.sliderContent a:hover {
    background-color:#c09565;
    text-decoration:none;
}
.videoHeader {
    position: relative;
}
.videoText {
    display: none;
}
@media screen and (min-width: 768px) {
    .videoText {
        display: block;
        margin: 10px auto 0;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        width: 500px;
        transform: translateY(-50%);
    }
    .videoHeader:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.2);
    }
    /*.videoText p:nth-of-type(1n) {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        line-height:32px;
        margin-bottom: 30px;
    }*/
    .videoText p/*:nth-of-type(2n)*/ {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (min-width: 992px) {
    /*.videoText p:nth-of-type(1n) {
        font-size: 32px;
        line-height: 36px;
    }*/
    .videoText p/*:nth-of-type(2n)*/ {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
    }
    .videoText {
        width: 700px;
        margin: 0 auto;
    }
}
.mainContentWide {
    background-color:#fff;
    padding:25px 0;
}
@media screen and (min-width: 768px) {
    .mainContentWide {
        padding: 40px 0;
    }
}
.subFooterWide {
    background-color:#a8763e;
    padding: 20px 0;
}
.footerWide {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/PEM1/footerBg.png);
    background-position: center center;
    background-size: 100% auto;
}
.footerTop {
    background-color:rgba(0, 0, 0,.7);
    padding:20px 0;
}
@media screen and (min-width: 768px) {
    .footerTop {
        padding: 40px 0;
    }
}
.footerTop a {
    color:#afafb0;
    font-weight:600;
    text-decoration:none;
}
.footerTop a:hover {
    color:#6b737d;
}
.footerBottom .flex-center {
    display: flex;
    align-items: center;
}
span.icon-left {
    position: relative;
    padding-right: 5px;
}
@media screen and (min-width: 768px) {
    span.icon-left {
        padding:0;
        position: absolute;
        left: -4px;
        margin-top: 2px;
    }
}
.footerBottom {
    /*background-color:#4376b6;*/
    padding:20px 0;
}
.breadcrumbWide {
    background-color:#002642;
    padding:10px 0;
}
.breadcrumbWide a {
    color: #fff;
    text-decoration: none;
}
.breadcrumbWide a:hover {
    color:#a2a2a2;
}
.breadcrumbWide p {
    color: #a8763e;
}
.gray-bg {
    background-color:#F1F1F1;
    /*height:100vh;*/
}
.leftColumnInside {
    background-color:#fff;
    padding-bottom: 20px;
    padding-top: 20px;
}
@media screen and (min-width: 768px) {
    .leftColumnInside {
        padding-bottom:40px;
        padding-top:40px;
        /*height:100vh;*/
    }
}
.rightColumnInside {
    background-color:#F1F1F1;
    padding-bottom: 20px;
    padding-top: 20px;
}
@media screen and (min-width: 768px) {
    .rightColumnInside {
        padding-bottom:50px;
        padding-top:40px;
    }
}
.productHeaderWide {
    background-image:url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/PEM1/footerBg.png);
    background-position:center center;
}
.productHeaderInside {
    padding-bottom:30px;
    padding-top:30px;
}
@media screen and (min-width: 768px) {
    .productHeaderInside {
        height:100px;
    }
}
@media screen and (min-width: 992px) {
    .productHeaderInside {
        height:150px;
    }
}
.product-title {
    margin-top:20px;
}
@media screen and (min-width: 768px) {
    .product-image {
        position:absolute;
        margin-right: 20px;
    }
    .product-title {
        margin-top:0;
    }
}
@media screen and (min-width: 992px) {
    .product-title {
        margin-top:20px;
    }
}
a.backToTop {
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
}
a.backToTop:hover {
    background-color: #fff;
    color: #3873C1;
}
.product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery,
.product-gallery #le_plugin_gallery_5ee006947529f .le_plugin_gallery_gallery {
    width:31%;
    height:auto;
    margin-bottom:20px;
    margin-right:10px;
}
.product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery:nth-of-type(3n),
.product-gallery #le_plugin_gallery_5ee006947529f .le_plugin_gallery_gallery:nth-of-type(3n) {
    margin-right:0;
}
.product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery img,
.product-gallery #le_plugin_gallery_5ee006947529f .le_plugin_gallery_gallery img {
    width:100%;
    height:auto;
    border:solid 2px #a2a2a2;
}
@media screen and (min-width: 768px) {
    .product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery,
    .product-gallery #le_plugin_gallery_5ee006947529f .le_plugin_gallery_gallery {
        width:32%;
    }
}
@media screen and (min-width: 992px) {
    .product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery,
    .product-gallery #le_plugin_gallery_5ee006947529f .le_plugin_gallery_gallery {
        margin-right:18px;
    }
}

/*-------------------------REGIONS END---------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.col-sm-15 {
		float: left;
		width: 20%;
    }
	.navicon {
		display: none;
	}
	.mainNav {
		display: block;
		padding: 0 0 5px 0;
		text-align:center;
	}
	.mainNav ul {
		margin: 0;
		padding: 0;
	}
	.mainNav ul.le_menu_level_0 {
		margin: 0;
		padding: 0;
	}
	.mainNav li {
		list-style: none;
	}
	.mainNav li.le_menuitem_level_0 {
		display: inline-block;
		margin-left: 0px;
	}
	.mainNav li.le_menuitem_level_0 a {
		background-color: rgba(0,0,0,0);
		border-bottom: solid 0px;
		border-right: solid 1px #a3a3a3;
		color: #3873C1;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		letter-spacing: 0px;
		padding: 0 8px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	.mainNav li.le_menuitem_level_0 a:hover {
		color: #a8763e;
	}
	.mainNav li:first-of-type {
	    border-left: solid 1px #a3a3a3;
	}
	.mainNav li.le_menuitem_level_0 a.le_current_link {
		/*border-bottom:solid 0px #aa1e23;*/
		/*color:#CB6C3C;*/
	}
	.mainNav li.le_menuitem_level_0:hover ul.le_menu_level_1 {
		display: block;
		padding-top: 10px;
	}
	/*--------1ST LEVEL SUBMENU-------*/
	.mainNav ul.le_menu_level_1 {
		display: none;
		margin: 0;
		padding: 0px 0 0 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.mainNav ul.le_menu_level_1 li:first-of-type {
	    border: 0;
	}
	.mainNav li.le_menuitem_level_1 a {
        background-color:#3873C1;
        border: 0;
        display: block;
		color: #ffffff;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		padding: 5px 12px;
		text-align: left;
		text-decoration: none;
		text-transform: none;
		min-width: 240px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.mainNav li.le_menuitem_level_1 a:hover {
		background-color: #646565;
		color: #ffffff;
		text-transform: none;
	}
	.mainNav .le_menu_level_2_container {
		float: right;
		margin-top: -35px;
		padding: 0;
	}
	.mainNav ul.le_menu_level_2 {
		background-color: #ffffff;
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.mainNav li.le_menuitem_level_1:hover ul.le_menu_level_2 {
		display: block;
	}
	.dropdown ul {
		display: block;
	}
	.menu-place .menu_element li.le_menuitem_level_0 a {
		font-size:14px;
		padding:12px 15px;
	}
	.flex-center {
        display: flex;
        align-items: center;
    }
    .mobileOnly {
        display:none;
    }
    .desktopOnly {
        display:block;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.col-md-15 {
		float: left;
		width: 20%;
    }
	.mainNav li.le_menuitem_level_0 a {
	    font-size: 15px;
		letter-spacing: 1px;
		padding: 0 14px;
	}
	.mainNav li.le_menuitem_level_1 a {
		color: #ffffff;
		padding: 6px 12px;
		text-decoration: none;
		text-transform: none;
		width: 220px;
	}
	.secondaryNav li.le_menuitem_level_0 a {
	    font-size: 12px;
	    padding: 5px 9px;
	}
	.secondaryNav li.le_menuitem_level_0:hover ul.le_menu_level_1 {
		display: block;
	}
	/*--------1ST LEVEL SUBMENU-------*/
	.secondaryNav ul.le_menu_level_1 {
		display: none;
		margin: 0;
		padding: 5px 0 0 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.secondaryNav li.le_menuitem_level_1 a {
		background-color: #3873C1;
		background-image: none;
		display: block;
		color: #ffffff;
		font-size: 14px;
		padding: 10px 15px;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
		min-width: 180px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.secondaryNav li.le_menuitem_level_1 a:hover {
		background-color:#a8763e;
		color: #ffffff;
	}
    .theHover {
        position:relative;
        width:100%;
        -webkit-transition:all 0.2s ease 0s;
        transition:all 0.2s ease 0s;
    }
    .hoverImage {
        position:relative;
        width:100%;
        top:0px;
        z-index:10;
    }
    .hoverImage img {
        height:auto;
        width:100%;
    }
    .hoverText {
        background-color:rgba(255,255,255,0);
        color:rgba(0,0,0,0);
        left:0px;
        margin:15px auto;
        /*padding:65px 20px;*/
        padding:52px 20px;
        position:absolute;
        right:0px;
        top:0px;
        z-index:10;
        width:90%;
        -webkit-transition:all 0.2s ease 0s;
        transition:all 0.2s ease 0s;
    }
    .hoverText a {
        color:rgba(255,255,255,0);
        text-decoration:none;
        -webkit-transition:all 0.2s ease 0s;
        transition:all 0.2s ease 0s;
    }
    .hoverText:hover {
        background-color:rgba(255,255,255,.85);
        color:rgba(0,0,0,1);
    }
    .hoverText:hover a {
        color:rgba(0,0,0,1);
        padding:60px 0;
    }
    .hoverText a:hover {
        color:rgba(0,0,0,1);
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.col-lg-15 {
		float: left;
		width: 20%;
    }
    .mainNav li.le_menuitem_level_0 a {
        font-size: 17px;
		padding: 0 20px;
	}
	.mainNav li.le_menuitem_level_1 a {
	    padding: 6px 15px;
	}
	.secondaryNav li.le_menuitem_level_0 a {
	    padding: 5px 10px;
	}
    .hoverText {
        /*padding:85px 20px;*/
        padding:71px 20px;
	}
	.hoverText:hover a {
        padding:75px 0;
	}
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
	margin-bottom: 40px !important;
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}
.le-logged-in .headerBg {
	position:relative;
}
.le-logged-in.le-edit-open .mobileOnly {
    display:block;
}
.le-logged-in .desktopOnly {
    display:block;
}

/*-------------------------RESETS END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.edit-region-icon {
    display: none;
}

/*-------------------------CLEAR END-------------------------------*/
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
