@charset "utf-8";

/* CSS Document */



/* Hyperlinks */

header a {
  font-size: 13px;
  color: #555555;
  text-decoration: none;
  outline: none;
}

header a:hover,
header a:active,
header a:focus {
  color: #DB3D44;
  text-decoration: none;
}

main a {
  color: #4A8DBB;
  text-decoration: none;
}

main a:hover,
main a:active {
  color: #3399CC;
  text-decoration: underline;
}

main a:focus {
  text-decoration: none;
}

footer a {
  font-size: 13px;
  color: #777777;
  text-decoration: none;
  outline: none;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: #DB3D44;
  text-decoration: none;
}

.fa-left {
  margin-left: 5px;
}

.fa-right {
  margin-right: 5px;
}


.more:before {
    content: "\f0fe";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4A8DBB;
}

.less:before {
    content: "\f146";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4A8DBB;
}


.go-left:before {
    content: "\f053";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4A8DBB;
}


.go-right:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 5px;
    color: #4A8DBB;
}



a .fa-chevron-left, a.fa-chevron-right {
   cursor: pointer;
}






.custom-popover {
  display: none;
}


.visible-ie {
	display: none;
}



a.btn {display: inline;}

input[type=search]::-ms-clear,
input[type=text]::-ms-clear,
input[type=email]::-ms-clear {
    display: none;
}

input[type=search]::-ms-reveal,
input[type=text]::-ms-reveal,
input[type=email]::-ms-reveal {
  display: none;
}




::selection {
	color: #FFFFFF;
	color: rgba(255,255,255,0.90);
	background: #EE5E64;
}
::-moz-selection{
	color: #FFFFFF;
	color: rgba(255,255,255,0.90);
	background: #EE5E64;
}
::-webkit-selection{
	color: #FFFFFF;
	color: rgba(255,255,255,0.90);
	background: #EE5E64;
}



/* Display Toggle */

.file,
.product-issue,
.spam,
.url,
#suggested,
.suggested,
.high,
.critical,
.call {
  display: none;
}

.dropdown-open {
  display: none;
}

.display-item ul li,
.display-item .show-less {
  display: none;
}

.display-item ul li,
.display-item .section-footer .show-less {
  display: none;
}

.display-item .section-footer .show-more {
  margin-right: 20px;
}

.display-item ul.video-list li {
  height: 100px;
}


/********** Menu Button **********/


/********** Header **********/


/* Trend Micro Logo */

.tm-logo {
  margin: 12.5px 0;
}

.tm-logo img {
  height: 40px;
  float: left;
  padding-right: 10px;
  border-right: 1px dotted #666666;
}

.tm-product {
  font: 20px/20px "Interstate-Regular";
  letter-spacing: -0.02em;
  color: #222222;
  display: inline-block;
  padding: 10px;
}

.tm-product br {
	display: none;
}


/* User Profile */

header .user-profile {
  max-height: 50px;
}

.user-profile > a {
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block !important;
}

.user-photo {
  float: left;
}

.user-photo img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.user-initials {
  float: left;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 15px;
  line-height: 36px;
  border: 2px solid #2E93CE;
  background-color: #30A0E1;
  box-sizing: border-box;
}

.user-details {
  float: left;
  line-height: 15px;
  color: #222222;
  margin-left: 10px;
  padding: 5px 0 0;
}

.user-name {
  font: 15px/15px "Arial";
}

.user-details .subline {
  line-height: 20px;
}

#other-links {
  width: 300px;
}

.other-links {
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 30px;
}

.other-links .dropdown-open {
  color: #DB3D44;
}

.sub-menu {
  list-style-type: none;
  padding: 0;
}

.sub-menu li a {
  font-size: 12px;
  padding: 5px 10px;
  display: block;
  white-space: nowrap;
  color: #4A8DBB;
}

.sub-menu li a:hover,
.sub-menu li a:focus {
  color: #3399CC;
  text-decoration: underline;
}

.sub-menu li:nth-last-child(-n+3) a {
  padding: 0 10px;
  margin: 5px 0;
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  float: left;
  white-space: nowrap;
}

.sub-menu li:last-child a {
  border: none;
}


/* Slider Navigation */

#mobile-slider {
  background: url(../images/mobile-nav.svg) no-repeat center center;
  border-left: 1px solid #E1E1E1;
  cursor: pointer;
}

#mobile-search {
  background: url(../images/search-button.svg) no-repeat center center;
  cursor: pointer;
}

#mobile-slider,
#mobile-search {
  height: 65px;
  width: 65px;
  border-left: 1px solid #E1E1E1;
}


