
/***************
	Main
***************/

@media only screen and ( max-width: 1200px ) {
    .menu ul {
        margin: 58px 0 0 0;
    }

    .userBox{
        display: none;
    }

    .mobileItems{
        display: block;
    }

}

.mobileItems{
    display: none;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}
	
body {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	color: #53565A;
}

div, p {
    color: #53565A;
	font-size: 16px;
    font-weight: 400; /*old: 300*/
    line-height: 1.58;
}

a,
a:link,
a:visited {
    /* color: #f88d17; */
    color: #ff8200;
	text-decoration: underline;
    text-transform: uppercase;
}

a:hover,
a:active {
	/* color: #FA8D29; */
	color: #ff8200;
}

.view-all a {
	color: #4B5F8C;
}

h1, .h1 {
	font-weight: 600;
}

h2, .h2 {
	font-weight: normal !important;
}

h1, h2, h3 {
	line-height: 100% !important;
}

h1 { 
	margin-top: 20px;
	margin-bottom: 20px;
}

h2, h3, h4, h5 {
	margin-top: 0;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.14em;
	font-weight: 600;
}

h5 {
	font-size: 1em;
	font-weight: 600;
	margin: 0;
}

.container h3 {
	font-size: 1.63em;
	line-height: 2em;
	letter-spacing: -0.025em;
	color: #53565A;
}

.page-title {
	color: #FFFFFF;
	letter-spacing: -0.02em;
	font-size:51px;
}

.widget-border-right {
	border-right: 1px solid #f1f1f1;
}

.widget-border-left {
	border-left: 1px solid #f1f1f1;
}

.widget-border {
	border-bottom: 1px solid #f1f1f1; 
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	padding-left:10px;
}

.widget-border:last-of-type {
  border-bottom: 0;
}

.layout-container {
	padding-bottom: 10px; 
	margin-top: 15px;
}

.banner-container {
	margin-top: 70px;
}

.banner-message {
	font-size: 28px;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto; /* Allows for chunkier text and textarea inputs */
    padding: 11px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
    font-size: 14px;
    font-weight: 400; /*old: 200*/
}

.form-group input[type="text"],
.form-group textarea {
    border-radius: 5px;
    border: 1px solid #c4cee5;
    color: #9ea9c4;
}

.form-horizontal label {
	text-align: left !important;
}

div[id^="box_"] h3 {
	color: #203864;
}

.geotargetLink {
	color: #a5a4a4; 
	text-decoration:none;
}

.geotargetLink:hover, .geotargetLinkActive {
	background-color: #fff;
	color: #53565A;
	text-decoration: none;
}

#toast-container {
	top: 72px !important;
}

.toast-title, .toast-message {
 color: #fff !important;
}

.homepage-button {
  display: block;
  width: 264px;
  height: 46px;
  margin: 5px auto;
}

/*************************
	Main Nav
*************************/

.menu-container {
	margin-top: 0;
	background: #FFFFFF;
	border: 0;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
    max-height: 41px; /* Note: setting an explicit height here occludes the mobile menu */
}

@media only screen and (max-width: 1200px) {
    .menu-container {
        height: inherit; /* Setting this to auto is killing the dropshadow on smaller devices, explicit heights kill the dropdowns */
    }
}

.menu {
	/* background: #293373; */
	background: #001a72;
	border: 0;
    float: left;
    width: 100%;
}

/*----- Main Nav: Logo -----*/
.menu .logo {
    background-color: #FFFFFF;
    display: block;
    float: left;
}
.menu .logo > a {
    display: block;
}
.menu .logo > a > img {
    height: 41px;
}

/*----- Main Nav: Items -----*/
.menu ul li a {
	border: none;
	float: left; /* added to fix display on 1201-1216px wide screens */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 41px;
    width: auto;
    margin: 0 10px;
    padding: 0 10px;
    position: relative;
}
.menu > ul > li:last-child > a {
    border-right: none; /* overrides default theme border on last menu item */
}
.menu ul li a h3 {
    color: #cfd5e3;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 600; /*old: 800*/
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

/*----- Main Nav: Items: Hover & Click -----*/

.menu ul li.current > a,
.menu > ul > li:hover > a,
.menu ul li.current:hover > a,
.menu ul:hover li.current a { /* override underlying theme defaults */
    color: inherit;
/*    background: transparent; */
    background-color:#10069f;
}
.menu > ul > li > a:hover,
.menu > ul > li.current > a:hover {
/*    background: #3b478e; */
    background-color:#10069f;
}
.menu > ul > li:active > a,
.menu > ul > li.current:active > a {
    background: #020d51;
}

/*----- Main Nav: Items: Underline -----*/
.menu ul li a:after {
    background: transparent;
    content: '';
    height: 1px;
    margin: 0 auto;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
}
.menu ul:hover li.current a:after {
    background: transparent; /* hide .current underline on menu hover */
}
.menu ul li.current a:after,
.menu ul li:hover a:after,
.menu ul:hover li.current:hover a:after {
    background: #d0d6e3; /* show underline on .current and :hover */
}

/*----- Main Nav: Sub-Menu Items -----*/
.menu ul.icons-dropdown {
    margin-left: 10px; /* Horizontally-align dropdown with menuItem's :hover state background */
    width: 121px; /* Unify width of this dropdown with the userBox dropdown */
}

.menu ul.icons-dropdown li.menuItem.current:hover h3 a {
    background: #7F7F7F !important;
}

.menu ul ul li,
.menu ul.icons-dropdown li a {
    width: 100%;
    position: relative;
}

.menu ul ul li a {
    font-family: 'Raleway', 'Archivo Narrow', sans-serif;
    margin: 0;
    padding: 0 0 0 16px !important;
}
.menu ul ul li a:after {
    background: transparent !important; /* hide underline on submenu items */
}
.menu ul ul li a h3 {
    color: #53565A; /*old: #717F9C*/
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
    padding: 0;
    text-transform: none;
}

/***** MOBILE *****/

@media only screen and (max-width: 1200px) {
	ul.mobile-menu>li.hidden-lg {
		display: block !important; /* Preserve menuItem full-size appearance until 1200px breakpoint */
	}

	_:-ms-lang(x),
	.menuItem {
		width: 100% !important; /* MS Edge/IE 11 Hack to compensate for difference in viewport width calculation */
	}

    .menu {
        min-height: initial;
    }

	.menu ul ul {
		border-top: 0 !important;
	}

	.menu ul.icons-dropdown li a {
		padding-left: 75px;
	}

	.menu ul ul li a i {
		display: inline;
		position: relative;
	}

	.menu ul ul li:last-child a {
		border-radius: 0;
		border-bottom: solid 1px #7F7F7F;
	}
}

@media only screen and (min-width: 1201px) {
	ul.mobile-menu {
		overflow: visible; /* Prevent scrollbar from appearing in menu next to userBox */
	}

	.menu ul ul li:last-child a {
		border: none !important;
	}
}

/***********************************
	Main > Menu > userBox/login-box
***********************************/

.userBox {
/*    background-color: #3b468e; */
/*    background-color: #10069f; */
    background-color:#001a72;
    float: right;
    text-align: center;
    width: 120px;
}

.userBox a:hover {
    color: #cfd5e3 !important; /*old: #717F9C, #4B5F8C*/
    background-color:#10069f;
}

a.loginLink {
     display: flex;
     flex-direction: row !important;
     align-items: center;
     justify-content: flex-start !important;
     margin: 0 !important;
     padding: 0 0 0 10px !important;
     width: 120px !important;
     text-transform: uppercase;
}

a.loginLink:after {
    background: transparent !important; /* hide underline on userBox */
}

a.loginLink > i.fa {
    font-size: 12px;
    margin-right: 6px;
    margin-top: 0;
}

a.loginLink > div > span {
    color: #cfd5e3;
    display: block;
    font-size: 10px;
    text-align: left;
}

a.loginLink > div > span.user-type {
    font-weight: 400; /*old: 300*/
}

a.loginLink > div > span.user-name {
    font-weight: 600;  /*old: 800*/
}

.menu label { /* TODO: No longer in use? Remove */
    /*	background: *//*;*/
    /*	width: 60px;*/
    /*	height: 41px;*/
    /*	margin: 0;*/
    /*	line-height: 41px;*/
    /*	border-radius: 0;*/
    /*	font-size: 36px;*/
    /*	position: relative;*/
    /*	float: right;*/
}

a.loginLink {
     display: flex;
     flex-direction: row !important;
     align-items: center;
     justify-content: flex-start !important;
     margin: 0 !important;
     padding: 0 0 0 10px !important;
     width: 120px !important;
     text-transform: uppercase;
}

a.loginLink:after {
    background: transparent !important; /* hide underline on userBox */
}

a.loginLink > i.fa {
    font-size: 12px;
    margin-right: 6px;
    margin-top: 0;
}

a.loginLink > div > span {
    color: #cfd5e3;
    display: block;
    font-size: 10px;
    text-align: left;
}

a.loginLink > div > span.user-type {
    font-weight: 400; /*old: 300*/
}

a.loginLink > div > span.user-name {
    font-weight: 600;  /*old: 800*/
}

.login-box {
	width: 120px;
	height: 41px;
    float: right;
	text-align: center;
}

.login-box-mouseover {
	width: 120px;
	background-color: #7F7F7F;
	height: 41px;
	float: right;
	text-align: center;
}

.options-text {
	display: block;
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 14px;
}

.login-box-tiara {
    height: 16px;
    width: auto;
    position: absolute;
    right: 72px;
    bottom: 15px;
}

.menu ul ul {
    background: #fff;
	border-top: solid 5px #7F7F7F;
	top: 41px;
}

.menu ul ul li a {
	background: #FFFFFF;
	border-bottom: solid 1px #7F7F7F;
    width: 100%;
    text-transform: none;
}

.menu ul ul li:hover > a {
	color: #FFF !important;
	background: #7F7F7F !important;
}

.menu ul ul li:hover > a > h3 {
	color: #FFF !important;
}

.icons-dropdown li.current > a > h3 {
    color: #ffffff !important;
}

.userBox > ul > li > ul > li a {
    color: #53565A;
}

/******************************
	Main > Datatables
******************************/

table.dataTable thead .sorting_asc {
    background: #FFFFFF url("https://cdn.datatables.net/1.10.4/images/sort_asc.png") no-repeat center right !important;
    color: #4B5F8C;
}

table.dataTable thead .sorting_desc {
    background: #FFFFFF url("https://cdn.datatables.net/1.10.4/images/sort_desc.png") no-repeat center right !important;
    color: #4B5F8C;
}

table.dataTable thead .sorting {
    background: #FFFFFF url("https://cdn.datatables.net/1.10.4/images/sort_both.png") no-repeat center right !important;
    color: #4B5F8C;
}

table.dataTable thead .sorting_disabled {
    background-color: #FFFFFF;
    color: #4B5F8C;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #FFFFFF}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #4B5F8C !important;
}

/*************************
	Main > Lists
*************************/

.icon-list {
	margin-left: 18px;
	margin-top: 10px;
}

.icon-list li {
	/* line-height: 100%; Allow Bootstrap default: 1.42857143 */
	margin-bottom: 3px;
}

.icon-list li:last-child {
	/*margin-bottom: 20px;*/
}

/*************************
	Main > Footer
*************************/

#wrap {
    width: 100%;
    min-height: 100%;
    height: auto !important;
}

