/*------------------------------------------------
- Custom VC Button
------------------------------------------------*/
.small.boco_button_orange,
.small.boco_button_blue,
.small.boco_button_hollow{
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
}
.medium.boco_button_orange,
.medium.boco_button_blue,
.medium.boco_button_hollow{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
}
.large.boco_button_orange,
.large.boco_button_blue,
.large.boco_button_hollow{
    display: inline-block;
    padding: 20px 40px;
    font-size: 16px;
}
.extra_large.boco_button_orange,
.extra_large.boco_button_blue,
.extra_large.boco_button_hollow{
    display: inline-block;
    padding: 20px 60px;
    font-size: 16px;
}
.full_width.boco_button_orange,
.full_width.boco_button_blue,
.full_width.boco_button_hollow{
    display: block;
    padding: 20px 0;
}
.boco_button_orange i,
.boco_button_blue i,
.boco_button_hollow i{
    font-size: 14px;
    margin: 0 8px 0 0;
    font-weight: 400;
}

.boco_button_orange{
    background: #dd6700;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: none;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.boco_button_orange:hover {
    background: #942500; /*#af5700*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #ffffff;
}

.boco_button_blue{
    background: #74a1bf;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: none;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.boco_button_blue:hover {
    background: #5F849D;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #ffffff;
}

.boco_button_hollow{
    background-color: transparent;
    color: #fff;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: none;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.boco_button_hollow:hover {
    background: #fff;
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
/*------------------------------------------------
- Custom VC Banner Image
------------------------------------------------*/



/*------------------------------------------------
- Custom VC Header Text
------------------------------------------------*/
.boco_page_title {
   margin-top: 40px;
}
.boco_page_title h1{
    border-bottom: 4px solid #008265;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    font-size: 36px;
}

/*------------------------------------------------
- Custom VC Header Text
------------------------------------------------*/
.boco_section_title{
    padding: 20px 0;
}
.boco_section_title h2.dark{
    border-bottom: solid 1px rgba(51,51,51,0.6);
    color: #333333;
    text-align: center;
}
.boco_section_title h2.light{
    border-bottom: solid 1px rgba(255,255,255,0.6);
    color: #ffffff;
    text-align: center;
}
.boco_section_title h2.green_border_top{
    border-top: solid 11px #008265;
    color: #333333;
    text-align: left;
    margin-top: 40px;
    padding-top: 40px;
}
.boco_section_title h2{
    margin-bottom: 0;
    padding-bottom: 10px;
}


/*------------------------------------------------
- Custom VC Blue Box
------------------------------------------------*/
.boco_blue_box{
    background:#edf3f7; /*#D6E3EC;*/
    padding: 40px;
}
h2.boco_blue_box_title{
    color: #333333;
}
.boco_blue_box p{
    color: #555555;
}

/*------------------------------------------------
- Custom VC Box
------------------------------------------------*/
body.page-template-default .box.style-4 {
    color: #555555!important;
}

/*######################################################
######## Custom VC ACCORDION STYLES
######################################################*/



.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{
	background: #f8f8f8!important;
	border: 1px solid #008265!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
    color: #008265!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a{
	color: #ffffff!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading{
	background: #008265!important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  border-color: #008265 !important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #fff!important;
}


/*######################################################
######## Custom VC TAB STYLES
######################################################*/

.vc_tta-tabs-container {
	background: #008265;
	padding-top: 10px;
	padding-left: 10px;
}

/*
.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  border: 1px solid #008265!important;
}
*/

.vc_tta.vc_tta-style-modern .vc_tta-tab {
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.vc_tta.vc_tta-style-modern .vc_tta-tab:first-child {
	margin-left: -1px!important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a {
    background-color: #008265!important;
    border-right-color:transparent!important;
    border-left-color:transparent!important;
    border-top-color:transparent!important;
    border-bottom-color:transparent!important;
    color: #fff!important;
    background-image: none!important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  background-color: #f8f8f8 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-top-color: transparent !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  color: #333 !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
	padding: 30px!important;
}

/*######################################################
######## Custom VC COUNTER STYLES
######################################################*/

.counter-title {
    color: #fff;
    opacity: 1;
}

/*######################################################
######## Custom VC TESTIMONIALS
######################################################*/

#content .testimonial::before {
	bottom: -16px;
	left: 25px;
	border-top-color: #1E73BE;
	border-width: 16px;
	background: #fff;
}

#content .testimonial {
	padding: 25px;
	background: #1E73BE;
	border: none;
	color: #fff;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
	font-size: 18px;
	font-style: italic;
	line-height: 1.8em;

}

#content .testimonial::after {
	bottom: -15px;
	left: 26px;
	border-top-color: #1E73BE;
	border-width: 15px;
}