/* Global Search */

.mobile-search {
  display: none;
}

#global-search {
  background: url(../images/background.jpg) center center;
  background-size: cover;
  padding: 25px 0;
  margin: 0;
  background-color: #F0F0F0;
  border-bottom: 1px solid #CCCCCC;
}


#global-search .clear {
	position: absolute;
    right: 0;
    padding: 0 20px;
    font-size: 15px;
    height: 50px;
}



#global-search .form-control {
  height: 50px;
  padding-right: 50px;
}

#global-search .input-group-btn .btn {
  min-width: 80px;
  height: 50px;
  font-size: 15px;
}

#global-search .bootstrap-select .btn {
  font-size: 12px;
  padding-right: 30px;
  border-radius: 0;
  background: #EEEEEE;
  color: #666666;
  border-color: #ccc;
  border-width: 5px;
  margin-left: -1px;
  box-shadow: none;
}

#global-search .bootstrap-select .btn:hover, #global-search .bootstrap-select.open .btn {
  border-color: #bbb;
}

#global-search .input-group .form-control {
  height: 50px;
}

#global-search .bootstrap-select .dropdown-menu {
  width: 270px;
}

#global-search .bootstrap-select .dropdown-menu {
  margin-top: -1px;
}

#global-search .bootstrap-select .dropdown-menu > .dropdown-menu-inner > li > a {
  white-space: normal;
  overflow: hidden;
  text-overflow: inherit;
}

#global-search .bootstrap-select .dropdown-menu > .dropdown-menu-inner > li > a > span.glyphicon {
  display: none;
}

#global-search .dropup, .dropdown {
    position: relative; 
}

#global-search .dropdown-toggle:focus {
    outline: 0; 
}

#global-search .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    max-width: 270px;
    max-height: 372px;
    padding: 6px;
    margin: 0;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    background-clip: padding-box; 
}

#global-search .dropdown-menu.pull-right {
    right: 0;
    left: auto; 
}

#global-search .dropdown-menu .divider {
    height: 1px;
    margin: 6px -6px;
    overflow: hidden;
    background-color: #DDDDDD; 
}

#global-search .dropdown-menu > .dropdown-menu-inner {
    padding: 0;
    padding-left: 6px;
    margin: 0;
    margin-left: -6px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px; 
}

#global-search .dropdown-menu > .dropdown-menu-inner > li > a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

#global-search .dropdown-menu > .dropdown-menu-inner > li > a:hover,
#global-search .dropdown-menu > .dropdown-menu-inner > li > a:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #EE5E64; 
}

#global-search .dropdown-menu > .dropdown-menu-inner > .active > a,
#global-search .dropdown-menu > .dropdown-menu-inner > .active > a:hover,
#global-search .dropdown-menu > .dropdown-menu-inner > .active > a:focus,
#global-search .dropdown-menu > .dropdown-menu-inner > .selected > a,
#global-search .dropdown-menu > .dropdown-menu-inner > .selected > a:hover,
#global-search .dropdown-menu > .dropdown-menu-inner > .selected > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    background-color: #DB3D44; 
}

#global-search .dropdown-menu > .dropdown-menu-inner > .disabled > a,
#global-search .dropdown-menu > .dropdown-menu-inner > .disabled > a:hover,
#global-search .dropdown-menu > .dropdown-menu-inner > .disabled > a:focus {
    color: #AAAAAA; 
}

#global-search .dropdown-menu > .dropdown-menu-inner > .disabled > a:hover,
#global-search .dropdown-menu > .dropdown-menu-inner > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; 
}

#global-search .open > .dropdown-menu {
    display: block; 
}

#global-search .open > a {
    outline: 0; 
}

#global-search .dropdown-menu-right {
    left: auto;
    right: 0; 
}

#global-search .dropdown-menu-right:before {
    right: 15px; 
}

#global-search .dropdown-menu-right:after {
    right: 16px; 
}

#global-search .dropdown-menu-left {
    left: 0;
    right: auto; 
}

#global-search .dropdown-menu-left:before {
    left: 15px; 
}

#global-search .dropdown-menu-left:after {
    left: 16px; 
}

#global-search .dropdown-header {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.429;
    color: #a6a6a6;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase; 
}

#global-search .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; 
}

#global-search .pull-right > .dropdown-menu {
    right: 0;
    left: auto; 
}

#global-search .dropup .caret,
#global-search .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; 
}

#global-search .dropup .dropdown-menu,
#global-search .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%; 
}

#global-search .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.15); 
}

