/* ====================== Font face ================= */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
   		 url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SatisfyRegular';
    src: url('../fonts/satisfy-regular.eot');
    src: url('../fonts/satisfy-regular.eot') format('embedded-opentype'),
    	 url('../fonts/satisfy-regular.svg#SatisfyRegular') format('svg'),
         url('../fonts/satisfy-regular.ttf') format('truetype'),
         url('../fonts/satisfy-regular.woff') format('woff');
}


/*@import url(https://fonts.googleapis.com/css?family=Satisfy);*/
body{
	font-family: 'source_sans_proregular';
	color: #585858;
	font-size: 17px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'source_sans_proregular';
	letter-spacing: 0;
	font-weight: normal;
}
h3{
	font-size:22px;
}
h1#page-title{
	font-family: 'source_sans_probold';
	font-size: 33px;
	color: #182f7d;
	text-transform: uppercase;
	line-height: 100%;
}

input[type="text"],input[type="email"],input[type="password"]{
	border: 1px solid #cecece;
	color: #505050;
	padding: 8px 5px;
	height: auto;
}
textarea, select{
	border: 1px solid #cecece;
}
input:focus, textarea:focus, select:focus{
	box-shadow: none;
}
input[type="submit"]{
	font-family: 'source_sans_proregular';
	border: none;
	color: #fff;
	text-transform: uppercase;
	background: #182f7d;
	padding: 12px 20px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	text-shadow: none;
}
input[type="submit"]:hover{
	background: #8dc63f;
}
a:link{
	color: #182f7d;
	text-decoration: none;
}
a:hover{
	color: #8dc63f;
}
ul li{
	list-style: inside disc;
}
label{
	font-weight: normal;
}
#region-content > div{
	margin: 40px 0;
}
#region-sidebar-second > div{
	margin: 40px 0;
}
.logo-img{
	margin-top: -37px;
}
.node-page .field-name-field-description{
	color: #999999;
    font-family: 'source_sans_proitalic';
    font-size: 19px;
    line-height: 26px;
}



/* ===================== Header Region ================ */
#block-boxes-contact-header .boxes-box-content ul{
	background: #f9f9f9;
	display: inline-block;
	width: 100%;
	margin: 0;
    position: relative;
}
#block-boxes-contact-header .boxes-box-content ul li{
	float: left;
	line-height: 100%;
	list-style: none;
}
#block-boxes-contact-header ul li#mail{
	padding: 15px 10px 15px 20px;
}
#block-boxes-contact-header ul li#mail a{
	background: url('../images/icon-link.png') no-repeat scroll left 1px transparent;
	color: #585858;
	padding: 0 0 0 25px;
	display: inline-block;
	line-height: 15px;
}
#block-boxes-contact-header ul li#mail a:hover{
	color: #8dc63f;
	background: url('../images/icon-link.png') no-repeat scroll left -51px transparent;
}
#block-boxes-contact-header ul li#phone{
	background: url('../images/icon-link.png') no-repeat scroll left -94px transparent;
	color: #585858;
	padding: 15px 0 15px 20px;
	margin-left: 30px;
}
#block-boxes-contact-header ul li#linkedln {
  position: absolute;
  right: 153px;
  top: 0;
}
#block-boxes-contact-header ul li#linkedln a{
  background: url('../images/linkedinlogo-Long-47x47.png') no-repeat 0 0;
  display: block;
  height: 47px;
  width: 47px;
   text-indent: 100%;  white-space: nowrap;  overflow: hidden;
}
#block-boxes-contact-header ul li#contact{
	float: right;
}
#block-boxes-contact-header ul li#contact a{
	background: #182f7d;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
}
#block-boxes-contact-header ul li#contact a:hover{
	background: #8dc63f;
}
ul#main-menu li{
	margin: 0;
	padding: 40px 58px 70px 0;
	display: inline-block;
	border-bottom: 7px solid #e5e5e5;
}
ul#main-menu li.active{
	border-bottom: 7px solid #182f7d;
}
ul#main-menu li.last{
	padding-right: 0;
}
ul#main-menu li a{
	font-size: 18px;
	color: #182f7d;
	text-transform: uppercase;
}
ul#main-menu li a:hover,
ul#main-menu li a.active{
	color: #8dc63f;
}
#region-menu{
	border-bottom: 7px solid #e5e5e5;
}
.region-menu-inner{
	float:right;
}

