/* HOME */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html{
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 3 */

	-webkit-text-size-adjust: 100%;
	/* 2 */
	    -ms-text-size-adjust: 100%;
	/* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body{
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section{
	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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main{
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure{
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr{
	-webkit-box-sizing: content-box;
	        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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a{
	background-color: transparent;
	/* 1 */

	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover{
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title]{
	border-bottom: none;
	/* 1 */
	        text-decoration: underline;
	        text-decoration: underline dotted;
	/* 2 */

	-webkit-text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong{
	font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn{
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark{
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video{
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]){
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img{
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root){
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea{
	font-family: sans-serif;
	/* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit']{
	-webkit-appearance: button;
	/* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 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{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress{
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea{
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio']{
	-webkit-box-sizing: border-box;
	        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']{
	/* 1 */
	outline-offset: -2px;

	-webkit-appearance: textfield;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[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{
	/* 1 */
	font: inherit;

	-webkit-appearance: button;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu{
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary{
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas{
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template{
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden]{
	display: none;
}

*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
	background-color: #f3f3f3;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;

	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

::-moz-selection{
	background: #fff498;
}

::selection{
	background: #fff498;
}

::-moz-selection{
	background: #fff498;
}

img::-moz-selection{
	background: transparent;
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

body{
	-webkit-tap-highlight-color: #fff498;
}

a{
	color: #4a4a4a;
	outline: 0;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #ffb43b;
}

.gigantic,
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4,
h5,
h6{
	color: #222222;
	font-weight: bold;
}

.gigantic{
	font-size: 110px;
	letter-spacing: -2px;
	line-height: 1.09;
}

.huge,
h1{
	font-size: 68px;
	letter-spacing: -1px;
	line-height: 1.05;
}

.large,
h2{
	font-size: 42px;
	line-height: 1.14;
}

.bigger,
h3{
	font-size: 26px;
	line-height: 1.38;
}

.big,
h4{
	font-size: 22px;
	line-height: 1.38;
}

.small,
small{
	font-size: 10px;
	line-height: 1.2;
}

p{
	margin: 0 0 20px 0;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

hr{
	border: solid #dddddd;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 10px 0 30px;
}

*:focus{
	outline: none;
}

*{
	list-style: none;
}

.header{
	width: 100%;
}

/*Top menu*/
.header__menu,
.header__topBar{
	position: fixed;
	top: 0;
	width: 100%;
}

.header__topBar{
	background: #4a4a4a;
	height: 30px;
	width: 100%;
	z-index: 30;
}

.header__topBar ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header__topBar ul li a{
	color: #ffffff;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	margin-right: 15px;
}

.header__topBar ul.menu li:last-child a{
	background-color: #ffb43b;
	color: #4a4a4a;
	font-weight: bold;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 0;
	padding: 0 30px;
	position: relative;
}

.header__topBar ul.menu li:last-child a::before{
	content: url(../images/lock.svg);
	left: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.header__topBar ul.menu li:last-child a:hover{
	color: #ffffff !important;
}

/*End top menu*/

.header__menu-logo{
	cursor: pointer;
	margin: 0 30px;
}

/*Main menu*/
.header__menu{
	background: #ffffff;
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding-top: 30px;
	z-index: 20;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*
.header__menu-items {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 30px;
}

.header__menu-items > li a{
        display: inline-block;
        text-align: right;
        margin-right: 2px;
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        color: #7B7B7B;
        letter-spacing: 0.7px;
        padding: 18px 10px 20px 50px;
        margin: 0;
}
*/

ul.header__menu-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 30px;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: justify;
	-ms-flex: 1;
	    flex: 1;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.header__menu-items > li a{
	color: #7b7b7b;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	height: 90px;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin: 0;
	margin-right: 2px;
	padding: 18px 10px 20px 50px;
	text-align: right;
}

ul.header__menu-items > li a span{
	color: #4a4a4a;
	display: block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
}

ul.header__menu-items > li{
	position: relative;
}

ul.header__menu-items > li:hover,
ul.header__menu-items > li.active{
	border-bottom: 5px solid #ffb43b;
	color: #4a4a4a !important;
	height: 90px;
}


ul.header__menu-items > li:hover span,
ul.header__menu-items > li.active span{
	color: #000000;
}

ul.header__menu-items > li:hover ul.nav-child{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	    flex-direction: column;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

ul.header__menu-items > li ul.nav-child{
	background: #ffffff;
	display: none;
	left: 0;
	min-height: 100px;
	/*min-width: 250px;*/
	min-width: 257px;
	padding: 1rem 20px;
	position: absolute;
	top: 107%;
}

ul.header__menu-items > li ul.nav-child li{
	border-bottom: 1px #e5e5e5 solid;
	padding: 20px;
	width: 100%;
}

ul.header__menu-items > li ul.nav-child li:last-child{
	border: none;
}

ul.header__menu-items > li ul.nav-child li a{
	color: #444444;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	line-height: 1.3;
	padding: 0;
}
/*End main menu*/

/*Search Box*/
.header__menu-search{
	cursor: pointer;
	height: 86px;
	position: relative;
	width: 86px;
}

.header__menu-search img{
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.header__menu-search .searchBox{
	bottom: -120px;
	display: none;
	/*background: #FFFAED;*/
	height: 90px;
	position: absolute;
	right: -30px;
	width: 500px;
}

.header__menu-search .searchBox .search{
	background: #fffaed;
}

.header__menu-search .searchBox.show{
	display: block;
}

.header__menu-search .searchBox.show form.form-inline{
	display: block;
}

.header__menu-search .searchBox form.form-inline{
	display: none;
	height: 100%;
	width: 100%;
}

.header__menu-search .searchBox form.form-inline input[type='search']{
	background: #fffaed;
	border: none;
	-webkit-box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.7);
	        box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.7);
	color: #4a4a4a;
	font-size: 25px;
	font-weight: 400;
	height: 100%;
	padding: 30px;
	width: 100%;
}

.header__menu-search .searchBox form.form-inline input[type='text']::-webkit-input-placeholder{
	color: rgba(74, 74, 74, 0.3);
}

.header__menu-search .searchBox form.form-inline input[type='text']:-ms-input-placeholder{
	color: rgba(74, 74, 74, 0.3);
}

.header__menu-search .searchBox form.form-inline input[type='text']::-ms-input-placeholder{
	color: rgba(74, 74, 74, 0.3);
}

.header__menu-search .searchBox form.form-inline input[type='text']::placeholder{
	color: rgba(74, 74, 74, 0.3);
}

.header__menu-search .searchBoxClose{
	background: #fffaed;
	background-image: url(../images/close.svg);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	cursor: pointer;
	display: none;
	height: 86px;
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
}

.header__menu-search .searchBoxClose.show{
	display: block;
}

.header__menu-search .searchBox .element-invisible{
	display: none;
}
/*End Search Box*/

.content{
	color: #000000;
	margin: 20px auto;
	max-width: 1200px;
	min-height: 600px;
	width: 2000px;
}

.content .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 37px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*servicesSection*/
#servicesSection .module{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#servicesSection .module{
	margin: 0 33px 0 0;

	flex-basis: 274px;
	-ms-flex-preferred-size: 274px;
}

#servicesSection .module:last-child{
	margin-right: 0;
}

#servicesSection .module > div{
	background: #ffffff;
	height: 190px;
}

#servicesSection .module > div > div > div{
	/*padding: 30px 35px;*/
	position: relative;
}

/*
#servicesSection .module > div > div > div::before {
    content: url(../images/moneytrans.svg);
    position: absolute;
    left: 20px;
    top: 20px;
}

#servicesSection .module > div > div > div::after {
    content: url(../images/arrowRight.svg);
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

#servicesSection .module h3 {
    position: relative;
    font-weight: 800;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    z-index: 2;
}
*/

#servicesSection .arrowRight{
	position: absolute;
	right: 10px;
	top: 43%;
}

#servicesSection .module h3{
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 25px;
	margin-top: 0;
	position: relative;
	z-index: 2;
}

#servicesSection .module .custom{
	background-position: 21px 20px;
	background-repeat: no-repeat;
	color: #50616b;
	/*margin-top: 25px;*/
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25px;
	padding: 30px 35px;
}
/*End servicesSection*/

/*Slider*/
.mainslider{
	margin-top: 120px;
	/*background: #F0D962;*/
}

.mainslider .slide-desc-text{
	position: relative;
}

.mainslider .slide-desc-text a.readmore{
	background: #ffa81b;
	border-radius: 2px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20.05px;
	padding: 15px 25px 15px 35px;
	position: relative;
}

.mainslider .slide-desc-text a.readmore:hover{
	color: #ffffff !important;
}

.mainslider .slide-desc-text a.readmore::before{
	content: url(../images/white-lock.svg);
	left: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.mainslider .slide-desc-text-default{
	padding: 15px 40px 5px !important;
}

.mainslider .slide-desc-bg-default{
	background: rgba(0, 0, 0, 0.86);
}

/*End slider*/

/*firstRow*/
#firstRow{
	/*overflow: hidden;*/
}

#firstRow .column-1{
	margin: 0 40px 0 0;
	/*
    float: left;
    width: 895px;
    */

	flex-basis: 895px;
}

#firstRow .column-2{
	/*
    float: left;
    width: 274px;
    */
	flex-basis: 274px;
}

#firstRow .new_tab-contentnew{
	background: #ffffff;
}

#firstRow .Joombest-tabs-title-left ul.Joombest-tabs-title{
	border: none;
}

#firstRow .Joombest-tabs-wrap .Joombest-tabs-panel-left{
	border: none;
}

#firstRow .Joombest-tabs-title-wrap.Joombest-tabs-title-left{
	margin-right: 0;
}

#firstRow ul.Joombest-tabs-title{
	padding-right: 0 !important;
}

#firstRow ul.Joombest-tabs-title li{
	margin: 0;
	padding: 20px 0 21px 30px;
	position: relative;
	width: 100%;
}

/*
#firstRow ul.Joombest-tabs-title li{
    align-items: flex-start;
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    position: relative;
    width: 100%;
    margin: 0px;
}
*/

#firstRow ul.Joombest-tabs-title li .tabs__title{
	color: #c7c7c7;
	font-size: 25px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0;
	position: relative;
}


