/******************************** GENERAL STYLES */

.bold {
    font-weight: 800;
}

.line-break {
    display: block;
}

.text-link {
    color: #FA582D;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer;
}

.text-link:hover {
    color: #da4c26;
}

.orange-text {
    color: #FA582D;
}

.red-underline {
    border-bottom: 1.5px solid #E22A2A;
}

/*10-14-2021 Styles added */

#myTable tr {
    cursor: pointer !important;
}

.custom-select {
	border-radius: 0px !important;
}

.form-control-sm {
	border-radius: 0px !important;
}

td {
    vertical-align: middle !important;
}

#myTable_filter label::after {
	content: url("images/search.svg");
	margin-bottom: -5px;
}

#myTable_filter label {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
}

#myTable tr:nth-child(1) th {
	background-color: #807D7C;
	color: #fff;
	text-transform: uppercase;
	padding: .8rem;
	border: 0px !important;
}

.table-sm td {
	padding: .85rem !important;
}

td {
	font-size: 14px !important;
}

#myTable_wrapper label {
	font-size: 12px !important;
}

#myTable_wrapper li {
	margin-right: 5px;
}

.dataTables_info {
	font-size: 12px;
}

.page-item:first-child .page-link {
	border: none;
}

.page-item:first-child .page-link::before {
	content: url("images/triangle.svg");
	padding-right: 10px;
}

.page-item:last-child .page-link::after {
	content: url("images/triangle-rt.svg");
	padding-left: 10px;
}

.page-item:last-child .page-link {
	border: none;
}

.page-link {
	color: #807D7C !important;
	font-size: 12px !important;
}

.page-item.active .page-link {
	background-color: #fff !important;
	border-color: #FA582D !important;
}

/* 6-12-2021 New Styles added */


#nav {
	width: 100%;
	display: flex;
	background-color: #000;
	align-items: center;
	height: 50px;
}

#nav-black {
	width: 100%;
	display: flex;
	background-color: #000;
	align-items: center;
	height: 50px;
}

#nav-grey {
	width: 100%;
	display: flex;
	background-color: #CECECE50;
	align-items: center;
	height: 50px;
}


.nav-links {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding-inline-start: 0px;
}


.nav-links-mobile {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	display: none;
	justify-content: space-between;
	list-style-type: none;
	padding-inline-start: 0px;
}


.nav-links-grey {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	list-style-type: none;
	padding-inline-start: 0px;
}

#menu {
	display: none;
	text-align: center;
}

.nav-links li a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 12px;
}

.nav-active div {
    height: 2px;
    background-color: #E5E5E5;
    width: 130%;
    margin-left: -70px;
    margin-top: -5px;
    margin-bottom: 15px;
}

.nav-links-mobile li a {
	color: #fff;
	text-decoration: none;
	/*padding-bottom: 12px;*/
}

.hide-on-load li {
    opacity: .4;
    font-weight: 400;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.hide-on-load .pass-check, .hide-on-load .fail-check {
    margin-right: 5px;
    margin-left: -5px;
}

#main-menu li:hover {
    opacity: 1;
    font-weight: 800;
}

.nav-links-grey li a {
	color: #000;
	text-decoration: none;
	padding-bottom: 12px;
}

.nav-links-grey li {
	margin-right: 40px;
}

.nav-links-grey .selected {
	font-weight: 800;
}


#nw-var-content {
	width: 100%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#nw-var-content-blue {
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
	border: 2px solid #05B8E5;
	padding: 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#nw-var-content-green {
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
	border: 2px solid #00CC66;
	padding: 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nw-subtitle {
    font-size: 22px;
    color: #807D7C;
    margin-bottom: 30px;
    margin-top: 1%;
    padding-top: 0;
    font-weight: 600;
}

.main-nav {
	padding-bottom: 0px;
	margin-left: 0px;
}

.selected {
	border-bottom: 4px solid #FA582D;
}

.border {
    width: 99.6%;
    border-bottom: 1px solid #757271;
    margin-bottom: 55px;
    margin-top: 35px;
}

.compliance-level {
	width: 100%;
	border: 1px solid #757271;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.level-details {
	width: 94%;
	padding-top: 3%;
	padding-bottom: 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.compliance-badge {
	width: 20%;
}

.level-label {
	width: 60%;
}

.level-label p:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	color: #151515;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-bottom: 2px;
}

.level-label p:nth-child(2) {
	font-size: 18px;
	color: #807D7C;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.main-tab-links {
	text-decoration: none;
	display: block;
}

.main-tab-links:hover {
	background: #dcdcdc50;
}

.status-img {
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.pass-fail-intro {
	width: 100%;
	display: flex;
	align-items: center;
}

.pass-fail-box {
	/*width: 175px;*/
	min-width: 125px;
	justify-content: center;
	display: flex;
	margin-right: 3%;
}

.pass-fail-text p.body-text {
	padding-bottom: 0px;
	margin-block-end: 0em;
	margin-block-start: 0em;
}

.pass-fail-text p {
	padding-bottom: 0px;
	margin-block-end: 0em;
	margin-block-start: 0em;
	margin-bottom: 5px;
}

.pass-fail-text p:first-child {
    margin-bottom: 11px !important;
}

.gray-bg {
	background-color: #707070;
}

.yellow-bg {
	background-color: #ffCB06;
}

.blue-bg {
	background-color: #00C0E8;
}

.green-bg {
	background-color: #00CC66;
}

.red-bg {
	background-color: #F15933;
}

.orange-bg {
    background-color: #F15933;
}

.gray-rail {
	border-left: 4px solid #707070;
}

.orange-rail {
    border-left: 5px solid #FA582D;
}

.blue-rail {
    border-left: 5px solid #00B6E4;
}

.yellow-rail {
	border-left: 5px solid #ffCB06;
}

.green-rail {
	border-left: 5px solid #00CC66;
}

.blue-rail {
	border-left: 5px solid #00C0E8;
}

.red-rail {
	border-left: 5px solid #F15933;
}

.gray-rail-bottom {
	border-bottom: 4px solid #707070;
}

.yellow-rail-bottom {
	border-bottom: 4px solid #ffCB06;
}

.green-rail-bottom {
	border-bottom: 4px solid #00CC66;
}

.blue-rail-bottom {
	border-bottom: 4px solid #00C0E8;
}

.red-rail-bottom {
	border-bottom: 4px solid #F15933;
}

.var-title-bar {
	width: 100%;
	/*background-color:#00C0E8;*/
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	display: flex;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
}

.var-title-bar p {
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 22px;
	font-weight: bold;
	margin-top: auto;
	margin-left: 3%;
	margin-bottom: auto;
}

.var-title-bar-green {
	width: 100%;
	background-color: #0DCC66;
	color: #fff;
	text-transform: uppercase;
	padding: 2% 3% 2% 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
}

.var-title-bar-green p {
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 22px;
	font-weight: bold;
	margin: auto;
}

.sc-sub-nav {
	display: flex;
	justify-content: space-between;
}

.specialization-menu {
	display: flex;
	width: 65%;
	justify-content: flex-end;
	align-self: flex-start;
}

.specialization-menu-mobile {
	display: none;
}

.specialization-menu a:nth-child(2) {
	margin-left: 2%;
	margin-right: 2%;
}

a.sc-blue {
	width: auto;
	border: 2px solid #05B8E5;
	color: #05B8E5;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	border-radius: 50px;
	text-decoration: none;
}

a.sc-green {
	width: auto;
	border: 2px solid #0DCC67;
	color: #0DCC67;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	border-radius: 50px;
	text-decoration: none;
}

a.sc-blue-selected {
	width: auto;
	border: 2px solid #05B8E5;
	background-color: #05B8E5;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	border-radius: 50px;
	text-decoration: none;
}

a.sc-green-selected {
	width: auto;
	border: 2px solid #0DCC67;
	background-color: #0DCC67;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	border-radius: 50px;
	text-decoration: none;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.flex {
	display: flex !important;
}

.resource-list {
	list-style-image: url(images/triangle-bullet.svg);

}

.resource-list li span {
	position: relative;
	left: 15px;
}

#nw-page-title {
    color: #FA582D;
    margin-top: 20px;
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 10px;
}

#overview-notice-text {
    margin-top: 25px;
    line-height: 24px;
}

