*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/fonts/fontawesome-webfont.eot) format('embedded-opentype'),
    url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/fonts/fontawesome-webfont.woff) format('woff'),
    url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/fonts/fontawesome-webfont.ttf) format('truetype'),
    url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/fonts/fontawesome-webfont.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html{
  line-height: initial;
}

body {
  line-height: 1.5;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/main_bg.gif) repeat-x #fff;
}
.body-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  color: #3E4449;
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 15px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #006fe1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height:20px;
  margin-bottom: 15px;
  margin-top:0px;
}


/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  quotes: none;
  padding: 0 3em;
  margin: 0;
  vertical-align: top;
  font-style: italic;
}

blockquote p {
  color: #3E4449;
  display: block;
  font: 12px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  display: inline-block;
  font-size: .875rem;
  padding: 0.7rem;
  width: 100%;
  padding: 5px 3px;
  border: 1px solid #c1c1c1;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #333;
  
    display: block;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {

    cursor: pointer;
    display: inline-block;
    font-size: .92rem;
    text-align: center;
    transition: all .15s linear;
    white-space: normal;
    border: none;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFFFFF;
  
    margin: 10px 0px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form label {
  color: #3e4449;
  font: normal 12px Arial, Helvetica, sans-serif;
}

div#hs-search-module form input {
    margin-bottom: 18px;
}

.hs-form-field {
    margin-bottom: 18px;
}
button:hover, .button:hover {
    color: #fff;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.logo-wrapper {
  float: left;
  font-size: 30px;
  line-height: 36px;
}

.logo-wrapper a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin: 24px 0 14px 0;
  width: 580px;
  height: 80px;
  text-indent: -99999px;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
}

#site-description {
  clear: right;
  float: right;
  margin: 0px 0 0px 0;
  width: 360px;
}

.banner-section-row-0-force-full-width-section > .row-fluid {
  padding: 0px !important;
}

.site_des .date {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/date_bg.png) top left no-repeat;
  color: #FFFFFF;
  float: right;
  font: bold 12px Arial,Helvetica,sans-serif;
  height: 33px;
  margin: 7px 20px 4px 0;
  overflow: hidden;
  padding: 8px 0 0;
  text-align: center;
  width: 151px;
}

.site_des  .face {
  margin: 0;
  padding: 0;
  float: right;
  width: 225px;
}

.site_des .face .top_right_menu {
  margin: 0;
  padding: 0;
  float: right!important;
}

.site_des .face .top_right_menu ul {
  margin: 0;
  padding: 0;
/*   display: block; */
  width: 200px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 5px;
  flex-direction: row;
}

.site_des .face .top_right_menu ul li {
  margin: 0;
  padding: 8px 3px;
  list-style: none;
  float: left;
}

.site_des .face .top_right_menu ul li a {
  margin: 0;
  padding: 0 0px;
  text-decoration: none!important;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #000;
}

/* .site_des .face .top_right_menu ul li:nth-child(1) {
  padding: 0px 10px;
  padding-top: 2px;
} */

.site_des .face .top_right_menu ul li:nth-child(1) > a {
  background-image: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/Facebookv2.png) ;
  width: 30px;
  height: 30px;
  text-indent: -99999px!important;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.site_des .face .top_right_menu ul li:nth-child(2) > a {
  background-image: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/LinkedInv2.png) ;
  width: 30px;
  height: 30px;
  text-indent: -99999px!important;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}
.site_des .face .top_right_menu ul li:nth-child(3) > a {
  background-image: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/Phonev2.png) ;
  width: 30px;
  height: 30px;
  text-indent: -99999px!important;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.site_des .face h2 {
  font: normal 18px Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 10px 0 8px;
  margin: 0;
}


/* menu-css */

.desk_menu {
  display: block;
  float: left;
  margin: 0 auto;
  max-width: 960px;

  width: 100%;
}

.desk_menu #navBar {
  margin: 0;
  padding: 0 0 0 8px;
  max-width: 960px;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/nav_bg.gif) left top repeat-x;
  height: 43px;
}

.top_menu {
  float: left;
}

.top_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_menu ul.submenu.level-1 {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  max-width: 730px;
  width: 100%;
}

.top_menu ul.submenu.level-1 > li {
  margin: 0;
  padding: 0px;
  float: left;
  display: block;
  list-style: none;
}

.top_menu ul.submenu.level-1 > li > a {
  display: block;
  float: left;
  padding: 0 0 0 5px;
  margin: 0;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

.top_menu ul.submenu.level-1 > li > a > span {
  float: left;
  padding: 16px 24px 11px 1px;
  margin: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0px #000000;
}

.top_menu ul ul {
  display: none;
}

.top_menu ul ul {
  background-color: #358be8;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 9;
}

.top_menu ul.submenu.level-1>li {
  position: relative;
}

.top_menu ul.submenu.level-1>li:hover > ul.submenu.level-2 {
  opacity: 1;
  display: block;
}

.header {
  position: relative;
  z-index: 9;
}

.top_menu ul ul > li > a {
  font: bold 12px Arial,Helvetica,sans-serif;
  color: #fff;
  padding: 10px;
  display: block;
}


.st_srch_wrp {
  margin: 0 0 18px 0;
  padding: 8px 0;
  width: 224px;
  float: right;
}

.top_menu ul.submenu.level-1 > li > a:hover {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/left_hover.png) left bottom no-repeat;
  text-decoration: none;
}

.top_menu ul.submenu.level-1 > li > a:hover > span {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/right_hover.png) right bottom no-repeat;
  text-decoration: none;
}


.top_menu ul.submenu.level-1>li>a.active-item {
     background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/left_hover.png) left bottom no-repeat;
}

.top_menu ul.submenu.level-1>li>a.active-item>span {
   background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/right_hover.png) right bottom no-repeat;
}

.hs-hm-pg .top_menu ul.submenu.level-1>li:nth-child(1)>a.active-item,
.hs-hm-pg .top_menu ul.submenu.level-1>li:nth-child(1)>a.active-item > span {
    background-image: none;
}



.hs-hm-pg .top_menu ul.submenu.level-1>li:nth-child(1)>a:hover {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/left_hover.png) left bottom no-repeat;

}

.hs-hm-pg .top_menu ul.submenu.level-1>li:nth-child(1)>a:hover > span {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/right_hover.png) right bottom no-repeat;

}





.st_srch_wrp input.hs-search-field__input {
  font-size: 12px;
  line-height: 18px;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/search_bg.png) no-repeat scroll left top transparent;
  border: medium none;
  color: #666666;
  float: left;
  margin: 0;
  padding: 6px 3px;
  width: 173px;
}

.st_srch_wrp  button {
  font-family: arial;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/go.png) no-repeat scroll left top transparent;
  border: medium none;
  color: #000000;
  cursor: pointer;
  font-size: 0px;
  line-height: 0px;
  margin: 0 5px;
  padding: 13px 0;
  text-align: center;
  width: 34px;
}