#firstRow ul.Joombest-tabs-title li .tabs__desc{
	color: #9b9b9b;
	font-size: 12px;
	letter-spacing: 0;
}

#firstRow ul.Joombest-tabs-title li:hover,
#firstRow ul.Joombest-tabs-title li.active{
	background: #fbfbfb;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(199, 199, 199, 0.5);
	        box-shadow: inset 0 1px 3px 0 rgba(199, 199, 199, 0.5);
}

#firstRow ul.Joombest-tabs-title li:hover .tabs__title,
#firstRow ul.Joombest-tabs-title li.active .tabs__title{
	color: #0091b3 !important;
}

#firstRow ul.Joombest-tabs-title li .tabs__title::before{
	left: -10px;
	opacity: 0.4;
	position: absolute;
	top: -10px;
	z-index: 0;
}

#firstRow ul.Joombest-tabs-title li#leftTab_1 .tabs__title::before{
	content: url(../images/personalAcc.svg);
}

#firstRow ul.Joombest-tabs-title li#leftTab_2 .tabs__title::before{
	content: url(../images/briefcase.svg);
}

#firstRow ul.Joombest-tabs-title li#leftTab_3 .tabs__title::before{
	content: url(../images/gears.svg);
}

#firstRow ul.Joombest-tabs-title li#leftTab_4 .tabs__title::before{
	content: url(../images/eserv.svg);
}

#firstRow ul.Joombest-tabs-title li.active::after{
	content: url(../images/triangle.svg);
	position: absolute;
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 2;
}

#firstRow .Joombest-tabs-wrap .Joombest-tabs-title-wrap{
	overflow: visible !important;
}


/*
#firstRow ul.Joombest-tabs-title li.active::after{
    background-image: url(../images/triangle.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    z-index: 999;
}
*/

#firstRow .Joombest-tabs-subcontent{
	padding: 0;
}

#firstRow .Joombest-tabs-subcontent p{
	margin: 0;
}

#firstRow .Joombest-tabs-subcontent .images{
	max-height: 400px;
	width: 100%;
}

#firstRow  .box__content-info{
	background: rgba(64, 79, 88, 0.85) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	position: absolute;
	width: 100%;
}

#firstRow .box__content-info h5{
	color: #ffffff;
	font-size: 15px;
	font-weight: 100;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-right: 90px;
}

#firstRow .box__content-info a.showMore{
	background: url('../images/showMore.svg') no-repeat scroll 0 0;
	font-size: 0;
	height: 43px;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 43px;
}

#maintenance .module{
	background: #ffffff;
	margin-bottom: 25px;
	padding: 20px 25px;
	position: relative;
}

#maintenance .module.completed{
	padding: 0;
}

#maintenance .module:last-child{
	margin-bottom: 0;
}

#maintenance .completed h4{
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 10px;
}

#maintenance .module p{
	margin-bottom: 10px;
}

#maintenance .completed p:last-child{
	margin-bottom: 0;
}

/*
#maintenance .completed.completed::after {
    bottom: 20px;
    content: url("../images/arrowRight.svg");
    cursor: pointer;
    position: absolute;
    right: 20px;
}
*/

#maintenance .completed .custom{
	padding: 20px 25px;
	position: relative;
}

#maintenance .custom .arrowRight{
	position: absolute;
	right: 10px;
	top: 50%;
}

#maintenance .completed span.categoryBox{
	background: #ffc52a none repeat scroll 0 0;
	border-radius: 0;
	bottom: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	line-height: 15px;
	padding: 8px 40px;
	position: absolute;
	transform: translate(-50%, 50%);
	background-color: #C9514E;
}

#maintenance .quoteBox h4{
	color: #0091b3;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 auto;
	padding-left: 20px;
	position: relative;
}

#maintenance .quoteBox::before{
	content: url('../images/quotes.svg');
	left: 3px;
	opacity: 0.5;
	position: absolute;
	top: 6px;
}


#maintenance .quoteBox .quote__author{
	color: #4a4a4a;
	display: block;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0;
	margin-top: 15px;
	text-align: right;
}

/*End firstRow*/

/*thirdRow*/
#thirdRow.row .column-2{
	margin: 0 30px 0 0;
	overflow: hidden;

	flex-basis: 584px;
}

#thirdRow.row .column-1{
	margin: 0 33px 0 0;

	flex-basis: 274px;
}

#thirdRow #customersocial{
	margin: 0;
}

#thirdRow.row .column{
	display: flex;
	flex-direction: column;

	justify-content: space-between;
}