.note {
    font-size: 12px;
    margin-top: -4px !important;
    color: #807D7C;
}

#employee-nav #breadcrumbs p {
    top: -70px;
}

#employee-nav #accounts-list-button {
    box-shadow: 0px 2px 7px #0000003d;
}


/******************************** VERTICAL SIDE NAV STYLING + SETUP */

/* hides the vertial nav submenus on load */
.hide-on-load {
    display: none;
    margin-top: 20px;
    padding-top: 0 !important;
    padding-bottom: 0;
}

.hide-on-load li {
    margin-top: 10px !important;
    padding-top: 0 !important;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}

.hide-on-load li:hover {
    background-color: transparent !important;
    color: #807D7C !important;
}

#closeSidebar {
  position: absolute;
  width: 90px;
  left: -45px;
  padding-left: 0;
  font-size: 10px;
  height: 30px;
    border: none;
    transform: rotate(90deg);
}

.collapsed #closeSidebar {
  display: none;
}

#openSidebar {
    position: absolute;
    left: -30px;
    width: 90px;
    padding-left: 0;
    font-size: 10px;
    height: 30px;
    display: none;
    border: none;
    transform: rotate(90deg);
}

.collapsed #openSidebar {
  display: block;
}

.page-wrapper {
    width: 80%;
    /* margin-left: 20%; */
    /* float: left; */
    /* -webkit-transition: all .25s ease-out; */
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    /* position: relative; */
    /* left: 20px; */
    margin-top: 50px;
    /* margin-bottom: 50px; */
    display: inline-block;
    top: 0;
    align-self: flex-start;
    align-items: stretch;
}
/*

.navbar-side, #employee-nav .navbar-side {
    width: 20%;
    display: inline-block;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
     position: absolute;
    height: 100%;
    background-color: #e5e5e5;
    min-height: 1500px;
    box-shadow: 3px 2px 4px #0000002e;
    align-self: flex-start;
}
*/

.navbar-side, #employee-nav .navbar-side {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background-color: #e5e5e5;
    min-height: 1300px;
    box-shadow: 3px 2px 4px #0000002e;
    align-self: flex-start;
    overflow-x: hidden;
}

.cat-1-navbar-side {
    min-height: 1000px;
}

.cat-2-navbar-side {
    min-height: 1100px;
}

.cat-3-navbar-side {
    min-height: 1350px;
}


#employee-nav .navbar-side {
    min-height: 1200px;
}

#accounts-list-button {
    background-color: #807C7B;
    width: 150%;
    color: #fff;
    text-align: left;
    padding-top: 15px !important;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

#accounts-list-button:hover {
    background-color: #6b6766 !important;
}

#accounts-list-button span {
    background-image: url(../images/back-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 19px;
    height: 12px;
    margin-right: 10px;
    margin-left: -52px;
}

#account-overview {
    margin-top: -5px;
}

.accounts-list-active {
    background-color: #fff !important;
    color: #000 !important;
    padding-right: 6% !important;
    border-left: initial !important;
}

.accounts-list-active span {
    display: none;
}

#main-content {
    padding: 0 6% 0 2.5%;
    position: relative;
    min-height: 75vh;
}

/* in this context, mobile, collapsed means the sidebar is showing */

.page-wrapper.collapsed {
  margin-left: 0;
}

.navbar-side.collapsed {
  left: -80%;
}

button#sidebar-toggle {
  margin: 8px;
}

#nextwave-logo {
    width: 65%;
    display: block;
    margin: 50px auto;
}

.close-button {
    display: none;
}

.navbar {
    padding: 0 !important;
}

#main-menu {
    overflow-x: hidden;
    width: 100%;
}

#main-menu li {
    margin-left: -40px;
    /* padding-left: 30px; */
    list-style-type: none;
    padding-top: 15px;
    margin-bottom: 5px;
    margin-top: -5px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
    padding-bottom: 15px;
}

#main-menu li:hover {
    background-color: #d3d3d3;
}

#main-menu a {
    text-decoration: none;
    color: inherit;
    margin-left: 35px;
}

.nav-active a {
    margin-left: 25px !important;
}

#nav-active {
    background-color: #000;
    color: #fff;
    padding: 3% 1.5%;
    font-size: 16px;
}

#nav-item-active {
    font-weight: 800;
    opacity: 1;
}

.nav-active:hover {
    background-color: #ebeaea !important;
}

/*
.nav-active a {
    margin-left: -5px;
}
*/

#main-menu li ul {
    font-size: 14px;
}

#logout-button {
    padding-left: 35px;
    -moz-transition: all .1s ease-out;
    width: 100%;
    background: transparent;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 15.3px;
}

#logout-button:hover {
    font-weight: 800;
}

/******************************** OVERVIEW PAGE */

.overview-section h3 {
    background-color: #000;
    color: #fff;
    padding: 1% 1.5%;
    margin-bottom: 5px;
    font-size: 16px;
    width: 96.4%;
}

.overview-section-block h4 {
    font-size: 14px;
}

.overview-section h5 {
    font-weight: 300;
    margin-top: 3px;
    font-size: 14px;
}

.overview-section-block h4, .overview-section-block h5 {
    margin: 0;
    padding: 0;
}

.overview-section-block {
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    width: 42.7%;
    padding: 0 3%;
    margin: 5px 2.5px;
    vertical-align: top;
}

.overview-section .overview-section-block {
    padding: 2% 3.5% 2% 2.5%;
}

.overview-section-block-right {
    margin-right: 0;
    margin-left: auto;
}

.overview-section-block:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}

.overview-section-block-full {
    width: 100% !important;
}

.overview-section a {
    text-decoration: none !important;
    color: inherit !important;
}

.overview-section-margin-top {
    margin-top: 35px;
}

.border-left-orange {
    border-left: 5px solid #FA582D !important;
}

.border-left-blue {
    border-left: 5px solid #00B6E4 !important;
}

.border-left-yellow {
    border-left: 5px solid #FFBE00 !important;
}

.border-left-green {
    border-left: 5px solid #00CC66 !important;
}

#compliance-footer {
    background-color: #2A2A2A;
    position: relative;
    z-index: 2;
    padding: 50px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

#employee-nav #compliance-footer {
    width: 100%;
}

#compliance-footer p {
    color: #fff;
    font-size: 14px;
    line-height: 130%;
}

#compliance-footer div {
    width: 30%;
    display: inline-block;
}

#compliance-footer h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
}

#palo-alto-logo {
    width: 60%;
    float: right;
}

#compliance-footer a {
    color: #FA582D;
}

.pass-indicator, .fail-indicator {
    border: 2px solid #0DCC66;
    width: 100px;
    padding: 4% 2%;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #0DCC66;
    font-weight: 800;
}

.fail-indicator {
    border: 2px solid #E22A2A;
    color: #E22A2A;
}