#main {
    overflow:auto;
    padding-bottom:90px; /* this needs to be bigger than footer height*/
}

.footer {
    border-top: 1px solid #f1f1f1;
/*    height: 66px;*/
    position: relative;
/*    margin: 0 auto 80px;*/
    margin: 0 auto 30px;
/*    margin-top: -87px; /* negative value of footer height */*/
    clear:both;
    padding-top:10px;
}

/********************
	Helper Classes
********************/

.bold,
strong {
	font-weight: bold;
	font-weight: 600;
}

.text-normal {
	font-weight: normal !important;
}

.text-light {
	color: #ffffff;
}

.small {
	font-size: 0.8em;
}

.italic {
	font-style: italic;
}

.margin-top10 {
	margin-top: 10px;
}

.margin-top20 {
	margin-top: 20px;
}

.margin-top25 {
	margin-top: 25px;
}

.margin-top30 {
	margin-top: 30px;
}

.margin-top40 {
	margin-top: 40px;
}

.margin-top50 {
	margin-top: 50px;
}

.margin-bot10 {
	margin-bottom: 10px;
}

.noFloat {
	float:none !important;
}



/***********************************
	Page Specific > Logo
***********************************/

.logo-circle {
	background-size: 100% !important;
	position: absolute;
}

.logo-circle ~ .logo-image {
	position:relative;
	//display: block;
}



/***********************************
	Branded > Background
***********************************/

.bg-branding1 {
	background-color: #FFFFFF;
}

.bg-lighter {
	background-color: #FFFFFF;
}



/***********************************
	Branded > Text Branding Colors
***********************************/

.font-branding2 {
  color: #203864;
}

.text-branded1 {
	color: #FFFFFF;
}

a.text-branded1:hover {
	color: #fff;
}
.text-branded2 {
	color: #203864; 
}

.text-branded3 {
	color: #4B5F8C; 
}

a.text-branded3:hover {
	color: #fff;
}

.text-tone-primary {
	color: ;
}

.text-tone-secondary {
	color: #101C32;
}

.text-tone-tertiary {
	color: #383F4E;
}

.text-primary {
	color: #53565A;
}

.text-secondary {
	color: #333333;
}



/*********************************************
	Branded > Background Branding Colors
*********************************************/

.background-branded1 {
	background-color: #FFFFFF;
}

.background-branded2 {
	background-color: #203864;
}

.background-branded3 {
	background-color: #4B5F8C;
}



/****************************************
	Branded > Border Branding Colors
****************************************/

.border-bottom-dark {
	border-bottom:1px solid #ccc; 
}

.border-right-dark {
	border-right:1px solid #ccc;
}

.border-left-dark {
	border-left:1px solid #ccc;
}

.border-branded1 {
	border: 1px solid #FFFFFF;
}

.border-top-branded1 {
	border-top: 1px solid #FFFFFF;
}

.border-right-branded1 {
	border-right: 1px solid #FFFFFF;
}

.border-bottom-branded1 {
	border-bottom: 1px solid #FFFFFF;
}

.border-left-branded1 {
	border-left: 1px solid #FFFFFF;
}

.border-branded2 {
	border: 1px solid #FFFFFF;
}

.border-top-branded2 {
	border-top: 1px solid #203864;
}

.border-right-branded2 {
	border-right: 1px solid #203864;
}

.border-bottom-branded2 {
	border-bottom: 1px solid #203864;
}

.border-left-branded2 {
	border-left: 1px solid #203864;
}

.border-branded3 {
	border: 1px solid #4B5F8C;
}

.border-top-branded3 {
	border-top: 1px solid #4B5F8C;
}

.border-right-branded3 {
	border-right: 1px solid #4B5F8C;
}

.border-bottom-branded3 {
	border-bottom: 1px solid #4B5F8C;
}

.border-left-branded3 {
	border-left: 1px solid #4B5F8C;
}



/****************************************
	Branded > Button Branding Colors
****************************************/

.btn-filter {
	color: #6E6E6E;
	background-color: #F5F6FA;
	font-size: #11px;
	font-weight: bold;
	margin-bottom:5px;
	border: 2px solid #ffffff;
}

.btn-primary:hover {
	background-color: #7F7F7F;
	color: #4B5F8C;
}

.btn-primary:active, .btn-primary:focus {
	background-color: #FFFFFF;
	border: 1px solid #4B5F8C;
	color: #4B5F8C;
}

.btn-submit {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 4px;
}

.active-btn {
	background-color: #203864;
}

.btn-grey {
	color: #ffffff;
	background-color: #BCBCBC;
}

.btn-branding2 {
	color: #ffffff;
	background-color: #203864;
}

.bg-brandcolor2 {
	background-color: #203864;
}

.btn-primary {
	background-color: #FFFFFF;
	border: 1px solid #4B5F8C;
	color: #4B5F8C;
	border-radius: 4px;
}

.btn-secondary {
	background-color: #203864;
	border: 1px solid #4B5F8C;
	color: #4B5F8C;
	border-radius: 4px;
}

.btn-tertiary {
	background-color: #4B5F8C;
	border: 1px solid #4B5F8C;
	color: #4B5F8C;
	border-radius: 4px;
}

.btn-inverse {
	font-size: 12px;
	background-color: transparent;
	border: 1px solid #4B5F8C;
	color: #4B5F8C;
	border-radius: 4px;
	font-weight: normal;
}

.btn-inverse:hover {
	border-color: #7F7F7F;
	color: #7F7F7F;
}

.btn-news-sub {
	margin-left: 21px;
}



/******************************
	Branded > Icon
******************************/

[class^='icon-']:before, [class*=' icon-']:before {
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 12px;
	margin: 0 0 0 -18px;
}

.star:before {    
	font-family: 'FontAwesome';
	content: '\f0a3';
	margin:0 5px 0 -18px;
	color: #203864;
}

