/*
Theme Name: Taboola Lagel pages
Author: Taboola
Version: 1.0.0
*/


/* Font face */
@font-face {
    font-family: 'HelveticaNeueLTStd-Th';
    src: url('fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Th.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Th.svg#On-AirInline') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Lt.svg#On-AirInline') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('fonts/HelveticaNeueLTStd-Md.eot');
    src: url('fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Md.svg#OnAirRegular') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Bd.svg#OnAirRegular') format('svg');
    font-weight: 700;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, header, hgroup, menu, nav, section, footer {
	display: block;
}

body {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-style: normal;
    line-height: 24px ;
    color: #555555;
    margin: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-style: normal;
    line-height: 24px ;
    color: #555555;
    text-align: left;
}

h2 {
    font-family: 'HelveticaNeueLTStd-Md', sans-serif  !important;
    font-style: normal  !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #333333 !important;
    margin-bottom: 5px;
    padding-top: 20px;
}
h3 {
    font-family: 'HelveticaNeueLTStd-Md', sans-serif  !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 24px  !important;
    color: #333333  !important;
    margin-bottom: 15px;
    padding-top: 10px;
}

blockquote, q {
	quotes: none;
}

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



input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */


button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* General Style */
 body, html {
     font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
     font-size: 16px !important;
     line-height: 24px !important;
}

 body {
     position: relative;
}
 a, a img, img, select, input {
     outline: 0 !important;
}

 em {
     font-style: italic !important;
}
 b, strong {
     font-family: 'HelveticaNeueLTStd-Md', sans-serif;
     color: #333333;
     font-weight: normal !important;
}

html {
    scroll-behavior: smooth;
}

/* Header and Main Menu*/
 header {
     border-bottom: 1px solid #C4C4C4;
     margin: 0px !important;
     position: sticky ;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 1000;
     width: 100%;
     background: #fff;
     padding: 0px !important;
}
 .top {
     padding-left: 60px;
     padding-top: 25px;
     padding-bottom: 20px;
}
 .top span {
     font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
     font-style: normal;
     font-weight: 300;
     font-size: 24px;
     line-height: 28px;
     text-transform: capitalize;
     color: #2B75BF;
     padding-left: 2px;
}
 header .nav {
     padding-left: 45px;
     position: relative;
}
 .main-menu-class ul {
     margin: 0;
     padding-left: 0;
}
 .main-menu-class ul li {
     list-style: none;
     float: left;
}
 .main-menu-class ul li a {
     font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
     font-style: normal;
     font-weight: 300;
     font-size: 16px;
     line-height: 45px;
     padding-right: 45px;
     color: #555555;
     text-decoration: none;
}
 .main-menu-class ul li a:hover {
     color: #2B75BF !important;
}
 .current-menu-item a {
     color: #2B75BF !important;
     font-family: 'HelveticaNeueLTStd-Md', sans-serif !important;
}
 .title {
     font-family: 'HelveticaNeueLTStd-Md', sans-serif !important;
     font-style: normal;
     font-weight: 500;
     font-size: 16px;
     line-height: 28px;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     color: #2B75BF;
}
 .update {
     font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
     font-style: normal;
     font-weight: 300;
     font-size: 16px;
     letter-spacing: 0.12em;
     color: #555555;
     padding-bottom: 30px;
}

/* Left SideBar and Addational Menu*/
.left-sidebar {
    background: #F8F8F9;
    height: 100vh;
    width: 25%;
    max-width: 320px;
}
 .left-sidebar .menu-item {
     list-style: none;
     margin-bottom: 40px;
     padding: 0;
}
 .left-sidebar .menu-item a {
     font-family: 'HelveticaNeueLTStd-Md', sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 18px;
     text-transform: capitalize;
     color: #555555 ;
}
.left-sidebar .menu-item ul {
    padding-left: 20px;
}
.left-sidebar .menu-item ul li:first-child{
    margin-top: 35px;
}
 .left-sidebar .nav {
     background: #F8F8F9;
     height:100%;
}
.left-sidebar .nav2 {
    background: #F8F8F9;
    height:100%;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.add-menu {
    padding-left: 45px;
    padding-top: 60px;
    border-top: 1px solid #C4C4C4;
    padding-right: 30px;
}

 .add-menu li {
     list-style: none;
     padding-bottom: 40px;
}
 .add-menu li a {
     color: #555555;
     font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
     font-style: normal;
     font-size: 14px;
     line-height: 1.5;
     text-decoration: none;
}
 .left-sidebar .container-fluid {
     margin: 0 !important;
     padding: 0 !important;
}
 .add-menu li a span {
     font-size: 13px;
     padding-left: 4px;
}
 .navbar-inverse {
     background-color: #F8F8F9 !important;
     border: none !important;
}
 #myNavbar  {
    padding-right: 20px !important;
}
#myNavbar .nav {
    padding-top: 50px !important;
    padding-bottom: 20px;
    padding-left: 0px;
}
#myNavbar .nav2 {
    padding-top: 50px !important;
    padding-bottom: 20px;
}
/* Entry */
.entry {
    word-wrap: break-word;
	min-height: 100vh !important;
}
.entry ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.entry ul li ul  li  {
    list-style-type: circle;
}