#global-search .dropdown .dropdown-menu:before {
    position: absolute;
    top: -11px;
    display: inline-block;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #BBBBBB;
    border-left: 11px solid transparent;
    border-bottom-color: #BBBBBB;
    content: '';
    z-index: 1; 
}

#global-search .dropdown .dropdown-menu:after {
    position: absolute;
    top: -9px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    content: '';
    z-index: 2; 
}

#global-search .dropup .dropdown-menu {
    -webkit-box-shadow: 0 -5px 11px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -5px 11px rgba(0, 0, 0, 0.15); 
}

#global-search .dropup .dropdown-menu:before {
    position: absolute;
    bottom: -11px;
    display: inline-block;
    border-right: 11px solid transparent;
    border-top: 11px solid #BBBBBB;
    border-left: 11px solid transparent;
    border-bottom-color: #BBBBBB;
    content: '';
    z-index: 1; 
}

#global-search .dropup .dropdown-menu:after {
    position: absolute;
    bottom: -9px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    content: '';
    z-index: 2; 
}


.header-banner {
  background: url(../images/background.jpg) center center;
  background-size: cover;
  color: #222222;
  padding: 20px 0;
  min-height: 100px;
  background-color: #F0F0F0;
  border-bottom: 1px solid #CCCCCC;
}


/********** Sticky Map **********/

#portal-links .list {
  margin-bottom: 20px;
}

#portal-links .list li .list {
  margin-bottom: 0;
}

#portal-links {
  border-bottom: 1px solid #ddd;
  border-right: 0;
}

/*Small Screen*/
@media (min-width: 992px) {
  #portal-links {
    border-bottom: 0;
    border-right: 1px solid #ddd;
  }
}


#more-links {
  padding: 0 15px;
  padding-top: 30px;
}

/*Small Screen*/
@media (min-width: 992px) {
  #more-links {
    padding: 30px 45px;
  }
}



/********** Sticky Footer **********/

html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0;
	margin-bottom: 182px;
}
main.container {
	padding-bottom: 100px;
  position: relative;
}

#support-resources {
	position: absolute;
	bottom: 102px;
	width: 100%;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
}

@media (max-width: 991px) {

	body {
		 margin-bottom: 263px;
	}
	main.container {
		padding-bottom: 40px;
	}

}

@media (max-width: 800px) {

	body {
		 margin-bottom: 303px;
	}

}

@media (max-width: 768px) {

	body {
		 margin-bottom: 416px;
	}
	#support-resources {
		 bottom: 215px;
	}
	footer {
		 height: 215px;
	}

}



/********** Navigation **********/


/* Horizontal Navigation */

/*.main-navigation {
  background-color: #F0F0F0;
  border-bottom: 1px solid #CCCCCC;
}
*/

.main-navigation .dropdown-menu li.cta a {
  font-weight: 600;
  color: #188BC5;
  text-transform: uppercase;
}

.main-navigation .dropdown-menu li.cta a:hover {
  color: #FFFFFF;
}


/* Animation */

.main-navigation ul li a {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}


/* Navigation - Search Box */

.navbar-search {
  margin: 8px 0;
  padding-left: 50px;
}

.navbar-search .form-control {
	padding-right: 34px;

}

.clear {
    position: absolute;
    z-index: 2;
    right: 60px;
    padding: 0 15px;
    min-width: inherit;
	color: #bbb;
}

/* Vertical Navigation */

.sub-navigation {
  font-size: 13px;
  margin-bottom: 40px;
  box-shadow: inset -200px 0px 10px -200px rgba(0, 0, 0, 0.1);
}

.sub-navigation > ul > li > a > .badge {
	background-color: #5cb85c;
}


/* Mobile Navigation */

.mobile-nav {
  background-color: #DB3D44;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
}

.mobile-nav a {
  text-decoration: none;
}

.mobile-nav-title {
  padding: 15px;
  color: #FFFFFF;
  font-size: 15px;
}

.mobile-nav-menu {
  background-color: #F0F0F0;
  display: none;
  border-bottom: 1px solid #E1E1E1;
}

.mobile-nav-menu ul {
  padding: 8px 0;
  font-size: 13px;
}

.mobile-nav-menu ul li a {
  color: #444444;
  padding: 10px 25px;
  display: block;
}

.mobile-nav-menu ul li:hover {
  background-color: #EE5E64;
}

.mobile-nav-menu ul li:hover a {
  color: #FFFFFF;
}


/* Mobile Slider */

.slider {
  position: fixed;
  height: 100%;
  bottom: 0;
  top: 0;
  width: 250px;
  background-color: #FFFFFF;
  z-index: 1000;
  border-left: 1px solid #E1E1E1;
  display: none;
  overflow-y: overlay;
  overflow-x: hidden;
}