.box:before {    
	font-family: 'FontAwesome';
	content: '\f1b2';
	margin:0 5px 0 -5px;
	color: #203864;
}

.box-nested:before {    
	font-family: 'FontAwesome';
	content: '\f1b2';
	margin:0 5px 0 -28px;
	color: #203864;
}

.icon-junto-small:before {
	font-family: FontAwesome;
	content: '\f0a3';
}

.icon-list-alt:before {
	font-family: FontAwesome;
	content: '\f022';
}

.icon-rss:before {
	font-family: FontAwesome;
	content: '\f09e';
}

.icon-link:before {
	font-family: FontAwesome;
	content: '\f0c1';
}

.icon-laptop:before {
	font-family: FontAwesome;
	content: '\f109';
}

.icon-pdf:before {
	font-family: FontAwesome;
	content: '\f1c1';
}

.icon-pdf-small:before {
	font-size: 11px !important;
	font-family: FontAwesome;
	content: '\f1c1';
	margin-right: -10px !important;
}

.icon-text:before {
	font-family: FontAwesome;
	content: '\f1ea';
}

.icon-doc:before {
	font-family: FontAwesome;
	content: '\f0f6';
}

.icon-junto:before {
	font-family: FontAwesome;
	content: '\f0a3';
}

.icon-video:before {
	font-family: FontAwesome;
	content: '\f03d';
}

.icon-webinar:before {
	font-family: FontAwesome;
	content: '\f152';
}

.icon-wrench:before {
	font-family: FontAwesome;
	content: '\f0ad';
}

.icon-external:before {
	font-family: FontAwesome;
	content: '\f14c';
}

.icon-long-arrow-right:before {
	font-family: FontAwesome;
	content: '\f178';
}




/******************************
	Page Specific > Reports
******************************/

.report-container {
	margin-top: 100px;
}

@media print {

	.report-container {
		margin-top: 0px;
	}
}

#enterpriseReportTable td:nth-of-type(5),
#enterpriseReportTable td:nth-of-type(6),
#enterpriseReportTable td:nth-of-type(7) {
	text-align: center;
}



/******************************
	Page Specific > Listings
******************************/

#listings h3 {
	margin-bottom: 20px;
}

#btn-pr, #btn-po {
	font-weight: 400; /*old: 300*/
	margin-bottom: 20px;
}

#listing-sidebar h3 {
	margin-bottom: 20px;
}

#listings section {
	position: relative;
	overflow: hidden;
}

#listings section.fade-content {
	max-height: 100px;
}

#listings section.fade-content:after {
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
	content: "";
	background: linear-gradient(to top,
		rgba(255,255,255, 1) 0%,
		rgba(255,255,255, 0) 100%
	);
	pointer-events: none;
}

#listings section hr {
	margin: 10px 0px;
}

.toggle-content {
	display: block;
	position: relative;
	margin: 5px 0px 50px -3px;
	height: 25px;
	padding: 3px 12px;
}

.content-collapsed:before {
	font-family: FontAwesome;
	content: '\f0da';
	margin-right: 5px;
}

.content-expanded:before {
	font-family: FontAwesome;
	content: '\f0d7';
	margin-right: 5px;
}

#categories .box-nested {
	font-size: 10px !important;
}

#categories > ul li:last-child {
	margin-bottom: 20px;
}

#listings .btn-inverse {
	margin-top: 12px;
	margin-left: 2px;
}

#listings > .row {
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

.category {
	font-size: 15px;
}

.subcategory:hover {
	color: #383F4E ;
}



/****************************************
	Page Specific > Tool Print
****************************************/

@media print {

	nav,
	.footer,
	.banner-container,
	.tool-check-input,
	.fa-question-circle,
	select.form-control,
	.calculator-instructions,
	.calculator-hidden,
	.calculator-btn,
	.help-block {
		display: none !important;
	}


	.control-label {
		float: left !important;
		width: 70% !important;
	}

	.form-control {
		float: left !important;
		width: 29% !important;
	}

	.radio {
	margin-top: 10px !important;
		float: right !important;
	}

}



/*********************************************
	Page Specific > Learning Center
*********************************************/

.lc-categories {
	margin: 20px 0px 0px 5px;
}

.lc-sidebar li {
	letter-spacing: -0.025em;
	text-indent: 10px;
	color: #4B5F8C;
	list-style-type: none;
}

.subcategory.active:hover {
	color: #ffffff !important;
}

.lc-sidebar li a {
	color: #4B5F8C;
	font-size: 13px;
	line-height: 12px;
}

.lc-sidebar li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.lc-sidebar .active {
	background-color: #FFFFFF;
	color: #ffffff;
	text-decoration: none;
}

.lc-sidebar-two {
	padding: 25px 35px 25px 0px;
	border-bottom: 1px solid #f1f1f1;
}

.lc-sidebar-two h3 {
	margin-bottom: 10px;
}

.lc-sidebar-two li[class^='icon-'], .lc-sidebar-two li[class*=' icon-'] {
	margin-bottom: 15px;
}

.lc-topbar {
	margin: 25px 0px 15px 20px;
}

.col-md-3 .lc-sidebar-two:last-child {
	border: none;
}

.media-filter {
	margin-top: 5px;
}

.media-filter span {
	font-weight: bold;
}

.media-filter button {
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
}

.media-filter button:not( .active ) {
	opacity: .50;
}

.media-filter button.active {
	color: #fff;
	background-color: #FFFFFF;
}

.btn-lc-search {
	font-weight: 400; /*old: 200*/
	text-transform: uppercase;
}



/**************************************************
	Page Specific > Tiger Team / Breach Coach
**************************************************/

.vendor-team-wrapper {
	margin-top: 20px;
}

.vendor-team-wrapper h5 {
	margin-bottom: 5px;
}

.vendor-team-info {
	float: left;
	width: 85%;
	margin-left: -15px;
	margin-right: -15px;
	padding: 8px 15px 0px 15px;
}

.vendor-team-logo {
	margin-left: -15px;
	float: left;
}

.vendor-team-contact-wrapper {
	padding-left: 25px;
	float: left;
	width: 40%;
}

.vendor-team-contact {
	float: left;
	width: 50px;
	min-width: 110px;
	margin-bottom: 10px;
	line-height: 100%;
}

.vendor-team-contact a {
	text-decoration: none;
}

a.vc-small {
	margin-left: 2px;
}

.vc-small {
	font-size: 12px !important;
}

.vc-tags {
	margin-bottom: 5px;
}

.vendor-team-variant.vendor-team-description {
	float: left;
	clear: left;
	width: 100%;
}

.vendor-team-description {
	float: right;
	padding-left: 25px;
	position: relative;
	width: 60%;
}

.vendor-team-description.fade-content {
	max-height: 60px;
	overflow: hidden;
}

.vendor-team-description.fade-content:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	content: "";
	background: linear-gradient(to top,
		rgba(255,255,255, 1) 0%,
		rgba(255,255,255, 0) 100%
	);
	pointer-events: none;
}

.vendor-read-more {
	position: relative;
	float: right;
	clear: right;
	padding-right: 25px;
}

.vendor-team-bc .vendor-team-info {
	width: 80% !important;
}

	.vendor-team-bc .vendor-team-contact-wrapper {
	width: 100% !important;
}

.vendor-category-description p {
	padding: 5px 35px 0px 0px;
	font-size: 13px;
}

.vendor-category-description h3 {
	margin: 20px 0px 10px 0px;
}



/***********************************
	Page Specific > Tools
***********************************/

.data-breach-calc .form-control,
.data-breach-calc .form-group {
	text-align: right !important;
}

#tool-wrapper {
	margin-top: 20px;
}

.tool-category {
	font-weight: bold;
	font-size: 1.25em;
}

.tool-label-inline {
	font-size: 14px;
}

.tool-help-inline {
	font-size: 12px;
	line-height: 14px;
	margin-top: -4px;
	font-weight: normal;
}

.tool-check-input {
	font-size: 25px;
	font-weight: 400; /*old: 100*/
	text-decoration: none;
	line-height: 1.4;
}

.tool-check-input:hover {
	cursor: pointer;
}

#print-version, #print-page {
	display: none;
}

.scorecard {
	font-size: 11px;
	text-indent: 19px;
	margin-top: 2px;
}



/***********************************
	Page Specific > Blog
***********************************/

.blog-title {
	font-size: 12px;
	/*font-weight: bold;*/
	font-weight: 600;
	line-height: 100%;
	margin-top: 5px;
}

.blog-link-title {
	display: block;
	font-size: 16px;
	/*line-height: 100%;*/ //Allow Bootstrap default: 1.42857143
}



