/*--------------------------------------------------------------
# @font-faces
--------------------------------------------------------------*/
@font-face {
font-family: 'Helvetica Neue Roman';
font-style: normal;
font-weight: 400;
src: local('Helvetica Neue LT Pro 55 Roman'), url('../fonts/HelveticaNeueLTProRoman.woff') format('woff');
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

/**
 * 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-style: normal;
	font-weight: 700;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Helvetica Neue Roman', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #454D5E;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	clear: both;
}

header.entry-header h1{
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
    line-height: 49px;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 1em !important
	margin-left: 0em;
}

div#content li {
    margin-bottom: 0.2em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #FAB01B;
	background: #FAB01B;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #FAB01B;
	background-image: linear-gradient(to bottom right, #FAB01B, #ffcc66) !important;
}

button,
input[type="button"],
input[type="submit"] {

}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #FAB01B;
	background-image: linear-gradient(to bottom right, #FAB01B, #ffcc66) !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, .gform_wrapper select {
	color: #32312C !important;
	border: 1px solid #32312C;
	border-radius: 0px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #32312C;
}

select {
	border: 1px solid #32312C;
}

textarea {
	width: 100%;
}

.gform_wrapper li input {
    margin-top: 0 !important;
}

.gform_wrapper h3.gform_title {
	color: #FAB01B;
    font-weight: 500;
    font-size: 2em !important;
    margin-bottom: 25px;
}

.gform_wrapper h3.gform_title,
.gform_wrapper span.gform_description,
.newsletter-form .gform_wrapper h3.gform_title,
.newsletter-form .gform_wrapper span.gform_description,
.newsletter-form .gform_wrapper .gform_footer
{
	text-align: center;
}

.newsletter-form ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    font-style: normal !important;
	color: #fff;
	opacity: 1;
}

.newsletter-form ::-moz-placeholder{ /* Firefox 19+ */
    font-style: normal !important;
	color: #fff;
	opacity: 1;
}

.newsletter-form :-ms-input-placeholder{ /* IE 10+ */
    font-style: normal !important;
	color: #fff;
	opacity: 1;
}

.newsletter-form :-moz-placeholder{ /* Firefox 18- */
    font-style: normal !important;
	color: #fff;
	opacity: 1;
}

.newsletter-form ::placeholder{
    font-style: normal !important;
	color: #fff;
	opacity: 1;
}

::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    font-style: normal !important;
	color: #32312C;
	opacity: 1;
}

::-moz-placeholder  { /* Firefox 19+ */
    font-style: normal !important;
	opacity: 1;
	color: #32312C;
}

:-ms-input-placeholder  { /* IE 10+ */
    font-style: normal !important;
	color: #32312C;
	opacity: 1;
}

:-moz-placeholder  { /* Firefox 18- */
    font-style: normal !important;
	color: #32312C;
	opacity: 1;
}

::placeholder  {
    font-style: normal !important;
	color: #32312C;
	opacity: 1;
}

.newsletter-form input
{
	color: #fff !important;
	box-shadow: -1.414px 1.414px 6.37px 0.63px rgba(6, 6, 2, 0.51);
	border: 1px solid #fff !important;
	background-color: transparent;
}

.newsletter-form .gform_footer input[type=submit]{
	border-color: #fab01b !important;
}

.gform_wrapper input:active,
.gform_wrapper select:active,
.gform_wrapper textarea:active,
.gform_wrapper input:focus,
.gform_wrapper select:focus
.gform_wrapper textarea:focus{
	border-color: #FAB01B !important;
	color: #FAB01B !important;
}

.newsletter-form .ginput_recaptcha{
	display: inline-block;
}

.newsletter-form .recaptcha label.gfield_label {
    width: 100%;
    float: left;
    text-align: center;
}

.newsletter-form .gform_wrapper .gform_footer input[type=submit]{
    float: none;
}

.gform_wrapper select {
    padding: 5px 4px !important;
}

.gform_wrapper .gform_footer input[type=submit] {
    float: right;
	padding: 9px 15px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fab01b;
}

a:visited {
	color: #fab01b;
}