.pass-check, .fail-check {
    background-image: url(../images/checkmark.png);
    height: 10px;
    width: 15px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.fail-check {
    background-image: url(../images/xmark.png);
}

.navigation-arrow {
    background-image: url(../images/navigation-arrow.png);
    height: 10px;
    width: 15px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.active-navigation-arrow {
    background-image: url(../images/active-navigation-arrow.png);
}

.active-navigation-section {
    background-color: #fff;
}

.remove-navigation-arrow {
    background-image: url(../images/navigation-arrow.png);
}

.nav-active .navigation-arrow {
    transform: rotate(180deg);
    margin-bottom: 2px;
}


.nav-active {
    background-color: #fff;
    color: #000;
    padding: 1.5%;
    font-size: 16px;
    font-weight: 800;
    border-left: 5px solid #FA582D;
    box-shadow: 0px 2px 7px #0000001a;
}

.hide-on-load-active {
    display: block;
}

/******************************** OTHER PAGES - GENERAL */

#deadline {
    color: #0DCC66;
    font-weight: 800;
    font-size: 18px;
}

.pass-fail-status-container {
    margin-top: -20px;
}

#fail-deadline {
    color: #E22A2A;
    font-weight: 800;
    font-size: 20px;
}

.overview-section-block-status-bar {
    border: none !important;
    background-color: #F5F5F5;
}

.overview-section-block-status-bar {
    border: none !important;
    background: linear-gradient(to left, #F5F5F5 95%, #ffffff 50%);
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 1% 4%;
    padding-left: 11%;
    cursor: initial !important;
}

.overview-section-block-status-bar h4 {
    font-size: 18px;
    margin-left: 20px;
}

.overview-section-block-status-bar img {
    width: 12%;
    position: absolute;
    left: -1%;
    top: -30%;
    font-family: 'Montserrat', sans-serif !important;
    max-width: 150px;
}

.overview-section-block-status-bar .pass-indicator, .overview-section-block-status-bar .fail-indicator {
    width: 130px;
    font-size: 18px;
}

.specializations-pass-fail-status-container, .pass-fail-status-container {
    margin-bottom: 55px;
}

.specializations-pass-fail-status-container p {
    line-height: 24px;
}

#breadcrumbs p {
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: .5%;
    position: absolute;
    top: -83px;
    left: -19px;
    padding-left: 6.5%;
    font-size: 12px;
    z-index: -1;
}

/******************************** LOGIN PAGE */

#login-page, #error-page {
    background-image: url(../images/bg-image-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#login-container, #error-container, #email-submitted-container {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: #fff;
    padding: 2%;
    margin-top: 40px;
    margin-bottom: 10%;
    min-width: 800px;
    position: relative;
    box-sizing: border-box;
}

#error-container {
    margin-top: 80px;
}

#login-container {
    padding: 3% 5%;
    box-shadow: 2px 1px 10px 2px #0000002b;
}

#error-container {
    padding: 5%;
    text-align: center;
}

#nextwave-partner-logo-login {
    width: 225px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 40px;
}

#login-container h2, #error-container h2 {
    text-align: center;
}

#login-page h2, #error-page h2, #email-submitted-container h2 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
}

div#email-submitted-container p {
    font-weight: 400;
    line-height: 22px;
}

#email-address-field {
    margin: 40px auto 45px auto;
    width: 90%;
}

#login-page input[type="email"] {
    background-color: #5A5A5A10;
    color: #000;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #807C7B40;
    font-size: 14px;
    width: 100%;
}

#login-container p, #login-disclaimer, #error-container p {
    text-align: center;
    font-weight: 400;
    line-height: 22px;
}

#login-disclaimer {
    font-size: 12px;
    font-weight: 500;
    margin-top: 50px;
    line-height: 18px;
    text-align: center !important;
}

.email-submitted #login-disclaimer {
    margin-top: 37px !important;
}

#email-submitted-container {
    margin-bottom: 0 !important;
}

#login-page input[type="submit"] {
    background-color: #FA582D;
    border: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 30%;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer;
}

#login-page input[type="submit"]:hover {
    background-color: #da4c26;
}

#email-address-field label {
    text-align: left !important;
    width: 100%;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    font-weight: 800 !important;
    font-size: 14px;
}

.error-login-exclamation {
    color: #fff;
    position: absolute;
    top: -17px;
    background-color: #000000;
    width: 10px;
    height: 10px;
    font-size: 25px;
    font-weight: 800;
    font-family: sans-serif;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
}

.error-login-message {
    background-color: #5A5A5A10;
    color: #000000;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 45px 30px 35px 30px;
    line-height: 22px;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

#footer-copyright, #footer-copyright-2, #footer-copyright-3 {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #000;
    color: #dedede;
    font-size: 10px;
    padding: 13px;
}

#footer-copyright-2 {
    position: initial;
}

#footer-copyright .line-break {
    font-size: 8px;
    margin-top: 2px;
}

/******************************** ERROR PAGE */

#error-page {
    background-color: #f4f4f2;
    background-image: initial;
}

#error-exclamation {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -20%;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 800;
}

#error-page-content {
    width: 100%;
}

#error-container h1 {
    font-size: 65px;
    margin-bottom: 0;
    margin-top: 0;
}

#login-page h2, #error-page h2 {
    margin-top: 5px;
    margin-bottom: 20px !important;
}

#error-container {
    padding: 3% 2%;
    text-align: center;
    box-shadow: 2px 1px 10px 2px #0000002b;
}

/******************************** EMAIL SUBMITTED PAGE */

#email-submitted-container {
    padding: 5% 5% 4% 5%;
    text-align: center;
    box-shadow: 2px 1px 10px 2px #0000002b
}

.navbar-side .line-break {
    display: initial;
}

/******************************** HAMBURGER MENU */

#mobile-menu {
    position: absolute;
    display: none;
    width: 40px;
    height: 22px;
    background: transparent;
    border-top: 4px solid;
    border-bottom: 4px solid;
    color: #1b1b1b;
    font-size: 0;
    transition: all 0.25s ease-in-out;
    margin-right: 0;
    margin-left: auto;
    right: 50px;
    top: 50px;
    z-index: 40;
}

#employee-nav #mobile-menu {
    height: 30px;
}

#mobile-menu:before, #mobile-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease-in-out;
}

#mobile-menu:hover {
  color: #000000;
}

#mobile-menu.is-active {
  border-color: transparent;
}
#mobile-menu.is-active:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#mobile-menu.is-active:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

button {
  border: none;
  cursor: pointer;
  outline: none;
}

/******************************** PAGINATION */

.pagination li {
    margin-left: 5px !important;
    cursor: pointer;
}

/******************************** MENU ADJUSTMENTS - HOVER */

.menu-bold {
    font-weight: 800 !important;
    opacity: 1 !important;
}

.odd td:first-child, .even td:first-child {
    width: 50%;
}


/******************************** MODAL TABS */

.modal-tabs {
    width: 97%;
    background-color: #F4F4F2;
    border-radius: 5px 5px 5px 5px;
    font-family: 'Montserrat', sans-serif !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#modal-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    overflow: auto;
    background-color: #fff;
}

#modal-tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 0px;
    padding: 8px 5px 8px 20px;
    cursor: pointer;
    border: 1px solid #DEDEDE;
    width: 8%;
    background-color: #F4F4F2;
}

#modal-tabs-nav li:hover, #modal-tabs-nav li.active {
    background-color: #fff;
}

#modal-tabs-nav li a {
    text-decoration: none;
    color: #000;
}

#modal-tabs-nav li:first-child {
    margin-left: -5px;
}

.modal-tabs h3 {
    border-bottom: 2px solid #FA582D;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
}

.modal-tabs h4 {
    font-weight: 300;
    margin-bottom: 0;
}