/***********************************
	Page Specific > Search
***********************************/

.view-more {
	font-size: 12px;
}

.view-more {
	margin-top: 5px !important;
}



/***********************************
	Miscellaneous Custom
***********************************/
body{
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}

div{
	font-size: 16px;
}

div[id^="box_"] h3{
	font-size: 24px !important;
	/* color: #FA8D29; */ /*old: #717F9C*/
	color: #ff8200;
}

div.lc-categories > div > div > div > h4{
	color: #53565A !important; /*old: #717F9C*/
}

div#tool-wrapper > div > div > div > h4{
	color: #53565A !important; /*old: #717F9C*/
}

.btn.btn-primary:hover{
	color: #FFF;
}

h2 {
	/*color: #FA8D29;*/
	color: #ff8200;
	font-size: 28px;
}

h3 {
	/*color: #FA8D29;*/
	color: #ff8200;
	/*font-weight: bold;*/
	font-weight: 600;
}

[class^='icon-']:before,
[class*=' icon-']:before {
	color: #53565A; /*old: #717F9C*/
}

.icon-list li {
	margin-bottom: 5px;
}

/* Restore visibility to labels and FontAwesome in Notification Cost Calculator */
div.page-2694 label span,
div.page-2694 i {
	color: #737373;
}

/* Restore visibility to buttons on white backgrounds */
.btn-submit {
	color: #737373;
	border: 1px solid #737373;
}

.btn-submit:hover,
.btn-submit:hover i {
	color: #333;
}

/* Restore visibility to hover state of buttons on dark backgrounds */
.btn-secondary:hover,
.btn-secondary:hover i {
	color: #fff;
}

/* Restore visibility to links in Privacy Policy */
.page-2683 .container a.text-branded1 {
	color: #737373;
}

.page-2683 .container a.text-branded1:hover {
	color: #203864;
}

/* Restore visibility to accordion links in Cloud Risk Considerations */
.page-2698 a.panel-toggle {
	color: #53565A; /*old: #717F9C*/
}

.page-2698 .accordion-close a.panel-toggle:hover {
	color: #fff !important;
}

.summernote,
.note-editor .note-editable {
	font-family: Arial, sans-serif;
}


/******************************
	Page Specific > Checklist
******************************/

/* Add vertical whitespace to tabs block in IRT Quick Reference */
ul.nav-tabs,
.severity,
.timeline,
.description {
    margin-bottom: 20px;
}

.quickRefNum {
    font-size: 22px;
    font-weight: bold;
    color: #203864;
}

.row.mb20 {
    margin-bottom: 20px;
}

.row.mb20 i.fa {
    /*color: #FA8D29;*/
    color: #ff8200;
}

.incidentReportHeader {
    font-weight: 600;
    /*color: #FA8D29;*/
    color: #ff8200;
    margin-bottom: 5px;
}

.incidentReportData {
    padding-left: 30px;
    margin-bottom: 10px;
}


/******************************
	Page Specific > Home
******************************/

/* Branding */
.branding-backdrop {
	background: url('../images/400x800-vertical-noPlaceoholder.jpg') top center no-repeat;
	background-size: cover;
	height: 300px;
	overflow: hidden;
	display: none; /* Hide on mobile */
}

.branding-logo {
	background-size: contain !important;
	height: 165px;
}

.home-button-large {
    margin: 40px auto 0 auto;
}

@media( min-width: 400px ) {
	.branding-backdrop {
		height: 400px;
	}
	.branding-logo {
		height: 225px;
	}
}

@media( min-width: 500px ) {
	.branding-backdrop {
		height: 475px;
	}
	.branding-logo {
		height: 275px;
	}
}

@media( min-width: 600px ) {
	.branding-backdrop {
		height: 550px;
	}
	.branding-logo {
		height: 350px;
	}
}

@media( min-width: 700px ) {
	.branding-backdrop {
		height: 650px;
	}
	.branding-logo {
		height: 400px;
	}
}

@media( min-width: 800px ) {
	.branding-backdrop {
		height: 650px;
	}
	.branding-logo {
		height: 450px;
	}
}

@media( min-width: 992px ) {
	.branding-backdrop {
		height: 500px;
		display: block; /* Show on tablets/large screens */
	}
	.branding-logo {
		height: 150px;
	}
}

@media( min-width: 1201px ) {
	.branding-backdrop {
		height: 550px;
	}
	.branding-logo {
		height: 170px;
	}
}



/******************************
	Page Specific > Respond
******************************/

/* Category Headings for ERT and IRT Output Widgets */
.teamCat {
	/* color: #FA8D29; */
	color: #ff8200;
	/*font-weight: bold;*/
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
}



/******************************
	Page Specific > Plan
******************************/

/* Category Headings for ERT and IRT Widgets */
.teamCatPlan {
	/* color: #FA8D29; */ 
	color: #ff8200;
	/*font-weight: bold;*/
	font-weight: 600; 
	margin-top: 2px; 
	margin-bottom: 10px;
}

/* Assigned Team Member Info for ERT and IRT Widgets */
.teamMember {
	padding-left: 30px; 
	margin-bottom: 10px;
}

/* Emphasized Company Names for ERT Widget */
.teamMember>span {
	/*font-weight: bold;*/
	font-weight: 600;
}

/* Steps 1-6 Headers */
h3.subheader {
	/* color: #ff8200; */
}

/* Sections A, B and C Headers */
h5.subheader {
	font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Parts 1-4 of Section B and parts 1-12 of Section C Headers */
h6.subheader {
    color:#ff8200;
	font-size: 16px;
	font-weight: 600;
}

/* Increased space between section number and title */
.sectionBullet {
	margin-right: 5px;
}

.plan-buttons {
    padding-bottom: 10px;
}

/* Vertically offset anchor links to compensate for fixed nav */
.plansteps {
	display: inline-block;
	padding-top: 80px;
	margin-top: -80px;
	z-index: -99;
}

.static ul {
	padding-left: 20px;
}

small.changeLogDisplay {
	display: block;
	padding: 10px 0;
}

#viewIrpPrint,
#viewIrpDownload {
    display: inline-block;
    margin-bottom: 10px;
}

#viewIrpDownload {
    margin-left: 15px;
}

#viewIrpPrint > i.fa,
#viewIrpDownload > i.fa {
    margin-right: 10px;
}

.plan-static-text{
    font-size:16px;
}

.plan-doc-section{
    font-size:18px;
    font-weight:600;
}

/***********************************
	Page Specific > Mini Calc
***********************************/

/* Overrides default white labels */
#user-options label.text-branded1 {
	color: #53565A; /*old: #717F9C*/
}

/***********************************************************************************************************************
    New CSS from Plan-Redesign
***********************************************************************************************************************/

/***** SITE-WIDE / GENERAL / COMMON UI *****/

.navbar.navbar-fixed-top {
    border: none;
    margin-bottom: 0;
    min-height: initial; /* Overrides Bootstrap default of 50px */
    z-index: 1041; /* Keep Main Nav above BootStrap modal backdrop */
}

.menu-item-wrapper-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .menu-item-wrapper-mobile {
        display: block;
        float: left;
        padding: 6px 0 0 7px;
        width: calc( 100% - 130px ); /* Full width, minus the width of the logo */
    }
}

h1.text-branded1 {
    color: #10069f; /*old: $maintext*/
    font-size: 36px;
    font-weight: 400; /*old: 300*/
}

.changeLogDisplay {
    font-size: 75%;
}

.progress-bar[aria-valuenow="0"] {
    color: gray;
    min-width: 3%;
    background: transparent;
    box-shadow: none;
}

/*----- BUTTONS -----*/

.btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 11px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.btn-medium {
    padding: 15px;
}

.btn-large {
    padding: 28px;
}

.btn,
.btn-group-justified {
    box-shadow: 0 2px 4px 0 rgba( 112, 126, 156, 0.39 ); /* All .btn and .btn-group-justified get a dropshadow to indicate interactivity */
}

.btn-group-justified .btn {
    box-shadow: none; /* .btn inside of .btn-group-justified don't need their own shadow */
}

.btn-group.btn-group-justified {
    border-radius: 0 0 12px 12px;
    margin: 0;
    overflow: hidden; /* applies this element's border-radius to child buttons */
    width: 100%;
}