a:hover, a:focus, a:active {
	color: #fab01b;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

.btn-lt a{
    background-color: #FAB01B !important;
	padding: 16px 45px !important;
}

.btn-drk a, .btn-lt a{
     color: #fff !important;
	 padding: 12px 47px !important;
	 font-size: 16px !important;
	 font-weight: 600;
}

.btn-lt a:hover, .btn-lt a:focus, .btn-lt a:active,
.mid-blocks .btn-drk a:hover, .btn-drk a:focus, .btn-drk a:active{
    background-color: #ED2939 !important;
	border-color: #ED2939 !important;
    background-image: linear-gradient(to bottom right, #ED2939, #ED2939) !important;
    color: #fff !important;
}


.btn-drk a{
    background-color: #333 !important;
}

.btn-drk a:hover, .btn-drk a:focus, .btn-drk a:active {
    background-color: #333;
	border-color: #333;
    background-image: linear-gradient(to bottom right, #333, #666);
    color: #fff;
}

.mid-blocks .btn-drk a:hover, .btn-drk a:focus, .btn-drk a:active {
    /*background-color: #FAB01B !important;
	border-color: #FAB01B !important;
    background-image: linear-gradient(to bottom right, #FAB01B, #ffcc66) !important;*/
}

.mid-blocks .vc_column-inner .vc_btn3,
.mid-blocks-tabs .vc_column-inner .vc_btn3 {
    position: absolute;
    bottom: 23px;
    top: auto;
    width: max-content;
    right: 0px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: intrinsic;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.menu-main-nav-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul.sub-menu {
    width: 240px;
    background: #34c2e0;
}

.main-navigation ul ul.sub-menu li {
    display: block;
    width: 100%;
	border-bottom: 1px dotted #ED2939;
}

.main-navigation ul ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-navigation li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    top: 0%;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li.menu-item-has-children:hover ul {
    top: 100%;
}

.main-navigation ul ul.sub-menu li a {
	padding: 10px 30px;
	font-weight: 300;
	color: #ffffff;
	font-size: 15px;
}

.main-navigation ul ul.sub-menu li a:hover,
.main-navigation li a:hover {
	font-weight: 600;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	/*width: 230px;*/
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 49px 10px;
}

.main-navigation li.current_page_item a {
    color: #434343;
    font-weight: 600;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

button.close-modal{    
	z-index: 999 !important;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Chatbot Custom styles
--------------------------------------------------------------*/
input#cbQuestion {
    border: none !important;
    padding: 0 20px !important;
}

@media screen and (max-width: 768px){
    .ChatBot_chatBotContainer__Is5k1.ChatBot_fixedBot__1ANid {
        width: 100%;
        max-width: 360px;
    }
    .ChatBot_chatBotContainer__Is5k1.ChatBot_fixedBot__1ANid {
        position: fixed;
        right: 8px !important;
        bottom: 130px;
        width: 100%;
        z-index: 32767;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 22px -8px #000;
    }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center-align {
    justify-content: center;
}

#jobs .vc_pageable-slide-wrapper {
    text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.top-strip{
	background-color: #32312C;
	height: 25px;
}

header#masthead {
    background-color: #fff;
}

.fa-search:before {
    color: #FAB01B;
}

@media screen and (max-width: 768px){
	#responsive-menu-container .responsive-menu-search-box {
		border-radius: 0px !important;
		height: 35px !important;
	}
}

.search h2.entry-title {
    text-align: left;
}

#search-form {
	position: absolute;
    width: 30%;
    z-index: 999999;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
    right: 13%;
}

#search-icon {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
}

.search-live input[type="text"].search-live-field {
    border-color: #FAB01B;
}

.search-live .search-live-results .entry:hover, .search-live .search-live-results .entry.active {
    background-color: transparent !important;
}

.search-live div.search-live-results-content {
    border-color: #FAB01B !important;
}

.search-live-results-content span.title,
.search-live-results-content a {
    color: #434343 !important;
}

.search-live-results-content a:hover,
.search-live-results-content a:hover span {
	color: #ED2939;
	text-decoration: none !important;
}

.ms-theme-cubic {
    padding-bottom: 0px !important;
}

.metaslider .flexslider .flex-control-nav a{
    border-radius: 50% !important;
}

.metaslider .caption-wrap {
    opacity: 1 !important;
	top: 15%;
	right:0;
    background: transparent !important;
}

.metaslider .caption {
    text-align: left !important;
}

ul.flex-direction-nav li a:hover,
.metaslider .flexslider:hover ul.flex-direction-nav li a{
    background: transparent !important;
}

.metaslider .flexslider ul.flex-direction-nav li a{
    opacity: 0.7 !important;
}

.header-banner {
    position: relative;
    padding-bottom: 5px;
    background-color:#32312C;
}

.header-banner p {
    margin-bottom: 22px !important;
    margin: 0 auto;
    margin-left: 0;
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
	color: #fff;
}

.header-banner ul.slides a:hover {
    text-decoration: none;
    background-color: #FAB01B;
    background-image: linear-gradient(to bottom right, #FAB01B, #E3A82B);
}

.header-banner ul.slides a {
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    background: #FAB01B;
    padding: 6px 30px;
    float: left;
    margin-bottom: 0px;
}

.header-banner ul.slides a{
    color: #32312C;
}

.header-banner ul.slides h3 {
    color: white;
	width: 90%;
}

.header-banner .text-slide-title, .header-banner .metaslider h3 {
    margin: 15px 0 8px;
    font-size: 52px;
    line-height: 76px;
    font-weight: 400;
}

.header-banner ul.slides a:empty {
    display: none;
}

.header-banner #slider {
    position: absolute;
    bottom: 80px;
    text-align: left;
    width: 100%;
    display: block;
}

@media (max-width: 1440px){
	.header-banner #slider {
		bottom: 35px;
	}
}

@media (min-width: 1440px){
	 
	 .header-banner #slider{
		 bottom: 150px !important;
	 }
	 
	 .header-banner ul.slides a{
	 margin-bottom: 80px !important;
	 }
 }

 @media (max-width: 1034px) {
    .header-banner #slider {
        top: 10%;
    }
	.header-banner .text-slide-title:after{
		content:none;
	
	}

}