.slider .close {
    position: absolute;
    top: 10px;
    left: 0;
    min-width: 0;
    padding: 0 20px;
    font-size: 20px;
    line-height: 20px;}

.slider .user-profile {
  float: none;
  display: block;
  padding: 20px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #DDDDDD;
  color: #777777;
  text-align: center;
}

.slider .user-badge {
  float: none;
  height: 60px;
  width: 60px;
  display: inline-block;
  behavior: url(PIE.htc)
}

.slider .user-photo img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.slider .user-initials {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 17px;
  line-height: 56px;
  border: 2px solid #2E93CE;
  background-color: #30A0E1;
  box-sizing: border-box;
}

.slider .user-details {
  float: none;
  line-height: 13px;
  padding-top: 10px;
  margin: 0;
}

.slider .user-name {
  color: #222222;
  font: 15px/18px "Arial";
}

.slider .sign-in {
  color: #222222;
  padding: 0;
}

.slider .my-account {
  width: 100%;
  display: inline-block;
  padding: 10px 25px;
  border-bottom: 1px solid #DDDDDD;
  text-align: right;
  background-color: #EEEEEE;
  cursor: pointer;
}

.slider .my-account:hover a {
  color: #ee5e64;
  text-decoration: none;
}

.slider .user-menu {
  display: none;
  border-bottom: 1px solid #E1E1E1;
  background-color: #F8F8F8;
  height: calc(100vh - 190px);
  position: relative;
}

.slider .account-list {
	box-shadow: none;
}

.slider .account-list input {
	padding: 15px 20px;
	padding-left: 23px;
}

.slider .user-menu ul li:last-child a {
  padding: 5px 25px;
}

.slider .user-menu ul li:last-child:hover {
  background-color: transparent;
}

.slider .user-menu ul li:last-child:hover a {
  color: #EE5E64;
}

.slider nav ul {
  margin: 16px 0 !important;
}

.slider nav #user-menu {
  padding: 16px 0 !important;
}

.slider nav ul li {
  margin: 0 8px
}

.slider nav ul li a {
  padding: 10px 25px;
  color: #444444;
  text-decoration: none;
  display: block;
}

.slider nav ul li:hover {
  background-color: #EE5E64;
}

.slider nav ul li:hover a {
  color: #FFFFFF;
}

.slider nav ul .subheader {
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .6;
}

.slider nav ul .subheader:hover {
  background-color: transparent;
}

.slider nav ul .divider {
  height: 1px;
  margin: 16px 0;
  padding: 0;
  overflow: hidden;
  background-color: #DDDDDD;
}

.slider nav ul .divider:hover {
  background-color: #DDDDDD;
}

.slider .slider-menu #business-support li:nth-last-child(-n+6) a {
  font-size: 12px;
  padding: 5px 25px;
}

.slider .slider-menu #business-support li:nth-last-child(-n+6):hover {
  background-color: transparent;
}

.slider .slider-menu #business-support li:nth-last-child(-n+6):hover a {
  color: #EE5E64;
}

.slider::-webkit-scrollbar {
  display: none;
}