.st_srch_wrp form {
  float: right;
}

.st_srch_wrp button {
  border-radius: unset;
  margin-right: 4px;
}

.st_srch_wrp input.hs-search-field__input {
  width: 179px;
}

.banner-section .dnd-section {
  padding: 0;
}

.st_srch_wrp {
  margin: 0;
  padding-bottom: 0;
}
.mob_menu {
  display: none;
}

.top_menu ul.submenu.level-1>li>a>span {
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 16px 20px 11px 1px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
    text-shadow: none;
}

@media(max-width:991px){
  .logo-wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .logo-wrapper a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 580px;
  }

  #site-description {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    float: none;
  }

  .top_menu {
    display: none;
  }

  .site_des .date {
    position: absolute;
    right: 0;
  }


  .site_des .face {
    float: none;
    width: 100%;
    max-width: 225px;
    margin: 0 auto;
  }

  .nv_tggle:before {
    font: 26px 'FontAwesome';
    content: "\f0c9";
    color: #fff;
  }
  .nv_tggle {
    width: auto;
    float: left;
    position: relative;
    top: 8px;
    cursor: pointer;
  }

  .desk_menu {
    width: 100%;
    max-width: 100%;
  }

  .desk_menu #navBar {
    max-width: 100%;
  }
  .mob_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mob_menu ul ul {
    display: none;
  }

  .mob_menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    right: 0;
    left: 0;
    top: 100%;
    padding-left: 15px;
    background-color: #2b84e6;
    padding-right: 15px;
  }

  .desk_menu {
    position: relative;
  }

  .desk_menu #navBar {
    position: relative;
  }

  .desk_menu #navBar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .st_srch_wrp button {
    margin-right: 0;
  }

  .mob_menu ul.submenu.level-1 > li > a {
    font: bold 12px Arial, Helvetica, sans-serif!important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #fff;
  }

  .mob_menu ul.submenu.level-1 > li {
    position: relative;
  }

  .submenu-toggle {
    position: absolute;
    right: 0;
    height: 34px;
    width: 50px;
    top: 0;
    background-color: transparent;
    cursor: pointer;
  }

  .submenu-toggle:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    right: 23px;
    border-color: #fff;
  }
  .mob_menu ul ul li a {
    font: bold 12px Arial,Helvetica,sans-serif !important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #fff;
    padding-left: 15px;
  }
}

.top_menu {
  display: block;
}



@media(min-width:768px){
  .nv_tggle {
    display: none;
  }
  .submenu-toggle {
    display: none;
  }
}

@media(max-width:991px){
  .site_des .face .top_right_menu {
    width: 100%; 
  }
  .site_des .face .top_right_menu ul {
    width: 100%; 
    justify-content: center;
  }
  .top_menu ul.submenu.level-1>li:nth-child(1)>a {
    padding-left: 0;
  }
  .child-open > .submenu-toggle:after {
    -webkit-transform: rotate( -45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }


  .submenu-toggle:after {
    transition: all .2s;
  }
}

@media(max-width:875px){
  .top_menu ul.submenu.level-1>li>a>span {
    padding-right: 10px;
  }
}

@media(max-width:767px){
  .top_menu {
    display: none;
  }

}



@media(max-width:600px){
  .logo-wrapper a {
    max-width: 320px;
    background-size: contain;
    margin-top: 40px;
    height: 40px;
  }

}
.footer {
  margin-bottom: 20px;
  clear: both;
  width: 100%;
}

.footer #colophon {
  border-top: 1px solid #8D929A;
  margin: 5px auto 10px;
  overflow: hidden;
  padding: 12px 0 0;
}

#site-info {
  padding: 9px 0;
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: center;
}

.ftr_menu ul.submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ftr_menu ul.submenu.level-1 li {
  list-style: none;
/*   float: left; */
  margin: 0px;
  padding: 0px;
  border-right: solid 1px #666666;
}

.ftr_menu ul.submenu.level-1 li:last-child {
  border-right: none;
}

.ftr_menu ul.submenu.level-1 li > a {
  display: block;
  line-height: 13px;
  padding: 0px 5px;
}
.ftr_menu ul.submenu.level-1 li>a {
    color: #666666;
}

.ftr_menu ul.submenu.level-1 li>a:hover {
    text-decoration: underline;
}
@media(max-width:767px){
  .footer #colophon {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}


.ftr_menu ul.submenu.level-1 li {
    float: none;
    display: inline-block;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
  
    margin-bottom: 5px;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @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    */
/*****************************************/

/*Jquery Light Box*/
[data-hs-cos-type="post_listing"] h3 {
    color: #000;
    font-size: 24px !important;
    font-family: 'Arial'; 
}
[data-hs-cos-type="post_listing"] ul {
  padding: 0 ;
  list-style-type: none}
  
  [data-hs-cos-type="post_listing"] ul li {
    padding-bottom: 10px !important; 
    margin-bottom: 10px; 
    border-bottom: 1px dashed #3d3d3d;    
    line-height: 1;
  }
  
  [data-hs-cos-type="post_listing"] ul li:last-child { 
    margin-bottom: 0;
    padding-bottom: 0; 
    border-bottom: 0;
  }
  
  [data-hs-cos-type="post_listing"] ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: 'Arial'; 
}
#jquery-lightbox {
  height: 100%;
  margin-top: -100px;
  padding-top: 50px;
}
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  background: #000000;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-secNav-btnClose img {
  display: none
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1; display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
  box-sizing: content-box;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  height: 22px;
  padding-bottom: 0.9em;
  box-sizing: content-box;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/lightbox-btn-close.gif) no-repeat left top;
}

@media(max-width:1200px){
  div#jquery-overlay {
    width: 100% !IMPORTANT;
  }

  #lightbox-container-image-box {
    width: 100% !important;
    height: auto !important;
  }

  #lightbox-container-image img {
    width: 100% !important;
  }

  #lightbox-nav {
    display: none !important;
  }

  #lightbox-container-image-data-box {
    width: 100% !important;
    box-sizing: border-box;
  }
}


/*Jquery Light Box*/



/* sn-css */


.full_wd .dnd-section,
.full_wd .dnd-section > .row-fluid,
.full_wd .dnd-section > .row-fluid .dnd-column {
  padding:0;
}


.two_col_wrppr {
  clear: both;
}

.two_col_left {
  float: left;
  margin: 0;
  width: 680px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px; 
}

.two_col_right {
  float: right;
}

.two_col_left h1 {
  color: #000000;
  font: bold 22px Arial, Helvetica, sans-serif;
  margin: 0px 0px 15px 0px;
  padding: 0;
  line-height: normal;
}

img {
  vertical-align: top;
}

