/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

/*.  =============. Home Page Style ============.  */

.PrevArrow.prev, 
.NextArrow.next {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  width: 100px;
  height: 50px;
  z-index: 10;
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/controls.png) no-repeat !important;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.PrevArrow.prev {
  left: 0;
  background-position: center top !important;
}
.NextArrow.next {
  right: 0;
  background-position: center bottom !important;
}
.PrevArrow.prev .btn-label, 
.NextArrow.next .btn-label {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 0 4px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.PrevArrow.prev .btn-label{
  right: -20px;
}
.PrevArrow.prev:hover{
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
.PrevArrow.prev:hover .btn-label{
  right: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.NextArrow.next .btn-label {
  left: -20px;
}
.NextArrow.next:hover{
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
.NextArrow.next:hover .btn-label {
  left: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
}


@media(max-width:1024px){

  .PrevArrow.prev, .NextArrow.next {
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 0 50%;
    -moz-transform: scale(0.7);
    -moz-transform-origin: 0 50%;
    -o-transform: scale(0.7);
    -o-transform-origin: 0 50%;
    -ms-transform: scale(0.7);
    -ms-transform-origin: 0 50%;
    transform: scale(0.7);
    transform-origin: 0 50%;
  }
}


@media(max-width:767px){

  .PrevArrow.prev, .NextArrow.next {

    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 50%;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 50%;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 50%;
    -ms-transform: scale(0.5);
    -ms-transform-origin: 0 50%;
    transform: scale(0.5);
    transform-origin: 0 50%;
  }
  .NextArrow.next {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}


.hp-image-box-section .div-border {
  border: 1px solid #E7E7E7;
  background-color: #E7E7E7;
  width: 100%;
  height: 4px;
}
.hp-image-box-section {
  text-align: center;
  margin: 0 0 38px;
  vertical-align: middle;
}

.hp-image-box-section img {
  border-radius: 10px;
  max-width: 900px;
  vertical-align: middle;
  width: 100%;
}


.hp-process_steps-section .span4 {
  float: left;
  width: 25%;
  padding: 2px;
  color: #fff;
  min-height: 70px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.hp-process_steps-section .span4:first-child {
  margin-left: 12.5%;
}

.hp-process_steps-section {
  margin: 50px 0 43px;
}
.hp-process_steps-section .hs_cos_wrapper_type_rich_text {
  display: block;
}

.hp-process_steps-section .hs_cos_wrapper_type_rich_text > div {
  margin: 10px 0 5px;
  min-height: 0px;
  line-height: 5px;
}
.hp-process_steps-section .hs_cos_wrapper_type_rich_text  a {
  display: block;
  position: relative;
  text-decoration: none;
}
.hp-process_steps-section .hs_cos_wrapper_type_rich_text a > span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
  -moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hp-process_steps-section img {
  max-width: 241px;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  width:100%;
}
.hp-process_steps-section .hs_cos_wrapper_type_rich_text a:hover img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.hp-process_steps-section .hs_cos_wrapper_type_rich_text a > span:hover {
  -webkit-box-shadow: 0 0 0 5px #eb681e inset;
  -moz-box-shadow: 0 0 0 5px #eb681e inset;
  box-shadow: 0 0 0 5px #eb681e inset;
}

.hp-service-section {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #535353;
  margin:0 0 20px;
}
.hp-service-section .div-border {
  border: 1px solid #E7E7E7;
  background-color: #E7E7E7;
  width: 100%;
  height: 4px;
  display: block;
}
.hp-service-section h3 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1.4;
  margin: 19px 0 10px;
  color: #eb681e;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display:block;
}


.hp-service-section h4 {
  font-size: 20px;
  line-height: 1.4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  margin-top: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0. 10px;
}

.hp-service-section p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 10px;
}
.hp-service-section .hs_cos_wrapper_type_rich_text {
  display: block;
}
.hp-service-section .hs_cos_wrapper_type_rich_text > div {
  margin:0 0 15px;
}
.hp-service-section .hs_cos_wrapper_type_rich_text  a {
  display: block;
  position: relative;
  text-decoration: none;
}
.hp-service-section .hs_cos_wrapper_type_rich_text  a > span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
  -moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hp-service-section img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.hp-service-section .hs_cos_wrapper_type_rich_text a:hover img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hp-service-section .hs_cos_wrapper_type_rich_text a > span:hover {
  -webkit-box-shadow: 0 0 0 5px #eb681e inset;
  -moz-box-shadow: 0 0 0 5px #eb681e inset;
  box-shadow: 0 0 0 5px #eb681e inset;
}
.hp-service-section .span4 {
  display: block !important;
}


@media(max-width:767px){

  .hp-process_steps-section .span4:first-child {
    margin: 0px 0px 20px;
    text-align: center;
  }
  .hp-process_steps-section .span4 {
    width: 100%;
    margin: 0 0 20px;
  }
  .hp-process_steps-section .hs_cos_wrapper_type_rich_text a {
    display: inline-block;
    position: relative;
    text-decoration: none;
  }
  .hp-image-box-section {
    padding: 0 15px;
  }
  .hp-service-section {
    text-align: center;
    padding: 0 15px;
  }
  .hp-service-section h3 {
    text-align: left;
  }
  .hp-service-section .hs_cos_wrapper_type_rich_text a {
    display: inline-block;
    position: relative;
    text-decoration: none;
  }






}

/*. ===================.  End.  ==================  */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #535353;
  line-height:1.46153846154;
  background-color: #f5f5f5;
}

p {
  margin:0 0 10px;
  font-family: Open Sans, sans-serif;
  line-height:19px;
}

/* Anchor Links */
a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  font-family: Open Sans, sans-serif;
  color: #eb681e;
  word-break: break-word;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 1.3333333;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 22px;
  /*   line-height:20px; */

}

h5 {
  font-size: 16px;

}

h6 {
  font-size: 11px;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul li,
ol li {
  line-height: 1.53846153846;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  margin: 20px 0 ;
  border: 0 ;
  border-top: 1px solid #eee ;
  border-bottom: 1px solid #fff ;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 12.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 9.6px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width:100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  background-color: rgb(221, 221, 221);
  font-size: 15px;
  min-height:42px;
  border-radius: 4px;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  transition: all 0.15s linear;
  background-color: rgb(221, 221, 221);
  font-size: 15px;
  border-radius: 4px;
  font-weight: normal;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-style:solid;
  line-height: 20px;
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #ddd;
  border-color: #ddd;
  
  color: #444;
  text-decoration: none;
}

.hs-button:active {
  background-color: #ddd;
  border-color: #ddd;
}


.hs-form label {
  display: block;
  font-weight: 600;
  display: block;
  line-height: 19px;
  min-height: 19px;
  font-size: 14px;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #fff;
}
.hs-form .hs-error-msgs label {
  background-color: #FF3535;
  top: 0;
  font-size: 12px;
  border: 1px solid red;
  padding: 3px 6px;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  font-family: "Trebuchet MS", Arial;
  min-height: 20px;
  line-height: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: auto !important;
  display: inline-block !important;
}

.hs-error-msgs {
  text-align: right;
}

.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select{
  display: inline-block;
  width: 100%;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.060);
  margin-bottom: 1px;
  padding: 4px 7px;
  /*   color: #666; */
  line-height: 160%;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  min-height: 32px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  border-width: 1px ;
  border-style:solid;  

}


.hs-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
  /* border-color: rgba(82,168,236,.8); */
  outline: dotted thin;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #999;
}

.hs-input::-webkit-input-placeholder {
  color: #999;
}
.check-box-wrap:hover {
    background-position: -20px 0px;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ccc;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 13px;
  color: #535353;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans, sans-serif;
}
@media(min-width:768px){
  form {
    max-width: 500px;
    font-family: Lato, sans-serif;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.sparkles-banner-area {
  background: no-repeat center top;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-height: 300px;
  border-bottom: 6px solid #fff;
  box-sizing: unset;
}

.sparkles-banner-area .page-center {
  padding: 130px 0 0;
}
.breadcrumbsArea {
  /*   width: 570px; */
  float: left;
  min-height: 1px;
}
.breadcrumbsArea ul {
  margin: 40px 0 8px;
  padding: 0 10px;
  list-style: none;
  background: #000;
  float: left;
}
.breadcrumbsArea li.hs-breadcrumb-menu-item:first-child {
  padding: 0;
  background: none;
  margin-left: 0;

}
.breadcrumbsArea li.hs-breadcrumb-menu-item:first-child a {
  color: #FFF;
}
.breadcrumbsArea li.hs-breadcrumb-menu-item {
  float: left;
  padding:0;
  padding-left: 10px;
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/breadcrumbs-arr.png) no-repeat left center;
  margin-left: 10px;
  color: #eee;
  line-height: 1.9;
  font-size: 13px;
  font-weight: 700;
  /*   padding-right: 20px; */
}
.breadcrumbsArea li.hs-breadcrumb-menu-item a{
  color: #eee;
}
.breadcrumbsArea li.hs-breadcrumb-menu-item a:hover{
  text-decoration:none;
}
.bannerHeading {
  float: right;
  min-height: 1px;
  /*   width: 570px; */
  margin-left: 30px;
}
.bannerTitle {
  text-align: right;
}
.sparkles-banner-area h2{
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  line-height: 1.3;
  margin-top: 20px;
  font-weight: 700;

}

.banner-area-content:after, .banner-area-content:before {
  clear: both;
  display: table;
  content: "";
  line-height: 0;
}
.hs-breadcrumb-menu-divider {
  display: none;
}

.shadowUP:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-left: -6px;
}
.sparkles-banner-area:before {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/shadow-down.png) no-repeat center top;
  opacity: .6;
  filter: alpha(opacity=60);
}

.banner-area-group {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-color: #345370;
}
.shadowUP {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/shadow-up.png) no-repeat center bottom;
  z-index: 2;
}
.breadcrumbsArea li.hs-breadcrumb-menu-item {
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/breadcrumbs-arr.png) no-repeat left center;
}
.sparkles-banner-area:before {
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/shadow-down.png) no-repeat center top;
}
.banner-area-background:before {
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/shadow-down.png) no-repeat center top;
}
.bannerTitle img {
  position: relative;
  top: 1px;
}
.breadcrumbsArea li.hs-breadcrumb-menu-item a[href="javascript:;"] {
  cursor: text;
}
@media(min-width:1200px){
  .breadcrumbsArea {
    width:570px;
  }
  .bannerHeading {
    width:570px;
  }
}
@media(max-width:1199px){
  /*   .sparkles-banner-area .page-center {
  width:940px;
  margin:0 auto;
} */
  .breadcrumbsArea {
    width:460px;
  }
  .bannerHeading {
    width:460px;
    margin-left:20px;
  }
}
@media (max-width: 979px) and (min-width: 768px){
  .breadcrumbsArea {
    width: 352px;
  }
  .bannerHeading {
    width: 352px;
    /*     margin-left:20px */
  }
}
@media (max-width: 767px){

  .sparkles-banner-area .page-center {
    padding-top: 30px;
    width:auto;
  }
  .banner-area-content {
    padding: 0 10px;
  }
  .bannerTitle {
    text-align: left;
    padding:0;
  }
  .bannerHeading {
    min-height: 1px;
    margin-left: 0px;
    float: left;
    width: 100%;
  }
  .sparkles-banner-area h2{
    font-size:30px;
  }
  .breadcrumbsArea.breadcrumb, .bannerHeading,.breadcrumbsArea ul {
    width: 100%;
    float: none;
  }
  .breadcrumbsArea ul {
    display: inline-block;
    width: auto !important;
  }
  .breadcrumbsArea ul::before,.breadcrumbsArea ul::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media(max-width:479px){
  .breadcrumbsArea,.bannerHeading {
    width: 100%;
  }
  .banner-area-group .page-center {
    padding-top: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/*================== Office Network Page =====================*/
.hs-office-network-page .content-wrapper {
  padding: 0;
}
.hs-office-network-section .span6{
  max-width: 460px;
  float: left;
  min-height: 1px;
  margin-left: 20px;  
  width:100%;
}
.hs-office-network-section .dnd-section>.row-fluid {
  align-items: self-end;
}
.hs-office-network-section .span6 iframe {
  margin: 0 !important;
  width: 100%;
  min-height:886px;
}
.hs-office-network-section .span6:first-child div {
  height: 100%;
}
#map_controls li a .icon-white{
  background-image: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/glyphicons-halflings-white.png); 
  display: inline-block;
}
div#bottom_mask {
  height: 33px;
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/bottom_mask2.png) no-repeat center top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

