@charset "utf-8";

/* Table of Contents ==================

  > Element Resets

  > Typography
    - general elements
    - generic classes

  > Forms

  > Tables

  > Buttons

  > Link List

  > Header
    - branding (.logo-cover)
    - contact info (.contact-cover)
    - main-navigation
      - sub-menu
      - search-box

  > Page (section.page)
    - generic layout tools
    - banner (.wrap-banner)
      - image
      - banner-content
      - social icon nav
      - breadcrumbs
    - content (.wrap-content)
    - owl carousel
    - Call-To-Action (.yellow-box)

  > Footer
    - footer top
      - share
      - enews signup (sign-form)
      - footer menu link columns
    - footer bottom
      - copyright

  > Utilities

  > Page Specific
    - product
    - home (index)
    - locations
    - applications
    - cart
    - human
    - customer
    - landing
    - standard


  END Table of Contents =============== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

.italic 
{
	font-family: "Book Antiqua";
	font-weight: bold;
	font-style: italic;
	
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary
{
    display: block;
}

nav ul,
nav ol
{
    list-style: none;
    list-style-image: none;
}

section
{
    clear: both;
}

img
{
    max-width: 100%;
}

audio,
canvas,
video
{
    display: inline-block;
}

audio:not([controls])
{
    display: none;
    height: 0;
}

img
{
    border: 0 none;
    max-width: 100%;
}

/* START typography -------------- */
body
{
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Calibri', sans-serif;
    color: #000000;
}

p, h1, h2, h3, h4, h5, h6
{
  color: #000000;
  font-family: 'Calibri', sans-serif;
}

p
{
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 25px;
    font-weight: 400;
}