.two_col_right .navigation-primary {
  width: 278px;
  clear: both;
}

.two_col_right .navigation-primary > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/sidebar_shadow.jpg) no-repeat bottom left #e3e3e3;
  width: 247px;
  float: left;
  overflow: hidden;
  padding: 0px 0px 25px 0px;
  margin-bottom: 50px;
}

.two_col_right .navigation-primary ul li {
  color: #3E4449;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px none!important;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/sidebar_category_brdr.jpg) no-repeat bottom center;
}

.two_col_right .navigation-primary ul li a {
  padding: 9px 10px 9px 10px;
  display: block;
  color: #3E4449;
}

.two_col_right .navigation-primary ul li:first-child {
  padding: 5px 0 0 0;
}

.two_col_right .navigation-primary ul li a:hover {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/sidebar_heading_bg.jpg) no-repeat 0px 0px;
  color: #FFFFFF;
}

@media(max-width:991px){
  .two_col_wrppr {
    padding:  0 15px;
  }

  .two_col_left {
    width: calc(100% - 268px);
  }

  .two_col_right {
    width: auto;
  }

  .two_col_right .navigation-primary {
    width: 100%;
  }

  .two_col_right .navigation-primary>ul {
    float: right;
  } 
}


@media(max-width:767px){
  .two_col_left,
  .two_col_right{
    width:100%; 
  } 
  .two_col_right .navigation-primary>ul {
    float: none;
  } 
}

.two_col_left .widget-type-rich_text h3 {
  font: bold 13px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
}

.fw_row1 {
  margin-top: 18px;
  margin-bottom: 3px;
}

.fw_row2 .img_gllry.ngg-galleryoverview {
  margin-bottom: 48px;
}

@media(max-width:991px){
  .fullw_page {
    padding: 0 15px;
  }
}

.fw_row1 .widget-type-rich_text p {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.fw_row1 .widget-type-rich_text p:first-child {
  margin-top: 3px;
}

.fw_row2 .span3 {
  margin-top: 7px;
  width: 240px;
  margin-left: 0;
}

.fw_row2 .widget-type-linked_image {
  width: 100%;
}

.fw_row2 .widget-type-linked_image img {
}

.fw_row2 .widget-type-linked_image > * {
  display: block;
  width: 210px;
  margin: 0 0 6px !important;
}

.fw_row2 .widget-type-linked_image a {
  border: 1px solid #BBBBBB !important;
  height: 200px;
  margin: 0 0 6px !important;
  padding: 5px !important;
  width: 200px;
  display: block;
  box-sizing: content-box;
}

.fw_row2 .widget-type-linked_image a img {
  border: 1px solid #CACACA;
  height: 200px;
  margin: 0;
  padding: 0;
  width: 200px;
  box-sizing: content-box;
  vertical-align: top;
}

.fw_row2 .widget-type-rich_text h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 4px 0 0px 0;
  text-align: center;
  width: 210px;
}

.fw_row2 .widget-type-rich_text h4 a {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 1px;
}

.fw_row2 .widget-type-rich_text h4 a,
.fw_row2 .widget-type-rich_text h4 a:visited,
.fw_row2 .widget-type-rich_text h4 a:active {
  color: #015CBA;
}

.fw_row2 .widget-type-rich_text h4 a:hover {
  color: #006fe1;
  text-decoration: underline;
}

@media(max-width:767px){
  .fw_row2 .span3 {
    width: 50%;
    float: left;
  }
}


@media(max-width:500px){
  .fw_row2 .span3 {
    width: 100%;
    float: none;
  }

  .fw_row2 .widget-type-linked_image>* {
    width: 100%;
  }

  .fw_row2 .widget-type-linked_image a {
    margin: 0 auto 6px !important;
  }

  .fw_row2 .widget-type-rich_text h4 {
    width: 100%;
  }
}


.fw_row1 .widget-type-linked_image {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 44px;
}

.psv_page {
  margin: 14px 0 0 0;
}

.psv_page .two_col_left .span5 {
  width: 302px;
  margin-right: 10px;
}

.psv_page .two_col_left .span7 {
  width: calc(100% - 312px);
  margin-left: 0;
}

.psv_page .widget-type-rich_text table {
  border: 0;
  margin: 25px 0px 4px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #DCDCDC !important;
  background: none;
}

.psv_page .widget-type-rich_text table td,.psv_page .widget-type-rich_text table th {
  background: none;
  border: 0;
}

.psv_page .widget-type-rich_text table td {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  font: normal 12px/20px arial;
  color: #3E4449;
  border-top: 1px solid #e5e5e5;
  box-sizing: content-box;
}

.psv_page .widget-type-rich_text table td h1 {
  padding: 4px 0;
  margin: 0;
  text-align: center;
  background: #eeeeee;
  color: #3E4449;
  font: normal 12px/20px Arial, Helvetica, sans-serif;
  display: inline;
}

.psv_page .widget-type-rich_text table tr:not(:first-child) td {
  border-top: 1px solid #e5e5e5;
  padding: 5px 5px;
  font: normal 12px/20px arial;
  color: #3E4449;
}

.psv_page .widget-type-rich_text table tr:not(:first-child) td strong {
  font-weight: bold;
}

@media(max-width:767px){
  .psv_page .two_col_left .span5 {
    width: 100%;
  }

  .psv_page .two_col_left .span7 {
    width: 100%;
    margin-top: 20px;
  }
}


@media(max-width:500px){
  .psv_page .widget-type-rich_text table {
    overflow-x: scroll;
    width: 100% !important;
    display: block;
  }
}

.fw_row1 .widget-type-rich_text h6 {
  color: #3E4449;
  display: block;
  font: 12px/20px Arial, Helvetica, sans-serif;
  margin: 3px 0 15px;
  padding: 0;
}


div#shShutter {
  height: 100% !important;
  position: fixed !important;
}


/* sn-css-end */







.leftSidebar_glb {
  float: right;
  display: none;
}

.leftSidebar_glb .wd {
  width: 278px;
  float: right;
  overflow: hidden;
}

.leftSidebar_glb .wd .mr {
  margin: 0 0 18px 1.5em;
  margin-left: 0;
  padding: 0 0 0 0;
}

.leftSidebar_glb .sdmr {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/sidebar_shadow.jpg) no-repeat bottom left #e3e3e3;
  width: 247px;
  float: left;
  overflow: hidden;
  padding: 0px 0px 25px 0px;
  margin-bottom: 50px;
}

.leftSidebar_glb .sdmr .inner_sidebar_menu {
  background: #e4e4e4;
}

.leftSidebar_glb .sdmr .inner_sidebar_menu ul {
  margin: 0px 0 0 0;
  list-style: none;
  padding: 5px 0 0 0;
  width: 247px;

}