@media (max-width: 1024px) {
	#site-navigation {
		display: none !important;
	}

}

@media (max-width: 992px) {
	.header-banner .text-slide-title, .header-banner .metaslider h3 {
    	font-size: 38px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	.main-navigation a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 768px){
	#site-navigation {
		display: none !important;
	}

	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        border-color: transparent !important;
        background-color: transparent !important;
    }
    
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    text-transform: uppercase;
    }

	.metaslider .flexslider ul.slides li {
    /*height: 260px !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(09%, #32312C), to(rgba(255, 255, 255, 0.7)));
    background-image: -webkit-linear-gradient(left, #32312C 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: -o-linear-gradient(left, #32312C 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: linear-gradient(90deg, #32312C 50%, rgba(255, 255, 255, 0.7) 100%);
    overflow: hidden;*/
	}

	.metaslider .slides img {
    /*display: none !important;*/
    }

	.header-banner .text-slide-title,
    .header-banner .metaslider h3{
        font-size: 20px;
    	line-height: normal;
    }

	.header-banner p {
		font-size: 16px;
		line-height: 20px;
	}

}

@media (max-width: 641px){
	section#sasriasocial_widget-2, section#media_image-2 {
		width: 100%;
		float: left;
	}

	#footer-sidebar4 #media_image-2 img{
    	bottom: -60px !important;
    }

	#footer-sidebar2 .textwidget {
    	padding-top: 0px !important;
	}

	#footer-sidebar {
		padding-bottom: 75px !important;
	}
}

@media only screen and (max-width: 600px) {
	
	.header-banner img,
	.header-banner .metaslider img {
		width: 100%;
		max-width: 600px !important;
		height: 170px !important;
		overflow: hidden;
	}

	.header-banner .metaslider .caption{
		padding-top: 0px !important;
		padding-left: 0px !important;
	}

	.header-banner .text-slide-title,
    .header-banner .metaslider h3{
        font-size: 16px;
    	line-height: normal;
		margin: 1px 0 8px;
    }

	.header-banner p {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 18px !important;
	}

	.header-banner ul.slides a {
		font-size: 14px;
	}		

}

/*--------------------------------------------------------------
### Breadcrumb
--------------------------------------------------------------*/

#breadcrumb {
    border-top: 0.1em solid rgba(255,255,255,0.1);
}