#content .testimonial-author {
	display: block;
	margin: 15px 0 0 11px;
	font-weight: 300;
	font-size: 20px;
	color: #1E73BE;
}

#content  .testimonial-author span {
	margin-top: -13px;
	font-weight: 600;
	display: block;
	color: #1E73BE;
	font-size: 14px;
}


/*######################################################
######## Custom VC TESTIMONIAL SLIDER
######################################################*/



#content .testimonial-slider-wrap.wpb_content_element.owl-carousel.owl-theme.owl-loaded {
	background: #f8f8f8;
	padding: 20px;
	color: #1E73BE;
	font-style: italic;
	font-weight: 700;
	line-height: 1.8em;
}

#content .testimonial-slide span {
	display: block;
	margin: 11px 0 0 0;
	font-size: 23px;
	font-weight: 300;
	opacity: 1;
}


#content .owl-theme .owl-dots .owl-dot.active span {
	background: #1E73BE;
	opacity: 1;
}

#content .owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 0 4px;
	opacity: 0.5;
	border: 2px solid #1e73be;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



/*######################################################
######## Custom VC ALERTS
######################################################*/




#content .alert-message.warning {
	background-color: #8A0400;
	color: #fff;
}

#content .alert-message.warning a {
	color: #fff; /* color: #EDAE07; */
}

#content .alert-message.warning a:hover {
	opacity:.7;
}

#content .alert-message.success {
	background-color: #008265;
	color: #ffffff !important;
}

#content .alert-message.success a {
	color: #fff; /* color: #EDAE07; */
}

#content .alert-message.success a:hover {
	opacity:.7;
}

#content .alert-message.error {
	background-color: #ffff;
	color: #8A0400;
	border: 2px solid #8A0400;
}

#content .alert-message.error a {
	color: #fff; /* color: #EDAE07; */
}

#content .alert-message.error a:hover {
	opacity:.7;
}

#content  .alert-message.info {
	background-color: #2c4251; /*#1E73BE;*/
	color: #fff;
}

#content .alert-message.info a {
	color: #fff; /* color: #EDAE07; */
}

#content .alert-message.info a:hover {
	opacity:.7;
}

#content  .alert-message.notice {
	background-color: #2c4251; /*#74A1BF;*/
	color: #fff;
    margin-top: 40px;
}

#content .alert-message.notice a {
	color: #fff; /* color: #EDAE07; */
}

#content .alert-message.notice a:hover {
	opacity:.7;
}


/*######################################################
######## Custom VC BOX ELEMENT HOLDER
######################################################*/


#content .minti_boxedholder {
	border-style: solid;
	padding: 40px 20px !important;
	background: #2C4251 !important;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}


/*######################################################
######## Custom VC TEAM MEMBER
######################################################*/


#content .member.wpb_content_element {
	background: #f9f9f9;
	/* padding: 20px; */
}

#content .member h4, #content .member .member-role{
	padding-left: 20px;
}

#content .member .member-content {
	padding: 20px!important;
}

#content .member .social-icons {
	text-align: center;
}



/*######################################################
######## Custom VC ICON BOX
######################################################*/

#content .iconbox.wpb_content_element.iconbox-style-1.icon-color-accent.color-dark.animation-none {
	background: #008265;
	padding: 30px 20px;
	color:rgba(255,255,255,0.85);
}