.leftSidebar_glb .sdmr .inner_sidebar_menu ul li {
  border: 0px none!important;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/sidebar_category_brdr.jpg) no-repeat bottom center;
  color: #3E4449;
  display: block;
  margin: 0px;
  padding: 0px;
}


.leftSidebar_glb .sdmr .inner_sidebar_menu ul li a {
  display: block;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 9px 10px 9px 10px;
  color: #3E4449;
}
.leftSidebar_glb .sdmr .inner_sidebar_menu ul li a:hover {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/sidebar_heading_bg.jpg) no-repeat 0px 0px;
  color: #FFFFFF;
}

@media(max-width:767px){
  .leftSidebar_glb {
    float: none;
    width: 100%;
    display: block;
  }

  .leftSidebar_glb .wd {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hs-anchrhnding-pgrw1 {
  margin-bottom: 36px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding-top: 33px;
}

.hs-anchrhnding-pgrw1 .mr {
  margin: 0 0 48px 0;
}

.anchrhnding_rw1 .dnd-section {
  padding: 0px;
}

.anchrhnding_rw1 h1 {
  color: #000000;
  font: bold 22px Arial, Helvetica, sans-serif;
  margin: 0px 0px 15px 0px;
  padding: 0;
}

.anchrhnding_rw1pg {
  clear: both;
  width: auto;
  display: inline-block;
}

.anchrhnding_rw1pg h2 {
  color: #5f0d4b!important;
  padding: 0px 0px 10px 0px;
  font: normal 12px/20px Arial, Helvetica, sans-serif!important;
  margin: 0 0 5px;
  display: inline;
  clear: both;
  position: relative;
  top: -1px;
}

.hs-anchrhnding-pgrw1 .vessel_siderBar1 {
  width: 302px;
  float: left;
  overflow: hidden;
  padding: 0px 0px 25px 0px;
  margin: 0 10px 0 0;
}

.hs-anchrhnding-pgrw1  .contentContainer_sp1 {
  padding: 0;
  margin: 0;
  width: 644px;
  float: right;
  border-bottom: none;
  border-left: none;
  margin-top: 9px;
}





.lgbx_img_wrp #gallery:not(:last-child) {
  margin: 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}

.lgbx_img_wrp #gallery a {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #393939;
}

.hs-anchrhnding-pgrw1 .contentContainer_sp1 table {
  margin: 0;
  background-color: transparent;
  border: none;
  color: #333;
  line-height: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-right: 1px solid #DCDCDC !important;
  overflow-wrap: normal;

  display: inline-block;
}

.hs-anchrhnding-pgrw1 .contentContainer_sp1 td {
  border: none;
  vertical-align: top;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  font: normal 12px/20px Arial, Helvetica, sans-serif;
  color: #393939;
  padding: 3px 10px 3px 6px;
}

.hs-anchrhnding-pgrw1 .contentContainer_sp1 tr td {
  border-top: 1px solid #e5e5e5;
  padding: 5px 5px !important;
  font: normal 12px/20px arial;
  color: #3E4449;
}

.hs-anchrhnding-pgrw1 .contentContainer_sp1 strong {
  font-weight: bold;
}

.hs-anchrhnding-pgrw1 .contentContainer_sp1 h1 {
  display: inline;
  font: normal 12px/20px Arial, Helvetica, sans-serif!important;
  width: 687px!important;
  margin: 0!important;
  padding: 4px 0;
  text-align: center;
  background: #eeeeee;
  color: #3E4449;
}


.hs-anchrhnding-pgrw1 .contentContainer_sp1 table tr:nth-child(1) td {
  padding: 0px !important;
}

.hs-anchrhnding-pgrw1 .contentContainer_sp1 br {
  display: none;
}
.hs-anchrhnding-pgrw1 .contentContainer_sp1 td {
  box-sizing: content-box;
}

@media(max-width:991px){
  .hs-anchrhnding-pgrw1 .contentContainer_sp1 {
    width: calc(100% - 220px);
  }
  .hs-anchrhnding-pgrw1 .vessel_siderBar1 {
    width: 210px;
  }
}


@media(max-width:767px){
  .hs-anchrhnding-pgrw1 .contentContainer_sp1 {
    width: 100%;
  }
  .hs-anchrhnding-pgrw1 .vessel_siderBar1 {
    width: 100%;
  }
}



@media(max-width:520px){
  .hs-anchrhnding-pgrw1 .contentContainer_sp1 table {
    display: block;
    overflow-x: scroll;
  }
}

/* about-pg */

.abt_man {
  display: flex;
  flex-direction: row-reverse;
}

.abt_in_pg {
  float: left;
  margin: 0;
  width: 680px;
  max-width: 100%;
  flex: auto;
}

.abt_in_pg .abt_mn {
  margin-bottom: 36px;
  color: #333;
  line-height: 20px;
}

@media (max-width: 767px){

  .abt_man {
    display: flex;
    flex-direction: column-reverse;
  }

  .abt_in_pg {
    float: none;
    width: 100%;
  }
}

.abt_in_pg .abt_mn > .container-fluid {
  margin: 0 0 48px 0;
}

.abt_in_pg .abt_mn h1 {
  color: #000000;
  font: bold 22px Arial, Helvetica, sans-serif;
  margin: 0px 0px 15px 0px;
  padding: 0;
}

.abt_in_pg .abt_mn h5 {
  font: normal 12px/20px Arial, Helvetica, sans-serif!important;
  margin: 0 0 5px!important;
  padding: 0;
  display: inline;
  color: #3E4449;
  display: inline;
}