#breadcrumb ul {
    margin: 0;
    padding: 2px 0;
    position: relative;
    z-index: 44;
}

#breadcrumb span {
    font-size: 12px !important;
    color: #ffffff;
}

#breadcrumb a {
    color: #ffffff;
}

.breadcrumb_last {
    color: #ffffff;
    font-weight: 600;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #32312C;
}

#footer-sidebar {
    padding-top: 50px;
    padding-bottom: 30px;
}

.widget_sasriasocial_widget a {
    display: inline-block;
    margin-right: 10px !important;
    border-radius: 50%;
}

#footer-copy-write p, #footer-copy-write section {
    margin-bottom: 0;
    text-align: center;
}

.widget_sasriasocial_widget i {
    color: #FAB01B;
    padding: 12px 12px !important;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
}

.widget_sasriasocial_widget a:hover i {
    color: #ED2939;
}

footer .widget-title {
    font-size: 24px;
    margin-bottom: 30px;
}

#footer-sidebar2 .textwidget {
    padding-top: 60px;
}

footer .textwidget a:hover {
    font-weight: 600;
    text-decoration: none;
}

#footer-sidebar2 .textwidget strong {
    color: #FAB01B;
}

#footer-sidebar4 .widget_media_image img {
    padding-top: 10px;
    position: absolute;
    bottom: 30px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.parent-pageid-18.page-child .col-sm-3 {
    padding-top: 35px;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#posts .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
	padding: 15px;
}

#posts .vc_grid-item-mini.vc_clearfix{
	border-top-right-radius: 16px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	margin: 5px 10px !important;
	background-color: #fff;
	transition: 0.3s;
}

#jobs .mid-blocks .vc_grid-item-mini{
	border-top-right-radius: 16px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	margin-right: 0px !important;
	background-color: #fff;
	transition: 0.3s;
	
}

#jobs .mid-blocks .vc_custom_heading.post-title{
	max-height: 60px !important;
	min-height: 60px !important;
}

#jobs .mid-blocks .job-info{
	max-height: 70px !important;
	min-height: 70px !important;
}

#posts .vc_grid-item-mini.vc_clearfix .vc_gitem-zone,
.post-thumbnail img.wp-post-image{
	border-top-right-radius: 16px;
}

#posts .vc_grid-item-mini.vc_clearfix h3 {
    font-weight: 500;
	color: #fab01b;
    text-align: left !important;
}

#jobs .vc_grid-item-mini.vc_clearfix h3 {
    font-weight: 600 !important;
	color: inherit !important;
    font-size: 22px !important;
    margin-bottom: 15px;
}

#posts a {
	color: #ED2939;
}

#posts h4 a {
     color: #454d5e; 
     font-size: 19px; 
     font-weight: 400;
} 

.entry-meta {
    font-size: 13px;
}

.date, .author{
    display: inline-block;
}

.closing_date, .contract{
    display: block;
    float: left;
}

.author {
    padding-left: 0px !important;
}

.date {
    padding-right: 0px !important;
}

.entry-meta.author div:before {
    content: ' by ';
    padding-left: 4px;
}

.entry-meta.date div:before {
    content: 'Posted on ';
    padding-right: 2px;
}

.contract:after {
    content: ',';
    padding-right: 4px;
}

.vc_gitem-post-data
{
	margin-bottom: 0px !important;
	
}

/*.parent-pageid-1740 header.entry-header h1,*/
.page-id-2457 header.entry-header
{
	display: none;
}

.uppercase_bold {
    font-weight: 600;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.page-id-2457 .entry-content
{
	margin: 0;
}

page-template-default page page-id-2457 
#posts .vc_custom_1542201492535 {
    padding-right: 0px !important;
}

.other-categories p{
	background-color: #32312C;
	padding: 10px 15px;
	text-align: center;
}

.other-categories p a{
	color: #fff;
}

.other-categories p a:hover{
	color: #ED2939;
	text-decoration: none;
}

aside#secondary h2.widget-title {
    font-size: 24px;
    padding-bottom: 15px;
}


aside#secondary section#custom-twitter-feeds-widget-2,
aside#secondary section#custom_html-4 {
    border-top-right-radius: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    transition: .3s;
    background-color: #fff;
	padding: 20px;
}