.navigation ul{
	display: inline-block;
	margin: 30px 0 0 0;
}
.navigation ul li{
	margin: 0 0 -15px 0;
	padding: 0 58px 30px 0;
	display: block;
	float: left;
	height: 85px;
}
.navigation ul li.active-trail{
	border-bottom: 8px solid #182f7d;
}
.navigation ul li.last{
	padding-right: 0;
	float: right;
}
.navigation ul li a{
	font-size: 18px;
	color: #182f7d;
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
	line-height: 100%;
}
.navigation ul li a:hover,
.navigation ul li a.active{
	color: #8dc63f;
}
.navigation ul li span.menu_desc{
	display: block;
	font-size: 13px;
	color: #909090;
	font-family: 'source_sans_proitalic';
}



/* ================== Front Page ============= */
.front #zone-content-wrapper{
	background: #fcfcfc;
}
#block-views-slider-block{
	position: relative;
	color: #fff;
}
#block-views-slider-block .views-field-nothing{
	background: url('../images/slider-shadow.png') repeat scroll 0 0 transparent;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	display: inline-block;
}
#block-views-slider-block .views-field-nothing #left-col{
	float: left;
	width: 90%;
}
#block-views-slider-block .views-field-nothing #right-col{
	float: left;
	width: 60%;
}
#block-views-slider-block .views-field-nothing h2{
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 35px;
	font-family: 'source_sans_prolight';
	text-transform: uppercase;
	line-height: 35px;
}
#block-views-slider-block .views-field-nothing #left-col p{
	font-family: 'SatisfyRegular';
	font-size: 25px;
	line-height: 32px;
	margin:0;
}
#block-views-slider-block .views-field-nothing a{
	color: #fff;
	line-height: 100%;
}
#block-views-slider-block .views-field-nothing .field-content{
	padding: 30px;
	display: inline-block;
	width: 90%;
}
#block-views-slider-block .views-slideshow-controls-bottom{
	position: absolute;
	right: 25px;
	bottom: 45px;
	z-index: 10;
}
#block-views-slider-block .views-slideshow-controls-text-next a{
	background: url("../images/arrow-slider.png") no-repeat scroll 13px -148px rgba(0, 0, 0, 0);
	text-indent: -9999px;
	border: 1px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	padding: 5px 10px;
	width: 13px;
}
#block-views-slider-block .views-slideshow-controls-text-next a:hover{
	background: url("../images/arrow-slider.png") no-repeat scroll 12px -96px #fff;
}
#block-views-slider-block .views-slideshow-controls-text-pause{
	display: none;
}
#block-views-slider-block .views-slideshow-controls-text-previous a{
	background: url("../images/arrow-slider.png") no-repeat scroll 10px 7px transparent;
	text-indent: -9999px;
	border: 1px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	padding: 5px 10px;
	width: 13px;
}
#block-views-slider-block .views-slideshow-controls-text-previous a:hover{
	background: url("../images/arrow-slider.png") no-repeat scroll 11px -45px #fff;
}
#block-views-slider-block #views_slideshow_controls_text_previous_slider-block{
	position: absolute;
	top: 0px;
	right: 45px;
}
#block-views-investorwise-process-block{
	position: relative;
	margin: 20px 0 60px;
}
#block-views-investorwise-process-block h2.block-title{
	display: none;
}
#block-views-investorwise-process-block .view-header{
	float: left;
	width: 25%;
	border-top: 20px solid #fff;
}
#block-views-investorwise-process-block .view-header h2{
	font-size: 30px;
	color: #182f7d;
	text-transform: uppercase;
	font-family: 'source_sans_prosemibold';
	line-height: 100%;
}
#block-views-investorwise-process-block .view-header h2 span{
	color: #cacaca;
}
#block-views-investorwise-process-block .view-content{
	float: left;
	width: 75%;
}
#block-views-investorwise-process-block .views-slideshow-cycle-main-frame{
	width: 100% !important;
}
#block-views-investorwise-process-block .views-slideshow-cycle-main-frame-row{
	width: 100%;
}
#block-views-investorwise-process-block .views-slideshow-cycle-main-frame-row > div{
	float: left;
	width: 27%;
	border-left: 1px solid #f4f4f4;
	padding: 0 20px;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	font-size:15px;
}
#block-views-investorwise-process-block .views-slideshow-cycle-main-frame-row > div:hover{
	background: #fcfcfc;
	border-top: 20px solid #fcfcfc;
	border-bottom: 20px solid #fcfcfc;
	cursor: pointer;
}
#block-views-investorwise-process-block .views-slideshow-cycle-main-frame-row > div:hover .views-field-title a{
	color: #182f7d;
}
#block-views-investorwise-process-block .views-field-title{
	min-height: 70px;
}
#block-views-investorwise-process-block .views-field-title a{
	color: #585858;
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 20px 0;
	line-height: 100%;
}

