/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {

.menu > li { margin-right: 18px!important; }

}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {}

footer {
    bottom: 0;
    //position: absolute;
    width: 100%;
}
::selection {
  background: #17a068; /* WebKit/Blink Browsers */
color: #fff;
}
::-moz-selection {
  background: #17a068; /* Gecko Browsers */
color: #fff;
}
.ti-calendar.date {  margin-right: 6px; }
.color-green { color: #17a068 !important; }

.footer-bg-world { background-image: url('/graphics/techceo/img/footer-world.png'); 
   background-repeat: no-repeat;
   background-position:   0  30px ;

   height: 220px;
    //outline: 1px solid;
   width: 387px;
}

/****** PLACE YOUR CUSTOM STYLES HERE ******/

/* accordions style3 */
.acc-group.style3 { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #e5e5e5; }
.acc-group.style3 > button {outline: none; display: block; width: 100%; text-align: left; position:relative; margin:0; padding:10px 10px 10px 60px; background:none; border:0; font-size:16px}
.acc-group.style3 > button:after {content:'-'; position:absolute; left:0; top:0; width:20px; height:20px; font-size:40px; /* background:#eee; */color:#0991ad; padding:7px 6px 13px 14px; text-shadow:0 1px 0 #fff;}
.acc-group.style3 > button:hover { color:#0991ad !important; }
.acc-group.style3 > button:hover:after { color:#0991ad !important; /* background:#e9e9e9; */ }
.acc-group.style3 > button.collapsed:after {color:#b5b5b5; content:'+'; padding:10px;  font-size:35px;}
.acc-group.style3 > button.collapsed {color:#505050;}
.acc-group.style3 .content {padding: 10px 15px; }
.acc-group.style3 .content p:last-child {margin-bottom:0;}

/* home styles */

#search_box_form {
  padding: 8px;
  display: inline-block;
  width: 100%;
  line-height: 50px;
}
#search_box_form {
  margin: 0;
  font-size: 16px;
}

input.swaptextbox {
    background: #f5f5f5!important;
    border: medium none;
    border-radius: 0;
    font-weight: 500;
    height: 50px;
    margin-bottom: 24px;
    padding-left: 20px;
    width: 100%;

}

.page-title-1, .page-title-2 {
    height: 240px;
}
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.3;
  z-index: 2;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
//.home-bg-h  {   min-height: 440px; color: #fff;}

.layer-blue {
    background-color: rgba(94, 136, 162, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer-red {
    background-color: rgba(130, 30, 3, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.color-fff {color: #fff;}
.pad-20 { padding: 20px; }


            .todobox-bg-1 { background-image: url('graphics/smi/img/smi-3-col-sample.jpg'); }
            .todobox-v2 {
    background-position: center center;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 8px;
}

.todobox { 
	border: 1px solid #e6e6e6;
	padding: 20px;
	color: #797979;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.todobox:hover {
	box-shadow: 0 0 7px 1px #dddddd;
	border-color:transparent;
}

.todobox .box-title {
	font-size: 1em; 
}

.todobox .icon {
	color: #6d8bad;
	float: left;
	font-size: 2.85em;
	padding-right: 12px;
}

.todobox .texts {
	padding-top: 10px;
	font-size: 13px;  
	line-height: 20px;
} 



.todobox-v2 .overlay {
	background:rgba(94, 136, 162, 0.3);
	position: relative;
	padding: 60px 15px 60px 15px;
	color: #fff;
	text-align: center;
}

.todobox-v2 .icon { 
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: -55px;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 100%;
	border:2px solid #ebebeb;;

	text-align: center;
	font-size: 50px;
	color: #6d8bad;
	line-height: 108px;
}

.todobox-v2 .box-title {
	font-size: 18px;
	padding-top: 10px;
	font-weight: 600;
	color: #fff;
}

.todobox-v2 .texts {
	font-weight: 300;
	font-size: 13px;
	color: #fff;
}

.todobox-v2 .read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 40px;
	padding: 0; 
	height: 40px;
	background-color: #fff;
	color: #696969;
	overflow: hidden;
	width: 70px;
}

.todobox-v2 .read-more span {
	position: absolute;
	left: 70px;
	font-size: 14px;
	top: 0;
	color: #69a780; 
	font-weight: 700;
}

.todobox-v2 .read-more:before {
	content: "+";
	position: absolute;
	left: 25px;
	top: -2px;
	font-size: 28px;  
	font-weight: 600;
}

.todobox-v2 .read-more,
.todobox-v2 .read-more span,
.todobox-v2 .read-more:before  {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.todobox-v2:hover .read-more {
	width: 120px;
}

.todobox-v2:hover .read-more span {
	left: 15px;
}

.todobox-v2:hover .read-more:before {
	left: -20px;
}
.latest-date {
    background-color: #48555f;
    color: #fff;
    left: 0;
    padding: 12px;
    position: absolute;
    top: 0;
}
.latest-date > p {
    margin-bottom: 2px;
}
.latest-category {
    background-color: #5e88a2;
    color: #fff;
    padding: 6px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.footer-logo {
    //float: left;
    margin-bottom: 20px;
}

.btn-block-blue-sm {
    -moz-user-select: none;
    background-color: transparent;
    border: 1px solid #5e88a2;
    border-radius: 0;
    color: #5e88a2;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 0;
    padding: 6px;
    text-align: center;
    transition-duration: 0.2s;
    transition-property: all;
    vertical-align: middle;
    white-space: inherit;
}

.btn-block-blue-sm:hover{
    background-color: #5e88a2;
    border: 1px solid #5e88a2;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}



.list-inline.social-list-footer a {
    color: #333;
}
.list-inline.social-list-footer a:hover, .sub a:hover {
    color: #1a97e2;
    text-decoration: none;
}

.col-sm-6.text-right > p {
    margin-bottom: 4px;
}
/* END home styles */

.list-inline.social-list a {
    color: #666;
}

.list-inline.social-list a:hover,
.sub a:hover {
    color: #1a97e2;
}

.sub > a {
    color: #777;
}

.btn-filled-red {
    background: #8c1e03 none repeat scroll 0 0;
    color: #fff;
}

.btn-filled-red:hover {
    border-color: #fff;
}

.btn-red {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #8c1e03;
 //border: 2px solid #47b475;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #47b475;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;

   padding: 10px 16px;

 height: 50px;
    line-height: 46px;
    min-width: 200px;

background: #8c1e03 none repeat scroll 0 0;
    color: #fff;
}

.btn-red:hover {
  background: #fff;
  color: #777;
}


.btn-white {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #fff;
 //border: 2px solid #47b475;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;

  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;

   padding: 10px 16px;

 height: 50px;
    line-height: 46px;
    min-width: 200px;

background: #fff none repeat scroll 0 0;
      color: #8c1e03!important;
}

.btn-white:hover {
	  border: 2px solid #fff;
  	background: #8c1e03;
  	color: #fff!important;
}

.list-inline.social-list-footer {
    margin-bottom: 6px;
}

.widget-title .title::after,
.sidebar .title::after {
    border-top: 4px solid;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin-left: 15px;
    margin-right: -100%;
    vertical-align: bottom;
    width: 100%;
}

.widget-title .title,
.sidebar .title  {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 12px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
border-color: #feb600;
}

.menu_submenu_V3 {
   list-style-type: none; margin: 0; padding: 0;}
.menu_submenu_V3 li,
 li.menu_submenu_members  {
  padding: 2px 0; }
.menu_submenu_V3 a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block; }
  .menu_submenu_V3 a:hover  {
    color: #104A7F;
    padding-left: 19px;
    border-left: 1px solid #104A7F;  
    text-decoration: none;
    }
  .menu_submenu_V3 a.active  {
    font-weight: 500;
    padding-left: 18px;
    //border-left: 2px solid #09599e; }
    
    ul.menu_submenu_V3  {
    margin-top: 0;
    //padding-top: 48px;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.home-bg-h  {  height: 440px; overflow: hidden;}

.layer-blue {
    background-color: rgba(94, 136, 162, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer-red {
    background-color: rgba(130, 30, 3, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.layer-green {
    background-color: rgba(23, 160, 104, 1.0);
}

.color-fff {color: #fff;}
.pad-20 { padding: 20px; }

.img-responsive {
    width:100% !important;
    height:100% !important;
    display:block;
}
.img-home-440 {min-height: 440px; overflow: hidden;}

/* home hover gradient */ 
.feature {
  float: left;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  //border-bottom: 2px solid #FFF; }
  
  .feature.has-hover:hover  {
  filter: alpha(opacity=100);
  opacity: 1; }

.feature .headline-link {
    border-bottom: 0 solid transparent;
    color: #fff;
    display: block;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}
.feature .headline-link {
    position: relative;
}

  .feature .headline {
  font-family: "Colfax Light", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 0;
  white-space: normal;
  height: 100%; }



.feature .headline-link span {
    //bottom: 20px;
    //position: absolute;

  transition: border-bottom 0.25s, bottom 0.25s;
  -webkit-transition: border-bottom 0.25s, bottom 0.25s;
  -moz-transition: border-bottom 0.25s, bottom 0.25s;
  -o-transition: border-bottom 0.25s, bottom 0.25s; }

.slot-1 .module-content {
      height: 440px;
     //position: relative;
} 
.slot-1 .headline-link span {
    /*
    bottom: 20px;
    padding-right: 20px;
    position: absolute;
    */
}

.feature.headline-link span {
  transition: border-bottom 0.25s, bottom 0.25s;
  -webkit-transition: border-bottom 0.25s, bottom 0.25s;
  -moz-transition: border-bottom 0.25s, bottom 0.25s;
  -o-transition: border-bottom 0.25s, bottom 0.25s; }
  
  .feature.has-hover:hover .headline-link {
  background: rgba(0, 0, 0, 0.5);
  transition: border-bottom 0.25s, padding-top 0.25s;
  -webkit-transition: border-bottom 0.25s, padding-top 0.25s;
  -moz-transition: border-bottom 0.25s, padding-top 0.25s;
  -o-transition: border-bottom 0.25s, padding-top 0.25s;
  border-bottom: 9px solid #39B4EA; }
  
  /* Gradient Options
-------------------------------------------- */
.gradient {
  background: -webkit-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  /* approximately a 33% opacity on blue */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#55000000, endColorstr=#55000000 );
  /* IE8 uses -ms-filter for whatever reason... */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#55000000, endColorstr=#55000000 );
  zoom: 1;
  z-index: 10; }
/* END home hover gradient */ 

  .content-label {
    background-color: #17a068;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}
.headline-title {margin-bottom: 6px;}
.headline-title-reports {margin-bottom: 18px;}
.content-date {
    color: #e8e7e7;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
    //margin-left: 18px;
    //margin-top: 3px;
    text-transform: uppercase;
}
.over-container { }
.container-features * {
    box-sizing: border-box;
}
.bot-abs { bottom: 20px; position: absolute; }
.home-bg-short {height: 230px; overflow: hidden;} 
.blue-bg {
    background-color: rgba(26, 151, 226, 1.0);
    color: #fff;
}
.home-title { color: #fff; font-size: 16px; line-height: 22px; }
.headline-title.home-title > a {
    color: #fff;
}
.headline-title.home-title > a:hover {
    color: #fff;
    text-decoration: underline;
}
.content-label-white {
    background-color: #fff;
    border-radius: 4px;
    color: #17a068;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 1px 10px;
    text-transform: uppercase;
}

  /* Gradient Options
-------------------------------------------- */
.gradient-latest {
  background: -webkit-linear-gradient(top, transparent 2%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to top, transparent 2%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  /* approximately a 33% opacity on blue */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#55000000, endColorstr=#55000000 );
  /* IE8 uses -ms-filter for whatever reason... */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#55000000, endColorstr=#55000000 );
  zoom: 1;
  z-index: 10; }
/* END home hover gradient */ 
 a.content-label-blue {
    background-color: #00326f;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}
a:hover.content-label-blue  {background-color: #104585;}
.youtube-home a { width: 100%; height: 100%; display: block; }


.fl-right { float: right; }
 .footer-p-mb > p { margin-bottom: 3px; }


.footer_enews_container.clearfix {
    margin-left: 70px;
    margin-top: 30px;
}
.member-header {font-size: 20px; }
.publish {  margin-bottom: 12px; }

.newsitem {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}