.overlay {
  background: rgba(0, 0, 0, .75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}


/********** Components **********/


/* Aside - Panel */

aside .panel {
  background-color: #fafafa;
}

aside .table > tbody > tr > td {
  border-width: 1px 0;
  padding: 20px;
  vertical-align: top !important;
  white-space: normal !important;
}

aside .open i {
  color: #00A94F;
}


/* Section */

.section {
  margin-bottom: 20px;
}

.section.panel-body {
	margin: 0;
}

.section-heading {
  font: 25px/30px "Interstate-Light";
  letter-spacing: -0.02em;
  color: #444444;
}

.section-title {
  font: 20px/25px "Interstate-Light";
  letter-spacing: -0.02em;
  color: #444444;
  margin: 10px 0;
}

.section-title-bordered {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}

.section-title a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.section-title a:hover {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.section-subtitle {
  font: 15px/18px "Arial";
  padding-top: 10px;
  color: #666666;
}

.section-body {
	padding: 10px 0;
}

.section.panel-body .section-body {
	padding: 0;
}

.section.panel-body:has(.table){
	margin: 0;
}

/*.panel-body:has( > table) {
	padding: 0;
}
*/

.section li:last-child {
  border-bottom: none;
}

.section-footer {
  padding-top: 10px;
  font-weight: 600;
}


/* Section Box */

.section-box {
  border-top: 5px solid #DDDDDD;
  margin-bottom: 20px;
}

.section-box ul li:last-child {
  margin: 10px 0;
}

/*.section-box ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
*/
.section-box .subline,
.section-box .subline a {
  font: 12px/20px "Arial";
  text-transform: none;
}

.section-box .section-footer {
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
}


/********** ERROR VALIDATION **********/


/* General Error */

.error-message {
  position: relative;
  padding: 10px 20px;
  font: 13px/1.3em "Arial";
  color: #D71920;
  background-color: #FFD1D0;
}

.error-message ul {
  padding: 0 !important;
  padding-left: 30px !important;
  position: relative;
  list-style-type: none;
}

.error-message ul li:before {
  content: "\f071";
  font-family: FontAwesome;
  position: absolute;
  font-size: 18px;
  left: 0;
  color: #D71920;
}


/* General Error */
.success-message {
  position: relative;
  padding: 10px 20px;
  font: 13px/1.3em "Arial";
  color: #3c763d;
  background-color: #dff0d8;
}

.success-message ul {
  padding: 0 !important;
  padding-left: 30px !important;
  position: relative;
  list-style-type: none;
}

.success-message  ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  font-size: 18px;
  left: 0;
  color: #3c763d;
}
/* Form Error */

.error {
  position: relative;
  padding: 8px 15px;
  font: 13px/1.3em "Arial";
  color: #D71920;
  background-color: #FFD1D0;
  z-index: 10;
}

.error-content {
  padding-left: 30px;
  position: relative;
}

.error-content ul {
  padding: 0 !important;
  position: relative;
  list-style-type: none;
}

.error-content:before {
  content: "\f071";
  font-family: FontAwesome;
  position: absolute;
  font-size: 18px;
  left: 0;
  color: #D71920;
}

.error > .arrow,
.error > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.error > .arrow {
  border-width: 11px;
}

.error > .arrow:after {
  content: "";
  border-width: 10px;
}

.error > .arrow {
  top: -11px;
  left: 10px;
  border-top-width: 0;
  border-bottom-color: #FFD1D0;
}

.error > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
}

.form-group.has-error .error-label {
  display: block;
}

.custom-search {
  margin: 15px 0;
  display: inline-table;
  width: 100%;
}

.custom-search .form-control:focus {
  border-color: #D71920;
}

.well {
  background-color: #F5F5F5;
  border: none;
  border-top: 2px solid #E44E56;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 2px 2px #CCCCCC;
  padding: 15px;
}

.well-title {
  font-weight: 600;
}

.fancybox {
  font-size: 13px;
  color: #555555;
}

.fancybox-header {
  padding: 25px 15px;
}

.fancybox-title {
  font: 25px/28px "Interstate-ExtraLight";
  letter-spacing: -0.02em;
  color: #222222;
  margin: 0;
}

.fancybox-body {
  position: relative;
  padding: 0 15px;
}

.fancybox-footer {
  padding: 50px 30px 20px;
  text-align: right;
}

.fancybox-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}


/********** LIST STYLE **********/


/* Accordion List */

.accordion-list {
  padding: 0;
  list-style-type: none;
}

.accordion-list > li {
  display: table;
}

.accordion-list > li .accordion-btn {
  display: table-cell;
  padding: 10px 0 10px 10px;
  cursor: pointer;
  margin: 0;
}

.accordion-list > li .accordion-btn:hover {
  text-decoration: underline;
}

.accordion-list > li:before {
  content: "\f0fe";
  font-family: FontAwesome;
  font-size: inherit;
  color: #4A8DBB;
}

.accordion-list > li[aria-expanded=true] .accordion-btn {
  font-weight: 600;
}

.accordion-list > li[aria-expanded=true]:before {
  content: "\f146";
  color: #555555;
}

.accordion-content {
  margin-left: 20px;
}

.accordion-content > ul {
  padding: 0 0 0 20px;
  margin-bottom: 50px;
  border-left: 5px solid #DDDDDD;
}

.accordion-content > .bullet-list,
.accordion-content > ol {
  padding: 0 0 0 40px;
  margin-bottom: 50px;
  border-left: 5px solid #DDDDDD;
}

.accordion-content > ul li,
.accordion-content > ol li {
  border: none;
}

.accordion-content > ul li ol li {
  padding: 5px;
}

.accordion-content > li {
  padding: 10px 5px;
}


/* Article List */

.account-list {
	padding: 0;
	list-style-type: none;

-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);

margin-bottom: 100px;


}

.account-list li {
	border-bottom: 1px solid #DDDDDD;
}

.account-list li:last-child {
	border-bottom: none;
}