#block-views-investorwise-process-block .views-field-nid a{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #182f7d;
	display: inline-block;
	padding: 10px 15px;
	line-height: 100%;
}
#block-views-investorwise-process-block .views-slideshow-cycle-main-frame-row > div:hover .views-field-nid a{
	display: block;
	background: url('../images/arrow-white.png') no-repeat scroll 95% center #182f7d;
}
#block-views-investorwise-process-block .views-slideshow-controls-text-pause{
	display: none;
}
#block-views-investorwise-process-block .views-slideshow-controls-text-previous a{
	background: url('../images/arrow-btn.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	width: 34px;
	height: 32px;
	text-indent: -9999px;
}
#block-views-investorwise-process-block .views-slideshow-controls-text-previous a:hover{
	background-position: left -58px;
}
#block-views-investorwise-process-block .views-slideshow-controls-text-next a{
	background: url('../images/arrow-btn.png') no-repeat scroll 0 -114px transparent;
	display: inline-block;
	width: 34px;
	height: 32px;
	text-indent: -9999px;
}
#block-views-investorwise-process-block .views-slideshow-controls-text-next a:hover{
	background-position: left -169px;
}
#block-views-investorwise-process-block .views-slideshow-controls-top{
	position: absolute;
	left: 0;
	z-index: 5;
	top: 125px;
}

#block-go1-custom-video-video-linkbook{
	float: right;
	margin: -50px 0 30px 40px;
}
#block-go1-custom-video-video-linkbook #homepage{
  background: url("../images/home-video-bg.png") no-repeat 0 0 transparent;
  padding:12px 12px 14px;
}


/* ================= Postscript Region =============== */
#zone-postscript-wrapper{
	background: #5a5a5a;
	padding: 20px 0;
	color: #fff;
}
#block-views-testimonials-block-1{
	color: #fff;
	background: url('../images/quote-bg.png') no-repeat scroll 0 0 transparent;
	padding-left: 75px;
}
#block-views-testimonials-block-1 .views-slideshow-controls-text-next a{
	background: url('../images/arrow-next-gray.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	width: 18px;
	height: 30px;
	text-indent: -9999px;
}