.abt_in_pg .abt_mn p {
  color: #3E4449;
  display: block;
  font: 12px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

.abt_man {
  display: flex;
  flex-direction: row-reverse;
}

.abt_in_pg {
  float: left;
  margin: 0;
  width: 680px;
  max-width: 100%;
  flex: auto;
}

.abt_in_pg .abt_mn {
  margin-bottom: 33px;
  color: #333;
  line-height: 20px;
}


@media (max-width: 767px){
  .abt_man {
    display: flex;
    flex-direction: column-reverse;
  }

  .abt_in_pg {
    float: none;
    width: 100%;
  }
}

.abt_in_pg .abt_mn > .container-fluid {
  margin: 0 0 0px 0;
}

.abt_in_pg .abt_mn h1 {
  color: #000000;
  font: bold 22px Arial, Helvetica, sans-serif;
  margin: 0px 0px 15px 0px;
  padding: 0;
}

.abt_in_pg .abt_mn h5 {
  font: normal 12px/20px Arial, Helvetica, sans-serif!important;
  margin: 0 0 5px!important;
  padding: 0;
  display: inline;
  color: #3E4449;
  display: inline;
}

.abt_in_pg .abt_mn p {
  color: #3E4449;
  display: block;
  font: 12px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

.sdmr {}

.abt_in_pg .abt_mn hr {
  border: 0;
  clear: both;
  height: 1px;
  display: block;
  font: 12px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 0;
  width: 95%;
  color: #8D929A;
  background-color: #8D929A;
}

.abt_in_pg .abt_mn h3 {
  clear: both;
  font: bold 13px/20px Arial, Helvetica, sans-serif!important;
  margin: 0 0 5px!important;
  padding: 0;
  color: #3E4449;
}

.abt_in_pg .abt_mn table {
  border: none;
  margin: 0;
  overflow-wrap: normal;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  background-color: transparent;
}

.abt_in_pg .abt_mn table td {
  border: none;
  border-top: 1px solid #e5e5e5;
  padding: 5px 5px !important;
  font: normal 12px/20px arial;
  color: #3E4449;
  vertical-align: top;
  box-sizing: content-box;
}
.hs-about-page-row-1 .dnd-section>.row-fluid {
  padding: 0px !important;
}


@media(max-width:450px){
  .abt_in_pg .abt_mn img {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    left: 0 !important;
  }

}


/* hm-pg */
.hs-hmpg-row-1 .dnd-section>.row-fluid {
  padding: 0px !important;
}

.hs-hmpg-row-1 .dnd-column {
  padding: 0px !important;
}



.hm_pg_inr {
  display: flex;
}

.hm_pg_inr .hm_lftbr {
  float: right;
}

.hm_pg_inr .hm_rgtbr {
  float: left;
  margin: 0;
  width: 680px;
}

.hm_pg_inr .hm_rgtbr .inr {
  float: right;
  overflow: hidden;
  width: 280px;
}

.hm_pg_inr .hm_rgtbr .inr .pd {
  margin: 0 0 18px 1.5em;
  margin-left: 0;
  padding: 0 0 0 0;
}


.latetNews_wrp h3.widget-title {
/*   background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/news.jpg) no-repeat scroll left top transparent; */
  color: #000000;
  font: bold 24px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 2px 0 10px 0;
}



.hm_pg_inr .hm_lftbr .dnd-section>.row-fluid {
  padding: 0;
}

.hm_pg_inr .hm_lftbr h1 {
  margin: 0 0 5px;
  display: block!important;
  font: bold 22px Arial,Helvetica,sans-serif!important;
  width: 100%!important;
  color: #000000;
  margin-bottom: 15px;
}

.hm_pg_inr .hm_lftbr  p {
  color: #3E4449;
  display: block;
  font: 12px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

.hm_pg_inr .hm_lftbr br {
  display: none;
}

.hm_pg_inr .hm_lftbr a img {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
  margin-bottom: 12px;
}

.hm_pg_inr .hm_lftbr  h3 {
  font: bold 13px/20px Arial, Helvetica, sans-serif!important;
  margin: 0 0 5px!important;
  padding: 0;
  color: #3E4449;
}

.hm_pg_inr .hm_lftbr .wd {
  padding-right: 20px;
  padding-top: 0;
}

.hm_pg_inr .hm_lftbr h1 strong {
  font-weight: bold;
}
.hm_pg_inr .hm_rgtbr .inr .pd {
  margin-bottom: 8px;
}

@media(max-width:991px){
  .hm_pg_inr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hm_pg_inr .hm_lftbr .wd {
    padding-top: 0;
  }
}

@media(max-width:767px){
  .hm_pg_inr {
    flex-direction: column;
  }

  .hm_pg_inr .hm_lftbr {
    width: 100%;
  }

  .hm_pg_inr .hm_rgtbr {
    width: 100%;
  }

  .hm_pg_inr .hm_rgtbr {
    padding: 0;
  }

  .hm_pg_inr .hm_rgtbr .inr {
    width: 100%;
  }

  .hm_pg_inr .hm_rgtbr .inr .pd .dnd-section>.row-fluid {
    padding: 0px !important;
  }
}

@media(max-width:450px){
  .hm_pg_inr .hm_lftbr a img {
    float: none;
    display: block;
  }
}


/* carer-pg */

.hs-crerpg-rw1 .dnd-section>.row-fluid {
  padding: 0;
}

.hs-crerpg-rw2 h1 {
  color: #000000;
  font: bold 22px Arial, Helvetica, sans-serif;
  margin: 0px 0px 15px 0px;
  padding: 0;
}

.hs-crerpg-rw2 p {
  color: #3E4449;
  display: block;
  font: 12px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

.hs-crerpg-rw2 p a {
  color: #015CBA;
}

.hs-crerpg-rw2 p a:hover {
  color: #006fe1;
  text-decoration: underline;
}

.cr_mem_wrp .mem_item:nth-child(1) h2 {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/crew_icon.jpg) left no-repeat;
}

.cr_mem_wrp .mem_item h2 {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/other.jpg) left no-repeat;
}

.leftSidebar_glb .sdmr .inner_sidebar_menu .dnd-section>.row-fluid {
  padding: 0;
}

.leftSidebar_glb .sdmr .inner_sidebar_menu .dnd-column {
  padding: 0px !important;
}

.abt_man .mr {
  margin: 0;
}
.two_col_right .navigation-primary ul li a.active-item {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/sidebar_heading_bg.jpg) no-repeat 0px 0px;
  color: #fff;
}

.abt_man .two_col_right .dnd-column {
  padding: 0;
}



/* con-pg-css */
.container-fluid.hs-conctpg-rw1 {}

.hs-conctpg-rw1 .dnd-section>.row-fluid {
  padding: 0;
}

.hs-conctpg-rw2 {
  max-width: 950px;
  margin: 0 auto;
}

.hs-conctpg-rw2 h1 {
  color: #000000;
  font: bold 22px Arial, Helvetica, sans-serif;
  margin: 0px 0px 15px 0px;
  padding: 0;
}

.hs-conctpg-rw2_wrp {
  display: flex;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.hs-conctpg-rw2_wrp .cllft {
  width: auto;
}

.hs-conctpg-rw2_wrp  .clrgt {
  float: left;
  padding: 0 0 0 15px;
  width: 350px;
  font-size: 12px;
}

.hs-conctpg-rw2_wrp .dnd-section>.row-fluid {
  padding: 0;
}

.hs-conctpg-rw2_wrp .cllft form {
  margin: 15px 40px 20px 0;
  padding: 0;
  border-right: 1px solid #dcdcdc;
  font-size: 12px;
  width: 550px!important;
}

.hs-conctpg-rw2_wrp .clrgt table {
  margin: 0;
  border: none;
  background: transparent;
  overflow-wrap: normal;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}

.hs-conctpg-rw2_wrp .clrgt table td {
  display: table-cell;
  font: normal 12px/20px arial;
  color: #3E4449;
  border: 0px none !important;
  padding: 5px !important;
  line-height: 15px;
  box-sizing: content-box;
}

.hs-conctpg-rw2_wrp .cllft form .field.hs-form-field {
  margin: 0;
  display: flex;

  flex-wrap: wrap;
}

.hs-conctpg-rw2_wrp .cllft form .field.hs-form-field > label {
  margin: 0;
  padding: 5px 5px 5px 0px!important;
  font: normal 12px Arial, Helvetica, sans-serif!important;
  border: medium none !important;
  width: 40%;
}

.hs-conctpg-rw2_wrp .cllft form .field.hs-form-field 
> .input {
  width: 60%;
  margin: 0;
  padding: 5px 5px 5px 0px!important;
  font: normal 12px Arial, Helvetica, sans-serif!important;
  border: medium none !important;
}

.hs-conctpg-rw2_wrp .cllft form .hs-input {
  margin: 0;
  padding: 5px 3px!important;
  width: 250px;
  border: 1px solid #c1c1c1;
  font: normal 12px Arial, Helvetica, sans-serif!important;
}

.hs-conctpg-rw2_wrp .cllft form textarea.hs-input {
  min-height: 264px;
}


.hs-conctpg-rw2_wrp .cllft form .field.hs-form-field.hs_send_myself_a_copy_ {
  display: block;
}


.hs-conctpg-rw2_wrp .cllft form .field.hs-form-field.hs_send_myself_a_copy_ .input li.hs-form-booleancheckbox {
  margin: 0px;
}

.hs-conctpg-rw2_wrp .cllft form  label.hs-form-booleancheckbox-display {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
}

.hs-conctpg-rw2_wrp .cllft form label.hs-form-booleancheckbox-display > span {
  width: 40%;
}

.hs-conctpg-rw2_wrp .cllft form label.hs-form-booleancheckbox-display > .hs-input {
  width: 60% !important;
  padding: 0px !important;
  border: none !important;
  text-align: left;
  position: relative;
  left: -1px;
}

.hs-conctpg-rw2_wrp .cllft form  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: block;
  margin-top: 10px;
}

.hs-conctpg-rw2_wrp .cllft form .hs_recaptcha.hs-recaptcha.field.hs-form-field > .input {
  width: 100% !important;
  padding: 0px !important;
}

.hs-conctpg-rw2_wrp .cllft form input.hs-button.primary.large {
  margin: 0;
  margin: 0!important;
  padding: 5px 0;
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/submit_but.gif) left top no-repeat;
  width: 66px;
  text-align: center;
  color: #FFFFFF!important;
  cursor: pointer;
  border: none;
  font: bold 12px Arial, Helvetica, sans-serif!important;
  cursor: pointer;

  transition: none;

}
.hs-conctpg-rw2_wrp .cllft form input.hs-button.primary.large:hover {
  background: url(https://21146903.fs1.hubspotusercontent-na1.net/hubfs/21146903/raw_assets/public/Britoil_December_2021/images/submit_but.gif) left top no-repeat;
  background-position: 0px -28px;
}
.hs-conctpg-rw2_wrp .cllft form .actions {
  text-align: center;
  margin-top: 20px;
}
.hs-error-msg {
  color: red !important;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  color: red;
}

@media(max-width:991px){
  .hs-conctpg-rw2_wrp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-conctpg-rw2_wrp .cllft form {
    width: 490px !important;
  }
}



@media(max-width:767px){
  .hs-conctpg-rw2_wrp {
    display: block;
  }

  .hs-conctpg-rw2_wrp .clrgt {
    width: 100%;
    padding: 0;
    float: none;
  }

  .hs-conctpg-rw2_wrp .cllft {
    width: 100%;
  }

  .hs-conctpg-rw2_wrp .cllft form {
    width: 100% !important;
    border: none;
  }

  .hs-conctpg-rw2_wrp .cllft form .hs-input {
    width: 100%;
  }
  .hs-conctpg-rw2_wrp .cllft form .field.hs-form-field {
    display: block;
  }

  .hs-conctpg-rw2_wrp .cllft form .field.hs-form-field>label {
    width: 100%;
  }

  .hs-conctpg-rw2_wrp .cllft form .field.hs-form-field>.input {
    width: 100%;
  }

  .hs-conctpg-rw2_wrp .cllft form .field.hs-form-field.hs_send_myself_a_copy_ > .input {
    width: auto !important;
  }

  .hs-conctpg-rw2_wrp .cllft form label.hs-form-booleancheckbox-display {
    display: block;
  }

  .hs-conctpg-rw2_wrp .cllft form label.hs-form-booleancheckbox-display>.hs-input {
    width: auto !important;
  }

  .hs-conctpg-rw2_wrp .cllft form label.hs-form-booleancheckbox-display>span {
    width: auto !important;
    padding-left: 3px;
  }

}



.hs-crewmempg-rw1 h1 {
  color: #000000;
  font: bold 22px Arial, Helvetica, sans-serif;
  margin: 0px 0px 15px 0px;
  padding: 0;
  padding-top: 15px;
}

.container-fluid.hs-crewmempg-rw1 {
  max-width: 956px;
  margin: 0 auto;
}


/** form page ***/

.hs-crewmem-pg main fieldset > div {
  font: bold 12px Arial, Helvetica, sans-serif!important;
  color: #3E4449;
  padding: 0;
}

.hs-crewmem-pg main .hs-form-field {
  margin-bottom: 0;
}

.hs-crewmem-pg main form fieldset {
  border-top: 1px solid #e5e5e5;
}

.hs-crewmem-pg main form {
  border: 1px solid #e5e5e5;
  border-top: 0;
  margin-bottom: 47px;
}

.hs-crewmem-pg main form .hs-richtext {
  margin: 0;
  padding: 4px;
}

.hs-crewmem-pg main form .hs-richtext h6 {
  margin: 0;
}

.hs-crewmem-pg main fieldset > .hs-form-field:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.hs-crewmem-pg main fieldset > .hs-form-field {
  display: flex;
}

.hs-crewmem-pg main .hs-form-field > label {
  display: block;
  margin: 0;
  width: 30%;
  min-width: 192px;
  border-right: 1px solid #e5e5e5;
}

.hs-crewmem-pg main .hs-form-field .input {
  margin: 0 !important;
  width: 70%;
}

.hs-crewmem-pg main fieldset.form-columns-3 > .hs-form-field {
  width: 33.33%;
}

.hs-crewmem-pg main fieldset > .hs-form-field > * {
  padding: 4px;
}

.hs-crewmem-pg main fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-dateinput:before {
  right: 8px;
}

.hs-crewmem-pg main fieldset > .hs-fieldtype-checkbox,
.hs-crewmem-pg main fieldset > .hs-fieldtype-booleancheckbox {
  display: block;
}

.hs-crewmem-pg main fieldset > .hs-fieldtype-checkbox > label,
.hs-crewmem-pg main fieldset > .hs-fieldtype-booleancheckbox > label {
  border: 0;
  width: 100%;
}

.hs-crewmem-pg main fieldset > .hs-fieldtype-checkbox .input,
.hs-crewmem-pg main fieldset > .hs-fieldtype-booleancheckbox .input {
  width: 100%;
}

.hs-crewmem-pg main .hs-fieldtype-checkbox ul[role="checkbox"] li,
.hs-crewmem-pg main .hs-fieldtype-booleancheckbox .inputs-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-crewmem-pg main .hs-fieldtype-checkbox ul[role="checkbox"] li input,
.hs-crewmem-pg main .hs-fieldtype-booleancheckbox .inputs-list li input {
  width: auto !important;
}

.hs-crewmem-pg main form .hs-richtext h5 {
  font: bold 13px/20px Arial, Helvetica, sans-serif;
  color: #3E4449;
  margin: 0;
}

.hs-crewmem-pg main form .hs-richtext a {
  color: #015CBA;
}

.hs-crewmem-pg main form .hs-richtext a:hover {
  color: #006fe1;
  text-decoration: underline;
}

.hs-crewmem-pg main fieldset > .hs-form-field.hs-fieldtype-file,
.hs-crewmem-pg main fieldset > .hs-fieldtype-textarea {
  display: block;
}

.hs-crewmem-pg main fieldset > .hs-form-field.hs-fieldtype-file > label,
.hs-crewmem-pg main fieldset > .hs-fieldtype-textarea > label {
  border: none;
  width: 100%;
}

.hs-crewmem-pg main fieldset > .hs-form-field.hs-fieldtype-file .input,
.hs-crewmem-pg main fieldset > .hs-fieldtype-textarea .input {
  width: 100%;
}

.hs-crewmem-pg main form textarea {
  min-height: 146px;
}

.hs-crewmem-pg main .hs_recaptcha {
  border-bottom: 1px solid #e5e5e5;
  padding: 4px 4px 7px;
}

.hs-crewmem-pg main .hs_recaptcha .input {
  width: 100%;
}

.grecaptcha-badge {
  margin: 0;
}

.hs-crewmem-pg main .hs-button {
  margin: 0;
}

.hs-crewmem-pg main .actions {
  padding: 4px;
}

.hs-crewmem-pg main .hs-form-field>label,
.hs-crewmem-pg main .hs-fieldtype-booleancheckbox .inputs-list li > label {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #3E4449;
}

.hs-crewmem-pg main .hs-fieldtype-checkbox ul[role="checkbox"] li,
.hs-crewmem-pg main .hs-fieldtype-booleancheckbox .inputs-list li {
  min-height: 24px;
  padding: 5px 0;
}

.hs-crewmem-pg main ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
}