h1
{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.h1
{
  font-weight: 300;
  font-size: 45px;
  line-height: 47.5px;
  margin-bottom: 33px;
  margin-top: -11px;
}

h2
{
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

h3
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

h3.hdr-accent,
.related-left h3.hdr-accent
{
    color: #495f73;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

h4
{
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

h4.hdr-impact
{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 22px;
}

h5
{
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.hdr-emphasis
{
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: uppercase;
}

h6
{
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

ul,
li
{
    list-style-type: none;
}

small
{
    font-size: 80%
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em
}

blockquote,
q
{
    quotes: "" "";
}

q
{
    quotes: none
}

q:before,
q:after
{
    content: '';
    content: none
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: "";
}

pre
{
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

a
{
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a,
button
{
    outline: none !important;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
}

:focus
{
    outline: 0;
}

.text-accent
{
  color: #456074;
  font-weight: 400;
}

.text-accent a
{
  color: #456074;
  font-weight: 400;
}

.text-accent a:hover
{
  color: #b90b2e;
}

.list-accent
{
  padding-left: 10px;
}

.list-accent > li
{
  padding-left: 13px;
  position: relative;
  color: #000000;
}

.list-accent > li::before
{
  display: none; /* override influence of .cover-pro */
}

.list-accent > li:after
{
    background: #ffdf00 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 10px;
    width: 5px;
}

.list-accent > li > a
{
  color: #456074;
  font-weight: 400;
}

.list-accent > li > a:hover
{
  color: #b90b2e;
}

/* inline block link list here */

/* END typography ------------------ */


/* START forms ---------------- */
button,
input,
select,
textarea
{
    margin: 0;
    vertical-align: baseline;
}

textarea
{
    overflow: auto;
    vertical-align: top
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea
{
    -webkit-appearance: none;
    border-radius: 0
}

input
{
   /* -webkit-appearance: none; */
    border-radius: 0px;
}

/* added via general.js */
span.error
{
    position: absolute;
    bottom: -20px;
    left: 48px;
    display: inline-block;
    color: #f00;
}

.successmsg
{
    left: 48px;
    display: none;
    position: absolute;
    bottom: -20px;
    color: #00c100;
}

::-webkit-input-placeholder
{
    opacity: 1;
    color: inherit;
}

:-moz-placeholder
{
    /* Firefox 18- */
    opacity: 1;
    color: inherit;
}

::-moz-placeholder
{
    /* Firefox 19+ */
    opacity: 1;
    color: inherit;
}

:-ms-input-placeholder
{
    opacity: 1;
    color: inherit;
}

textarea::-webkit-input-placeholder
{
    color: #7697b2;
}

textarea:-moz-placeholder
{
    color: #7697b2;
}

textarea.texareabox:-ms-input-placeholder
{
    color: #7697b2;
}

.wrapper:-moz-placeholder
{
    color: rgb(102, 102, 102);
}

.wrapper::-webkit-input-placeholder
{
    color: rgb(102, 102, 102);
}

.wrapper::-moz-placeholder
{
    color: rgb(102, 102, 102);
    opacity: 1;
}

.wrapper:-ms-input-placeholder
{
    opacity: 1;
    color: rgb(102, 102, 102);
}

/* END forms --------------------- */


/* START Tables ------------------ */
table
{
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

td
{
    vertical-align: top;
}

caption,
th,
td
{
    text-align: left;
    font-weight: normal;
}
/* END tables ------------------ */


/* START buttons ------------------- */
.btn
{
    outline: none !important;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
}

.btn.btn-default
{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    color: #000000;
    background: transparent;
    border-color: #000000;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 24px;
	scroll-behavior: smooth;
}

.btn.btn-default:hover,
.btn.btn-default:focus,

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,

.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover
{
    box-shadow: none;
    background: #000;
    color: #eeeeee;
}

.btn.btn-danger
{
    background-color: rgb(185, 11, 46);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px 25px 15px 20px;
    letter-spacing: 0.3px;
    border-radius: 0;
}

.btn.btn-danger:hover
{
    background: #ffffff;
    color: #b90b2e;
}

.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){ .mobileShow { display: inline;}}

.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover
{
    box-shadow: none;
    background: #000;
    color: #eeeeee;
}

.btn-accent
{
  border: 1px solid #bababa;
  color: #495f73;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 24px 15px 27px;
  white-space: inherit;
  border-radius: 0px;
  background: #f8f8f8;
}

.btn-accent:hover,
.btn-accent:focus
{
  background: none;
  color: #495f73 !important;
  box-shadow: 0 0 6px 4px rgba(204, 204, 204, 0.7) inset;
}


.btn-accent2
{
  background: #e2e2e2;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #000000;
  padding: 15px 24px;
}

.btn-accent2:hover,
.btn-accent2:focus
{
  background: #ccc;
  color: #000;
}
/* end buttons --------------------- */

.btn.btn-yellow
{
    background-color: rgb(255, 221, 0);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    padding: 16px 25px 15px 20px;
    letter-spacing: 0.3px;
    border-radius: 0;
}

.scara-btn-yellow
{
    float:left;
	background-color: rgb(255, 221, 0);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    padding: 15px;
	margin-bottom: 25px;
    letter-spacing: 0.3px;
    border-radius: 5px;
}

.btn-grey
{
    background-color:#626366;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color:azure;
    text-transform: uppercase;
    padding: 16px 25px 15px 20px;
	margin:20px;
    letter-spacing: 0.3px;
    border-radius: 5px;
}

.btn.btn-yellow:hover
{
    background: #ffffff;
    color: #000000;
}

.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover
{
    box-shadow: none;
    background: #000;
    color: #ddff00;
}
.btn.btn-green
{
    background-color: rgb(140, 190, 65);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    padding: 16px 25px 15px 20px;
    letter-spacing: 0.3px;
    border-radius: 0;
}
.btn.btn-green:hover
{
    background: #ffdd00;
    color: #000000;
}

.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover
{
    box-shadow: none;
    background: #000;
    color: #eeeeee;
}

/* START link list ------------- */
.link-list
{
  padding-left: 0;
  list-style-type: none;
}

.link-list > li
{
  padding-left: 0;
  text-align: center;
  display: inline-block;
  position: inherit;
  width: 24%;
  padding: 5px 0.5%;
}

.link-list > li > a.btn
{
  display: block;
}

/* END link list --------------- */


/* START header ----------------- */
.header-main
{
    background: #ffdd00;
    background-position: bottom center;
    z-index: 9999;
    float: left;
    width: 100%;
    position: relative;
}

.logo-cover a
{
    max-width: 192px;
    margin-top: 46px;
    display: inline-block;
}

.logo-cover-menu-item a
{
    max-width: 192px;
    margin-top: 46px;
    display: inline-block;
}

.contact-cover
{
    text-align: right;
}

.contact-cover > div
{
    display: inline-block;
    vertical-align: top;
}

.call-us
{
    margin: 13px 36px;
}

.call-us a
{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: right;
    color: #000000;
    position: relative;
    padding-left: 25px;
}

.call-us a:hover
{
    color: #b90b2e;
}

.call-us a:before
{
    position: absolute;
    content: '';
    background: url(../images/call.png) no-repeat;
    height: 15px;
    width: 15px;
    background-size: 100%;
    left: 2px;
    top: 0;
}

.landing-menu-item
{
    margin-top: 9px;
}

.landing-menu-item a
{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    color: #000000;
    position: relative;
    padding-left: 45px;
}

.landing-menu-item a:hover
{
    color: #b90b2e;
}

.landing-menu-item a:before
{
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background-size: 100%;
    left: 2px;
    top: 0;
}
/* End header ---------------------- */


/* START menu (technically inside #header-main) ----------------- */

/* .menu-open added via menu.js */
body.menu-open
{
    height: 100%;
    overflow: hidden;
}

.menu-open .wrapper
{
    overflow: hidden;
}

.main-navigation
{
    text-align: left;
    padding: 0 15px;
    margin: 24px 0 0;
    position: inherit;
}

.wrap-nav
{
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0 0;
}

.main-navigation .navigation > li
{
    display: inline-block;
    position: inherit;
    padding: 0 18px 34px;
}

.main-navigation .navigation > li:first-child
{
    padding-left: 0;
}

.main-navigation .navigation > li:last-child
{
    padding-right: 0;
}

.main-navigation .navigation > li > a
{
    float: left;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    color: #000000;
    letter-spacing: 0.04px;
    position: relative;
}

.main-navigation .navigation > li:first-child a
{
    margin-left: 0;
}

.main-navigation .navigation > li:last-child a
{
    margin-right: 0;
}

.main-navigation .navigation > li > a:after
{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -40px;
    height: 0;
    background: #B90B2E;
    transition: height 0.5s ease-in-out 0s;
    -webkit-transition: height 0.5s ease-in-out 0s;
    -moz-transition: height 0.5s ease-in-out 0s;
    -ms-transition: height 0.5s ease-in-out 0s;
}

.main-navigation .navigation > li:hover > a:after
{
    height: 13px;
}

/* START sub-menu (.sub-menu added by menu.js) ----------------- */
.main-navigation .sub-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(51, 51, 51, 0.95);
    text-align: center;
    overflow: hidden;
    min-width: 230px;
    width: 100%;
    padding: 11px 0 6px;
    display: none;
}

.main-navigation .sub-menu > .container
{
    padding-left: 0px;
    padding-right: 0px;
}

.main-navigation .navigation .sub-menu li
{
    display: inline-block;
    text-align: center;
    margin: 12px;
    vertical-align: top;
}

.main-navigation .navigation .sub-menu a
{
    display: block;
    width: 100%;  
    margin: 0;
    padding: 6px 10px;
    border-radius: 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    height: 198px;
    
   /* width: 198px;*/ /*RK removed it to center all anchor tag in submenu 8/22/2017*/
    display: table-cell;
    vertical-align: middle;
    border: 2px solid #999999;
    width:auto;
}

.main-navigation .navigation .sub-menu a figcaption
{
    font-size: 18px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 20px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.main-navigation .navigation .sub-menu a:hover figcaption
{
    color: #b90b2e;
}

.main-navigation .navigation > li.right-touch .sub-menu
{
    left: inherit;
}

.main-navigation .simple-ul.sub-menu
{
    text-align: left;
    padding: 26px 0 56px;
}

.main-navigation .navigation .simple-ul.sub-menu a
{
    height: auto;
    border: 0;
    line-height: 100%;
    font-size: 18px;
    padding: 0 15px;
}

.main-navigation .navigation .simple-ul.sub-menu a:hover
{
    color: #b90b2e;
}

.main-navigation .navigation .simple-ul.sub-menu li
{
    margin: 0;
    text-align: left;
    padding: 10px 0;
}

.main-navigation .navigation .sub-menu li.menu-title
{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: rgb(255, 217, 0);
    display: block;
    text-align: left;
    padding: 15px 15px 20px;
    text-transform: uppercase;
}

/* .arrow added by menu.js (inside sub-menu)--- */
.arrow
{
    position: absolute;
    top: 0px;
    right: -40px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
}

.arrow:after
{
    height: 10px;
    width: 10px;
    background: transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    top: 7px;
    bottom: 4px;
    margin: auto;
    transform-origin: 0 0;
}

.arrow.up
{
    top: 0;
}

.arrow.up:after
{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    top: 17px;
    transform-origin: 0 0;
    left: inherit;
    right: -5px
}

.menu-icon
{
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
}

.menu-icon .menu-box
{
    width: 50px;
    height: 33px;
    margin-right: 0;
    padding: 5px;
}

.menu-icon .menu-box span
{
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #000000;
    display: block;
    border-radius: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu-icon.active span:nth-child(1)
{
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}

.menu-icon.active span:nth-child(2)
{
    opacity: 0;
}

.menu-icon.active span:nth-child(3)
{
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
/* menu end here ----------------- */


/* START search-box -------------- */
.search-box
{
    display: inline-block;
    float: right;
    position: relative;
}

.search-box .input-box
{
    color: #000000;
    text-align: left;
    line-height: inherit;
    background: #ffffff;
    width: 212px;
    min-height: 40px;
    border: 2px solid #ccc;
    padding: 0 40px 0px 15px;
    font-size: 14px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.search-box .input-box:focus
{
    border-color: #b90b2e;
}

.search-icon
{
    font-size: 0;
    height: 20px;
    width: 20px;
    background: url(../images/search.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 18px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.search-icon:hover,
.search-icon:focus
{
    opacity: 0.3;
}
/* END search-box -------- */

/* END header stuff ------------------- */



/* START banner  ==================== */
.image-cover
{
    padding-top: 22.5%;
    background-image: url("../images/product.jpg"); /* default image */
}

/* page specific banner background images */
.product-page .image-cover
{
    background-image: url("../images/product.jpg");
}

.banner-content
{
    top: 45%;
}

.banner-content-scara
{
    z-index:1;
	position: absolute;
	top: 62%;
	left:10%;
}

.wrap-banner
{
    position: relative;
    overflow: hidden;
}

.content-banner
{
    width:100%;
	height:auto;
	position: relative;
    overflow: hidden;
}


.image-cover
{
    background-size: cover;
    background-position: center;
    padding-top: 27.45%;
	background-repeat: no-repeat;
    /*Commented Out By Kenneth Mazur On 8/16/2017*/
    /*If left, adversely cuts off the right side of the banner image on mobile.*/
    /*min-height: 300px;*/
}

.image-cover-scara-page
{
    background-size: 100% auto;
    background-position: center;
    padding-top: 27.45%;
	background-image: url("/images/default-source/scara/scara-main-banner.jpg"); /* default image */
	background-repeat: no-repeat;
    /*Commented Out By Kenneth Mazur On 8/16/2017*/
    /*If left, adversely cuts off the right side of the banner image on mobile.*/
    /*min-height: 300px;*/
}

.image-cover-scara-main
{
    background-size: 100% auto;
    background-position: center;
    padding-top: 27.45%;
	background-image: url("/images/default-source/scara/main-page-header-scara.jpg"); /* default image */
	background-repeat: no-repeat;
    /*Commented Out By Kenneth Mazur On 8/16/2017*/
    /*If left, adversely cuts off the right side of the banner image on mobile.*/
    /*min-height: 300px;*/
}


.banner-content
{
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-cover h2
{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFFFFF;
	font-weight: 900;
}

/* banner-cover is inside banner-content */
.banner-cover > [class^="cover-"]
{
  display: inline-block;
  max-width: 392px;
  width: 100%;
  text-align: left;
}

.banner-content-scara .banner-cover
{
  margin-top: 10px;
	float:left;
  width: 100%;
  text-align: left;
}


/* applies some variety to homepage, which doesn't use .yellow-box OR top-txt */
.banner-cover h1
{
    font-size: 45px;
    letter-spacing: 0.8px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 27px;
    text-transform: uppercase;
    color: #000000;
}

.banner-content-scara .banner-cover h1
{
    font-size: 45px;
    letter-spacing: 0.8px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000000;
}

.banner-cover span
{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}


.cover-yellow
{
    background: #ffdd00 none repeat scroll 0 0;
    color: rgb(102, 102, 102);
}

/* applies to all pages except home */
.cover-yellow h1
{
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 30px;
}

.top-txt,
.cover-yellow > span
{
    padding: 22px 22px 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: left;
}

/* top-txt inside cover-yellow */
.top-txt
{
    border-bottom: 1px solid #ffffff;
}

.top-txt > span
{
    text-transform: uppercase;
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 400;
}

.cover-green
{
    background: #8cbe41 none repeat scroll 0 0;
    color: rgb(0,0,0)
}

/* applies to all pages except home */
.cover-green h1
{
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 30px;
}

.top-txt,
.cover-green > span
{
    padding: 22px 22px 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: left;
}

/* top-txt inside cover-green */
.top-txt
{
    border-bottom: 1px solid #ffffff;
}

.top-txt > span
{
    text-transform: uppercase;
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 400;
}

/* START social-group is after .banner-content but before .breadcrumb ------- */
/* inside .wrap-banner */
.social-group
{
    position: absolute;
    top: 96px;
    left: 0;
	z-index: 1000;
}

.social-group a:hover
{
    opacity: 0.5;
}
/* END social-group -------------------- */


/* START breadcrumbs (inside .wrap-banner) -------------- */
.wrap-breadcrumb
{
    border-bottom: 1px solid #000000;
}

.breadcrumb
{
    padding: 20px 0 20px;
    background-color: transparent;
    margin-bottom: 0px;
}

.breadcrumb li
{
    position: relative;
    display: inline-block;
    padding-right: 13px;
}

.breadcrumb li:after
{
    position: absolute;
    content: '>';
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #b90b2e;
    right: 0;
    top: 2px;
}

.breadcrumb li:last-child:after
{
    display: none;
}

.breadcrumb>li+li:before
{
    padding: 0;
    color: transparent;
    content: "";
}

.breadcrumb li a,
.breadcrumb li span
{
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}

.breadcrumb li a:hover
{
    color: #b90b2e;
}

.breadcrumb li:first-child * {
    text-transform: uppercase;
}

.breadcrumb li a
{
    text-transform: uppercase;
}
/* END breadcrumbs -------------- */

/* END banner =================== */


/* START generic layout helpers ----------- */

/* related-cover wraps related-left and related-right */
.related-cover
{
    border-bottom: 6px solid #495f73;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 30px;
    width: 100%;
}

.related-cover-no-border
{
    display: inline-block;
	margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    width: 100%;
	border-top: 40px solid #fd0;
	/* Edited By Gary Burke - 11/22/2017   :~0   ----------- */
}

.related-cover-yellow-bg
{
    display: inline-block;
	background-color: #fd0;
    margin-bottom: 0px;
    padding: 30px;
    width: 100%;
	height:auto;
	/* Edited By Gary Burke - 11/20/2017   :~0   ----------- */
}



.row.related-cover
{
  display: block;
  width: auto;
}

/*.related-cover:last-of-type
{
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}*/

.related-left
{
    float: left;
    width: 73%;
}

.related-right
{
    float: right;
    padding-top: 78px;
    text-align: center;
    display: inline-block;
    width: 25%;
}
/* END generic layout helpers ------------- */


/* START wrap-content =========== */
/* wrap-content contains cover-gray, blue-box, etc */
/* .yellow-box is a full-width section that follows wrap-content */
.wrap-content
{
    padding: 78px 0 0px;
}


/* START left sidebar ----------------------- */
/* first column within wrap-content - standard secondary page left sidebar */
.left-panel > div
{
    max-width: 212px;
    margin-bottom: 32px;
}

/* standard secondary page left column sidebar sections */
/* START .cover-gray ------------ */
/* .cover-gray contains left sidebar navigation menu */
.cover-gray
{
    background-image: -moz-linear-gradient(rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-gradient(linear, color-stop(0, rgb(204, 204, 204)), color-stop(1, rgb(255, 255, 255)));
    background-image: -webkit-linear-gradient(rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -o-linear-gradient(rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(rgb(204, 204, 204) 0%, rgb(255, 255, 255) 70%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcccccc,endColorstr=#ffffffff)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffcccccc, endColorstr=#ffffffff);
    /*Modified by Kenneth Mazur 8/12/2017*/
    /*padding: 22px 28px;*/
    padding: 22px 0px;
    border: 1px solid #cccccc;
}

.cover-gray h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    color: #000000;
    font-weight: 700;
    /*Modified by Kenneth Mazur 08/12/2017*/
    /*text-transform: uppercase;*/
    margin-bottom: 18px;
    padding-bottom: 13px;
    position: relative;
    /*Added by Kenneth Mazur 08/12/2017*/
    padding-left:15px;
}

.cover-gray h2:after
{
    position: absolute;
    bottom: 1px;
    left: -2px;
    /*Modified by Kenneth Mazur 08/12/2017*/
    /*width: 78px;*/
    width: 100%;
    height: 4px;
    background: #000000;
    content: '';
}

.cover-gray li {
    padding-left:22px;
}

.cover-gray li a
{
    font-size: 17px;
    line-height: 18px;
    text-align: left;
    font-weight: 400;
    color: #000000;
    margin-bottom: 8px;
    display: inline-block;
}

.cover-gray li a:hover,
.cover-gray li.active a
{
    /*font-weight: 700;*/
    /*color: #b90b2e;*/
}
/* END .cover-gray ------------ */


/* START .blue-box ------------ */
.blue-box
{
    background: #495F73;
    padding: 28px 28px 33px;
}

.blue-box span
{
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.blue-box p
{
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
}

.blue-box .btn.btn-default
{
    color: #ffffff;
    border-color: #ffffff;
    padding: 14px 28px;
}
/* END .blue-box ----------- */

/* END left sidebar ----------------------- */


/* START right panel =================== */
/* second column within wrap-content */
.right-panel h2
{
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    margin-top: -8px;
    margin-bottom: 21px; /* or maybe 14px */
}

.right-panel h5
{
    font-size: 20px;
    margin-bottom: 4px;
	margin-top: 10px;
    font-weight: 400;
}

.right-panel p
{
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-weight: 300;
    padding-bottom: 22px; /* or maybe 13px */
}

.right-panel ul
{
    margin-bottom: 12px;
}

.right-panel ul li a:hover
{
    color: #b90b2e;
}

/* END right panel ====================== */


/* START feat-box (robot captioned image boxes) ----- */
/* found inside right-panel */
/* feat-box is inside applications page, product page, industry and standard pages */
.feat-box
{
    border-bottom: 6px solid #495F73;
    padding-bottom: 30px;
    margin-bottom: 48px;
}

/* pro-box is inside of feat-box */

/* added to .feat-box - found in many pages */
.fb-content
{
    border-bottom: transparent !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* robot card row */
.pro-box
{
    margin: 0 -7px;
    overflow: hidden;
}

/* robot card item (within pro-box) */
.cover-pro
{
    width: 25%;
    padding: 0 7px;
    float: left;
    text-align: center;
    margin-bottom: 14px;
}

.cover-pro img
{
  height: 170px;
  vertical-align: middle;
}

.cover-pro figure
{
    border: 1px solid #999999;
    padding: 18px 33px;
	transition: 0.5s;
}

.cover-pro figure:hover {
    box-shadow: 0 0 2px 1px rgba(50, 50, 50, 0.5);
}

.cover-pro h4
{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: rgb(70, 95, 114);
    text-align: left;
    padding-bottom: 6px;
}

.cover-pro h4 a
{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: rgb(70, 95, 114);
    text-align: left;
    padding-bottom: 6px;
}

.cover-pro figcaption
{
    margin-top: 29px;
    overflow: hidden;
}

.cover-pro figcaption ul
{
    padding-left: 0;
}

.cover-pro li
{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    /* color: #485f72; */
    text-align: left;
    padding-left: 13px;
    position: relative;
}

.cover-pro figure li
{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    text-align: left;
    padding-left: 13px;
    position: relative;
}

.cover-pro li:before
{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #000;
    left: 2px;
    top: 7px;
    border-radius: 50%;
    z-index: 111;
}

.cover-pro a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: left;
    color: #000000;
    text-align: left;
    /* float: left;
    margin: 28px 0px 15px; */
}

.cover-pro a:hover
{
    color: #b90b2e;
}
/* END feat-box (robot captioned image boxes) ----- */

/* robot card item (within pro-box) THESE ARE FOR THE ROBOT SERIES PAGES-KIEL V. */
.cover-pro-series
{
    width: 25%;
    padding: 0 7px;
    float: left;
    text-align: center;
    margin-bottom: 14px;
}


.cover-pro-series figure
{
    border: 1px solid #999999;
    padding: 10px 10px;
	text-align: center;
	transition: 0.5s;
}

.cover-pro-series figure:hover {
    box-shadow: 0 0 2px 1px rgba(50, 50, 50, 0.5);
}

.cover-pro-series img
{
  height: 170px;
  vertical-align: middle;
}


.cover-pro-series h4
{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: rgb(70, 95, 114);
    text-align: center;
    padding-bottom: 6px;
}

.cover-pro-series h4 a
{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: rgb(70, 95, 114);
    text-align: left;
    padding-bottom: 6px;
}

.cover-pro-series figcaption
{
    margin-top: 29px;
    overflow: hidden;
}

.cover-pro-series figcaption ul
{
    padding-left: 0;
}

.cover-pro-series li
{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    /* color: #485f72; */
    text-align: left;
    padding-left: 13px;
    position: relative;
}

.cover-pro-series figure li
{
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    text-align: left;
    padding-left: 13px;
    position: relative;
}

.cover-pro-series li:before
{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #000;
    left: 2px;
    top: 7px;
    border-radius: 50%;
    z-index: 111;
}

.cover-pro-series a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: left;
    color: #000000;
    text-align: left;
    /* float: left;
    margin: 28px 0px 15px; */
}

.cover-pro-series a:hover
{
    color: #b90b2e;
}
/* END feat-box (robot captioned image boxes) ----- */

.thr-box
{
    margin: 0 -7px;
}

.thr-box .cont-con
{
    float: left;
    width: 33.33%;
    padding: 0 7px;
}

.cont-con h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    padding-bottom: 10px;
}

.cont-con p
{
    padding-bottom: 35px;
}

.help-cover h2
{
    margin-bottom: 30px;
}

.help-box-cover
{
    margin: 0 -7.5px;
}

.row.help-box-cover
{
  margin-right: -15px;
  margin-left: -15px;
}

.help-box
{
    width: 33.33%;
    float: left;
    padding: 0 7.5px;
    margin-bottom: 15px;
}

.help-box h3
{
    margin-bottom: 10px;
}

.help-box p
{
    padding-bottom: 14px;
}

.help-box a
{
    padding: 15px 24px;
}

.help-box img
{
    width: 100%;
    margin-bottom: 23px;
}


/*.box-cover div*/
.box-cover figure
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 96px;
    width: 100%;
}

.box-cover span
{
    font-size: 20px;
    line-height: 21px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-top: 16px;
    display: inline-block;
}

/* START related-left --------------- */
/* found in right-panel */
.related-left h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1px;
    margin-bottom: 24px;
}

.related-left .form-cover {
    margin-top: 16px;
    float: left;
    width: 100%;
}

.related-left .form-cover > ul > li {
    width: 100%;
}

.related-left .form-cover > ul > li input,
.related-left .form-cover li > div {
    width: 28%;
}

.related-left .form-cover li.fullLi > div {
    width: 50%;
}
.related-left .form-contactus {
    margin-top: 16px;
    float: left;
    width: 100%;
}

.related-left .form-contactus > ul > li {
    width: 100%;
}

.related-left .form-contactus > ul > li input,
.related-left .form-contactus li > div {
    width: 28%;
}

.related-left .form-contactus li.fullLi > div {
    width: 50%;
}
/* END related-left --------------- */


/* START product videos (on many pages) ---- */
.product-videos ul
{
    text-align: center;
}

.product-videos ul li
{
    position: inherit;
    padding: 0;
    margin: 0 10px;
    vertical-align: top;
    width: 22%;
}

.product-videos ul li p
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 7px;
}

/* inside of .product-videos */
.video-box
{
    background: #f8f8f8;
    padding: 30px 30px 0;
    padding-bottom: 8px;
    border: 1px solid #bababa;
}

.video-box ul
{
    padding: 0;
}

.video-box ul li::after
{
    display: none;
}

.pv-play
{
    position: relative !important;
    display: inline-block;
}

.pv-play a
{
    position: absolute;
    top: 20%;
    left: 40%;
}

/* END product videos ---------------------- */

.div-grid p {padding: .7em;}
		.div-grid h2 {padding: .7em;}
		
		
/* START .div-grid --------- */	

.div-grid { 
	margin:2em auto;
	width:100%;
  	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2em, 1fr);
	grid-column-gap: 1.5em;	
}
	
.top {width:100%;
		height:auto;
		background-color: #E1E1E1;
		border-bottom: solid white thin;
		}
		
 .left{grid-column:1/2; grid-row:1/2;	}
 .center{grid-column:2/3; grid-row:1/2;}	
.right{grid-column:3/4; grid-row:1/2;}	
		
		.row1 {grid-row:1;}
		.row2 {grid-row:2;}
		.row3 {grid-row:3;}
		.row4 {grid-row:4;}
		.row5 {grid-row:5;}
		.row6 {grid-row:6;}
		.row7 {grid-row:7;}
		.row8 {grid-row:8;}
		
.bottom {width:100%;
			margin: 0px auto 2em auto;
			height:auto;
			min-height:200px;
			background:
		linear-gradient(135deg, transparent 0px, #fd0 0) top left,
		linear-gradient(225deg, transparent 00px, #fd0 0) top right,
		linear-gradient(315deg, transparent 20px, #fd0 0) bottom right,
		linear-gradient(45deg,  transparent 00px, #fd0 0) bottom left;
	background-size: 51% 51%;
	background-repeat: no-repeat;
		}
/* END div grid ---------------------- */

/* START .owl-carousel on human and index page --------- */
.owl-stage-outer
{
    margin-bottom: 23px;
}

.owl-carousel .owl-item
{
    padding: 0 2px;
}

.owl-carousel .owl-item > img
{
    width: 100%;
}

.owl-carousel .owl-item img
{
    width: auto;
    display: block;
    margin: 0 auto;
}

.owl-nav > div
{
    font-size: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.owl-nav > div:hover
{
    opacity: 0.5;
}

.owl-nav > div.owl-prev
{
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #000;
    left: -42px;
}

.owl-nav > div.owl-next
{
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    right: -42px;
}

.owl-dots
{
    text-align: center;
}

/* END owl-carousel -------------------- */


/* .gray-box moved to page-home.css */
/* .indus-slider moved to page-home.css */

/* .wrap-news moved to page-home.css */


/* END asi section --------------------- */


.small-cont {
    padding: 0 32px;
}


/* START yellow box row ------------------- */
/* big cta row before email newsletter signup - right above footer */
.yellow-box
{
    background: #ffdd00;
    margin-top: 87px; /* or maybe 80px */
    padding: 59px 0 35px;
}

.yellow-box .right-panel h2
{
    margin-bottom: 30px;
}

.yellow-box .right-panel h3
{
    font-size: 22px;
    letter-spacing: 0.3px;
}

/* END yellow box row --------------------- */

/* START yellow box text bg ------------------- */
/* Simple yellow background to place text */
.yellow-box-text-bg
{
    background: #ffdd00;
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 5px; 0; 5px; 20px;
	border: 1px solid #999999;
}

/* END yellow box text bg ------------------- */

/* START footer --------------------------- */
.top-footer
{
    background: #eeeeee;
    padding: 43px 0 31px;
}

.share-link
{
    padding: 5px 20px;
}

.share-link a
{
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.19px;
    color: rgb(184, 11, 45);
    text-align: left;
    letter-spacing: 0.3px;
    padding-right: 44px;
}

.share-link a:hover
{
    color: #000000;
}

.share-link a:after
{
    position: absolute;
    content: '';
    background: url(../images/share.png) no-repeat;
    height: 35px;
    width: 30px;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* START form.sign-form ---------- */
.sign-form
{
    padding-left: 26px;
    text-align: right;
    float: right;
    width: 100%;
}

.sign-form .inputBox
{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: rgb(102, 102, 102);
    text-align: left;
    padding: 0 15px;
    border: 2px solid #ccc;
    width: 55.7%;
    float: none;
    margin-right: 0px;
    min-height: 38px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.sign-form .inputBox:hover,
.sign-form .inputBox:focus
{
    border-color: #b90b2e;
}

.sign-form .btn.btn-danger
{
    padding: 10px 16px;
    vertical-align: top;
    float: left;
    margin-left: 4px;
    font-size: 16px;
    float: right
}

.sign-form .btn.btn-danger:focus
{
    background: #ffffff;
    color: #b90b2e;
}
/* END form.sign-form ------------ */

/* footer menu columns ---- */
.acco-cover
{
    float: left;
    width: 16.666%;
    padding-right: 15px;
}

.acco-cover h4
{
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #000000;
    margin-bottom: 11px;
}

.acco-cover a
{
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    color: #000000;
}

.acco-cover a:hover
{
    color: #b90b2e;
}

.acc-data li
{
    float: left;
    width: 100%;
    line-height: 0;
}

.footer-menu
{
    /*Commented Out By Kenneth Mazur on 8/16/2017*/
    /*margin-top: 116px;*/
}

.footer-btm
{
    background: #000000;
    padding: 24px 0 54px;
}

.footer-btm p
{
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 0;
}

.copyright
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: 5px;
}

.foot-links,
.foot-links a
{
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    text-align: left;
    padding: 11px 0px 11px 3px;
}

.foot-links a:last-child
{
    padding: 11px 0px 11px 1px;
}

.foot-links a:hover
{
    color: #b90b2e;
}

/* END footer ------------------------- */



/* START utilities ------------- */
.none
{
    display: none;
}

.clear
{
    clear: both;
}

.cf:before,
.cf:after
{
    content: "";
    display: table
}

.cf:after
{
    clear: both;
}

.mobOnly
{
    display: none;
}

.deviceOnly
{
    display: none;
}
/* END utilities ------------------ */



/* ==============================================

  START page specific stuff

  - these are mostly elements within right-panel
  - since most pages use product page items, we'll start with that

  ============================================== */



/*===============================================*/

/*				Product page start				 */

/*===============================================*/


/* START wrap-content ------- */
.related-cover h2
{
    margin-bottom: 5px;
}

.related-cover p,
.related-cover .related-left p
{
    font-size: 22px;
    line-height: 26.4px;
}

.related-cover .related-left h5
{
    font-size: 18px;
    line-height: 21.5px;
    font-weight: 500;
}

.related-cover span a:hover
{
    color: #b90b2e;
}

/* relet-box on product-page and standard */

/* inside related-cover  ---------------------- */
.relet-box {
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
}

.relet-box h3 {
    color: rgb(70, 95, 114);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 26px; /* or 21px */
    padding-bottom: 10px;
    text-align: center;
}

.relet-box p {
    color: #000000;
    font-family: "Calibri";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 13px;
    text-align: center;
}

/* finder-rb only on product-page */
.finder-rb {
    border-bottom: 6px solid #495f73;
    margin-bottom: 51px;
    padding-bottom: 61px;
}

.finder-rb h2 {
    margin-bottom: 6px;
}

.finder-rb h5 {
    margin-bottom: 15px;
}

.finder-rb p {
    padding-bottom: 27px;
}

.finder-rb .select-box .felment-wrapper,
.finder-rb .select-box .felment-active {
    display: inline-block;
    vertical-align: top;
}

.finder-rb .felment-active .sbOptions {
    display: none !important;
}

.finder-rb .felment-active .sbSelector {
    background: #323232;
    color: #fff;
    font-weight: 700;
    cursor: inherit;
    padding: 5px 15px 5px 0;
}

.finder-rb .select-box .sbHolder {
    border: none;
    margin: 0;
    min-width: 90px;
}

.finder-rb .select-box form {
    background: #fed100;
    height: 38px;
    margin-top: 30px;
}

.finder-rb .sbHolder {
    font-family: "Calibri";
    box-sizing: content-box;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
    position: relative;
}

.finder-rb .sbSelector {
    background: rgba(0, 0, 0, 0) url("../images/select-icons.png") no-repeat scroll 92% 53%;
    padding-right: 24px;
    display: block;
    outline: medium none;
    width: 30px;
    border-right: 1px solid #c3aa41;
}

.finder-rb .select-box .felment-wrapper:nth-child(6) .sbSelector {
    border-right: transparent;
}

.finder-rb .sbSelector {
    display: block;
    line-height: 28px;
    outline: medium none;
    overflow: hidden;
    text-align: left;
    text-indent: 15px;
    width: 100%;
    color: #000000;
    cursor: pointer;
}

.finder-rb .sbSelector a {
    color: #000000;
}

.finder-rb .sbOptions {
    box-sizing: content-box;
    left: -2px;
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 100%;
    background: #fed100;
}

.finder-rb .sbOptions a
{
    border-bottom: 1px solid #026e9f;
    display: block;
    outline: medium none;
    padding: 7px 17px;
    text-align: left;
    color: #000000;
}

.sbOptions li:last-child a {
    border-bottom: none;
}

/* .felment-wrapper only on product-page */
.felment-wrapper
{
    padding: 5px 0;
}

.felment-wrapper.right
{
    float: right;
    padding: 5px 25px;
    font-weight: 700;
}

/* inner pages cover up start - only on product-page */
.inner-page .cover-yellow {
    background: #ffdd00;
    display: inline-block;
    width: 100%;
    max-width: 392px;
}

.inner-page .cover-yellow > span {
    padding: 22px 22px 30px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: rgb(102, 102, 102);
    text-align: left;
}

.inner-page .banner-content {
    top: 45%;
}

.inner-page .right-panel h5 {
    font-weight: 400;
}

.inner-page .right-panel p {
    padding-bottom: 13px;
}

.inner-page .right-panel ul {
    margin-bottom: 12px;
}

.inner-page .related-cover a.btn {
    padding: 15px 30px;
    margin-top: 25px;
}

.inner-page .social-group
{
    top: 43%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.inner-page .right-panel .services h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

.inner-page .right-panel .services p {
    padding-bottom: 22px;
}

.inner-page .box-cover
{
    width: 222px;
    height: 222px;
    border-radius: 50%;
    background: #ffdd00;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    margin: 0 auto;
    display: block;
    left: inherit;
    right: inherit;
    transform: none;
    max-width: 100%;
    top: inherit;
}

.inner-page .box-cover:hover
{
    box-shadow: inset 0 0 6px 4px rgba(204, 204, 204, 0.7);
}

.inner-page .box-cover div span
{
    font-size: 20px;
    line-height: 21px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-top: 16px;
    display: inline-block;
}

.inner-page .image-cover
{
    padding-top: 22.5%;
}

.inner-page .relet-box
{
    margin-top: 19px;
    padding: 0 15px;
    text-align: center;
}

.inner-page .relet-box h3
{
    margin-top: 26px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(70, 95, 114);
    text-align: center;
    padding-bottom: 10px;
}

.inner-page .relet-box p
{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;
}

/* rel-box only on product page and standard page */
/* rel-box must follow inner-page in the css */
.rel-box
{
    float: left;
    width: 25%;
    margin-bottom: 30px;
    padding: 0 5px;
}

.rel-box .box-cover
{
    width: 146px;
    height: 146px;
    position: relative;
}

.rel-box .btn.btn-default
{
    margin: 8px auto 0;
    max-width: 140px;
    width: 100%;
    padding: 15px 0;
}

/*===============================================*/

/*				Product page End				 */

/*===============================================*/




/*===============================================*/

/*				Home page START				 */

/*===============================================*/

/* START feature -----------------*/
.wrap-feature {
    background: #ffdd00;
    padding: 47px 65px 18px;
}

.wrap-feature .feat-cover {
    margin-bottom: 30px;
}

.feat-main {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    padding: 25px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

/* equal height columns in tablet and above */
@media only screen and (min-width: 768px)
{
  .wrap-feature .row
  {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }

  .feat-main
  {
      height: 100%;
  }
}

.feat-main:hover
{
    box-shadow: 0 0 6px 4px rgba(204, 204, 204, 0.7);
}

.feat-main img {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.feat-main figcaption {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding-left: 25px;
    margin-top: -5px;
}

.feat-main figcaption h3 {
    font-family: 'Calibri';
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.feat-main figcaption p
{
    padding-bottom: 0;
    font-family: 'Calibri';
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #000000;
    text-align: left;
}

.feat-main figcaption span
{
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(70, 94, 114);
    text-align: left;
    padding-bottom: 12px;
    display: inline-block;
}

/* END feature -------------- */

/* START services ----------- */
.wrap-services
{
    padding: 89px 0;
}

.com-title h2
{
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 56px;
}

.serv-main img {
    max-width: 259px;
    max-height: 259px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.serv-main:hover img
{
    box-shadow: 0 0 6px 4px rgba(204, 204, 204, 0.7);
}

.serv-main h3 {
    font-size: 26px;
    color: rgb(71, 95, 114);
    line-height: 31px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 11px;
}

.serv-main figcaption {
    max-width: 212px;
    margin: 22px auto 0;
}

.serv-main p {
    font-size: 15px;
    line-height: 20px;
    color: rgb(102, 102, 102);
    text-align: center;
}

.serv-cover {
    text-align: center;
}

.serv-pro {
    margin-bottom: 48px;
    padding: 0 13%;
}
/* END services ----------- */

/* START solutions ----------- */
/* by industry slider */
.wrap-solution .com-title h2 {
    margin-bottom: 30px;
    font-weight: 400;
}

.indus-slider {
    margin-bottom: 73px;
}

.indus-slider .owl-item > a
{
    width: 222px;
    height: 222px;
    border-radius: 50%;
    background: #ffdd00;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    margin: 0 auto;
    display: block;
}

.indus-slider .owl-item > a:hover
{
    box-shadow: inset 0 0 6px 4px rgba(204, 204, 204, 0.7);
}

/* by application slider */
.wrap-solution .app-slider h2 {
    margin-bottom: 29px;
}

.gray-box {
    background-color: rgb(248, 248, 248);
    min-width: 222px;
    height: 70px;
    width: 100%;
    text-align: center;
    border: 1px solid rgb(186, 186, 186);
    display: table;

    width: calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
}

.gray-box a
{
    font-size: 20px;
    line-height: 24px;
    color: rgb(72, 95, 114);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.gray-box a:hover
{
    box-shadow: inset 0 0 6px 4px rgba(204, 204, 204, 0.7);
}

/* END solutions ----------- */


/* START ASI section ----------- */
.wrap-asi {
    padding: 74px 0 59px;
    background: url("../images/bg.png") no-repeat top left;
    background-size: cover;
}

.asi-cont {
    padding-left: 55px;
    padding-right: 61px;
}

.asi-cont h1 {
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    color: #000000;
    font-weight: 300;
    margin-bottom: 17px;
}

.asi-cont p {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    font-weight: 300;
}

.asi-cont .btn {
    margin-top: 9px;
    padding: 15px 30px;
}

.img-cover {
    padding-top: 8px;
}
/* END ASI section ----------- */



/* START news section -------- */
.wrap-news {
    background: #ffdd00;
    /*Changed By Ken Mazur 8/12/2017*/
    /*padding: 48px 0 44px;*/
    padding: 48px 0 0px;
}

.wrap-news h2 {
    margin-bottom: 14px;
}

.wrap-news .feat-main {
    padding: 35px 20px 35px 32px;
}

.wrap-news .feat-main figcaption {
    padding-left: 18px;
}

.wrap-news .feat-main h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: rgb(71, 95, 114);
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 0;
}

.wrap-news .feat-main p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    text-align: left;
    padding-bottom: 6px;
}

.wrap-news .feat-main .btn.btn-default
{
    font-weight: bold;
    padding: 14px 35px;
    margin-top: 23px;
}

.wrap-news .feat-cover {
    margin-bottom: 30px;
}

.space-top {
    margin-top: 30px;
    margin-bottom: 16px;
}
/* END news section -------- */


/*===============================================*/

/*				Home page END				 */

/*===============================================*/



/*===============================================*/

/*				locations page start 				 */

/*===============================================*/

/* START form-cover ---------------------------- */
/* .form-cover is on contact and locations pages */
.form-cover
{
    width: 619px;
    width: 100%;
}

.form-cover > ul
{
    margin: 0 -11px;
}

.form-cover > ul > li
{
    float: left;
    width: 50%;
    padding: 0 11px;
    margin-bottom: 13px;
    position: relative;
}

.form-cover > ul > li span.error
{
    position: absolute;
    bottom: -16px;
    left: 10px;
    display: inline-block;
    color: #f00;
    font-size: 12px;
}

.form-cover li.fullLi
{
    width: 100%;
}

.form-cover li.fullLi .inputBox,
.form-cover li.fullLi > div
{
    width: 48%;
}

/* START jquery.selectbox added classes ----- */
.form-cover .sbHolder
{
    background: #fcfcfc;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0;
    position: relative;
    background-image: -moz-linear-gradient(50% 0% -180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(238, 238, 238)));
    background-image: -webkit-linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background-image: -o-linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background-image: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    height: 30px;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeeeeee, GradientType=0);
}

.form-cover .sbToggle
{
    padding: 0px 16px 0 15px;
    display: block;
    height: auto;
    outline: medium none;
    position: absolute;
    right: 0;
    margin-top: 3px;
    top: 0;
    width: auto;
    border-left: 1px solid #dddddd;
}

.form-cover .sbToggle:before
{
    content: "\e252";
    color: #777777;
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
}

.form-cover .sbSelector
{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: 11px;
    width: 100%;
    color: #464646;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis
}

.form-cover .sbSelector a
{
    color: #000;
}

.form-cover .sbHolder:focus,
.form-cover .inputBox:focus
{
    border-color: #b90b2e;
}

.form-cover .sbOptions
{
    background-color: #fcfcfc;
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.06);
    padding: 0;
    border: 1px solid #e5e5e5;
    top: 100% !important;
    box-sizing: content-box;
    left: -1px;
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.form-cover .sbOptions li
{
    padding: 0 10px 4px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.form-cover .sbOptions a
{
    border-bottom: 0 dotted #026e9f;
    font-size: 13px;
    font-weight: normal;
    display: block;
    outline: medium none;
    padding: 6px 0 0px;
    text-align: left;
    color: #464646;
    opacity: 0.80;
}

.form-cover .sbOptions li:hover
{
    background: #f2f2f2;
}
.form-cover #txtphone{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 30px;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    padding: 0 10px;
}

/* END jquery.selectbox added classes ----- */


.form-cover label
{
    display: block;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-cover label span
{
    color: #f00;
}

.form-cover label span.selMul
{
    color: #000;
    font-weight: 400;
}

.form-cover .inputBox
{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 30px;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    padding: 0 10px;
}

/* END form-cover ---------------------------- */

.textArea
{
    background-color: rgb(255, 255, 255);
    width: 100%;
    min-height: 140px;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    resize: none;
    padding: 0 10px;
}

.textArea:focus
{
    border-color: #b90b2e;
}

/* found on landing page and standard page */
.block-box
{
    margin-bottom: 86px;
    float: left;
    width: 100%;
}

.block-box h2
{
    margin-bottom: 5px;
}

.block-box img
{
    margin-bottom: 20px;
}

/* found in location page within .related-cover, and on standard page */
.half-box
{
    margin: 0 -7px;
}

.half-box .cont-con
{
    float: left;
    width: 50%;
    padding: 0 7px;
}

/* fullLi found in locations and contact pages */
.fullLi .btn.btn-default {
    margin-top: 13px;
    padding: 14px 22px;
}

/* START locations table */
.locations-table
{
    width: 100%;
}

.locations-table tr th,
.locations-table tr td
{
    background: #495f73;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 7px 15px;
    font-size: 16px;
    vertical-align: middle;
}

.locations-table tr:nth-child(even) td
{
    background: #eeeeee;
}

.locations-table tr:nth-child(odd) td
{
    background: #dddddd;
}

.locations-table tr td:first-child
{
    color: #456074;
}

.locations-table tr td:last-child
{
    color: #333333;
}
/* END locations table ------ */


/* START integrator -------- */
.integrator
{
    background: #eeeeee;
    padding: 33px 24px 24px
}

.integrator p
{
    font-size: 18px;
    line-height: 21.5px;
    font-weight: 300;
}

.integrator a
{
    font-size: 18px;
    line-height: 21.5px;
    font-weight: 700;
    color: #b80b2d;
}

.integrator a:hover
{
    color: #000;
}

.integrator h5
{
    font-size: 18px;
    line-height: 21.5px;
    font-weight: 700;
}

.integrator-head
{
    background: #000;
}

.integrator-head h2
{
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}

.cont-con-top
{
    margin-bottom: 20px;
}
/* END integrator -------- */


/*===============================================*/

/*				locations page END 				 */

/*===============================================*/



/*===============================================*/

/*		 applications page start				 */

/*===============================================*/

.fanuc-gallery
{
    margin-top: 45px;
}

.fg-img
{
    display: inline-block;
    margin-left: 18px;
    width: 48%;
}

.fg-img:first-child
{
    margin-left: 0;
}

.scara-points
{
	padding:5%;
		
	}
	
.scara-points ul li
{
	list-style-type: square;
	}
	
	.scara-points ul
{
	list-style-type: square;
	margin-bottom: 10px;
	}

.scara-points lh
{	
	margin-left:-20px;
	font-weight:bold;
	font-size:18px;
	padding-bottom:3px;
	}

.scara-gallery
{
    margin-top: 15px;
}

.scara-img
{
	margin-left:auto;
	margin-right: auto;
	display: inline-block;
    margin-left: 18px;
    width: 48%;
	text-align: center;
}

.scara-img ul  {
	border-top:medium #7B7B7B solid;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-left: 6%;
}

.scara-img h2  {
	font-weight:bold;
	padding-top:5px;
	margin-top:5px;
}





.scara-img:first-child
{
    margin-left: 0;
}







/*===============================================*/

/*		 applications page end				 */

/*===============================================*/



/*===============================================*/

/*				cart page start			 */

/*===============================================*/

.right-panel .relat-top
{
    margin-bottom: 27px;
}

/*===============================================*/

/*				cart page end			 */

/*===============================================*/



/*===============================================*/

/*			human page start						 */

/*===============================================*/

/* services owl slider */
.services {
    border-bottom: 6px solid #495f73;
    padding-bottom: 27px;
    margin-bottom: 40px;
}

.services .item {
    width: 101%;
    margin: 0 auto;
}

.services-img {
    float: left;
    padding-right: 35px;
    width: 29%;
}

.services-text {
    float: left;
    width: 71%;
}

.services .owl-dots {
    text-align: center;
}

.services .owl-dot {
    width: 10px;
    height: 10px;
    background: #456074;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}

.services .owl-dot.active {
    background: #ffda00;
}

/*===============================================*/

/*			human page End						 */

/*===============================================*/





/*===============================================*/

/*			customer page start						 */

/*===============================================*/

.register-box
{
    padding-bottom: 32px;
    border-bottom: 6px solid #495f73;
}

/*===============================================*/

/*			customer page end						 */

/*===============================================*/




/*===============================================*/

/*				landing page start				 */

/*===============================================*/
.center-panel
{
    margin-bottom: 90px;
}

/*===============================================*/

/*				landing page end				 */

/*===============================================*/

/*===============================================*/
/*			Added By Kenneth Mazur Start         */
/*===============================================*/
.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite {
    background-image: url("../images/sitefinitysprites.png");
}
div.k-treeview {
    white-space:normal !important;
}
.sfnewsListItem {
    padding-bottom:20px;
}
/* START form-widget ---------------------------- */
/* .form-widget is on contact and locations pages */
.form-widget
{
    max-width: 619px;
    width: 100%;
}

.form-widget > ul
{
    margin: 0 -11px;
}

.form-widget > ul > li
{
    float: left;
    width: 50%;
    padding: 0 11px;
    margin-bottom: 13px;
    position: relative;
}

.form-widget > ul > li span.error
{
    position: absolute;
    bottom: -16px;
    left: 10px;
    display: inline-block;
    color: #f00;
    font-size: 12px;
}

.form-widget li.fullLi
{
    width: 100%;
}

.form-widget li.fullLi .sfTxt,
.form-widget li.fullLi > div
{
    width: 48%;
}

/* START jquery.selectbox added classes ----- */
.form-widget .sbHolder
{
    background: #fcfcfc;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0;
    position: relative;
    background-image: -moz-linear-gradient(50% 0% -180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(238, 238, 238)));
    background-image: -webkit-linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background-image: -o-linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background-image: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    height: 30px;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeeeeee, GradientType=0);
}

.form-widget .sbToggle
{
    padding: 0px 16px 0 15px;
    display: block;
    height: auto;
    outline: medium none;
    position: absolute;
    right: 0;
    margin-top: 3px;
    top: 0;
    width: auto;
    border-left: 1px solid #dddddd;
}

.form-widget .sbToggle:before
{
    content: "\e252";
    color: #777777;
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
}

.form-widget .sbSelector
{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: 11px;
    width: 100%;
    color: #464646;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis
}

.form-widget .sbSelector a
{
    color: #000;
}

.form-widget .sbHolder:focus,
.form-widget .sfTxt:focus
{
    border-color: #b90b2e;
}

.form-widget .sbOptions
{
    background-color: #fcfcfc;
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.06);
    padding: 0;
    border: 1px solid #e5e5e5;
    top: 100% !important;
    box-sizing: content-box;
    left: -1px;
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.form-widget .sbOptions li
{
    padding: 0 10px 4px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.form-widget .sbOptions a
{
    border-bottom: 0 dotted #026e9f;
    font-size: 13px;
    font-weight: normal;
    display: block;
    outline: medium none;
    padding: 6px 0 0px;
    text-align: left;
    color: #464646;
    opacity: 0.80;
}

.form-widget .sbOptions li:hover
{
    background: #f2f2f2;
}

/* END jquery.selectbox added classes ----- */


.form-widget sfLeftLbls
{
    display: block;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-widget sfLeftLbls span
{
    color: #f00;
}

.form-widget sfLeftLbls span.selMul
{
    color: #000;
    font-weight: 400;
}

.form-widget .sfFormBox .sfTxt
{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 30px;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    padding: 0 10px;
}

.sfFormBox.sfTxtBoxSmall .sfTxt {
    width: 120px;
}

.sfFormBox.sfTxtBoxMedium .sfTxt {
    width: 300px;
}

.form-widget .sfFormBlock .sfTxt
{
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
    padding: 0 10px;
}

/*.required::after
{
    content:" *";
    color:red;
    font-weight:bold;
}*/

/*input.sfTxt[type=text]:after
{
    content:" *";
    color:red;
    font-weight:bold;
}*/

/* START buttons ------------------- */
.sfFormSubmit
{
    outline: none !important;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
    touch-action: manipulation;
    -moz-user-select: none;

}

.sfFormSubmit input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #000000;
  background: transparent;
  border-color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  padding: 15px 24px;

  transition-property: background;
  transition-duration: .25s;
  transition-timing-function: linear;
  border:1px solid #000000;
}
.sfFormSubmit input[type=submit]:hover {
  background: #000000;
  color:#ffffff;
  font-weight:bold;
  text-transform: uppercase;
  padding: 15px 24px;
}


.sfFormSubmit input[type=submit]:hover,
.sfFormSubmit input[type=submit]:focus,
input[type=submit].active.focus,
input[type=submit].active:focus,
input[type=submit].active:hover,
input[type=submit]:active.focus,
input[type=submit]:active:focus,
input[type=submit]:active:hover
{
    box-shadow: none;
    background: #000;
    color: #eeeeee;
}
/* end buttons --------------------- */
/* END form-widget ---------------------------- */

/*===============================================*/
/*			Added By Kenneth Mazur End			 */
/*===============================================*/

@media screen and (max-width: 600px) and (min-width: 320px)
{


.image-cover-main
{
    background-size: 100% auto;
    background-position: center;
    padding-top: 27.45%;
	background-image: url("/images/default-source/scara/banner-application-small.jpg"); /* default image */
	background-repeat: no-repeat;
    /*Commented Out By Kenneth Mazur On 8/16/2017*/
    /*If left, adversely cuts off the right side of the banner image on mobile.*/
    /*min-height: 300px;*/
}

.banner-content-scara
{
    z-index:1;
	position: relative;
	width:100%;
	height:auto;
	
}	
	
	.banner-content-scara h1
	{
		font-size: 20px;
	}
	
	

}

/* Global */
.widget-element-ebook-button > a {
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px 8px;
    display: flex;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 700;
}
.widget-element-ebook-button > a > img { margin-right: 18px; }
.widget-element-ebook-button.color--yellow > a{ background: #f8cd00; }
.widget-element-ebook-button.color--green > a{ background: #97ba4d; }
.widget-element-ebook-button.color--red > a{ background: #bc2026; }



.sfSel {
	color: #b90b2e !important;
	font-weight: 700 !important;
}
.page-crx,
.page-scara{ background: none !important; }
.page-crx form,
.page-scara form{
    background: none !important;
    padding: 0 !important;
}
.page-crx form input[type="text"],
.page-crx form input[type="email"],
.page-crx form textarea,
.page-scara form input[type="text"],
.page-scara form input[type="email"],
.page-scara form textarea  {
    height: 32px !important;
    border-top: 1px solid #2f3a1b !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    width: 100% !important;
    padding: 7px !important;
    box-shadow: inset 0 1px 1px rgba(163, 163, 163, 0.8) !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    color: #000 !important;
}
.page-crx form textarea,
.page-scara form textarea  { 
    height: 70px; 
    resize: none;
}
.page-crx form ::-webkit-input-placeholder,
.page-scara form ::-webkit-input-placeholder { color: #000; }
.page-crx form :-ms-input-placeholder,
.page-scara form :-ms-input-placeholder  { color:#000; }
.page-crx form ::placeholder,
.page-scara form ::placeholder { color: #000; }
.page-crx form .sbSelector,
.page-scara form .sbSelector {
    height: 32px !important;
    border-top: 1px solid #2f3a1b !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    width: 100% !important;
    padding: 7px !important;
    box-shadow: inset 0 1px 1px rgba(163, 163, 163, 0.8) !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: #FFF !important;
    line-height: 1 !important;
    text-indent: 0 !important;
}
.page-crx form .sbHolder,
.page-scara form .sbHolder { background: none !important; }
.page-crx form .sbToggle,
.page-scara form .sbToggle {
    height: 100% !important;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 !important;
    line-height: 1 !important;
}
.page-crx form #radCobotyn,
.page-crx form #chekQuoteDemo,
.page-scara form #radCobotyn,
.page-scara form #chekQuoteDemo { width: 300px !important; }
.page-crx form #radCobotyn td label,
.page-crx form #radCobotyn td input,
.page-crx form #chekQuoteDemo td label,
.page-crx form #chekQuoteDemo td input,
.page-scara form #radCobotyn td label,
.page-scara form #radCobotyn td input,
.page-scara form #chekQuoteDemo td label,
.page-scara form #chekQuoteDemo td input  { float: left; }
.page-scara form #radCobotyn td label,
.page-scara form #chekQuoteDemo td label { margin: 3px 0 0 10px !important; }
.page-scara form #btnSubmitPage {
    float: left;
    margin-top: 20px !important;
    background: #000;
    color: #FFF;
}
.page-crx form #btnSubmitPage:after,
.page-scara form #btnSubmitPage:after{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #85bb20;
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: -8px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(255deg);
    transform: rotate(225deg); 
}
.page-crx form #btnSubmitPage:hover,
.page-scara form #btnSubmitPage:hover{ opacity: 0.5; }
.page-crx .form-cover > ul > li,
.page-scara .form-cover > ul > li { 
    width: 100% !important; 
    margin-bottom: 5px;
}
.page-crx form ul li > label,
.page-scara form ul li > label{ display: none !important;  }
.page-crx form #trUseCobotyn label,
.page-crx form #trQuoteDemo label,
.page-scara form #trUseCobotyn label,
.page-scara form #trQuoteDemo label{ display: block !important; }


.cnc-simulator-features{
    background: #fede00;
    padding: 71px 93px 45px 112px;
    margin: 0 0 60px;
    position: relative;
}
.cnc-simulator-features::after{
    display: block;
    content: "";
    position: absolute;
    right: -8px;
    bottom: -33px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid #FFF;
    border-bottom: 50px solid transparent;
    -moz-transform: rotate(-135px);
    -webkit-transform: rotate(-135px);
    -o-transform: rotate(-135px);
    -ms-transform: rotate(-135px);
    transform: rotate(-135deg);
}
.cnc-simulator-features .content-block-heading{
    font-size: 42px;
    margin-bottom: 50px;
    word-wrap: break-word;
}
.cnc-simulator-features .content-block-list li{
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
.cnc-simulator-features .content-block-list li .fa{ 
    color: #040500; 
    float: left;
    font-size: 20px;
    margin-top: 5px;        
}
.cnc-simulator-features .content-block-list li span{ 
    margin-left: 18px;
    color: #555557;
    font-size: 20px; 
    float: left;
    width: 85%;
}

@media (max-width: 1000px) {
    .cnc-simulator-features .content-block-list li span{ width: 70%; }
}

@media (max-width: 991px) {
    .cnc-simulator-features{ padding: 71px 40px 45px 40px; }
}

@media (max-width: 600px) {
    .cnc-simulator-features .content-block-list li{ width: 100%; }
    .cnc-simulator-features .content-block-list li span{ width: 80%; }
}

@media (max-width: 480px) {
    .cnc-simulator-features{ padding: 50px 30px 45px 30px; }
}


/* Widgets */
.widget-element{ margin-bottom: 70px; }
.widget-element a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.widget-element.with-border-bottom{
    padding-bottom: 70px;
    border-bottom: 1px solid #BEBEBE;
}
.widget-element .widget-element-content{
    background: #EAEDF0;
    padding: 60px 10px 25px;
}
.widget-element.widget-element-black-box .widget-element-content{
    background: #000;
    padding: 66px 66px 56px 66px;
}
.widget-element.widget-element.widget-element-black-box .widget-element-content .widget-element-header h2{
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 50px !important;
}
.widget-element.widget-element.widget-element-black-box .widget-element-content .widget-element-text p{
    color: #CBCBCB;
    font-size: 18px;
    margin: 0 0 10px !important;
}
.widget-element.widget-element-center .widget-element-header h2,
.widget-element.widget-element-center .widget-element-text p{
    text-align: center;
}
.widget-element.widget-element-center .widget-element-content .widget-element-header{
    max-width: 380px;
    margin: 0 auto;
}
.widget-element.widget-element-center .widget-element-content .widget-element-text{
    max-width: 470px;
    margin: 0 auto;
}
.widget-element .widget-element-text p{ 
    color: #818181; 
    line-height: 25px;
    font-weight: 300;
}
.widget-element .widget-element-content .widget-element-header h2{
    font-size: 46px;
    color: #000;
    margin-bottom: 10px !important;
    line-height: 52px;
    font-weight: 700;
}
.widget-element .widget-element-content .widget-element-buttons{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 20px 0 0 !important;
}
.widget-element .widget-element-content .widget-element-buttons a{
    background: #FEDD00;
    font-size: 18px;
    padding: 20px;
    margin: 0 7px;
    color: #000;
    font-weight: 700;
}
.widget-element .widget-element-content .widget-element-buttons a:hover{
    background: #B90C2E;
    color: #FFF;
}
.widget-element .widget-element-content .widget-element-buttons a.pink-button{
    background: #B90C2E;
    color: #FFF;
}
.widget-element .widget-element-content .widget-element-buttons a.pink-button:hover{
    background: #FEDD00;
    color: #000;
}
.widget-element.widget-element-yellow-grid .col-item{
    background: #FEDD00;
    padding: 40px 25px;
    margin-bottom: 25px !important;
}
.widget-element.widget-element.widget-element-yellow-grid .widget-element-header h4{
    font-size: 30px;
    margin-bottom: 25px !important;
}
.widget-element.widget-element-columns > .row{
    display: flex;
    align-items: center;
    align-content: center;
}
.widget-element.widget-element-columns .widget-element-sub-header h4{
    font-size: 31px;
    margin: 0 0 15px !important;
    line-height: 1.3;;
}
.widget-element.widget-element-columns .widget-element-header h2{
    font-size: 43px;
    margin: 0 0 35px !important;
    font-style: italic;
    line-height: 1.3;
}
.widget-element.widget-element-columns .widget-element-text p{
    font-size: 20px;
    margin: 0 0 20px !important;
    font-style: italic;
}
.widget-element.widget-element-columns .widget-element-buttons a{
    background: #FEDD00;
    padding: 18px 35px;
    color: #000;
    font-size: 18px;
}
.widget-element.widget-element-columns .widget-element-buttons a:hover{
    background: #b90b2e;
    color: #FFF;
}
.widget-element .element-tab{
    border-bottom: 3px solid #EEEEEE;
    border-right: 3px solid #EEEEEE;
    border-left: 3px solid #EEEEEE
}
.widget-element .element-tab .element-tab-header{
    display: flex;
}
.widget-element .element-tab .element-tab-header > a{
    background: #EEEEEE;
    flex: 1;
    font-size: 18px;
    color: #000;
    margin: 0 9px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 25px 28px;
    font-weight: 700;
    position: relative;
}
.widget-element .element-tab .element-tab-header > a > i{
    font-size: 32px;
    position: absolute;
    right: 10px;
}
.widget-element .element-tab .element-tab-header > a:first-child{ margin-left: 0; }
.widget-element .element-tab .element-tab-header > a:last-child{ margin-right: 0; }
.widget-element .element-tab .element-tab-header > a:hover,
.widget-element .element-tab .element-tab-header > a.active{
    background: #AAAAAA;
    color: #FFF;
}
.widget-element .element-tab .element-tab-content{
    padding: 55px 79px 71px 56px;
}
.widget-element .element-tab .element-tab-content > .element-tab-content-item{ display: none; }
.widget-element .element-tab .element-tab-content > .element-tab-content-item.active{ display: flex; }
.widget-element .element-tab .element-tab-content > .element-tab-content-item .element-tab-content-item-inner{ display: flex; }
.widget-element .element-tab .element-tab-content > .element-tab-content-item .element-tab-content-item-inner > div{ flex: 1; }
.widget-element .element-tab .element-tab-content > .element-tab-content-item .element-tab-content-item-inner .element-tab-content-item-header h2{
    font-size: 36px;
    margin: 0 0 30px 15px !important;
    font-weight: 700;
    line-height: 46px;
}
.widget-element .element-tab .element-tab-content > .element-tab-content-item .element-tab-content-item-inner .element-tab-content-item-text p{
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px 15px !important;
}
.widget-element .element-tab .element-tab-content > .element-tab-content-item .element-tab-content-item-inner .element-tab-content-item-buttons > a{
    padding: 25px 30px;
    background: #FEDD00;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}
.widget-element .element-tab .element-tab-content > .element-tab-content-item .element-tab-content-item-inner .element-tab-content-item-buttons > a:hover{
    background: #b90b2e;
    color: #FFF;
}

@media (max-width: 991px) {
    .widget-element .widget-element-content .widget-element-buttons{  flex-direction: column; }
    .widget-element .widget-element-content .widget-element-buttons a{
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
    }
    .widget-element .element-tab .element-tab-header{ flex-direction: column; }
    .widget-element .element-tab .element-tab-header > a{ margin: 0; }
    .widget-element .element-tab .element-tab-content > .element-tab-content-item .element-tab-content-item-inner{ flex-direction: column; }
    .widget-element .element-tab .element-tab-content > .element-tab-content-item .element-tab-content-item-inner .element-tab-content-item-image{ margin-bottom: 35px !important; }
}

@media (max-width: 767px) {
    .wrapper .page .widget-element{ margin-bottom: 70px !important; }
    .widget-element .element-tab .element-tab-header{  flex-direction: row; }
    .widget-element .element-tab .element-tab-header > a{ margin: 0 3px; }
    .widget-element .element-tab .element-tab-header > a:first-child{ margin-left: 0; }
    .widget-element .element-tab .element-tab-header > a:last-child{ margin-right: 0; }
}

@media (max-width: 600px) {
    .widget-element .element-tab .element-tab-header{  flex-direction: column; }
    .widget-element .element-tab .element-tab-header > a{ margin: 0 !important; }
    .widget-element.widget-element-columns .widget-element-header h2{ font-size: 26px; }
    .widget-element.widget-element-columns .widget-element-sub-header h4{ font-size: 20px; margin-bottom: 5px !important; }
    .widget-element.widget-element-black-box .widget-element-content{ padding: 30px; }
    .widget-element.widget-element.widget-element-black-box .widget-element-content .widget-element-header h2{ font-size: 32px; line-height: 1.3; }
    .widget-element.widget-element.widget-element-yellow-grid .widget-element-header h4{ font-size: 26px; margin-bottom: 15px !important; }
    .widget-element .element-tab .element-tab-content{ padding: 30px 20px; }
}

@media (max-width: 480px) {
    .widget-element-columns > .row{ 
        display: flex; 
        flex-direction: column; 
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .widget-element-columns > .row > div{ 
        width: 100%; 
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-element-columns.widget-right-image > .row > div:last-child{ order: 1; }
    .widget-element-columns.widget-right-image > .row > div:first-child{ order: 2; }
    .widget-element-columns > .row > div .widget-element-image{ margin-bottom: 35px !important; }  
}

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap');

/* TEMPLATE LANDING PAGE */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.widget-element.widget-element-stretch { margin-bottom: 0; }
.widget-element .widget-element-heading h2 {
    font-size: 50px !important;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
}
.widget-element-header { padding: 25px 0; }
.widget-element-header .widget-element-contact-details {
    text-align: right;
    font-size: 20px;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
}
.widget-element-header .widget-element-contact-details label { color: #000; }
.widget-element-header .widget-element-contact-details span { color: #bc2026; }
.widget-element-banner {
    background-color: #dbdde2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 70px 0;
}
.widget-element-banner .widget-element-item { max-width: 500px; }
.widget-element-banner > .container > .row {
    display: flex;
    align-items: center;
    align-content: center;
}
.widget-element-banner .widget-element-sub-heading { margin: 0 0 20px; }
.widget-element-banner .widget-element-sub-heading h4 {
    font-size: 34px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-align: left;
}
.widget-element-banner .widget-element-heading { margin: 0 0 25px; }
.widget-element-banner .widget-element-heading h2 {
    font-size: 46px !important;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    line-height: 1.3;
    text-align: left;
}
.widget-element-banner .widget-element-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #595959;
    font-family: 'Calibri';
}
.widget-element-banner .widget-element-form iframe { width: 100%; }
body.iframe-form-landing form#form1{ 
    background: #FFF !important; 
    padding: 32px 40px;
}
body.iframe-form-landing form#form1 .form-cover > ul { margin: 0; }
body.iframe-form-landing form#form1 #spanHeader h3 {
    font-size: 28px !important;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
    font-family: 'Sora', sans-serif !important;
}
body.iframe-form-landing form#form1 input[type="text"],
body.iframe-form-landing form#form1 input[type="email"],
body.iframe-form-landing form#form1 textarea,
body.iframe-form-landing form#form1 .sbHolder {
    border: 1px solid #d6d6d6;
    box-shadow: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    color: #565656 !important;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    background: none !important;
}
body.iframe-form-landing form#form1 .sbToggle {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.iframe-form-landing form#form1 input[type="text"],
body.iframe-form-landing form#form1 input[type="email"] { height: 35px; }
body.iframe-form-landing form#form1 textarea { 
    height: 67px; 
    padding: 10px !important;
}
body.iframe-form-landing form#form1  ::-webkit-input-placeholder { color: #565656; }
body.iframe-form-landing form#form1 :-ms-input-placeholder { color: #565656; }
body.iframe-form-landing form#form1  ::placeholder { color: #565656; }
body.iframe-form-landing form#form1 .g-recaptcha { margin-top: -30px; }
body.iframe-form-landing form#form1 input[type="button"] {
    background: #bc2026;
    color: #FFF;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 22px 0 0;
}
body.iframe-form-landing form#form1 ul li > label { display: none; }
.widget-element-grid-image-with-text { padding: 75px 0 85px; }
.widget-element-grid-image-with-text > .container > .row {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.widget-element-grid-image-with-text .widget-element-item { padding: 0 85px 0 95px; }
.widget-element-grid-image-with-text .widget-element-list { 
    max-width: 260px; 
    margin: 33px 0 0;
}
.widget-element-grid-image-with-text .widget-element-heading { margin: 0 0 55px; }
.widget-element-grid-image-with-text .widget-element-text { margin: 0 0 15px; }
.widget-element-grid-image-with-text .widget-element-text p { 
    font-size: 20px; 
    color: #737373;
    padding: 0;
    margin: 0 0 20px;
    line-height: 28px;;
}
.widget-element-grid-image-with-text .widget-element-list li {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Calibri', sans-serif;
    color: #737373;
    margin: 0 0 25px;
    line-height: 24px;
}
.widget-element-grid-image-with-text .widget-element-list li img { margin-right: 18px; }
.widget-element-grid-with-sub-grid--black { 
    background: #000;
    padding-bottom: 185px; 
}
.widget-element-grid-with-sub-grid--black > .container > .row:first-child { margin: 0 0 160px; }
.widget-element-grid-with-sub-grid--black > .container > .row {
    display: flex;
    align-items: center;
    align-content: center;
}
.widget-element-grid-with-sub-grid--black .widget-element-heading {
    padding: 0 95px 0 80px;
}
.widget-element-grid-with-sub-grid--black .widget-element-heading h2 {
    color: #FFF;
    font-weight: 600;
    font-size: 50px !important;
    line-height: 1.3;
}
.widget-element-grid-with-sub-grid--black .widget-element-sub-heading { margin: 0 0 35px; }
.widget-element-grid-with-sub-grid--black .widget-element-sub-heading h3 {
    color: #f8cd00;
    font-size: 40px !important;
}
.widget-element-grid-with-sub-grid--black .widget-element-sub-text p {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Calibri';
    color: #9c9c9c;
}
.widget-element-grid-image--black { padding: 85px 0 20px; }
.widget-element-grid-image--black .widget-element-item {
    background: #000;
}
.widget-element-grid-image--black > .container > .row {
    display: flex;
    align-items: center;
    background: #000;
    position: relative;
}
.widget-element-grid-image--black > .container > .row::after {
    width: 0;
    height: 0;
    border-bottom: 55px solid #FFF;
    border-left: 55px solid transparent;
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
}
.widget-element-grid-image--black > .container > .row > div:last-child { padding: 0 170px 0  77px; }
.widget-element-grid-image--black .widget-element-heading { margin: 0 0 43px; }
.widget-element-grid-image--black .widget-element-heading h2 {
    font-size: 30px !important;
    line-height: 42px;
    color: #FFF;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
}
.widget-element-grid-image--black .widget-element-text p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
    color: #adadad;
}
.widget-element-grid-boxes { padding: 20px 0 85px; }
.widget-element-grid-boxes .widget-element-item .widget-element-details { 
    position: relative;
    padding: 82px 76px 91px 76px; 
}
.widget-element-grid-boxes .widget-element-item .widget-element-details::after {
    width: 0;
    height: 0;
    border-bottom: 55px solid #FFF;
    border-left: 55px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.widget-element-grid-boxes .widget-element-item--yellow { background: #f8cd00; }
.widget-element-grid-boxes .widget-element-item--gray { background: #dde0e7; }
.widget-element-grid-boxes .widget-element-item-heading { 
    margin: 0 0 43px; 
    max-width: 230px;
}
.widget-element-grid-boxes .widget-element-item-heading h3 {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 42px;
    font-family: 'Sora', sans-serif;
    color: #000;
}
.widget-element-grid-boxes .widget-element-text p {
    font-size: 16px !important;
    line-height: 24px;
    color: #737373;
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
}
.widget-element-grid-boxes .widget-element-item-image img{ width: 100%; height: auto; }
.widget-element-grid-boxes .widget-element-item-image,
.widget-element-grid-boxes .widget-element-item-video { 
    height: 365px; 
    overflow: hidden;
}
.widget-element-grid-boxes .widget-element-item-video div[id*="thumb_container"],
.widget-element-grid-boxes .widget-element-item-video div[id*="thumbnail"],
.widget-element-grid-boxes .widget-element-item-video img[id*="thumbnail_img"] { height: 365px !important; }
.widget-element-grid-images-with-heading .widget-element-heading {
    background: #f8cd00;
    margin-top: -50px;
    width: 80%;
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}
.widget-element-grid-images-with-heading .widget-element-heading::after {
    width: 0;
    height: 0;
    border-bottom: 55px solid #FFF;
    border-left: 55px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.widget-element-grid-images-with-heading .widget-element-heading h3 {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Sora', sans-serif;
    line-height: 1.3;
}
.widget-element-grid-text-with-image { padding: 70px 0; }
.widget-element-grid-text-with-image .widget-element-item { padding-right: 70px; }
.widget-element-grid-text-with-image .widget-element-heading { margin: 0 0 70px; }
.widget-element-grid-text-with-image .widget-element-heading h2{
    font-size: 50px !important;
    font-weight: 500;
    font-family: 'Sora', sans-serif;
    line-height: 1.3;
}
.widget-element-grid-text-with-image .widget-element-image {
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.widget-element-grid-text-with-image .widget-element-text p {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Calibri';
    line-height: 28px;
}
.widget-element-grid-images .widget-element-inner { display: flex; }
.widget-element-grid-images .widget-element-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 364px;
    flex: 1;
}
.widget-element-robots { padding: 145px 0 107px; }
.widget-element-robots .widget-element-item { margin: 0 0 25px; }
.widget-element-robots .widget-element-image {
    display: flex;
    width: 100%;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
    margin: 0 0 10px;
}
.widget-element-robots .widget-element-heading {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 120px;
}
.widget-element-robots .widget-element-heading h2{
    text-align: center;
    font-size: 50px !important;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    line-height: 1.3;
}
.widget-element-robots .widget-element-details {
    background: #f1f2f6;
    padding: 35px 25px 25px 35px;
}
.widget-element-robots .widget-element-details-payloads {
    display: flex;
}
.widget-element-robots .widget-element-details-payloads > div:first-child { flex: 1; }
.widget-element-robots .widget-element-details-payloads > div:nth-child(2) { flex: 2; }
.widget-element-robots .widget-element-details-payloads > div:last-child { flex: 2; }
.widget-element-robots .widget-element-details-payloads > div > span,
.widget-element-robots .widget-element-details-payloads > div > label {
    display: block;
}
.widget-element-robots .widget-element-details-heading { margin: 0 0 40px; }
.widget-element-robots .widget-element-details-heading h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    margin: 0;
}
.widget-element-robots .widget-element-details-payloads > div > label {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #6a6a6a;
}
.widget-element-robots .widget-element-details-payloads > div > span {
    font-size: 22px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
}
.widget-element-robots .widget-element-details-payloads { margin-bottom: 45px; }
.widget-element-robots .widget-element-details .widget-element-details-buttons { 
    display: flex; 
    align-items: center;
    align-content: center;
}
.widget-element-robots .widget-element-details .widget-element-details-buttons > a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.widget-element-robots .widget-element-details .widget-element-details-buttons .widget-element-button-download {
    flex: 2;
    background: #f8cd00;
    margin-right: 7px;
} 
.widget-element-robots .widget-element-details .widget-element-details-buttons .widget-element-button-download > img{ margin-right: 18px; }
.widget-element-robots .widget-element-details .widget-element-details-buttons .widget-element-button-view {
    background: #dfdfdf;
    flex: 1;
    margin-left: 7px;
}
.widget-element-robots .widget-element-details .widget-element-details-buttons > a:hover { 
    background: #bc2026; 
    color: #FFF;
}
.widget-element-robots .widget-element-details .widget-element-details-buttons > a:hover img { filter: brightness(0) invert(1); } 
.widget-element-video--black {
    background: #000;
    padding: 104px 0 73px;
}
.widget-element-video--black .widget-element-heading h2 {
    color: #FFF;
    font-size: 40px;
    text-align: center;
    margin: 0 0 75px;
}
.widget-element-video--black .widget-element-video {
    max-width: 915px;
    border: 3px solid #787878;
    margin: 0 auto;
}
.widget-element-questions {
    padding: 117px 0 150px;
    background: #FFF;
}
.widget-element-questions .widget-element-accordion-item-heading {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.widget-element-start--yellow {
    background: #ffce01;
    padding: 65px 0;
    position: relative;
}
.widget-element-start--yellow > .container { position: relative; }
.widget-element-start--yellow > .container > .row { 
    display: flex; 
    align-items: center;
    align-content: center;
}
.widget-element-start--yellow > .container::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: -65px;
    background-image: url('../Images/landing/yellow-lines-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 643px;
    height: 408px;
}
.widget-element-start--yellow .widget-element-heading { 
    margin: 0 0 50px; 
    max-width: 350px;
}
.widget-element-start--yellow .widget-element-heading h2 {
    font-size: 50px !important;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}
.widget-element-start--yellow .widget-element-buttons { max-width: 210px; }
.widget-element-start--yellow .widget-element-buttons > a {
    background: #bc2026;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 20px;
    display: flex;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.widget-element-start--yellow .widget-element-buttons > a:hover {
    background: #000;
    color: #FFF;
}
.widget-element-start--yellow .widget-element-image img { margin-bottom: -150px; }

.widget-element-download-ebook {
    background: #dde0e7;
    padding: 65px 0;
    position: relative;
}
.widget-element-download-ebook::before {
    content: "";
    display: block;
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    background-image: url('../Images/landing/black-lines-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.widget-element-download-ebook > .container > .row { 
    display: flex; 
    align-items: center;
    align-content: center;
}
.widget-element-download-ebook .widget-element-sub-heading { margin: 0 0 20px; }
.widget-element-download-ebook .widget-element-sub-heading h5 {
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin: 0;
}
.widget-element-download-ebook .widget-element-heading { margin: 0 0 50px; }
.widget-element-download-ebook .widget-element-heading h2 {
    font-size: 50px !important;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}
.widget-element-download-ebook .widget-element-buttons { max-width: 210px; }
.widget-element-download-ebook .widget-element-buttons > a {
    background: #f8cd00;
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px 8px;
    display: flex;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 700;
}
.widget-element-download-ebook .widget-element-buttons > a img { margin-right: 18px; }
.widget-element-download-ebook .widget-element-buttons > a:hover { 
    background: #bc2026; 
    color: #FFF;
}
.widget-element-download-ebook .widget-element-buttons > a:hover img { filter: brightness(0) invert(1); } 
.widget-element-yellow-grid-statistic {
    padding: 134px 0;
    background: #f8cd00;
}
.widget-element-yellow-grid-statistic .widget-element-heading {
    max-width: 560px; 
    width: 100%;
    margin: 0 auto 97px;
    text-align: center;
}
.widget-element-yellow-grid-statistic .widget-element-heading h2 {
    font-size: 34px !important;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    line-height: 44px;
    margin: 0 auto;
}
.widget-element-yellow-grid-statistic .widget-element-image { 
    display: flex; 
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 110px;
}
.widget-element-yellow-grid-statistic .widget-element-statistic-details { text-align: center; }
.widget-element-yellow-grid-statistic .widget-element-statistic-details h3 {
    font-size: 80px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.widget-element-yellow-grid-statistic .widget-element-statistic-details h5 {
    font-size: 36px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.widget-element-yellow-grid-statistic .widget-element-statistic-details p {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.widget-element-testimonials { padding: 110px 0 85px; }
.widget-element-testimonials .widget-element-item-inner {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}
.widget-element-testimonials .widget-element-item-inner .widget-element-item-details {
    flex: 1;
    padding-right: 50px;
}
.widget-element-testimonials .widget-element-item-inner .widget-element-item-details .widget-element-item-image {
    display: flex;
    justify-content: flex-end; 
    margin: 0 0 30px; 
}
.widget-element-testimonials .widget-element-item-inner .widget-element-item-details h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Sora', sans-serif;
    margin: 0 0 15px;
    text-align: right;
    font-weight: 700;
    line-height: 1.2;
}
.widget-element-testimonials .widget-element-item-inner .widget-element-item-details h4 {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Calibri', sans-serif;
    color: #3f3f3f;
    line-height: 1.2;
    text-align: right;
    margin: 0 0 10px;
}
.widget-element-testimonials .widget-element-item-inner .widget-element-item-details h5 {
    color: #7e7e7e;
    font-size: 16px;
    font-family: 'Calibri', sans-serif;
    margin: 0 0 10px;
    line-height: 1.2;
    text-align: right;
}
.widget-element-testimonials .widget-element-item-inner .widget-element-item-testimonial {
    flex: 3;
}
.widget-element-testimonials .widget-element-item-inner .widget-element-item-testimonial p {
    font-size: 32px;
    margin: 0 0 10px;
    line-height: 42px;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    padding: 0;
} 
.widget-element-testimonials .carousel-control-prev,
.widget-element-testimonials .carousel-control-next {
    color: #000;
    font-size: 75px;
    top: 33%;
    position: absolute;
}
.widget-element-testimonials .carousel-control-prev { left: 5%; }
.widget-element-testimonials .carousel-control-next { right: 5%; }
.widget-element-questions .widget-element-heading { 
    margin: 10px 0 20px; 
    max-width: 350px;
}
.widget-element-questions .widget-element-heading h2 {
    font-size: 50px !important;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Sora', sans-serif;
}
.widget-element-questions .widget-element-accordion .widget-element-accordion-item {
    border-bottom: 1px solid #b8b8b8;
    padding: 36px 10px;
}
.widget-element-questions .widget-element-accordion .widget-element-accordion-item:first-child { padding-top: 0; }
.widget-element-questions .widget-element-accordion .widget-element-accordion-item .widget-element-accordion-item-content{ display: none; }
.widget-element-questions .widget-element-accordion .widget-element-accordion-item .widget-element-accordion-item-content { padding: 28px 0 0; }
.widget-element-questions .widget-element-accordion .widget-element-accordion-item .widget-element-accordion-item-heading { cursor: pointer; }
.widget-element-questions .widget-element-accordion .widget-element-accordion-item .widget-element-accordion-item-heading h4 {
    font-family: 'Sora', sans-serif;
    font-size: 20px !important;
    font-weight: 400;
    flex: 90;
}
.widget-element-questions .widget-element-accordion .widget-element-accordion-item .widget-element-accordion-item-heading a { 
    flex: 10; 
    color: #000;
    font-size: 24px;
    text-align: right;
}
.widget-element-questions .widget-element-accordion .widget-element-accordion-item p {
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Calibri', sans-serif;
    line-height: 24px;
    color: #737373;
}
.widget-element-competition {
    padding: 137px 0 116px;
    text-align: center;
}
.widget-element-competition .widget-element-sub-heading h5{
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin: 0 0 27px;
}
.widget-element-competition .widget-element-heading {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 60px;
}
.widget-element-competition .widget-element-heading h2 {
    font-size: 50px !important;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    line-height: 1.3;
}
.widget-element-competition .widget-element-buttons > a {
    display: table;
    margin: 0 auto;
    background: #bc2026;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 38px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.widget-element-competition .widget-element-contact {
    text-align: right;
    font-size: 20px;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    margin: 25px 0 0;
    text-align: center;
}
.widget-element-competition .widget-element-contact label { color: #000; }
.widget-element-competition .widget-element-contact span { color: #bc2026; }
.widget-element-footer {
    padding: 50px 0;
    border-top: 1px solid #c4c4c4;
}
.widget-element-footer .widget-element-contact-details {
    text-align: right;
    font-size: 20px;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
}
.widget-element-footer .widget-element-contact-details label { color: #000; }
.widget-element-footer .widget-element-contact-details span { color: #bc2026; }


@media (max-width: 1199px) {
    .widget-element-banner > .container > .row {
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .widget-element-banner > .container > .row > div:first-child,
    .widget-element-banner > .container > .row > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .widget-element-banner > .container > .row > div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .widget-element-banner .widget-element-item { max-width: 100%; }
    .widget-element-banner .widget-element-form { margin: 50px 0 0 0; }
    .widget-element-banner .widget-element-form iframe { max-height: 750px; width: 100%; }
    .widget-element-robots .widget-element-details .widget-element-details-buttons { display: block; }
    .widget-element-robots .widget-element-details .widget-element-details-buttons > a { margin: 8px 0 !important; }
    .widget-element-robots .widget-element-details-heading,
    .widget-element-robots .widget-element-details-payloads { margin: 0 0 25px; }
    .widget-element-robots .widget-element-details-payloads { display: block; }
    .widget-element-robots .widget-element-details-payloads > div { margin: 0 0 8px; }
}
@media (max-width: 1171px) {
    .widget-element-grid-image-with-text .widget-element-item { padding: 0 40px 0 40px !important; }
    .widget-element-grid-image-with-text { padding: 40px 0; }
    .widget-element .widget-element-heading h2 { font-size: 40px !important; }
    .widget-element-grid-image--black > .container > .row > div:last-child { padding: 0 40px; }
}
@media (max-width: 991px) {
    .widget-element-banner .widget-element-form iframe { max-height: 950px; }
    .widget-element-robots .widget-element-details-payloads,
    .widget-element-robots .widget-element-details .widget-element-details-buttons { display: flex; }
    .widget-element-robots .widget-element-details .widget-element-details-buttons > a {
        margin: 0 5px !important;
        flex: 1 !important;
    }
    .widget-element-robots .widget-element-details-payloads > div{ flex: 1 !important; }
    .widget-element-grid-image-with-text .widget-element-item { padding: 0 25px; }
    .widget-element-grid-image-with-text .widget-element-list { max-width: 100%; }
    .widget-element-grid-with-sub-grid--black > .container > .row { display: block; }
    .widget-element-grid-images-with-heading .widget-element-heading { padding: 0 60px; }
    .widget-element-yellow-grid-statistic .widget-element-statistic-details h3 { font-size: 55px; }
    .widget-element-yellow-grid-statistic .widget-element-statistic-details h5 { font-size: 26px; }
    .widget-element-yellow-grid-statistic .widget-element-statistic-details p { font-size: 16px; }
    .widget-element-grid-boxes .widget-element-item { margin-bottom: 25px; }
    .widget-element-grid-boxes .widget-element-item .widget-element-details { padding: 50px; }
    .widget-element-start--yellow .widget-element-image img { margin-bottom: 0; }
    .widget-element-grid-with-sub-grid--black .widget-element-heading h2 { font-size: 40px !important; }
    .widget-element-grid-image--black > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .widget-element-grid-image--black .widget-element-heading { margin: 0 0 15px; }
    .widget-element-testimonials .carousel-control-prev { left: -5%; }
    .widget-element-testimonials .carousel-control-next { right: -5%; }
    .widget-element-grid-images-with-heading .widget-element-heading { padding: 30px 60px; }
    .widget-element-grid-images-with-heading .widget-element-item {
        margin: 0 auto 80px;
        max-width: 575px;
    }
    .widget-element-grid-images-with-heading .widget-element-heading { 
        margin-top: -37px; 
        width: 90%;
    }
    .widget-element-grid-boxes .widget-element-item-heading { max-width: 100%; }
    .widget-element-testimonials .carousel{ padding: 0 50px; }
    .widget-element-testimonials .carousel-control-prev { left: 10px; }
    .widget-element-testimonials .carousel-control-next { right: 10px; }
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-testimonial p { font-size: 24px; }
}
@media (max-width: 767px) {
    .widget-element-grid-image--black > .container > .row {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .widget-element-grid-image--black > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .widget-element-grid-image--black .widget-element-image {
        display: flex;
        justify-content: center;
    }
    .widget-element-grid-image--black .widget-element-heading { margin: 0 0 40px; }
    .widget-element-grid-image--black .widget-element-item {
        padding: 60px 20px;
    }
    .widget-element-grid-image-with-text .widget-element-image {
        display: flex;
        justify-content: center;
        margin: 0 0 40px;
    }
    /* .widget-element-banner > .container > .row > div:first-child {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .widget-element-banner > .container > .row > div:nth-child(2) {
        flex: 0 0 35%;
        max-width: 35%;
    } */
    .widget-element-grid-text-with-image { padding: 30px 15px; }
    .widget-element-grid-text-with-image .widget-element-item { padding: 0; }
    .widget-element-start--yellow > .container > .row {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .widget-element-start--yellow > .container > .row > div { 
        flex: 0 0 100%; 
        max-width: 100%;
    }
    .widget-element-start--yellow .widget-element-image img { margin-bottom: 50px; }
    .widget-element-start--yellow .widget-element-heading { max-width: 100%; }
    .widget-element-grid-with-sub-grid--black .widget-element-image { 
        display: flex; 
        align-items: center;
    }
    .widget-element-grid-with-sub-grid--black .widget-element-heading {
        margin: 30px 0 0;
        padding: 0;
    }
    .widget-element-questions,
    .widget-element-yellow-grid-statistic { padding: 70px 0; }
    .widget-element-yellow-grid-statistic .col-item { margin-bottom: 25px; }
    .widget-element-yellow-grid-statistic .widget-element-heading { margin-bottom: 60px; }
    .widget-element-grid-images .widget-element-image { height: 200px; }
    .widget-element-video--black { padding: 40px 0 !important; }
    .widget-element-video--black .widget-element-heading h2 { margin-bottom: 40px; }
    .widget-element-grid-images-with-heading .widget-element-item {
        display: table;
        margin: 0 auto 25px;
    }
    .widget-element-grid-images-with-heading .widget-element-heading {
        width: 85%;
        padding: 40px;
    }
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-testimonial p { 
        font-size: 23px; 
        line-height: 32px;
    }
    .widget-element-download-ebook .widget-element-heading h2 { font-size: 40px !important; }
    .widget-element-start--yellow > .container::before {
        width: 100%;
        left: 0;
    }
    .widget-element-grid-text-with-image .widget-element-item { margin: 0 0 20px; }
    .widget-element-grid-text-with-image .widget-element-image { justify-content: center; }
    .widget-element-grid-image-with-text > .container > .row { display: block; }
    .widget-element-grid-image-with-text .widget-element-item { padding: 20px; }
    .widget-element-robots { padding: 40px 0; }
    .widget-element-testimonials .widget-element-item-inner {
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-details,
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-testimonial {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-details .widget-element-item-image { justify-content: center; }
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-details h4,
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-details h5,
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-details h3 { text-align: center; }
    .widget-element-testimonials .carousel-control-prev { left: 20px; }
    .widget-element-testimonials .carousel-control-next { right: 20px; }
    .widget-element-testimonials .carousel{ padding: 0 60px; }
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-testimonial p { font-size: 20px; }
    .widget-element-testimonials .carousel-control-prev, .widget-element-testimonials .carousel-control-next {
        font-size: 40px;
        top: 50%;
    }
}

@media (max-width: 580px) {
    .widget-element-grid-images .widget-element-inner { display: block; }
    body.iframe-form-landing form#form1 #spanHeader h3 { font-size: 24px !important; }
    .widget-element-grid-image--black > .container > .row > div:last-child{ padding: 0 20px; }
    .widget-element-testimonials .widget-element-item-inner .widget-element-item-testimonial p { font-size: 18px; }
    .widget-element-header > .container > .row > div,
    .widget-element-footer > .container > .row > div { width: 100%; }
    .widget-element-header > .container > .row > div .logo,
    .widget-element-footer > .container > .row > div .logo{
        display: flex;
        justify-content: center;
        margin: 0 0 10px;
    }
    .widget-element-header .widget-element-contact-details,
    .widget-element-footer .widget-element-contact-details { text-align: center; }
}
@media (max-width: 485px) {
    .widget-element .widget-element-heading h2 { font-size: 32px !important; }
    .widget-element-robots .widget-element-details-payloads, .widget-element-robots .widget-element-details .widget-element-details-buttons {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .widget-element-robots .widget-element-details-payloads, .widget-element-robots .widget-element-details .widget-element-details-buttons > a {
        flex: 0 0 100% !important;
        max-width: 100%;
        margin: 5px 0 !important;
    }
}

/* Education Template */
.widget-element-banner.widget-element-education { 
    padding: 20px 0; 
    position: relative;
}
.widget-element-banner.widget-element-education::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.widget-element-banner.widget-element-education .container,
.widget-element-banner.widget-element-education .container > .row { height: 100%; }
.widget-element-banner.widget-element-education .container > .row {
    display: flex;
    align-items: center;
    align-content: center;
}
.widget-element-banner.widget-element-education .widget-element-heading h1 {
    font-size: 56px !important;
    font-weight: 600;
    line-height: 1.1;
}
.widget-element.yellow-grid-box-with-list { margin: -75px 0 125px; }
.widget-element.yellow-grid-box-with-list .container,
.widget-element.yellow-grid-box-with-list .container > .row { height: 100%; }
.widget-element.yellow-grid-box-with-list .container > .row { display: flex; }
.widget-element.yellow-grid-box-with-list .container > .row .widget-element-details{
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 100px 145px 0 0;
}
.widget-element.yellow-grid-box-with-list .widget-element-text p {
    font-size: 24px;
    padding: 0;
    margin: 0 0 15px;
    line-height: 34px;
    color: #676767;
}
.widget-element.yellow-grid-box-with-list .widget-element-box {
    background-color: #f8cd00;
    padding: 77px 90px 85px 100px;
    position: relative; 
}
.widget-element.yellow-grid-box-with-list .widget-element-box::after{
    width: 0;
    height: 0;
    border-bottom: 55px solid #FFF;
    border-left: 55px solid transparent;
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
}
.widget-element.yellow-grid-box-with-list .widget-element-heading h2 {
    margin: 0 0 57px;
    font-size: 40px !important;
    font-weight: 400;
}
.widget-element.yellow-grid-box-with-list .widget-element-list li {
    margin: 0 0 21px;
    position: relative;
    padding-left: 54px;
    font-size: 18px;
    color: #4d4d4d;
}
.widget-element.yellow-grid-box-with-list .widget-element-list li::before {
    content: "";
    background: url('/images/default-source/education-articles-hub-template/arrow-icon.png?sfvrsn=811d2837_2');
    width: 34px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
.widget-element-grid-image--black.widget-element-education .widget-element-image,
.widget-element-grid-boxes.widget-element-education .widget-element-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.widget-element-grid-image--black.widget-element-education .widget-element-image { height: 530px; }
.widget-element-grid-boxes.widget-element-education .widget-element-item-image { height: 360px; }
.widget-element-grid-image--black.widget-element-education .widget-element-heading h4,
.widget-element-grid-boxes.widget-element-education .widget-element-item-heading h4 {
    font-size: 18px;
    color: #FFF;
    line-height: 1.2px;
    margin: 0 0 15px;
    font-weight: 400;
}
.widget-element-grid-boxes.widget-element-education .widget-element-item-heading h4 { color: #000; }
.widget-element-grid-boxes.widget-element-education .widget-element-item-heading { max-width: 100%; }
.widget-element-grid-image--black.widget-element-education .widget-element-heading h2 span,
.widget-element-grid-boxes.widget-element-education .widget-element-item-heading h2 span{ 
    font-weight: 500;
    font-size: 50px !important; 
}
.widget-element-grid-image--black.widget-element-education .widget-element-heading h2 label,
.widget-element-grid-boxes.widget-element-education .widget-element-item-heading h2 label{ 
    font-size: 36px; 
    font-weight: 500;
    padding-left: 23px;
}
.widget-element-grid-image--black.widget-element-education .widget-element-button > a,
.widget-element-grid-boxes.widget-element-education .widget-element-button > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    display: flex;
    width: 193px;
    height: 55px;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #f8cd00;
    margin: 15px 0 0;
}
.widget-element-grid-boxes.widget-element-education .widget-element-button > a { 
    background-color: #000; 
    color: #FFF;
}
.widget-element-grid-image--black.widget-element-education .widget-element-button > a:hover,
.widget-element-grid-boxes.widget-element-education .widget-element-button > a:hover     {
    background-color: #b90b2e;
    color: #FFF;
}
.widget-element-grid-image--black.widget-element-education.yellow-bg .row,
.widget-element-grid-image--black.widget-element-education.yellow-bg .widget-element-item{ background-color: #f8cd00; }
.widget-element-grid-image--black.widget-element-education.yellow-bg .widget-element-button > a { 
    background-color: #000; 
    color: #FFF;
}
.widget-element-grid-image--black.widget-element-education.yellow-bg .widget-element-heading h4,
.widget-element-grid-image--black.widget-element-education.yellow-bg .widget-element-heading h2{ color: #000 }
.widget-element-grid-image--black.widget-element-education.yellow-bg .widget-element-text p { color: #4e4e4e; }
.widget-element-section-contents .widget-element-heading h2{
    text-align: center;
    margin: 0 0 45px;
}
.widget-element-section-contents .widget-element-col-items { 
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

}
.widget-element-section-contents .widget-element-col-items > div {
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
    height: 133px;
    display: flex;
    align-items: center;
}
.widget-element-section-contents .widget-element-col-items > div > a {
    display: flex;
    align-items: center;
    padding: 0 42px 0 75px;
    width: 100%;
    height: 100%;
}
.widget-element-section-contents .widget-element-col-items > div > a:hover { opacity: 0.3; }
.widget-element-section-contents .widget-element-col-items > div:first-child { border-left: 1px solid #919191; }
.widget-element-section-contents .widget-element-col-items > div:first-child,
.widget-element-section-contents .widget-element-col-items > div:nth-child(2) {
    border-top: 1px solid #919191;
}
.widget-element-section-contents .widget-element-col-items > div:nth-child(odd) {
    border-left: 1px solid #919191;
}
.widget-element-section-contents .widget-element-col-items > div .widget-element-image {
    flex: 0 0 20%;
    max-width: 20%;
}
.widget-element-section-contents .widget-element-col-items > div .widget-element-details {
    flex: 0 0 65%;
    max-width: 65%;
}
.widget-element-section-contents .widget-element-col-items > div .widget-element-button {
    flex: 0 0 15%;
    max-width: 15%;
    text-align: right;
}
.widget-element-section-contents .widget-element-col-items > div .widget-element-details h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 3px;
}
.widget-element-section-contents .widget-element-col-items > div .widget-element-details h3 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    color: #000;
}
.widget-element-yellow-grid-statistic.widget-element-education { margin-top: 95px; }
.widget-element-grid-image--black.widget-element-education {
    padding: 0;
    margin: 0 0 55px;
}
.widget-element-grid-boxes.widget-element-education {
    padding: 0;
    margin: 0 0 55px;
}
.widget-element-grid-boxes.widget-element-education .widget-element-item-heading h2,
.widget-element-grid-image--black.widget-element-education .widget-element-heading h2 {
    display: flex;
    align-items: stretch;
}
.widget-element-grid-boxes.widget-element-education .widget-element-item-heading h2 label,
.widget-element-grid-image--black.widget-element-education .widget-element-heading h2 label{
    display: flex;
    align-items: center;
}
.widget-element-grid-image--black.widget-element-education .widget-element-video { height: 500px; }
.widget-element-grid-image--black.widget-element-education .widget-element-video > div {
    height: 100%;
    padding: 0 !important;
}
@media (max-width: 1171px) {
    .widget-element.yellow-grid-box-with-list .container > .row .widget-element-details { padding-right: 10px; }
}
@media (max-width: 991px) {
    .widget-element.yellow-grid-box-with-list > .container > .row {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
    .widget-element.yellow-grid-box-with-list > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .widget-element.yellow-grid-box-with-list .container > .row .widget-element-details { padding-top: 30px; }
    .widget-element-grid-image-with-text.widget-element-education > .container > .row  {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .widget-element-grid-image-with-text.widget-element-education > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .widget-element-grid-image-with-text.widget-element-education .widget-element-item { padding: 30px 0 0 !important; }
    .widget-element-grid-image-with-text.widget-element-education .widget-element-heading { margin: 0 0 40px; }
    .widget-element-section-contents .widget-element-col-items > div { padding: 0 20px; }
    .widget-element-section-contents .widget-element-col-items {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .widget-element-section-contents .widget-element-col-items > div {
        flex: 0 0 100%;
        max-width: 100%;
        border: 1px solid #919191 !important;
        margin-bottom: 10px;
        height: auto;
        padding: 20px;
    }
    .widget-element-section-contents .widget-element-col-items > div .widget-element-image {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .widget-element-section-contents .widget-element-col-items > div .widget-element-details {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .widget-element-grid-image--black > .container > .row {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .widget-element-grid-image--black > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .widget-element-grid-image--black.widget-element-education > .container > .row > div { width: 100%; }
    .widget-element-grid-image--black.widget-element-education .widget-element-item { padding-top: 60px; padding-bottom: 60px; }
    .widget-element-grid-boxes.widget-element-education .widget-element-item-image,
    .widget-element-grid-image--black.widget-element-education .widget-element-image { height: 350px; }
    .widget-element.yellow-grid-box-with-list { margin: 50px 0 75px; }
    .widget-element-banner.widget-element-education { height: 500px !important; }
}
@media (max-width: 767px) {
    .widget-element-grid-image--black.widget-element-education .widget-element-video { height: 350px; }
}
@media (max-width: 585px) {
    .widget-element-section-contents .widget-element-col-items > div .widget-element-image {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .widget-element-section-contents .widget-element-col-items > div .widget-element-details {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (max-width: 400px) {
    .widget-element-section-contents .widget-element-col-items > div .widget-element-image img { max-width: 50px; }
    .widget-element-section-contents .widget-element-col-items > div .widget-element-button img { max-width: 28px; }
    .widget-element-section-contents .widget-element-col-items > div .widget-element-details h5 { font-size: 16px; }
    .widget-element-section-contents .widget-element-col-items > div .widget-element-details h3 { font-size: 21px; } 
}

/* Articles */
.page-blog .page .wrap-content > .container > .row > .left-panel { display: none; }
.page-blog .page .wrap-content > .container > .row > .right-panel { width: 100%; }
.single-article-date {
    font-size: 20px;
    font-weight: 400;
    color: #939393;
    font-family: 'Calibri', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 35px;
} 
.single-article-title {
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    font-family: 'Calibri', sans-serif;
    font-weight: 400;
    max-width: 880px;
    width: 100%;
    margin: 0 auto 35px;
    padding: 0 0 70px;
    border-bottom: 1px solid #cacaca;   
}
.single-article-content h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 74px;
    font-family: 'Calibri', sans-serif;
    margin: 0 0 25px;
    color: #282828;
    clear: both;
}
.single-article-content p {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Calibri', sans-serif;
    color: #282828;
    padding: 0;
    line-height: 28px;
    clear: both;
}
.widget-element-button-section { margin: 0 0 35px; }
.page-blog .related-cover,
.page-blog .right-panel > div > h1{ display: none !important; }
.page-blog .single-article-content blockquote {
    border-left: 6px solid #fedd00;
    font-size: 38px;
    line-height: 50px;
    padding: 0 80px 0 45px;
    float: right;
    font-weight: 400;
    font-family: 'Calibri', sans-serif;
    max-width: 65%;
    margin: 30px 0 70px;
}
.page-blog .widget-element-button-section {
    background-color: #eaeaea;
    background-image: url('../Images/widget-element-button-section-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    align-items: center;
    align-content:  center;
    justify-content: center;
    display: flex;
    padding: 45px 90px;
}
.page-blog .widget-element-button-section h4 {
    font-size: 28px;
    line-height: 50px;
    color: #282828;
    font-weight: 400;
}
.page-blog .widget-element-button > a {
    background-color: #b90b2e;
    color: #FFF;
    padding: 13px 32px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 40px;
}
.page-blog .RadSocialShare{ display: none; }
.recent-articles{
    display: flex;
    flex-wrap: wrap;
}
.recent-articles-section-heading {
    flex: 0 0 100%;
    max-width: 100%;
    text-transform: uppercase;
    margin: 0 0 30px;
}
#articles-listing-heading .widget-element-heading h2,
#articles-listing-heading .widget-element-subheading h4 {
    color: #282828;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 400;
}
#articles-listing-heading .widget-element-heading h2 { 
    font-size: 64px !important; 
    margin: 0 0 25px !important;
    line-height: 1.2;
    word-wrap: break-word;
}
#articles-listing-heading .widget-element-subheading h4 { 
    font-size: 28px !important;
    margin: 0 0 25px !important; 
    line-height: 1.2;
    word-wrap: break-word;
}
#browse-categories { 
    margin: 0 0 40px; 
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 55px;
}
/* #browse-categories > .container > .row:nth-child(2) {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 55px;
} */
#browse-categories .widget-element-heading h2 {
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 0 30px;
}
#browse-categories .widget-element-item {
    height: 183px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 31px;
    text-align: center;
}
#browse-categories .widget-element-item h3 { 
    font-size: 24px; 
    text-transform: uppercase;
    color: #FFF;
    line-height: 1.3;
}
#browse-categories > .container > .row:nth-child(2) a:hover h3 { color: #b90b2e; }
.recent-articles .article{
    /* flex: 0 0 33.33%;
    max-width: 33%; */
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}
.recent-articles.featured-articles .article{ padding-bottom: 0; }
.featured-articles .more-btn {
    color: #FFF;
    font-size: 14px;
    border: 1px solid #FFF;
    padding: 8px !important;
    float: left;
    margin: 0 10px 0 0;
    display: table;
}
.featured-articles .more-btn:hover { 
    color: #b90b2e;
    border-color: #b90b2e;
}
.sub-featured-articles .more-btn { display: none; }
.recent-articles:not(.featured-articles) .article::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    border-bottom: 2px solid #495f73;
}
.recent-articles:not(.featuerd-articles) .article:first-child::after,
.recent-articles:not(.featuerd-articles) .article:nth-child(1n+3)::after { left: 15px; }
.recent-articles:not(.featured-articles) .article:nth-child(3n+3)::after { left: -15px; }
.recent-articles:not(.featured-articles) .article.no-border::after{ display: none; }
.recent-articles .article .sftitle {
    font-size: 28px;
    font-family: 'Calibri', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}
.recent-articles .article .sftitle > a { color: #282828; }
.recent-articles .article .article-description { display: none !important; }
.recent-articles .article time {
    color: #939393;
    font-size: 14px;
    font-family: 'Calibri', sans-serif;
    text-transform: uppercase;
    display: flex;
    margin: 0 0 20px;
}
.category-articles-nav {
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px;
    padding: 0 0 20px;
}
.category-articles-nav .category-articles-nav-item { flex: 1; }  
.category-articles-nav-item > a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    color: #404040;
    font-weight: 700;
    margin: 0 auto;
    display: table;
    position: relative;
    text-align: center;
}
.category-articles-nav-item > a::after {
    content: "";
    width: 100%;
    border-bottom: 5px solid #b92030;
    position: absolute;
    bottom: -20px;
    left: 0;
    visibility: hidden;
}
.category-articles-nav-item > a:hover { color: #b92030; }
.category-articles-nav-item.current-nav-item a::after,
.category-articles-nav-item > a:hover::after { visibility: visible; } 
.category-articles-heading h2,
.category-articles-subheading h3 {
    display: flex;
    justify-content: center;
}
.wrap-content .category-articles-heading h2{
    margin: 0 0 70px !important;
    font-size: 50px !important;
    color: #282828;
    font-weight: 700;
    line-height: 1.2;
}
.wrap-content .category-articles-subheading h3 {
    font-size: 38px;
    color: #282828;
    text-transform: uppercase;
    margin: 0 0 60px !important;
    line-height: 1.2;
}
.category-articles-form{ 
    max-width: 885px;
    margin: 220px auto 45px;
}
.category-articles-form h5 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 22px;
    text-align: center;
    padding: 0 40px 22px;
}
.recent-articles .article img { width: 100%; }
.recent-articles .preview-image-holder {
    height: 240px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 25px;
}
.recent-articles .featured-images { display: none !important; }
.view-all-articles {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 75px auto 0;
}
.view-all-articles > a {
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 17px 70px;
}
.articles-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-pagination > div { margin: 95px 0 0; }
.articles-pagination a {
    font-size: 30px;
    font-weight: 700;
    color: #b92030;
    margin: 0 18px;
}
.articles-pagination a:hover,
.articles-pagination a.sf_PagerCurrent { color: #000; }
.featured-articles {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin: 0 0 90px;
}
.featured-articles > div:first-child {
    flex: 0 0 60%;
    max-width: 60%;
}
.featured-articles > div:last-child {
    flex: 0 0 40%;
    max-width: 40%;
}
.featured-articles .main-featured-articles .article {
    flex: 0 0 100%;
    max-width: 100%;
}
.featured-articles .main-featured-articles .article .preview-image .preview-image-holder{
    width: 100%;
    height: 300px;
    margin: 0;
}
.featured-articles .main-featured-articles .article { margin: 0 25px 0 0; }
.featured-articles .main-featured-articles .article .article-meta {
    background-color: #000;
    padding: 45px 100px 35px 45px;
}
.featured-articles .main-featured-articles .article .article-meta .sftitle {
    font-size: 30px;
    line-height: 1.2;
}
.featured-articles .main-featured-articles .article .article-meta .sftitle a {
    color: #FFF;
}
.featured-articles .main-featured-articles .article .article-meta ul { margin: 0; }
.featured-articles .main-featured-articles .article .article-meta ul li{
    color: #FFF;
    font-size: 14px;
    border: 1px solid #FFF;
    padding: 8px !important;
    float: left;
    margin: 0 10px 0 0;
    width: auto;
 }
.featured-articles .main-featured-articles .article .article-meta ul li a{ color: #FFF; }
.featured-articles .main-featured-articles .article .article-meta ul li:last-child{ margin: 0; }
.featured-articles .main-featured-articles .article .article-meta {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.featured-articles .main-featured-articles .article .article-meta .article-details {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
}
.featured-articles .main-featured-articles .article .article-meta .article-details time { margin: 0 14px 0 0; }
.featured-articles .sub-featured-articles .article-category { display: none; }
.featured-articles .sub-featured-articles .article {
    display: flex;
    flex-direction: row;
    flex: 0 0 100%;
    max-width: 100%;
}
.featured-articles .sub-featured-articles .article > div { flex: 1; }
.featured-articles .sub-featured-articles .article { margin-bottom: 47px; }
.featured-articles .sub-featured-articles .article:last-child { margin-bottom: 0; }
.featured-articles .sub-featured-articles .article .preview-image-holder{ 
    height: 136px; 
    margin-bottom: 0;
}
.featured-articles .sub-featured-articles .article .article-meta { margin: 0 0 0 25px; }
.featured-articles .sub-featured-articles .article .sftitle { 
    font-size: 22px; 
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0;
}
.single-article-content .preview-image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 55px;
}
.single-article-content .preview-image-holder img {
    max-width: 100%;
}
.single-article-content .featured-images { display: none; }
.single-article-content .single-article-text {
    max-width: 885px;
    margin: 0 auto;
}
.single-article-content .single-article-text .blockquote {
    display: flex;
    justify-content: flex-end;
    margin: 50px 0 75px;
}
.single-article-content .single-article-text blockquote {
    border-left: 5px solid #fedd00;
    padding-left: 45px;
    padding-right: 95px;
    color: #282828;
    font-size: 38px;
    line-height: 50px;
    flex: 0 0 70%;
    max-width: 70%;
}
.single-article-content .single-article-text .widget-element-button-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url('../Images/widget-element-button-section-bg.png');
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 45px 0 40px;
    padding: 35px 0;
}
.single-article-content .single-article-text .widget-element-button-section h4 {
    font-weight: 400;
    font-size: 28px;
    color: #282828;
}
.single-article-content .single-article-text .widget-element-button-section .widget-element-button a {
    font-size: 20px;
    color: #FFF;
    background-color: #b90b2e;
    padding: 15px 35px;
    font-weight: 700;
    margin-left: 35px;
    display: table;
}
.single-article-meta { 
    display: flex; 
    align-items: center;
    margin: 30px auto 60px;
    max-width: 885px;
}
.bottom-article-meta { margin-top: 60px; }
.single-article-meta > div {
    flex: 1;
}
.single-article-meta .categories ul { margin: 0; }
.single-article-meta .categories ul li {
    margin-right: 12px;
    float: left;
}
.single-article-meta .categories ul li a{ 
    color: #FFF;
    background-color: #676767;
    font-size: 20px;
    font-weight: 400;
    padding: 9px 15px;
}
.single-article-meta .categories ul li a:hover{ background: #b90b2e; } 
.single-article-meta .categories ul li:last-child { margin-right: 0; }
.single-article-meta .categories > a:hover { background: #000; }
.single-article-meta .categories > a:last-child { margin-right: 0; }
.single-article-meta .social-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.single-article-meta .social-share .st-btn {
    display: inline-block !important;
    background: #000 !important;
    color: #FFF;
}
.single-article-meta .social-share > label { font-size: 20px; }
.single-article-meta .social-share > div { margin-left: 23px; }
.social-share > div,
.sharethis-inline-share-buttons { z-index: 0 !important; }

@media (max-width: 1171px) {
    .category-articles-nav-item > a { font-size: 16px; }
}
@media (max-width: 991px) {
    .featured-articles .main-featured-articles .article .article-meta { padding: 30px; }
    .featured-articles > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 50px;
    }
    .featured-articles > div:last-child { margin-bottom: 0; }
    .featured-articles .main-featured-articles .article { margin: 0 !important; }
    .featured-articles .sub-featured-articles .article .preview-image-holder { height: 175px; }
    #browse-categories { padding-bottom: 35px; }
    #browse-categories .widget-element-item { margin-bottom: 30px; }
    .recent-articles { display: block; }
    .recent-articles .article { margin-bottom: 50px; }
    .recent-articles .preview-image-holder { height: 400px; }
    .single-article-content .single-article-text blockquote {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single-article-content .single-article-text .widget-element-button-section {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .single-article-content .single-article-text .widget-element-button-section h4 { margin-bottom: 30px; }
    .single-article-meta .categories ul li { font-size: 16px; }
    .single-article-content .preview-image-holder { height: 350px; }
    .recent-articles:not(.featured-articles) .article::after { display: none; }
}

@media (max-width: 767px) {
    #browse-categories .widget-element-heading h2 { margin-bottom: 30px !important; }
    #browse-categories .widget-element-item {
        height: 200px;
        margin-bottom: 30px !important;
    }
    .single-article-title {
        font-size: 50px;
        line-height: 1.2;
    }
    .single-article-meta {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .single-article-meta .categories {
        margin: 0 0 30px; 
    }
    .category-articles-nav-item > a { font-size: 14px; }
}

@media (max-width: 585px) {
    #articles-listing-heading .widget-element-heading h2 { font-size: 50px !important; }
    .recent-articles .preview-image-holder { height: 250px; }
    .featured-articles .main-featured-articles .article .article-meta .sftitle { font-size: 27px; }
    .category-articles-nav{
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .category-articles-nav .category-articles-nav-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .category-articles-nav-item > a {
        background-color: #b92030;
        color: #FFF;
        display: block;
        padding: 8px 15px;
        text-align: left;
        border-bottom: 1px solid #FFF;
        font-size: 16px;
    }
    .category-articles-nav .category-articles-nav-item.current-nav-item a {
        background-color: #ffdd00;
        color: #000;
    }
    .category-articles-nav-item > a::after { display: none; }
    .articles-pagination a {
        font-size: 24px;
        margin: 0 9px;
    }
    .page .recent-articles .preview-image-holder { margin-bottom: 25px !important; }
    .widget-element-grid-images-with-heading .widget-element-heading {
        width: 100%;
        padding: 20px;
    }
    .widget-element-grid-with-sub-grid--black .widget-element-item{ padding: 5px 15px; }
}

@media (max-width: 485px) {
    .featured-articles .main-featured-articles .article .article-meta .article-details {
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: flex-start;
    }
    .featured-articles .main-featured-articles .article .article-meta .article-details time { margin-bottom: 20px; }
    #articles-listing-heading .widget-element-heading h2 { font-size: 40px !important; }
    .featured-articles .main-featured-articles .article .preview-image .preview-image-holder { height: 250px; }
    .wrap-content .category-articles-heading h2{ font-size: 40px !important; }
    .wrap-content .category-articles-subheading h3 { font-size: 26px; }
}

@media (max-width: 400px) {
    .featured-articles .sub-featured-articles .article {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .featured-articles .main-featured-articles .article .article-meta ul li { 
        width: 100%; 
        margin: 0 0 8px;
    }
    .featured-articles .sub-featured-articles .article .article-meta { margin: 15px 0 0; }
}
.wrap-breadcumb { margin-top: 15px; }
.single-article .back-to-overview {
    margin: -40px 0 50px;
}
.single-article .back-to-overview a {
    color: #404040;
    font-size: 20px;
    font-weight: 700;
}
.single-article .back-to-overview a:hover {
    color: #b90b2e;
}
.widget-element-primary-button { display: flex; align-items: center; }
.widget-element-primary-button.button-align-left { justify-content: flex-start; }
.widget-element-primary-button.button-align-center { justify-content: center; }
.widget-element-primary-button.button-align-right { justify-content: flex-end; }
.widget-element-primary-button.mt-10 { margin-top: 10px; }
.widget-element-primary-button.mt-20 { margin-top: 20px; }
.widget-element-primary-button.mt-30 { margin-top: 30px; }
.widget-element-primary-button.mt-40 { margin-top: 40px; }
.widget-element-primary-button.mt-50 { margin-top: 50px; }
.widget-element-primary-button.mb-10 { margin-bottom: 10px; }
.widget-element-primary-button.mb-20 { margin-bottom: 20px; }
.widget-element-primary-button.mb-30 { margin-bottom: 30px; }
.widget-element-primary-button.mb-40 { margin-bottom: 40px; }
.widget-element-primary-button.mb-50 { margin-bottom: 50px; }
.widget-element-primary-button > a {
    background: #bc2026;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 30px;
    display: flex;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    align-items: center;
    align-content: center;
    justify-content: center;

}
.widget-element-primary-button.button-yellow > a{ 
    background: #ffdd00; 
    color: #000;
}
.widget-element-primary-button.button-black > a{ background: #000; }
.widget-element-primary-button.button-gray > a{ 
    background: #dde0e7; 
    color: #000;
}
.widget-element-primary-button > a:hover { opacity: 0.6; }


/* Template: Local SEO */
.widget-element-banner.template-local-seo{ 
    background-color: #dde0e7; 
    padding: 0; 
    position: relative;
}
.widget-element-banner.template-local-seo::before {
    width: 35%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: url('../Images/templates/banner-yellow-lines.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fedd00;
    right: 0;
    top: 0;
}
.widget-element-banner.template-local-seo .widget-element-item {
    width: 100%;
    max-width: 100%;
}
.widget-element-banner.template-local-seo .widget-element-image {
    width: 100%;
    height: 546px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.widget-element-banner.template-local-seo .widget-element-heading {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1;
}
.widget-element-banner.template-local-seo .widget-element-text {
    font-size: 18px;
    color: #737373;
}
.widget-element-grid-image-with-text.template-local-seo .widget-element-item { padding: 0 60px; }
.widget-element-grid-image-with-text.template-local-seo .widget-element-heading { margin: 0 0 45px; }
.widget-element-map.template-local-seo{ 
    margin: 0 !important; 
    line-height: 1;
}
.widget-element-facility-services.template-local-seo { 
    background-color: #000; 
    margin: 0;
    padding: 0 0  110px;
}
.widget-element-facility-services.template-local-seo > .container > .row {
    border-bottom: 1px solid #555555;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.widget-element-facility-services.template-local-seo .intro-section { display: flex; }
.widget-element-facility-services.template-local-seo .intro-section .widget-element-item {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.widget-element-facility-services.template-local-seo .intro-section .widget-element-item h2 { margin-bottom: 25px; }
.widget-element-facility-services.template-local-seo .intro-section .widget-element-item p {
    color: #FFF;
    font-size: 18px;
}
.widget-element-facility-services.template-local-seo h2.widget-element-heading {
    font-size: 48px;
    color: #FFF;
    font-weight: 500;
}
.widget-element-facility-services.template-local-seo h3.widget-element-heading {
    color: #FFF;
    font-size: 32px;
    margin-top: 30px;
    font-weight: 500;
}
.widget-element-facility-services.template-local-seo h3.widget-element-heading img { margin-left: 15px; }
.widget-element-facility-services.template-local-seo h3.widget-element-heading > a { margin-left: 35px; }
.widget-element-map iframe { width: 100%; }
.widget-element-grid-text.template-local-seo .widget-element-heading{
    font-size: 38px;
    margin: 0 0 25px;
    font-weight: 500;
    padding-right: 50px;
}
.widget-element-grid-text.template-local-seo .widget-element-text { 
    font-size: 20px;
    color: #737373;
    padding-right: 50px;
}
.widget-element-contact-details-box.template-local-seo .widget-element-heading {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.widget-element-contact-details-box.template-local-seo .widget-element-heading {
    font-size: 26px;
    border-bottom: 2px solid #000;
    margin: 0 0 35px;
    height: 80px;
}
.widget-element-contact-details-box.template-local-seo .widget-element-heading img { margin-right: 15px; }
.widget-element-contact-details-box.template-local-seo .widget-element-address {
    font-size: 22px;
    color: #545454;
}
.widget-element-facility-services.template-local-seo .row:not(.intro-section) .widget-element-item { text-align: center; }
.widget-element-facility-services.template-local-seo .row:not(.intro-section) .widget-element-item .widget-element-icon {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-element-contact-details-box.template-local-seo .widget-element-phone-details li { 
    font-size: 22px; 
    margin: 0 0 10px;
}
.widget-element-contact-details-box.template-local-seo .widget-element-phone-details strong {
    color: #000;
    font-weight: 500;
}
.widget-element-contact-details-box.template-local-seo .widget-element-phone-details { color: #545454; }
.widget-element-contact-details-box.template-local-seo .widget-element-contact-us-button > a {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.widget-element-contact-details-box.template-local-seo .widget-element-contact-us-button > a img { margin-left: 12px; }

@media (max-width: 1199px) {
    .widget-element-banner.template-local-seo > .container > .row > div{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .widget-element-grid-text.template-local-seo .widget-element-item { margin-bottom: 50px; }
    .widget-element-contact-details-box.template-local-seo .widget-element-item { height: 260px; }
    .widget-element-grid-image-with-text.template-local-seo > .container > .row { display: block; }
    .widget-element-grid-image-with-text.template-local-seo .widget-element-item { padding: 40px 0 0 !important; }
    .widget-element-grid-image-with-text.template-local-seo .widget-element-image { 
        display: flex; 
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .wrapper .page .widget-element-map.template-local-seo { margin: 0 !important; }
}

@media (max-width: 650px) {
    .widget-element-banner.template-local-seo { padding: 40px 0 20px; }
    .widget-element-banner.template-local-seo::before { display: none !important; }
    .widget-element-banner.template-local-seo > .container > .row > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .widget-element-banner.template-local-seo .widget-element-item { margin: 0 0 20px; }
    .widget-element-banner.template-local-seo .widget-element-image { height: 350px; }
    .widget-element-banner.template-local-seo .widget-element-heading,
    .widget-element-banner.template-local-seo .widget-element-text { max-width: 100%; }
}
@media (max-width: 585px) {
    .widget-element-facility-services.template-local-seo h3.widget-element-heading { font-size: 20px; }
    .widget-element-facility-services.template-local-seo h3.widget-element-heading > a { margin-left: 5px; }
    .widget-element-facility-services.template-local-seo h3.widget-element-heading > a > img { width: 25px; }
    .widget-element-facility-services.template-local-seo .widget-element-icon {
        display: flex;
        align-items: center;
        height: 70px;
    }
    .widget-element-facility-services.template-local-seo .widget-element-icon img { 
        height: 70px; 
        margin: 0 !important;
    }
    .widget-element-facility-services.template-local-seo .intro-section { display: block; }
    .widget-element-facility-services.template-local-seo h2.widget-element-heading { margin-top: 35px; }
}

/* CRX ebook */
.template-crx-ebook.widget-element-banner-form {
    background-color: #202020;
    position: relative;
    padding: 60px 0;
}
.template-crx-ebook.widget-element-banner-form::before {
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #86bd40;
    background-image: url(/images/default-source/crx-ebook/icon-banner-lines.png?sfvrsn=d55b4d51_2);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
.template-crx-ebook.widget-element-banner-form .widget-element-sub-text {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    margin: 35px 0 15px;
    font-size: 18px;
}
.template-crx-ebook.widget-element-banner-form .widget-element-sub-text strong { font-weight: 700; }
.template-crx-ebook.widget-element-banner-form .widget-element-heading {
    margin: 0 0 25px;
    font-size: 50px !important;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
}
.template-crx-ebook.widget-element-banner-form .widget-element-text {
    font-weight: 600;
    color: #FFF;
    font-size: 18px;
    padding: 0;
    margin: 0 0 30px;
}
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-fields {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
}
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-fields.widget-element-form-fields-radio { 
    justify-content: flex-start; 
    flex-direction: column;
    -ms-flex-direction: column;
}
html body.crx-ebook-landing form input[type="text"],
html body.crx-ebook-landing form input[type="email"],
html body.crx-ebook-landing form .sbHolder{
    border: 2px solid #000;
    height: 35px;
    padding: 2px 15px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0;
}
html body.crx-ebook-landing form .sbSelector{ color: #000; text-transform: uppercase; }
html body.crx-ebook-landing form .sbHolder{ height: 29px; }
html body.crx-ebook-landing form #lidrpState { display: none !important; }
html body.crx-ebook-landing form ul li {
    width: 49%;
    float: left;
}
html body.crx-ebook-landing form #trUseCobotyn > label {
    display: block !important;
}
html body.crx-ebook-landing form ul li .g-recaptcha { margin-top: -30px; }
html body.crx-ebook-landing form .sbHolder ul li {
    float: none;
    display: block;
}
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-fields .widget-element-dropdown-wrapper {
    width: 49%;
    position: relative;
}
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-fields .widget-element-dropdown-wrapper::after {
    position: absolute;
    top: 14px;
    right: 10px;
    content: "";
    background-image: url(/images/default-source/crx-ebook/icon-arrow-down.png?sfvrsn=6fe97b42_2);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
}
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-fields select { width: 100%; }
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-fields select {
    -webkit-appearance: none;
    appearance: none;
}
html body.crx-ebook-landing form ::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
html body.crx-ebook-landing form ::-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
html body.crx-ebook-landing form :-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
html body.crx-ebook-landing form :-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-field-radio { margin: 10px 0 0; }
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-field-radio label {
    margin: 0 0 5px;
    font-weight: 500;
} 
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-field-radio li {
    float: left;
    display: inline;
    margin: 0 30px 0 0;
}
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-field-radio li input{ 
    margin: 5px 5px 0; 
    float: left;
}
.template-crx-ebook.widget-element-banner-form .widget-element-form .widget-element-form-field-radio li:last-child { margin: 0; }
html body.crx-ebook-landing form .button-wrapper {
    position: relative;
    display: table;
    width: auto;
}
html body.crx-ebook-landing form input[type="button"]{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #202020;
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding: 17px 30px  13px !important;
    margin: 30px 0 0 !important;
    border: 0;
    font-weight: 500;
    float: left; 
}
html body.crx-ebook-landing form .button-wrapper::after{
    width: 0;
    height: 0;
    border-bottom: 15px solid #86bd40;
    border-left: 15px solid transparent;
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
}
html body.crx-ebook-landing form .sbToggle {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}
html body.crx-ebook-landing form label { display: none; }
html body.crx-ebook-landing form #trUseCobotyn input { margin-right: 6px; }
html body.crx-ebook-landing form #trUseCobotyn label { display: inline; }
.template-crx-ebook.widget-element-banner-form .widget-element-form iframe { width: 100%; }
html body.crx-ebook-landing form { 
    background: none !important; 
    padding: 0 !important;
}
.template-crx-ebook.widget-element-download-section{
    height: 588px;
    position: relative;
}
.template-crx-ebook.widget-element-download-section > .container,
.template-crx-ebook.widget-element-download-section > .container > .row,
.template-crx-ebook.widget-element-download-section > .container > .row > div,
.template-crx-ebook.widget-element-download-section > .container > .row .widget-element-item { height: 100%; }
.template-crx-ebook.widget-element-download-section .widget-element-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.template-crx-ebook.widget-element-download-section::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}
.template-crx-ebook.widget-element-download-section .widget-element-heading {
    color: #FFF;
    text-align: center;
    font-size: 50px !important;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 50px;
    max-width: 765px;
}
.template-crx-ebook.widget-element-robots-help { padding: 80px 0; }
.template-crx-ebook.widget-element-robots-help .widget-element-heading {
    font-size: 50px !important;
    margin: 0 0 45px;
    font-weight: 500;
    padding-right: 70px;
    line-height: 1.2;
}
.template-crx-ebook.widget-element-robots-help .widget-element-text {
    font-size: 20px;
    color: #737373;
    padding: 0;
    margin: 0 0 47px;
}
.template-crx-ebook.widget-element-robots-help .widget-element-list { padding-left: 45px; }
.template-crx-ebook.widget-element-robots-help .widget-element-text p {
    margin: 0 0 30px;
    padding: 0;
}
.template-crx-ebook.widget-element-robots-help .widget-element-list li { 
    margin: 0 0 25px; 
    font-size: 20px;
    color: #737373;
    position: relative;
    padding: 0 0 0 45px;
}
.template-crx-ebook.widget-element-robots-help .widget-element-list li::before {
    content: "";
    background-image: url(/images/default-source/crx-ebook/icon-right-green-arrow.png?sfvrsn=5650209f_2);
    position: absolute;
    top: 4px;
    left: 0;
    width: 25px;
    height: 20px;
}
.widget-element-grid-text-with-image.template-crx-ebook { padding: 100px 0; }
.widget-element-grid-text-with-image.template-crx-ebook .widget-element-heading { margin: 20px 0; }
.widget-element-grid-text-with-image .widget-element-image { height: 80px; }
.widget-element-grid-text-with-image.template-crx-ebook .col-item { padding: 0 25px 40px 25px; }
.widget-element-grid-text-with-image.template-crx-ebook .col-item .widget-element-text p, 
.widget-element-grid-text-with-image.template-crx-ebook .widget-element-text p { color: #737373; }
.widget-element-grid-text-with-image.template-crx-ebook .widget-element-text p { padding: 0; }

@media (max-width: 991px) {
    .template-crx-ebook.widget-element-banner-form::before { width: 100%; }
    .template-crx-ebook.widget-element-banner-form .widget-element-image {
        display: flex;
        justify-content: center;
    }
    .widget-element-grid-text-with-image.template-crx-ebook .col-item { padding: 30px 0; }
    .template-crx-ebook.widget-element-robots-help .widget-element-heading { padding-right: 0; }
}

@media (max-width: 767px) {
    .widget-element-download-ebook.template-crx-ebook::before { width: 100%; }
    .widget-element-download-ebook.template-crx-ebook > .container > .row {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
    .widget-element-download-ebook.template-crx-ebook .widget-element-heading h2 { 
        color: #FFF; 
        margin-top: 40px;
    }
}

@media (max-width: 580px) {
    .widget-element-download-ebook.template-crx-ebook .widget-element-image img,
    .template-crx-ebook.widget-element-banner-form .widget-element-image img { height: 340px; }
    .template-crx-ebook.widget-element-robots-help .widget-element-list { padding-left: 0; }
    .template-crx-ebook.widget-element-robots-help .widget-element-heading, 
    .template-crx-ebook.widget-element-download-section .widget-element-heading,
    .template-crx-ebook.widget-element-banner-form .widget-element-heading { font-size: 43px !important; }
}



/* Accordion CSS */
.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.accordionjs .acc_section {
    border: 1px solid #ccc;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}
.accordionjs .acc_section .acc_head {
    position: relative;
    background: #fff;
    padding: 10px;
    display: block;
    cursor: pointer;
}
.accordionjs .acc_section .acc_head h3 {
    line-height: 1;
    margin: 5px 0;
}
.accordionjs .acc_section .acc_content {
    padding: 10px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
    display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
    background: #F9F9F9;
    border-bottom: 1px solid #ccc;
}  
/* End of Accordion CSS */

/* CRX page CSS */
@import url("https://use.typekit.net/fiz2srd.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');

.crx-banner .content-block-heading{
    font-size: 56px;
    text-transform: none !important;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 100;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #85bb20;
}
.crx-banner .content-block-text p{
    font-size: 16px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.crx-banner .slides .content-block-carousel-item{ position: relative; }
.crx-banner .slides .content-block-carousel-item::before{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.crx-banner::before{ background: none !important; }
#crx-brochure .content-block-item .content-block-item-inner{ margin-top: -60px; }
.crx-banner .content-block-image img{
    display: table;
    margin: 20px auto;
    height: 450px;
    width: auto;
}
.crx-banner::before{ background: none !important; }
.crx-banner .content-block-button > a{
    display: flex;
    background: url('/images/default-source/crx/banner-button-bg.png?sfvrsn=1b2f509d_2') no-repeat center center;
    width: 300px;
    height: 59px;
    position: relative;
    color: #FFF;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.crx-banner .content-block-button > a:hover{
    background: url('/images/default-source/crx/banner-button-bg.png?sfvrsn=1b2f509d_2') no-repeat center center !important;
    opacity: 0.5;
}
.crx-banner .content-block-button > a:after{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #000;
    content: "";
    display: none;
    position: absolute;
    right: -2px;
    bottom: -8px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(255deg);
    transform: rotate(225deg);
}
.grid-images .content-block-item{
    width: 100%;
    height: 421px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.grid-images .no-gutters > div{ padding: 0; }
.crx-grid-image-with-list{
    padding: 82px 0 125px;
}
.crx-grid-image-with-list .content-block-heading{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 900;
}
.crx-grid-image-with-list .content-block-heading::after{
    width: 100%;
    max-width: 585px;
    content: "";
    border-bottom: 1px solid #85bb20;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.crx-grid-image-with-list .content-block-heading span{ color: #85bb20; }
.crx-grid-image-with-list .content-block-sub-text{
    font-size: 30px;
    text-align: center;
    margin-bottom: 48px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 100;
}
.crx-grid-image-with-list img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}
.crx-grid-image-with-list .content-block-image{ margin-bottom: 30px; }
.crx-grid-image-with-list .content-block-item-heading{
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 900;
}
.crx-grid-image-with-list .content-block-item-heading span{ color: #85bb20; }
.crx-grid-image-with-list .content-block-item-list li{ 
    margin-bottom: 35px; 
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background: url('/images/default-source/crx/dot-icon.png?sfvrsn=f5658ad5_2') no-repeat 0 5px;
    padding-left: 36px;
}

#crx-series{
    padding: 100px 0 125px;
}
#crx-series .content-block-heading{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 900;
}
#crx-series .content-block-heading::after{
    width: 100%;
    max-width: 585px;
    content: "";
    border-bottom: 1px solid #85bb20;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#crx-series .content-block-heading span{ color: #85bb20; }
#crx-series .content-block-sub-text{
    font-size: 30px;
    text-align: center;
    margin-bottom: 48px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 100;
}
#crx-series .content-block-list{
    display: table;
    margin: 105px auto 0;
    padding: 0;
}
#crx-series .content-block-list li{ 
    margin-bottom: 50px; 
    padding-left: 79px;
}
#crx-series .content-block-list .content-block-list-heading{
    font-size: 30px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 1000;
    margin: 0 0 15px;
}
#crx-series .content-block-list p{
    padding: 0;
    margin: 0;
}
#crx-series .content-block-item-button a{
    background: #85bb20;
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 8px 35px;
    display: table;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
}
#crx-series .content-block-item-button a:after{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #FFF;
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: -8px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(255deg);
    transform: rotate(225deg);
}
#crx-series .content-block-item-button a:hover{ opacity: 0.5; }
#crx-series .content-block-image img{
    display: table;
    margin: 0 auto;
}
#crx-video{ padding: 140px 0 160px; }
#crx-machine-robots{ margin-bottom: 50px; }
.connect-form{ background: #85bb20; }
.connect-form > .container > .row{ display: flex; }
.connect-form .content-block-heading{
    font-size: 32px;
    margin: 0 0 15px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 1000;
}
.connect-form .content-block-heading span{ font-weight: 100; }
.connect-form .content-block-text p{ 
    margin-bottom: 21px; 
    font-size: 16px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.connect-form .content-block-image{
    background-size: cover !important;
    height: 100%;
}
.connect-form .content-block-form{ 
    padding: 50px; 
    width: 100%;
}
.connect-form .content-block-form .content-block-form-fields{ width: 90%; }
.connect-form .content-block-form .content-block-form-fields fieldset{ margin-bottom: 8px; }
.connect-form .content-block-form .content-block-form-fields input[type="text"],
.connect-form .content-block-form .content-block-form-fields input[type="email"]{
    height: 32px;
    border-top: 1px solid #2f3a1b;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 7px;
    box-shadow: inset 0 1px 1px rgba(163, 163, 163, 0.8);
}
.connect-form .content-block-form .content-block-form-fields .col2 input{
    float: left;
    width: 49%;
}
.connect-form .content-block-form .content-block-form-fields .col2 > input:first-child{ margin-right: 2%; }
.connect-form .radio-buttons label{
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.connect-form .radio-buttons span.field-container{
    float: left;
    width: 95px;
}
.connect-form .radio-buttons span.field-container input,
.connect-form .radio-buttons span.field-container span{
    float: left;
    margin-right: 10px;
}
.connect-form .submit button{
    background: #1a1a1a;
    color: #FFF;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 8px 25px;
    text-transform: uppercase;
    border: none;
    margin-top: 15px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
}
.connect-form .submit button:after{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #85bb20;
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: -8px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(255deg);
    transform: rotate(225deg); 
}
.connect-form .submit button:hover{ opacity: 0.5; }
.crx-form-fields{ height: 615px; }
.connect-form-overflow > .container > .row > div:first-child{ position: relative; }
.connect-form-overflow > .container > .row > div:first-child > div{
    position: absolute;
    top: -55px;
    width: 100%;
    height: 910px;
}

#crx-box{ padding-bottom: 150px; }
#crx-box .content-block-item{
    background-size: cover !important;
    height: 390px;
    width: 100%;
    max-width: 568px;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 40px;
    align-items: flex-end;
    align-content: flex-end;
}
#crx-box .content-block-item.align-center{
    align-items: center;
    align-content: center;
}
#crx-box .content-block-item.align-center > div{ padding-top: 50px; }
#crx-box .content-block-item .content-block-item-inner .content-block-item-heading{
    font-size: 26px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 1000;
    margin: 0 0 18px;
    padding: 0 0 18px;
    position: relative;
    text-transform: uppercase;
    color: #FFF;
}
#crx-box .content-block-item .content-block-item-inner .content-block-item-heading::after{
    width: 100%;
    max-width: 338px;
    content: "";
    border-bottom: 1px solid #85bb20;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
#crx-box .content-block-item .content-block-item-inner .content-block-item-heading span{ color: #85bb20; }
#crx-box .content-block-item .content-block-item-inner .content-block-item-text p{
    color: #FFF;
    margin-bottom: 25px;
    padding: 0;
}
#crx-box .content-block-item .content-block-item-inner .content-block-item-text p:last-child{ margin: 0; }

#crx-brochure{
    background-size: contain;
    height: 530px;
}
#crx-brochure > .container > .row{ display: flex; }
#crx-brochure .content-block-item-image{ margin-top: -70px; }
#crx-brochure .content-block-item{
    display: flex;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#crx-brochure .content-block-item .content-block-item-inner{ 
    max-width: 330px; 
    margin-top: -60px;
}
#crx-brochure .content-block-item .content-block-item-heading{
    font-size: 32px;
    text-transform: uppercase;
    color: #FFF;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 100;
    margin-bottom: 25px;
}
#crx-brochure .content-block-item .content-block-item-heading span{
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 1000;
    color: #85bb20;
    width: 250px;
    margin: 0 auto;
}
#crx-brochure .content-block-item .content-block-item-button a{
    background: #85bb20;
    color: #FFF;
    text-transform: uppercase;
    font-size: 27px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-top: 1px solid #58791c;
    border-bottom: 1px solid #58791c;
    padding: 8px 35px;
    display: table;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
}
#crx-brochure .content-block-item .content-block-item-button a:after{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #151515;
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: -8px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(255deg);
    transform: rotate(225deg); 
}
#crx-brochure .content-block-item .content-block-item-button a:hover{ opacity: 0.5; }
@media (max-width: 1171px) {
    .connect-form .content-block-form{ padding: 50px 15px; }
    #crx-brochure{ height: auto; }
    #crx-brochure .content-block-item-image{ margin-top: 0; }
    .connect-form-overflow > .container > .row > div:first-child{ position: relative; }
    .connect-form-overflow > .container > .row > div:first-child > div{
        position: static;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px) {
    #crx-box .content-block-item{ margin-bottom: 40px; }
    #crx-box .content-block-item.align-center > div{ padding-top: 0; }
    #crx-box .content-block-item.align-center{
        align-items: flex-end;
        align-content: flex-end;
    }
    #crx-series,
    #crx-video,
    .crx-grid-image-with-list{ padding: 50px 0; }
    #crx-series .content-block-list{ margin: 30px auto; }
}
@media (max-width: 767px) {
    #crx-video iframe{ height: 400px; }
    .connect-form > .container > .row{ display: block; }
    .connect-form > .container > .row > div{ width: 100%; }
    .connect-form .content-block-image{
        height: 350px;
        margin-top: 40px;
    }
    .connect-form .content-block-form{ padding: 25px; }
}
@media (max-width: 585px) {
    .grid-images > .row > div{ width: 100%; }
    #crx-brochure > .container > .row{ 
        display: flex; 
        flex-direction: column;
    }
    #crx-brochure > .container > .row > div{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    #crx-brochure > .container > .row > div:last-child{ order: 1; }
    #crx-brochure > .container > .row > div:first-child{ order: 2; }
    #crx-brochure .content-block-item .content-block-item-inner{
        max-width: 100%;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .crx-banner .slides div{
        background-position: center right !important;
    }
    .crx-banner::before{ background: rgba(0, 0, 0, 0.5) !important; }
}
@media (max-width: 767px) {
    .crx-banner{ padding: 40px 0; }
    .crx-banner > .container > .row{ display: block !important; }
    .connect-form .content-block-image{ height: 400px !important; }
    .connect-form .content-block-form .content-block-form-fields{ width: 100%; }
    #crx-video iframe{ height: 300px; }
    #crx-brochure .content-block-item .content-block-item-inner{ margin-top: 0; }
}

@media (max-width: 585px) {
    .crx-banner{ 
        height: auto !important; 
        padding: 60px 0 20px;    
    }
    .crx-banner .slides div{
        background: #000 !important;
    }
    .crx-banner .content-block-image{ display: block !important; }
}


.product-grid-image-with-header { margin-bottom: 60px; }
.product-grid-image-with-header .content-block-item{ margin-bottom: 10px; }
.product-grid-image-with-header .content-block-item-image img{ width: 100%; }
.product-grid-image-with-header .content-block-item-heading{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    background: #f9dd49;
    padding: 25px 10px;
    font-size: 24px;
    color: #151515;
    text-align: center;
    line-height: 29px;
}
.product-list-section .content-block-heading{
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 30px;
    padding-bottom: 26px;
}
.product-list-section .content-block-heading::after{
    display: block;
    content: "";
    border-bottom: 1px solid #f9dd49;
    height: 1px;
    max-width: 585px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-list-section .content-block-sub-heading{
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 575px;
    margin: 0 auto 75px;
    text-align: center;
}
.product-list-section{ padding-bottom: 90px; }
.product-list-section .content-block-item-image img{ width: 100%; }
.product-list-section .content-block-item-listing{ margin-bottom: 35px; }
.product-list-section .content-block-item-sub-heading{
    font-size: 24px;
    color: #000;
    font-family: 'Roboto Slab', serif;
    line-height: 60px;
    margin-bottom: 5px;
    text-transform: none;
}
.product-list-section .content-block-item-listing li{
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 10px;
    background: url('../Images/products/list-icon.png') no-repeat;
    background-position: left center;
    padding-left: 26px;
}
.connect-form.yellow{ background: url('../Images/products/form-bg.png') #f9dd4c no-repeat top right !important; }
.product-image-description{ padding: 140px 0 120px; }
.product-image-description .content-block-heading{
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 30px;
    padding-bottom: 26px;
}
.product-image-description .content-block-item-button a:hover{ opacity: 0.5; }
.product-image-description .content-block-heading::after{
    display: block;
    content: "";
    border-bottom: 1px solid #f9dd49;
    height: 1px;
    max-width: 585px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-image-description .content-block-sub-heading{
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 575px;
    margin: 0 auto 75px;
    text-align: center;
}
.product-image-description .content-block-item > .content-block-item-section-list{ padding-left: 79px; }
.product-image-description .content-block-item > .content-block-item-section-list:first-child{
    background: url('../Images/products/list-image-icon-1.png') no-repeat left 15px;
}
.product-image-description .content-block-item > .content-block-item-section-list:nth-child(2){
    background: url('../Images/products/list-image-icon-2.png') no-repeat left 15px;
}
.product-image-description .content-block-item > .content-block-item-section-list:nth-child(3){
    background: url('../Images/products/list-image-icon-3.png') no-repeat left 15px;
}
.product-image-description .content-block-item-section-list{ padding-right: 40px; }
.product-image-description .content-block-item-heading,
.product-image-description .content-block-item-section-list .content-block-item-heading{
    font-size: 24px;
    line-height: 60px;
    font-family: 'Roboto Slab', serif;
    color: #000;
    margin-bottom: 5px;
    font-weight: 700;
}
.product-image-description .content-block-item-section-list .content-block-item-text p{
    font-size: 16px;
    line-height: 26px;
}
.product-image-description .content-block-item-button > a{
    display: flex;
    background: #a92633;
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    max-width: 430px;
    height: 55px;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}
.product-image-description .content-block-item-button > a::after{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFF;
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: -8px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(255deg);
    transform: rotate(225deg);
}
.product-faq{ padding: 30px 0 70px; }
.product-faq > .container { max-width: 100%; }
.product-faq .content-block-heading{
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 45px;
    padding-bottom: 26px;
}
.product-faq .content-block-heading::after{
    display: block;
    content: "";
    border-bottom: 1px solid #f9dd49;
    height: 1px;
    max-width: 585px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-faq ul li.acc_section{ 
    margin-bottom: 5px; 
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
}
.product-faq ul li.acc_active{
    border-bottom: 1px solid #c5c5c5;
}
.product-faq .content-block-accordion-header{
    font-size: 24px;
    color: #000;
    font-weight: 700;
    background: #f0f0f0 !important;
    padding: 10px 15px !important;
    border: none !important;
}
.product-faq .content-block-accordion-header .fa{
    float: right;
    margin-left: 5px;
    font-size: 40px;
}
.product-faq ul li.acc_active .content-block-accordion-header .fa{ color: #a92633; }
.product-faq .content-block-accordion-text{ padding: 15px; }
.product-faq .content-block-accordion-text p{ 
    padding: 0; 
    margin: 0 0 5px; 
    font-size: 16px;
}
.scara-banner{ height: 649px !important; }
.scara-banner .slides .content-block-carousel-item::before{ display: none !important; }
.scara-banner .content-block-heading{
    font-size: 41px !important;
    line-height: 56px !important;
    margin-bottom: 45px !important;
    padding-bottom: 45px;
    border-color: #f9dd4a;
}
.scara-banner .content-block-text p{
    font-size: 16px !important;
    line-height: 26px !important;
    margin: 0 0 25px !important;
}
.scara-banner .content-block-button > a{
    background: url('../Images/products/red-button-bg.png') no-repeat center center !important;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.scara-robots .content-block-heading{
    text-transform: none;
    font-size: 30px;
    line-height: 60px;
}
.scara-robots .content-block-heading::after{ border-color: #f9dd49; }
.scara-robots .content-block-sub-heading{
    font-size: 16px;
    line-height: 26px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
}
.scara-robots .content-block-image{
    display: flex;
    align-items: center;
    height: 250px;
}
.scara-robots .content-block-item-button > a{
    background: #a92633;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 186px;
    height: 41px;
    font-weight: 700;
    margin: 10px auto 0;
    position: relative;
}
.scara-robots .content-block-item-button > a:hover{ opacity: 0.5; }
.scara-robots .content-block-item-button > a:after{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFF;
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: -8px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(255deg);
    transform: rotate(225deg);
}
@media (max-width: 992px) {
    .scara-robots .col-item{ width: 20%; }
}
.scara-ebook .content-block-item-heading{
    font-size: 32px;
    line-height: 40px;
}
.scara-ebook .content-block-item .content-block-item-heading span{ 
    color: #ffdd00 !important; 
    display: table;
    margin: 0 !important;
    width: 270px !important;
}
.scara-ebook .content-block-item .content-block-item-button a{
    width: 200px;
    height: 59px;
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    color: #FFF;
    justify-content: center !important;
    font-weight: 700;
    background: url('../Images/products/ebook-button-bg.png') no-repeat center center !important;
    font-size: 24px !important;
    line-height: 41px !important;
    padding: 0 !important;
    border: none !important;
}
.scara-ebook{
    background: url('../Images/products/ebook-bg.png') #151515 no-repeat center left;
}
.scara-ebook .content-block-item-image{ position: relative; }
.scara-ebook .credits{
    bottom: 16px;
    left: 16px;
}
.product-image-description .credits{
    bottom: 0px;
    left: 14px;
}
.product-list-section .credits{
    bottom: 0;
    left: 14px;
}
.credits{
    background: rgba(0, 0, 0, 0.7);
    color: #FFFF;
    padding: 5px;
    font-weight: 700;
    display: table;
    position: absolute;
}
.connect-form.yellow iframe{ width: 100%; }
.connect-form.yellow .content-block-form .content-block-form-fields{ width: 100%; }
.connect-form-overflow.yellow > .container > .row > div:first-child > div { top: -40px; }
.scara-robots .content-block-item-heading { text-transform: none; }
.scara-robots .content-block-item-button > a:first-child{ 
    background: #f9dd49; 
    color: #000;
}
.scara-robots .content-block-item-button > a:last-child,
.scara-robots .content-block-item-button > a.red-button{
    background: #a92633;
    color: #FFF;
}

@media (max-width: 767px) {
    .content-block-item-image{ margin: 15px auto; }
    .content-block-item-image img{ width: 100%; }
    .product-list-section .credits,
    .product-image-description .credits{ bottom: 15px; }
    .product-image-description{ padding: 50px 0; }
    .product-list-section .content-block-sub-heading,
    .product-image-description .content-block-sub-heading{ margin-bottom: 45px; }
    #scara-accordion{ padding: 0 15px; }
    .product-grid-image-with-header .content-block-item-image{ margin-bottom: 0 !important; }
    .scara-robots .content-block-item{ margin-bottom: 15px; }
}
/* End of CRX page CSS */

/* Speak with FANUC CSS */
.speak-with-fanuc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.speak-with-fanuc .widget-element-button-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url('../Images/widget-element-button-section-bg.png');
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 45px 0 40px;
    padding: 35px 0;
    width: 100%;
    max-width: 885px;
}
.speak-with-fanuc .widget-element-button-section h4 {
    font-weight: 400;
    font-size: 28px;
    color: #282828;
}
.speak-with-fanuc .widget-element-button-section .widget-element-button a {
    font-size: 20px;
    color: #FFF;
    background-color: #b90b2e;
    padding: 15px 35px;
    font-weight: 700;
    margin-left: 35px;
    display: table;
}

@media (max-width: 991px) {
    .speak-with-fanuc { width: 96%; }
    .speak-with-fanuc .widget-element-button-section {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .speak-with-fanuc .widget-element-button-section h4 { margin-bottom: 30px; }
}
/* End of Speak with FANUC CSS */

/* FANUC XMAS */
.widget-xmas-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 643px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-xmas-banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.widget-xmas-banner .widget-element-image-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-xmas-form {
    background-color: #bc2026;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    background-image: url(/images/default-source/fanuc-christmas/bg-lines.png?sfvrsn=bce5fbb4_2);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 130px;
    background-position-y: -190px;   
}
/* .widget-xmas-form::before {
    background-image: url(/images/default-source/fanuc-christmas/bg-lines.png?sfvrsn=bce5fbb4_2);
    background-size: auto;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    max-width: 912px;
    height: 530px;
    position: absolute;
    top: 0;
    left: 30px;
} */
.widget-xmas-form .widget-element-heading {
    color: #FFF;
    font-size: 50px !important;
    line-height: 1.2;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    position: relative;
}
.widget-xmas-form .widget-element-heading::before {
    content: "";
    background-image: url(/images/default-source/fanuc-christmas/mail-icon.png?sfvrsn=704b9a93_2);
    background-size: contain;
    background-repeat: no-repeat;
    width: 47px;
    height: 28px;
    position: absolute;
    top: 20px;
    left: -80px;
}
.widget-xmas-form .widget-element-text p { 
    font-size: 24px; 
    color: #FFF;
    line-height: 34px;
}
.widget-xmas-form .widget-element-details {
    padding-left: 120px;
    padding-top: 95px;
}
.widget-xmas-form .widget-element-form { margin-top: -100px; }

@media (max-width: 1171px) {
    .widget-xmas-form .widget-element-details { padding-left: 30px; }
}

@media (max-width: 991px) {
    .widget-xmas-banner { padding: 35px 0; }
    .widget-xmas-banner .widget-element-video { margin-bottom: 30px; }
    .widget-xmas-form .widget-element-form { margin: 20px 0 40px; }
    .widget-xmas-form .widget-element-details { padding-left: 70px; }
}

@media (max-width: 580px) {
    .newsletter-register-form form { padding-left: 10px !important; padding-right: 10px !important; }
    .widget-xmas-form .widget-element-heading { font-size: 36px; }
    .widget-xmas-form .widget-element-heading::before { top: 10px; left: -60px; }
}

@media (max-width: 380px) {
    .widget-xmas-form .widget-element-heading::before  { display: none; }
    .widget-xmas-form .widget-element-heading { font-size: 28px; }
    .widget-xmas-form .widget-element-details { padding-left: 0px; }
}
/* Newsletter Register */
.newsletter-register-form form#form1{
    background: #FFF !important;
}
.newsletter-register-form form {
    width: 100%;
    padding: 40px 63px !important;
}
.newsletter-register-form .form-cover h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: left !important;
}
.newsletter-register-form ul li > label { display: none !important; }
.newsletter-register-form form input[type="text"],
.newsletter-register-form form input[email="email"] {
    box-shadow: none;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    height: 32px;
}
.newsletter-register-form .sbHolder {
    background: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
.newsletter-register-form .sbToggle {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
.newsletter-register-form .g-recaptcha { margin-top: -25px; }
.newsletter-register-form .form-cover .sbSelector { color: #000; }
.newsletter-register-form input[type="button"] {
    background-color: #bc2026;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 47px;
    border: none;
    margin-top: 30px !important;
    margin-bottom: 0;
}
.newsletter-register-confirmation-text { display: none; }
.newsletter-register-confirmation .newsletter-register-confirmation-text { 
    display: flex; 
    align-items: center;
    justify-content: center;
    height: 100%;
}
.newsletter-register-confirmation .newsletter-register-confirmation-text p {
    background: #FFF;
    padding: 20px;
}
.newsletter-register-confirmation .default-confirmation-text { display: none; }
.newsletter-register-form #trNewletterConfirmation { margin-top: 15px; }
.newsletter-register-form #newsletterConfirmation { width: 100% !important; }
.newsletter-register-form #newsletterConfirmation > tbody > tr > td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter-register-form #newsletterConfirmation > tbody > tr > td input { margin: 0 15px 0 0; }
.newsletter-register-form #newsletterConfirmation > tbody > tr > td label { 
    margin: 0; 
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