.entry ul li ul  li  ul  li  {
    list-style-type: square;
}

.entry ul li ul  li  ul  li   ul  li  {
    list-style-type: disc;
}
.entry h3 {
     font-family: 'HelveticaNeueLTStd-Md', sans-serif;
     font-style: normal;
     font-size: 16px;
     line-height: 24px;
     color: #333333;
}
.entry hr {
    margin: 60px 0px 0px 0px;
    color: #C4C4C4;
}
.entry p {
    margin-bottom: 10px;
}


.entry table {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
    margin: 30px 0px;
}

 .entry table tr:first-child td {
     text-align: left !important;
     background: #00659F !important;
     color: #ffffff !important;
     padding: 25px;
     border: 1px solid rgba(255, 255, 255, 0.3);
	 font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
}
.entry table td {
    padding: 25px;
    border: 1px solid #E1E1E1;
	font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
}
.gallery-item br {
	display: none  !important;
}

.gallery-item .gallery-icon img {
	border: none  !important;
}
 .top a img {
     height: 20px;
}
 .menu ul {
     margin: 0;
     padding-left: 0px;
}
 .menu ul li {
     list-style: none;
     float: left;
}
 .menu ul li a {
     font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
     font-style: normal;
     font-weight: 300;
     font-size: 16px;
     line-height: 45px;
     padding-right: 30px;
     color: #555555;
     text-decoration: none;
}
 .current_page_item a {
     color: #2B75BF !important;
     font-family: 'HelveticaNeueLTStd-Md', sans-serif !important;
}

 #gallery-2 img {
     border: none !important;
}
 .mob-menu-header-holder {
     top: 8px !important;
}

 #menu-item-196 a:after {
     display: none !important;
}
 .left-sidebar .nav {
     margin-left: 30px;
}
.left-sidebar .nav2 {
    /*margin-left: 30px;*/
}
 .navbar-nav>li>a {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}

 .anchornew:before {
     content: "";
     display: block;
     padding-top: 120px;
    /* header height + empty space */
     margin-top: -90px;
    /* header height to degrees padding’s space */
}


 .anchornew2:before {
     content: "";
     display: block;
    height: 130px;  /* Give height of your fixed element */
    margin-top: -130px; /* Give negative margin of your fixed element */
    visibility: hidden;

}


 .grey {
     background: #F8F8F9;
     overflow-x: scroll;
     overflow-y: unset;
}
 .navbar-nav>li {
     float: left;
     width: 100%;
}
 .navbar-nav>li a:hover {
     color: #2B75BF !important;
     background: none !important;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */
 .sticky {
     position: fixed;
     top: 0;
     width: 100% 
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
 .sticky + .content {
     padding-top: 102px;
}
 .navbar-nav>li {
     float: left;
}
 .navbar-inverse .navbar-nav>li>a {
     color: #555555 !important;
     display: block;
}
 .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
     color: #2B75BF !important;
     background: none !important;
}
 .navbar-inverse .navbar-nav>.active>a {
     color: #2B75BF !important;
     background: none !important;
}
/* width */
 .left-sidebar::-webkit-scrollbar {
     width: 8px;
}
/* Track */
 .left-sidebar::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px #ececec;
     border-radius: 0 !important;
}
/* Handle */
 .left-sidebar::-webkit-scrollbar-thumb {
     background: #ccc;
     border-radius: 0 !important;
     height: 300px;
}
 .language-area select {
     box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
     cursor: pointer;
     outline: none;
     color: #777777;
     font-size: 16px;
     line-height: 1.2;
}
 .language-area {
     position: absolute;
     right: 20px;
     top: 50%;
     transform: translateY(-50%);
}
 .language-area label {
     display: none !important;
}
 .language-area select {
     padding: 6px 40px 6px 10px;
     border-radius: 30px;
	 -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
     outline: none;
}
 .language-area option {
     border: none;
     outline: none;
}