/* ================= Contact Page ============ */
#block-go1-custom-go1-googlemap #map_canvas{
	width: 100% !important;
}
#node-webform-19{
	margin: 0 50px 0 0;
}
#node-webform-19 .field-name-body{
	font-size: 16px;
	font-family: 'source_sans_proitalic';
}
#node-webform-19 .webform-component{
	float: left;
	width: 45%;
	margin: 0 0 20px 0;
}
#node-webform-19 #webform-component-email.webform-component,
#node-webform-19 #webform-component-subject.webform-component{
	float: right;
}
#node-webform-19 .webform-component input{
	width: 100%;
}
#node-webform-19 #webform-component-message.webform-component{
	width: 100%;
	float: none;
	clear: both;
}
#node-webform-19 input.form-submit{
	float: right;
	margin: 0;
}
ul#contact-info li{
	list-style: none;
	margin: 0 0 20px 0;
	line-height: 100%;
}
ul#contact-info li#address{
	background: url('../images/icon-link.png') no-repeat scroll 0 -162px transparent;
	padding-left: 25px;
}
ul#contact-info li#phone-contact{
	background: url('../images/icon-link.png') no-repeat scroll 0 -230px transparent;
	padding-left: 25px;
}
ul#contact-info li#email-contact{
	background: url('../images/icon-link.png') no-repeat scroll 0 -300px transparent;
	padding-left: 25px;
}
ul#contact-info li#email-contact a{
	color: #585858;
}
ul#contact-info li#email-contact a:hover{
	color: #7CCB0E;
}
/* ================= Sidebar Second ================= */
#block-boxes-contact .boxes-box-content h2{
	font-size: 30px;
	color: #182f7d;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 6px solid #ededed;
}
#block-boxes-contact .boxes-box-content img{
	width: 100% !important;
	height: auto !important;
}
/* ====================== Footer Region =================== */
.section-footer h2.block-title{
	font-size: 16px;
	color: #fff;
	font-family: 'source_sans_proregular';
}
#zone-footer-wrapper{
	background: #2e2e2e;
	padding: 20px 0;
}
.section-footer .block-menu{
	float: left;
}
.section-footer ul.menu li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px 0 0;
}
.section-footer ul.menu li a{
	font-size: 13px;
	color: #bfbfbf;
	text-transform: uppercase;
}
.section-footer ul.menu ul{
	display: none;
}
.section-footer ul.menu li a:hover{
	color: #8dc63f;
}
#block-boxes-copy-right{
	clear: left;
	float: left;
}
#block-boxes-copy-right .boxes-box-content{
	color: #bfbfbf;
	font-size: 14px;
}
#block-boxes-copy-right .boxes-box-content p{
	display: inline-block;
	margin: 0 20px 0 0;
}
#block-boxes-copy-right .boxes-box-content p span{
	padding: 10px 20px;
	display: inline-block;
}
#block-webform-client-block-6{
	float: right;
	width: 38%;
}
#block-webform-client-block-6 h2.block-title{
	margin: 0;
}
#block-webform-client-block-6 label{
	display: none;
}
#block-webform-client-block-6 input[type="text"],
#block-webform-client-block-6 input[type="email"]{
	border: 1px solid #101010;
	box-shadow: 0px 0px 4px #999 inset;
	width: 100%;
	height: 30px;
}
#block-webform-client-block-6 .webform-component{
	float: left;
	margin: 0 10px 0 0;
}
#block-webform-client-block-6 .webform-component#webform-component-your-name{
	width: 120px;
}
#block-webform-client-block-6 .webform-component#webform-component-your-email-address{
	width: 150px;
}
#block-webform-client-block-6 input[type="submit"]{
	padding: 0 20px;
	height: 30px;
	background: #7ccb0e;
	box-shadow: 1px 2px 2px #1d1d1d;
}
#block-webform-client-block-6  .form-actions{
	margin: 0;
}
#block-webform-client-block-6 input[type="submit"]:hover{
	background: #182f7d;
}
form#webform-client-form-6 > div{
	display: inline-block;
	width: 100%;
}



/*------------------- Admin Panel --------------------*/
ul.action-links li{
	list-style: none;
}
ul.action-links li a{
	background: #182F7D;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
}
ul.action-links li a:hover{
	background: #8dc63f;
}
#homebox.homebox .homebox-portlet .portlet-header{
  font-size: 16px;
  color: #666;
  padding-left: 15px;
  border-bottom: 1px dotted #CCC;
  background: transparent;
  margin-top: 2px;
  padding-bottom: 8px;
}
#homebox.homebox .homebox-portlet .portlet-content li{
  line-height: 20px;
  margin: 0;
  padding: 5px;
  list-style-image: none;
  list-style-type: none;
  margin: 5px;
  padding: 0;
  background: none scroll 0 0 #fff;
  border-radius:5px;
  -moz-border-radius: 5px;
  -khtml-border-radius:5px;
}
#homebox.homebox .homebox-portlet .portlet-content li:hover{
  background: none scroll 0 0 #182F7D;
  color:#fff;
}
#homebox.homebox .homebox-portlet .portlet-content li a{
  background: url('../images/manage.png') no-repeat scroll right center transparent;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
  color:#666;
  text-decoration: none;
  font-size:12px;
  text-transform: capitalize;
}
#homebox.homebox .homebox-portlet .portlet-content li:hover a{
  color:#fff;
}
#homebox.homebox .homebox-portlet .portlet-content li.add a{
  background: url('../images/add.png') no-repeat scroll right center transparent;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
}
#homebox.homebox .homebox-portlet .portlet-content li.manage a{
  background: url('../images/manage.png') no-repeat scroll right center transparent;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
}
#homebox.homebox .homebox-portlet .portlet-content li.view a{
  background: url('../images/view.png') no-repeat scroll right center transparent;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
}
#homebox.homebox .homebox-portlet .portlet-content li.user-logout a{
  background: url('../images/user-logout.png') no-repeat scroll right center transparent;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
}