.btn-group.btn-group-justified button,
.btn-group.btn-group-justified a {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

a.btn .fa,
button.btn .fa {
    margin-right: 10px; /* Add space between fontAwesome icon and text in button labels */
}

button.btn-deletecat .fa,
button.btn-icon .fa,
.plan-subitem .btn .fa {
    margin-right: 0; /* Remove space after fontAwesome icons in buttons labels with NO text */
}

/*----- BUTTON: Orange -----*/

.btn-orange {
    color: #ffffff !important;
    /* background-color: #f88d17 !important; */
    background-color: #ff8200 !important;
}
.btn-orange:hover {
    background-color: #d17816 !important;
}
.btn-orange:active {
    background-color: #955207 !important;
}

/*----- BUTTON: Grey -----*/

.btn-grey {
    color: #ffffff !important;
    /* background-color: #cacdd4 !important; */
    background-color: #75787b !important;
}
.btn-grey:hover {
    /* background-color: #a7aaae !important; */
    background-color: #53565A !important;
}
.btn-grey:active {
    /* background-color: #787a7d !important; */
    background-color: #787a7d !important;
}

/*----- BUTTON: Light Blue -----*/

.btn-lightblue {
    color: #ffffff !important;
    /* background-color: #b2b9c9 !important; */
    background-color: #98A4AE !important;
}
.btn-lightblue:hover {
    /* background-color: #4B5F8C !important; */
    background-color: #001A72 !important;
}
.btn-lightblue:active {
    /* background-color: #293373 !important; */
    /* background-color: #001a72 !important; */
    background-color:#10069F !important;
}

/*----- BUTTON: Dark Blue -----*/

.btn-darkblue {
    color: #ffffff !important;
    /* background-color: #4B5F8C !important; */
    background-color: #001A72 !important;
}
.btn-darkblue:hover {
    /* background-color: #4a5c84 !important; */
    background-color: #10069F !important;
}
.btn-darkblue:active {
    /* background-color: #293373 !important; */
    background-color: #001a72 !important;
}

/*----- LABELS -----*/

.label {
    padding: .2em .6em;
}
.label-danger {
    background-color: #E9433D;
}
.label-warning {
    background-color: #e9ab2b;
}
.label-success {
    background-color: #3bc03e;
}

/*----- PANELS -----*/

.panel {
    border-color: #c4cee4;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 60px;
}

.panel-footer {
    float: left;
    width: 100%;
}

/*----- PLAN-ITEMS -----*/

.plan-item {
    border-bottom-width: 0;
    margin-bottom: 20px;
    /*overflow: hidden;*/ /* applies this element's border-radius to child buttons */
}

.plan-item .panel-body {
    padding: 0;
}

.plan-item .panel-interior {
    padding: 20px 45px;
}

.panel-interior-slim {
    padding: 10px 15px;
}

.panel h3.subheader,
.plan-item h3.subheader {
    /* color: #f88d17; */
    color: #ff8200;
    display: inline-block;
    font-size: 28px;
    font-weight: 400; /*old: 200*/
    margin: 0 0 10px -12px;
    padding: 4px 10px;
}

.plan-item h3.subheader span {
    font-size: 28px;
    font-weight: 400; /*old: 300*/
    margin-right: 7px;
}

.plan-item-description {
    font-size: 14px;
    font-weight: 400; /*old: 300*/
    line-height: 1.58;
    margin-bottom: 25px;
}

.plan-item-description ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    margin: 8px 0;
}

.btn-tips:before {
    content: '\f05a';
    font-family: 'fontAwesome' !important;
    padding-right: 10px;
}

.btn-group.btn-group-save {
    width: 2%; /* Doubles the width of the Save button */
}

/*----- PLAN-SUBITEMS -----*/

.plan-subitem {
    border-bottom-width: 1px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.plan-subitem .btn-group {
    border-radius: 7px;
    box-shadow: 0 2px 3px 0 rgba( 112, 126, 156, 0.4 );
}

.plan-subitem .btn {
    border-radius: 5px 0 0 5px !important;
    box-shadow: none;
}

.plan-subitem .panel-interior {
    padding: 20px 40px;
}

.contact-company {
    /* color: #f88d17; */
    color: #ff8200;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-name {
    color: #53565A;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -5px;
}

.contact-email,
.contact-email-secondary {
    /* color: #f88d17; */
    color: #ff8200;
    font-size: 10px;
    font-weight: 400; /*old: 300*/
}

.contact-phone,
.contact-phone-secondary {
    border-left: 1px solid;
    color: #53565A;
    font-size: 10px;
    font-weight: 400; /*old: 300*/
    margin-left: 15px;
    padding-left: 15px;
}

.contact-phone-no-border,
.contact-phone-no-border-secondary {
color: #53565A;
font-size: 10px;
font-weight: 400; /*old: 300*/
}

.plan-subitem.delete,
.plan-subitem.undo-add,
.plan-subitem.undo-register{
    background-color: #e6eaf1;
}

.plan-subitem.delete span[class^="contact-"],
.plan-subitem.undo-add span[class^="contact-"],
.plan-subitem.undo-register span[class^="contact-"]{
    color: #a2acc3;
}

.plan-subitem.add,
.plan-subitem.register {
    /* background-color: #f88d17; */
    background-color: #ff8200;
}

.plan-subitem.add span[class^="contact-"],
.plan-subitem.register span[class^="contact-"] {
    color: #ffffff;
}

.container-masonry .edit .plan-subitem {
/*    box-shadow: 0 2px 3px 0 rgba( 112, 126, 156, 0.4 ); /* dropshadows to indicate interactivity on subitems in Plan>IRT/ERT */
}
  
/*----- MODALS -----*/

.modal {
    z-index: 1040; /* Keeps modals behind Main Nav and in front of Sub Navs */
}

.modal.fade.in {
    padding-right: 0 !important; /* allows for truly full-width modals */
}

.modal-backdrop {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: .75;
}

.modal hr {
    border-top: 1px solid #ccc; /* Overrides Bootstraps default HR color */
}

.modal-body {
    padding: 10px 25px;
}

.modal-header {
    border-bottom: 0;
    margin-bottom: 25px;
    padding: 15px 25px 0 25px;
    position: relative;
}

.modal-footer {
    background-color: #FFFFFF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 0;
}

.modal-content {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border-color: #c4cee4;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h3.modal-subtitle.subheader {
    margin-bottom: 0;
}

/*----- MODALS: Sizing -----*/
.modal-dialog { /* Default: full-width (minus margins) on xs & sm */
    margin: 110px 15px;
}

@media only screen and ( min-width: 768px ) {

    .modal-dialog { /* Default: 600px wide w/ auto margins on md+ */
        margin: 110px auto;
    }

    .modal-small .modal-dialog { /* Small: full-width (minus margins) on xs & sm, 500px wide w/ auto margins on md+ */
        width: 500px;
    }

    .modal-medium .modal-dialog { /* Medium (Between Default and Large): full-width (minus margins) on xs & sm, 750px wide w/ auto margins on md+  */
        width: 750px;
    }

    .modal-large .modal-dialog { /* Large: full-width (minus margins) on xs - lg */
        width: calc( 100% - 110px );
        max-width: 1140px;
    }

    .modal-interior {
        padding: 20px;
    }

}

/*----- MODALS: Login Modal -----*/

.btn-group.btn-group-login {
    width: 2%; /* Doubles the width of the Save button */
}

.modal-tiara {
    position: absolute;
    left: -55px;
    top: -50px;
}

/*----- MODALS: Session Modal -----*/

#sessionTimeoutModal h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 45px 0;
    text-align: center;
}

#sessionTimeoutModal p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 65px;
    text-align: center;
}

/*----- SELECT NAVs -----*/

.select-nav .input-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.select-nav .input-group-addon {
    background-color: #53565A;
    border: 1px solid #c4cee5;
    border-right: none;
    border-radius: 5px 0 0 5px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 15px 10px;
    text-transform: uppercase;
    width: auto;
}

.select-nav .form-control.select2-container {
    border: 1px solid #c4cee5;
    border-left: none;
    border-radius: 0 5px 5px 0 !important;
    overflow: hidden;
    padding: 7px 0 7px 15px;
}

.select-nav .form-control.select2-container:focus {
    box-shadow: none;
}

.select-nav .form-control.select2-container .select2-choice {
    color: #53565A;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    background: #ffffff;
    filter: none;
    box-shadow: none !important;
}

.select-nav .form-control.select2-container .select2-arrow {
    background: #ffffff;
    border-left: none;
}

.select-nav .form-control.select2-container.select2-dropdown-open {
    border: 1px solid #c4cee5;
    border-left: none;
    border-radius: 0 5px 0 0 !important;
}

.select2-drop.select2-drop-active {
    border: 1px solid #c4cee5;
    border-top-width: 0;
}

.select2-results > li > div {
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
}

/*----- SELECT NAV: MAIN NAV -----*/