#posts .vc_grid-page a {
    color: #fff !important;
	background-color: #32312C !important;
}

.single-post header.entry-header {
    text-align: left;
}

.single #primary {
    margin-top: 30px;
}
#primary {
    margin-bottom: 0px;
}

.category article.post {
    margin-top: 0px !important;
}

@media screen and (min-width: 769px) {
    .related-articles article.blog .thumb {
            width: 100%;
            height: 200px;
            overflow: hidden;
        }
    
    .related-articles article.blog .wp-post-image {
            width: 800px;
            height: 400px;
            margin: -75px 0 0 -210px;
            max-width: none;
        }
}


.post.type-post.format-standard.hentry {
    border-top-right-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    margin-top: 39px;
    margin-bottom: 39px;
    background-color: #fff;
    transition: 0.3s;
}

.related-article-list {
    padding-top: 20px;
}

.blog-articles .entry-meta.date div:before{
    display: none;
}

.related-articles article.blog {
    background-color: #fff;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.related-articles h3.widget-title{
    color: #fab01b;
    text-transform: uppercase;
}
.entry-post-link.btn-lt {
    text-align: right;
    margin-top: 20px;
}

a.readmore:hover {
    text-decoration: none;
}

.category-blog span.byline {
    display: none;
}

.social-share h6,
.addtoany_header{
    color: #fab01b;
    text-transform: uppercase;
    font-weight: 600;
}

.addtoany_header {
    display: block;
    float: left;
    margin-right: 5px;
}

.shared-counts-wrap {
    width: auto !important;
}

.shared-counts-wrap .shared-counts-button .shared-counts-icon svg {

    fill: #454d5e !important;
}

.shared-counts-wrap .shared-counts-button:hover svg {
    fill: #fab01b !important;
}

.social-share {
    padding-left: 31px;
    padding-bottom: 31px;
}

.single .col-sm-3 aside{
    margin-top: 39px;
}

.post.category-news .entry-header, .post.category-multimedia .entry-header {

}

.post header.entry-header, .post .entry-content{
    margin-top: 30px;
    padding-left: 31px;
    padding-right: 31px;
}

.related-articles .entry-summary, .related-articles h4{
    margin-top: 10px;
    padding-left: 31px;
    padding-right: 31px;
}

.post header.entry-header h1 {
    margin-bottom: 20px;
}

.bottom-border .vc_tta-panels .vc_tta-panel-body .wpb_row {
    border-bottom: 2px solid #FAB01B;
    padding-top: 35px;
    padding-bottom: 35px;
}

.bottom-border .vc_tta-panel .vc_tta-panel-body {
    padding-left: 0 !important;
}

@media screen and (max-width: 768px){
	.bottom-border .vc_tta-panel .vc_tta-panel-body {
		padding-left: 20px !important;
	}
}

/*--------------------------------------------------------------
### Home Page
--------------------------------------------------------------*/

header.entry-header {
    text-align: center;
    margin-top: 60px;
}