#gcbcustomer .custom{
	/*background-image: url("../images/blogImage.png"); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
}

#gcbcustomer a{
	color: #ffffff;
}

#gcbcustomer a:hover,
#gcbcustomer a:focus{
	text-decoration: none;
}

#gcbcustomer .moduletable,
#gcbcustomer .custom{
	height: 100%;
	overflow: hidden;
}

#gcbcustomer .custom p{
	margin: 0;
}

#gcbcustomer .box__content-info{
	background: rgba(64, 79, 88, 0.85) none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	left: 0;
	padding: 20px;
	position: absolute;
	width: 100%;
	z-index: 5;
}

#gcbcustomer .box__content_img{
	height: 100%;
	position: absolute;
	width: 100%;
}



@media (min-width: 1199px){
	#gcbcustomer .box__content_img img{
		height: 100%;
		max-width: none;
		width: auto;
	}
}

#gcbcustomer .box__content-info h5{
	color: #ffffff;
	font-size: 21px;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-right: 90px;
}


#gcbcustomer .box__content-info p{
	color: #ffffff;
	font-size: 13px;
	margin: 0;
	padding-right: 90px;
}


#gcbcustomer .box__content-info span.categoryBox{
	background: #ffc52a none repeat scroll 0 0;
	border-radius: 0;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	line-height: 15px;
	padding: 8px 40px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}


#gcbcustomer .box__content-info a.showMore{
	height: 40px;
	margin-top: -20px;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 40px;
}

#baseRate .box__content{
	display: flex;
	flex-direction: column;
	padding: 0;
	position: relative;
}

#baseRate .ratesSection__rate{
	background-image: url('../images/ratesImage.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 345px;
	padding: 100px 20px;
	width: 100%;
}


#baseRate .ratesSection__rate p.rateLeft,
#baseRate .ratesSection__rate p.rateRight{
	color: #ffffff;
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0;
}


#baseRate .ratesSection__rate h1.rate{
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 auto;
	text-align: center;
}


#baseRate .ratesSection__title{
	background: #ffffff none repeat scroll 0 0;
	color: #4a4a4a;
	display: flex;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	height: 65px;
	letter-spacing: 0;
	margin: 0;
	position: relative;
	text-align: center;
	width: 100%;

	align-items: center;
	justify-content: center;
	order: 1;
}


#baseRate .ratesSection__title span.categoryBox{
	background: #ffc52a none repeat scroll 0 0;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	left: 50%;
	line-height: 15px;
	padding: 8px 40px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	background-color: #C9514E;
}

#customersocial #twitterSection{
	background: #0091b3 none repeat scroll 0 0;
	display: flex;
	flex-direction: column;
	padding: 20px 25px;

	justify-content: space-between;
}

#customersocial .custom{
	height: 100%;
	position: relative;
}

#customersocial .moduletable,
#customersocial #twitterSection{
	height: 100%;
}


#customersocial #twitterSection::after{
	content: url('../images/twittBird.svg');
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 20px;
}

/*End thirdRow*/

/*fourthRow*/
#fourthRow .column-2{
	margin: 0 30px 0 0;

	flex-basis: 584px;
}

#fourthRow .column-1{
	margin: 0 33px 0 0;

	flex-basis: 274px;
}

#fourthRow .column{
	display: flex;
	flex-direction: column;

	justify-content: space-between;
}

#fourthRow .column-1:last-child{
	margin-right: 0;
}

#fourthRow #dailytips .moduletable{
	height: 190px;
}


#fourthRow #dailytips .custom{
	background-image: url('../images/tipsBackground.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
}


#fourthRow #dailytips .box__content-info{
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	left: 0;
	padding: 20px;
	position: absolute;
	width: 100%;
}


#fourthRow #dailytips .box__content-info span.categoryBox{
	background: #ffc52a none repeat scroll 0 0;
	border-radius: 0;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	line-height: 15px;
	padding: 8px 40px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}


#fourthRow #dailytips .box__content-info h5{
	color: #ffffff;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.2;
}


#fourthRow #dailytips .box__content-info a.showMore{
	height: 40px;
	margin-top: -20px;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 40px;
}

#fourthRow #aboutgcb .moduletable{
	background: #ffffff;
	height: 100%;
}

#fourthRow #aboutgcb .moduletable .custom{
	background-image: url('../images/globe.png');
	background-position: 130px 20px;
	background-repeat: no-repeat;
	background-size: 130px auto;
	height: 100%;
	padding: 20px 25px;
	position: relative;
}


#fourthRow #aboutgcb .box__content-text{
	width: 90px;
}


#fourthRow #aboutgcb .box__content-text p{
	color: #4a4a4a;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}


#fourthRow #aboutgcb .box__content-info{
	background: transparent none repeat scroll 0 0;
	bottom: 0;
	height: 60px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}


#fourthRow #aboutgcb .box__content-info a{
	display: flex;
	padding: 20px 25px;

	align-items: center;
	justify-content: space-between;
}


#fourthRow #aboutgcb .box__content-info a{
	color: #50616b;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	padding: 20px 25px;

	align-items: center;
	justify-content: space-between;
}

#fourthRow #ourvision .moduletable{
	background: #ffffff;
	height: 190px;
	position: relative;
}


#fourthRow #ourvision .moduletable .custom{
	/*background-image: url("../images/ourmv.png");*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}


#ourvision .moduletable img{
	height: 120px;
	position: absolute;
	right: -15px;
	top: -15px;
}

#ourvision .moduletable p{
	margin: 0;
}
/*End fourthRow*/

/*fifthRow*/
#fifthRow{
}


#fifthRow .column-2{
	margin: 0 30px 0 0;

	flex-basis: 584px;
}

#fifthRow .column{
	display: flex;
	flex-direction: column;

	justify-content: space-between;
}

#fifthRow .column-2:last-child{
	margin-right: 0;
}

#fifthRow .moduletable{
	height: 100%;
}

#shareregistry .tablesSection__table table{
	border: 1px solid #dddddd;
	border: none;
	border-spacing: 0;
}

#shareregistry .tablesSection__table table .table__headerRow{
	background: #ffc52a;
	height: 50px;
}

#shareregistry .tablesSection__table table .table__headerRow th{
	color: #4a4a4a;
	cursor: pointer;
	font-size: 13px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0;
}

#shareregistry .tablesSection__table table .table__headerRow th:hover,
#shareregistry .tablesSection__table table .table__headerRow th.active{
	background: #4a4a4a;
	color: #ffffff;
}

#shareregistry .tablesSection__table table .table__rows{
	height: 50px;
}

#shareregistry .tablesSection__table table .table__rows:nth-child(odd){
	background-color: #ffffff;
}

#shareregistry .tablesSection__table table .table__rows:nth-child(even){
	background-color: #f2f2f2;
}

#shareregistry .tablesSection__table table .table__rows td.table__desc{
	color: #50616b;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	padding: 10px 25px;
	vertical-align: middle;
}

#shareregistry .tablesSection__title{
	background: #4a4a4a;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	height: 70px;
	letter-spacing: 0;
	line-height: 31px;
	margin: 0;
	position: relative;
	text-align: center;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#shareregistry .tablesSection__title span.categoryBox{
	background: #ffc52a;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	line-height: 15px;
	padding: 8px 40px;
	position: absolute;
	top: -15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	background-color: #C9514E;
}

#gcbbank .custom{
	/*background-image: url("../images/InstagramFeed.png");*/
	background-position: center top;
	background-size: cover;
	font-size: 0;
	height: 100%;
	width: 100%;
}
/*fifthRow*/


/*Footer*/
.footer{
	background: #242424;
	position: relative;
	width: 100%;
}

.footer__top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	position: relative;

	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-ms-flex-align: start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__top .twitterSection__social{
	bottom: 60px;
	left: 30px;
	position: absolute;
}

.footer__top .twitterSection__social a{
	display: inline-block;
	text-decoration: none;
}

.footer__top .twitterSection__social img{
	margin-right: 5px;
}