.select-nav.menu-item-wrapper-mobile .input-group-addon {
    padding: 9px 10px;
}

.select-nav.menu-item-wrapper-mobile .form-control.select2-container {
    padding: 2px 0 0 15px;
}

.select-nav.menu-item-wrapper-mobile .form-control.select2-container .select2-choice {
    font-size: 12px;
}

.select2-drop.mobile-select .select2-results > li:first-of-type {
    font-style: italic !important;
}

@media only screen and ( min-width: 1200px ) {
    .select-nav .input-group {
        display: none; /* Hide all .select-navs on large screens */
    }
}

/***** PAGE: CUSTOMIZE YOUR PLAN *****/

.container.layout-container {
    margin-top: 150px;
}

.plan-section-description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.plan-section-description ul {
    font-size: 13px;
    margin: 10px 0 20px;
}

/*----- PROGRESS NAV -----*/

.container.progress-nav {
    background-color: #fcfcfd;
    border-bottom: 1px solid #c4cee4;
    margin-top: 41px;
    position: fixed;
    width: 100%;
    z-index: 1040; /* keeps sub nav out in front of main nav's dropshadow */
}

.progress-indicator {
    text-transform: none;
    margin: 0;
    padding: 0 110px;
}

.progress-indicator > li {
    height: 80px;
}

.progress-indicator button {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #53565A;
    text-transform: uppercase;
    margin: 17px 0 0;
    padding: 0;
    height: 54px;
    width: 100%;
}
.progress-indicator button:focus {
    outline: none;
}
.progress-indicator > li .bubble {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 #4B5F8C;
    box-shadow: 0 1px 2px 0 #4B5F8C;
    width: 12px;
    height: 12px;
    margin: -17px auto 0;
    border: 1px solid #4B5F8C;
}
.progress-indicator > li .bubble:before,
.progress-indicator > li .bubble:after {
    background: #c4cee4;
    height: 1px;
    top: 17px;
    width: 50%;
    z-index: -1; /* Keep the Bar behind the Bubbles */
}
.progress-indicator > li:first-child .bubble:before,
.progress-indicator > li:last-child .bubble:after {
    display: none; /* Don't display Bar before first Button or after last Button */
}
.progress-indicator > li span.step-num {
    display: block;
    font-size: 10px;
    font-weight: 400; /*old: 300*/
    margin-top: 10px;
}
.progress-indicator > li span.step-name {
    display: block;
    font-size: 10px;
    font-weight: 500; /*old: 600*/
    letter-spacing: 0.3px;
}

/* Button State: Completed */
.progress-indicator > li.completed .bubble {
    background: #ffffff;
    border: 2px solid #4B5F8C;
    -webkit-box-shadow: 0 1px 2px 0 #4B5F8C;
    box-shadow: 0 1px 2px 0 #4B5F8C;
    width: 14px;
    height: 14px;
    margin-top: -16px;
}
.progress-indicator > li.completed .bubble:before,
.progress-indicator > li.completed .bubble:after {
    background-color: #4B5F8C;
    height: 3px;
    top: 17px;
}

/* Button State: Hover */
.progress-indicator button:hover {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 3px 0 #ff8600;
    box-shadow: 0 2px 3px 0 #ff8600;
    /* border: 1px solid #f88d17; */
    border: 1px solid #ff8200;
}
.progress-indicator button:hover .bubble {
    background: #ff8600;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 #ff8600;
    box-shadow: 0 1px 2px 0 #ff8600;
}
.progress-indicator button:hover span.step-num {
    color: #ff8600;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
}

/* Button State: Active */
.progress-indicator > li.active .bubble {
    background: #ffffff;
    border: 4px solid #4B5F8C;
    -webkit-box-shadow: 0 1px 2px 0 #4B5F8C;
    box-shadow: 0 1px 2px 0 #4B5F8C;
    width: 15px;
    height: 15px;
    margin-top: -14px;
}
.progress-indicator > li.active .bubble:before {
    background-color: #4B5F8C;
    height: 3px;
    top: 17px;
}
.progress-indicator > li.active .bubble:after {
    background-color: #c4cee4;
}
.progress-indicator > li.active span.step-num {
    /* color: #FA8D29; */
    color: #ff8200;
    font-size: 20px;
    font-weight: 700;
    margin-top: -2px;
    text-transform: none;
}
.progress-indicator > li.active span.step-name {
    font-size: 10px;
    font-weight: 700;
    text-transform: none;
}

/*----- BOTTOM NAV -----*/

.bottom-nav {
    background-color: #ffffff;
    box-shadow: 0 -2px 4px 0 rgba(112, 126, 156, 0.39);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.bottom-nav .btn-group-justified {
    border-radius: 0;
}

.bottom-nav .btn {
    border: none;
    border-radius: 0 !important;
    display: block;
    font-size: 14px;
    font-weight: 600; /*old: 700*/
    float: left;
    letter-spacing: 0.3px;
    padding: 15px !important;
    text-transform: uppercase;
    width: 100%;
}

/***** PAGE: CUSTOMIZE YOUR PLAN > INTRO SECTION *****/

.plan-intro img[src="images/ill-customize-plan@2x.png"] {
    margin-top: 50px;
}

@media only screen and ( max-width: 1199px ) {
    .plan-intro img[src="images/ill-customize-plan@2x.png"] {
        margin-top: 70px;
    }
}

.plan-intro h1.text-branded1 {
    font-size: 36px;
    font-weight: 400; /*old: 100*/
    margin: 10px 0 12px;
    color:#10069f;
}

.plan-intro ul {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

.plan-intro li {
    margin-bottom: 7px;
}

.plan-intro ul span {
    /* color: #FA8D29; */
    color: #ff8200;
    font-weight: 600;
}

.plan-intro h3.subheader {
    font-size: 22px;
    font-weight: 400; /*old: 300*/
    letter-spacing: normal;
}

.plan-intro .plan-feature span {
    font-size: 18px;
    font-weight: 600;
}

.plan-feature p {
    font-size: 16px;
    line-height: 23px;
}

.plan-intro .plan-disclaimer > p {
    font-size: 10px;
    padding-top: 60px;
}

/***** PAGE: CUSTOMIZE YOUR PLAN > SECTIONS 1 (IRT) and 2 (ERT) *****/

.container-masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.container-masonry .plan-item.edit h3.subheader {
    background-color: #fff3e6;
}

.container-masonry .plan-item.edit h3.subheader:after {
    content: '\f040';
    font-family: 'fontAwesome';
    font-size: 21px;
    margin-left: 15px;
}

input.editinplace {
    background-color: #fff3e6;
    border: none;
    /* color: #f88d17; */
    color: #ff8200;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.025em;
    margin: 0 0 10px -12px;
    outline: none;
    padding: 0 10px;
    width: 100%;
}

.container-masonry .btn .fa {
    display: initial; /* Fix position of fontAwesome icons in second masonry column */
}

.container-masonry .panel {
    display: inline-block; /* keeps masonry panels from breaking across columns */
    width: 100%; /* negates auto-width applied by inline-block */
}

.container-masonry .panel-interior.confirm-delete {
    background-color: #e6eaf1;
    border-radius: 11px 11px 0 0;
    padding: 65px;
    text-align: center;
}

.container-masonry .plan-item.delete .panel-interior h3,
.container-masonry .plan-item.delete .panel-interior h4, {
    line-height: 1.5;
}

.plan-item .btn.btn-deletecat {
    -webkit-border-radius: 11px 0 15px 0;
    border-radius: 11px 0;
    font-size: 15px;
    margin-bottom: -20px;
    padding: 6px 11px;
    position: absolute;
}

.plan-item .btn.btn-addmember,
.plan-item .btn.btn-addvendor,
.btn.btn-createuser,
.btn.btn-addcategory,
.btn.btn-assessment {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 0;
}

.btn.btn-addcategory {
    margin-bottom: 40px;
    padding: 28px;
}

.container-masonry .plan-subitem .panel-body {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.container-masonry .plan-subitem .panel-interior {
    padding: 15px 30px; /* formerly: 0 20px 0 30px */
}

.container-masonry .plan-subitem .btn-delete,
.container-masonry .plan-subitem .btn-undo {
    font-size: 18px;
    height: 100%;
    width: 50px;
    border: 0;
}

.btn-createuser {
    margin-bottom: 20px;
}

.text-divider {
    border-bottom: 1px solid #DEE2E9;
    display: block;
    font-size: 14px;
    margin: 20px 0 15px;
    padding-bottom: 2px;
}

/*----- Assignee (Normal) Button Hover States -----*/

.container-masonry .plan-subitem .btn-delete {
    background-color: #4B5F8C;
    color: #ffffff;
}
.container-masonry .plan-subitem .btn-delete:hover {
    background-color: #4a5c84;
}
.container-masonry .plan-subitem .btn-delete:active {
    /* background-color: #293373; */
    background-color: #001a72;
}
.container-masonry .plan-subitem .btn-undo {
    /* background-color: #f88d17; */
    background-color: #ff8200;
    color: #ffffff;
}
.container-masonry .plan-subitem .btn-undo:hover {
    background-color: #d17816;
}
.container-masonry .plan-subitem .btn-undo:active {
    background-color: #955207;
}

/*----- Assignee (Pending Add / Register) Button Hover States -----*/
.container-masonry .plan-subitem.add .btn-delete,
.container-masonry .plan-subitem.register .btn-delete {
    background-color: #d17816;
}
.container-masonry .plan-subitem.add .btn-delete:hover,
.container-masonry .plan-subitem.register .btn-delete:hover {
    background-color: #af5e04;
}
.container-masonry .plan-subitem.add .btn-delete:active,
.container-masonry .plan-subitem.register .btn-delete:active {
    background-color: #6d3a01;
}

@media only screen and ( min-width: 991px ) {

    .container-masonry {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

}

div.notice-no-users {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 400; /*old: 200*/
    line-height: 1.63;
    margin-bottom: 20px;
    text-align: center;
}

.has-error {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442 !important;
}

/***** PAGE: CUSTOMIZE YOUR PLAN > SECTION 3 (PROTOCOLS) & 4 (PROCEDURES) *****/
#protocols,
#procedures {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.note-editor button.btn .fa,
.note-editor button.btn .fa:before {
    margin: 0; /* Fix fontAwesome icons in SummerNote Editor buttons */
}

/*----- Custom Columns -----*/
#protocols > .col-left,
#procedures > .col-left {
    margin-right: 25px;
    padding-left: 15px;
    width: 317px;
}
#protocols > .col-right,
#procedures > .col-right {
    padding-right: 15px;
    width: 100%;
}

/*----- Override Bootstrap Nav Defaults -----*/
#protocols .nav li,
#procedures .nav li {
    display: list-item;
}
#protocols .nav > li > a,
#procedures .nav > li > a {
    position: relative;
    display: inline;
    padding: 0;
}
#protocols .nav > li > a:hover,
#protocols .nav > li > a:focus,
#procedures .nav > li > a:hover,
#procedures .nav > li > a:focus {
    text-decoration: initial;
    background-color: transparent !important;
}