.modal-tab-content {
    padding: 20px;
    border: 1px solid #DEDEDE;
    background-color: #FFF;
}

.modal-tab-content .no-record-container h4 {
    margin-left: 0;
}


/******************************** MODAL TABS - TABLE */

.compliance-modal-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.compliance-modal-table td, .compliance-modal-table th {
    border: 1px solid #DEDEDE;
    text-align: left;
    padding: 8px;
}

.compliance-modal-table th {
    border: 0;
}

.compliance-modal-table tr:nth-child(even) {
    background-color: #F4F4F2;
}

.modal-tab-text {
    font-size: 12px;
    margin-top: 20px;
    color: #333;
    font-style: italic;
}

.modal-tab-total-row {
    font-weight: 800;
}

.invisible-cell {
    background-color: #fff;
    border: 0 !important;
}

.not-compliant {
    color: red !important;
}

.no-record-container h4 {
    font-weight: 400;
    margin-left: 10px;
}

/******************************** ACTIVE NAV SECTION ADJUSTMENTS  */

.nav-active {
    padding-bottom: 3% !important;
}

.turn-arrow-already-clicked {
    transform: initial;
}

.nav-active .turn-arrow-already-clicked {
    transform: initial;
}

#accounts-list-button {
    padding-bottom: 15px;
    padding-top: 20px !important;
}

/******************************** UNTRACKED MODAL */

.inner-modal {
    width: 100% !important;
}

.untracked-modal {
    width: 97% !important;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.untracked-modal a {
    color: #F15933 !important;
}

/******************************** INITIAL LOAD MODAL */

.initial-notice-modal {
    padding: 15px 10px !important;
}

.initial-notice-modal p {
    margin-bottom: 0;
}

/******************************** MISCELLANEOUS  */

/* removing images around pagination and space at bottom of table */
#myTable_filter label::after, .page-item:first-child .page-link::before, .page-item:last-child .page-link::after {
    display: none;
}

table.dataTable {
    overflow-x: hidden;
}

.capability_main_header.number {
    font-weight: 500;
    margin-bottom: 1px;
    height: auto;
    font-size: 14px;
    margin-top: 14px;
}

.capability_sub_header {
    font-size: 12px;
    color: #807D7C;
    margin-bottom: 14px;
}

.product-specializations-failed {
    height: auto !important;
    display: block !important;
    margin-bottom: 5px;
    line-height: 20px;
}

.product-specializations-failed a {
    color: inherit !important;
    margin-left: 5px !important;
}

.or-condition .or-line-priority {
    height: 2px;
    background-color: #000;
}

.no-records-alt p {
    margin-left: 10px;
}

/* if a tab in the engagement modal is empty, show red for the tab title */
#modal-tabs-nav li a.empty-engagement {
    color: #ccc;
}

.swfw_post_sales2_note_2024 {
    font-size: 12px;
}

/******************************** MEDIA QUERIES */

@media (max-height: 910px) {
    #footer-copyright {
        position: initial;
    }
    #login-container, #error-container, #email-submitted-container {
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 1850px) {
    .overview-section-block-status-bar img {
        top: -25%;
    }
}

@media screen and (max-width: 1750px) {
    .overview-section-block-status-bar img {
        top: -21%;
    }
}

@media screen and (max-width: 1700px) {
    .overview-section h3 {
        width: 96.7%;
    }
    .overview-section-block {
        width: 42.6%;
    }
    .overview-section-block-status-bar {
        width: 100% !important;
    }
    .overview-section-block-status-bar img {
        top: -19%;
    }
}

@media screen and (max-width: 1750px) {
    .overview-section-block-status-bar img {
        top: -14%;
    }
}

@media screen and (max-width: 1600px) {
    #login-container, #error-container, #email-submitted-container {
        width: 80%;
    }
    .overview-section-block {
        border: 1px solid #000;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 42.5%;
    }
    .overview-section-block-status-bar {
        width: 86%;
    }
    .overview-section-block-status-bar img {
        top: -22%;
    }
    .overview-section-block-status-bar .pass-indicator, .overview-section-block-status-bar .fail-indicator {
        font-size: 16px;
    }
}


@media screen and (max-width: 1550px) {
    #myTable_wrapper {
        margin-left: -15px;
    }
    .dataTable {
        width: 100%;
        overflow-x: scroll;
        display: block;
    }
    .dataTable::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 3px !important;
        height: 10px;
        border: 1px solid #dddddd;
        border-bottom: 0;
    }
    .dataTable::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: rgba(0, 0, 0, .5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
    .overview-section-block-status-bar img {
        top: -18%;
    }
}

@media screen and (max-width: 1500px) {
    .overview-section-block-status-bar {
        margin-bottom: 40px;
    }
    .overview-section-block {
        width: 42.4%;
    }
    .navbar-side {
        width: 25%;
    }
    .overview-section-block-status-bar {
        width: 86%;
    }
    .overview-section-block-status-bar img {
        top: -16%;
    }
}

@media screen and (max-width: 1400px) {
    .overview-section-block {
        width: 42.3%;
    }
    .overview-section-block-status-bar {
        width: 86%;
    }
    .overview-section-block-status-bar img {
        width: 14%;
        top: -25%;
    }
    .overview-section-block-left h4 {
        margin-left: 30px;
        font-size: 16px;
    }
    #overview-page h4 {
        margin-left: 0;
    }
    .hide-on-load li {
        font-size: 12px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width: 1300px) {
    .overview-section-block {
        width: 42.1%;
    }
    .overview-section-block-status-bar {
        width: 86%;
    }
    .overview-section-block-status-bar img {
        width: 17%;
        top: -38%;
    }
    .overview-section-block-left h4 {
        margin-left: 45px;
        font-size: 14px;
    }
    .overview-section-block h4, .overview-section-block h5 {
        margin-left: 45px;
    }
    #overview-page .overview-section-block h4, #overview-page .overview-section-block h5 {
        margin-left: 0 !important;
    }
    .overview-section-block-status-bar .pass-indicator, .overview-section-block-status-bar .fail-indicator {
        width: 100px;
        font-size: 14px;
    }
    .navbar-side {
        width: 30%;
    }
    #employee-nav #overview-notice-text {
        margin-top: 25px;
    }
    #employee-nav .border {
        border-bottom: 1px solid #757271 !important;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1200px) {
    #nextwave-partner-logo-login {
        width: 25%;
    }
    #login-container, #error-container, #email-submitted-container {
        width: 80%;
        min-width: auto;
    }
    .overview-section-block {
        width: 41.9%;
    }
    .navbar-side {
        width: 35%;
    }
    .overview-section-block-status-bar img {
        top: -31%;
    }
}

@media screen and (max-width: 1150px) {
    .overview-section-block {
        width: 41.8%;
    }
}

@media screen and (max-width: 1100px) {
    .overview-section-block-status-bar img {
        top: -26%;
    }
    #overview-page .navbar-side {
        min-height: 2000px;
    }
    .navbar-side, #employee-nav .navbar-side {
        min-height: 2000px;
    }
    .overview-section-block {
        width: 100%;
    }
    .overview-section h3 {
        width: 104.5%;
    }
    #overview-page .border {
        width: 107%;
    }
    .border {
        width: 100%;
    }
    .overview-section-block-status-bar {
        width: 86%;
    }
    #palo-alto-logo {
        width: 75%;
    }
    .var-field {
        min-height: 200px !important;
    }
    .or-condition {
        height: 60px !important;
    }
}