.footer__top-img,
.footer__top .footer__row{
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer .footer__columns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	margin-right: 45px;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.footer .footer__columns-title{
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.footer .footer__columns ul.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .footer__columns ul.menu li{
	line-height: none;
}

.footer .footer__columns ul.menu li a{
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.footer__bottom{
	background: #000000;
	padding: 5px 30px;
	width: 100%;
}

.footer__bottom p{
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0;
	margin: 0;
}

.footer__bottom p:nth-child(2){
	float: right;
}
/*End Footer*/

.mobileMenu-fixed{
	display: none;
}

.column img{
	max-width: 100%;
}

#myTabTabs{
	background: #C9514E;
	border: none;
	/*height: 50px;*/
}

.nav-tabs > li{
	color: #4a4a4a;
	cursor: pointer;
	font-size: 13px;
	font-style: italic;
	font-weight: 900;
	height: 50px;
	letter-spacing: 0;
	line-height: 50px;
	white-space: nowrap;
	width: 50%;
}

.nav-tabs > li + li{
	margin: 0;
}


.nav-tabs > li a{
	background: none;
	border: none;
	border-radius: 0;
	color: #ffffff;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus,
.nav-tabs > li.active a{
	background: #4a4a4a;
	border: none;
	border-radius: 0;
	color: #ffffff;
	padding: 0;
}


@media (max-width: 1199px){
	.content{
		width: 100%;
	}

	.header__topBar{
		display: none;
	}

	.header__menu{
		padding-top: 0;
	}

	.mobileMenu-fixed{
		background: #ffffff;
		bottom: 0;
		-webkit-box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.5);
		        box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.5);
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-transition: all 0.3s;
		        transition: all 0.3s;
		width: 55vw;
		z-index: 99;
	}

	.mobileMenu-fixed.navDraw{
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}

	.mobileMenu-fixed .mmfixed-logo{
		padding: 30px 20px;
	}

	.mobileMenu-fixed ul.mmfixed-items{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		    flex-direction: column;
		letter-spacing: 0;
		margin-top: 20px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: start;
		-ms-flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.mobileMenu-fixed ul.mmfixed-items li{
		border-bottom: 1px solid #dddddd;
		color: #7b7b7b;
		display: block;
		font-weight: 800;
		margin: 0;
		padding: 25px 40px 25px;
	}

	.mobileMenu-fixed ul.mmfixed-items li a{
		color: #7b7b7b;
		font-size: 18px;
		font-weight: 800;
		letter-spacing: 0.7px;
		line-height: 20px;
		text-align: left;
	}

	.mobileMenu-fixed ul.mmfixed-items li a:hover,
	.mobileMenu-fixed ul.mmfixed-items li.active a{
		color: #4a4a4a !important;
	}

	.mobileMenu-fixed ul.mmfixed-items li a:hover span,
	.mobileMenu-fixed ul.mmfixed-items li.active a span{
		color: #000000;
	}

	.mobileMenu-fixed ul.mmfixed-items li a span{
		color: #4a4a4a;
		display: block;
		font-size: 12px;
		font-weight: 300;
	}

	.header__menu-moblie{
		padding: 30px 0;
	}

	.header__menu-moblie .mobileNavToggle{
		height: 20px;
		position: relative;
		width: 35px;
	}

	.header__menu-moblie .mobileNavToggle__top{
		top: 0;
	}

	.header__menu-moblie .mobileNavToggle__mid{
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.header__menu-moblie .mobileNavToggle__btm{
		bottom: 0;
		top: 19px;
	}

	.header__menu-moblie .mobileNavToggle:hover .mobileNavToggle__top{
		width: 36px;
	}

	.header__menu-moblie .mobileNavToggle:hover .mobileNavToggle__mid{
		width: 40px;
	}

	.header__menu-moblie .mobileNavToggle:hover .mobileNavToggle__btm{
		width: 36px;
	}

	.header__menu-moblie .bar{
		background-color: #000000;
		height: 2px;
		position: absolute;
		-webkit-transition: all 0.3s;
		        transition: all 0.3s;
		width: 100%;
	}

	ul.header__menu-items{
		display: none;
	}

	.mainslider{
		margin-top: 120px;
	}

	#firstRow .column-1{
		padding: 0 10px 15px;
		width: 100%;

		flex-basis: 100%;
	}

	#firstRow .column-2{
		display: flex;
		    flex-direction: row;
		padding: 15px 10px;
		width: 100%;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		flex-basis: 100%;
		-ms-flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}


	#firstRow{
		margin-bottom: 0;
	}

	#firstRow .column-2 .module{
		height: 170px;
		margin-right: 20px;
		width: 50%;
	}

	#firstRow .column-2 .module:last-child{
		margin-right: 0;
	}

	.content .row{
		    flex-direction: column;
		height: auto;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
	}

	#servicesSection{
		    flex-direction: row;
		height: auto !important;
		margin-bottom: 0;

		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: start;
		-ms-flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#servicesSection .module{
		margin: 0;
		padding: 15px 10px;
	}

	#servicesSection .module div{
		height: auto;
	}

	.content #servicesSection{
		    flex-direction: row;
		height: auto !important;
		margin-bottom: 0;

		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: start;
		-ms-flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.content #servicesSection  div{
		height: auto;
	}

	.content #servicesSection .module{
		margin: 0;
		width: 100%;

		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}

	.content #thirdRow{
		    flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: center;
		-ms-flex-direction: row;
		-ms-flex-pack: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: center;
	}

	.content #thirdRow .column-2{
		margin: 0;

		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}

	.content #thirdRow .column-1{
		flex-basis: 47.5%;
		-ms-flex-preferred-size: 47.5%;
	}

	.content #thirdRow .ratesSection__rate{
		height: 295px;
	}

	#gcbcustomer .moduletable{
		height: 350px;
	}

	.content #thirdRow .column{
		padding: 15px 10px;
	}

	.content #fourthRow{
		height: 190px;

		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.content #fourthRow.row{
		    flex-direction: row;
		margin-bottom: 0;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#fourthRow .column{
		height: 190px;
		padding: 15px 10px;
		width: 100%;

		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}

	#fourthRow .column-2{
		margin: 0 30px 0 0;
	}

	#fourthRow .column-1{
		margin: 0;
	}

	.content #fourthRow .custom,
	.content #fourthRow .height-1{
		height: 150px;
	}
	.content #fourthRow .box .box__content-text,
	.content #fourthRow .height-1 .box__content-text{
		font-size: 10px;
	}

	#fourthRow #dailytips .moduletable,
	#fourthRow #aboutgcb .moduletable,
	#fourthRow #ourvision .moduletable,
	#fourthRow .column .moduletable{
		height: 100%;
	}

	#fourthRow .column-2{
		margin: 0;
	}


	.content #fifthRow{
		    flex-direction: row;
		height: 380px;
		height: auto;
		margin-top: 20px;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.content #fifthRow .column-2{
		margin: 0;
	}

	.content #fifthRow .column-1,
	.content #fifthRow .column-2{
		padding: 15px 10px;
		width: 100%;

		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}

	#fifthRow #gcbbank .moduletable{
		height: 350px;
	}

	#gcbbank .moduletable .custom{
		padding: 20px;
	}


	#shareregistry .tablesSection__table{
		display: flex;
		flex-direction: column;
		padding: 0;

		justify-content: space-between;
	}

	.footer__top{
		flex-direction: column;
	}

	.footer__row{
		width: 100%;

		flex-wrap: wrap;
	}

	.footer__top .twitterSection__social{
		margin-top: 20px;
		position: static;
		width: 100%;
	}

	.header__menu-search .searchBox::after{
		height: 80px;
		top: -80px;
	}

	.header__menu-search .searchBox{
		bottom: -117px;
	}
}

