 @font-face { font-family: lightsegoe; src: url('./fonts/lightsegoe/lightsegoe.eot');src: local('lightsegoe'), url('./fonts/lightsegoe/lightsegoe.woff') format('woff'), url('./fonts/lightsegoe/lightsegoe.ttf') format('truetype');} 
/* @font-face { font-family: opensans; src: url('./fonts/Open_Sans/OpenSans-Regular.ttf'); src: local('opensans'), url('./fonts/Open_Sans/OpenSans-Regular.ttf');} */
/* @font-face { font-family: Lato; src: url('./fonts/Lato/lato-regular-webfont.woff2') format('woff2'), url('./fonts/Lato/lato-regular-webfont.woff') format('woff'), url('./fonts/Lato/Lato-Regular.ttf') format('truetype');	} */

@font-face {font-family: Roboto, sans-serif;}
@font-face {font-family: Open Sans, sans-serif;}

body{ margin: 0px; height:100%;}
	
.art-main{
  background: #fff;
  margin: 0 auto;
  /*font-family: Open Sans, Verdana, Geneva, Arial, Helvetica, Sans-Serif; */ 
  font-family:  Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  position: relative;
  width: 100%;
  cursor: default;
  overflow: hidden;
  font-size: 12px;
}

.art-sheet{
  margin: 0px auto;
  position: relative;
  cursor: auto;
  max-width: 1140px;
  z-index: auto !important;
}

.art-sheet-inner{
	display: table;
    width: 100%;
    table-layout: fixed;
}

.art-sheet-inner table{
    border-collapse: collapse;
}

.art-main h1 , .art-main h2,.art-main h3 , .art-main h4,.art-main h5 , .art-main h6{
	margin: 0px;
	font-family: Open Sans, Verdana, Geneva, Arial, Helvetica, Sans-Serif; 
	/* font-family:  Verdana, Geneva, Arial, Helvetica, Sans-Serif;*/
	line-height: 100%;
}

.art-main h3 , .art-main h4, .art-main h5 , .art-main h6{
    font-weight: bold;
    font-style: normal;
}

.art-sheet h3 {
    font-size: 18px;
}

.art-sheet h4 {
    color: #252521;
    font-size: 16px;
}

.art-sheet h5 {
    color: #252521;
    font-size: 14px;
}

.art-sheet h6 {
    color: #252521;
    font-size: 12px;
}

.art-sheet a:visited, .art-sheet a.visited {
    /*/*font-family: Open Sans, Verdana, Geneva, Arial, Helvetica, Sans-Serif; */ font-family:  Verdana, Geneva, Arial, Helvetica, Sans-Serif;*/ font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333;
}
.art-sheet a, .art-sheet a:link {
    /*/*font-family: Open Sans, Verdana, Geneva, Arial, Helvetica, Sans-Serif; */ font-family:  Verdana, Geneva, Arial, Helvetica, Sans-Serif;*/ font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333;
}

.art-sheet a:hover , .art-sheet a:hover {
    color: #467da0;
}

.art-sheet, .art-sheet li, .art-sheet table, .art-sheet a, .art-sheet a:link, .art-sheet a:visited, .art-sheet a.visited, .art-sheet a:hover, .art-sheet a.hovered {
    /* font-family: Open Sans,Tahoma, Arial, Helvetica, Sans-Serif; */ font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    line-height: 150%;
}

ul.art-hmenu {
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-align: justify;
}

.art-header
{
	margin: 0 auto;
    position: relative;
    z-index: auto !important;
    background: #2b4e64;
    height: 56px;
}

.art-nav{
    background-position: left;
    margin: 0px auto 0;
    position: fixed;
    z-index: 499;
    width: 100%;
    text-align: right;
    background-color: #2b4e64;
	/* height: 56px; */
	padding-top: 2px;
}


.art-nav-inner{
	max-width: 1140px;
	margin: 0 auto;
}

.cti-hmenu-right{
	float: right;
    padding: 7px 25px 0px 2px;
}

.art-nav-left{
	position: absolute;
	left: 20px;
	z-index: 500;
}