@media screen and (max-width: 1000px) {
    #logout-button {
        font-size: 14px;
    }
    .overview-section-block-status-bar img {
        top: -30%;
        width: 15%;
    }
    #mobile-menu {
        display: block;
    }
    .navbar-side {
        display: none !important;
    }
    .show-mobile-menu {
        display: block !important;
    }
    #compliance-footer {
        width: initial;
        padding: 50px;
    }
    .page-wrapper {
        width: 100%;
        float: initial;
        margin-bottom: 40px;
        margin-top: 15px;
        margin-left: 0;
    }
    #main-content {
        padding: 0 5%;
    }
    .border {
        width: 100%;
    }
    #main-menu li {
        position: relative;
        line-height: 16px;
        font-size: 14px;
    }
    .navigation-arrow {
        height: 8px;
        width: 12px;
        position: absolute;
        top: 17px;
        right: 18px;
    }
    .line-break {
        display: block;
    }
    .overview-section-block {
        width: 93%;
    }
    .overview-section h3 {
        width: 97%;
    }
	.specialization-menu {
		display: none;
	}
	.specialization-menu-mobile {
		display: flex;
		margin-bottom: 20px;
	}
	.specialization-menu-mobile a {
		align-self: flex-start;
		margin-right: 1.5%;
	}
    .close-button {
        display: block;
    }
   .navbar-side {
        left: 0;
        width: 100%;
        float: initial;
        display: block;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
        position: absolute;
        background-color: #fdfdfd;
        z-index: 20;
        height: 100vh;
    }
    .nav-active {
        padding: 1.2% 1.5%;
    }
    #nextwave-logo {
            width: 25%;
    }
    .overview-section-block-status-bar {
        width: 86%;
    }
    #overview-page .navbar-side {
        min-height: auto;
    }
    .nav-active a {
        margin-left: 15px !important;
    }
}

@media screen and (max-width: 900px) {
    .overview-section-block-status-bar img {
        top: -26%;
    }
}

@media screen and (max-width: 800px) {
    #login-container, #email-submitted-container {
        margin-bottom: 100px;
    }
    #error-container {
        padding: 7% 2% 3% 2%;
        margin-top: 12%;
    }
    #nextwave-partner-logo-login {
        width: 30%;
        margin-top: 5%;
    }
    #error-page #nextwave-partner-logo-login {
        width: 40%;
    }
    .overview-section-block-status-bar img {
        width: 17%;
        top: -35%;
    }
	#menu {
		display: block;
		margin: auto;
		color: #fff;
		cursor: pointer;
		height: 50px;
		line-height: 50px;
	}
	.selected {
		border-bottom: 4px solid #FA582D;
	}
    .page-wrapper {
        width: 85%;
        float: left;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
        position: relative;
        left:0;
        margin-left: auto;
        margin-right: auto;
    }
/*
    .navbar-side {
        left: -35%;
        width: 35%;
        float:left;
        display: block;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
        position: absolute;
    }
*/

    /* again, at this smaller size, collapsed means the sidebar is showing */

/*
        .page-wrapper.collapsed {
            margin-left: 45%;
        }

        .navbar-side.collapsed {
            left: 0;
            overflow-x: hidden;
        }
*/

    #main-menu {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    #openSidebar {
        position: fixed;
        left: 198px;
    }
    #closeSidebar {
        position: fixed;
        left: -30px;
    }

    .navbar-side {
        overflow-x: hidden;
    }

    .navigation-arrow {
        right: 45px;
    }

    .overview-section-block {
        width: 92.5%;
    }

    #nw-title, .nw-subtitle {
        margin-left: 0 !important;
    }

    #main-content {
        padding: 0;
    }

    .navbar-side {
        min-height: 2000px;
    }

    #compliance-footer {
        padding: 30px;
        flex-direction: column;
        width: 100%;
    }

    #compliance-footer h5 {
        padding-bottom: 7px;
        margin-bottom: 0px;
    }

    #compliance-footer div {
        width: 100%;
    }

    #palo-alto-logo {
        width: 25%;
        margin-right: auto;
        margin-left: auto;
        float: initial;
        margin-top: 6%;
    }

}

/* mobile breakpoint */
@media screen and (max-width: 768px) {
    #email-submitted-container p {
        font-size: 13px;
    }
    .overview-section-block-status-bar img {
        top: -27%;
    }
    #myTable_wrapper {
        margin-left: -15px;
    }
    .dataTable {
        width: 100%;
        overflow-x: scroll;
        display: block;
    }
    .dataTable::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 3px !important;
        height: 10px;
        border: 1px solid #dddddd;
        border-bottom: 0;
    }
    .dataTable::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: rgba(0, 0, 0, .5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
    #login-page input[type="email"] {
        height: 35px;
        width: 94%;
    }
    #nextwave-partner-logo-login {
        width: 40%;
    }
    #login-disclaimer {
        font-size: 10px !important;
        line-height: 15px;
    }
    #login-page h2, #error-page h2, #email-submitted-container h2 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 700px) {
    .overview-section-block-status-bar img {
        top: -21%;
    }
}

@media screen and (max-width: 650px) {
    .overview-section-block-status-bar img {
        top: -13%;
    }
}

@media screen and (max-width: 600px) {
    #login-container, #error-container, #email-submitted-container {
        width: 89%;
    }
    #nextwave-partner-logo-login {
        margin-top: 35px;
    }
    #login-container, #email-submitted-container {
        margin-top: 35px;
    }
    #login-page input[type="submit"] {
        width: 65%;
    }
    #email-address-field {
        margin: 25px auto;
    }
    #nextwave-logo {
        width: 35%;
    }
    #mobile-menu {
        width: 30px;
        height: 15px;
    }
	.compliance-badge {
		width: 60%;
	}

	.resource-list li span {
		position: relative;
		left: 5px;
	}

	.nav-links li a {
		padding-bottom: 5px;
	}

	.level-details {
		flex-direction: column;
		text-align: center;
	}

	.level-label {
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	.specialization-menu-mobile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 20px;
	}

	.specialization-menu-mobile a {
		align-self: center;
		margin-bottom: 3%;
		margin-right: 0%;
	}

	.border {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.pass-fail-text {
		width: 100%;
		text-align: left;
		margin: auto;
	}

    .pass-fail-text p.body-text {
        line-height: 17px;
    }

	.pass-fail-box {
		width: 225px;
		margin-right: 0%;
	}


	.pass-fail-intro {
		flex-direction: column;
		width: 90%;
		margin: auto;
	}

	.var-title-bar {
		text-align: center;
	}

	.var-title-bar-green {
		text-align: center;
	}

	#nw-var-content-blue {
		border: 0px;
	}

	#nw-var-content-green {
		border: 0px;
	}
    .overview-section-block-status-bar {
        width: 100% !important;
        box-sizing: border-box;
        margin-left: 0;
        background: #F5F5F5;
        padding: 2% 5%;
        margin-top: 75px;
    }
    .overview-section-block-status-bar img {
        display: block;
        top: -110px;
        left: 0;
        right: 0;
        margin-right: auto;
    }
    .overview-section-block-status-bar h4 {
        margin-left: 0;
    }
    #fail-deadline {
        font-size: 16px;
    }
    .overview-section-block-status-bar .pass-indicator, .overview-section-block-status-bar .fail-indicator {
        margin-left: 15px;
    }
}

/* New styles end ************** */
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
    overflow-x: hidden;
}

.content-page-body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    align-items: center;
    justify-content: center;
    align-items: stretch;
    display: flex;
    align-items: flex-start;
}

#page-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

body#login {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	background: url("images/login-bg-2.jpg") no-repeat 0% 0% fixed;
	background-size: cover;
	min-height: 100vh;
}

body#login2 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	background: url("images/login-bg-1.jpg") no-repeat 0% 0% fixed;
	background-size: cover;
	min-height: 100vh;
}