#homebox.homebox .homebox-portlet .homebox-portlet-inner{
  border:none;
}
#homebox.homebox .homebox-column{
  background: none scroll 0 0 transparent;
}
#homebox.homebox .homebox-portlet{
  border:none;
}
#homebox.homebox  #homebox-buttons a{
  color:#fff;
  text-decoration:none;
  background: none scroll 0 0 #F2A800;
  display:inline-block;
  padding:5px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
#homebox.homebox  #homebox-buttons{
  clear:both;
}
#homebox #homebox-add,
#homebox .boxes-box-controls,
#homebox #homebox-buttons{
  display:none;
}
#homebox #homebox-add ul li{
  border:none;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius:5px;
}
#homebox #homebox-add a{
  background:none scroll 0 0 #F2A800;
  border:1px dashed #777;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:none;
  font-size:12px;
  color:#fff;
  text-decoration: none;
  width: auto;
  height: auto;
  outline: none;
}
#homebox #homebox-add a:hover{
  color:#999;
}


/***************************** 404 and 403 ***************************/

.page-go1-404 h1#page-title, .page-go1-403 h1#page-title{
	display:none;
}

#node-page-22{
    background: url("../images/404.png") no-repeat scroll 12px 90px transparent;
    padding: 90px 0 70px;
}

#node-page-21{
    background: url("../images/403.png") no-repeat scroll 42px 74px transparent;
    padding: 90px 0 70px;
}


.error-message{
	margin-left: 285px;
}

h1.error-heading{
	font-size: 75px;
	letter-spacing: -0.05em;
	line-height: 62px;
}

h3.error-subtile{
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
}

p {
  /*display: inline-block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; */
}

/* ================= Back to Services ============== */
#block-boxes-back-to-services .boxes-box-content a{
	background: #182F7D;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
}
#block-boxes-back-to-services .boxes-box-content a:hover{
	background: #8DC63F;
}

/* ================= Custom ============== */

.views_slideshow_cycle_main {
  width: 100%;
  float: left;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#region-header-first .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  min-height: 210px;
}

#mobile-hamburger {
  float: right;
  font-size: 30px;
}

#mobileMenu {
  z-index: 200;
}

#block-views-slider-block, .views-field-field-header-image {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.views-field-field-header-image {
  max-height: 155px;
  overflow: hidden;
}

.top-bar-small {
  display: none;
  background: #f9f9f9;
  width: 100%;
  margin: 0;
  position: relative;
}

.top-bar-fourth {
  width: 24.3%;
  display: inline-block;
  text-align: center;
  font-size: 26px;
}

.top-bar-half {
  width: 44%;
  display: inline-block;
  font-size: 30px;
  padding: 0 10px;
}

.top-bar-half:last-child {
  text-align: right;
}

.top-bar-half a {
  display: inline-block;
}

.top-bar-half:last-child a {
  margin-left: 20px;
}

.top-bar-small #mobile-hamburger {
  display: none;
}

.views-field-field-header-image img {
  width: 100%;
  height: auto;
  min-width: 900px;
}

#block-views-header-image-block .view-footer p {
  padding: 10px;
  margin: 0;
  background: #182F7D;
}

.about-us-content > div:first-child {
  float: left;
  clear: left;
  width:50%;
}

.about-us-content > div:last-child {
  float: left;
  clear: right;
  width:50%;
}

.news-image {
  padding: 15px;
}

@media screen and (min-width: 980px) {
  #mobile-hamburger {
    display: none;
  }
}

@media screen and (min-width: 740px) and (max-width: 980px) {
  #region-menu {
    border-bottom: none;
  }
}