.gradient_yellow_background {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, #ff9933), to(#FAB01B));
    background-image: -webkit-linear-gradient(left, #ff9933 9%, #FAB01B 100%);
    background-image: -o-linear-gradient(left, #ff9933 9%, #FAB01B 100%);
    background-image: -ms-linear-gradient(left, #ff9933 9%, #FAB01B 100%);
    background-image: -moz-linear-gradient(left, #ff9933 9%, #FAB01B 100%);
    background-image: linear-gradient(to right, #ff9933 9%, #FAB01B 100%);
}

.gradient_yellow_background,
.gradient_darkgrey_background,
.background_image,
.gradient_yellow_background h1,
.gradient_yellow_background h2,
.gradient_darkgrey_background h1,
.background_image h1,
.background_image h2,
.gradient_yellow_background p,
.gradient_darkgrey_background p,
.background_image p  {
    color: white;
}

.white {
    color: #fff;
}

.gradient_yellow_background h2,
.gradient_darkgrey_background h2,
.background_image h2{
font-size:42px;
}

.gradient_yellow_background h3,
.gradient_darkgrey_background h3,
.background_image h3{
font-size:2rem;
}

.background_image h2,
.gradient_yellow_background p,
.gradient_darkgrey_background p,
.background_image p  {
    color: white;
}

.gradient_yellow_background h1,
.gradient_darkgrey_background h1,
.background_image h1 {
    font-size: 42px;
	font-weight: 400;
}

.gradient_darkgrey_background h3{
	color: #FAB01B;
}

.background_image h3{
	color: #fff;
	padding-bottom: 15px;
}

.gradient_yellow_background p,
.gradient_darkgrey_background p{
    font-size: 25px;
}

.background_image p {
    font-size: inherit;
}

.gradient_yellow_background .btn-drk a{
    color: #ff9933 !important;
}

.yellow{
    color: #ff9933 !important;
}

/*.gradient_darkgrey_background {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, #666), to(#32312C));
    background-image: -webkit-linear-gradient(left, #666 9%, #32312C 100%);
    background-image: -o-linear-gradient(left, #666 9%, #32312C 100%);
    background-image: -ms-linear-gradient(left, #666 9%, #32312C 100%);
    background-image: -moz-linear-gradient(left, #666 9%, #32312C 100%);
    background-image: linear-gradient(to right, #666 9%, #32312C 100%);
}*/

.gradient_darkgrey_background {
    background-color: #ff9933 !important;
}

.gradient_darkgrey_background .btn-lt a,
.background_image .btn-lt a{
    color: #32312C !important;
}

.gradient_darkgrey_background .btn-lt a:hover,
.background_image .btn-lt a:hover{
    background-color: #ff9933 !important;
	border-color: #ff9933 !important;
    background-image: linear-gradient(to bottom right, #ff9933, #FAB01B) !important;
}

.mid-blocks,
.mid-blocks-img,
.mid-blocks-tabs, 
.mid-blocks-noborder, .blocks{
	padding: 10px !important;
}

.mid-blocks .vc_column-inner,
.mid-blocks-img .vc_column-inner{
    background-size: cover !important;
    position: relative;
	border-top-right-radius: 16px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	padding: 0 !important;
	padding-bottom: 44px !important;
	transition: 0.3s;
	background-color: #fff;
	overflow: hidden;
}

.blocks .vc_column-inner, .blocks .vc_column-inner {
    background-size: cover !important;
    position: relative;
	border-top-right-radius: 16px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	padding: 0 !important;
	transition: 0.3s;
	background-color: #fff;
	overflow: hidden;
}

.mid-blocks-tabs .vc_column-inner {
    background-size: cover !important;
    position: relative;
	border-top-right-radius: 16px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	padding: 0 !important;
	padding-bottom: 20px !important;
	transition: 0.3s;
	background-color: #fff;
	overflow: hidden;
}

.mid-blocks:hover .vc_column-inner,
.mid-blocks-img:hover .vc_column-inner,
.blocks:hover .vc_column-inner,
.mid-blocks-tabs:hover .vc_column-inner{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.10);
}

.mid-blocks .vc_column-inner img,
.mid-blocks-img .vc_column-inner img,
.blocks .vc_column-inner img,
.mid-blocks-tabs .vc_column-inner img {
    border-top-right-radius: 16px;
}

.mid-blocks-img .wpb_text_column, .mid-blocks-img .vc_custom_heading,
.mid-blocks .wpb_text_column, .mid-blocks .vc_custom_heading,
.blocks .wpb_text_column, .blocks .vc_custom_heading,
.mid-blocks-tabs .wpb_text_column, .mid-blocks-tabs .vc_custom_heading {
    padding: 0 20px;
}

.mid-blocks .vc_column-inner h3,
.mid-blocks-img .vc_column-inner h3,
.blocks .vc_column-inner h3,
.mid-blocks-tabs .vc_column-inner h3 {
    font-size: 22px;
    margin-bottom: 15px;
}


.mid-blocks-img .vc_column-inner h3,
.mid-blocks-img .vc_column-inner p
{
    color: #454d5e;
}

/*--------------------------------------------------------------
### Tabs
--------------------------------------------------------------*/
/*.tabs{
	background:-webkit-linear-gradient(180deg, #F1F1F0 5%, #fff 5%);
	background:-o-linear-gradient(180deg, #F1F1F0 5%, #fff 5%);
	background:-moz-linear-gradient(180deg, #F1F1F0 5%, #fff 5%);
	background:linear-gradient(180deg, #F1F1F0 5%, #fff 5%);
}

.tabs{
	background:-webkit-linear-gradient(180deg, #F1F1F0 3%, #fff 3%);
	background:-o-linear-gradient(180deg, #F1F1F0 3%, #fff 3%);
	background:-moz-linear-gradient(180deg, #F1F1F0 3%, #fff 3%);
	background:linear-gradient(180deg, #F1F1F0 3%, #fff 3%);
}*/

.tabs{
	background-color:#fff;
}

.tabs .vc_tta-container {
    margin-bottom: 0px !important;
}

.tabs .vc_tta-tab.vc_active a {
    background-color: #FAB01B !important;
    color: #fff !important;
}

.tabs .vc_tta-tab a {
    background-color: #32312C !important;
    color: #fff !important;
	padding-left: 10px !important;
    padding-right: 10px !important;
}

@media screen and (max-width: 768px){
		.tabs .vc_tta-tab.vc_active a {
		background-color: #FAB01B !important;
		color: #fff !important;
	}

	.tabs .vc_tta-tab a {
		background-color: #32312C !important;
		color: #fff !important;
	}

	div#footer-copy-write {
    	margin-top: 110px !important;
	}
}

.tabs .vc_tta-tabs {
	background-color: #f1f1f0 !important;
}

.tabs .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
	padding-bottom: 50px !important;
}

.tabs .vc_tta-panels {
	padding-top: 50px;
}

.tabs .vc_tta-tabs-container {
    margin-bottom: 0px !important;
	top: 30px;
}

.vc_toggle_default .vc_toggle_icon {
    background: #fab01b !important;
    border: 1px solid #fab01b !important;
}

.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #fab01b !important;
}

.vc_toggle_default .vc_toggle_icon::after, 
.vc_toggle_default .vc_toggle_icon::before {
    background: #fab01b !important;
}

.vc_toggle_title>h4 {
    font-size: 17px;
}

.vc_toggle_content>p{
    margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
### Vacancies
--------------------------------------------------------------*/

.vacancies .mid-blocks .vc_column-inner{
	padding-top:20px !important;
}

/*--------------------------------------------------------------
### Our Purpose
--------------------------------------------------------------*/
.text-center-left p,
.text-center p {
    font-size: 1rem;
}

.text-center-left {
    border-right: 2px solid #fff;
}

@media screen and (max-width: 768px;) {
    .text-center-left {
        border: 0;
    }
}

/*--------------------------------------------------------------
### Downloads & FAQ's
--------------------------------------------------------------*/
.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
    border-width: 1px !important;
	border-color: #ddd !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:focus, 
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-accordion  .vc_active .vc_tta-panel-heading{
	background-color: #fff !important;
	-webkit-box-shadow: 2px 0px 8px 2px #f1f1f1 inset;
	-moz-box-shadow:    2px 0px 8px 2px #f1f1f1 inset;
	box-shadow:         2px 0px 8px 2px #f1f1f1 inset;
}

/*.vc_tta-panel.vc_active .vc_tta-panel-heading{
	background-color: #fff !important;
	-webkit-box-shadow: 2px 0px 8px 2px #f1f1f1 inset;
	-moz-box-shadow:    2px 0px 8px 2px #f1f1f1 inset;
	box-shadow:         2px 0px 8px 2px #f1f1f1 inset;
}*/

.vc_tta-accordion .vc_tta-panel-body {
    border-top-width: 1px !important;
}

.vc_tta-accordion .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading, 
.vc_tta-accordion .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: 7px !important;
}

.vc_tta-accordion .vc_active .vc_tta-panel-body {
    border-top-width: 1px !important;
    border-left-color: #fab01b !important;
	border-left-width: 5px !important;
}

.vc_tta-accordion .vc_tta-panel-body .wpb_text_column p{
	margin-bottom: 0.5em !important;
}

.vc_tta-accordion .vc_tta-controls-icon::before {
    border-color: #fab01b !important;
}

/*--------------------------------------------------------------
### Leadership Page
--------------------------------------------------------------*/

.leadership .vc_tta-panel-body,
.leadership .vc_tta-container {
	padding-bottom: 0px  !important;
	margin-bottom: 0px  !important;
}


/*--------------------------------------------------------------
### Contact Us Page
--------------------------------------------------------------*/
body.page-id-26 header.entry-header h1 {
    display: none;
}

body.page-id-26 header.entry-header,
body.page-id-26 .entry-content {
    margin-top: 0px;
}

body.page-id-26{
	background: #f1f1ef !important;
	background: -moz-linear-gradient(left, #f1f1ef 0%, #f1f1ef 50%, #ffffff 50%, #ffffff 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f1f1ef), color-stop(50%, #f1f1ef), color-stop(50%, #ffffff), color-stop(100%, #ffffff)) !important;
	background: -webkit-linear-gradient(left, #f1f1ef 0%, #f1f1ef 50%, #ffffff 50%, #ffffff 100%) !important;
	background: -o-linear-gradient(left, #f1f1ef 0%, #f1f1ef 50%, #ffffff 50%, #ffffff 100%) !important;
	background: -ms-linear-gradient(left, #f1f1ef 0%, #f1f1ef 50%, #ffffff 50%, #ffffff 100%) !important;
	background: linear-gradient(to right, #f1f1ef 0%, #f1f1ef 50%, #ffffff 50%, #ffffff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1ef', endColorstr='#ffffff', GradientType=1 ) !important;

}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
 @font-face {
	font-family: "flexslider-icon";
	src: url("fonts/flexslider-icon.eot");
	src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  /* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/
  .flex-container a:hover,
  .flex-slider a:hover {
	outline: none;
  }
  .slides,
  .slides > li,
  .flex-control-nav,
  .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .flex-pauseplay span {
	text-transform: capitalize;
  }
  /* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/
  .flexslider {
	margin: 0;
	padding: 0;
  }
  .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
  }
  .flexslider .slides img {
	width: 100%;
	display: block;
  }
  .flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
  }
  html[xmlns] .flexslider .slides {
	display: block;
  }
  * html .flexslider .slides {
	height: 1%;
  }
  .no-js .flexslider .slides > li:first-child {
	display: block;
  }
  /* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/
  .flexslider {
	margin: 0 0 40px;
	position: relative;
	zoom: 1;
  }
  .flexslider .slides {
	zoom: 1;
  }
  .flexslider .slides img {
	height: auto;
	-moz-user-select: none;
  }
  .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  }
  .loading .flex-viewport {
	max-height: 300px;
  }
  @-moz-document url-prefix() {
	.loading .flex-viewport {
	  max-height: none;
	}
  }
  .carousel li {
	margin-right: 5px;
  }
  .flex-direction-nav {
	*height: 0;
  }
  .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 120px;
	margin: -90px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	/* color: rgba(0, 0, 0, 0.8); */
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .flex-direction-nav a:before {
	font-size: 100px;
	display: inline-block;
	content: "\2039";
	/* color: rgba(0, 0, 0, 0.8); */
	color: #ffffff;
  }
  .flex-direction-nav a.flex-next:before {
	content: "\203A";
  }
  .flex-direction-nav .flex-prev {
	left: -50px;
  }
  .flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
  }
  .flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
  }
  .flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
  }
  .flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: "\f004";
  }
  .flex-pauseplay a:hover {
	opacity: 1;
  }
  .flex-pauseplay a.flex-play:before {
	content: "\f003";
  }
  .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -70px;
	text-align: center;
  }
  .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	display: inline;
  }
  .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
  }
  .flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
  }
  .flex-control-paging li a.flex-active {
	background: #ffffff;
	background: #ffffff;
	cursor: default;
  }
  .flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
  }
  .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
  }
  .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  }
  .flex-control-thumbs img:hover {
	opacity: 1;
  }
  .flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
  }
  /* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/
  @media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
	  opacity: 1;
	  left: 10px;
	}
	.flex-direction-nav .flex-next {
	  opacity: 1;
	  right: 10px;
	}
  }
  
  @-moz-document url-prefix() {
    #news-letter-form .gform_wrapper form div.gform_footer {
        padding-top: 0px;
        margin-top: 11px;
    }
  }
/* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/

.ChatBot_chatBot__3HZxq input[type="text"] {
    border: 0 !important;
}