@media (max-width: 786px){
	#firstRow .column-2{
		    flex-direction: column !important;

		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
	}


	.mobileMenu-fixed{
		width: 48vw;
	}

	#firstRow .column-2 .module{
		margin-bottom: 20px;
		width: 100% !important;
	}

	#servicesSection{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#thirdRow .column-1{
		margin: 0 !important;

		flex-basis: 100% !important;
		-ms-flex-preferred-size: 100% !important;
	}

	#customersocial .moduletable{
		height: 350px;
	}


	#twitterSection .twitterSection__social{
		display: flex;

		justify-content: space-between;
	}

	.twitterSection__social{
		bottom: 10px !important;
		margin: 0 auto;
		width: 70%;
	}

	.content #fourthRow{
		height: auto;

		flex-wrap: wrap;
	}

	#fourthRow.row .column-2{
		margin: 0;
	}

	.article-content img{
		width: 100%;
	}
}

#firstRow .Joombest-tabs-wrap .Joombest-tabs-title-wrap{
	z-index: 15;
}

/*
#Investments.content{
    display: block;
    margin-top: 100px;
    padding-top: 50px;
}
*/

.hederImage.content{
	display: block;
	margin-top: 100px;
	padding-top: 50px;
}

#Investments.content .page-header h2,
#Investments.content h4.boardPage__title{
	color: #282828;
	font-size: 32px;
	font-weight: 800;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}

#Investments.content .boardPage__membersGrid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 50px;
	width: 100%;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify-content: space-between;
}

#Investments.content .boardPage__membersGrid .boardPage__member{
	background: url('../images/memberBg.png');
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	height: 300px;
	margin-bottom: 25px;
	margin-right: 25px;
	padding: 20px 20px 10px 20px;
	position: relative;
	width: 300px;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	flex-basis: 300px;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-ms-flex-preferred-size: 300px;
	justify-content: space-between;
}

#Investments.content .boardPage__membersGrid .boardPage__member h5.member__name{
	color: #2c2c2c;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	width: 50%;
}

#Investments.content .boardPage__membersGrid .boardPage__member p.member__role{
	color: #ffffff;
	font-size: 13px;
	font-style: italic;
}

#Investments.content .boardPage__membersGrid .boardPage__member a.showMore{
	bottom: 10px;
	height: 25px;
	position: absolute;
	right: 20px;
	width: 25px;
}

#Investments.content .boardPage__membersGrid .boardPage__member a.showMore img{
	width: 100%;
}

.headerImage{
	height: 350px;
	padding: 50px 80px;
}

.headerImage span.categoryBox{
	background: #ffc52a;
	border-radius: 0;
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	margin-bottom: 20px;
	padding: 8px 35px;
}

.headerImage h5.blogDate{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
}

.headerImage h1.blogTitle{
	color: #ffffff;
	font-size: 50px;
	font-weight: 100;
	line-height: 1.3;
	width: 80%;
}

.header__kicker{
	background-color: #f0d962;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	/*background-image: url("../images/blogImage-wide.png");*/
	margin-top: 110px;
	position: relative;
}

.header__kicker-ticker{
	background: rgba(0, 0, 0, 0.86);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	height: 85px;
	position: absolute;
	width: 100%;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__kicker-ticker .tickerInfo{
	width: 70%;
}

.header__kicker-ticker a.tickerBtn{
	background: #ffa81b;
	border: none;
	border-radius: 2px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 20.05px;
	margin-right: 40px;
	padding: 15px 25px 15px 35px;
	position: relative;
}

.header__kicker-ticker a.tickerBtn:hover,
.header__kicker-ticker a.tickerBtn:focus{
	color: #4a4a4a;
	text-decoration: none;
}

.header__kicker-ticker a.tickerBtn::before{
	content: url(../images/white-lock.svg);
	left: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.header__kicker-ticker p{
	margin: 0;
}

/*
#News.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
}
*/

.withoutBlogImage.content{
	margin-top: 140px;
	/*padding-top: 50px;*/
}

.rightbarPage.content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content_box_shadow{
	background: #ffffff;
	box-shadow: 0 0 18px 0 rgba(212, 212, 212, 0.5);
	overflow: hidden;
	padding: 20px;
}

.bt-social-share.bt-social-share-above,
.bt-social-share-below{
	background-color: transparent;
	border: none;
}


.rightbarPage.content .content__main{
	width: 70%;

	flex-basis: 70%;
	-ms-flex-preferred-size: 70%;
}

.rightbarPage.content .content__main p.content__main-post{
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 100;
	padding-right: 10px;
	text-align: center;
}

.rightbarPage.content .content__main p.content__main-post img{
	margin: 20px 0;
	width: 100%;
}

.content__sidebar{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	height: auto;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-basis: 25%;
	-ms-flex-direction: column;
	-ms-flex-preferred-size: 25%;
}

.content__sidebar .box__content{
	padding: 20px 25px;
	position: relative;
}

.content__sidebar #alertsSection{
	background: #ffffff;
	/* margin-bottom: 60px;*/
	-webkit-box-shadow: 0 0 18px 0 rgba(212, 212, 212, 0.5);
	        box-shadow: 0 0 18px 0 rgba(212, 212, 212, 0.5);
	height: 200px;
}

/*
.rightbarPage.content #alertsSection::after {
    content: url(../images/arrowRight.svg);
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer; 
}
*/

.content__sidebar .module{
	position: relative;
}

.content__sidebar .arrowRight{
	bottom: 30px;
	position: absolute;
	right: 10px;
}

#alertsSection p.box__content-date{
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 10px;
}


#alertsSection h4.box__content-title{
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 10px;
}


#alertsSection p.box__content-text{
	color: #4a4a4a;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
}

#alertsSection span.categoryBox{
	background: #ffc52a none repeat scroll 0 0;
	border-radius: 0;
	bottom: 0;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	line-height: 15px;
	padding: 8px 40px;
	position: absolute;
	transform: translate(-50%, 50%);
}

.rightbarPage.content #twitterSection{
	height: 400px;
}

.content__sidebar #twitterSection{
	background: #0091b3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content__sidebar #twitterSection::after{
	content: url(../images/twittBird.svg);
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 20px;
}