.cti-logo {
    background: url(/images/logos/cti-logo-1-white.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    height: 52px;
    width: 150px;
    display: inline-block;
}

ul.art-hmenu
{
	display: inline-block;
	vertical-align: bottom;
    padding: 10px 0px;
    float: right;
	margin: 0;
}

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover,
ul.art-hmenu .separator, ul.art-hmenu .separator:link, ul.art-hmenu .separator:visited, ul.art-hmenu .separator:hover
{
  outline: none;
  position: relative;
  z-index: 11;
}

ul.art-hmenu ul
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

ul.art-hmenu li
{
  position: relative;
  z-index: 5;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  /* background: #969696; */
}

ul.art-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

ul.art-hmenu:after, ul.art-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

ul.art-hmenu, ul.art-hmenu ul
{
  min-height: 0;
}

ul.art-hmenu>li
{
  margin-left: 0px;
  margin-right: 0px;
}

ul.art-hmenu>li:first-child
{
  margin-left: 0;
}

ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child
{
  margin-right: 0;
}

ul.art-hmenu>li>a, ul.art-hmenu>li>.separator
{
  margin: 0 auto;
  position: relative;
  display: block;
  height: 34px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  line-height: 26px;
  text-align: center;
  padding: 3px 12px;
  box-sizing: border-box;
}

.art-hmenu>li>a, .art-hmenu>li>a:link, .art-hmenu>li>a:visited, .art-hmenu>li>a.active, .art-hmenu>li>a:hover,
.art-hmenu>li>.separator, .art-hmenu>li>.separator.active, .art-hmenu>li>.separator:hover
{
  font-size: 13px;
  /* font-family: Open Sans,'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
  font-family: 'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  /* border-radius: 3%; */
  border: solid 1px rgba(218, 218, 218, 0);
}

ul.art-hmenu>li>a.active,
ul.art-hmenu>li>.separator.active
{
  `color: #fff;	
	background: #37627d;
	padding: 3px 12px;
	margin: 0 auto;
}

ul.art-hmenu>li>.active{
	background: #e7e7e7;
}

ul.art-hmenu>li>a:visited, ul.art-hmenu>li>a:hover, ul.art-hmenu>li:hover>a
{
  text-decoration: none;
}

ul.art-hmenu>li>a:hover,  ul.art-hmenu>li:hover>a,
ul.art-hmenu>li>.separator :hover,  ul.art-hmenu>li:hover>.separator
{
  background: #467da0;
  padding: 3px 12px;
  margin: 0 auto;
  color: #F7F7F7;
  text-decoration: none;
}

ul.art-hmenu>.parent.deeper>a:hover, ul.art-hmenu>.parent.deeper>.separator:hover {
	background: #467da0;
	color: #fff;
}

  ul.art-hmenu>.parent.deeper:hover>.separator{
	 background: #467da0;
}

  ul.art-hmenu>.active>.separator:hover {
   background: #467da0;
	color: #fff;
}

 ul.art-hmenu>.active>a , ul.art-hmenu>.active>.separator{
	background: #37627d;
}

ul.art-hmenu>li:before
{
  position: absolute;
  display: block;
  content: ' ';
  top: 0;
  left: -1px;
  width: 1px;
  height: 26px;
  /* background: url('../images/menuseparator.png') center center no-repeat; */
}

ul.art-hmenu>li:first-child:before
{
  display: none;
}

ul.art-hmenu li li a
{
  background: #f7f7f7;
  padding: 0 8px;
  margin: 0 auto;
}

ul.art-hmenu li li
{
  float: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

 ul.art-hmenu li li ul>li:first-child
{
  margin-top: 0;
}

ul.art-hmenu li li ul>li:last-child
{
  margin-bottom: 0;
}

.art-hmenu ul a,.art-hmenu ul .separator
{
  display: block;
  white-space: nowrap;
  height: 23px;
  min-width: 7em;
  border: 0 solid transparent;
  text-align: left;
  line-height: 23px;
  color: #FFFFFF;
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 0;
}

.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a.active, .art-hmenu ul a:hover,
.art-hmenu ul .separator, .art-hmenu ul .separator.active, .art-hmenu ul .separator:hover
{
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	/* font-family: Opensans, Lato, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
    color: #555;
    line-height: 30px;
    padding: 5px 25px !important;
    border-bottom: 1px solid #dadada;
    height: auto;
}

.scheme-testing-link{
}

.scheme-testing-link:link, .scheme-testing-link:visited
{
	background: #549fcc !important;
    color: #ffffff !important;
    border-bottom: 1px solid #b2e2ff
    /* font-weight: bold !important; */
}

.scheme-testing-link:link:hover, .scheme-testing-link:hover
{
    background: #467da0  !important;
    color: #fff !important;
    border-bottom: 1px solid #a2a2a2 !important;
}

ul.art-hmenu ul li a:hover,  ul.art-hmenu ul li:hover>a,
ul.art-hmenu ul li .separator:hover,  ul.art-hmenu ul li:hover>.separator
{
  background: #e9e9e9;
  margin: 0 auto;
}

.art-hmenu ul a:hover,
.art-hmenu ul .separator:hover
{
  text-decoration: none;
  color: #555;
}

 .art-hmenu ul li:hover>a,
 .art-hmenu ul li:hover>.separator
{
  color: #555;
}

ul.art-hmenu .deeper ul .active {
    background: #e9e9e9;
}

ul.art-hmenu .deeper ul .active a:hover,
ul.art-hmenu .deeper ul .active .separator:hover
{
    background: #d5d5d5;
}

ul.art-hmenu ul:before
{
  background: #EFF2F5;
  margin: 0 auto;
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
}

 ul.art-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

 ul.art-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

ul.art-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

 ul.art-hmenu>li>ul
{
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

 ul.art-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

 ul.art-hmenu li ul>li:first-child
{
  margin-top: 0;
}

 ul.art-hmenu li ul>li:last-child
{
  margin-bottom: 0;
}

 ul.art-hmenu ul ul:before
{
  border-radius: 0;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 10px;
}

 ul.art-hmenu>li>ul:before
{
  top: 10px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}


.art-sidebar1 .hmenu{
	padding: 15px 10px 0px 0px;
    box-sizing: border-box;
    /* max-width: 300px; */
	background: grey;
    margin: 0 0 0 auto;
}

.art-nav .art-menu-btn span {
    background: #E0E0E0;
    border-radius: 2px;
    display: block;
    height: 3px;
    margin: 3px 1px;
    position: relative;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.art-sidebar1{
	margin: 0 auto;
    width: 27% !important;
    padding: 15px;
    box-sizing: border-box;
    border-right: solid 1px #eaeaea;
}

 .art-sidebar1 ul.art-hmenu>.active>a ,
 .art-sidebar1 ul.art-hmenu>.active>.separator
 {
    /* background: #d5d5d5; */
    background: #467da0;
	
}

.art-sidebar1 .art-hmenu{
    width: 100%;
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 0px;
}

.art-sidebar1 ul.art-hmenu>li>a,
.art-sidebar1 ul.art-hmenu>li>.separator
{
    color: #555;
}

.art-sidebar1 ul.art-hmenu li{
	float: none;
}

 .art-sidebar1 ul.art-hmenu li>ul {
    visibility: hidden;
	display: none;
    top: 100%;
}

  .art-sidebar1 ul.art-hmenu li.active>ul {
    display: block !important;
    background-color: #fff;
	visibility: visible;
	position: relative;
}

.art-sidebar1 .art-hmenu .parent {
    width: 100%;
    border-top: 1px solid #dadada;
    /* border-bottom: 1px solid #dadada; */
}

.art-sidebar1 .art-hmenu .deeper a ,
.art-sidebar1 .art-hmenu .deeper .separator 
{
    text-decoration: none;
    background: #fff;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; 
	/* font-family: Opensans, Lato, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
    color: #555;
    /* color: #fff; */
    line-height: 30px;
    padding: 5px 25px;
    height: auto;
    height: 100%;
    width: 100%;
    display: block;
    box-sizing: border-box;
	text-align: left;
}

.art-sidebar1 .art-hmenu .deeper ul a,
.art-sidebar1 .art-hmenu .deeper ul .separator
{
    text-decoration: none;
    background: #fff;
    background: #2b4e64;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; 
	/* font-family: Opensans, Lato, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
    color: #555;
	color: #fff;
    line-height: 30px;
    padding: 5px 25px;
    padding-left: 30px;
    height: auto;
    width: 100%;
    border-bottom: 0px solid #dadada;
	font-weight: normal;
}

.art-sidebar1 .art-hmenu .active a,
.art-sidebar1 .art-hmenu .active .separator
 {
    color: #fff;
}

.art-sidebar1 .art-hmenu .deeper ul a.active,
.art-sidebar1 .art-hmenu .deeper ul .separator.active
{
	background: #e9e9e9;
	background: #37627d;
}

.art-sidebar1 .art-hmenu .deeper ul a.active:hover,
.art-sidebar1 .art-hmenu .deeper ul .separator.active:hover
{
	background: #467da0;
}

  .art-sidebar1 ul.art-hmenu>li>a:hover,   .art-sidebar1 ul.art-hmenu>li:hover>a,
  .art-sidebar1 ul.art-hmenu>li>.separator:hover,   .art-sidebar1 ul.art-hmenu>li:hover>.separator
{
  background: #d5d5d5;
  padding: 5px 25px !important;
  margin: 0 auto;
  color: #F7F7F7;
  text-decoration: none;
}

.art-sidebar1 ul.art-hmenu ul li a:hover,  .art-sidebar1 ul.art-hmenu ul li:hover>a,
.art-sidebar1 ul.art-hmenu ul li .separator:hover,  .art-sidebar1 ul.art-hmenu ul li:hover>.separator
{
	background: #467da0;
	color: #fff;
}

 .art-sidebar1  ul.art-hmenu>.parent>a:hover, 
 .art-sidebar1  ul.art-hmenu>.parent>.separator:hover 
 {
	background: #d5d5d5;
	color: #333;
}

.art-sidebar1 ul.art-hmenu>.parent:hover>a,
.art-sidebar1 ul.art-hmenu>.parent:hover>.separator
  {
	 background: #d5d5d5;
	 color: #333;
}

 .art-sidebar1  ul.art-hmenu>.active>a:hover ,
 .art-sidebar1  ul.art-hmenu>.active>.separator:hover 
 {
	background: #578cae;
	color: #fff;
}

  .art-sidebar1 ul.art-hmenu>.active:hover>a,
  .art-sidebar1 ul.art-hmenu>.active:hover>.separator
  {
	 background: #467da0;
	 color: #fff;
}

.art-sidebar1 .art-hmenu li:hover {
    z-index: 1;
    white-space: normal;
}

.art-sidebar1 ul.art-hmenu>li>ul{
	margin: 0px; padding: 0px;
}


.submenu-btn {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
	z-index: 15;
}

.expand {
    background: url(../images/side-menu/down-bullet.png);
    background-position: center;
    background-repeat: no-repeat;
}

.expand:hover{
    background: url(../images/side-menu/down-bullet.png) rgba(255,255,255,0.3);
	    background-position: center;
    background-repeat: no-repeat;
}

.contract {
    background: url(../images/side-menu/right-bullet.png);
    background-position: center;
    background-repeat: no-repeat;
}

.contract:hover{
    background: url(../images/side-menu/right-bullet.png) rgba(255,255,255,0.3);
	    background-position: center;
    background-repeat: no-repeat;
}

.menu-item-marker{
    width: 30px;
    height: 30px;
    position: absolute;
	top: 5px;
	left: 1px;
	cursor: pointer;
	background: url(../images/side-menu/right-bullet-white.png);
    background-position: center;
    background-repeat: no-repeat;
}

.art-content{
	display: table-cell;
    vertical-align: top;
}

/* Article Content */

.sidebar-content-container-wrapper{
	max-width: 100% !important;
	display: table;
	width: calc(50% + 570px);
	margin: 0 auto 0 0;
}

.sidebar{
	width: auto !important;
	display: table-cell;
	float: none;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	border-right: solid 1px #efefef;
}

.cti-content-container-3-4{
	display: table-cell; 
	float: none;
	width: 1140px;
	vertical-align: top;
	padding-top: 20px;
}

@media(max-width:1600px){
	.cti-content-container-3-4{
		width: 75%;
		display: table-cell; 
	}
}

@media (max-width: 720px){
	.cti-content-container-3-4 {
		width: 100%;
		display: block;
	}
}

@media (max-width: 975px){
	.cti-content-container-3-4{
		width: 100%;
		display: block;
	}
}

.ctiarticlepagecontent-content {
    max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
}	
.ctiarticlepagecontent-section-text {
    float: left;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    padding: 5px 10px 15px 10px;
}

.ctifeatureslider-frame-table-link-wrapper .ctifeatureslider-frame-table-link {
    position: absolute;
    right: 10px;
    font-size: 8pt;
    padding: 10px 10px;
}

.cti-article-content-btn {
    background: rgb(231, 197, 36);
    width: auto;
    padding: 12px 15px;
    font-size: 13px;
    border-radius: 3px;
    /* font-family: Lato, Opensans, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
    font-family:  Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 5px 0px;
    cursor: pointer;
    text-decoration: none !important;
    color: #000 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.article-expanding-btn{
	cursor: pointer;
}

.article-expanding-content{
	overflow: hidden;
	-webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height  0.25s ease-in-out;
    -ms-transition: height  0.25s ease-in-out;
    -o-transition: height  0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
}

.page-header h2{
	margin: 5px 0px 5px 0px;
	font-size: 18pt;
	font-family:  Open Sans, Lato, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	line-height: 100%;
}

.page-header{
	padding: 50px 0px 15px 0px;
}

/* Modal */

.cti-articleprimer-content{
	height: 0px;
	background: #dadada;
	box-sizing: border-box;
}

.modal-image{
	cursor: pointer;
}

/*---MODAL---*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 56px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    height: calc( 100% - 56px); /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.0); /* Black w/ opacity */
}

.modal-bg{
	width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.9); 
	margin-left: auto;
	margin-right: auto;
	top: 50%;
    position: relative;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.modal-bg img{
	width: auto;
    height: auto;
    max-height: calc(100% - 100px);	
    max-width: calc(100% - 60px);	
}

@media(max-width:1000px){
	.modal-bg{
		width: 100%; 
	}
}

/* -- MODAL Content (image) -- */
.modal-content {
    margin: auto !important;
    display: block;
    width: auto;
    max-width: 100%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: auto;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: auto;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
	display: block;
	width: 30px;
	height: 30px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: 10px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* -- MODAL: END -- */

/* CTI Login Visual Override */

#btl{	display: inline-block;	}
.btl-panel{	padding: 3px 10px 3px 0;}

#btl-panel-login{
    font-size: 13px;
    /* /*font-family: Open Sans,'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important; */ font-family: 'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important; */
    font-family: 'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
    font-weight: normal;
    font-style: normal;
    border-radius: 3% !important;
    border: solid 1px rgba(218, 218, 218, 0) !important;
	background-color: rgba(218, 218, 218, 0) !important;
	box-shadow: 1px 1px 1px rgba(0,0,0,0) !important;
	margin: 0 auto  !important;
    position: relative  !important;
    height: 34px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    line-height: 26px !important;
    text-align: center !important;
    padding: 3px 12px !important;
    box-sizing: border-box !important;
}

#btl-panel-login:hover{
	background: #a9a9a9 !important;
    /* background: rgba(60, 60, 60, 0.4); */
    padding: 3px 12px;
    margin: 0 auto;
}

#btl-panel-profile{
    border: solid 1px rgba(218, 218, 218, 0) !important;
	background-color: rgba(169, 169, 169, 1) !important;
	box-shadow: 1px 1px 1px rgba(0,0,0,0) !important;
	font-size: 13px;
    /*font-family: Open Sans,'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important; */ 
	font-family: 'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
	padding: 3px 24px 3px 12px !important;
	height: 34px !important;
	box-sizing: border-box !important;
}

.btl-content-block{
	 background-color: rgba(255, 255, 255, 1) !important;
	 border: solid 0px rgba(218, 218, 218, 0) !important;
	 box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4) !important;
	margin-top: 2px !important;
	/*font-family: Open Sans,'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important; */ 
	font-family: 'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
}

.btl-content-block h3{
	background: #2b4e64 !important;
	/*font-family: Open Sans,'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important; */ 
	font-family: 'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
	color: #fff !important;
}

.btl-formlogin .btl-buttonsubmit{
	width: 120px;
	margin: 0 auto !important;
}

.btl-buttonsubmit, div.btl-buttonsubmit{
	margin: 0px !important;
    padding: 0px !important;
}

.btl-buttonsubmit{
    font-size: 13px;
    /*font-family: Open Sans,'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important; */ font-family: 'Verdana Ref', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
    font-weight: normal;
    font-style: normal;
    border-radius: 3% !important;
    border: solid 1px rgba(218, 218, 218, 0) !important;
	background-color: rgba(169, 169, 169, 1) !important;
	box-shadow: 1px 1px 1px rgba(0,0,0,0) !important;
	text-shadow: 0px 0px rgba(0,0,0,0) !important;
	margin: 0 auto  !important;
    position: relative  !important;
    height: 34px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    line-height: 26px !important;
    text-align: center !important;
    padding: 3px 12px !important;
    box-sizing: border-box !important;
	outline: none;
}

.btl-buttonsubmit:hover{
	background-color: rgba(190,190,190, 1) !important;
}

.btl-buttonsubmit:hover input{
	background-color: rgba(190,190,190, 1) !important;
}

#bt_ul{
	margin-top: 8px !important;
}

#btl .btl-panel > span{
	margin: 0 auto  !important;
}

/* END: CTI Login Visual Override*/


/* Pre-Responsive */

@media(max-width:1100px){
	ul.art-hmenu{
		width: 350px;
	}
	.art-header{
		height: 90px;
	}
	
	.art-nav{
		height: 90px;
	}
}

/* Responsive  */

#art-resp {
   display: none;
}

@media all and (max-width: 953px)
{
    #art-resp, #art-resp-t { display: block; }
    #art-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #art-resp, #art-resp-m { display: block; }
    #art-resp-t { display: none; }
}

#art-resp-desktop {
   display: none;
}
#art-resp-tablet-landscape {
   display: none;
}
#art-resp-tablet-portrait {
   display: none;
}
#art-resp-phone-landscape {
   display: none;
}
#art-resp-phone-portrait {
   display: none;
}

@media (min-width: 1200px)
{
    #art-resp-desktop { display: block; }
}

@media (min-width: 980px) and (max-width: 1199px)
{
    #art-resp-tablet-landscape { display: block; }
}

@media (min-width: 768px) and (max-width: 979px)
{
    #art-resp-tablet-portrait { display: block; }
}

@media (min-width: 480px) and (max-width: 767px)
{
    #art-resp-phone-landscape { display: block; }
}

@media (max-width: 479px)
{
    #art-resp-phone-portrait { display: block; }
}

.default-responsive .art-header * {
    position: relative;
    text-align: center;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.responsive ul.art-hmenu{
	width: 350px;
	}
	
.responsive nav.art-nav, .responsive .art-nav-inner {
    width: auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 0;
    text-align: center !important;
	height: auto;
}

.responsive .art-header {
    width: auto !important;
    max-width: none !important;
    min-height: 100px !important;
    min-width: 0 !important;
    text-align: center;
    padding-bottom: 10px;
	height: auto;
}

.responsive .art-nav ul.art-hmenu ul {
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: none !important;
    position: relative !important;
    visibility: visible !important;
}

.responsive .art-nav ul.art-hmenu li.active>ul {
    display: block !important;
	background-color: #fff;
}

.responsive .cti-hmenu-right {
    padding: 0px 25px 0px 10px;
    text-align: left;
}

.responsive .art-nav ul.art-hmenu {
    float: none;
    text-align: center;
    display: none;
    padding: 15px;
	box-sizing: border-box;
}

.responsive ul.art-hmenu{
	width: 95%;
	margin: 0 auto;
	float: none;
}

.responsive .art-nav ul.art-hmenu li, .responsive .art-hmenu-extra1, .responsive .art-hmenu-extra2 {
    float: none;
}

.responsive .art-nav .art-menu-btn {
    display: block;
    margin: 5px auto;
	margin-top: 50px;
}

.art-nav .art-menu-btn {
    border: 1px solid #404040;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    display: none;
    -svg-background: linear-gradient(to bottom, #707070 0, #000 100%);
    background: -ms-linear-gradient(top, #707070 0, #000 100%);
    background: -moz-linear-gradient(top, #707070 0, #000 100%);
    background: -o-linear-gradient(top, #707070 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
    background: -webkit-linear-gradient(top, #707070 0, #000 100%);
    background: linear-gradient(to bottom, #707070 0, #000 100%);
    margin: 3px;
    outline: none;
    padding: 5px;
    position: relative;
    vertical-align: bottom;
    width: 20px;
}
	
.responsive .art-nav .art-hmenu.visible {
    display: block;
}

.responsive .art-nav ul.art-hmenu>li:first-child>a {
    margin-top: 0 !important;
}

.responsive .art-nav ul.art-hmenu a,
.responsive .art-nav ul.art-hmenu .separator
 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    height: auto;
    white-space: normal;
	background: #37627d;
	line-height: 30px;
	}

.responsive .art-nav ul.art-hmenu .active{
    background: #467da0;
	color: #fff;
}

.responsive ul.art-hmenu>li>a:hover, .responsive  ul.art-hmenu>li:hover>a, 
.responsive ul.art-hmenu>li>.separator:hover, .responsive  ul.art-hmenu>li:hover>.separator
{
    background: #467da0;
    padding: 3px 12px;
    margin: 0 auto;
}	

.responsive .art-nav-left {
    position: relative;
	float: left;
}

.responsive .cti-hmenu-right{
	float: none;
    padding: 7px 10px 0px 2px;
	text-align: right;
}

.responsive #btl-panel-login {
   background: #37627d !important;
}

.responsive #btl-panel-login:hover {
    background: #a9a9a9 !important;
}

.responsive .art-hmenu ul a:link, .responsive .art-hmenu ul a:visited, .responsive .art-hmenu ul a.active,.responsive .art-hmenu ul a:hover ,
.responsive .art-hmenu .parent ul span.separator, .responsive .art-hmenu ul .separator:visited, .responsive .art-hmenu ul .separator.active,.responsive .art-hmenu ul .separator:hover 
{
    background: #fff;
    margin: 0 auto;
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; 
	/* font-family: Opensans, Lato, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
    color: #525252;
    line-height: 30px;
    padding: 3px 12px;
    border-bottom: 1px solid #dadada;
    height: auto;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	text-align: center !important;
}

.responsive .art-sidebar1 ul.art-hmenu>.active>a, .responsive .art-sidebar1 ul.art-hmenu>.active>.separator, .responsive .art-sidebar1 .separator{
	text-align: center;
}

ul.art-hmenu>li ul{
	padding: 0px;
	margin: 0px;
}

.responsive .art-hmenu ul a:hover, .responsive .art-hmenu ul a.active,
.responsive .art-hmenu ul .separator:hover, .responsive .art-hmenu ul .separator.active
{
	background: #e9e9e9;
}

.responsive .art-hmenu .active a.active,
.responsive .art-hmenu .active .separator.active
 {
   background: #e9e9e9;
   color: #555;
}

.responsive .art-sidebar1 .art-hmenu .active a.active,
.responsive .art-sidebar1 .art-hmenu .active .separator.active
{
	color: #fff;
}

.responsive .art-nav ul.art-hmenu .deeper.active> a ,
.responsive .art-nav ul.art-hmenu .deeper.active> .separator 
{
    background: #437798;
	color: #fff;
}

.responsive .art-nav ul.art-hmenu .deeper.active> a:hover,
.responsive .art-nav ul.art-hmenu .deeper.active> .separator:hover
 {
    background: #4d87ac;
}

.responsive  .art-content{
   width: 100% !important;
   display: block !important;
}

.responsive  .art-sidebar1
{
   width: 100% !important;
   display: block !important;
   border: none;
}

 .responsive .art-sidebar1 ul.art-hmenu li.active>ul {
    display: block !important;
    background-color: #fff;
	visibility: visible;
	position: relative;
}

.responsive .art-sidebar1 .art-hmenu .deeper ul a,
.responsive .art-sidebar1 .art-hmenu .deeper ul .separator
{
    text-decoration: none;
    background: #fff;
    background: #2b4e64;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	/* font-family: Opensans, Lato, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
    color: #555;
    color: #fff;
    line-height: 30px;
    padding: 5px 25px;
    padding-left: 30px;
    height: auto;
    width: 100%;
    border-bottom: 0px solid #dadada;
    font-weight: normal;
}

.responsive .art-sidebar1 ul.art-hmenu ul li a:hover, .responsive  .art-sidebar1 ul.art-hmenu ul li:hover>a, 
.responsive .art-sidebar1 ul.art-hmenu ul li .separator:hover, .responsive  .art-sidebar1 ul.art-hmenu ul li:hover>.separator 
{
    background: #467da0;
    color: #fff;
}

.responsive .art-sidebar1 .art-hmenu .deeper ul a.active, 
.responsive .art-sidebar1 .art-hmenu .deeper ul .separator.active 
{
    background: #37627d;
}

.responsive .art-sidebar1 .art-hmenu .deeper ul a.active:hover,
.responsive .art-sidebar1 .art-hmenu .deeper ul .separator.active:hover
{
    background: #467da0;
	color: #fff;
}

.responsive .art-sidebar1 ul.art-hmenu>li>a.active ,
.responsive .art-sidebar1 ul.art-hmenu>li>.separator.active 
{
    background: #467da0;
    margin: 0 auto;
}

.responsive .ctiarticlepagecontent-section-text {
	width: 100% !important;
}