.account-list li input {
	margin: 0;
	padding: 20px;
	padding-left: 23px;
	width: 100%;
	text-align: left;
	font-size: 15px;
	border: none;
	background-color: #FFFFFF;
	outline: none;
}

.account-list li span {
    position: relative;
}

.account-list li span:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 0;
    pointer-events: none;
}

.account-list li input:active,
.account-list li input:focus {
	border-left: 3px solid #DB3D44;
	padding-left: 20px;
}


































/* Article List */

.article-list {
  padding: 10px 0;
  list-style: none;
}

.article-list > li {
  padding: 10px 5px;
  border-bottom: 1px solid #DDDDDD;
}

.article-list > span > li {
  padding: 10px 5px;
  border-bottom: 1px solid #DDDDDD;
}


/* Bullet List */

.bullet-list {
  padding: 10px 0 10px 20px;
  list-style-type: disc;
}

@media (max-width: 991px) {
	.bullet-list + .bullet-list {
		padding-top: 0px;
		margin-top: -10px;
	}
}

.bullet-list > li {
  padding: 5px;
}


/* Condense List */

.condense-list {
  padding: 0;
  padding-left: 20px;
}

.condense-list li {
  padding: 0 5px !important;
  margin: 5px 0 !important;
}


/* Default List */

.default-list {
  padding: 10px 0;
}

.default-list > li {
  padding: 5px 0;
  list-style-type: none;
}


/* Definition List */

.definition-list {
  padding: 10px 0;
  margin: 0;
}

.definition-list dt {
  padding-top: 5px;
}

.definition-list dd {
  padding-bottom: 5px;
}


/* Detail List */

.detail-list {
  padding: 10px 0;
}

.detail-list > li {
  padding: 5px 0;
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-list > li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  margin-right: 10px;
}

.detail-list > .name {
  font-size: 20px;
}

.detail-list > .email:before {
  content: "\f003";
}

.detail-list > .work:before {
  content: "\f0f7";
}

.detail-list > .time:before {
  content: "\f017";
}

.detail-list > .country:before {
  content: "\f0ac";
}

.detail-list > .wphone:before {
  content: "\f095";
}

.detail-list > .mphone:before {
  content: "\f10b";
  font-size: 20px;
  margin-right: 12px;
}

/*.detail-list > .hphone:before {
  font-family: 'Glyphicons Halflings';
  content: "\e183";
  margin-right: 7px;
}*/

.detail-list > .hotline:before {
  font-family: 'Glyphicons Halflings';
  content: "\e183";
  margin-right: 7px;
}

.detail-list > .phone:before {
  content: "\f095";
}



/* Icon List */

.icon-list {
  padding: 10px 0;
  list-style: none;
}

.icon-list > li {
  margin: 10px 0 20px;
  padding-left: 30px;
}


/* Link List */

.link-list {
  padding: 10px 0;
  list-style-type: none;
}

.link-list > li > a {
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  color: #444444;
  text-decoration: none;
}

.link-list > li > a:hover {
  background-color: #EE5E64;
  color: #FFFFFF;
}


/* Numbered List */

.numbered-list {
  padding: 10px 0 10px 20px;
}

.numbered-list > li {
  padding: 10px 5px;
  border-bottom: 1px solid #DDDDDD;
}


/* Numbered List - Custom */

.custom-numbered-list {
  counter-reset: li;
  margin-left: 25px;
  padding: 10px 0;
}

.custom-numbered-list > li {
  position: relative;
  list-style: none;
  padding: 10px 5px;
  border-bottom: 1px solid #DDDDDD;
}

.custom-numbered-list > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 15px;
  left: -25px;
  box-sizing: border-box;
  color: #999;
  font-size: 30px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}


/* Message List */

.message-list {
  padding: 10px 0;
}

.message-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
  list-style-type: none;
}

.message-icon img {
  float: left;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
}

.message-list > li .subline {
  text-transform: none;
}

.message-list > li:last-child {
  border-bottom: none;
}


/* Video List */

.video-list {
  padding: 10px 0;
  list-style: none;
}

.video-list > li {
  padding: 5px 0px;
  display: inline-block;
  width: 100%;
}

.video-thumbnail {
  position: relative;
  float: left;
}

.video-info {
  background-color: #999999;
  color: #FFFFFF;
  padding: 5px;
  font: 11px/11px "Arial";
  display: table;
  margin-top: 5px;
}

.video-thumbnail img {
  width: 100px;
}

.video-title {
  display: block;
  padding-left: 115px;
}


/********** Text Styles **********/