.content__sidebar #twitterSection .twitterSection__social{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.articleConImages .custom,
.header__kicker{
	background-color: #C9514E;
	background-image: url(../images/blogImage-wide.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	margin-top: 120px;
	position: relative;
}
.articleConImages .custom,
.headerImage{
	padding: 50px 80px;
}

.headerImage span.categoryBox{
	background: #ffc52a;
	border-radius: 0;
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	margin-bottom: 20px;
	padding: 8px 35px;
}

.articleConImages .custom h1,
.headerImage h1.blogTitle{
	color: #ffffff;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 1.3;
	width: 80%;
}



.home .t3-wrapper{
	background: #f3f3f3;
}

.t3-content ul{
	margin-left: 30px;
}

.t3-content ul li{
	list-style: disc;
	padding-top: 10px;
}

blockquote{
	background: #ffffff;
	border: none;
	box-shadow: 0 0 18px 0 rgba(212, 212, 212, 0.5);
	font-size: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 20px;
}

blockquote h3{
	box-shadow: 0 0 18px 0 rgba(212, 212, 212, 1);
	font-style: italic;
	font-weight: bold !important;
	margin: -20px -20px 10px !important;
	padding: 20px;
}

blockquote h3.yellow{
	background-color: #C9514E;
	color:#FFF;
}

blockquote h3.gray{
	background: #404f58;
	color: #ffffff;
}


blockquote ul{
	display: -webkit-box;
	display:    -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;

	flex-wrap: wrap;
}

blockquote ul li{
	padding-right: 0;
	width: 100%;
}

.t3-header{
	background: #ffffff;
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topmenu{
	background: #4a4a4a;
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
}

.topmenu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.topmenu ul li a{
	color: #ffffff;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	margin-right: 15px;
	padding: 0;
  line-height: 30px;
}
/*
.topmenu ul.menu li:last-child a{
	background-color: #ffb43b !important;
	color: #4a4a4a;
	font-weight: bold;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 0;
	padding: 0 30px;
	position: relative;
}

.topmenu ul.menu li:last-child a::before{
	content: url(../images/lock.svg);
	left: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
*/
.topmenu ul.menu li a:hover,
.topmenu ul.menu li a:focus{
	background: none;
	color: #ffb43b;
}
/*
.topmenu ul.menu li:last-child a:hover{
	color: #ffffff;
}
*/




.logo{
	cursor: pointer;
	margin: 0 30px;
}

#t3-mainnav.navbar-default{
	background: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: justify;
	-ms-flex: 1;
	    flex: 1;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.t3-navbar,
.t3-megamenu{
	width: 100%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
	background: none;
	color: #444444;
}

ul.navbar-nav.level0{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	width: 100%;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: justify;
	-ms-flex: 1;
	    flex: 1;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-default ul.navbar-nav > li > a{
	color: #7b7b7b;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	height: 90px;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin: 0;
	margin-right: 2px;
	padding: 18px 10px 20px 50px;
	text-align: right;
}

.navbar-default ul.navbar-nav > li > a span.mega-caption{
	color: #4a4a4a;
	display: block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	white-space: normal;
}
.mega-caption2{
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	white-space: normal;
	
}
.mega-caption22{
	color: #ffffff;
	
	
}


.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret{
	display: none;
	
}

.navbar-default ul.navbar-nav > li:hover,
.navbar-default ul.navbar-nav > li.active{
	color: #4a4a4a !important;
	height: 90px;
}


.navbar-default ul.navbar-nav > li:hover span,
.navbar-default ul.navbar-nav > li.active span{
	color: #000000;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C9514E;
}

.t3-megamenu .dropdown-menu{
	border: none;
	border-radius: 0;
	padding: 0;
}

.navbar-default .w14{
	width: 14%;
}
.navbar-default .w30{
	float: right;
	padding-right: 0;
	text-align: right;
	width: 30%;
}

.t3-megamenu .t3-module .module-title{
	display: none;
}

.t3-megamenu .t3-module .module-inner,
.t3-megamenu .mega-col-module .mega-inner{
	padding: 0;
}

.t3-megamenu .t3-module,
.t3-megamenu .t3-module p{
	margin-bottom: 0;
}

.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header{
	color: #444444;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	letter-spacing: 0.7px;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 0;
	text-transform: none;
}

.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a{
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 5px 0;
	text-transform: lowercase;
}

.t3-megamenu .big-child .dropdown-menu .mega-inner ul.level1 > li > a{
	color: #444444;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	letter-spacing: 0.7px;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 0;
	text-transform: none;
}

.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus{
	background: none;
	color: #c7c7c7;
}

/* Search */

.header__menu-search{
	cursor: pointer;
	position: relative;
}


.header__menu-search .searchBox{
	bottom: -100px;
	display: none;
	height: 100px;
	position: absolute;
	right: 0;
	width: 300px;
}

.header__menu-search .searchBox .search{
	background: #fffaed;
}

.header__menu-search .searchBox form.form-inline{
	display: none;
	height: 100%;
	width: 100%;
}

.header__menu-search .searchBox .element-invisible{
	display: none;
}

/**/

.off-canvas-toggle{
	border: 0;
	border-radius: 0;
	height: 80px;
	line-height: 80px;
	padding: 0;
	width: 80px;
}

.header__menu-moblie .mobileNavToggle{
	height: 20px;
	margin: 0 auto;
	position: relative;
	width: 35px;
}

.header__menu-moblie .mobileNavToggle__top{
	top: 0;
}

.header__menu-moblie .mobileNavToggle__mid{
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.header__menu-moblie .mobileNavToggle__btm{
	bottom: 0;
	top: 19px;
}

.header__menu-moblie .mobileNavToggle:hover .mobileNavToggle__top{
	width: 36px;
}

.header__menu-moblie .mobileNavToggle:hover .mobileNavToggle__mid{
	width: 40px;
}

.header__menu-moblie .mobileNavToggle:hover .mobileNavToggle__btm{
	width: 36px;
}

.header__menu-moblie .bar{
	background-color: #000000;
	height: 2px;
	position: absolute;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
	width: 100%;
}
/**/

.mainslider{
	margin-top: 120px;
	position: relative;
	z-index: 1;
}

.carousel-indicators{
	display: none;
}

.footer{
	background: #242424;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.footer__top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	position: relative;

	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-ms-flex-align: start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__top .twitterSection__social{
	bottom: 30px;
	left: 30px;
	position: absolute;
}

.footer__top .twitterSection__social a{
	display: inline-block;
	text-decoration: none;
}

.footer__top .twitterSection__social img{
	margin-right: 5px;
}

.footer__top-img,
.footer__top .footer__row{
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer .footer__columns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	margin-right: 45px;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.footer .footer__columns-title{
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.footer .footer__columns ul.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .footer__columns ul.menu li{
	line-height: none;
}

.footer .footer__columns ul.menu li a{
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 0;
	margin-bottom: 5px;
	padding: 0;
}

.footer .footer__columns ul.menu li a:hover,
.footer .footer__columns ul.menu li a:focus{
	background: none;
	color: #ffb43b;
}

.footer__bottom{
	background: #000000;
	padding: 5px 30px;
	width: 100%;
}

.footer__bottom p{
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0;
	margin: 0;
}

.footer__bottom p:nth-child(2){
	float: right;
}


.page-header .page-title{
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 15px 0;
}

.content__sidebar .moduletable > h3{
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 10px;
}

.item-page h3{
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 18px 0;
}

div.mobileMenu-fixed ul.mmfixed-items li a span{
	display: none;
}

ul.header__menu-items li ul.nav-child li ul.nav-child{
	display: none !important;
}


.norightbarPage.content{
	padding: 20px;
}

.content .norightbar_content__main{
	background: #ffffff;
	box-shadow: 0 0 18px 0 rgba(212, 212, 212, 0.5);
	padding: 50px;
}

.category-list{
	background: #ffffff;
	box-shadow: 0 0 18px 0 rgba(212, 212, 212, 0.5);
	margin: 0;
	padding: 0;
}

.category-list li{
	border-top: 1px solid #f3f3f3;
	display: block;
}

.category-list li:first-child{
	border: none;
}

.category-list li a{
	color: #4a4a4a;
	display: block;
	font-size: 18px;
	line-height: 1.4;
	padding: 15px 20px;
}

.category-list li a:hover,
.category-list li a:focus{
	color: #ffb43b;
	text-decoration: none;
}

.article-header h1.article-title{
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 15px;
}

.header__menu-logo img{
	height: 50px;
}

.content h2.article-title{
	font-size: 20px;
}

.content a,
.content h2.article-title a,
.content section.readmore a,
.content section.readmore a span{
	color: #ffb43b;
}

.content__main .item-page img{
	width: 100%;
}

/*# sourceMappingURL=main.css.map */

#firstRow .Joombest-tabs-subcontent .images img{
	height: auto;
	width: 100%;
}


/**/

.t3-mainbody{
	color: #4a4a4a;
}

.page-header{
	border: none;
	font-size: 36px;
	padding: 0;
}

.page-header .page-title{
	font-size: 36px;
}

.blog img{
	height: auto;
	max-width: 100%;
}

.blog .blog-intro-image{
	margin-bottom: 20px;
}

.blog .blog-intro-image a{
	display: block;
	overflow: hidden;
	padding-bottom: 61.8%;
	position: relative;
	width: 100%;
	z-index: 2;
}

.blog .blog-item-1 .blog-intro-image a:before{
	background: rgba(0,0,0,0.6);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.blog .blog-intro-image img{
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

.blog-item-1{
	position: relative;
}

.blog-item-1 .blog-intro-text{
	bottom: 0;
	color: #ffffff;
	left: 0;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.blog-item-1 .article-intro{
	display: none;
}

.featured-story span{
	background: #ffc52a;
	bottom: -15px;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 600;
	height: 30px;
	left: 50%;
	line-height: 30px;
	margin-left: -70px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 140px;
	z-index: 3;
}

.items-row{
	margin-bottom: 40px;
	overflow: hidden;
}

.article-title,
.article-header h1{
	font-size: 20px;
}

.article-title a,
.article-header h1 a{
	color: #4a4a4a;
}

.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus{
	color: #ffb43b;
	text-decoration: none;
}

.blog-item-1 .article-title a,
.blog-item-1 .article-header h1 a{
	color: #ffffff;
}

.article-aside{
	color: #4a4a4a;
	font-size: 100%;
}

.blog-item-1 .article-aside{
	color: #ffffff;
	font-size: 100%;
}

.pagination > .disabled{
	display: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
	border: 1px solid #eaeaea;
	        border-radius: 20px;
	   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #404f58;
	font-size: 16px;
	font-weight: 600;
	height: 40px;
	line-height: 38px;
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
	width: 40px;
}

.pagination > li.flexwidth > a{
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

.counter{
	border: 1px solid #404f58;
	color: #404f58;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
div.k2Pagination ul li.active a,
div.k2Pagination ul li a:hover,
div.k2Pagination ul li a:focus{
	background: #404f58;
	border-color: #404f58;
	color: #ffffff;
}

.t3-sidebar .twitterSection__tweets{
	min-height: 182px;
}

/* Off-canvas */

.t3-off-canvas .t3-off-canvas-body{
	padding: 0;
}

.t3-off-canvas .t3-off-canvas-body .module-title{
	padding: 15px 15px 0;
	text-transform: uppercase;
}

.accordeonck ul{
	background: none;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
.accordeonck ul li{
	border: none !important;
	display: block;
	margin: 0 !important;
	padding: 0;
	position: relative;
}
.accordeonck ul li a{
	border-bottom: 1px solid #e2e2e2;
	color: #4a4a4a !important;
	display: block;
	font-family: 'Open sans', sans-serif !important;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 15px;
	position: relative;
	text-align: left;
	text-transform: none;
	z-index: 1;
}


.accordeonck ul li img{
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.accordeonck ul li.parent > a:after{
	/*--adjust as necessary--*/
	color: #4a4a4a;
	content: '\f067';
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 43px;
	line-height: 43px;
	padding-right: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: inherit;
	top: 0;
	width: 43px;
	z-index: 1;
}

.accordeonck ul li.parent > span span.toggler_icon{
	background-position: center center !important;
	width: 43px !important;
}
.accordeonck ul li a:hover,
.accordeonck ul li a.isactive{
	background: none !important;
	color: #ffb43b !important;
	text-decoration: none;
}

.accordeonck ul li.open > a:after{
	content: '\f068';
}
.accordeonck ul.content_1 li a{
	font-size: 12px;
}

.t3-off-canvas-body .accordeonck ul.content_1 li a{
	padding-left: 30px;
}

.t3-content-top{
	color: #4a4a4a;
	font-size: 18px;
	padding: 40px 0 0;
}

.module_graybox p,
.module_image p{
	margin: 0;
}

.module_graybox h3.module-title{
	background: #404f58;
	color: #ffffff;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	padding: 30px 20px;
	text-align: center;
}

.module_graybox a{
	background: #C9514E;
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.module_graybox a:hover,
.module_graybox a:focus{
	color: #000000;
	text-decoration: none;
}

.t3-sidebar img{
	height: auto;
	max-width: 100%;
}

.module_image{
	position: relative;
}

.module_image img{
	width: 100%;
}

.module_image h3.module-title{
	background: rgba(0,0,0,0.6);
	bottom: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	left: 0;
	margin: 0;
	padding: 15px 15px 25px;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 2;
}

.module_image h3.module-title:after{
	border-bottom: 1px solid #ffffff;
	bottom: 15px;
	content: '';
	left: 15%;
	position: absolute;
	width: 70%;
	z-index: 3;
}

.nav-stacked > li + li{
	margin: 0;
}
.nav-pills > li > a{
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/*
* NEW ACCORDION MENU
*/

ul.accordionMenu{
	border: none;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.t3-off-canvas .t3-off-canvas-body ul.accordionMenu ul.dropdown-menu{
	display: none;
}

ul.accordionMenu li{
	/*background: #ffffff;*/
	border-bottom: none;
	display: block;
	float: none;
	margin-bottom: 0;
	position: relative;
}

ul.accordionMenu .nav-link{
	border-bottom: 1px solid #e2e2e2;
	color: #4a4a4a !important;
	display: block;
	font-family: 'Open sans', sans-serif !important;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 44px 10px 15px;
	position: relative;
	text-align: left;
	text-transform: none;
	z-index: 1;
}

ul.accordionMenu li:hover .nav-link,
ul.accordionMenu li:focus .nav-link,
ul.accordionMenu .open .nav-link{
	color: #000000 !important;
	background-color: #C9514E;
}

ul.accordionMenu span.accordion{
	background: none;
	-webkit-background-size: 14px 8px;
	   -moz-background-size: 14px 8px;
	     -o-background-size: 14px 8px;
	        background-size: 14px 8px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	z-index: 2;
}

ul.accordionMenu span.accordion::before{
	border-bottom: 5px solid transparent;
	border-left: 6px solid #3f3f3f;
	border-right: none;
	border-top: 5px solid transparent;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 6px;
}
ul.accordionMenu li:hover > span.accordion::before,
ul.accordionMenu li:focus > span.accordion::before,
ul.accordionMenu .open > span.accordion::before{
	border-bottom: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ffffff;
	content: '';
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 10px;
}

ul.accordionMenu .dropdown-menu > li > a,
ul.accordionMenu .dropdown-menu > li.open > a,
ul.accordionMenu .open .dropdown-menu > li > a,
ul.accordionMenu .open .dropdown-menu .dropdown-header{
	border-bottom: 1px solid #eeeeee;
	color: #2a2a2a;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 44px 10px 25px;
	white-space: normal;
}

ul.accordionMenu .dropdown-menu .dropdown-menu > li > a,
ul.accordionMenu .dropdown-menu .dropdown-menu > li.open > a,
ul.accordionMenu .open .dropdown-menu .dropdown-menu > li > a,
ul.accordionMenu .open .dropdown-menu .dropdown-menu .dropdown-header{
	padding: 10px 44px 10px 35px;
}

ul.accordionMenu .dropdown-menu .dropdown-menu{
	background: #f5f5f5;
}

ul.accordionMenu .dropdown-menu > li.open > a,
ul.accordionMenu .dropdown-menu > li:hover > a,
ul.accordionMenu .dropdown-menu > li.open:hover > a,
ul.accordionMenu .open .dropdown-menu > li:hover > a,
ul.accordionMenu .dropdown-menu > li:focus > a,
ul.accordionMenu .dropdown-menu > li.open:focus > a,
ul.accordionMenu .open .dropdown-menu > li:focus > a,
ul.accordionMenu .dropdown-menu > li.active > a,
ul.accordionMenu .dropdown-menu > li.open.active > a,
ul.accordionMenu .open .dropdown-menu > li.active > a{
	background: #212121;
	color: #ffffff;
}


/*
* BOARD OF DIRECTOR
*/

.staff .items-row{
	margin-bottom: 0;
}

.staff .item{
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.staff .item::after{
	background: rgba(113,206,239,0);
	background:    -moz-linear-gradient(top, rgba(113,206,239,0) 0%, rgba(183,222,237,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(113,206,239,0)), color-stop(0%, rgba(183,222,237,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(113,206,239,0) 0%, rgba(183,222,237,0) 0%, rgba(0,0,0,1) 100%);
	background:      -o-linear-gradient(top, rgba(113,206,239,0) 0%, rgba(183,222,237,0) 0%, rgba(0,0,0,1) 100%);
	background:     -ms-linear-gradient(top, rgba(113,206,239,0) 0%, rgba(183,222,237,0) 0%, rgba(0,0,0,1) 100%);
	background:         linear-gradient(to bottom, rgba(113,206,239,0) 0%, rgba(183,222,237,0) 0%, rgba(0,0,0,1) 100%);
	bottom: 0;
	content: '';
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71ceef', endColorstr='#000000', GradientType=0 );;
}

.staff .item a.board-director-overlay-link{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.staff .board-director{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 100%;
}

.staff .board-overlay{
	bottom: 20px;
	left: 30px;
	position: absolute;
	right: 80px;
	text-align: left;
	z-index: 2;
}

.staff .board-director-item-title{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 15px;
	text-transform: uppercase;
}

.staff .board-director-position{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-transform: none;
}

.content_item_banner{
	background-position: right center;
	background-repeat: no-repeat;
}

.staff-readmore{
	background-color: transparent;
	background-image: url(../images/arrow-next@2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	   -moz-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
	border: 1px solid #ffffff;
	        border-radius: 50%;
	   -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	bottom: 0;
	height: 40px;
	position: absolute;
	right: 20px;
	-webkit-transform: rotateY(0) translateY(-50%);
	    -ms-transform: rotateY(0) translateY(-50%);
	        transform: rotateY(0) translateY(-50%);
	width: 40px;
	z-index: 2;
}

.page-header-staff,
.staff .page-header{
	text-align: center;
}

.page-header-staff h1,
.staff .page-header h1{
	color: #000000;
	display: inline-block;
	font-size: 20px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}

.page-header-staff h1:after,
.staff .page-header h1::after{
	border-bottom: 3px solid #7b7b7b;
	bottom: 0;
	content: '';
	left: 10px;
	position: absolute;
	right: 10px;
}

.item-staff-page .item-image{
	float: none !important;
	margin: 0 !important;
	position: relative;
}

.staff .item a.board-director-overlay-link::before,
.item-staff-page .item-image::before{
	background: url(../images/logo-icon.png) left top no-repeat;
	-webkit-background-size: 34px auto;
	   -moz-background-size: 34px auto;
	     -o-background-size: 34px auto;
	        background-size: 34px auto;
	content: '';
	height: 34px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 34px;
}

.item-staff-page h2.staff-item-title{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.item-staff-page h4.board-director-position{
	color: #7b7b7b;
	font-style: italic;
	font-weight: bold;
}

a.back_to_list_text{
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}

.yellowbg {
  background: #C9514E;
  
  
}

#myChatLinkContainer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}

#myChatLinkInfo {
    background: url(https://calbank.net/live-chat-Icon-01.png) no-repeat;
    background-size: 100px 75px;
    height: 76px;
    background-position: 90% 90%;
}

#myChatLinkInfo span {
    display: none;
}


@media (max-width: 1199px){
	.t3-header{
		padding-top: 40px;
	}
	
	#t3-mainnav.navbar-default{
		justify-content: flex-end;
	}
	.footer__top{
		padding-bottom: 80px;
	}

	.articleConImages .custom,
	.headerImage.header__kicker{
	height: 200px;
	margin-top: 85px;
	padding: 10px 20px;
	}

	.headerImage span.categoryBox{
		font-size: 10px;
		padding: 8px 24px;
	}

	.headerImage h5.blogDate{
		font-size: 12px;
		margin-top: 15px;;
	}
	.articleConImages .custom h1,
	.headerImage h1.blogTitle{
		font-size: 25px;
		font-weight: 400;
		width: 100%;
	}

	.rightbarPage p.content__main-post{
		padding-right: 0;
	}

	.rightbarPage .content{
		padding: 20px;
	}

	.rightbarPage .content__main{
		width: 100%;

		flex-basis: 100% !important;
		-ms-flex-preferred-size: 100% !important;
	}


	.rightbarPage.content{
		padding: 20px;
	}

	.rightbarPage .content__main{
		width: 100%;

		flex-basis: 100% !important;
		-ms-flex-preferred-size: 100% !important;
	}

	.rightbarPage .content__sidebar{
		display: none !important;
	}

	.footer__top{
	}

	.twitterSection__social{
		bottom: 10px !important;
		margin: 0 auto;
		width: 70%;
	}

	.twitterSection__social img{
		margin-right: 10px;
		width: 45px;
	}

	.footer__bottom{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer__columns{
		margin-left: 0;
		width: 150px;

		flex-basis: 150px;
		-ms-flex-preferred-size: 150px;
	}

	.topmenu{
		display: none;
	}
}

@media (max-width: 991px){
	.t3-header{
		padding-top: 40px;
	}

	.mainslider{
		margin-top: 110px;
	}

	#firstRow ul.Joombest-tabs-title li .tabs__title{
		font-size: 20px;
	}

	#firstRow ul.Joombest-tabs-title li .tabs__desc{
		font-size: 11px;
	}
}

@media (max-width: 767px){
	#firstRow .column-1{
		display: none;
	}
}

@media ( min-width: 768px ){
	.blog-item-1 .article-intro{
		display: block;
	}
}

@media ( min-width: 992px ){
	.content_box_shadow{
		padding: 50px;
	}
	.blog .blog-intro-image{
		float: left;
		margin-bottom: 0;
		width: 300px;
	}

	.blog-intro-text{
		padding-left: 340px;
	}

	.blog .blog-item-1 .blog-intro-image{
		float: none;
		width: 100%;
	}

	.blog .blog-item-1 .blog-intro-image img{
		float: none;
		width: 100%;
	}

	.blog-item-1 .blog-intro-text{
		font-size: 18px;
		padding: 50px;
	}

	.blog-item-1 .article-aside{
		font-size: 16px;
		font-weight: 600;
	}

	.blog-item-1 .article-title,
	.blog-item-1 .article-header h1{
		font-size: 36px;
	}

	.nav-tabs > li{
		width: 25%;
	}
	.page-header-staff h1,
	.staff .page-header h1{
		font-size: 28px;
	}

	.item-staff-page .article-content{
		padding-left: 40%;
		position: relative;
	}

	.item-staff-page .item-image{
		left: 0;
		position: absolute;
		top: 0;
		width: 33%;
	}
}

@media ( min-width: 1199px ){
	.blog .blog-intro-image{
		float: left;
		margin-bottom: 0;
		width: 400px;
	}

	.blog-intro-text{
		padding-left: 440px;
		position: relative;
	}

	blockquote h3{
		padding: 20px 30px;
	}

	blockquote ul li{
		padding-right: 50px;
		width: 50%;
	}

	blockquote ul li ul li{
		padding-right: 0;
		width: 100%;
	}
}