.hs-crewmem-pg main ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
  padding: 0;
}

.hs-crewmem-pg main ul.no-list.hs-error-msgs.inputs-list li label {
  margin: 0;
}

.hs-crewmem-pg main .hs_error_rollup {
  padding: 4px;
}

.hs-crewmem-pg main .hs_error_rollup li {
  margin: 0;
}


.hs-crewmem-pg main fieldset .hs_name_and_location > label,
.hs-crewmem-pg main fieldset .hs_graduate__a___degree_ > label,
.hs-crewmem-pg main fieldset .hs_major___subjects_of_study > label,
.hs-crewmem-pg main fieldset .hs_name_and_location1 > label,
.hs-crewmem-pg main fieldset .hs_graduate__a___degree_1 > label,
.hs-crewmem-pg main fieldset .hs_major___subjects_of_study1 > label,
.hs-crewmem-pg main fieldset .hs_name_and_location2  > label,
.hs-crewmem-pg main fieldset .hs_graduate__a___degree_2 > label,
.hs-crewmem-pg main fieldset .hs_major___subjects_of_study2 > label,
.hs-crewmem-pg main fieldset .hs_name_and_location3  > label,
.hs-crewmem-pg main fieldset .hs_graduate__a___degree_3 > label,
.hs-crewmem-pg main fieldset .hs_major___subjects_of_study3 > label   {
  display: none;
}