.subline {
  color: #666666;
  font: 11px/13px "Arial";
  letter-spacing: 0em;
  text-transform: uppercase;
}


/********** Custom Panel **********/

.panel > div > .list-group,
.panel > div > form > .list-group {
  margin-bottom: 0;
}

.panel > div > .list-group .list-group-item,
.panel > div > form > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > div > .list-group:first-child .list-group-item:first-child,
.panel > div > form > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > div > .list-group:last-child .list-group-item:last-child,
.panel > div > form > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading > div > .list-group .list-group-item:first-child,
.panel-heading > div > form > .list-group .list-group-item:first-child {
  border-top-width: 0;
}

















.panel > span > .table {
  margin-bottom: 0;
}

.panel > span > .table thead {
  background-image: -webkit-linear-gradient(top, #F8F8F8, #F0F0F0);
  background-image: linear-gradient(top, #F8F8F8, #F0F0F0);
  border-top: 1px solid #DDDDDD;
}

.panel > span > .table thead th {
  font: 600 11px/13px "Arial";
  text-transform: uppercase;
}

.panel > span > .table > tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.panel > span > .table > tbody:first-child > tr:first-child th,
.panel > span > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}




.panel > .table > tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}





.panel .table thead tr th,
.panel .table tbody tr td {
    max-width: 150px;
    min-width: 50px;
}

















.sub-navigation {
  margin: 0;
  font-size: 13px;
  margin-bottom: 40px;
  box-shadow: inset -200px 0px 10px -200px rgba(0, 0, 0, 0.1);
}

/*.sub-navigation {
    margin: 0;
}
aside {
    margin: 40px 0;
}
.section-title {
    margin-top: 0;
}

.sub-navigation {
  font-size: 13px;
  margin-bottom: 40px;
  box-shadow: inset -200px 0px 10px -200px rgba(0, 0, 0, 0.1);
}*/

.sub-navigation > ul > span > li > a > .badge {
  background-color: #5cb85c;
}


.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > span > li {
  position: relative;
  display: block;
}

.nav > span > li > a {
  color: #777777;
  position: relative;
  display: block;
}

.nav > span > li > a:hover,
.nav > span > li > a:focus {
  background-color: #EE5E64;
  color: #FFFFFF;
  text-decoration: none;
}




.nav-stacked > span > li {
  float: none;
}

.nav-stacked > span > li > a {
  padding: 10px;
  line-height: 16px;
  color: #777777 !important;
  border-bottom: 1px solid #EBEBEB;
}

.nav-stacked > span > li > a:hover {
  background-color: #F8F8F8 !important;
  color: #DB3D44 !important;
}

.nav-stacked > span > li > a:focus {
  background-color: #FFFFFF !important;
  color: #DB3D44 !important;
}

.nav-stacked > span > li:last-child a {
  border-bottom: 0;
}

.nav-stacked > span > li.active {
  border-left: 3px solid #ED1C24;
}

.nav-stacked > span > li.active > a,
.nav-stacked > span > li.active > a:hover,
.nav-stacked > span > li.active > a:focus {
  color: #DB3D44 !important;
  font-weight: bold;
  padding-left: 7px;
  background-color: #FFFFFF;
}

.nav-stacked > span > li.active > a:hover {
  background-color: #FFFFFF !important;
}

.search-title i.fa.fa-left.fa-external-link {
    font-size: 12px;
    color: #555;
}





.nav > li > span > a {
  color: #777777;
  position: relative;
  display: block;
}


.nav > li > span > a:hover,
.nav > li > span > a:focus {
  background-color: #EE5E64;
  color: #FFFFFF;
  text-decoration: none;
}

.nav-pills > li > span > a {
  font-size: 13px;
  padding: 15px;
}

.nav-pills > li.active > span > a,
.nav-pills > li.active > span > a:hover,
.nav-pills > li.active > span > a:focus {
  color: #FFFFFF;
  background-color: #DB3D44;
}





/********** Responsive Tabs **********/

.responsive {
	z-index: 1;
}

.responsive.sub-navigation {
    padding: 0;
    margin: 0 15px;
    max-width: 170px;
    width: calc(16.66666667% - 30px);
}

.responsive .panel-heading a {
	color: #333333;
}

.responsive .panel-heading a:hover,
.responsive .panel-heading a:active {
	text-decoration: underline;
}

.responsive .panel-heading i {
	font-size: 13px;
	line-height: 21px;
}

.responsive .panel-body .table {
	margin: 0;
}

.accordion-toggle {
	display: block;
}