select#lang_choice_polylang-3 {
    background-image:url("https://dev-taboola-legal-portal.pantheonsite.io/wp-content/uploads/2020/05/ctrl-down.svg");
  background-position:88% 55%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
   -ms-appearance: none;
    -o-appearance: none;
       appearance: none;
}

select#lang_choice_polylang-3::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
     -ms-appearance: none;
      -o-appearance: none;
         appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


 .mobmenu .headertext {
     height: 60px !important;
     margin: 0 !important;
     padding: 0 !important;
}
 .mob-standard-logo {
     float: left !important;
     padding-left: 60px;
}
 .mobmenul-container i {
     color: #2B75BF !important;
}
 .mobile .language-area {
     position: absolute;
     right: 15px;
     z-index: 10000 !important;
}
 .mobile .language-area #lang_choice_1 {
     background: url(images/lan2.svg);
     font-size: 1px;
     height: 30px;
     width: 30px;
     padding: 0;
     margin: 0;
     border: none;
     background-size: cover;
     z-index: 10000 !important;
     position: relative;
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
}
 .mobile .language-area #lang_choice_1 option {
     font-size: 12px;
}


 /* for PC screens */
 @media only screen and (min-width: 1200px) {
    footer .col-lg-12 {
        padding-left: 34%;
    }

    #menu-footer-menu {
        margin: 0;
        padding: 0;
    }
    
    
    footer li a
    {
        font-size: 14px;
        padding-right: 20px;
        line-height: 100px;
    }
    html {
        scroll-behavior: smooth;
      }
    .update {
        padding-bottom: 50px;
    }
    h1 {
        font-family: 'HelveticaNeueLTStd-Md', sans-serif !important;
        font-style: normal !important;
        font-size: 16px !important;
        line-height: 28px !important;
        color: #2B75BF !important;
        letter-spacing: 2px !important;
        text-transform: uppercase !important;
        margin-bottom: 5px !important;
    }
    .entry {
        padding-top: 170px !important;
        margin-bottom: 160px !important;
    }
    p {
        font-size: 16px;
    }
    #gallery-1 .gallery-item {
        float: left  !important;
    }

	  .language-area select {
     border-radius: 30px ;
	 -webkit-border-radius:  30px ;
     -moz-border-radius:  30px ;
     appearance: none;
		  box-sizing: border-box; 
     color: #777777;
     font-size: 14px;
     outline: none;
     border: 1px solid #c4c4c4;
     box-shadow: none;
}
     .header {
         /*height: 135px;*/
    }
     .mobile {
         display: none;
    }

     .container-fluid {
         margin-left: 0 !important;
         padding-left: 0 !important;
    }
     .left-sidebar {
         -ms-flex: 0 0 25% !important;
         flex: 0 0 25% !important;
         position: fixed;
         padding-top: 120px;
    }
} 