#header {
	background-image: url('../images/nw-header3.jpg');
	background-size: cover;
	background-position: bottom;
	height: 230px;
	display: flex;
}

#header-login {
	height: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	display: flex;
}

#content {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	margin-top: 40px;
	flex: 1 0 auto;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
}

#logo {
	/*width: 80%;*/
	max-width: 1000px;
	margin: auto;
}

#logo-login {
	/*width: 40%;
max-width: 700px;
min-width: 500px;*/
	margin: auto;
}

.nw-logo {
	width: 275px;
}

#nw-title {
    font-size: 26px;
    padding-bottom: 0;
    color: #151515;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

#nw-login-title {
	font-size: 27px;
	padding-bottom: 32px;
	color: #807C7B;
	font-weight: 600;
}

#nw-sub-title {
	font-size: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.body-text {
	font-size: 16px;
	line-height: 22px;
	/*padding-bottom: 15px;*/
}

.body-text-callout {
	font-size: 19px;
	line-height: 1.65em;
	padding-bottom: 5px;
}

.body-text-callout-last {
	font-size: 19px;
	line-height: 1.65em;
	padding-bottom: 24px;
	margin: 0 4%;
}

.body-text-issues {
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	padding-bottom: 20px;
	color: #999;
	/*float:left;*/
	padding-top: 5px;
}

.question {
	float: left;
	padding-right: 1%;
}

#troubleshoot {
	width: 50%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.bold {
	font-weight: 700;
}

.not-compliant {
	color: #e81212;
	font-weight: 700;
	font-size: 20px;
	/*line-height: 26px;*/
}

.compliant {
	color: #00CC66;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}

.nw-link {
	color: #FA582D;
	text-decoration: none;
	font-weight: 500;
}

.nw-link:hover {
	color: #df4d27;
}

.bold-link {
	color: #999;
	font-weight: 500;
	text-decoration: none;
}

#nw-login-content {
	width: 73%;
	margin: auto;
	/*margin-top:25px;*/
	margin-bottom: 50px;
	background-color: #fbfbfb;
	border: 1px solid #f2f2f2;
	padding: 8% 8% 5% 8%;
}

.current {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #58585a;
	padding-bottom: 2%;
}

li {
	padding-bottom: 10px;
	margin-left: -20px;
	line-height: 1.5em;
}

.nw-var-level-stack {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	margin-bottom: 30px;
}

.nw-var-level {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.nw-row {
	width: 100%;
	display: flex;
	/*justify-content: space-between;
align-items: center;*/
}

.nw-column {
	display: flex;
	/*flex:1;*/
	flex-direction: column;
	text-align: center;
	position: relative;
	/*margin-right: 10px;*/
}


.nw-column:nth-child(1) {
	width: 21%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*margin-right: 10px;*/
}


.nw-column:nth-child(2) {
	width: 25.5%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*margin-right: 10px;*/
}

.nw-column:nth-child(2).engagement {
	width: 79%;
}

.nw-column:nth-child(3) {
	width: 25.5%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*margin-right: 10px;*/
}

.nw-column:nth-child(4) {
	width: 28%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*margin-right: 10px;*/
}

body.specialization .nw-column:nth-child(1) {
	width: 40%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*margin-right: 10px;*/
}


body.specialization .nw-column:nth-child(2) {
	width: 20%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*margin-right: 10px;*/
}

body.specialization .nw-column:nth-child(3) {
	width: 20%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*margin-right: 10px;*/
}

body.specialization .nw-column:nth-child(4) {
	width: 20%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*margin-right: 10px;*/
}

.nw-column-1 {
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.nw-column-2 {
	flex: 2;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.nw-column-last {
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-right: 0;
}

.nw-var-title {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 700;
	border-bottom: 1px solid #757271;
	text-transform: uppercase;
}

.nw-var-title-long {
	display: block;
	width: 100%;
	background-color: #000000;
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
	padding-left: 10px;
}


/* var info*/

.button {
	display: block;
	font-size: 14px;
	font-weight: 600;
	width: 175px;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #000;
	border-radius: 25px;
}

.button:hover {
	display: block;
	font-size: 14px;
	font-weight: 600;
	width: 175px;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #4b4b4b;
	border-radius: 25px;
}

.acct-name-var {
	/*display: flex;*/
	text-align: center;
	padding-left: 3%;

	width: 95%;
	font-size: 20px;
	font-weight: 500;
	/*height: 100px;*/
}

.acct-name-var p {
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 10px;
}

.partner-level-var {
	display: block;
	text-align: center;
	padding-left: 3%;
	width: 95%;
	font-size: 20px;
	font-weight: 500;
	height: 100px;
	/*line-height: 100px;*/
}

/*.orange {
background-image:url('images/diamond-innovator.svg');
height: 75px;}

.yellow {background-image:url('images/innovator.svg');}

.blue {background-image:url('images/platinum-innovator.svg')}*/

.compliance-var {
	display: flex;
	/*height: 100px;*/
}

.compliance-var img {
	margin-left: auto;
}


.nw-column:nth-child(1) .super-label {
	font-weight: 800;
}

.super-label {
	text-transform: uppercase;
	font-size: 14px;
	color: #151515;
	font-weight: 900;
	text-align: left;
	margin-bottom: 10px;
	/*padding-left: 20px;*/
}

.left-label {
	text-align: left;
	font-size: 14px;
	color: #231f20;
	font-weight: 500;
	line-height: 1.0em;
	margin-top: 10px;
}

#capability .left-label {
	text-align: left;
	font-size: 14px;
	color: #231f20;
	font-weight: 500;
	line-height: 1.2em;
	margin-top: 10px;
}

#engagement .left-label {
	text-align: left;
	font-size: 14px;
	color: #231f20;
	font-weight: 500;
	line-height: 1.2em;
	margin-top: 10px;
}


.mobshow {
	display: none;
}

.mobile-title {
	display: none;
}

.mobile-super-label {
	display: none;
}

.short {
	line-height: 20px;
	margin-top: 5px;
}

.pass-fail-field {
	display: flex;
	align-items: center;
	min-height: 30px;
	border: 1px solid #c7c7c7;
	text-align: left;
	padding-left: 10px;
	color: #231f20;
	/*height: 30px;*/
	line-height: 1.2em;
	width: 100%;
	margin: auto;
	margin-top: 10px;
	background-color: #fff;
	flex-direction: row;
}

.achieved-field {
	display: flex;
	flex-direction: row;
	width: 93%;
	margin: auto;
}

.var-field {
	display: flex;
	align-items: center;
	/*min-height: 66px;*/
	flex: 1;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	text-align: left;
	padding: 15px;
	color: #231f20;
	/*height: 30px;*/
	line-height: 1.2em;
	width: 100%;
	margin: auto;
	/*margin-top:10px;*/
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.nw-var-level .nw-row:nth-of-type(4) .var-field {
	border-top: 0px;
}

.nw-var-level .nw-row:nth-of-type(5) .var-field {
	border-top: 0px;
}

.var-stacked {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.or-condition {
	display: flex;
	align-items: center;
	height: 30px;
}

.or-condition p {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
}

/*.fail .or-line {background-color:#F15933 !important;}*/

.or-line {
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}

.var-field img {
	width: 25px;
	margin-left: 10px;
}

.var-field-2 {
	display: flex;
	align-items: center;
	min-height: 30px;
	border: 1px solid #999999;
	text-align: left;
	padding-left: 10px;
	color: #231f20;
	/*height: 30px;*/
	line-height: 1.2em;
	width: 93%;
	margin: auto;
	margin-top: 10px;
}

.var-field-remainder {
	display: flex;
	align-items: center;
	min-height: 30px;
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	text-align: left;
	padding-left: 10px;
	color: #231f20;
	/*height: 30px;*/
	line-height: 1.2em;
	width: 68%;
	float: left;
	margin-top: 10px;
	background-color: #fff;

}

.var-field-achieved {
	display: flex;
	align-items: center;
	min-height: 30px;
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	text-align: left;
	padding-left: 10px;
	color: #231f20;
	/*height: 30px;*/
	line-height: 1.2em;
	width: 85%;
	float: left;
	margin-top: 10px;
	background-color: #fff;
}

.var-field-check {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	text-align: center;
	color: #231f20;
	height: 30px;
	line-height: 30px;
	width: 15%;
	float: left;
	margin-top: 10px;
	background-color: #fff;
}

.var-field-pf {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #00CC66;
	border-right: 1px solid #00CC66;
	border-bottom: 1px solid #00CC66;
	text-align: center;
	color: #231f20;
	min-height: 30px;
	/*height: 30px;*/
	line-height: 1.2em;
	width: 15%;
	float: left;
	margin-top: 10px;
}

.var-field-pass {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #00CC66;
	border-right: 1px solid #00CC66;
	border-bottom: 1px solid #00CC66;
	background-color: #00CC66;
	text-align: center;
	color: #fff;
	min-height: 30px;
	/*height: 30px;*/
	line-height: 1.2em;
	width: 25%;
	margin-top: 10px;
	font-size: 9px;
}

.var-field-fail {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	border-top: 1px solid #e81212;
	border-right: 1px solid #e81212;
	border-bottom: 1px solid #e81212;
	background-color: #e81212;
	text-align: center;
	color: #fff;
	/*height: 30px;*/
	line-height: 1.2em;
	width: 25%;
	margin-top: 10px;
	font-size: 14px;
}

.var-field .modal-achieved .number {
	font-size: 12px;
	/*font-weight: bold !important;*/
	color: #0090AE;
	text-decoration: underline;
	height: 60px;
	display: flex;
	align-items: center;
    line-height: 1.4em;
}

.var-field .modal-achieved .number:hover {
	color: #006074;
	cursor: pointer;
}

.var-field .modal .number {
	font-size: 12px;
	font-weight: bold !important;
	text-decoration: underline;
	height: 25px;
	display: flex;
	align-items: center;
}

.achieved-hover:hover {
	background-color: #f4f4f2;
	/*cursor: pointer;*/
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 170px;
	background-color: black;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 5px 0;
	top: 95%;
	left: 60%;
	position: absolute;
	z-index: 10;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.number {
	color: #231f20;
	font-weight: 300;
	font-size: 12px;
	height: 25px;
    height: 60px;
	display: flex;
	align-items: center;
}

.nrfy21 {
	color: #AEAEAE;
	font-weight: 300;
	font-size: 14px;
	visibility: visible;
}

.pass {
	background-color: #E6FAEF;
	justify-content: space-between;

}

.fail {
	background-color: #F7E4E4;
	justify-content: space-between;
}

.pass .number {
	font-weight: bold;
	color: #0DCC66;
}

.fail .number {
	font-weight: bold;
	color: #E22A2A;
}

.modal-window {
	width: 100%;
	position: fixed;
	height: 100vh;
	background-color: rgba(0, 0, 0, .6);
}

.modal-window-achieved {
	width: 100%;
	position: fixed;
	height: 100vh;
	background-color: rgba(0, 0, 0, .6);
    top: 0;
    z-index: 200;
}

#model-content {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

#model-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

#model-content::-webkit-scrollbar:vertical {
    width: 11px;
}

#model-content::-webkit-scrollbar:horizontal {
    height: 11px;
}

#model-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

/*.modal {cursor: pointer;}

.modal:hover {cursor: pointer;}

.modal-achieved {cursor: pointer;}

.modal-achieved:hover {cursor: pointer;}*/

.exit {
	cursor: pointer;
}

.hide {
	display: none;
}

.show {
	display: flex;
}

#fail-display {
	width: 70%;
	max-width: 1000px;
	margin: auto;
	background-color: #fff;

}

#achieved-display {
	width: 70%;
	max-width: 1000px;
	margin: auto;
	background-color: #fff;
    box-shadow: 2px 1px 10px 2px #00000047;
}