/*----- Side Nav -----*/
div.panel > nav {
    font-size: 12px;
    line-height: 13px;
    margin: 0;
    padding: 25px 12px 10px 25px;
    text-transform: uppercase;
    width: 192px;
}
div.panel > nav ul {
    list-style: upper-alpha;
    margin: 0;
    padding: 0;
}

/*----- Side Nav: Affix -----*/
.affix-top {
    position: relative;
}
.affix {
    top: 140px;
    width: 231px;
}
.affix-bottom {
    position: absolute;
    width: 231px;
}

/*----- Side Nav: Items -----*/
div.panel > nav li {
    font-weight: 400; /*old: 300*/
    margin: 0 0 10px;
    padding: 0;
}
div.panel > nav li a {
    color: #53565A;
    text-decoration: none;
}

/*----- Side Nav: Items: Current, Hover & Click -----*/
div.panel > nav li:hover {
    font-weight: 400;
}
div.panel > nav li:active,
div.panel > nav li.active {
    font-weight: 600;
}

.categoryHeader {
    color: #53565A;
    font-size: 22px;
    font-weight: 600;"
}

.classification {
    font-size: 22px;
    font-weight: 400; /*old: 100*/
    margin-left:25px;
}

.extreme {
    color: #E9433D;
}

.high {
    color: #e9ab2b;
}
.medium {
    color: #d8cf30;
}
.low {
    color: #3bc03e;
}

@media (max-width: 1199px) {

    #protocols,
    #procedures {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    #protocols > .col-left,
    #procedures > .col-left {
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }

    #protocols > .col-left > div.panel,
    #procedures > .col-left > div.panel {
        border: none;
        margin-bottom: 30px;
    }

    #protocols nav,
    #procedures nav {
        padding: 0 30px;
        width: 100%;
    }

    #protocols > .col-right,
    #procedures > .col-right {
        padding: 0 15px;
    }

    #step3nav ul,
    #step4nav ul {
        display: none;
    }

}

/***** PAGE: CUSTOMIZE YOUR PLAN > SECTION 5 (UPKEEP) *****/

span.field-label,
span.field-response {
    display: block;
    font-size: 18px;
    font-weight: 500; /*old: 700*/
}

span.field-response {
    font-size: 14px;
    font-weight: 600;
}

.btn-today {
    margin: 29px 0 0 0;
    padding: 15px;
    text-transform: uppercase;
}

input[type="date"] {
    line-height: normal; /* Fix Bootstrap's odd sizing for Date inputs */
}

.datepicker::-webkit-inner-spin-button,
.datepicker::-webkit-calendar-picker-indicator { /* Disable Chrome's native datepicker UI */
    display: none;
    -webkit-appearance: none;
}
.datepicker::-webkit-input-placeholder {
    visibility: hidden !important;
}

.datepicker.dropdown-menu {
    z-index: 1041; /* Keep datepicker dialog in front of Navs, but behind Modals */
}

/***** PAGE: VIEW PLAN *****/

#downloadPlanModal .modal-header,
#printPlanModal .modal-header {
    margin-bottom: 0;
}

.planModalText{
    font-size: 20px;
    font-weight: 500;
}

.btn-group.btn-group-download,
.btn-group.btn-group-print {
    width: 2%; /* Doubles the width of the button;; */
}

.planModalBtnGroup {
    width: 100%;
}

.planModalBtnGroup .btn {
    border-radius: 5px !important;
    margin: 10px 0 13px;
    min-width: 50px;
    outline: none !important;
    overflow: hidden;
    padding: 0;
}

.planModalBtnGroup .btn .buttonIcon {
    display: block;
    float: left;
    font-size: 14px;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    width: 40px;
}

.planModalBtnGroup .btn .buttonText {
    display: block;
    float: left;
    font-size: 12px;
    height: 100%;
    margin-left: 15px;
    padding: 13px 0 10px;
    text-align: center;
}

/*----- Unchecked Button Hover States -----*/

.planModalBtnGroup .btn .buttonIcon {
    background-color: #8c96ac;
}
.planModalBtnGroup .btn:hover .buttonIcon {
    background-color: #556486;
}
.planModalBtnGroup .btn:active .buttonIcon {
    background-color: #121b55;
}

/*----- Checked Button Hover States -----*/

.planModalBtnGroup .btn.reportSelected .buttonIcon {
    background-color: #c66f0e;
}
.planModalBtnGroup .btn.reportSelected:hover .buttonIcon {
    background-color: #af5e04;
}
.planModalBtnGroup .btn.reportSelected:active .buttonIcon {
    background-color: #6d3a01;
}

.wysiwyg-output .plan-subitem {
    max-width: 50%;
}

@media only screen and ( max-width: 991px ) {
    .wysiwyg-output .plan-subitem {
        max-width: 100%;
    }
}

span.client-credit {
    display: block;
    font-size: 17px;
    font-weight: 400; /*old: 300*/
    width: 100%;
    border-bottom: 1px solid #c4cee4;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

h3.section-header {
    /* color: #f88d17; */
    color: #ff8200;
    font-size: 22px;
    font-weight: 400; /*old: 200*/
    margin-bottom: 15px;
}

div.subsection {
    padding-bottom: 30px;
}

h4.subsection-header {
    color: #53565A;
    font-size: 18px;
    font-weight: 500; /*old: 700*/
    margin-bottom: 0;
}

h4.subsection-header > span {
    /* color: #FA8D29; */
    color: #ff8200;
    font-weight: 400; /*old: 200*/
}

h4.team {
    font-size: 18px;
    font-weight: 500; /*old: 700*/
    margin-bottom: 2px;
}

h4.team-external {
    margin-bottom: 8px;
}

div.assignee {
    font-size: 14px;
}

div.horizontal-rule {
    border-bottom: 1px solid #c4cee4;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

span.assignee-company {
    /* color: #FA8D29; */
    color: #ff8200;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

span.audit {
    display: inline-block;
    font-size: 10px;
    font-weight: 400; /*old: 300*/
    margin-bottom: 15px;
}

div.severity > h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

div.severity > h5 > span {
    font-size: 14px;
    font-weight: 400; /*old: 300*/
    margin-left: 15px;
}

div.severity span.remediation {
    font-size: 14px;
    font-weight: 500;
}

div.severity div.description {
    font-size: 12px;
    font-weight: 400;
}

div.frequency {
    font-size: 16px;
    font-weight: 600;
}

div.frequency > span {
    /* color: #FA8D29; */
    color: #ff8200;
    font-weight: 400;
}

/*----- Font size/weight overrides -----*/

#viewplan .section-number {
    font-size:28px;
    color: #f88d17;
    font-weight: 500;
    margin-bottom: 15px;
}

#viewplan .section-title {
    font-size:28px;
    color: #f88d17;
    font-weight: 500;
    margin-bottom: 15px;
}

#viewplan .section-number-alt {
    color: #53565a;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

#viewplan .section-title-alt {
    font-size: 36px;
    color: #53565a;
    font-weight: 500;
    margin-bottom: 15px;
}

