

a {color:#BBBBBB !important; }


a:focus {
	text-decoration:none !important;
}
a:hover, a:focus {
  color: #97999c;
  text-decoration: none;
  transition: all .3s ease 0s;
	cursor:pointer;
}

a:hover {
    color: #000000 !important;
    text-decoration: none;
    transition: all .3s ease 0s;
    cursor: pointer;
}


i {
	color: #151515;
}
b, strong {
	font-style: normal;
	font-weight: 700;
}

p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #606060;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	margin:0px 0px 10px 0px ;
}

p strong {font-weight: 500;}

p.highlighter{ font-weight: 300; color:#676FCB; font-size:21px; line-height:28px; padding:0px; margin:70px 0px 20px 0px;}
p.lifter1{ font-weight: 300; color:#003768; font-size:24px; line-height:30px; padding:0px; margin:5px 0px 20px 0px;}
p.caption {	color: #606060; font-style: italic; font-weight: 300; font-size: 14px; line-height: 1.6; margin:0px 0px 10px 0px ;}
p.caption strong {font-weight: 700;}




h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', Helvetica, Arial, sans-serif;}

h1 {font-weight: 300 ; font-size: 30px; color: #003765;; line-height: 30px; padding: 0px; margin: 0px 0px 25px 0px; }
h2 {font-weight: 700; font-size: 20px; color: #000000; line-height: 24px; padding: 0px; margin: 15px 0px 10px 0px; border-bottom: 3px solid #000000; display: inline-block; }
h2.lifter{ font-weight: 300; color:#003765; font-size:20px; line-height:28px; padding:0px; margin:70px 0px 20px 0px;}
h3 {font-weight: 700; font-size: 18px; color: #003765; line-height: 22px; padding: 0px; margin: 5px 0px 7px 0px; }
h4 {font-weight: 700 ; font-size: 17px; color: #003765; line-height:22px; padding:0px; margin:15px 0px 3px 0px; }
h5 {font-weight: 500 ; font-size: 16px; color: #23368b; line-height:22px; padding:0px; margin:15px 0px 3px 0px; }
h6 { font-weight: 500 ; font-size: 15px; color: #003765; line-height:22px; padding:0px; margin:15px 0px 3px 0px; }





/*######## LISt STYLES ########*/

.list {	list-style: none; padding:0px; margin:0px; color: #606060; }
.list strong {font-weight: 500;}
.list-dash > li:before { content:"-"; position:relative; left:-5px;}
.list-dash > li {text-indent:-5px; margin-bottom: 10px; padding-left:20px; font-size: 15px; font-weight: 300; line-height: 1.6;}
.list-circle > li {list-style-type:circle; text-indent: 0; margin-bottom: 5px;}
.list-disc > li:before { font-family: Arial, Helvetica; font-size:20px; position:relative; top:1px; content: "\2022"; color: #000000; padding-right: 10px; margin-left: -20px;}
.list-disc > li {list-style: outside none none; margin:0px 0px 4px 0px; font-size: 15px; font-weight: 300;line-height: 1.6; margin-bottom: 5px; margin-left:20px;}
ul.list-disc { margin-bottom:20px;}
.list-abc > li { list-style-type: lower-alpha; text-indent: 0; margin-bottom: 5px; margin-left:20px; font-size: 15px; font-weight: 300; line-height: 1.6;}
.list-ABC > li { list-style-type: upper-alpha; text-indent: 0; margin-bottom: 5px; margin-left:20px;}
.list-iii > li { list-style-type: lower-roman; text-indent: 0; margin-bottom: 5px; margin-left:20px; font-size: 15px; font-weight: 300; line-height: 1.6;}
.list-123 > li { list-style-type: decimal; text-indent: 0; margin-bottom: 8px; margin-left:20px; font-size: 15px; font-weight: 300; line-height: 1.6; }




/*######## TABLE STYLES ########*/

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
tbody td {
	padding: 5px 10px 5px 5px;
	border-bottom: 1px #E5E5E5 solid;
	vertical-align: top
}
tbody > tr:hover {
	background-color: #f5f5f5
}
table.hover-none > tbody > tr:hover {
	background-color: #fff
}
thead td {
	padding: 5px 10px 5px 5px;
	font-size: 90%;
	line-height: 15px;
	background-color: #FFF;
	color: #000000;
}
 tbody.small_fnt td { font-size:12px; line-height:15px; padding: 2px 10px 2px 2px; 	}


td.sides{border-left: 1px #E5E5E5 solid; border-right: 1px #E5E5E5 solid; }


tbody > tr:hover { background-color: #f5f5f5; }
table.hover-none > tbody > tr:hover { background-color: #fff;}
tbody tr  { border-bottom: 1px #ccc solid; }
thead tr{ font-size: 13px;  }
thead tr:first-child  { border-top: 2px #23368B solid; vertical-align:top; }
thead tr:last-child  { border-bottom: 1px #23368B solid; vertical-align:top; }
/*tbody tr:last-child  { border-bottom: 2px #23368B solid; vertical-align:top; }*/

thead td {padding: 2px 10px 2px 2px; vertical-align: top; }
tbody td {padding: 2px 10px 2px 2px; vertical-align: top; color: #606060; font-weight: 300; font-size: 15px;  }

table.right2 thead td+td, table.right2 tbody td+td {text-align: right;}
table.right3 thead td+td+td, table.right3 tbody td+td+td {text-align: right;}


tr.lineThin td, td.lineThin{ border-bottom: 1px #23368B solid;}
tr.lineThick td, td.lineThick{ border-bottom: 2px #23368B solid;}
tr.lineNone td, td.lineNone { border-bottom:hidden !important; }

tr.grand-total td { border-top: 1px #23368B solid; border-bottom: 2px #23368B solid;}
tr.total td { border-top: 1px #23368B solid; border-bottom: 1px #23368B solid;}
tr.total-top td { border-bottom: 1px #23368B solid; }
tr.line-none td, td.lineNone { border-bottom:hidden !important; }


/* td aligns */
.cellCenter { text-align:center !important;}
.cellLeft { text-align:left !important;}
.cellRight { text-align:right !important;}
.vTop, tbody.vTop tr td { vertical-align:top !important; }
.vBot, tbody.vBot tr td { vertical-align:bottom !important; }


p.tblCap { font-size: 11px; font-style: italic; margin-top: 5px; }
p.txtCap { font-size: 11px; font-style: italic; margin-top: 5px; }

/* End of styles imported from custom style sheet */

.tablevborder {
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5
}



.table_border{border: 6px solid #EEEFEF; padding: 20px; margin-bottom: 20px;}
.table_border .row{ padding-top: 20px; padding-bottom: 20px; margin-right: 5px; margin-left: 5px;}
.table_border .row:first-child{ padding-top: 0px; }
.table_border .row:last-child{ padding-bottom: 0px; }

.sec_border{border-bottom: 1px solid #003768; }



.highlight_fig {
    font-weight: 500;
    font-size: 24px;
    color: #003765;
    line-height: 28px;
}


.tool_buttons{
padding: 0px 0px 20px 0px;
margin: 30px 0px 0px 0px;
border-bottom: 1px solid #CCCCCC;	
}


.tool_buttons > li { 
	color: #FFF; 
	background: transparent; 
	font-size: 15px; 
	border-radius: 3px; 
	text-align: center; 
	height: 27px; 
	display: block; 
	cursor: pointer; 
	position: relative; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	border: 1px solid #414856; }


/*.tool_buttons > li:last-child { color: #FFF; background: transparent; font-size: 15px; border-radius: 3px; text-align: center; width: 35px; height: 35px; display: inline-block; cursor: pointer; position: relative; margin-right: 5px; margin-bottom: 5px; border: 1px solid #414856; }

.tool_buttons li:last-child .fa { position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); color:#FFFFFF; }*/

.tool_buttons > li span {
	margin: -2px 0 0 10px; 
	float: left;  
	text-align: left; 
	color: #37607A; font-size: 13px; font-family: 'GraphikRegular', Helvetica, Arial, sans-serif; }

.green-bg .tool_buttons > li span {
	margin: -2px 0 0 10px; 
	float: left;  
	text-align: left; 
	color: #FFFFFF; font-size: 13px; font-family: 'GraphikRegular', Helvetica, Arial, sans-serif; }




.tool_buttons a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -1px;
    top: 0;
    color: #000000;
}

.tool_buttons .fa {font-size: 14px; padding-top: 3px; float: left; text-align: left; }

.green-bg .tool_buttons .fa {font-size: 14px; padding-top: 3px; float: left; text-align: left; color: #FFFFFF; }

.tool_buttons.light > li { background: transparent; /*border: 1px solid #0d58c8;*/ border: none; }





.tool_buttons2{
padding: 20px 0px 10px 0px;
margin: 0px 0px 40px 0px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

.green-bg .tool_buttons2{ padding: 20px 0px 10px 0px; margin: 30px 0px 40px 0px; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;
}


.green-bg .tool_buttons{
padding: 0px 0px 20px 0px;
margin: 30px 0px 0px 0px;
border-bottom: 1px solid #CCCCCC;	
}



.tool_buttons2 > li { 
	color: #FFF; 
	background: transparent; 
	font-size: 15px; 
	border-radius: 3px; 
	text-align: center; 
	height: 27px; 
	display: block; 
	cursor: pointer; 
	position: relative; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	border: 1px solid #414856; }

.green-bg .tool_buttons2 > li { 
	color: #FFF; 
	background: transparent; 
	font-size: 15px; 
	border-radius: 3px; 
	text-align: center; 
	height: 27px; 
	display: block; 
	cursor: pointer; 
	position: relative; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	border: 1px solid #414856; }


/*.tool_buttons2 > li:last-child { color: #FFF; background: transparent; font-size: 15px; border-radius: 3px; text-align: center; width: 35px; height: 35px; display: inline-block; cursor: pointer; position: relative; margin-right: 5px; margin-bottom: 5px; border: 1px solid #414856; }

.tool_buttons2 li:last-child .fa { position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); color:#FFFFFF; }*/

.tool_buttons2 > li span {
	margin: -2px 0 0 10px; 
	float: left;  
	text-align: left; 
	color: #37607A; font-size: 13px; font-family: 'GraphikRegular', Helvetica, Arial, sans-serif; }



.green-bg .tool_buttons2 > li span {color: #FFFFFF; }



.tool_buttons2 a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; color: #000000 ; }

.tool_buttons2 .fa {font-size: 14px; padding-top: 3px; float: left; text-align: left; }

.tool_buttons2.light > li { background: transparent; /*border: 1px solid #0d58c8;*/ border: none; }





/*Team Social Links*/
.team-social-links {
	margin: 0 0 15px 0;
	padding: 12px 0;
	border-bottom: 1px solid #CCCCCC;	
}

.team-social-links li a{
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #202020;
}

.team-social-links li a:hover{
    color: #03a9f4;
}




btn-mod.btn-xsmall {
    height: auto;
    padding: 2px 2px;
    font-size: 11px;
    letter-spacing: 1px;
}

.btn-mod,
a.btn-mod{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 5px;
  	color: #fff;
  	background: rgba(34,34,34, .9);
	border: 2px solid transparent;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
    
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border-radius: 1;
	
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


.green-bg .btn-mod,
a.btn-mod{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 5px;
  	color: #000000;
  	background: rgba(255,255,255, .9);
	border: 2px solid transparent;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
    
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border-radius: 1;
	
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}




.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
	font-weight: 400;
	color: rgba(255,255,255, .85);
  	background: rgba(0,0,0, .5);
	text-decoration: none;
    outline: none;
}
.btn-mod:active{
	cursor: pointer !important;
}


.btn-icon{
	position: relative;
    border: none;
    overflow: hidden;
}
.btn-icon.btn-small{
	overflow: hidden;
}

.btn-blu.btn-round{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.fontsizecls{
	
	margin-top: 10px;
	
	
}










.custom-container { max-width: 1800px; }
.custom-column-5 { width: 20%; padding: 0 15px; float: left; }
.custom-column-5:nth-child(5n+1) { clear: both; }
.custom-column-3 { width: 33%; padding: 0 15px; float: left; }
.custom-column-3:nth-child(3n+1) { clear: both; }

@media screen and (max-width: 1500px) { 
  .custom-column-5 { width: 25%; }
  .custom-column-5:nth-child(5n+1) { clear: none; }
  .custom-column-5:nth-child(4n+1) { clear: both; }

  .custom-column-3 { width: 33%; }
  .custom-column-3:nth-child(4n+1) { clear: none; }
  .custom-column-3:nth-child(3n+1) { clear: both; }
  
   }


@media screen and (max-width: 1200px) { .custom-column-5 { width: 33.333%; }
  .custom-column-5:nth-child(4n+1) { clear: none; }
  .custom-column-5:nth-child(3n+1) { clear: both; }
  
  .custom-column-3 { width: 33.333%; }
  .custom-column-3:nth-child(4n+1) { clear: none; }
  .custom-column-3:nth-child(3n+1) { clear: both; }
  
   }

@media screen and (max-width: 767px) { .custom-column-5 { width: 50%; }
  .custom-column-5:nth-child(3n+1) { clear: none; }
  .custom-column-5:nth-child(2n+1) { clear: both; }
  
  .custom-column-3 { width: 50%; }
  .custom-column-3:nth-child(3n+1) { clear: none; }
  .custom-column-3:nth-child(2n+1) { clear: both; }  
  
   }

@media screen and (max-width: 600px) { .custom-column-5 { width: 100%; }
  .custom-column-5 { clear: both; }
  .custom-column-3 { width: 100%; }
  .custom-column-3 { clear: both; }
   }


.be-post { border: 1px solid #edeff2; border-radius: 2px; width: 100%; margin-bottom: 30px !important;}
.be-img-block { overflow: hidden; display: block; }
.be-post .be-img-block { margin-bottom: 15px; position: relative; }
.be-post .be-img-block img { width: 100%; height: auto; position: relative; -webkit-transition: all ease-out 0.3s; transition: all 0.3s; }
.be-post .be-img-block img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.be-post .be-img-block:after { content: ""; position: absolute; bottom: 0; left: 15px; width: 0; height: 0; border-style: solid; border-width: 0 15px 15px 15px; border-color: transparent transparent #FFF transparent; }

.be-post-inner {
	width: 100%;
	color: #b4b7c1;
	display: inline-block;
	clear: both;
	font-size: 12px;
	padding: 10px;
    margin-bottom: 20px !important;
	}
.info-block {
    background: #F6F6F6;
    padding: 15px 15px;
    font-size: 10px;
    color: #b4b7c1 !important;
}

.info-block p {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.6;
    margin: 0px 0px 10px 0px;
}



.be-post-title {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #8B7359;
	margin: 0 15px 10px 15px;
	padding-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}



@media (max-width: 991px) {

.desc h2 {
    padding: 0px !important;
    margin: 5px 0px 5px 0px !important;
	font-size: 14px;
	line-height: 17px;
	
}	
	
.desc p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0px 0px 10px 0px;
}	

.featured-item.feature-icon .icon {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
}	
	
#nextlink .featured-item.feature-icon .icon {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
}	
	
	
	
}



.change_height{min-height: 750px;}






.panel-heading {
  padding: 0;
	border:0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,1.00) ;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px 15px 15px 0px;
	font-weight: 700;
	text-decoration:none;
	letter-spacing: 0.02em;
	font-size: 20px;
	color: #23368b !important;
	line-height: 24px;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e259";
   float: right;
   transition: all 0.5s;
	font-weight: 300;
	font-size: 10px;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.panel-default {
    border-color: #FFFFFF;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
	border: none;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
	box-shadow: 0 0px 0px rgba(0,0,0,.05);

}

.panel-body{ border-top:none !important;
}

.panel-default > .panel-heading {
    color: #333;
border-top: 1px solid rgb(217, 217, 217);
	background-color: rgba(255,255,255,1.00);
	border-bottom: none;
}
.panel-group .panel-heading {
    border-bottom: 0;
        border-bottom-color: #FFFFFF;
}








#home_txt h1{ font-size: 200px; line-height: 210px; font-weight: 700; color: #005C92; margin: 0px 0px 25px 0px; font-family: 'Roboto', Helvetica, Arial, sans-serif !important; }
#home_txt h2{font-size: 35px; line-height: 40px; font-weight: 700; color: rgba(0,0,0,1.00); margin: 30px 0px 5px 0px; font-family: 'Roboto', Helvetica, Arial, sans-serif !important; border-bottom: none; }
#home_txt h3{font-size: 25px; line-height: 30px; font-weight: 500; color: rgba(0,0,0,1.00); margin: 30px 0px 5px 0px; font-family: 'Roboto', Helvetica, Arial, sans-serif !important; }
#home_txt h3 a{ color: rgba(0,0,0,1.00); margin: 30px 0px 5px 0px; font-family: 'Roboto', Helvetica, Arial, sans-serif !important; }



#home_txt {
    width: 50%;
    height: auto;
	text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    margin: 0 auto;
	z-index: 100;
}


@media only screen and (max-width: 1199px) {
	
#home_txt h1{ font-size: 45px; line-height: 50px; color: #005C92; margin: 0px 0px 25px 0px;}
#home_txt h2{font-size: 35px; line-height: 40px; color: rgba(0,0,0,1.00); margin: 30px 0px 5px 0px; }
	
	
}

@media only screen and (max-width: 991px) {
	
#home_txt h1{ font-size: 25px; line-height: 30px; color: #005C92; margin: 0px 0px 5px 0px;}
#home_txt h2{font-size: 20px; line-height: 25px; color: rgba(0,0,0,1.00); margin: 10px 0px 5px 0px; }
#home_txt h3{font-size: 18px; line-height: 22px; color: rgba(0,0,0,1.00); margin: 20px 0px 5px 0px; }

	
}

@media only screen and (max-width: 480px) {
	
#home_txt {
    top: 15%;
}	
	
#home_txt h1{ font-size: 16px; line-height: 18px; color: #005C92; margin: 0px 0px 3px 0px;}
#home_txt h2{font-size: 14px; line-height: 16px; color: rgba(0,0,0,1.00); margin: 10px 0px 5px 0px; }
#home_txt h3{font-size: 13px; line-height: 15px; color: rgba(0,0,0,1.00); margin: 30px 0px 5px 0px; font-family: 'HRDF-Light' !important; }
#home_txt h3 img{ width: 10%;}	
	
}