#title {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #e81212;
	color: #fff;
}

#achieved-title {
	width: 100%;
	padding: 0px 2.5% 0px 2.5%;
	display: flex;
	height: 50px;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	/*background-color:#00CC66;*/
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-title {
	font-weight: 700;
	font-size: 20px;
    text-transform: uppercase;
}

#table {
	width: 100%;
	margin: auto;
}

.table-wrapper {
    width: 97%;
    margin: auto;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 16px;
}

.table-row {
	width: 100%;
	display: flex;
}

.table-column {
	flex: 1;
}

.table-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #151515;
	font-weight: 900;
	text-align: left;
	margin-bottom: 10px;
    margin-top: 0;
}

.table-entry {
	display: flex;
	padding-left: 10px;
	align-items: center;
	height: 40px;
	/*line-height: 35px;*/
	margin: 0;
	text-transform: capitalize;
	color: #231f20;
	font-weight: 300;
	border: 1px solid rgba(0, 0, 0, .1);
}

.table-entry-exp {
	display: flex;
	padding-left: 10px;
	align-items: center;
	height: 40px;
	/*line-height: 35px;*/
	margin: 0;
	text-transform: capitalize;
	color: #e81212;
	font-weight: 300;
	border: 1px solid rgba(0, 0, 0, .1);
}

.noscroll {
	height: 100%;
	overflow: hidden;
}

.no-records {
    width: 100%;
    margin: auto;
    border: 1px solid #707070;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 200px;
    text-align: center;
}

.no-records div {
	width: 50%;
	margin: auto;
	text-align: center;
}

.no-records p:nth-child(1) {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 30px;
}

.no-records p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

#submit-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	margin-bottom: 50px;
	/*padding-top: 30px;
padding-bottom: 30px;*/
	display: block;
	/*border:1px solid #00CC66;*/
}

form {
	text-align: center;
}

#submit-form input {
	font-family: 'Montserrat', sans-serif;
	width: 50%;
	margin: auto;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	color: #000;
	font-size: 16px;
	text-align: center;
	background-color: #F4F4F2;
}

#submit-form input:focus {
	outline: 0;
}

input.submit_button {
	width: 50%;
	height: 45px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF !important;
	background-color: #FA582D !important;
	vertical-align: middle;
	border-radius: 25px;
}

input.submit_button:hover {
	width: 50%;
	height: 45px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF !important;
	background-color: #df4d27 !important;
	vertical-align: middle;
	border-radius: 25px;
}

/* RESPONSIVE STYLES: 1000px */

@media screen and (max-width: 1000px) {

	.pass-fail-field {
		width: 95%;
	}

	.var-field-pf {
		width: 19%;
	}
}


/* RESPONSIVE STYLES: 900px */

@media screen and (max-width: 900px) {

	.pass-fail-field {
		width: 95%;
	}

	.var-field-check {
		width: 20%;
	}


	.nw-var-level .nw-row:nth-of-type(4) .var-field {
		border-top: 1px solid #c7c7c7;
	}

	.nw-var-level .nw-row:nth-of-type(5) .var-field {
		border-top: 1px solid #c7c7c7;
	}


}



/* RESPONSIVE STYLES: 700px */