div#slideshow {
  position: relative;
}

@media (min-width: 1200px){
  .hs-office-network-section .span6{
    width:100%;
    max-width: 570px; 
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
}

@media (max-width: 979px) and (min-width: 768px){
  .hs-office-network-section .span6 {
    width: 352px;
  }
}
@media(max-width:767px){
  .hs-office-network-page .content-wrapper {
    padding: 0 10px !important;
    margin-bottom: 20px !important;
  }
  .hs-office-network-section .dnd-section>.row-fluid {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .hs-office-network-section .span6 {
    max-width: 100%;
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .office-network-area .dnd-section {
    padding-bottom: 0 !important;
  }
}
/*================== Office Network Page End =====================*/
/*================== Two Column Page =====================*/

.hs-two-column-page {
  margin: 50px auto 0;
}

.hs-two-column-page .content-wrapper {
  background: #fff;
  border: 1px solid #c2c2c2;
  overflow: hidden;
  border-radius: 3px;
  padding: 0;
}
.two-colum-left-content {
  float: left;
  width: 30%;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin: 0 0 -1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.two-column-right-content {
  float: left;
  width: 70%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.two-colum-left-content #hs_cos_wrapper_Sidebar_Sitemap .hs-menu-wrapper > ul{
  padding:0 !important;
}
.two-colum-left-content .hs-menu-wrapper > ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.two-colum-left-content .hs-menu-wrapper>ul li {
  border-top: 1px solid #c2c2c2;
  display: block;
  line-height: 20px;
}
.two-colum-left-content .hs-menu-wrapper>ul li > a {
  line-height: 60px;
  padding-left: 10px;
  font-weight: bold;
  text-transform: none;
  color: #595959;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 73%, #ededed 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(73%,#ffffff), color-stop(100%,#ededed));
  background: -webkit-linear-gradient(left, #ffffff 73%,#ededed 100%);
  background: -o-linear-gradient(left, #ffffff 73%,#ededed 100%);
  background: -ms-linear-gradient(left, #ffffff 73%,#ededed 100%);
  background: linear-gradient(to right, #ffffff 73%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
  display: block;
  text-decoration: none;
}
.two-colum-left-content .hs-menu-wrapper>ul li:first-child {
  border-top: oldlace;
}
.two-colum-left-content .hs-menu-wrapper>ul li > a:hover {
  text-decoration: none;
  color: #eb681e;
}
.two-colum-left-content .hs-menu-wrapper>ul li.active > a,
.two-colum-left-content .hs-menu-wrapper>ul li.active-branch > a {
  background: #fff;
  margin-right: -1px;
  color: #eb681e;
}

.two-column-right-content h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0;
  color: #535353;
  font-weight: 700;
}
.two-column-right-content h3 {
  font-size: 24px;
  line-height: 40px;
}
.two-column-right-content hr {
  margin: 20px 0 !important;
  border: 0 !important;
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #ffffff !important;
}


@media only screen and (max-width: 768px) and (min-width: 481px){
  .two-colum-left-content {
    width: 35%;
  }
  .two-column-right-content {
    width: 65%;
  }
  .two-colum-left-content .hs-menu-wrapper>ul li>a {
    font-size: 13px;
  }

}
@media(max-width:767px){

  .hs-two-column-page {
    margin: 50px auto 59px;
    padding: 0 20px;
    padding-top: 20px;
  }
  .two-colum-left-content .hs-menu-wrapper>ul li>a {
    line-height: 1.5;
    font-size: 13px;
    text-align: center;
    padding: 10px;
  }
}
@media(max-width:479px){
  .two-column-right-content,.two-colum-left-content {
    width: 100%;
  }
}
@media (max-width: 320px){
  .two-colum-left-content .hs-menu-wrapper>ul li>a {
    font-size: 11px;
    padding: 10px;
  }
}
/*==============  End Two Column Page. ================== */






/*==============  Full Width Page. ================== */




.hs-full-width-page h1 {
  font-size: 36px;
  line-height: 40px;
  color: #535353;
  margin-left: -30px;
  margin-bottom: 18px;
}


@media(max-width:767px){
  .hs-full-width-page h1 {
    margin:0 0 20px;
  }
  .hs-full-width-page .content-wrapper {
    padding: 0 10px;
  }
}


/*==============  End Full Width Page. ================== */
/*==============  Work with us Page. ================== */
.hs-work-with-us-page .content-wrapper {
  padding: 0;
}
.hs-work-with-us-content form{
  padding:14px 14px 0;
  margin: 0 8px;
  height: 945px;
  max-width: 100%;
}
.hs-work-with-us-content .dnd-section > div {
  max-width: unset;
}
div#hs-work-with-us-group {
  margin-left: -30px;
}

.hs-work-with-us-content .span8 {
  max-width: 770px;
  float: left;
  min-height: 1px;
  margin-left: 30px !important;
  width: 100%;
}
.hs-work-with-us-content .hs-form .hs-error-msgs label {
  margin-right: 8px;
}
.hs-work-with-us-content .span4{
  width:370px;
  float: left;
  min-height: 1px;
  margin-left: 30px;
  display: block !important;
}
.hs-work-with-us-content fieldset {
  max-width: 100% !important;
}
.hs-work-with-us-content label {
  display: block;
  text-align: left;
  width: auto;
  margin-bottom: 6px;
  padding-left: 1%;
  padding-right: 1%;
  margin-left: 8px;
  font-family:arial;
  font-weight: 600;
  display: block;
  line-height: 19px;
  color: #777;
  min-height: 19px;
}

.hs-work-with-us-content .hs-form-field {
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom:0;
}

.hs-work-with-us-content .input {
  margin: auto 8px;
}

.hs-work-with-us-content .hs-button{
  background-color: rgb(235, 104, 30);
  font-size: 16px;
  height: 42px;
  width: 220px;
  border-radius: 4px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.hs-work-with-us-content fieldset:first-child {
  position: relative;
  top: -5px;
}
.hs-work-with-us-content .form-columns-3 > div {
  width: 33.3% !important;
}
.hs-work-with-us-page p {
  display: block;
  position: relative;
  white-space: pre-line;
  line-height: 140%;
  /*     padding-left: 6px;
  padding-right: 6px; */
  font-size: 9px;
  margin: 0 0 10px;
  color: rgb(102, 102, 102);
}

.hs-work-with-us-content .actions {
  text-align: center;
  margin: 8px 0;
}
::-webkit-file-upload-button {
}
.hs-work-with-us-content .hs-input::-webkit-file-upload-button {
  visibility: hidden;
}
.hs-work-with-us-content .hs-fieldtype-file > label {
  display: none;
}
.hs-work-with-us-content fieldset.form-columns-1 .hs-input[type=file]{
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  cursor: pointer;
  width: 98% !important;
  height: 30px;
  line-height: 30px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.hs-work-with-us-content .hs-fieldtype-file .input {
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-image: linear-gradient(#62C462,#51A351);
  background-repeat: repeat-x;
  background-color: #5BB75B;
  width: auto !important;
  display: inline-block;
  white-space: nowrap;
  padding: 2px 10px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  height: 25x;
  line-height: 30px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  min-width: 75px;
  appearance: none;
  border: 0;
}
.hs-work-with-us-content .hs-richtext {
  display: block;
  text-align: left;
  width: auto;
  margin-bottom: 6px;
  padding-left: 1%;
  padding-right: 1%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  white-space: pre-line;
  height: auto;
  margin-left: 8px;
  padding-top: 8px;
}
.hs-work-with-us-content .hs-form-field textarea {
  min-height: 76px;
}
.hs-work-with-us-content .hs-richtext span:first-of-type {
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 19px;
  color: #777;
  min-height: 19px;
  font-family: Arial;
}
.hs-work-with-us-content .hs-richtext span:last-of-type {
  font-size: 11px;
  color: #999;
  font-style: italic;
  display: block;
  line-height: 12px;
  font-weight: normal;
  font-family: Arial;
}
.hs-work-with-us-content .hs-fieldtype-file .input {
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
.hs-work-with-us-content i {
  background-position: -289px -96px;
  background-image: none;
}
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  cursor: default;
  speak: none;
}
.icon-arrow-up:before,.icon-arrow-up:before {
  content: "\f062";
}
.hs-work-with-us-content .ng-binding {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  font-family: Arial;
}
.hs-work-with-us-content .hs-fieldtype-file {
  padding-top: 0;
}
.hs-work-with-us-content .hs-fieldtype-file .input:hover {
  color: #fff;
  background-color: #51A351;
  background-position: 0 -15px;
  text-decoration: none;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
}
.hs-work-with-us-page p {
  line-height: 12.6px;
  font-weight: 400 !important;
  color: rgb(102, 102, 102);
  font-family: Arial;
  letter-spacing: normal !important;
}
.hs-work-with-us-page .hs-richtext p span:first-of-type {
  display: inline;
  font-size: inherit;
  font-size: 9px;
  color: rgb(102, 102, 102);
}
.hs-work-with-us-page .hs-richtext p a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  font-family: Arial;
}
.hs-work-with-us-page .hs-richtext p span {
  display: inline !important;
  font-size: inherit !important;
  color: rgb(102, 102, 102) !important;
  line-height: inherit !important;
  font-family: Arial !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.hs-work-with-us-content .hs-submit {
  padding-top: 8px;
}
.hs-work-with-us-content .hs-button {
  background-color: rgb(235, 104, 30);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.hs-input[type=checkbox] {
  height: auto;
  min-height: unset;
  position: absolute;
  left: 9px;
  width: auto;
  line-height: normal;
  cursor: pointer;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  top: 6px;
}
.check-box-wrap {
  min-height: unset;
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/check_smalln.png) no-repeat;
  box-shadow: unset;
  border: 0;
  font-size: 13px;
  color: #444;
  margin-right: 5px;
  padding-left: 20px;
  cursor: pointer;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: top;
  background-position: 0px 0px;
  background-color: unset;
  position: relative;
  height: 20px;
  width: 0px;
  float: left;
  display: block;
}

.hs-work-with-us-content .hs-button:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-color: #EB681E;
  border-color: transparent;
}

.hs-work-with-us-content .hs-fieldtype-booleancheckbox label span {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  opacity: .7;
  cursor: pointer;
  top: 0px;
  margin-left: 0;
  line-height: 16.8px;
  min-height: 20px;
  padding-top: 2px;
  background: inherit;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  position: relative;
  top: 5px;
}
.hs-work-with-us-content .hs-fieldtype-booleancheckbox label {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  vertical-align: top;
  margin-left: 3%;
  min-height: 25px;
  position:relative;
}
.hs-work-with-us-content .hs-fieldtype-booleancheckbox {
  padding: 15px 0 5px;
  margin-top: 16px;
}

.hs-input[type=checkbox]:checked+div {
  background-position: -40px 0px;
}
/*==============  End Work with us page. ================== */

/*=====================Contact Page====================================*/
.hs-contact-page h2 {
  line-height: 1.4;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 26px;
  color: #050505;
  margin-top: 0;
  font-weight: 700;
  font-family: lato;
}
.hs-contact-page-group-content p {
  font-size: 13px;
}

.hs-contact-page .hs-form-field > label {
  display: inline-block;
  height: 32px;
  padding-left: 1%;
  text-align: right;
  padding-right: 4%;
  white-space: pre;
  vertical-align: top;
  width: 32%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  white-space: pre-line;
  height: auto;
  float:left;
}


.hs-contact-page .hs-form-field {
  display: block;
  vertical-align: top;
  padding-bottom: 8px;
  padding-top: 8px;
}

.hs-contact-page .input {
  display: inline-block;
  position: relative;
  width: 68% !important;
  display: inline-block;
}
.hs-contact-page .hs-form-field {
  font-family: Arial;
  line-height: 20px;
}
.hs-contact-page .hs-richtext {
  display: block;
  text-align: left;
  width: auto;
  margin-bottom: 6px;
  padding-left: 1%;
  padding-right: 1%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  white-space: pre-line;
  height: auto;
  margin-left: 8px;
  padding-top: 8px;
  font-size:9px;
  line-height: 140% !important;
}

.hs-contact-page .hs-main-font-element p {
  line-height: 140% !important;
}

.hs-contact-page .hs-main-font-element p a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  font-family: Arial;
}
.hs-contact-page .hs-main-font-element p span {
  display: inline !important;
  font-size: inherit !important;
  color: rgb(102, 102, 102) !important;
  line-height: inherit !important;
  font-family: Arial !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.hs-contact-page .actions {
  text-align: center;
}
.hs-input[type=checkbox] {
  height: auto;
  min-height: unset;
  position: absolute;
  left: 9px;
  width: auto;
  line-height: normal;
  cursor: pointer;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  top: 6px;
}
.check-box-wrap {
  min-height: unset;
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/check_smalln.png) no-repeat;
  box-shadow: unset;
  border: 0;
  font-size: 13px;
  color: #444;
  margin-right: 5px;
  padding-left: 20px;
  cursor: pointer;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: top;
  background-position: 0px 0px;
  background-color: unset;
  position: relative;
  height: 20px;
  width: 0px;
  float: left;
  display: block;
}
.hs-contact-page .hs-form-field .hs-form-required {
  display: none;
}
.hs-contact-page .hs-button:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-color: #EB681E;
  border-color: transparent;
}

.hs-contact-page .hs-fieldtype-booleancheckbox label span {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  opacity: .7;
  cursor: pointer;
  margin-left: 0;
  line-height: 16.8px;
  min-height: 20px;
  padding-top: 2px;
  background: inherit;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  position: relative;
  top: 5px;
}
.hs-contact-page .hs-fieldtype-booleancheckbox label {
  font-size: 14px;
  vertical-align: top;
  margin-left: 3%;
  min-height: 25px;
  float: none;
  position: relative;
  width: 65%;
  display: inline-block;
}
.hs-contact-page .hs-fieldtype-booleancheckbox {
  padding: 15px 0 5px;
  margin-top: 16px;
}

.hs-input[type=checkbox]:checked+div {
  background-position: -40px 0px;
}
.hs-contact-page-group-content h3 {
  font-size: 24px;
  line-height: 40px;
  color: #535353;
  font-weight: 700;
}
.hs-contact-page .hs-field-desc {
  margin: 0px ;
  font-weight: normal;
  font-size: 11px;
  color: #999;
  font-style: italic;
  display: block;
  line-height: 12px;

}
/* .hs-contact-page label > span {
font-weight: 600;
display: block;
line-height: 19px;
color: #777;
min-height: 19px;
} */
.hs-contact-page-group-content .span6 {
  display: block!important;
  max-width: 460px;
  margin-left: 20px;
}
.hs-contact-page .row-fluid .span6:first-child {
  margin-left: 0;
}
.hs-contact-page-group-content .dnd-section {
  margin-left: -20px;
}
.hs-contact-page-group-content .dnd-section > .row-fluid {
  display: block !important;
  width: auto !important;
  margin-right: 0 !important;
}
.hs-contact-page-group-content form {
  max-width: 100%;
  margin-top: -1px;
  padding: 14px 14px 0;
  margin: 0 8px;
  padding-bottom:52px;
}

.hs-contact-page .hs-form-field {
  margin: auto 8px;
}

.hs-contact-page-group-content .span6 {
  margin-left: 20px;
  float: left;
}
.hs-contact-page .hs-richtext p {
  font-size: 9px;
  color: rgb(102, 102, 102);
  letter-spacing: normal;
  font-family: Arial;
  font-weight: 400;
}

.hs-contact-page .actions .hs-button {
  background-color: rgb(221, 221, 221);
  font-size: 15px;
  height: 42px;
  width: 100px;
  border-radius: 4px;
  font-weight: normal;
  padding: 4px 12px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444;
  background: #ddd;
  text-decoration: none;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-contact-page .actions {
  padding-bottom: 8px;
  padding-top: 8px;
  display: block;
  width: auto;
  vertical-align: top;
  min-width: 210px;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 20px;
  margin: auto 8px;
}
.hs-contact-page .hs-fieldtype-booleancheckbox {
  margin: 0;
  padding-bottom: 8px;
  padding-top: 4px;
  line-height: 20px;
}
.hs-contact-page .hs-richtext {
  padding-bottom: 8px;
  padding-top: 8px;
  margin: auto 8px;
}

.hs-contact-page .hs-fieldtype-booleancheckbox label {
  text-align: left;
  float: left;
  padding: 0;
  margin-left: 3%;
}

.hs-contact-page .hs-input[type=checkbox] {
  width: auto !important;
}

.hs-contact-page .hs-fieldtype-booleancheckbox .inputs-list>li:before {
  content: "";
  display: block;
  padding-left: 1%;
  text-align: right;
  padding-right: 4%;
  vertical-align: top;
  width: 32%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  white-space: pre-line;
  height: 1px;
  float: left;
}

.hs-contact-page .hs-fieldtype-booleancheckbox label span {
  margin: 0;
}

.hs-contact-page .hs-fieldtype-booleancheckbox .inputs-list>li:before,
.hs-contact-page .hs-fieldtype-booleancheckbox .inputs-list>li:after {
  display: block;
  content: "";
  clear: both;
}

.hs-contact-page-group-content textarea {
  height: 76px;
}

.hs-contact-page-group-content .hs-form-field > label {
  font-weight: 600;
  display: inline-block;
  line-height: inherit;
  color: #777;
  font-family: Arial;
  float:none;
  font-size: 14px;
}

.hs-contact-page .hs-fieldtype-booleancheckbox label span:hover {
  opacity: 1;
}
.hs-contact-page-group-content form > div:first-child .hs-richtext p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #535353;
}

.hs-contact-page .hs-form-field {
  position: relative;
}

/* .hs-contact-page .hs-field-desc {
position: absolute;
bottom: 12px;
left: 18px;
width: auto;
} */
.hs-contact-page-group-content .hs-form-field>label span {
  font: inherit;
  display: block;
  line-height: 19px;
  font-weight: 600;
  font-family: Arial;
}

.hs-contact-page .hs-fieldtype-booleancheckbox .input {
  width: 100% !important;
}

.hs-contact-page .hs-fieldtype-booleancheckbox .input ul.inputs-list {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.hs-work-with-us-content form .hs-form-required {
  display: none;
}
@media (min-width: 1200px){
  .hs-contact-page-group-content .dnd-section{
    margin-left:-30px;
  }
  .hs-contact-page-group-content .dnd-section > .row-fluid{
    margin-left: 30px;
  }
  .hs-contact-page-group-content .span6{
    max-width: 570px;
    width:100%;
    margin-left: 30px;
  }
}
@media(max-width:1199px){
  .hs-full-width-page h1 {
    margin-left: -20px;
    margin-bottom: 18px;
  }
}
@media (max-width: 979px) and (min-width: 768px){
  .hs-contact-page .row-fluid .span6 {
    width: 352px;
  }
}
@media (max-width: 767px){
  .hs-contact-page .row-fluid .span6 {
    width: 100%;
    float: none;
    margin: 0;
    max-width: 100%;

  }
  .hs-full-width-page h1 {
    margin-left: 0;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 37px;
  }
  .hs-contact-page .content-wrapper {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .hs-contact-page-group-content form {
    margin: 8px !important;
    width: auto;
    padding: 14px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .hs-contact-page-group-content {
    padding: 0 10px;
  }

  .hs-contact-page-group-content .dnd-section {
    margin: 0;
  }

  .hs-contact-page .hs-field-desc {
    left: 57px;
    width: auto !important;
    display: inline-block !important;
  }
  .hs-contact-page-group-content .hs-form-field>label,.hs-contact-page .input {
    width: 100% !important;
    float: none;
    display: block;
    text-align: left;
  }

  .hs-contact-page .hs-field-desc {
    position: static;
    padding-bottom: 5px;
  }

  .hs-contact-page .input input {
    width: 100%;
  }

  .hs-contact-page-group-content .hs-form-field>label {
    padding: 0;
  }
  .hs-work-with-us-content .span8,.hs-work-with-us-content .span4 {
    margin: 0 !important;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .hs-work-with-us-content form {
    height: 972px;
  }

  .hs-work-with-us-page .content-wrapper {
    max-width: 723.99999999951px;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  div#hs-work-with-us-group {
    margin: 0;
  }

  .hs-work-with-us-content .span4 img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    float: right;
  }

}
@media (max-width: 479px){
  .hs-work-with-us-content .hs-form-field,.hs-work-with-us-content .form-columns-3>div {
    width: 100% !important;
    float: none;
  }
  .hs-work-with-us-content form {
    height: auto;
  }
  .hs-work-with-us-content .input input, .hs-work-with-us-content .input select,.hs-work-with-us-content .input textarea {
    width: 100% !important;
  }
}
@media screen and (max-device-width: 740px){
  .hs-contact-page-group-content .hs-form-field>label {
    text-align: center;
  }
  .hs-contact-page .hs-fieldtype-booleancheckbox .inputs-list>li:before {
    display: none;
  }
  .hs-contact-page .hs-fieldtype-booleancheckbox label {
    width: 100%;
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-group{
  position: absolute;
  width: 100%;
  height: 100px;  
  z-index: 50;
  background-color: rgba(0,0,0,0.5);
}
.header__container {
  max-width: 1170px;
  margin: 0 auto;
}
.header-logo a {
  display: block;
  position: relative;
  padding: 6px;
}
.header-logo {
  font-size: 36px;
  line-height: 40px;
  border-bottom: 0px solid #000;
  border-bottom: 0px solid rgba(0,0,0,0.7);
  border-top: 0px solid #eb681e;
  float: left;
  margin: 0;
}
.header-logo img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  width: 250px !important;
}
.topnav ul {
  float: right;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.topnav ul > li {
  float: left;
  margin-left: 25px;
  position: relative;
  line-height: 20px;
}
.topnav ul > li > a {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  display: block;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family:'Lato', sans-serif;
}
.topnav ul > li > a:hover{
  text-decoration:none;
}

.custom-menu-primary {
  float: right;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position:relative;
}
.custom-menu-primary .hs-menu-wrapper>ul >li {
  float: left;
  margin-top: 3px;
  margin-left: 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 12px 0;
  margin: 0 0 5px;
  display: block;
  border: 0;
  line-height: 1;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family:'Lato', sans-serif;
  transition: all 0.2s ease-out;
  display:block;
}
.custom-menu-primary .hs-menu-wrapper>  ul > li:hover > a{
  text-decoration:none;
  padding: 6px 12px 5px;
  margin: -6px 0 0 0;
}

.custom-menu-primary .hs-menu-wrapper> ul ul {
  display: none;
  list-style: none;
  z-index: 20;
}
.custom-menu-primary .hs-menu-wrapper> ul ul {
  background: #f5f5f5;
  padding: 6px 0;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0, 0.4);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0, 0.4);
  box-shadow: 0px 0px 4px rgba(0,0,0, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  float: none;
  width: 22.1538em;
  display: none;
  visibility: hidden;
  top: 100%;
  left: 0;
  margin: 9px 0 0 0;
}
.custom-menu-primary .hs-menu-wrapper> ul ul>li {
  line-height: 27px;
  white-space: normal;
  float: left;
  width: 100%;
  position: relative;
}
.no-fixed.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
  line-height: 27px;
  font-size: 12px;
  padding: 0 12px;
  float: none;
  width: auto;
  display:block;
}
.custom-menu-primary .hs-menu-wrapper> ul li:hover ul {
  /*   top: 68px; */
  display: block;
  visibility: visible;
  /*     opacity: 1; */
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li> a:hover {
  padding-left:14px;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul>li>ul:after {
  content: "";
  top: -10px;
  position: absolute;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-width: 5px;
  border-bottom-color: #f5f5f5;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a, .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
  padding: 6px 12px 5px;
  margin: -6px 0 0 0;
}
.header-group .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children:last-child > ul {
  left: auto;
  right: 0;
}
.header-group .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children:last-child > ul:after {
  right: 14px;
  left: auto;
}
/* .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
padding: 6px 12px 5px;
} */
.search-icon {
  float: right;
  clear: right;
  position: relative;
}

.search-icon .searchBtn {
  margin: 10px 0 0 10px;
  padding: 8px;
  line-height: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.search-icon .searchBtn:hover{
  background: rgba(0, 0, 0, 0.7);
}

.search-icon .icon-search {
  display: inline-block;
  width: 14px;
  height: 14px; 
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-right:0px;
  background-image: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/glyphicons-halflings.png) !important;
  /*   background-position: -48px 0 !important; */
}
.search-icon .icon-white {
  background-image: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/glyphicons-halflings-white.png) !important ;
  background-position: -48px 0;
}
.searchBar .search-icon .icon-white{
  background-image: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/glyphicons-halflings.png) !important;
  background-position: -312px 0;

}
.searchBar .search-icon .searchBtn {
  background: #f4f4f4;
  color: #000;
}
.custom-menu-primary .hs-menu-wrapper>ul ul:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 20px;
}
.header-search .hs-search-field__input::placeholder {
  opacity: 0.9;
  color:#999;
}
/****************************************** search field**************************************************/
.scroll-header .custom-menu-primary .hs-menu-wrapper>ul ul:before {
  display:none;
}
select.tinynav1 {
  display: none;
}
.header-search{
  display:none;
}

.searchBar .header-search{
  display:block;
}
.header-search {
  position: absolute;
  min-width: 240px;
  right: -10px;
  top: auto;
  padding: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
  box-shadow: 0 3px 7px rgba(0,0,0,0.2);
}
.header-search .hs-search-field__input {
  background: none;
  border: none;
  font-size: 12px;
  font-style: italic;
  color: #999;
  width: 155px;
  padding: 5px 0;
  margin: 0;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-search .hs-search-field__input:focus {
  outline: none;
}
.header-search form {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.hs-search-field [type="submit"] {
  width: 20px;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  padding: 0;
  display: inline-block;
  background-position: -48px 0;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/glyphicons-halflings.png) !important;
  background-repeat: no-repeat;
  margin-top: 1px;
  height: 14px;
  cursor: pointer;
  outline: 0;
}
.header-search form:hover{

  border-bottom: 1px solid #b5b5b5;

}
.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover .sf-sub-indicator {
  background-position: -10px -100px;
}
.search-icon .icon-remove{
  background-position: -312px 0 !important;
  /*   background:#fff; */
}
.searchBtn.active {
  background: #f4f4f4;
}
.no-banner .header-group {
  position: static;
}
/************************************Scroller Header***************************************************/


.scroll-header .header-group{
  background: rgba(0,0,0,0.75);
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 60;
  height: 26px !important;

}

.scroll-header .header-logo{
  display:none;
}


.scroll-header .topnav {
  display: none;
}
.scroll-header .header-group .custom-menu-primary{
  float:left;

}
.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin:0px !important;
}

.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper>ul >li{
  float: left;
  margin:0px;
  position: relative;
  font-size: 12px;
  line-height: 1;
}

.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper>ul >li>a {
  font-size: 12px;
  line-height: 1;
  padding: 7px 25px 7px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper>ul >li>a:after {
  top: 7px;
  background-image: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/arrows-ffffff.png);
  background-position: 0 -100px;
  position: absolute;
  display: block;
  right: .75em;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
}
.scroll-header .search-icon {
  display:none;
}
.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper>ul >li>a:hover {
  color: #fff;
  background: #000;
  margin:0;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper ul ul {
  left: 0;
  border: 0;
  top: 100%;
  padding-bottom: 5px;
  padding-top: 0;
  font-size: 13px;
  margin-left: 0;
  box-shadow: unset;
  margin:0;
}

.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
  padding: 7px 25px 7px 15px;
}
.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper>ul ul{
  background: #111;
  background: rgba(0,0,0,0.75);
  width: 13em !important;
}
.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  font-size: 12px;
  line-height: 1;
  padding: 7px 25px 7px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul>li>ul:after {
  content: "";
  top: 0px;
  position: absolute;
  left: 0;
  border: 0;
  border-bottom-width: 0; 
}
.sf-sub-indicator {
  display: none;
}

.scroll-header .sf-sub-indicator {
  display: block;
  background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/arrows-ffffff.png) no-repeat -10px -100px;
  top: 7px;
  background-position: 0 -100px;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  display: block;
  right: .75em;
}

.header-group .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children {
  position: relative;
}
.scroll-header .header-group .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children:last-child > ul {
  right: auto;
  left: 0;
}
.scroll-header .custom-menu-primary.no-fixed {
  display: none;
}
.custom-menu-primary.fixed-menu {
  display: none;
}
.scroll-header .custom-menu-primary.fixed-menu {
  display: block;
}
.no-fixed.custom-menu-primary .hs-menu-wrapper ul li.servicio-al-cliente > ul {
  width: 202px;
}
.no-fixed.custom-menu-primary .hs-menu-wrapper ul li.contacto > ul {
  width: 157px;
}

/************************************Responsive****************************************************/

@media(max-width:996px){
  .scroll-header .header-group {
    position: static;
  }
  .custom-menu-primary.no-fixed {
    display: none;
  }
  .custom-menu-primary.fixed-menu {
    display: block;
  }
  .custom-menu-primary ul {
    display:none;
  }
  select.tinynav1 {
    display: block;
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
    float: right;
    margin: 10px 0;
    line-height: 30px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
@media (max-width: 767px){
  .header-group{
    position:relative;
  }
  .topnav ul {
    display: none;
  }
  .sf-sub-indicator:last-child {
    display: none;
  }
  .custom-menu-primary {
    padding-right: 10px;
  }
  .header-group {
    height: auto;
    min-height: 103px;
  }
  div#search {
    margin-right: 10px;
  }
  .header-search {
    right: 0;
  }
}
@media(max-width:550px){
  .header-group {
    min-height: 152px;
  }
  .custom-menu-primary.fixed-menu {
    float: none;
    padding: 0 10px;
  }
  .custom-menu-primary {
    width: 100%;
  }

  select#tinynav1 {
    margin: 0;
    width: 100%;
  }
}
@media(max-width:479px){
  .header-logo a {
    padding: 6px;
  }
  .header-logo img {
    width: 100% !important;
    max-width: 250px;
    padding: 0;
  }
  .header-group {
    height: 100%;
  }
} 
@media(max-width:330px){
  .header-group {
    min-height: 180px;
  }
  .header-logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  div#search {
    position: relative;
    top: -20px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px){
  .header-logo a {
    padding: 10px 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer#footer {
  overflow: hidden;
}
.footer {
  background: #2f2f2f;
  padding: 0px ;
  color: #d5d5d5;
  border-top: 4px solid #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
}
.footer__container {
  max-width:1170px;
  margin:0 auto;
}

.logosicontec {
  width: 570px;
  float: left;
  min-height: 1px;

}
.contact-address-details {
  width: 270px;
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.contact-address-details:after, .contact-address-details:before {
  clear: both;
  display: table;
  content: "";
  line-height: 0;
}
.contact-details{
  width: 270px;
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.contact-details:after,.contact-details:before{
  clear: both;
  display: table;
  content: "";
  line-height: 0;
}
.contact-details h3,.contact-address-details h3 {
  font-size: 14px;
  color: #fff;
  text-shadow: none;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top:0;
}
.contact-details p , .contact-address-details p{
  margin: 0 0 10px;
}

.footer__container:after, .footer__container:before, .top-footer:before, .top-footer:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* .footer p a {
color: #fff; 
} */
.footer p a:hover {
  /*   color: #d5d5d5; */
  text-decoration:none;
}
.line-break hr{
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
  margin-left:30px;
}

@media(min-width:1270px){

  .line-break hr{
    margin-right:-30px;
  }

}
.social-icon {
  padding-top: 10px;
  border-top: 0px solid #484848;
  color: #8b8c8d;
  width: 370px;
  float: left;
  min-height: 1px;
  /* margin-left: 30px; */
}  
.bottom-footer ul {
  float: left;
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
  margin-left: 30px;
}

.social-icons li {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: relative;
  background-color: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social-icons .social-facebook a {
  background: #3f5c9a;
  background-position: -60px 0 !important;
}

.social-icons .social-linkedin a {
  background: #37a1f2;
  background-position: -300px 0 !important;
}


.footer__copyright {
  width: 570px;
  float: left;
  min-height: 1px;
  margin: 0 0 10px;
  margin-left: 60px;
}
a#back-to-top.on {
  right: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a#back-to-top {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: -50px;
  width: 49px;
  z-index: 9999;
  display: block;
  top: 85%;
  background-image: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/arrow_totop%20%281%29.png);
  background-repeat: no-repeat;
  background-position: center 15px;
  background-color: #404040;
  font-size: 9px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 28px 0 12px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: unset;
}
a#back-to-top:hover{
  opacity:1;
}

/****************************************Footer Responsive*****************************************/
@media (max-width:1199px){
  .logosicontec {
    width: 460px;
    margin-left: 20px;
  }

  .footer__container {
    max-width: 940px;
  }

  .contact-address-details,.contact-details {
    width: 220px;
    margin-left: 20px;
  }

  .top-footer {
    margin-left: -20px;
  }
  footer.footer {
    overflow: hidden;
  }
}

@media (max-width: 979px) and (min-width: 768px){
  .footer__container {
    width: 724px;
  }

  .logosicontec {
    max-width: 352px;
  }

  .contact-address-details, .contact-details {
    width: 166px;
  }

  .line-break hr {
    margin-left: 0;
  }

  .line-break {
    margin-left: 20px;
    margin-right: -20px;
  }

  .social-icon {
    width: 228px;
  }

  .footer__copyright {
    width: 352px;
    margin-left: 40px;
  }

  .bottom-footer ul {
    margin-left: 20px;
  }

}
@media (max-width: 767px){
  .footer {
    padding: 0 10px;
  }
  .logosicontec {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .contact-address-details {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .contact-details {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .line-break hr {

    margin-left: 0px;
  }
  .bottom-footer ul {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .footer__copyright {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .top-footer {
    margin: 0;
  }

  .footer__container {
    width: auto;
  }

  .footer__copyright {
    margin-bottom: 42px;
  }

  .social-icon {
    width: 100%;
    padding-top: 0;
    margin-bottom: 18px;
  }

  .line-break hr {
    margin: 20px 0 35px;
  }

  .contact-details {
    margin-bottom: 15px;
  }
  .contact-address-details, .contact-details {
    background: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/say_hi_smaller.png) no-repeat right top;
  }
  .contact-address-details {
    margin-bottom: 15px;
  }

}


@media(max-width:480px){

  .contact-address-details, .contact-details {
    background: none;
  }  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */




.content-wrapper {
  max-width: 1170px;
  padding: 0px;
  margin: 0 auto;
}

.blog-banner span.hs-breadcrumb-label {
    text-transform: uppercase;
}
.blog-body-wrapper {
  margin: 40px 0;
}
.entry-latest_posts {
  position: relative;
}
.entry-latest_posts h3.entry-title {
  position: absolute;
  top: 14px;
  z-index: 1;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #eb681e;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.entry-post {
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
}
.entry-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width:100%;
}
.post-item-group {
  overflow: hidden;
  width: 2222em;
  height: auto;
  clear: left;
  float: left;
}
.post-item-group li {
  width: 272px;
  padding-top: 50px;
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  border-top: 4px solid #E7E7E7;
  transition: width 0.3s ease 0.2s;
  -moz-transition: width 0.3s ease 0.2s;
  -webkit-transition: width 0.3s ease 0.2s;
  -o-transition: width 0.3s ease 0.2s;
  line-height: 20px;
}
.post-item-group li .entry-post-inner {
  width: 585px;
}
.post-item-group li:hover {
  width: 585px;
}
.post-item-group li:last-child {
  width: 585px;
  margin-right: 0;
}
.entry-thumb.entry-hoverBorder {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  max-width: 273px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  opacity: .8;
  filter: alpha(opacity=80);
  position: relative;
}
.post-item-group li:hover .entry-thumb.entry-hoverBorder {
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-hoverBorderWrapper {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 150px;
}
.entry-hoverBorderWrapper img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  width:100%;
}
.entry-theHoverBorder {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
  -moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
}
.entry-theHoverBorder:hover {
  -webkit-box-shadow: 0 0 0 5px #eb681e inset;
  -moz-box-shadow: 0 0 0 5px #eb681e inset;
  box-shadow: 0 0 0 5px #eb681e inset;
}
.entry-content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #535353;
}
.entry-content em {
  font-size: 11px;
  color: #7d7d7d;
  font-style: italic;
  line-height: 20px;
}
.entry-content h5 {
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #eb681e;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.entry-content a {
  font-size: 10px;
  font-weight: bold;
  color: #888;
  display: inline-block;
  margin-top: 5px;
  line-height: 20px;
  text-decoration: none;
}
.entry-content a:hover {
  color: #888;
  text-decoration: none;
}




.blog-post-body-wrapper {
  padding: 50px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #535353;
}

.blog-left-content {
  float: left;
  width: 870px;
  margin: 0;
  padding: 0;
}

.icon-calendar {
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
  vertical-align: text-top !important;
  background-image: url(https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/images/glyphicons-halflings.png) !important;
  background-repeat: no-repeat !important;
  margin-top: 1px !important;
  background-position: -192px -120px !important;
}
h1.page-title {
  font-size: 26px;
  color: #050505;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbcbcb;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-featured-image {
  margin: 0 0 30px;
}
.blog-sidebar {
  float: left;
  width: 270px;
  margin: 0 0 0 30px;
  position: relative;
  padding: 0;
}

.blog-post-body-wrapper .content-wrapper::after,
.blog-post-body-wrapper .content-wrapper::before {
  content: "";
  display: block;
  clear: left;
}

.latest-news h4 {}

.latest-news {
  background: white;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.latest-news h4 {
  color: #050505;
  line-height: 1.4;
  margin: 10px 0 15px;
  padding: 0 0 20px;
  position: relative;
  font-size: 18px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.latest-news h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #f9f9f9;
}

.latest-news h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 25px;
  height: 0;
  border-bottom: 1px solid #CBCBCB;
}

.latest-news ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: block;
}
.latest-news ul li {
  line-height: 20px;
}

.latest-news ul li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #595959;
  display: block;
  padding: 4px 0 4px 20px;
  position: relative;
  border-radius: 2px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.latest-news ul li a::after {
  content: '\203A';
  position: absolute;
  left: 7px;
  top: 6px;
  color: #DDD;
  font-size: 16px;
  line-height: 1;
  width: 4px;
  height: 4px;
  font-family: Arial;
}

.latest-news ul li a:hover {
  background: #eb681e;
  color: white;
  text-decoration: none;
}
.blog-post__body p{
    vertical-align: baseline;
    text-align: justify;
}
.blog-post__body p a {
    font-family: inherit;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #535353;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #535353;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}


.blog-comments {
  max-width: 680px;
  margin: 0px auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #ddd;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

@media(max-width:1199px){

  .post-item-group li {
    width: 200px;
  }
  .entry-thumb.entry-hoverBorder {
    width: 200px;
  }
  .post-item-group li .entry-post-inner {
    width: 500px;
  }
  .blog-left-content {
    width: 700px;
  }
  .blog-sidebar {
    width: 220px;
    margin: 0 0 0 20px;
  }
}

@media(max-width:1024px){
  .entry-content h5 {
    font-size: 12px;
    line-height: 1.3;
    margin: 8px 0;
  }

  .entry-content {
    font-size: 11px;
    line-height: 1.4;
  }
}

@media(max-width:979px){

  .post-item-group li {
    width: 130px;
  }
  .entry-thumb.entry-hoverBorder {
    width: 130px;
  }
  .post-item-group li .entry-post-inner {
    width: 450px;
  }

  .blog-left-content {
    width: 538px;
  }
  .blog-sidebar {
    width: 166px;
    margin: 0 0 0 20px;
  }

}

@media(max-width:767px){

  .entry-latest_posts {
    position: relative;
    padding: 0 15px;
  }
  .post-item-group li:hover {
    width: 100%;
  }
  .post-item-group li {
    width: 100%;
  }
  .entry-hoverBorderWrapper {
    overflow: visible;
    max-height: 100%;
  }
  .entry-thumb.entry-hoverBorder {
    width: 182px;
  }
  .post-item-group li .entry-post-inner {
    width: 100%;
  }
  .post-item-group li:last-child {
    width: 100%;
    margin-right: 0px;
  }
  .post-item-group li {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-item-group {
    overflow: visible;
    width: 100%;
    height: auto;
    clear: left;
    float: left;
  }
  .blog-post-body-wrapper {
    padding: 50px 10px 20px;
  }
  .blog-left-content {
    width: 100%;
    margin: 0 0 20px;
  }
  .blog-sidebar {
    width: 100%;
    margin: 0 0 20px;
  }

}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .entry-thumb.entry-hoverBorder {
    width: 100%;
    max-width: 100%;
  }
  .entry-content {
    float: left;
    width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 20px;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #b9b7b7;
  z-index: -1;
}
input.email-edit.hs-input {
    max-width: 767px !important;
    width: 100% !important;
}
.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000;
    padding: 10px;
}

.body-container-wrapper.lp-pgae,
.body-container-wrapper.ws-page{
    padding: 0 20px;
}

.hs-form-field {
    margin: 0 0 16px;
}
ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
}

.systems-page .hs-button, 
.systems-page .button--primary{
  margin:15px 0px;
}




@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color:transparent;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
    font-size: 13px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.subscription-preferences form#email-prefs-form {
  max-width: 100%;
}

.subscription-preferences .header {
  background-color: transparent;
}

.subscription-preferences label>span {
  display: inline;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  color: #535353;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #535353;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media(max-width:767px){
  .systems-page h1 {
    font-size: 30px;
  }
  .systems-page h2 {
    font-size: 24px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@font-face{font-family:'FontAwesome';
  src:url('https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/OPL_August2020/fonts/fontawesome-webfont%20%282%29.eot');
  src:url('https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/OPL_August2020/fonts/fontawesome-webfont%20%282%29.eot') format('embedded-opentype'),
    url('https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/fonts/fontawesome-webfont.woff') format('woff'),
    url('https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/fonts/fontawesome-webfont.ttf') format('truetype'),
    url('https://8092335.fs1.hubspotusercontent-na1.net/hubfs/8092335/raw_assets/public/OPL_August2020/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal;}

[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;cursor:default;speak:none;}


.datepicker [class^="icon-"]:before, .datepicker [class*=" icon-"]:before {
font-family: 'FontAwesome';
}


.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.bootstrap .icon-glass:before,
.datepicker .icon-glass:before {
  content: "\f000";
}
.bootstrap .icon-music:before,
.datepicker .icon-music:before {
  content: "\f001";
}
.bootstrap .icon-search:before,
.datepicker .icon-search:before {
  content: "\f002";
}
.bootstrap .icon-envelope-alt:before,
.datepicker .icon-envelope-alt:before {
  content: "\f003";
}
.bootstrap .icon-heart:before,
.datepicker .icon-heart:before {
  content: "\f004";
}
.bootstrap .icon-star:before,
.datepicker .icon-star:before {
  content: "\f005";
}
.bootstrap .icon-star-empty:before,
.datepicker .icon-star-empty:before {
  content: "\f006";
}
.bootstrap .icon-user:before,
.datepicker .icon-user:before {
  content: "\f007";
}
.bootstrap .icon-film:before,
.datepicker .icon-film:before {
  content: "\f008";
}
.bootstrap .icon-th-large:before,
.datepicker .icon-th-large:before {
  content: "\f009";
}
.bootstrap .icon-th:before,
.datepicker .icon-th:before {
  content: "\f00a";
}
.bootstrap .icon-th-list:before,
.datepicker .icon-th-list:before {
  content: "\f00b";
}
.bootstrap .icon-ok:before,
.datepicker .icon-ok:before {
  content: "\f00c";
}
.bootstrap .icon-remove:before,
.datepicker .icon-remove:before {
  content: "\f00d";
}
.bootstrap .icon-zoom-in:before,
.datepicker .icon-zoom-in:before {
  content: "\f00e";
}
.bootstrap .icon-zoom-out:before,
.datepicker .icon-zoom-out:before {
  content: "\f010";
}
.bootstrap .icon-power-off:before,
.bootstrap .icon-off:before,
.datepicker .icon-power-off:before,
.datepicker .icon-off:before {
  content: "\f011";
}
.bootstrap .icon-signal:before,
.datepicker .icon-signal:before {
  content: "\f012";
}
.bootstrap .icon-cog:before,
.datepicker .icon-cog:before {
  content: "\f013";
}
.bootstrap .icon-trash:before,
.datepicker .icon-trash:before {
  content: "\f014";
}
.bootstrap .icon-home:before,
.datepicker .icon-home:before {
  content: "\f015";
}
.bootstrap .icon-file-alt:before,
.datepicker .icon-file-alt:before {
  content: "\f016";
}
.bootstrap .icon-time:before,
.datepicker .icon-time:before {
  content: "\f017";
}
.bootstrap .icon-road:before,
.datepicker .icon-road:before {
  content: "\f018";
}
.bootstrap .icon-download-alt:before,
.datepicker .icon-download-alt:before {
  content: "\f019";
}
.bootstrap .icon-download:before,
.datepicker .icon-download:before {
  content: "\f01a";
}
.bootstrap .icon-upload:before,
.datepicker .icon-upload:before {
  content: "\f01b";
}
.bootstrap .icon-inbox:before,
.datepicker .icon-inbox:before {
  content: "\f01c";
}
.bootstrap .icon-play-circle:before,
.datepicker .icon-play-circle:before {
  content: "\f01d";
}
.bootstrap .icon-rotate-right:before,
.bootstrap .icon-repeat:before,
.datepicker .icon-rotate-right:before,
.datepicker .icon-repeat:before {
  content: "\f01e";
}
.bootstrap .icon-refresh:before,
.datepicker .icon-refresh:before {
  content: "\f021";
}
.bootstrap .icon-list-alt:before,
.datepicker .icon-list-alt:before {
  content: "\f022";
}
.bootstrap .icon-lock:before,
.datepicker .icon-lock:before {
  content: "\f023";
}
.bootstrap .icon-flag:before,
.datepicker .icon-flag:before {
  content: "\f024";
}
.bootstrap .icon-headphones:before,
.datepicker .icon-headphones:before {
  content: "\f025";
}
.bootstrap .icon-volume-off:before,
.datepicker .icon-volume-off:before {
  content: "\f026";
}
.bootstrap .icon-volume-down:before,
.datepicker .icon-volume-down:before {
  content: "\f027";
}
.bootstrap .icon-volume-up:before,
.datepicker .icon-volume-up:before {
  content: "\f028";
}
.bootstrap .icon-qrcode:before,
.datepicker .icon-qrcode:before {
  content: "\f029";
}
.bootstrap .icon-barcode:before,
.datepicker .icon-barcode:before {
  content: "\f02a";
}
.bootstrap .icon-tag:before,
.datepicker .icon-tag:before {
  content: "\f02b";
}
.bootstrap .icon-tags:before,
.datepicker .icon-tags:before {
  content: "\f02c";
}
.bootstrap .icon-book:before,
.datepicker .icon-book:before {
  content: "\f02d";
}
.bootstrap .icon-bookmark:before,
.datepicker .icon-bookmark:before {
  content: "\f02e";
}
.bootstrap .icon-print:before,
.datepicker .icon-print:before {
  content: "\f02f";
}
.bootstrap .icon-camera:before,
.datepicker .icon-camera:before {
  content: "\f030";
}
.bootstrap .icon-font:before,
.datepicker .icon-font:before {
  content: "\f031";
}
.bootstrap .icon-bold:before,
.datepicker .icon-bold:before {
  content: "\f032";
}
.bootstrap .icon-italic:before,
.datepicker .icon-italic:before {
  content: "\f033";
}
.bootstrap .icon-text-height:before,
.datepicker .icon-text-height:before {
  content: "\f034";
}
.bootstrap .icon-text-width:before,
.datepicker .icon-text-width:before {
  content: "\f035";
}
.bootstrap .icon-align-left:before,
.datepicker .icon-align-left:before {
  content: "\f036";
}
.bootstrap .icon-align-center:before,
.datepicker .icon-align-center:before {
  content: "\f037";
}
.bootstrap .icon-align-right:before,
.datepicker .icon-align-right:before {
  content: "\f038";
}
.bootstrap .icon-align-justify:before,
.datepicker .icon-align-justify:before {
  content: "\f039";
}
.bootstrap .icon-list:before,
.datepicker .icon-list:before {
  content: "\f03a";
}
.bootstrap .icon-indent-left:before,
.datepicker .icon-indent-left:before {
  content: "\f03b";
}
.bootstrap .icon-indent-right:before,
.datepicker .icon-indent-right:before {
  content: "\f03c";
}
.bootstrap .icon-facetime-video:before,
.datepicker .icon-facetime-video:before {
  content: "\f03d";
}
.bootstrap .icon-picture:before,
.datepicker .icon-picture:before {
  content: "\f03e";
}
.bootstrap .icon-pencil:before,
.datepicker .icon-pencil:before {
  content: "\f040";
}
.bootstrap .icon-map-marker:before,
.datepicker .icon-map-marker:before {
  content: "\f041";
}
.bootstrap .icon-adjust:before,
.datepicker .icon-adjust:before {
  content: "\f042";
}
.bootstrap .icon-tint:before,
.datepicker .icon-tint:before {
  content: "\f043";
}
.bootstrap .icon-edit:before,
.datepicker .icon-edit:before {
  content: "\f044";
}
.bootstrap .icon-share:before,
.datepicker .icon-share:before {
  content: "\f045";
}
.bootstrap .icon-check:before,
.datepicker .icon-check:before {
  content: "\f046";
}
.bootstrap .icon-move:before,
.datepicker .icon-move:before {
  content: "\f047";
}
.bootstrap .icon-step-backward:before,
.datepicker .icon-step-backward:before {
  content: "\f048";
}
.bootstrap .icon-fast-backward:before,
.datepicker .icon-fast-backward:before {
  content: "\f049";
}
.bootstrap .icon-backward:before,
.datepicker .icon-backward:before {
  content: "\f04a";
}
.bootstrap .icon-play:before,
.datepicker .icon-play:before {
  content: "\f04b";
}
.bootstrap .icon-pause:before,
.datepicker .icon-pause:before {
  content: "\f04c";
}
.bootstrap .icon-stop:before,
.datepicker .icon-stop:before {
  content: "\f04d";
}
.bootstrap .icon-forward:before,
.datepicker .icon-forward:before {
  content: "\f04e";
}
.bootstrap .icon-fast-forward:before,
.datepicker .icon-fast-forward:before {
  content: "\f050";
}
.bootstrap .icon-step-forward:before,
.datepicker .icon-step-forward:before {
  content: "\f051";
}
.bootstrap .icon-eject:before,
.datepicker .icon-eject:before {
  content: "\f052";
}
.bootstrap .icon-chevron-left:before,
.datepicker .icon-chevron-left:before {
  content: "\f053";
}
.bootstrap .icon-chevron-right:before,
.datepicker .icon-chevron-right:before {
  content: "\f054";
}
.bootstrap .icon-plus-sign:before,
.datepicker .icon-plus-sign:before {
  content: "\f055";
}
.bootstrap .icon-minus-sign:before,
.datepicker .icon-minus-sign:before {
  content: "\f056";
}
.bootstrap .icon-remove-sign:before,
.datepicker .icon-remove-sign:before {
  content: "\f057";
}
.bootstrap .icon-ok-sign:before,
.datepicker .icon-ok-sign:before {
  content: "\f058";
}
.bootstrap .icon-question-sign:before,
.datepicker .icon-question-sign:before {
  content: "\f059";
}
.bootstrap .icon-info-sign:before,
.datepicker .icon-info-sign:before {
  content: "\f05a";
}
.bootstrap .icon-screenshot:before,
.datepicker .icon-screenshot:before {
  content: "\f05b";
}
.bootstrap .icon-remove-circle:before,
.datepicker .icon-remove-circle:before {
  content: "\f05c";
}
.bootstrap .icon-ok-circle:before,
.datepicker .icon-ok-circle:before {
  content: "\f05d";
}
.bootstrap .icon-ban-circle:before,
.datepicker .icon-ban-circle:before {
  content: "\f05e";
}
.bootstrap .icon-arrow-left:before,
.datepicker .icon-arrow-left:before {
  content: "\f060";
}
.bootstrap .icon-arrow-right:before,
.datepicker .icon-arrow-right:before {
  content: "\f061";
}
.bootstrap .icon-arrow-up:before,
.datepicker .icon-arrow-up:before {
  content: "\f062";
}
.bootstrap .icon-arrow-down:before,
.datepicker .icon-arrow-down:before {
  content: "\f063";
}
.bootstrap .icon-mail-forward:before,
.bootstrap .icon-share-alt:before,
.datepicker .icon-mail-forward:before,
.datepicker .icon-share-alt:before {
  content: "\f064";
}
.bootstrap .icon-resize-full:before,
.datepicker .icon-resize-full:before {
  content: "\f065";
}
.bootstrap .icon-resize-small:before,
.datepicker .icon-resize-small:before {
  content: "\f066";
}
.bootstrap .icon-plus:before,
.datepicker .icon-plus:before {
  content: "\f067";
}
.bootstrap .icon-minus:before,
.datepicker .icon-minus:before {
  content: "\f068";
}
.bootstrap .icon-asterisk:before,
.datepicker .icon-asterisk:before {
  content: "\f069";
}
.bootstrap .icon-exclamation-sign:before,
.datepicker .icon-exclamation-sign:before {
  content: "\f06a";
}
.bootstrap .icon-gift:before,
.datepicker .icon-gift:before {
  content: "\f06b";
}
.bootstrap .icon-leaf:before,
.datepicker .icon-leaf:before {
  content: "\f06c";
}
.bootstrap .icon-fire:before,
.datepicker .icon-fire:before {
  content: "\f06d";
}
.bootstrap .icon-eye-open:before,
.datepicker .icon-eye-open:before {
  content: "\f06e";
}
.bootstrap .icon-eye-close:before,
.datepicker .icon-eye-close:before {
  content: "\f070";
}
.bootstrap .icon-warning-sign:before,
.datepicker .icon-warning-sign:before {
  content: "\f071";
}
.bootstrap .icon-plane:before,
.datepicker .icon-plane:before {
  content: "\f072";
}
.bootstrap .icon-calendar:before,
.datepicker .icon-calendar:before {
  content: "\f073";
}
.bootstrap .icon-random:before,
.datepicker .icon-random:before {
  content: "\f074";
}
.bootstrap .icon-comment:before,
.datepicker .icon-comment:before {
  content: "\f075";
}
.bootstrap .icon-magnet:before,
.datepicker .icon-magnet:before {
  content: "\f076";
}
.bootstrap .icon-chevron-up:before,
.datepicker .icon-chevron-up:before {
  content: "\f077";
}
.bootstrap .icon-chevron-down:before,
.datepicker .icon-chevron-down:before {
  content: "\f078";
}
.bootstrap .icon-retweet:before,
.datepicker .icon-retweet:before {
  content: "\f079";
}
.bootstrap .icon-shopping-cart:before,
.datepicker .icon-shopping-cart:before {
  content: "\f07a";
}
.bootstrap .icon-folder-close:before,
.datepicker .icon-folder-close:before {
  content: "\f07b";
}
.bootstrap .icon-folder-open:before,
.datepicker .icon-folder-open:before {
  content: "\f07c";
}
.bootstrap .icon-resize-vertical:before,
.datepicker .icon-resize-vertical:before {
  content: "\f07d";
}
.bootstrap .icon-resize-horizontal:before,
.datepicker .icon-resize-horizontal:before {
  content: "\f07e";
}
.bootstrap .icon-bar-chart:before,
.datepicker .icon-bar-chart:before {
  content: "\f080";
}
.bootstrap .icon-twitter-sign:before,
.datepicker .icon-twitter-sign:before {
  content: "\f081";
}
.bootstrap .icon-facebook-sign:before,
.datepicker .icon-facebook-sign:before {
  content: "\f082";
}
.bootstrap .icon-camera-retro:before,
.datepicker .icon-camera-retro:before {
  content: "\f083";
}
.bootstrap .icon-key:before,
.datepicker .icon-key:before {
  content: "\f084";
}
.bootstrap .icon-cogs:before,
.datepicker .icon-cogs:before {
  content: "\f085";
}
.bootstrap .icon-comments:before,
.datepicker .icon-comments:before {
  content: "\f086";
}
.bootstrap .icon-thumbs-up-alt:before,
.datepicker .icon-thumbs-up-alt:before {
  content: "\f087";
}
.bootstrap .icon-thumbs-down-alt:before,
.datepicker .icon-thumbs-down-alt:before {
  content: "\f088";
}
.bootstrap .icon-star-half:before,
.datepicker .icon-star-half:before {
  content: "\f089";
}
.bootstrap .icon-heart-empty:before,
.datepicker .icon-heart-empty:before {
  content: "\f08a";
}
.bootstrap .icon-signout:before,
.datepicker .icon-signout:before {
  content: "\f08b";
}
.bootstrap .icon-linkedin-sign:before,
.datepicker .icon-linkedin-sign:before {
  content: "\f08c";
}
.bootstrap .icon-pushpin:before,
.datepicker .icon-pushpin:before {
  content: "\f08d";
}
.bootstrap .icon-external-link:before,
.datepicker .icon-external-link:before {
  content: "\f08e";
}
.bootstrap .icon-signin:before,
.datepicker .icon-signin:before {
  content: "\f090";
}
.bootstrap .icon-trophy:before,
.datepicker .icon-trophy:before {
  content: "\f091";
}
.bootstrap .icon-github-sign:before,
.datepicker .icon-github-sign:before {
  content: "\f092";
}
.bootstrap .icon-upload-alt:before,
.datepicker .icon-upload-alt:before {
  content: "\f093";
}
.bootstrap .icon-lemon:before,
.datepicker .icon-lemon:before {
  content: "\f094";
}
.bootstrap .icon-phone:before,
.datepicker .icon-phone:before {
  content: "\f095";
}
.bootstrap .icon-unchecked:before,
.bootstrap .icon-check-empty:before,
.datepicker .icon-unchecked:before,
.datepicker .icon-check-empty:before {
  content: "\f096";
}
.bootstrap .icon-bookmark-empty:before,
.datepicker .icon-bookmark-empty:before {
  content: "\f097";
}
.bootstrap .icon-phone-sign:before,
.datepicker .icon-phone-sign:before {
  content: "\f098";
}
.bootstrap .icon-twitter:before,
.datepicker .icon-twitter:before {
  content: "\f099";
}
.bootstrap .icon-facebook:before,
.datepicker .icon-facebook:before {
  content: "\f09a";
}
.bootstrap .icon-github:before,
.datepicker .icon-github:before {
  content: "\f09b";
}
.bootstrap .icon-unlock:before,
.datepicker .icon-unlock:before {
  content: "\f09c";
}
.bootstrap .icon-credit-card:before,
.datepicker .icon-credit-card:before {
  content: "\f09d";
}
.bootstrap .icon-rss:before,
.datepicker .icon-rss:before {
  content: "\f09e";
}
.bootstrap .icon-hdd:before,
.datepicker .icon-hdd:before {
  content: "\f0a0";
}
.bootstrap .icon-bullhorn:before,
.datepicker .icon-bullhorn:before {
  content: "\f0a1";
}
.bootstrap .icon-bell:before,
.datepicker .icon-bell:before {
  content: "\f0a2";
}
.bootstrap .icon-certificate:before,
.datepicker .icon-certificate:before {
  content: "\f0a3";
}
.bootstrap .icon-hand-right:before,
.datepicker .icon-hand-right:before {
  content: "\f0a4";
}
.bootstrap .icon-hand-left:before,
.datepicker .icon-hand-left:before {
  content: "\f0a5";
}
.bootstrap .icon-hand-up:before,
.datepicker .icon-hand-up:before {
  content: "\f0a6";
}
.bootstrap .icon-hand-down:before,
.datepicker .icon-hand-down:before {
  content: "\f0a7";
}
.bootstrap .icon-circle-arrow-left:before,
.datepicker .icon-circle-arrow-left:before {
  content: "\f0a8";
}
.bootstrap .icon-circle-arrow-right:before,
.datepicker .icon-circle-arrow-right:before {
  content: "\f0a9";
}
.bootstrap .icon-circle-arrow-up:before,
.datepicker .icon-circle-arrow-up:before {
  content: "\f0aa";
}
.bootstrap .icon-circle-arrow-down:before,
.datepicker .icon-circle-arrow-down:before {
  content: "\f0ab";
}
.bootstrap .icon-globe:before,
.datepicker .icon-globe:before {
  content: "\f0ac";
}
.bootstrap .icon-wrench:before,
.datepicker .icon-wrench:before {
  content: "\f0ad";
}
.bootstrap .icon-tasks:before,
.datepicker .icon-tasks:before {
  content: "\f0ae";
}
.bootstrap .icon-filter:before,
.datepicker .icon-filter:before {
  content: "\f0b0";
}
.bootstrap .icon-briefcase:before,
.datepicker .icon-briefcase:before {
  content: "\f0b1";
}
.bootstrap .icon-fullscreen:before,
.datepicker .icon-fullscreen:before {
  content: "\f0b2";
}
.bootstrap .icon-group:before,
.datepicker .icon-group:before {
  content: "\f0c0";
}
.bootstrap .icon-link:before,
.datepicker .icon-link:before {
  content: "\f0c1";
}
.bootstrap .icon-cloud:before,
.datepicker .icon-cloud:before {
  content: "\f0c2";
}
.bootstrap .icon-beaker:before,
.datepicker .icon-beaker:before {
  content: "\f0c3";
}
.bootstrap .icon-cut:before,
.datepicker .icon-cut:before {
  content: "\f0c4";
}
.bootstrap .icon-copy:before,
.datepicker .icon-copy:before {
  content: "\f0c5";
}
.bootstrap .icon-paperclip:before,
.bootstrap .icon-paper-clip:before,
.datepicker .icon-paperclip:before,
.datepicker .icon-paper-clip:before {
  content: "\f0c6";
}
.bootstrap .icon-save:before,
.datepicker .icon-save:before {
  content: "\f0c7";
}
.bootstrap .icon-sign-blank:before,
.datepicker .icon-sign-blank:before {
  content: "\f0c8";
}
.bootstrap .icon-reorder:before,
.datepicker .icon-reorder:before {
  content: "\f0c9";
}
.bootstrap .icon-list-ul:before,
.datepicker .icon-list-ul:before {
  content: "\f0ca";
}
.bootstrap .icon-list-ol:before,
.datepicker .icon-list-ol:before {
  content: "\f0cb";
}
.bootstrap .icon-strikethrough:before,
.datepicker .icon-strikethrough:before {
  content: "\f0cc";
}
.bootstrap .icon-underline:before,
.datepicker .icon-underline:before {
  content: "\f0cd";
}
.bootstrap .icon-table:before,
.datepicker .icon-table:before {
  content: "\f0ce";
}
.bootstrap .icon-magic:before,
.datepicker .icon-magic:before {
  content: "\f0d0";
}
.bootstrap .icon-truck:before,
.datepicker .icon-truck:before {
  content: "\f0d1";
}
.bootstrap .icon-pinterest:before,
.datepicker .icon-pinterest:before {
  content: "\f0d2";
}
.bootstrap .icon-pinterest-sign:before,
.datepicker .icon-pinterest-sign:before {
  content: "\f0d3";
}
.bootstrap .icon-google-plus-sign:before,
.datepicker .icon-google-plus-sign:before {
  content: "\f0d4";
}
.bootstrap .icon-google-plus:before,
.datepicker .icon-google-plus:before {
  content: "\f0d5";
}
.bootstrap .icon-money:before,
.datepicker .icon-money:before {
  content: "\f0d6";
}
.bootstrap .icon-caret-down:before,
.datepicker .icon-caret-down:before {
  content: "\f0d7";
}
.bootstrap .icon-caret-up:before,
.datepicker .icon-caret-up:before {
  content: "\f0d8";
}
.bootstrap .icon-caret-left:before,
.datepicker .icon-caret-left:before {
  content: "\f0d9";
}
.bootstrap .icon-caret-right:before,
.datepicker .icon-caret-right:before {
  content: "\f0da";
}
.bootstrap .icon-columns:before,
.datepicker .icon-columns:before {
  content: "\f0db";
}
.bootstrap .icon-sort:before,
.datepicker .icon-sort:before {
  content: "\f0dc";
}
.bootstrap .icon-sort-down:before,
.datepicker .icon-sort-down:before {
  content: "\f0dd";
}
.bootstrap .icon-sort-up:before,
.datepicker .icon-sort-up:before {
  content: "\f0de";
}
.bootstrap .icon-envelope:before,
.datepicker .icon-envelope:before {
  content: "\f0e0";
}
.bootstrap .icon-linkedin:before,
.datepicker .icon-linkedin:before {
  content: "\f0e1";
}
.bootstrap .icon-rotate-left:before,
.bootstrap .icon-undo:before,
.datepicker .icon-rotate-left:before,
.datepicker .icon-undo:before {
  content: "\f0e2";
}
.bootstrap .icon-legal:before,
.datepicker .icon-legal:before {
  content: "\f0e3";
}
.bootstrap .icon-dashboard:before,
.datepicker .icon-dashboard:before {
  content: "\f0e4";
}
.bootstrap .icon-comment-alt:before,
.datepicker .icon-comment-alt:before {
  content: "\f0e5";
}
.bootstrap .icon-comments-alt:before,
.datepicker .icon-comments-alt:before {
  content: "\f0e6";
}
.bootstrap .icon-bolt:before,
.datepicker .icon-bolt:before {
  content: "\f0e7";
}
.bootstrap .icon-sitemap:before,
.datepicker .icon-sitemap:before {
  content: "\f0e8";
}
.bootstrap .icon-umbrella:before,
.datepicker .icon-umbrella:before {
  content: "\f0e9";
}
.bootstrap .icon-paste:before,
.datepicker .icon-paste:before {
  content: "\f0ea";
}
.bootstrap .icon-lightbulb:before,
.datepicker .icon-lightbulb:before {
  content: "\f0eb";
}
.bootstrap .icon-exchange:before,
.datepicker .icon-exchange:before {
  content: "\f0ec";
}
.bootstrap .icon-cloud-download:before,
.datepicker .icon-cloud-download:before {
  content: "\f0ed";
}
.bootstrap .icon-cloud-upload:before,
.datepicker .icon-cloud-upload:before {
  content: "\f0ee";
}
.bootstrap .icon-user-md:before,
.datepicker .icon-user-md:before {
  content: "\f0f0";
}
.bootstrap .icon-stethoscope:before,
.datepicker .icon-stethoscope:before {
  content: "\f0f1";
}
.bootstrap .icon-suitcase:before,
.datepicker .icon-suitcase:before {
  content: "\f0f2";
}
.bootstrap .icon-bell-alt:before,
.datepicker .icon-bell-alt:before {
  content: "\f0f3";
}
.bootstrap .icon-coffee:before,
.datepicker .icon-coffee:before {
  content: "\f0f4";
}
.bootstrap .icon-food:before,
.datepicker .icon-food:before {
  content: "\f0f5";
}
.bootstrap .icon-file-text-alt:before,
.datepicker .icon-file-text-alt:before {
  content: "\f0f6";
}
.bootstrap .icon-building:before,
.datepicker .icon-building:before {
  content: "\f0f7";
}
.bootstrap .icon-hospital:before,
.datepicker .icon-hospital:before {
  content: "\f0f8";
}
.bootstrap .icon-ambulance:before,
.datepicker .icon-ambulance:before {
  content: "\f0f9";
}
.bootstrap .icon-medkit:before,
.datepicker .icon-medkit:before {
  content: "\f0fa";
}
.bootstrap .icon-fighter-jet:before,
.datepicker .icon-fighter-jet:before {
  content: "\f0fb";
}
.bootstrap .icon-beer:before,
.datepicker .icon-beer:before {
  content: "\f0fc";
}
.bootstrap .icon-h-sign:before,
.datepicker .icon-h-sign:before {
  content: "\f0fd";
}
.bootstrap .icon-plus-sign-alt:before,
.datepicker .icon-plus-sign-alt:before {
  content: "\f0fe";
}
.bootstrap .icon-double-angle-left:before,
.datepicker .icon-double-angle-left:before {
  content: "\f100";
}
.bootstrap .icon-double-angle-right:before,
.datepicker .icon-double-angle-right:before {
  content: "\f101";
}
.bootstrap .icon-double-angle-up:before,
.datepicker .icon-double-angle-up:before {
  content: "\f102";
}
.bootstrap .icon-double-angle-down:before,
.datepicker .icon-double-angle-down:before {
  content: "\f103";
}
.bootstrap .icon-angle-left:before,
.datepicker .icon-angle-left:before {
  content: "\f104";
}
.bootstrap .icon-angle-right:before,
.datepicker .icon-angle-right:before {
  content: "\f105";
}
.bootstrap .icon-angle-up:before,
.datepicker .icon-angle-up:before {
  content: "\f106";
}
.bootstrap .icon-angle-down:before,
.datepicker .icon-angle-down:before {
  content: "\f107";
}
.bootstrap .icon-desktop:before,
.datepicker .icon-desktop:before {
  content: "\f108";
}
.bootstrap .icon-laptop:before,
.datepicker .icon-laptop:before {
  content: "\f109";
}
.bootstrap .icon-tablet:before,
.datepicker .icon-tablet:before {
  content: "\f10a";
}
.bootstrap .icon-mobile-phone:before,
.datepicker .icon-mobile-phone:before {
  content: "\f10b";
}
.bootstrap .icon-circle-blank:before,
.datepicker .icon-circle-blank:before {
  content: "\f10c";
}
.bootstrap .icon-quote-left:before,
.datepicker .icon-quote-left:before {
  content: "\f10d";
}
.bootstrap .icon-quote-right:before,
.datepicker .icon-quote-right:before {
  content: "\f10e";
}
.bootstrap .icon-spinner:before,
.datepicker .icon-spinner:before {
  content: "\f110";
}
.bootstrap .icon-circle:before,
.datepicker .icon-circle:before {
  content: "\f111";
}
.bootstrap .icon-mail-reply:before,
.bootstrap .icon-reply:before,
.datepicker .icon-mail-reply:before,
.datepicker .icon-reply:before {
  content: "\f112";
}
.bootstrap .icon-github-alt:before,
.datepicker .icon-github-alt:before {
  content: "\f113";
}
.bootstrap .icon-folder-close-alt:before,
.datepicker .icon-folder-close-alt:before {
  content: "\f114";
}
.bootstrap .icon-folder-open-alt:before,
.datepicker .icon-folder-open-alt:before {
  content: "\f115";
}
.bootstrap .icon-expand-alt:before,
.datepicker .icon-expand-alt:before {
  content: "\f116";
}
.bootstrap .icon-collapse-alt:before,
.datepicker .icon-collapse-alt:before {
  content: "\f117";
}
.bootstrap .icon-smile:before,
.datepicker .icon-smile:before {
  content: "\f118";
}
.bootstrap .icon-frown:before,
.datepicker .icon-frown:before {
  content: "\f119";
}
.bootstrap .icon-meh:before,
.datepicker .icon-meh:before {
  content: "\f11a";
}
.bootstrap .icon-gamepad:before,
.datepicker .icon-gamepad:before {
  content: "\f11b";
}
.bootstrap .icon-keyboard:before,
.datepicker .icon-keyboard:before {
  content: "\f11c";
}
.bootstrap .icon-flag-alt:before,
.datepicker .icon-flag-alt:before {
  content: "\f11d";
}
.bootstrap .icon-flag-checkered:before,
.datepicker .icon-flag-checkered:before {
  content: "\f11e";
}
.bootstrap .icon-terminal:before,
.datepicker .icon-terminal:before {
  content: "\f120";
}
.bootstrap .icon-code:before,
.datepicker .icon-code:before {
  content: "\f121";
}
.bootstrap .icon-reply-all:before,
.datepicker .icon-reply-all:before {
  content: "\f122";
}
.bootstrap .icon-mail-reply-all:before,
.datepicker .icon-mail-reply-all:before {
  content: "\f122";
}
.bootstrap .icon-star-half-full:before,
.bootstrap .icon-star-half-empty:before,
.datepicker .icon-star-half-full:before,
.datepicker .icon-star-half-empty:before {
  content: "\f123";
}
.bootstrap .icon-location-arrow:before,
.datepicker .icon-location-arrow:before {
  content: "\f124";
}
.bootstrap .icon-crop:before,
.datepicker .icon-crop:before {
  content: "\f125";
}
.bootstrap .icon-code-fork:before,
.datepicker .icon-code-fork:before {
  content: "\f126";
}
.bootstrap .icon-unlink:before,
.datepicker .icon-unlink:before {
  content: "\f127";
}
.bootstrap .icon-question:before,
.datepicker .icon-question:before {
  content: "\f128";
}
.bootstrap .icon-info:before,
.datepicker .icon-info:before {
  content: "\f129";
}
.bootstrap .icon-exclamation:before,
.datepicker .icon-exclamation:before {
  content: "\f12a";
}
.bootstrap .icon-superscript:before,
.datepicker .icon-superscript:before {
  content: "\f12b";
}
.bootstrap .icon-subscript:before,
.datepicker .icon-subscript:before {
  content: "\f12c";
}
.bootstrap .icon-eraser:before,
.datepicker .icon-eraser:before {
  content: "\f12d";
}
.bootstrap .icon-puzzle-piece:before,
.datepicker .icon-puzzle-piece:before {
  content: "\f12e";
}
.bootstrap .icon-microphone:before,
.datepicker .icon-microphone:before {
  content: "\f130";
}
.bootstrap .icon-microphone-off:before,
.datepicker .icon-microphone-off:before {
  content: "\f131";
}
.bootstrap .icon-shield:before,
.datepicker .icon-shield:before {
  content: "\f132";
}
.bootstrap .icon-calendar-empty:before,
.datepicker .icon-calendar-empty:before {
  content: "\f133";
}
.bootstrap .icon-fire-extinguisher:before,
.datepicker .icon-fire-extinguisher:before {
  content: "\f134";
}
.bootstrap .icon-rocket:before,
.datepicker .icon-rocket:before {
  content: "\f135";
}
.bootstrap .icon-maxcdn:before,
.datepicker .icon-maxcdn:before {
  content: "\f136";
}
.bootstrap .icon-chevron-sign-left:before,
.datepicker .icon-chevron-sign-left:before {
  content: "\f137";
}
.bootstrap .icon-chevron-sign-right:before,
.datepicker .icon-chevron-sign-right:before {
  content: "\f138";
}
.bootstrap .icon-chevron-sign-up:before,
.datepicker .icon-chevron-sign-up:before {
  content: "\f139";
}
.bootstrap .icon-chevron-sign-down:before,
.datepicker .icon-chevron-sign-down:before {
  content: "\f13a";
}
.bootstrap .icon-html5:before,
.datepicker .icon-html5:before {
  content: "\f13b";
}
.bootstrap .icon-css3:before,
.datepicker .icon-css3:before {
  content: "\f13c";
}
.bootstrap .icon-anchor:before,
.datepicker .icon-anchor:before {
  content: "\f13d";
}
.bootstrap .icon-unlock-alt:before,
.datepicker .icon-unlock-alt:before {
  content: "\f13e";
}
.bootstrap .icon-bullseye:before,
.datepicker .icon-bullseye:before {
  content: "\f140";
}
.bootstrap .icon-ellipsis-horizontal:before,
.datepicker .icon-ellipsis-horizontal:before {
  content: "\f141";
}
.bootstrap .icon-ellipsis-vertical:before,
.datepicker .icon-ellipsis-vertical:before {
  content: "\f142";
}
.bootstrap .icon-rss-sign:before,
.datepicker .icon-rss-sign:before {
  content: "\f143";
}
.bootstrap .icon-play-sign:before,
.datepicker .icon-play-sign:before {
  content: "\f144";
}
.bootstrap .icon-ticket:before,
.datepicker .icon-ticket:before {
  content: "\f145";
}
.bootstrap .icon-minus-sign-alt:before,
.datepicker .icon-minus-sign-alt:before {
  content: "\f146";
}
.bootstrap .icon-check-minus:before,
.datepicker .icon-check-minus:before {
  content: "\f147";
}
.bootstrap .icon-level-up:before,
.datepicker .icon-level-up:before {
  content: "\f148";
}
.bootstrap .icon-level-down:before,
.datepicker .icon-level-down:before {
  content: "\f149";
}
.bootstrap .icon-check-sign:before,
.datepicker .icon-check-sign:before {
  content: "\f14a";
}
.bootstrap .icon-edit-sign:before,
.datepicker .icon-edit-sign:before {
  content: "\f14b";
}
.bootstrap .icon-external-link-sign:before,
.datepicker .icon-external-link-sign:before {
  content: "\f14c";
}
.bootstrap .icon-share-sign:before,
.datepicker .icon-share-sign:before {
  content: "\f14d";
}
.bootstrap .icon-compass:before,
.datepicker .icon-compass:before {
  content: "\f14e";
}
.bootstrap .icon-collapse:before,
.datepicker .icon-collapse:before {
  content: "\f150";
}
.bootstrap .icon-collapse-top:before,
.datepicker .icon-collapse-top:before {
  content: "\f151";
}
.bootstrap .icon-expand:before,
.datepicker .icon-expand:before {
  content: "\f152";
}
.bootstrap .icon-euro:before,
.bootstrap .icon-eur:before,
.datepicker .icon-euro:before,
.datepicker .icon-eur:before {
  content: "\f153";
}
.bootstrap .icon-gbp:before,
.datepicker .icon-gbp:before {
  content: "\f154";
}
.bootstrap .icon-dollar:before,
.bootstrap .icon-usd:before,
.datepicker .icon-dollar:before,
.datepicker .icon-usd:before {
  content: "\f155";
}
.bootstrap .icon-rupee:before,
.bootstrap .icon-inr:before,
.datepicker .icon-rupee:before,
.datepicker .icon-inr:before {
  content: "\f156";
}
.bootstrap .icon-yen:before,
.bootstrap .icon-jpy:before,
.datepicker .icon-yen:before,
.datepicker .icon-jpy:before {
  content: "\f157";
}
.bootstrap .icon-renminbi:before,
.bootstrap .icon-cny:before,
.datepicker .icon-renminbi:before,
.datepicker .icon-cny:before {
  content: "\f158";
}
.bootstrap .icon-won:before,
.bootstrap .icon-krw:before,
.datepicker .icon-won:before,
.datepicker .icon-krw:before {
  content: "\f159";
}
.bootstrap .icon-bitcoin:before,
.bootstrap .icon-btc:before,
.datepicker .icon-bitcoin:before,
.datepicker .icon-btc:before {
  content: "\f15a";
}
.bootstrap .icon-file:before,
.datepicker .icon-file:before {
  content: "\f15b";
}
.bootstrap .icon-file-text:before,
.datepicker .icon-file-text:before {
  content: "\f15c";
}
.bootstrap .icon-sort-by-alphabet:before,
.datepicker .icon-sort-by-alphabet:before {
  content: "\f15d";
}
.bootstrap .icon-sort-by-alphabet-alt:before,
.datepicker .icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.bootstrap .icon-sort-by-attributes:before,
.datepicker .icon-sort-by-attributes:before {
  content: "\f160";
}
.bootstrap .icon-sort-by-attributes-alt:before,
.datepicker .icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.bootstrap .icon-sort-by-order:before,
.datepicker .icon-sort-by-order:before {
  content: "\f162";
}
.bootstrap .icon-sort-by-order-alt:before,
.datepicker .icon-sort-by-order-alt:before {
  content: "\f163";
}
.bootstrap .icon-thumbs-up:before,
.datepicker .icon-thumbs-up:before {
  content: "\f164";
}
.bootstrap .icon-thumbs-down:before,
.datepicker .icon-thumbs-down:before {
  content: "\f165";
}
.bootstrap .icon-youtube-sign:before,
.datepicker .icon-youtube-sign:before {
  content: "\f166";
}
.bootstrap .icon-youtube:before,
.datepicker .icon-youtube:before {
  content: "\f167";
}
.bootstrap .icon-xing:before,
.datepicker .icon-xing:before {
  content: "\f168";
}
.bootstrap .icon-xing-sign:before,
.datepicker .icon-xing-sign:before {
  content: "\f169";
}
.bootstrap .icon-youtube-play:before,
.datepicker .icon-youtube-play:before {
  content: "\f16a";
}
.bootstrap .icon-dropbox:before,
.datepicker .icon-dropbox:before {
  content: "\f16b";
}
.bootstrap .icon-stackexchange:before,
.datepicker .icon-stackexchange:before {
  content: "\f16c";
}
.bootstrap .icon-instagram:before,
.datepicker .icon-instagram:before {
  content: "\f16d";
}
.bootstrap .icon-flickr:before,
.datepicker .icon-flickr:before {
  content: "\f16e";
}
.bootstrap .icon-adn:before,
.datepicker .icon-adn:before {
  content: "\f170";
}
.bootstrap .icon-bitbucket:before,
.datepicker .icon-bitbucket:before {
  content: "\f171";
}
.bootstrap .icon-bitbucket-sign:before,
.datepicker .icon-bitbucket-sign:before {
  content: "\f172";
}
.bootstrap .icon-tumblr:before,
.datepicker .icon-tumblr:before {
  content: "\f173";
}
.bootstrap .icon-tumblr-sign:before,
.datepicker .icon-tumblr-sign:before {
  content: "\f174";
}
.bootstrap .icon-long-arrow-down:before,
.datepicker .icon-long-arrow-down:before {
  content: "\f175";
}
.bootstrap .icon-long-arrow-up:before,
.datepicker .icon-long-arrow-up:before {
  content: "\f176";
}
.bootstrap .icon-long-arrow-left:before,
.datepicker .icon-long-arrow-left:before {
  content: "\f177";
}
.bootstrap .icon-long-arrow-right:before,
.datepicker .icon-long-arrow-right:before {
  content: "\f178";
}
.bootstrap .icon-apple:before,
.datepicker .icon-apple:before {
  content: "\f179";
}
.bootstrap .icon-windows:before,
.datepicker .icon-windows:before {
  content: "\f17a";
}
.bootstrap .icon-android:before,
.datepicker .icon-android:before {
  content: "\f17b";
}
.bootstrap .icon-linux:before,
.datepicker .icon-linux:before {
  content: "\f17c";
}
.bootstrap .icon-dribble:before,
.datepicker .icon-dribble:before {
  content: "\f17d";
}
.bootstrap .icon-skype:before,
.datepicker .icon-skype:before {
  content: "\f17e";
}
.bootstrap .icon-foursquare:before,
.datepicker .icon-foursquare:before {
  content: "\f180";
}
.bootstrap .icon-trello:before,
.datepicker .icon-trello:before {
  content: "\f181";
}
.bootstrap .icon-female:before,
.datepicker .icon-female:before {
  content: "\f182";
}
.bootstrap .icon-male:before,
.datepicker .icon-male:before {
  content: "\f183";
}
.bootstrap .icon-gittip:before,
.datepicker .icon-gittip:before {
  content: "\f184";
}
.bootstrap .icon-sun:before,
.datepicker .icon-sun:before {
  content: "\f185";
}
.bootstrap .icon-moon:before,
.datepicker .icon-moon:before {
  content: "\f186";
}
.bootstrap .icon-archive:before,
.datepicker .icon-archive:before {
  content: "\f187";
}
.bootstrap .icon-bug:before,
.datepicker .icon-bug:before {
  content: "\f188";
}
.bootstrap .icon-vk:before,
.datepicker .icon-vk:before {
  content: "\f189";
}
.bootstrap .icon-weibo:before,
.datepicker .icon-weibo:before {
  content: "\f18a";
}
.bootstrap .icon-renren:before,
.datepicker .icon-renren:before {
  content: "\f18b";
}