#content .iconbox h3 {
	float: left;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
	width: auto;
	color: #fff;
	font-size: 20px;
}

#content .iconbox-style-1.icon-color-accent i.boxicon, .iconbox-style-2.icon-color-accent i.boxicon, .iconbox-style-3.icon-color-accent i.boxicon, .iconbox-style-8.icon-color-accent i.boxicon, .iconbox-style-9.icon-color-accent i.boxicon {
	color: #fff!important;
	font-size: 30px !important;
	width: auto;
	margin-right: 10px;
}



/*######################################################
######## Custom VC BOX
######################################################*/

#content .box.style-1 {
	border: 1px solid #008265;
}


/*######################################################
######## Custom VC DIVIDER
######################################################*/

#content .divider1 {
	clear: both;
	border-bottom: 1px solid #dfdfdf;
	margin: 60px 0;
	height: 1px;
}

/*######################################################
######## Custom VC IMAGE BOX
######################################################*/

#content .imagebox.wpb_content_element.style-1 {
	background: #F8F8F8;
}


/*------------------------------------------------
- Vertical Table Styles
------------------------------------------------*/
.boco_vertical_table table {
    border-bottom: 1px solid #2C4251;
    border-right: 1px solid #2C4251;
    border-left: 1px solid #2C4251;
    width: 100%;
    padding: 5px 10px;
}