.hs-crewmem-pg main fieldset .hs_name_and_location  > .input,
.hs-crewmem-pg main fieldset .hs_graduate__a___degree_ > .input,
.hs-crewmem-pg main fieldset .hs_major___subjects_of_study > .input,
.hs-crewmem-pg main fieldset .hs_name_and_location1  > .input,
.hs-crewmem-pg main fieldset .hs_graduate__a___degree_1 > .input,
.hs-crewmem-pg main fieldset .hs_major___subjects_of_study1 > .input,
.hs-crewmem-pg main fieldset .hs_name_and_location2  > .input,
.hs-crewmem-pg main fieldset .hs_graduate__a___degree_2 > .input,
.hs-crewmem-pg main fieldset .hs_major___subjects_of_study2 > .input,
.hs-crewmem-pg main fieldset .hs_name_and_location3  > .input,
.hs-crewmem-pg main fieldset .hs_graduate__a___degree_3 > .input,
.hs-crewmem-pg main fieldset .hs_major___subjects_of_study3 > .input   {
  width: 100%;
}



.hs-crewmem-pg main fieldset .hs_name > label,
.hs-crewmem-pg main fieldset .hs_sex > label,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_1 > label,
.hs-crewmem-pg main fieldset .hs_place_of_birth1 > label{
  display: none;
}


.hs-crewmem-pg main fieldset .hs_name > .input,
.hs-crewmem-pg main fieldset .hs_sex > .input,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_1 > .input,
.hs-crewmem-pg main fieldset .hs_place_of_birth1 > .input{
  width: 100%;
}



.hs-crewmem-pg main fieldset .hs_name2 > label,
.hs-crewmem-pg main fieldset .hs_sex2 > label,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_2 > label,
.hs-crewmem-pg main fieldset .hs_place_of_birth2 > label {
  display: none;
}

.hs-crewmem-pg main fieldset .hs_name2 > .input,
.hs-crewmem-pg main fieldset .hs_sex2 > .input,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_2 > .input,
.hs-crewmem-pg main fieldset .hs_place_of_birth2 > .input {
  width: 100%;
}



.hs-crewmem-pg main fieldset .hs_name3 > label,
.hs-crewmem-pg main fieldset .hs_sex3 > label,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_3 > label,
.hs-crewmem-pg main fieldset .hs_place_of_birth3 > label {
  display: none;
}

.hs-crewmem-pg main fieldset .hs_name3 > .input,
.hs-crewmem-pg main fieldset .hs_sex3 > .input,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_3 > .input,
.hs-crewmem-pg main fieldset .hs_place_of_birth3 > .input {
  width: 100%;
}


