/*!
Theme Name: Armstrong Capital
Theme URI: https://www.armstrongcapital.co.uk/
Author: INFOTEX and Ashtree Design
Description: Armstrong Capital Wordpress theme based on Armstrong Energy but as amended by Ashtree
Version: 1.0
*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  outline:none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


html,
body{
	padding:0;
	margin:0;
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #333333;
	font-size: 19px;
font-family: 'Montserrat', sans-serif; font-weight: 400;

	line-height: 29px;
	 -webkit-font-smoothing: antialiased;
}
#canvas {
    position: absolute;
    z-index: 10;
}

.clearfix{clear:both;}

strong{
	font-weight:600;
}
.clear{clear:both;}
a{
	color: #1d1e54;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	outline: none;
	color:#ADD500;
}
a img ,img{
	border: none;
}
a:focus, a:hover, a:active {
	outline: none;
}
img,fieldset{border:none;}
img{max-width:100%;height: auto;}
h1,h2,h3,h4{
	padding:0;
	margin:0;

	padding: 0 0 15px;

}
h1{
	font-size: 32px; line-height: 32px; font-weight: 600; color: #10155E; letter-spacing: -0.5px
	
}
h2{
color:#10155E;
    font-size: 23px;
    line-height: 23px; padding-bottom: 35px
 

}
h3{
	font-size: 24px;
	line-height:24px; font-weight: 600; color: #000000
}
h4{
	font-size:24px; padding: 0px; margin: 0pc; color: #333333; font-weight:600;
}

p{
	padding:0 0 15px;
	margin:0;
	font-weight:300; color: #000000; text-align: left; font-size: 16px; line-height: 21px;
}

li{

	font-weight:300; color: #000000; font-size: 16px; line-height: 21px;
}

ul{padding-left: 25px; margin-top: 0px
}




hr{
    height: 1px;
    border: none;
   height: 6px; background: #eee; margin: 25px 0;clear: both;
	display:block; width:100%
}

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

a.btn{font-size: 16px; text-transform: uppercase; font-weight: 400;   border: 2px solid #ffffff;
    padding: 10px 20px; border-radius: 3px;display: inline-block; color: #ffffff }

/* Offcanvas */

#offcanvas {

  bottom: 0;

  top: 0;

  height: 100%;

  left: 0;

  right: 0;

  overflow: auto;

  position: fixed;

  z-index: 1000000;

  background-color: rgba(0,0,0,0.1);

  display: none;

}


.off-canvas-wrapper{

  position: relative;

  left: -220px;

}


#offcanvas .navbar-nav{

  margin: 0;

  float: none;

  width: 220px;

}


#offcanvas li {

  float: none;

  border-bottom: 1px solid #fff;

}

#offcanvas .navbar-nav > li > a:after{content:'';}
#offcanvas .navbar-nav > li > a:hover{color:#FFF;}

#offcanvas > ul > li{

  background-color: #222;


}


#offcanvas li:last-child{

  border-bottom: none;

}


#offcanvas .dropdown-menu, #offcanvas .flyout-menu{

  display: block;

  width: 100%;

  max-width: 100%;

  position: relative;

  left: 0;

  top: 0;

  border-radius: 0;

  float: none;

  box-shadow: none;

  border: none;

  margin: 0;

  padding: 0;

}


#offcanvas .dropdown-menu > li > a, #offcanvas .dropdown-menu > li > span{

  padding: 10px 20px;

  display: block;

  font-size: 100%;

}


#offcanvas .flyout-menu > li > a, #offcanvas .flyout-menu > li > span{

  padding-left: 35px;

}


#offcanvas .dropdown-menu > li.parent, #offcanvas .flyout-menu > li{

  padding: 0;

}


#offcanvas .navbar-nav > li > a {
	background: none!important;
  	color: #fff;
    padding: 7px 0;
    display: block;
    font-size: 16px;
	    text-transform: uppercase;
}


#offcanvas > span{

  position: fixed;

  top: 10px;

  right: 10px;

  z-index: 100000;

  color: #CCC;

  display: none;

}


#offcanvas > span:hover{

  cursor: pointer;

  color: #DDD;

}


.navbar-toggle{

  border: none;

  margin-top: 5px;

  margin-bottom: 5px;

}


.navbar-toggle .glyphicon{

  font-size: 17px;

  vertical-align: middle;
  
    
}


.off-canvas-wrapper {

  background: #000e59;

  position: absolute;

  top: 0px;

  bottom: 0px;

  overflow-x: hidden;
  overflow-y: auto;
      width: 220px;

}