.boco_table_title {
    background: #2C4251;
    padding: 7px 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.boco_table_title h2.boco_table_title_text {
    color: #ffffff;
    margin: 0;
}

.boco_vertical_table table tr.vc-th{
    background: #74a1bf;
    background: #74A1BF !important;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #fff;
}

.boco_vertical_table table th:first-child{
    border-left: none;
}

.boco_vertical_table table tr:nth-child(odd){
    background: #DCE7EF;
}

.boco_vertical_table table td {
    padding: 8px;
    text-align: center;
    border-left: 1px solid #ccc;
}

.boco_vertical_table table td:first-child {
    border-left: none;
}

.boco_vertical_table table tfoot tr td:fist-child {
    border-left: none;
}


/*------------------------------------------------
- Horizontal Table Styles
------------------------------------------------*/
.boco_horizontal_table table {
    border-bottom: 1px solid #2C4251;
    border-right: 1px solid #2C4251;
    border-left: 1px solid #2C4251;
    width: 100%;
    padding: 5px 10px;
}

.boco_horizontal_table table caption {
    background: #2C4251;
    padding: 7px 10px;
}

.boco_horizontal_table table caption h2 {
    color: #ffffff;
}

.boco_horizontal_table table td:first-child {
    background: #74a1bf;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #fff;
}

.boco_horizontal_table table tr:nth-child(even) td:first-child {
    background: #A4C2D6;
}

.boco_horizontal_table table tr:nth-child(odd){
    background: #DCE7EF;
}

.boco_horizontal_table table td {
    padding: 8px;
    text-align: center;
    border-left: 1px solid #ccc;
}

.boco_horizontal_table table td:first-child {
    border-left: none;
}

.boco_horizontal_table table tfoot tr td:fist-child {
    border-left: none;
}

/*------------------------------------------------
- VC Widgetised Sidebar
------------------------------------------------*/

.vc_col-sm-2 .wpb_widgetised_column .widget:first-child,
.vc_col-sm-3 .wpb_widgetised_column .widget:first-child,
.vc_col-sm-4 .wpb_widgetised_column .widget:first-child {
  margin-bottom: 19px;
}

.vc_col-sm-2 .wpb_widgetised_column .widget h1,
.vc_col-sm-3 .wpb_widgetised_column .widget h1,
.vc_col-sm-4 .wpb_widgetised_column .widget h1 {
    margin-bottom: 0;
}

.vc_col-sm-2 .wpb_widgetised_column .widget ul li::after, 
.vc_col-sm-3 .wpb_widgetised_column .widget ul li::after,
.vc_col-sm-4 .wpb_widgetised_column .widget ul li::after {
    content:none;
}

blockquote p{
    border-left-color: #008265;
    border-left-style: solid;
    border-left-width: 4px;
    color: #666;
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 1px;
}

.box.style-1 {
    border: none!important;
    background-color: #edf3f7; /*#D6E3EC;*/
}

.box.style-1 h2 {
    color: #333 !important
}

.box.style-1 p {
    color: #555;
    font-size: 1em;
    margin-bottom: 30px;
}


.vc_col-sm-2 .widget h3,
.vc_col-sm-3 .widget h3,
.vc_col-sm-4 .widget h3 {
    margin-bottom: 0!important;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #fff!important;
    background-color: #2c4251;
    font-size: 18px!important;
    text-align: center;
    font-weight: 300;
}

.vc_col-sm-2 .widget ul,
.vc_col-sm-3 .widget ul,
.vc_col-sm-4 .widget ul {
    margin-left: 40px;
}

.vc_col-sm-2 .widget_nav_menu ul,
.vc_col-sm-3 .widget_nav_menu ul,
.vc_col-sm-4 .widget_nav_menu ul {
    margin-top: 0;
}

.vc_col-sm-2 .widget_nav_menu ul li a,
.vc_col-sm-3 .widget_nav_menu ul li a,
.vc_col-sm-4 .widget_nav_menu ul li a {
  background: #f8f8f8;
  border-bottom-color: #efefef;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #008265 !important;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-top: 8px;
  padding-right: 5px;
  font-size: 17px;
  line-height: 1.5em;
      transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}


.vc_col-sm-2 .widget_nav_menu ul li a:hover,
.vc_col-sm-3 .widget_nav_menu ul li a:hover,
.vc_col-sm-4 .widget_nav_menu ul li a:hover {
    color: #333333!important;
    background: #fff;
}

.vc_col-sm-2 .widget_nav_menu ul li.liPdf a::after,
.vc_col-sm-3 .widget_nav_menu ul li.liPdf a::after,
.vc_col-sm-4 .widget_nav_menu ul li.liPdf a::after {
  content: url("/wp-content/uploads/2017/01/icon_pdf_new.png");
  float: right;
  position: relative;
  right: 15px;
  text-align: right;
  top: 2px;
}

.vc_col-sm-2 .widget_nav_menu ul li.liIcon a::after,
.vc_col-sm-3 .widget_nav_menu ul li.liIcon a::after.
.vc_col-sm-4 .widget_nav_menu ul li.liIcon a::after {
  content: "\f1c1";
  float: right;
  position: relative;
  right: 15px;
  text-align: right;
  top: 2px;
    font-family: "FontAwesome";
    color: #333333;

}


/*------------------------------------------------
- VC Custom Sidebar
------------------------------------------------*/

.boco_sidebar_wrapper {
  margin-bottom: 40px;
}
.boco_sidebar_containert ul li::after{
    content:none;
}
h3.boco_sidebar_title{
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #fff;
    background-color: #2c4251;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
div.boco_sidebar_container ul{
    margin-left: 40px;
    margin:-10px 0 0 0;
}
div.boco_sidebar_container p{
    display: none;
}
div.boco_sidebar_container ul li{
    list-style: none;
}
div.boco_sidebar_container ul li a{
    display: block;
    background: #f8f8f8;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #008265 !important;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 8px;
    padding-right: 5px;
    font-size: 17px;
    line-height: 1.5em;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}
div.boco_sidebar_container ul li a:hover{
    color: #333333!important;
    background: #fff;
}
div.boco_sidebar_container ul li.liPdf a::after {
  content: url("/wp-content/uploads/2017/01/icon_pdf_new.png");
  float: right;
  position: relative;
  right: 15px;
  text-align: right;
  top: 2px;
}
div.boco_sidebar_container ul li.liPdf a::after, {
    content: "\f1c1";
    float: right;
    position: relative;
    right: 15px;
    text-align: right;
    top: 2px;
    font-family: "FontAwesome";
    color: #333333;
}