.hs-crewmem-pg main fieldset .hs_name4 > label,
.hs-crewmem-pg main fieldset .hs_sex4 > label,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_41 > label,
.hs-crewmem-pg main fieldset .hs_place_of_birth4 > label {
  display: none;
}

.hs-crewmem-pg main fieldset .hs_name4 > .input,
.hs-crewmem-pg main fieldset .hs_sex4 > .input,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_41 > .input,
.hs-crewmem-pg main fieldset .hs_place_of_birth4 > .input {
  width: 100%;
}


.hs-crewmem-pg main fieldset .hs_name5 > label,
.hs-crewmem-pg main fieldset .hs_sex5 > label,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_5 > label,
.hs-crewmem-pg main fieldset .hs_place_of_birth5 > label {
  display: none;
}

.hs-crewmem-pg main fieldset .hs_name5 > .input,
.hs-crewmem-pg main fieldset .hs_sex5 > .input,
.hs-crewmem-pg main fieldset .hs_date_of_birth__dd_mm_yyyy_5 > .input,
.hs-crewmem-pg main fieldset .hs_place_of_birth5 > .input {
  width: 100%;
}


.container-fluid.hs-crewmempg-rw1 {
  max-width: 100%;
}

.hs-crewmem-pg main fieldset .hs_personal_information > .input {
  display: none;
}

.hs-crewmem-pg main fieldset .hs_personal_information > label {
  font: bold 13px/20px Arial, Helvetica, sans-serif!important;
  height: 35px;
  width: 100%;
  border-right: 0;
}

.hs-crewmem-pg main form .hs-richtext h3 {
  font: bold 12px Arial, Helvetica, sans-serif!important;
  margin: 0;
}


.hs-crewmem-pg main fieldset .hs_first > label,
.hs-crewmem-pg main fieldset .hs_middle > label,
.hs-crewmem-pg main fieldset .hs_last > label,
.hs-crewmem-pg main fieldset .hs_address > label,
.hs-crewmem-pg main fieldset .hs_apt_ > label,
.hs-crewmem-pg main fieldset .hs_city > label,
.hs-crewmem-pg main fieldset .hs_zip > label,
.hs-crewmem-pg main fieldset .hs_phone > label,
.hs-crewmem-pg main fieldset .hs_mobile_telephone > label,
.hs-crewmem-pg main fieldset .hs_email > label {
  display: none;
}

.hs-crewmem-pg main fieldset .hs_first > .input,
.hs-crewmem-pg main fieldset .hs_middle > .input,
.hs-crewmem-pg main fieldset .hs_last > .input,
.hs-crewmem-pg main fieldset .hs_address > .input,
.hs-crewmem-pg main fieldset .hs_apt_ > .input,
.hs-crewmem-pg main fieldset .hs_city > .input,
.hs-crewmem-pg main fieldset .hs_zip > .input,
.hs-crewmem-pg main fieldset .hs_phone > .input,
.hs-crewmem-pg main fieldset .hs_mobile_telephone > .input,
.hs-crewmem-pg main fieldset .hs_email > .input {
  width: 100%;
}




.hs-crewmem-pg.crewn_pgg main fieldset .hs_email>label,
.hs-crewmem-pg.crewn_pgg main fieldset .hs_zip>label,
.hs-crewmem-pg.crewn_pgg main fieldset .hs_address>label,
.hs-crewmem-pg.crewn_pgg main fieldset .hs_phone>label{
  display: block;
}
.crewn_pgg .container-fluid.hs-crewmempg-rw1 {
  max-width: 956px;
}
.hs-crewmem-pg.crewn_pgg main fieldset .hs_phone .input {
  display: none;
}

.hs-crewmem-pg.crewn_pgg main fieldset .hs_phone > label {
  width: 100%;
  height: 36px;
  border-right: none;
}




.hs-crewmem-pg.crewn_pgg main .hs-form-field>label {
  min-width: auto;
}


.hs-crewmem-pg.crewn_pgg main .hs_email > label {
  width: 17.4%;
}

.hs-crewmem-pg.crewn_pgg main .hs_position_applied_for > label {
  width: 14.9%;
}

.hs-crewmem-pg.crewn_pgg main .hs_position_applied_for .input {
  width: 85%;
}

.hs-crewmem-pg.crewn_pgg main .hs_address > label {
  width: 17.4%;
}

.hs-crewmem-pg.crewn_pgg main .hs_education > label {
  width: 17.4%;
}
.hs-crewmem-pg.crewn_pgg main .hs_education > .input {
  width: 100%;
}

.IE .hm_pg_inr .hm_rgtbr{
  width:auto;
}
.two_col_page .two_col_left p a {
  color: #015CBA;
}

.two_col_page .two_col_left p a:hover {
  color: #006fe1;
  text-decoration: underline;
}
.er-pg .hs-search-field--open .hs-search-field__suggestions {
  width: auto;

}

.body-container--landing-page img.hs-image-widget {
  margin-bottom: 5px;
}
form#hs-membership-form ul.no-list.hs-error-msgs label {
  color: red;
}

.psv_page h6 {
  color: #5f0d4b;
}



.hs-crewmem-pg.crewn_pgg main fieldset .hs_zip>label {
  width: 42.6%;
}

.hs-crewmem-pg.crewn_pgg main fieldset .hs_phone>label {
  width: 100%;
}


.hs-crewmem-pg.crewn_pgg main .hs_mobilephone > label {
  width: 40%;
}

@media(max-width:991px){
  .hs-crewmem-pg.crewn_pgg main fieldset .hs_zip>label {
    width: 100%;
  }

  .hs-crewmem-pg.crewn_pgg main .hs_mobilephone > label {
    width: 100%;
  }

  .hs-crewmem-pg main fieldset>.hs-form-field {
    display: block;
  }

  .hs-crewmem-pg main .hs-form-field .input {
    width: 100%;
  }

  .hs-crewmem-pg main .hs-form-field>label {
    width: 100%;
    border: 0;
  }

  .hs-crewmem-pg main fieldset.form-columns-3>.hs-form-field,
  .hs-crewmem-pg main fieldset.form-columns-2>.hs-form-field {
    width: 100%;
  }

  .hs-crewmem-pg main fieldset>.hs-form-field:not(:last-child) {
    border: 0;
  }

  .hs-crewmem-pg main .hs-form-field .hs-input {
    width: 100% !important; 
  }


  .hs-crewmem-pg.crewn_pgg main .hs_email > label {
    width: 100%;
  }

  .hs-crewmem-pg.crewn_pgg main .hs_position_applied_for > label {
    width: 100%;
  }

  .hs-crewmem-pg.crewn_pgg main .hs_position_applied_for .input {
    width: 100%;
  }

  .hs-crewmem-pg.crewn_pgg main .hs_address > label {
    width: 100%;
  }

  .hs-crewmem-pg.crewn_pgg main .hs_education > label {
    width: 100%;
  }

}