#offcanvas .glyphicon-remove{

  font-size: 30px; display:none!important;

}
.navbar-toggle {
    color: #727272;
}
.navbar .btn {
    padding-bottom: 6px;
    padding-top: 6px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle {
    display: none;
}

.navbar-toggle {
    border-radius: 0;
    float: right;
    margin:0 auto;
    position: relative;
	cursor:pointer;
	display: none;
	background: transparent;
	padding:0;
}

.navbar-toggle .glyphicon:focus{outline:none;}

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navbar-toggle .glyphicon {
   
    vertical-align: middle;
}
.glyphicon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 0;
    position: relative;
    top: 0;
}

.glyphicon-menu-hamburger:before{ 
}
.glyphicon-menu-hamburger{
	background: #000e59;
    text-transform: uppercase;
    color: #fff;
    line-height: 77px;
    padding: 0 20px;
}
.noscroll {
    overflow: hidden;
}
.off-canvas-wrapper ul{
    list-style: none;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    margin: 0;
}

.off-canvas-wrapper ul li ul{

    padding-right: 0px;

}


.off-canvas-wrapper ul li{}
.off-canvas-wrapper ul li a{    color: #FFF;}

.off-canvas-wrapper ul ul{padding-top:0; padding-bottom:10px;}
.off-canvas-wrapper ul ul li a{    display: block;padding: 5px 0;background: none!important;}

.wrap{    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;}
.wrap:after,#bottombar:after,#banner-home:after,#header:after,#mainbody:after,#bottom:after,#mainbody ul:after,#mainbody ul:before{clear:both; content:''; display:table;}
ul.modules{list-style:none; padding:0; margin:0;}

#header{width:100%;z-index: 999; background-color: #ffffff; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid}

.header-right{float: right; text-align: right}

.headerflags{padding-bottom: 0px; padding-right: 0px ;background-color: #f2f2f2; overflow: hidden; padding-top: 0px; margin-bottom: -5px; display: none}
.headerflags p{padding: 0px; margin: 0px; text-align: right}
.headerflags img{height: 30px; width: auto}
.headerflags li{float: right}


#banner-home{position:relative;width: 100%;}

body.home .flexslider .slides > li{height:350px;}
.flexslider .slides > li h1{}
body.home .flex-control-nav {width: 100%;  position: absolute; bottom: 40px!important; text-align: right!important; z-index: 99;left:20px;}
body.home .flex-control-paging li a.flex-active {background: #FFF!important;}
body.home .flex-control-nav{text-align:right!important; padding-right: 40px}
body.home .flex-control-paging li a {  background: none!important;  width: 12px!important;  height: 12px!important; border: 1px solid #fff;box-shadow: none!important; font-size: 0;}
body.home .flex-direction-nav {  position: absolute;  top: 50%; z-index: 999;width: 100%; display:none;}
body.home .flex-direction-nav {display:block;}
body.home .flex-direction-nav a{text-indent:-9999px;    width: 78px!important; height: 94px!important;    font-size: 0;}
#main-nav{

	    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    display: block;
    margin: 0 auto;
 float: right; text-align: right; margin-top: 15px; 

}
.desktop-menu{padding: 0;  position: relative;z-index: 999;}
.desktop-menu ul{list-style:none; padding:0; margin:0;}

.desktop-menu ul li{display: block; position: relative; float:left; padding: 0;}
.desktop-menu ul li:first-child a{}
.desktop-menu ul li:last-child a{}
.desktop-menu ul li a{
	display: block;
	font-size: 16px;
	color: #10155E;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: 600; background-image: url(images/nav-slash.png); background-position: right center; background-repeat: no-repeat; margin-bottom: 20px


}
.desktop-menu ul li.current-menu-item, .current-menu-ancestor, .desktop-menu ul li:hover{color: #ADD500}
.desktop-menu ul li a:hover,.desktop-menu ul li:hover > a,.desktop-menu ul li.current-menu-item a{color: #ADD500}
.desktop-menu ul li.current_page_ancestor a{color: #ADD500}


.desktop-menu ul li ul li a{color: #201955!important}
.desktop-menu ul li ul li a:hover{color: #ADD500!important}
.desktop-menu li ul{
	/*z-index: 999;
	position: absolute;
	top: 100%;
	left: -9999px;
	width: 100%;
	margin-top: 0px;
	text-align: left;
background-color: #ffffff*/
position: absolute;
    left: -40px;
    top: 100%; padding-left: 10px; padding-right: 10px; padding-top: 15px;


    z-index: 101;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
	text-align: left; min-height: 160px; background-color: #fbfbfb;     border-top-color: #cccccc;
    border-top-width: 1px;
    border-top-style: solid;  -ms-transform: skewX(-23deg); /* IE 9 */
  -webkit-transform: skewX(-23deg); /* Safari */
  transform: skewX(-23deg); border;border-right-width: 8px; border-right-color: #1d1e54; border-right-style: solid}

.desktop-menu li:hover ul{visibility: visible;
  opacity: 1;}
.desktop-menu li ul li{border:none; margin:0;    padding: 0;background: none;    width: 300px;   -ms-transform: skewX(23deg); /* IE 9 */
  -webkit-transform: skewX(23deg); /* Safari */
  transform: skewX(23deg);}
.desktop-menu li ul li:last-child{border:none;}
.desktop-menu li ul li a{
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 12px;
	padding-bottom: 0px;
	color: #10155E;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 15px;
	line-height: 25px; background-image: none; margin-bottom: 0px
}
.desktop-menu li ul li a:hover,.desktop-menu li ul li:hover a{color: #ADD500}
.desktop-menu li ul li ul{position:absolute; left:-9999px!important; margin-top:-46px;border-top: 0px solid #fff;}
.desktop-menu li ul li:hover ul{left:100%!important;}
.desktop-menu li ul li.menu-item-has-children a:after{content:'\f0da';color:#FFF; position:absolute;font-family: FontAwesome;    right: 15px; font-size:20px;}
.desktop-menu li ul li.menu-item-has-children li a:after{content:'';}*/

#mainbody{
	padding:0px;
	
}


#mainbody-general{
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}




.homecontent{float:left; width:100%;padding: 0px;}
.mainimg{padding:100px 20px 0 20px;float: right;width: 30%;}









#bottombar{border-top: 6px solid #ddd;
    padding: 40px 0 0 0;
    margin: 15px 0 0 0;}

#bottombar li.widget{    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 25px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    background: #f3ad0d;
    color: #FFF; min-height:400px}
#bottombar li.widget:first-child{background:#b06f45;}
#bottombar li.widget:last-child{margin-right:0;background:#000c58}
#bottombar li.widget h3{    color: #FFF;  font-size: 30px; text-transform: uppercase;    padding: 0 0 5px 0;}
#bottombar li.widget h4{color: #FFF; font-size:19px; padding:0 0 15px 0;}

#copyright{
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.footleft{float:left;    width: 50%;}
.footright{float:right; text-align:right; }
.footright span{font-size:16px; top: -5px; padding-right: 10px; position: relative; line-height: 17px}


	
	.wppb-user-forms input[type=submit]{font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #3b206f;
    padding: 10px 25px;
    border-radius: 3px;
    display: inline-block; cursor: pointer; background-color:#FFFFFF; }
	
	.wppb-user-forms input[type="text"]{ padding:7px !important; border-radius: 10px  !important; }
	.wppb-user-forms input[type="password"]{ padding:7px !important; border-radius: 10px  !important; }
	.wppb-form-field input{ padding:7px !important; border-radius: 10px  !important; }
	
	#loginform{ padding:25px; border-radius: 10px  !important; box-shadow: 0px 0px 5px #cccccc;}
	
	#wppb-register-user{ padding:25px; border-radius: 10px  !important; box-shadow: 0px 0px 5px #cccccc;}
	
	.wppb-user-forms ul{ padding:0px; margin:0px}
	
	#loginleft{ width:47%; float:left; }
	#loginright{ width:47%; float:right; }


.flex-direction-nav{ display: none !important}

#homebutton{ padding-top: 20px; padding-bottom: 25px; text-align: center; background-color: #054874} 
#floating-logo{ position: absolute; top: 250px; z-index: 9999; width: 290px; left: 50%;
margin-left: -145px}


.header-row-one{
	width: 100%;
	height: 45px;
	border-bottom-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px; display: block
}

.header-row-two{width: 100%; padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px; display: block; height: 90px}

.header-row-three{width: 100%; border-bottom-color: #eeeeee; border-bottom-width: 1px; border-bottom-style: solid; 	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;text-align: center; height: auto}




#logo {
    width: 220px; float: left
}

#logo img {
    z-index: 9999;

}



.single-post #footerone{margin-top: 0px}

.single-post #footerone{margin-top: 0px}

.archive #footerone{margin-top: 0px}

.home #footerone{ }
#footerone{background-color: #10155E; padding-top: 10px; padding-bottom: 5px; }
#footerone strong{ font-weight: 600;  }

.footermenuone{float: left; width:100%;padding-right: 0%}
.footermenuone p{color: #ffffff; font-size: 13px; line-height: 17px; font-weight: 500; padding-top: 10px }
.footermenuone a{padding-right: 22px; text-transform: uppercase;}


.footermenutwo{float: left; width: 18%;padding-right: 2%; padding-top: 7px;display: none}
.footermenutwo p{color: #ffffff; font-size: 14px; line-height: 19px; font-weight: 500;  text-align: right; padding-bottom: 0px}
.footermenutwo img{padding-left: 10px}

.footermenuthree{display: none}
.footermenuthree p{color: #ffffff; font-size: 14px; line-height: 19px; font-weight: 500; }

.footermenufour{display: none}
.footermenufour p{color: #ffffff; font-size: 14px; line-height: 19px; font-weight: 500; }

.footermenufive{display: none}
.footermenufive p{color: #ffffff; font-size: 14px; line-height: 19px; font-weight: 500; }

.footermenusix{display: none}
.footermenusix p{color: #ffffff; font-size: 14px; line-height: 19px; font-weight: 500; }

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

.smallprintbar img{padding-right: 8px; width: 34px; height: auto
}
.whiterow{padding-top: 75px; padding-bottom: 85px; text-align: center}
.whiterow h2{background-image: url(images/titleline.gif);background-repeat: repeat-x; background-position: center center; display: block; margin-left: 150px; margin-right: 150px; margin-bottom: 60px!important}

.whiterow h2 strong{background-color: #ffffff; padding-left: 30px; padding-right: 30px; }

.whiterow h1{text-align: left}

.vidrow{padding-top: 55px; padding-bottom: 0px; text-align: center}
.vidrow-alt{padding-bottom: 0px; text-align: center}

.greyrow{padding-top: 75px; padding-bottom: 85px; text-align: center; background-color: #F2F2F2}

.greyrow h2{background-image: url(images/titleline.gif);background-repeat: repeat-x; background-position: center center; display: block; margin-left: 150px; margin-right: 150px; margin-bottom: 60px!important}

.greyrow h2 strong{background-color: #F2F2F2; padding-left: 30px; padding-right: 30px; }


.homewhiterow{padding-top: 40px; padding-bottom: 20px; }
.homewhiterow p{font-size: 16px; line-height: 21px; padding-bottom: 30px }
.homewhiterow a{font-size: 18px; line-height: 28px; color: #ffffff; background-color:#10155E; padding: 15px; font-weight: 600; letter-spacing: 0px; margin-top: 15px  }

.homegreyrow{padding-top: 40px; padding-bottom: 30px; background-color: #F2F2F2; }

.greyrow-even{padding-top: 60px; padding-bottom: 60px; background-color: #F2F2F2; }

.homewhiterow-alt{padding-bottom: 30px; }
.homewhiterow-alt p{font-size: 16px; line-height: 21px; padding-bottom: 30px }
.homewhiterow-alt a{font-size: 18px; line-height: 28px; color: #ffffff; background-color:#10155E; padding: 15px; font-weight: 600; letter-spacing: 0px; margin-top: 15px  }


.subwhiterow{padding-top: 40px; padding-bottom: 30px; }
.subwhiterow p{font-size: 16px; line-height: 21px; padding-bottom: 15px }

.subwhiterow-alt{padding-bottom: 30px; }
.subewhiterow-alt p{font-size: 16px; line-height: 21px; padding-bottom: 30px }

.footerfeatures p{font-size: 16px; color: #ffffff; margin: 0px; padding: 0px; line-height: 21px}

.alignright{float: right}

.home-dash-column{
    /* background-image: url(images/home-vert-dash.png);*/
    background-repeat: no-repeat;
    background-position: calc(100%) 0;
    padding-top: 15px;
    padding-right: 45px!important;
    padding-left: 45px!important;
    padding-bottom: 15px
}

.home-dash-column img{width:70%; height: auto}

.home-dash-column h2{color: #10155E; font-size: 23px; line-height: 23px; text-transform: uppercase; letter-spacing: -1px; }




.greybox{
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #ffffff;  position: relative; margin-bottom: 25px!important; min-height: 300px
}
.greybox p{ color: #000000; font-size: 14px!important; line-height: 18px!important  }
.greybox a{
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	background-color: #10155E;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-top: 15px; position: absolute; bottom: 15px; text-transform: uppercase
}
.greybox h2{color: #000000;font-size: 18px; line-height: 20px;  padding-bottom: 15px }



.addressbox{
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #ffffff;  position: relative; margin-bottom: 25px!important; min-height: 300px
}
.addressbox p{ color: #000000; font-size: 14px!important; line-height: 18px!important  }

.addressbox h2{color: #000000;font-size: 18px; line-height: 20px;  padding-bottom: 15px }



.page-id-664 .greybox{
min-height: 249px
}

 /*.sgpb-popup-overlay{background: url(images/popup-back.png) !important;  background-repeat: repeat} */


.sgpb-theme-6-content {
border-radius: 0px!important; padding-bottom: 80px!important
}

.sgpb-theme-6-content P{
font-size: 14px; line-height: 20px
}

.whitebox{
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #ffffff;  position: relative; margin-bottom: 25px!important; min-height: 370px
}
.whitebox p{ color: #000000; font-size: 14px!important; line-height: 18px!important  }
.whitebox a{
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	background-color: #10155E;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 5px;
	font-weight: 500;
	letter-spacing: 0px;
	margin-top: 15px; position: absolute; bottom: 15px; font-weight: 600
}
.whitebox h2{color: #000000;font-size: 18px; line-height: 18px;  padding-bottom: 15px }






.green-image-with-wedge {
    position: relative;
	overflow: hidden;}
	
	
.green-image-with-wedge img{
display:block;width:100%;}
	


.green-image-with-wedge:after{     content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    border-width: 0 0 50px 768px;
    border-color: transparent transparent #f2f2f2 transparent; right: 0px; left: 0px}


.white-image-with-wedge {
    position: relative;
	overflow: hidden;}
	
	
.white-image-with-wedge img{
display:block;width:100%;}
	


.white-image-with-wedge:after{     content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    border-width: 0 0 50px 768px;
    border-color: transparent transparent #ffffff transparent; right: 0px; left: 0px}



.footershare{float: right; width: 100px; text-align: right}
.footershare p{color: #ffffff;font-size: 16px; text-align: right}

#mainbody-grey,.bg-grey{background:#f2f2f2;}
.banner-news,.banner-single{padding:55px 0; position:relative;height: 650px;}
.banner-news .wrap{position:relative; z-index:10;}
.banner-news:before{content: '';
    position: absolute;
    background: #10155E;
    height: 100%;
    width: 65%;
    top: 0;
    left: -23%;
    z-index: 5;}
.banner-news:after{    content: '';
    position: absolute;
    height: 100%;
    width: 148px;
    top: 0;
    left: 42%;
    background: linear-gradient(to bottom right, rgba(16, 21, 94, 1) 0%, rgba(16, 21, 94, 1) 50%, transparent 50%, transparent 100%);
    z-index: 5;}

.banner-news h1{text-transform:uppercase;color:#ffffff;   font-size: 32px;line-height: 32px;}
.inner-ban{max-width:45%;  max-width: 380px; position: relative; min-height: 360px; display:table-cell; vertical-align:middle;  height: auto}
.inner-ban h1{display:table-cell; vertical-align:middle;height: 360px  }
.inner-ban a{line-height: normal;
    color: #10155E;    margin: 10px 0 0;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 11px;font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;}
.inner-ban a:hover{background:#ADD500;}
.blog-list h2{color:#000; text-transform:uppercase; padding:45px 0 20px 0;}
.listpost{
    /* T76535 Added flex to prevent broken new pages*/
    display: flex;
    flex-wrap: wrap;
}
.listpost:after{content:''; display:table; clear:both;}
.post-item{    float: left;  margin: 0 2% 23px 0; width: 32%; }
.post-item:nth-child(3n){margin-right:0;}
.post-img{ position:relative; overflow:hidden;}
.post-img img,.post-img a{display:block;width:100%;}
.post-img:after{     content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    border-width: 0 0 50px 440px;
    border-color: transparent transparent #ffffff transparent;}
	.no-img{ height:326.6px}
	.no-img h3{color:#FFF; padding:15px; text-transform:uppercase;font-size: 18px;
line-height: 20px;}
	.no-img h3 a{color:#FFF;}
	.post-item:hover .no-img{opacity:0.7;}
.post-meta{ color: #a1a2a8;
    font-size: 15px;
    font-weight: 500; padding:0 0 18px 0;}

.post-intro p{    font-size: 14px;
    line-height: 18px; min-height: 155px}
.post-more{}
.post-more a{     line-height: 26px;
    color: #ffffff;    margin: 5px 0;
    background-color: #10155E;
    display: inline-block;
    padding: 5px 11px;font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;}
.post-more a:hover{background:#ADD500;}
.post-item:hover img{opacity:0.7;}
.post-intro{    background: #FFF;padding: 15px; }
.post-intro:before{content:'';}
.post-intro h3.post-title{color:#000; text-transform:uppercase; line-height: 20px; min-height: 115px; font-size: 18px}
.post-intro h3.post-title a{color:#000; 
 ;}
.emm-paginate{background:#FFF; padding:10px 20px;margin: 15px 0 35px 0;display: inline-block;
   width: 32%;}
.emm-paginate span, .emm-paginate a{    padding: 0 5px;}
.single-banner{ position:relative;}
.single-banner img{display:block; width:100%;}
.post-noimg{position:absolute;width:100%; top:55px;}
.post-noimg h1{color:#FFF!important;}
.post-noimg .post-meta{color:#ffffff!important;}
.post-noimg .post-header{max-width:70%;}
.post-inner{max-width: 73%;     padding-top: 60px; float:left;}
.post-short p{    font-size: 24px!important; line-height: 29px!important}
#maincontent{background:#FFF; padding:20px;}
#maincontent:after{clear:both; content:''; display:table;}
.post-header h1{ color:#10155E; text-transform:uppercase;    padding: 0; font-size: 34px;line-height: 34px;     padding-bottom: 18px;}
.post-header .post-meta{ padding:0 0 35px 0;    display: block; font-size: 16px;
    line-height: 21px;}
.post-content p{ font-size: 16px; line-height: 21px}
.post-content {    padding-top: 72px;}


.team-short p{
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px; letter-spacing: 0px
}
.team-intro p{
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	line-height: 21px;
}
.team-list:after{clear:both; content:''; display:table;}
.team-list{}
.team-row h2{ }
.team-item{ float:left; width:23%; margin:0 2.5% 30px 0;}
.team-item.last{margin-right:0;}
.team-img {
    position: relative;
    overflow: hidden;
}
.team-img  img{display:block; width:100%;}
.team-img:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    border-width: 0 0 50px 440px;
    border-color: transparent transparent #f2f2f2 transparent;
}
.team-short{padding-bottom: 10px;     font-size: 18px;
    line-height: 22px;}

.team-full p{font-size: 14px;
    line-height: 18px; letter-spacing: 0px;}

.team-row.bg-grey .team-img:after{border-color: transparent transparent #fff transparent;}
.team-info{background:#f2f2f2; padding:15px; min-height: 262px; position: relative}
.team-row.bg-grey .team-info{background:#FFF;}
.team-full{display:none;}
h3.team-title{color:#000;  padding:0;    font-size: 18px;
    line-height: 20px;}
.team-more{}
.team-more span{

	color: #ffffff;
	margin: 5px 0;
	background-color: #10155E;
	display: inline-block;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer; font-weight: 600;    line-height: 26px; position: absolute; bottom: 10px
}

.team-more span:hover{background:#ADD500;}

.banner-investment{ position:relative;}
#investment-slider ul li{height:710px;}
#investment-slider .flex-control-nav{display:none;}
.banner-investment:after{    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: -75px;
    background: #f2f2f2;
    transform: skewY(-4deg);
    z-index: 55;
}
.banner-investment .wrap{position:relative;}
.banner-investment .wrap:after{     content: '';
    position: absolute;
    width: calc(100% - 30px);
    background: #fff;
    z-index: 99;
    transform: skewY(-4deg);
    height: 150px;
    bottom: -75px;}

.single-investment-content{}
.single-investment-content:before{content: "";/*z-index: 10;
    background: #f2f2f2;
    content: "";
    -webkit-transform: rotate(-5deg) translateX(-50%);
    -ms-transform: rotate(-5deg) translateX(-50%);
    transform: rotate(-5deg) translateX(-50%);
    width: 120%;
    position: absolute;
    bottom: 0;
    height: 200px;
    left: 50%;*/}
.single-investment-content #maincontent{    padding: 50px 20px 20px;
    margin-top: -20px;
    z-index: 99;
    position: relative;} 
.investment-left{float:left;width:35%;}
.investment-left h1{text-transform:uppercase; color:#10155E;padding: 0 0 30px 0;}
.investment-right{float:right;width:64%;}
.investment-img{}
.investment-img img{display:block; width:100%;}
.investment-meta{    margin-bottom: 30px;}
.investment-meta ul{list-style:none; padding:0; margin:0;}
.investment-meta ul li{text-transform:uppercase;    color: #10155E;    font-weight: 600;    float: none;border-bottom: 1px solid #d6e19f;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;}
.investment-meta ul li label{    width: 130px;display: inline-block;}
.head-blog{}
.head-blog:after{clear:both;content:''; display:table;}
.head-blog h2{float:left;color: #10155E;
    text-transform: uppercase;
    padding: 45px 0 20px 0;}
.head-blog .archive-news{float:right;    padding-top: 55px;}
.archive-news h3.widget-title{float:left;    color: #10155E;    font-size: 18px;}
.archive-news .widget ul{float:right; list-style:none; padding:0; margin:0;}
.archive-news .widget ul li{}
.archive-news .widget ul li a{background: #1d1e54;    font-size: 16px;
    padding: 3px 10px;
    color: #FFF;
    margin-left: 10px;}
.archive-news .widget ul li a:hover{background:#ADD500;}
.post-widget{float:right; width:24%;    padding-top: 60px;}
.post-widget h3.widget-title{    color: #10155E;}
.post-widget .widget{float:none;}
.post-widget .widget ul{ list-style:none; padding:0; margin:0;}
.post-widget .widget ul li{    display: block;
    width: 100%;
    margin-bottom: 9px;}
.post-widget .widget ul li a{display: block; background:#10155E; color:#FFF; padding:7px 11px;}
.post-widget .widget ul li a:hover{background:#ADD500;}
@media only screen  and (max-width:767px) {
	.head-blog h2{float:none;}
	.head-blog .archive-news{padding-top:0;    float: left;}
	.single-investment-content #maincontent{padding-top:0;}
	.investment-left{width:100%;}
	.investment-right{width:100%;}
	.inner-ban{}
	.emm-paginate{width:100%;}

	.banner-news,.banner-single{height:300px;}
	.post-item,.team-item {width:100%!important; margin:0 0 35px 0;}
	.post-img:after,.team-img:after, .green-image-with-wedge:after{border-width: 0 0 50px 768px;}
	.post-meta{    }
	.post-inner{max-width: 100%;}
	.post-widget{float:left; width:100%;}
}

@media only screen  and (max-width:480px) {
	.head-blog .archive-news{float:none;}.post-noimg .post-header{max-width:100%;}
}

.greybox a:hover {
    color: #ffffff;
    background-color: #ADD500;
}


.whitebox a:hover {
    color: #ffffff;
    background-color: #ADD500;
}

.formbutton{text-align:center}

#footerone a{color: #ffffff}
#footerone a:hover{color: #ADD500}

.page-template-page_team .team-row{padding-bottom:0px; padding-top: 35px}


.page-id-291 .homewhiterow {
    padding-bottom: 0px;
}


.page-template-page_team .homewhiterow {
    padding-top: 35px;
}

.inner-ban p
{}

#footertwo{background-color: #10155E; padding-top: 35px; padding-bottom: 35px; border-top-width: 1px; border-top-color: #ffffff; border-top-style: solid}
#footertwo p{color: #ffffff; font-size: 13px; line-height: 17px}
#footertwo a{color: #ffffff}
#footertwo a:hover{color: #ADD500}


.home .headerflags{background-color: #ffffff}

.inner-ban a{position: absolute; bottom: 30px}

#investments .post-item {
    float: left;
    margin: 0 2% 35px 0;
    width: 23%; background-color: #ffffff; position: relative
}

#investments .post-item p{
padding-bottom: 3px; font-size: 14px; line-height: 18px
}

#investments .post-item strong{
width: 48%
}

#investments .post-item a{
color: #000000
}

#investments .post-item ul{
padding-left: 0px; padding-top: 0px; margin: 0px
}

#investments .post-item li{
padding-bottom: 3px; font-size: 14px; line-height: 18px; list-style-image: none; list-style: none; display: block; border-bottom-color:#10155E; border-bottom-width: 1px; border-bottom-style: solid; float: none; padding-top: 5px
}

#investments{background-color: #efefef; padding-top: 35px; padding-bottom: 35px}

.investfooter{background-color: #10155E; padding: 15px;position: absolute; bottom: 0px; left: 0px; right: 0px}

.investfooter p{color: #ffffff}

.archive-news li{
    float: left;

}

.person-left{float: left; width: 34%; margin-right: 4%; padding-bottom: 40px}
.person-right{float: right; width: 62%}

.team-img-footer{    background: #f2f2f2;
    padding: 15px;}

.team-back-btn a{    line-height: 26px;
    color: #ffffff;
    margin: 5px 0;
    background-color: #10155E;
    display: inline-block;
    padding-top: 5px;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;}

.team-back-btn a:hover {
    background: #ADD500;
}

p.subtitle {    font-size: 14px;
    line-height: 18px; padding-top: 3px}

#invest-list h3{    font-size: 18px;
    line-height:20px; min-height: 55px}



.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
    border: 1px solid #10155E;
    padding-top: 15px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: 10px !important;     font-size: 16px;  color: #000000;     font-family: 'Montserrat', sans-serif;
}

.wpcf7-form input[type=submit] {
    line-height: normal;
    color: #ffffff;
    margin: 5px 0;
    background-color: #10155E;
    display: inline-block;
    padding-top: 5px;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer; 
    font-family: 'Montserrat', sans-serif; line-height: 26px
}

.wpcf7-form input[type=submit]:hover{background:#ADD500;}

.page-id-664 .greybox {

 
}

/*.lendingfooterimage{height:800px;  background-image: url("images/background-test.jpg"); background-size: cover; background-position: center center}*/

.blue-btn{line-height: normal;
    color: #ffffff;
    margin: 5px 0;
    background-color: #10155E;
    display: inline-block;
    padding: 8px 11px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase; float: right; margin-top: -45px; font-weight: 600}

.blue-btn:hover{background:#ADD500; color:#ffffff}

.bg-showmore-plg-link{line-height: normal;
    color: #ffffff;
    margin: 5px 0;
    background-color: #10155E;
    display: inline-block;
    padding: 5px 11px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase; font-weight: 600;    line-height: 26px; }

.page-id-317 #mainbody-general {}
.maprow{background-color: #f2f2f2; padding-top:30px; padding-bottom:0px}


.homeintro{    padding-top: 40px;
    padding-bottom: 0px;}

.homeintro p{   font-size:23px; line-height:30px; color: #10155E; letter-spacing:-0.5px}

.boxshift{background-image: url("images/home-dash-background.png"); background-position: center center; background-repeat: no-repeat}

.carouselrow{padding-top:40px; padding-bottom:40px;     border-top-color: #cccccc;
    border-top-width: 1px;
    border-top-style: solid;}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area ul.slick-dots li button {

    width: 8px!important;
    height: 8px!important;

}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area.slick-initialized.slick-slider {
   text-align: center
}


.page-id-383 #investments .post-intro {

    min-height: 248px;
}

.page-id-388 #investments .post-intro {

    min-height: 230px;
}

.page-id-669 #investments .post-intro {

    min-height: 245px;
}

@media (min-width: 768px) and (max-width: 1150px) {
    .page-id-669 #investments .post-intro {
        min-height: 275px;
    }
}

.team-row  h2{text-transform:uppercase}

.page-id-445 h1{padding-bottom:30px}
.page-id-487 h1{padding-bottom:30px}
.page-id-489 h1{padding-bottom:30px}
.page-id-454 h1{padding-bottom:30px}

.page-id-110 h2{padding-bottom: 15px}


.page-id-388 .greybox {


    min-height: 260px;
}

.page-id-317 .greybox {


    min-height: 220px;
}

#cookie-notice{border-top-width: 1px; border-top-color: #ffffff; border-top-style: solid}

#cookie-notice a{color:#ffffff}

a.cookie-btn {
    display: block!important;
    font-weight: 600!important;
    background: #ffffff!important;
    padding-top: 5px;
    padding-right: 12px;
    padding-left: 11px;
    padding-bottom: 5px;
    color: #10155E!important;
    margin-top: 15px!important;
    font-size: 14px!important;
    text-decoration: none!important;
    width: 70px!important;
    margin-left: auto!important;
    margin-right: auto!important; text-transform: uppercase

}

a.cookie-btn:hover {

    background: #ADD500!important;
    color: #ffffff!important;

}


.homewhiterow .wpb_single_image a {

    padding: 0px;
    margin-top: 0px;
}

table.table-with-borders {
	border-spacing: 0;
	border-collapse: collapse;
}
table.table-with-borders td {
	border: 1px solid #000;
	padding: 0 8px;
	margin: 0;
	vertical-align: top;
}

.grecaptcha-badge { 
    visibility: hidden;
    opacity: 0;
}

.banner--blue {
    background: #10155E;
    padding: 30px 0;
    text-align: center;
}

.banner--blue p {
    margin: 0 0 15px;
    padding: 0;
    color: white;
    text-align: center;
}

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

.banner--blue li {
    text-align: center;
    margin: 0 0 10px;
}

.banner--blue li:last-child {
    margin: 0;
}

.banner--blue a {
    color: white;
}