@media only screen and (max-width: 1199px) {
    footer {
        background: #f8f8f9;
        position: absolute;
        width: 100% !important;
        height: 70px !important;
        bottom: 0 !important;
        font-size: 12px !important;
    }

    footer li {

        width: 33%;
    }

    footer li a {
        line-height: 70px;
    }

    #menu-footer-menu {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    footer {
        background: #f8f8f9;
        position: absolute;
        height: 70px !important;
        bottom: 0px !important;
        font-size: 12px !important;
    }

    h1 {
        font-family: 'HelveticaNeueLTStd-Md', sans-serif !important;
        font-style: normal !important;
        font-size: 14px !important;
        line-height: 28px !important;
        color: #2B75BF !important;
        letter-spacing: 2px !important;
        text-transform: uppercase !important;
        margin-bottom: 5px !important;
    }

    .entry {
        padding: 90px 30px !important;
    }

    body, html {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        overflow-x: auto;
    }

    .entry table {
        overflow-x: auto !important;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

    p {
        font-size: 14px;
    }

    .container-fluid:after {
        clear: none !important;
        display: contents !important;
    }

    #gallery-1 .gallery-item {
        float: right !important;
    }

    .gallery > br {
        display: none !important;
    }

    footer .nav {
        display: block !important;
    }

    .gallery-item {
        width: 33% !important;
    }

    .header {
        height: 70px;
    }

    .no-mobile {
        display: none;
    }

    svg.top-nav-logo {
        display: none !important;
    }

    .top span {
        top: -10px !important;
        position: relative !important;
    }

    .mob-standard-logo {
        height: 65px !important;
        float: right !important;
        padding-right: 35px !important;
    }

    body.admin-bar .mobmenu {
        top: 32px;
        width: 75%;
        left: 0;
    }

    .mob-standard-logo {
        display: inline-block;
        height: 40px !important;
        z-index: 1 !important;
        padding: 0 !important;
        position: relative !important;
        left: 0px !important;
        top: 1px !important;
        margin: 0;
        padding-right: 0px !important;
    }

    .mob-menu-logo-holder {
        width: 300px !important;
    }

    .mob-menu-header-holder {
        width: 300px !important;
        left: 0 !important;
    }

    .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay {
        background: rgba(0, 0, 0, 0.4) !important;
    }

    [class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
        font-size: 22px !important;
        color: #00659F !important;
    }

    .mob-expand-submenu [class^="mob-icon-"]:before, .mob-expand-submenu [class*=" mob-icon-"]:before {
        color: #00659F !important;
    }

    #mobmenuleft li a {
        margin: 0 20px !important;
    }

    #mobmenuleft li a {
        font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
        font-style: normal;
        text-transform: none;
        border-bottom: 1px solid #E2E0E0 !important;
    }

    .mobmenu-content #mobmenuleft .sub-menu a {
        line-height: 22px !important;
        font-size: 14px !important;
    }
}


@media only screen and (max-width: 540px) {

    .entry {
        padding: 90px 20px !important;
    }

}



/* Footer */
footer {
    background: #f8f8f9;
    position: absolute;
    width: 100%;
	bottom: 0px;
}
footer li {
    list-style: none;
    float: left;
    padding: 0;
}
footer li a {
    color: #C4C4C4;
    text-align: center;
    text-decoration: none;
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
    display: block;
    margin: 0;
}



 table{
  width: 100%;
}
.gallery {
    margin: 60px 0px !important;
    width: 100%;
    height: auto;
    float: left;
}


.sub-menu-item   {
    padding: 7px 0px;
}

.sub-menu-item  a {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
}

 input[type="email"] {
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
	 width: 270px;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 4px 20px;
    border: 1px solid #00659f;
    background: #00659f;
    color: #fff;
    border-radius: 4px;
}

@media only screen and (max-width: 680px) {
	
	 input[type="email"], input[type=submit] {
    margin: 10px 0px;
    display: block;
    width: 100%;
}
}

/* opt_wrapper  */
#opt_wrapper .opt_link{
	display:none;
}
#opt_wrapper .opt_link.current{
        display:inline-block;
}


#opt_wrapper {
    height: 50px;
    line-height: 50px;
}


/* END opt_wrapper  */

.mob-icon-down-open:before {
    content: none !important;
}
.mob-icon-cancel-1:before {

}

#button {
    display: inline-block;
    background-color: #cccccc;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #cccccc;
  }
  #button:active {
    background-color: #cccccc;
  }
  section a:hover, section a:active {
    text-decoration: none !important;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }



/****************** TABLE OF CONTENTS  ********************/

.table-of-content {
    margin-top: 60px;
    /*padding-bottom: 40px;*/
    /*border-bottom: 1px solid #e4e4e4;*/
}
.table-of-content h2 {
    padding-top: 0;
    margin-bottom: 10px;
}
.table-of-content ul {
    padding-left: 0;
}
.table-of-content li {
    list-style-type: none !important;
    margin-bottom: 0 !important;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
.table-of-content li:last-of-type {
    margin-bottom: 0;
    /*border-bottom: none;*/
}
.table-of-content .arrow-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.table-of-content a {
    color: #555;
}

/****************** MOBILE MENU  ********************/
.mobmenu-content li a {
    padding: 20px !important;
}

.sidenav-item ul {
    /*display: none;*/
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s .2s;
}

.sidenav-item.active ul {
    /*display: block;*/
    max-height: 800px;
}