@media screen and (max-width: 800px) {

    #myTable_length {
        text-align: right;
    }

	.specialization-menu-mobile {
		margin-left: 5%;
	}

	.nw-column:nth-child(1) {
		width: 21%;
	}


	.nw-column:nth-child(2) {
		width: 29.5%;
	}

	.nw-column:nth-child(3) {
		width: 29.5%;
	}

	.nw-column:nth-child(4) {
		width: 20%;
	}

	.var-field img {
		display: none;
	}

	/*  .nw-row {
align-items: flex-start;}*/

	#nw-login-content {
		width: 60%;
	}

	#submit-form input {
		width: 90%;
	}

	.var-field-pf {
		width: 20%;
	}


	#content {
		width: 100%;
		margin-top: 40px;
	}

	.body-text {
		margin: auto;
		font-size: 12px;
	}

    .pass-fail-text p {
        font-size: 12px;
        line-height: 17px;
    }

	.nw-logo {
		width: 275px;
	}

	.nw-column {
		margin-right: 0;
	}

	.super-label {
		text-transform: uppercase;
		font-size: 12px;
		margin-bottom: 10px;
		padding-left: 3px;
	}

	.left-label {
		font-size: 11px;
		line-height: 1.0em;
		margin-top: 20px;
	}

	#logo-login {
		/*width: 400px;*/
		max-width: 400px;
		/*min-width: 400px;*/
		margin: auto;
	}

	.compliance-var {
		height: 85px;
	}

	.compliance-var img {
		width: 120px;
		padding-top: 20px;
	}

	#nw-title {
		font-size: 26px;
		width: 90%;
		margin: auto;
	}

	.nw-subtitle {
		font-size: 22px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#nw-login-title {
		font-size: 24px;
		width: 90%;
		margin: auto;
	}

	#nw-var-content {
		width: 100%;
	}

	.nw-var-title {
		margin-bottom: 0px;
		font-size: 18px;
	}

	.nw-var-title-long {
		line-height: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#nw-sub-title {
		width: 90%;
		margin: auto;
	}

	ul {
		width: 85%;
		margin: 15px 3%;
	}


	.nw-var-level-stack {
		display: block;
		margin-bottom: 20px;
	}

	.acct-name-var {
		display: block;
		text-align: center;
		padding-left: 0%;
		width: 100%;
		padding: 20px 0 30px 0;
	}

	.partner-level-var {
		display: block;
		text-align: center;
		padding-left: 0%;
		width: 100%;
		padding: 20px 0 0 0;
	}


	.left {
		text-align: center;
		padding-left: 0px;
		margin-bottom: 20px;
	}

	#fail-display {
		width: 90%;
	}

	.table-entry {
		font-size: 14px;
		height: auto;
		line-height: 1.2em;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.table-entry-exp {
		font-size: 14px;
		height: auto;
		line-height: 1.2em;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#troubleshoot {
		width: 90%
	}

	.nrfy21 {
		font-size: 10px;
		line-height: 1.25em;
	}

}




#copyright {
	display: block;
	float: right;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: right;
	color: #fff;
}

#nw-footer {
	/*flex-shrink: 0;*/
	font-size: 10px;
	margin-top: 100px;
	background-color: #000;
}




@media screen and (max-width: 575px) {

    .overview-section-block-status-bar img {
        width: 20%;
    }

	.var-field img {
		display: none;
	}

	.pass .number {
		font-size: 10px;
	}

	#fail-display {
		width: 90%;
		max-width: 1000px;
		margin: auto;
		background-color: #fff;

	}

	#achieved-display {
		width: 90%;
		max-width: 1000px;
		margin: auto;
		background-color: #fff;

	}

	.no-records div {
		width: 90%;
		margin: auto;
		text-align: center;
	}

	.nw-column:nth-child(1) {
		display: none;
	}


	.nw-column:nth-child(2) {
		width: none;
		flex: 1;
	}

	.nw-column:nth-child(3) {
		width: none;
		flex: 1;
	}

	.nw-column:nth-child(4) {
		width: none;
		flex: 1;
	}

	.var-field-achieved {
		padding-left: 5px;

	}

	.var-field-pass {
		font-size: 7px;
	}


	#nw-login-content {
		width: 80%;
	}


	#submit-form input {
		width: 90%;
		font-size: 12px;
	}


	.mobile-title {
		width: 100%;
		display: block;
		padding-bottom: 5px;
		font-size: 13px;
		/*border-bottom:1px solid rgba(0,0,0,.4);*/
	}

	.mobile-super-label {
        display: block;
        text-transform: uppercase;
        font-size: 15px;
        color: #151515;
        font-weight: 800;
        text-align: left;
        margin-bottom: 10px;
	}

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


	.mob {
		display: none;
	}

	.mobshow {
		display: block;
	}

	#nw-title {
		font-size: 24px;
	}

	#nw-login-title {
		font-size: 22px;
	}

	.number {
		font-size: 10px;
		height: 60px;
	}

	.var-field .modal-achieved .number {
		font-size: 10px;
		height: 60px;
	}

	.var-field {

		padding-left: 8px;
		line-height: 0.9em;
	}


	.nw-column:nth-child(2) .var-field {

		border-left: 1px solid #c7c7c7;
	}

	.var-field-remainder {
		width: 80%;
	}

	.pass-fail-field {
		width: 95%;
	}

	.var-field-check {
		display: none;
	}

	.var-field-pf {
		width: 19%;
	}

	#header {
		background-image: url('../images/nw-header.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0 -75;
		height: 300px;
		display: flex;
	}

	.nw-logo {
		width: 275px;
	}

	#logo-login {
		max-width: 300px;
		min-width: 300px;
		width: 300px;

		margin: auto;
	}

	#copyright {
		background-color: #000;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 11px;
		text-align: center;
		;
	}

	#fail-display {
		width: 98%;
	}
}

@media screen and (max-width: 550px) {
    .overview-section-block-status-bar img {
        top: -100px;
    }
    .overview-section-block-status-bar {
        margin-bottom: 10px;
    }
    .specializations-pass-fail-status-container, .pass-fail-status-container {
        margin-bottom: 40px;
    }
    .nw-var-level {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    .nav-active div {
        margin-bottom: 30px;
    }
    #mobile-menu {
        right: 40px;
        top: 40px;
    }
    .page-wrapper {
        margin-top: 55px;
    }
    #nextwave-logo {
        width: 45%;
        margin: 40px auto 30px auto;
    }
    .nav-active {
        padding: 3% 1.5%;
    }
    #palo-alto-logo {
        width: 50%;
    }
    #nw-page-title {
        font-size: 28px;
    }
    #nw-title {
        font-size: 22px;
    }
    .nw-subtitle {
        font-size: 20px;
    }
    #overview-notice-text {
        margin-top: 40px;
    }
    .border {
        margin-bottom: 45px;
        margin-top: 40px;
    }
    #footer-copyright, #footer-copyright-2 {
        box-sizing: border-box;
    }
    #login-container, #error-container, #email-submitted-container {
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 450px) {
    #login-container p, #login-disclaimer, #error-container p {
        line-height: 18px;
        font-size: 14px;
    }
    #nextwave-partner-logo-login {
        width: 45%;
    }
}

@media screen and (max-width: 420px) {
	.pass-fail-field {
		width: 95%;
	}

	.var-field-check {
		display: none;
	}

	.var-field-pf {
		width: 29%;
	}

	.table-entry {
		font-size: 12px;
	}

	.table-entry-exp {
		font-size: 12px;
	}
}

@media screen and (max-width: 380px) {
    .body-text-issues {
        float: none;
        padding-top: 5px;
        font-size: 10px;
    }

    #troubleshoot {
        text-align: center;
    }

    .question {
        float: none;
    }
}