.accordion-toggle.collapsed i {
  -webkit-transform: rotate(0deg);
	 -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	   -o-transform: rotate(0deg);
		  transform: rotate(0deg);

  -webkit-transition: all .3s ease-in-out;
	 -moz-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
	   -o-transition: all .3s ease-in-out;
		  transition: all .3s ease-in-out;
}

.accordion-toggle i {
  -webkit-transform: rotate(180deg);
	 -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	   -o-transform: rotate(180deg);
		  transform: rotate(180deg);

  -webkit-transition: all .3s ease-in-out;
	 -moz-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
	   -o-transition: all .3s ease-in-out;
		  transition: all .3s ease-in-out;
}


/********** Footer **********/


/* Support Resources */

#support-resources {
  min-height: 80px;
  background-color: #F8F8F8;
  border-top: 1px solid #DDDDDD;
  margin-top: 100px;
  text-align: center;
}

#support-resources a {
  color: #777777;
  text-decoration: none;
}

#support-resources a:hover,
#resources a:active {
  color: #DB3D44;
  text-decoration: none;
}

#support-resources img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  padding: 5px;
}

#support-resources span {
  display: block;
  margin: 10px 0;
}

#footer-contact-support,
#footer-download-center,
#footer-product-documentation,
#footer-support-policies,
#footer-vulnerability-response,
#footer-feedback {
  margin-top: -30px;
}

#footer-contact-support img {
  background-color: #004e78;
}

#footer-download-center img {
  background-color: #f15a22;
}

#footer-product-documentation img {
  background-color: #39b54a;
}

#footer-support-policies img {
  background-color: #49092D;
}

#footer-vulnerability-response img {
  background-color: #493087;
}

#footer-feedback img {
  background-color: #A70E13;
}


/********** Feedback Popover - Landing Page **********/

#popover-feedback {
  width: 320px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  position: absolute;
  top: -195px;
  left: -60px;
  display: none;
  z-index: 1100;
}
#popover-feedback .panel-heading img {
	height: 20px;
	width: 20px;
	padding: 0;
	border-radius: 0;
	background: none;
}

#popover-feedback .panel-body {
  font: 14px;
  line-height: 17px;
}

#popover-feedback .panel-heading,
#popover-feedback .panel-body,
#popover-feedback .panel-footer {
	padding: 0;
	margin: 20px;
}

#popover-feedback .panel-footer {
	background-color: #FFFFFF;
	border: none;
}

#popover-feedback > .arrow,
#popover-feedback > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  position: relative;
}

#popover-feedback > .arrow:after {
  content: "";
  border-width: 10px;
}

#popover-feedback > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -3px;
  border-top-color: #DDDDDD;
  border-bottom-width: 0;
}

#popover-feedback > .arrow:after {
  bottom: 11px;
  margin-left: -10px;
  content: " ";
  border-top-color: #FFF;
  border-bottom-width: 0;
}











.redesign-questions li {
	margin-bottom: 15px;
}
.rating-scale-header {
	margin-bottom: 5px; padding: 5px 0;
}
.rating-scale-header > .text-center {
	padding: 5px;
}
.rating-scale-row {
	padding: 4px;
	border-bottom: 1px solid #DDDDDD;
}
.rating-scale-row:last-of-type {
	margin-bottom: 20px;
}

#survey-form .heading-title {
	padding: 0;
}

#survey-form > .section > form > div > .numbered-list li {
	border-bottom: 0;
}

#survey-form > .section > form > div > .numbered-list li label {
	display: block;
	margin: 5px 0;
}



















/********** Feedback Modal - Landing Page **********/

.rating-scale-header {
  margin-bottom: 10px;
  margin-top: 10px;
}

.rating-scale-header .rate strong {
  color: #ffffff;
  background-color: #e44e56;
  border-radius: 20px;
  height: 20px;
  padding: 5px 10px;
}

.rating-scale-row {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0px 5px 0px;
}


/* Footer Element */

footer {
  padding: 10px 0;
  border-top: 1px solid #DDDDDD;
  width: 100%;
  min-height: 100px;
  background-color: #F0F0F0;
}

footer ul {
  margin: 0;
  padding: 5px 0;
}

footer ul li {
  display: inline-block;
}

footer ul li i {
  margin: 0 10px;
}

footer ul .feedback {
  float: right !important;
  background: url(../images/red-icon-feedback.png) top left no-repeat;
  background-position: 0;
  padding-left: 25px;
  margin-right: 20px;
}

footer .copyright {
  font-size: 11px;
  color: #999999;
  margin: 20px 0 10px;
}

.footer-logo img {
  height: 28px;
  float: right;
}