@media screen and (max-width: 980px) {
  #region-user-first.grid-9 {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  #zone-branding-wrapper {
    margin-top: 40px;
  }
  .region-inner.region-menu-inner {
    display: none;
  }
  #mobile-hamburger {
    display: block;
  }
  #block-views-investorwise-process-block-2 .item-list ul li {
    float: none !important;
    width: 75% !important;
    display: inline-block;
  }
  #block-views-investorwise-process-block-2 .item-list ul {
    height: auto !important;
    background: none !important;
    text-align: center;
  }
  #block-views-investorwise-process-block-1 .views-field-body {
    margin: 0 !important;
    width: auto !important;
  }
  #block-views-investorwise-process-block-1 .views-field-title {
    float: none !important;
  }
  #block-views-testimonials-block .views-field-body {
    padding-left: 0 !important;
    width: auto !important;
  }
  #block-views-testimonials-block .views-field-field-position {
    width: 100% !important;
  }
  #block-views-testimonials-block .views-field-body p {
    margin-left: 24px;
  }
  #block-views-testimonials-block .views-field-body p:first-child::before {
    top: 10px !important;
    left: 0 !important;
  }
  #block-views-services-block .views-field-field-images {
    background: none !important;
    float: none !important;
    height: auto !important;
    padding: 0 !important;
    width: auto !important;
  }
  #block-views-services-block .views-field-title, #block-views-services-block .views-field-field-descreption, #block-views-services-block .views-field-body, #block-views-services-block .views-field-view-node {
    margin-left: 0 !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  #block-views-services-block .views-field-field-descreption {
    margin-top: 0 !important;
  }
  #block-views-services-block .views-field-title {
    margin-bottom: 0 !important;
    /* height: 32px; */
  }
  #block-views-services-block .views-field-body .field-content {
    width: auto !important;
  }
  .about-us-content > div:first-child, .about-us-content > div:last-child {
    width: 100%;
  }
  .about-us-content > div:last-child {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  #block-go1-custom-video-video-linkbook {
    float :none;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 740px) {
  #region-menu {
    margin-top: -38px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .section-footer ul.menu li {
    padding: 0 10px 0 0;
  }
  .node-services .field-name-field-images {
    float: none !important;
  }
  #node-webform-19 {
    margin: 0;
  }
  #region-menu #mobile-hamburger {
    float: left;
    margin-left: 30px;
  }
  .logo-img {
    float: right;
  }
  .news-image {
    width: 50%;
  }
}

@media screen and (max-width: 634px) {
  #block-boxes-contact-header ul li#linkedln, #block-boxes-contact-header ul li#contact {
    display: none;
  }
  #block-webform-client-block-6 {
    width: 100%;
  }
  #block-webform-client-block-6 #webform-component-your-name.webform-component {
    width: 48.5%;
  }
  #block-webform-client-block-6 #webform-component-your-email-address.webform-component {
      width: 48.5%;
      margin-right: 0;
  }
  #block-webform-client-block-6 input[type="submit"] {
    margin-top: 10px;
    width: 100%;
  }
  .section-footer .block-menu, #block-webform-client-block-6 {
    margin-bottom: 10px;
  }
  #block-views-slider-block .views-field-nothing .field-content {
    padding: 10px 10px 10px !important;
  }
  #block-views-slider-block .views-field-nothing #left-col p {
    width: 80%;
  }
  #zone-postscript-wrapper {
    padding: 0;
  }
  .top-bar-small {
    display: block;
  }
  #region-menu #mobile-hamburger {
    display: none;
  }
  .top-bar-small #mobile-hamburger {
    display: inline-block;
    float: none;
  }
  #block-boxes-contact-header .boxes-box-content ul {
    display: none;
  }
  .logo-img {
    float: none;
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
    margin-top: -18px;
  }
  #block-views-header-image-block .view-footer {
    display: none;
  }
  .views-field-field-header-image .field-content {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .about-us-content iframe {
    width: 100%;
  }
  #block-views-sta-block-1 .views-field-field-staff-photo {
    width: 100%;
    margin: 0;
    margin-bottom: 20px !important;
  }
  #block-views-sta-block-1 .views-field-title, #block-views-sta-block-1 .views-field-field-staff-position, #block-views-sta-block-1 .views-field-body {
    margin-left: 0 !important;
  }
  #block-views-testimonials-block-1 {
    padding: 25px 0 20px 65px !important;
  }
}

@media screen and (max-width: 458px) {
  #block-boxes-copy-right .boxes-box-content p a {
    display: none;
  }
}