#viewplan .subsection-number{
    font-size: 28px;
    color: #f88d17;
    font-weight: 500;
    padding-bottom: 0px;
}

#viewplan .subsection-title{
    font-size: 28px;
    color: #f88d17;
    font-weight: 500;
    padding-bottom: 0px;
}

#viewplan .subsection-header{
    padding-bottom: 10px;
}

#viewplan .category{
    font-size: 16px;
    color: #0A2D7D;
    font-weight: 600;
    margin-bottom: 0px;
}

#viewplan .indent{
    padding-left: 40px;
}

#viewplan .panel{
    margin-left: 14px;
}

#viewplan h3.section-header {
    font-weight: 500;
}

#viewplan div.severity > h5 > span {
    font-weight: 400;
}

#viewplan .contact-company {
    font-size: 14px;
    font-weight: 400;
}

#viewplan h4.subsection-header > span {
    font-weight: 500;
}

#viewplan h4.team {
    font-size: 16px;
    font-weight: bold;
}

#viewplan div.frequency {
    font-size: 14px;
    font-weight: 400;
}

#viewplan .wysiwyg-output,
#viewplan .wysiwyg-output p,
#viewplan .wysiwyg-output ul {
    font-size: 14px;
    font-weight: 400; /*old: 300*/
    line-height: 1.38;
}

#viewplan .wysiwyg-output ul {
    line-height: 1.43;
}

#viewplan .contact-email,
#viewplan .contact-email-secondary,
#viewplan .contact-phone,
#viewplan .contact-phone-secondary {
    font-size: 12px;
}

/***** PAGE: INTERNAL RESPONSE TEAM (IRT) & EXTERNAL RESPONSE TEAM (ERT) *****/

.contactModal .contactModalText {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.contactButtons .btn {
    font-size: 16px;
    min-height: 45px;
    margin-bottom: 20px;
    padding: 10px 0 10px 50px;
    text-align: left;
    width: 100%;
}

/*----- Vendor Hover States -----*/

#responseteam .plan-subitem {
    box-shadow: 0 2px 3px 0 rgba( 112, 126, 156, 0.4 ); /* dropshadows to indicate interactivity on subitems in Plan>IRT, Plan>ERT, and External Team only*/
}
#responseteam .plan-subitem:hover {
    box-shadow: 0 2px 3px 0 rgba( 34, 61, 119, 0.7 ); /* Hover state for subitems on this page only */
}
#responseteam .plan-subitem:active {
    box-shadow: 0 2px 3px 0 rgba( 248, 141, 23, 0.4 ); /* Click state for subitems on this page only */
}

#internalteam .plan-subitem {
box-shadow: 0 2px 3px 0 rgba( 112, 126, 156, 0.4 ); /* dropshadows to indicate interactivity on subitems in Plan>IRT, Plan>ERT, and External Team only*/
}
#internalteam .plan-subitem:hover {
box-shadow: 0 2px 3px 0 rgba( 34, 61, 119, 0.7 ); /* Hover state for subitems on this page only */
}
#internalteam .plan-subitem:active {
box-shadow: 0 2px 3px 0 rgba( 248, 141, 23, 0.4 ); /* Click state for subitems on this page only */
}

/***** PAGE: CHECKLIST *****/

.file-link-doc a{
    font-size:12px;
}

.file-link-date{
    font-size:12px;
}

.company-hotline{
    font-size:10px;
}

.check {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding: 0 15px;
}

.check-box {
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #4B5F8C;
    height: 23px;
    margin-right: 28px;
    width: 23px;
    flex-shrink: 0;
}

.check-table-div td {
    vertical-align:bottom;
}

.check-num {
    /* color: #f88d17; */
    color: #ff8200; 
    display: inline-block;
    font-size: 28px;
    font-weight: 400; /*old: 100*/
    margin-right: 13px;
    width: 30px;
    flex-shrink: 0;
}

.check-title {
    font-size:14px;
    margin-bottom:15px;
}

.check-content {
    display: inline-block;
    margin-top:12px;
}

.check-content p.note {
    font-size: 14px;
}

.check-content  p.note > span {
    /* color: #f88d17; */
    color: #ff8200;
}

.check-content ul {
    font-size: 13px;
}

.check-divide {
    border-top:#eeeeee 1px solid;
    font-size: 5px;
    margin-bottom:10px;
}

.checklist-item-view {
    border-bottom:#eeeeee 1px solid;
    font-size:5px;
    padding-top:10px;
    padding-bottom:10px;
}

/***** PAGE: HELP *****/

#howtoTop {
    text-align: center;
}

#howtoTop h1 {
    /* color: #f88d17; */
    color: #ff8200;
    font-size: 36px;
    font-weight: 400; /*old: 200*/
}

#howtoTop img {
    margin: 0 auto 83px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
}

#howtoCenter h1.text-branded1,
#howtoBottom h1.text-branded1 {
    padding-bottom: 9px;
    margin-bottom: 37px;
    border-bottom: 1px solid #c4cee4;
}

#howtoTop h3,
#howtoCenter h3,
#howtoBottom h3 {
    font-size: 22px;
    font-weight: 400; /*old: 200*/
    margin: 30px 0 7px;
}

#howtoTop h4,
#howtoCenter h4,
#howtoBottom h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}

#howtoTop p,
#howtoCenter p,
#howtoBottom p {
    font-size: 16px;
    font-weight: 400; /*old: 200*/
}

#howtoCenter ul {
    font-size: 14px;
    font-weight: 200; /*old: 400*/
    line-height: 22px;
}

/*----- Sub Nav -----*/
.help-subnav {
/*    background-color: #4B5F8C; */
/*    background-color:#d17816; */
    background-color:#ff8200;
    position: fixed;
    top: 41px;
    width: 100%;
    z-index: 1040; /* keeps sub nav out in front of page content */
}
.help-subnav ul {
    font-size: 12px;
    font-weight: 400; /*old: 600*/
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/*----- Sub Nav: Items -----*/
.help-subnav ul li.help-li span {
/*    background-color: #6a82b7; */
    background-color:#ff8200;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400; /*old: 300*/
    height: 100%;
    padding: 13px 28px;
    text-transform: none;
}
.help-subnav ul li a {
    background-color: transparent;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0 20px;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
}

/*----- Sub Nav: Items: Hover & Click -----*/
.help-subnav ul li a:hover {
    /* background-color: #4a5c84; */
    background-color:#d17816;
}
.help-subnav ul li a:active {
    /* background-color: #293373; */
    /* background-color: #001a72; */
    background-color:#d17816;
}

/*----- Sub Nav: Items: Underline -----*/
.help-subnav ul li a:after {
    background: transparent;
    content: '';
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
}
.help-subnav ul:hover li.current a:after {
    background: transparent; /* hide .current underline on menu hover */
}
.help-subnav ul li a:hover:after, /* hover */
.help-subnav ul li.current a:after, /* current */
.help-subnav ul:hover li.current a:hover:after /* hover + current */ {
    background-color: #d0d6e3; /* show underline */
}

/*----- Sub Nav: Anchors -----*/
.hiddenAnchor {
    position: relative;
}
.hiddenAnchor span {
    position: absolute;
    top: -133px;
}

/*----- Responsive Video Embeds -----*/
div.vid-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
}
div.vid-responsive iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***** PAGE: Terms of Use *****/

/*----- Tab Navs -----*/
.nav-tabs > li > a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-right-color: transparent !important;
    border-radius: 0;
    margin-right: 0;
    text-decoration: none;
}

.nav-tabs > li:first-of-type > a {
    border-top-left-radius: 4px;
}

.nav-tabs > li:last-of-type > a {
    border-top-right-radius: 4px;
    border-right-color: #ddd !important;
}