@import url('https://fonts.googleapis.com/css?family=Montserrat:600,700|Muli:400,700');

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?73282540');
  src: url('font/fontello.eot?73282540#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?73282540') format('woff2'),
       url('font/fontello.woff?73282540') format('woff'),
       url('font/fontello.ttf?73282540') format('truetype'),
       url('font/fontello.svg?73282540#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
.icon-globe:before { content: '\e800'; }
.icon-print:before { content: '\e801'; } 
.icon-ok:before { content: '\e802'; }
.icon-ok-circled:before { content: '\e803'; } 
.icon-minus:before { content: '\e804'; }
.icon-minus-circled:before { content: '\e805'; } 
.icon-plus:before { content: '\e806'; }
.icon-plus-1:before { content: '\e807'; } 
.icon-lightbulb:before { content: '\e808'; } 
.icon-minus-1:before { content: '\e809'; } 
.icon-docs:before { content: '\f0c5'; } 
.icon-file-word:before { content: '\f1c2'; } 
*/

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; }
}

body.waiting {
	cursor: wait !important;
}

.comp *, .comp *:after, .comp *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.cf:after { 
	content:"";
	display:table;
	clear:both;
}

.center {
	text-align: center;
}

.comp a, .comp a:focus, .comp a:active {
	outline: none !important;
}

.comp {
	font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 16px;
	background: white;
}

.comp h1, .comp h2, .comp h3, .comp h4, .comp h5,
.comp-selection h1, .comp-selection h2, .comp-selection h3, .comp-selection h4, .comp-selection h5 {
	font-family: 'Montserrat';
	font-weight: 600;
}

.comp .wc {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
	/*padding:0 20px;*/
}

.page-template-page-competencies .et_pb_fullwidth_header {
	background: none !important;
}

.comp-header {
	background: #333;
	height: 218px;
	margin-bottom: 54px;
}

.page-template-page-competencies .top_banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
	width: 100% !important;
	max-width: 770px !important;
	margin-bottom: 10px;
}

.page-id-15719, .page-id-14876 {
	background: #f5f5f5;
}

.single-competency > .breadcrumbs {
	display: none;
}

.comp-overview h4{
	line-height: 1.4;
}

.comp-overview h4 a {
	color: #007dba;
 	transition: .3s opacity;
}

.comp-overview h4 a:hover {
	opacity: .8;
}

.comp .comp-intro {
	background: #007dbd;
	padding: 50px 0;
	color: white;
}

.comp .comp-intro h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
}

.comp .comp-selections {
	/*background: rgb(242,242,242); 
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); */
	padding: 26px 0 50px;
}

.comp-selection {
	/* float: left;
	width: calc((99.99% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 50px;  */
	background: white;
	/*border-radius: 8px;*/
	/*box-shadow: 0 5px 8px rgba(0,0,0,.1);*/
	border: 1px solid #dddddd;
}


.comp-selection:nth-of-type(3n) {
	margin-right: 0;
}

.comp-selection h2 {
	font-size: 18px !important;
	border-bottom: 1px solid #e6e5e5;
	padding: 20px !important;
	margin: 0;
	line-height: 1.4;
	/*border-top-right-radius: 5px;
	border-top-left-radius: 5px;*/
}

.comp-selection.within-myself h2 {
	background: #ac3923;
	color: white;
}

.comp-selection.within-my-team h2 {
	background: #878C00;
	color: white;
}


.comp-selection.within-my-org h2 {
	background: #00396f;
	color: white;
}



.comp-selection ul {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0;
}

.comp-selection ul li a {
	font-size: 16px;
	color: black;
	display: block;
	border-bottom: 1px solid #e6e5e5;
	background: white;
	position: relative;
	padding: 10px 50px 10px 10px;
	border-left: 4px solid #8BC3DF;
	position: relative;
	transition: .3s background, .3s color, .3s border;
}

.comp-selection ul li a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: white;
	right: 39px;
}

.comp-selection ul li a:after {
	content: '';
	position: absolute;
	height: 4px;
	left:-4px;
	bottom: 0;
	width: 0;
	transition: .3s width;
}

.comp-selection ul li a:hover:after {
	width: calc(100% + 4px);
}

.comp-selection.within-myself ul li a:after {
	background: #ad3a24;
}

.comp-selection.within-my-team ul li a:after {
	background: #878C00;
}

.comp-selection.within-my-org ul li a:after {
	background: #00235a;
}

.comp-selection.within-myself ul li a {
	border-left: 4px solid transparent;
	background: #efbaab;
}

.comp-selection.within-myself ul li:nth-of-type(2n) a {
	background: #eeeeee;
}


.comp-selection.within-my-team  ul li a {
	border-left: 4px solid transparent;
	background: #E6E4A9;
}

.comp-selection.within-my-team  ul li:nth-of-type(2n) a {
	background: #eeeeee;
}


.comp-selection.within-my-org ul li a {
	border-left: 4px solid transparent;
	background: #a1a9c3;
}

.comp-selection.within-my-org ul li:nth-of-type(2n) a {
	background: #eeeeee;
}


/*.comp-selection ul li a:hover {
	background: #f6f4f4;
}*/


/*.comp-selection ul li a[data-select="selected"] {
	background: #f9f7f7;
	border-left: 4px solid #5cacd3;
}*/

.comp-selection.within-myself ul li a.is-active  {
	border-left: 4px solid #ac3923;
	background: #db6644;
	color:white;
}

.comp-selection.within-my-team  ul li a.is-active  {
	border-left: 4px solid #878C00;
	background: #a0a500;
	color: white;
}

.comp-selection.within-my-org ul li a.is-active  {
	border-left: 4px solid #00225a;
	background: #425c8a;
	color: white;
}

.comp-selection ul li a span.selector {
	text-shadow: none;
	transition: .3s opacity;
	/*z-index: 2;*/
}

.comp-selection ul li a.is-active .comp-tool-tip {
	display: none;
}

/*.comp-selection ul li a span.selector:hover {
	opacity: .7;
}
*/

/*select / deselect toggle icon styles*/
.comp-selection ul li a.is-active span.selector{
	position: absolute;
	/*z-index: 2;*/
	display: block;
	height: 26px;
	width: 26px;
	right: 6px;
	top: 50%;
	margin-top: -13px;
	background: #007dba;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	/*background: url('imgs/checkmark.svg') no-repeat center center / 10px 10px;*/
}

.comp-selection ul li a.is-active span.selector:after {
	content: '\e809';
	font-size: 10px;
	color: white;
	font-family: 'fontello';
	text-align: center;
	line-height: 26px;
	display: block;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}



.comp-selection.within-myself ul li a.is-active span.selector {
	background: #862C1A;
}

.comp-selection.within-my-team ul li a.is-active span.selector {
	background: #6E7300;
}

.comp-selection.within-my-org ul li a.is-active span.selector {
	background: #000A41;
}

/*@keyframes selection {
    0% {background-size: 10px 10px;}
    60% {background-size: 17px 17px;}
    100% {background-size: 10px 10px;}
}*/

/* .comp-selection ul li a.is-active span.selector:after{
	animation-name: selection;
	animation-duration: .3s;
} */

.comp-selection ul li a span.selector{
	position: absolute;
	/*z-index: 2;*/
	display: block;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	right: 6px;
	top: 50%;
	margin-top: -13px;
	background: white;
	transition: .3s background, .3s border;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}

.comp-selection ul li a span.selector:after {
	content: '\e807';
	color: #909090;
	font-size: 15px;
	font-family: 'fontello';
	text-align: center;
	line-height: 27px;
	display: block;
	transition:.3s color;
}

.comp-selection ul li a span.selector:hover:after {
	color: white;
}

.comp-selection.within-myself ul li a span.selector:hover {
	background: #862C1A;
}

.comp-selection.within-my-team ul li a span.selector:hover {
	background: #6E7300;
}

.comp-selection.within-my-org ul li a span.selector:hover {
	background: #000A41;
}



.comp-sidebar .comp-selection h2 {
	cursor: pointer;
	font-size: 15px !important;
	position: relative;
}

.comp-sidebar .comp-selection h2 span.selector{
	position: absolute;
	/*z-index: 2;*/
	display: block;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.5);
	right: 6px;
	top: 50%;
	margin-top: -13px;
	background: white;
	transition: .3s background, .3s border;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}

.comp-sidebar .comp-selection h2 span.selector:after {
	content: '\e807';
	font-weight: 400;
	color: #909090;
	font-size: 15px;
	font-family: 'fontello';
	text-align: center;
	line-height: 27px;
	display: block;
	transition:.3s color;
}

.comp-sidebar .comp-selection h2:hover span.selector:after {
	color: white;
}

.comp-sidebar .comp-selection.within-myself h2:hover span.selector{
	background: #862C1A;
}

.comp-sidebar .comp-selection.within-my-team h2:hover span.selector{
	background: #6E7300;
}

.comp-sidebar .comp-selection.within-my-org h2:hover span.selector{
	background: #000A41;
}

.comp-sidebar  .comp-selection h2 a.is-active span.selector{
	position: absolute;
	/*z-index: 2;*/
	display: block;
	height: 26px;
	width: 26px;
	right: 6px;
	top: 50%;
	margin-top: -13px;
	background: #007dba;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	/*background: url('imgs/checkmark.svg') no-repeat center center / 10px 10px;*/
}

.comp-sidebar  .comp-selection h2.is-active span.selector:after {
	content: '\e809';
	font-size: 10px;
	color: white;
	font-family: 'fontello';
	text-align: center;
	line-height: 26px;
	display: block;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}



.comp-sidebar  .comp-selection.within-myself h2.is-active span.selector {
	background: #862C1A;
}

.comp-sidebar  .comp-selection.within-my-team h2.is-active span.selector {
	background: #6E7300;
}

.comp-sidebar  .comp-selection.within-my-org h2.is-active span.selector {
	background: #000A41;
}


.comp-sidebar  .comp-selection ul li a {
	font-size: 14px;
}

.comp-sidebar .comp-selection ul li a {
	padding-right: 10px;
}

.comp-sidebar .comp-selection ul li a.is-active {
	font-weight: bold;
	cursor: default;
}

.comp-sidebar .comp-selection ul li a::before {
	display: none;
}

.comp-selection .comp-preview {
	margin: 13px;
	padding: 0;
	display: none;
	font-size: 14px;
}

.comp .comp-sidebar {
	float: left;
	width: 300px;
	margin-right: 40px;
}

.comp .comp-content {
	float: left;
	width: calc(99.99% - 340px);
}

.comp .my-list-title {
	padding: 15px 10px;
	color: white;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-top: 1px solid #ececec;
}

.within-myself-section-type .my-list-title {
	background: #ac3923;
}

.within-my-team-section-type  .my-list-title {
	background: #878C00;
}

.within-my-organization-workplace-and-community-section-type .my-list-title {
	background: #00396f;
}

.comp .comp-menu {
	border: 1px solid #ececec;
	font-size: 14px;
	margin-bottom: 20px;
}

.comp .comp-menu ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.comp .comp-menu li {
	position: relative;
}

/*.comp .comp-menu ul ul {
	display: none;
}*/

.comp .comp-menu .current-menu-parent ul {
	display: block;
}

.comp .comp-menu ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #e6e5e5;
	padding: 10px 50px 10px 10px;
	font-size: 15px;
	font-weight: 700;
	transition: .3s background, .3s color, .3s border;
}

.comp .comp-menu > ul > li > a {
	display: none;
}

.comp .comp-menu ul li a[data-select="selected"] {
	background: #f6f4f4;
}

.comp .comp-menu ul ul li a{
	padding-left: 10px;
	font-size: 14px;
	font-weight: 400;
	border-left: 4px solid #8BC3DF;
	color: #333;
}

.comp .comp-menu ul ul li a[data-select="selected"]{
	border-left: 4px solid #5cacd3;
}

.comp .comp-menu ul ul li a:hover {
	background: #f6f4f4;
}

/*selected menu item*/
/*.comp .comp-menu ul li.current-menu-item a {
	font-weight: 700;
}

.comp .comp-menu ul .sub-menu li.current-menu-item:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -7px;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #ccc;
}*/

.comp .comp-menu ul li.within-myself li.current-menu-item:after {
	border-left: 8px solid #ac3923;
}

.comp .comp-menu ul li.within-my-team li.current-menu-item:after {
	border-left: 8px solid #9fa400;
}

.comp .comp-menu ul li.within-my-org li.current-menu-item:after {
	border-left: 8px solid #00396f;
}

/*menu slide toggle icon styles*/
.comp .comp-menu .menu-item-has-children > a span {
	position: absolute;
	z-index: 2;
	display: block;
	height: 20px;
	width: 30px;
	right: 4px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('imgs/down-arrow.svg') no-repeat center center / 10px 10px;
	transition: .3s transform;
}

.comp .comp-menu ul a.menu-is-active span {
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.comp .comp-menu ul li.within-myself > a{
	background: #ac3923;
	color: white;
}

.comp .comp-menu ul li.within-my-team > a{
	background: #878C00;
	color: white;
}

.comp .comp-menu ul li.within-my-org > a{
	background: #00396f;
	color: white;
}

.comp .comp-menu ul li a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: white;
	right: 39px;
}

.comp .comp-menu ul li a:after {
	content: '';
	position: absolute;
	height: 4px;
	left:-4px;
	bottom: 0;
	width: 0;
	transition: .3s width;
}

.comp .comp-menu ul li a:hover:after {
	width: calc(100% + 4px);
}

.comp .comp-menu ul li.within-myself .sub-menu a:after {
	background: #ad3a24;
}

.comp .comp-menu ul li.within-my-team .sub-menu a:after {
	background: #878C00;
}

.comp .comp-menu ul li.within-my-org .sub-menu a:after {
	background: #00235a;
}

.comp .comp-menu ul li.within-myself .sub-menu a {
	border-left: 4px solid transparent;
	background: #efbaab;
}

.comp .comp-menu ul li.within-myself .sub-menu li:nth-of-type(2n) a {
	background: #eeeeee;
}

.comp .comp-menu ul li.within-my-team .sub-menu a {
	border-left: 4px solid transparent;
	background: #E6E4A9;
}

.comp .comp-menu ul li.within-my-team .sub-menu li:nth-of-type(2n) a {
	background: #eeeeee;
}


.comp .comp-menu ul li.within-my-org .sub-menu a {
	border-left: 4px solid transparent;
	background: #a1a9c3;
}

.comp .comp-menu ul li.within-my-org .sub-menu li:nth-of-type(2n) a {
	background: #eeeeee;
}

.comp .comp-menu ul li.within-myself .sub-menu a[data-select="selected"] {
	border-left: 4px solid #ac3923;
	background: #efbaab !important;
	color:black;
}

.comp .comp-menu ul li.within-my-team .sub-menu a[data-select="selected"] {
	border-left: 4px solid #878C00;
	background: #E6E4A9 !important;
	color: black;
}

.comp .comp-menu ul li.within-my-org .sub-menu a[data-select="selected"] {
	border-left: 4px solid #00225a;
	background: #a1a9c3 !important;
	color: black;
}

/*select / deselect toggle icon styles*/
.comp .comp-menu ul li a span {
	text-shadow: none;
	transition: .3s opacity;
	font-weight: 400 !important;
}

.comp .comp-menu ul li a span:hover {
	opacity: .7;
}

/*select / deselect toggle icon styles*/
.comp .comp-menu ul li a[data-select="selected"] span{
	position: absolute;
	z-index: 2;
	display: block;
	height: 26px;
	width: 26px;
	right: 6px;
	top: 50%;
	margin-top: -13px;
	background: #007dba;
	border-radius: 50%;
	/*background: url('imgs/checkmark.svg') no-repeat center center / 10px 10px;*/
}

.comp .comp-menu ul li a[data-select="selected"] span:after {
	content: '\e809'; 
	font-size: 10px;
	color: white;
	font-family: 'fontello';
	text-align: center;
	line-height: 26px;
	display: block;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}



.comp .comp-menu ul li.within-myself .sub-menu a[data-select="selected"] span {
	background: #862C1A;
}

.comp .comp-menu ul li.within-my-team .sub-menu a[data-select="selected"] span {
	background: #6E7300;
}

.comp .comp-menu ul li.within-my-org .sub-menu  a[data-select="selected"] span {
	background: #000A41;
}

@keyframes selection {
    0% {transform: scale(1.1);}
    60% {transform: scale(1.5);}
    100% {transform: scale(1.1);}
}

.comp .comp-menu ul .sub-menu li a[data-select="unselected"] {
	display: none;
}

.comp .comp-menu ul ul li a[data-select="selected"].was-selected span:after{
	animation-name: selection;
	animation-duration: .3s;
}

.comp .comp-menu ul .sub-menu li a[data-select="unselected"] span{
	position: absolute;
	z-index: 2;
	display: block;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	right: 6px;
	top: 50%;
	margin-top: -13px;
	background: white;
	transition: .3s background, .3s border;
}

.comp .comp-menu ul .sub-menu li a[data-select="unselected"] span:after {
	content: '\e807';
	color: #909090;
	font-size: 15px;
	font-family: 'fontello';
	text-align: center;
	line-height: 27px;
	display: block;
	transition:.3s color;
}

.comp .comp-menu ul .sub-menu li a[data-select="unselected"] span:hover:after {
	color: white;
}

.comp .comp-menu ul li.within-myself .sub-menu li a[data-select="unselected"] span:hover {
	background: #ac3923;
}

.comp .comp-menu ul li.within-my-team .sub-menu  li a[data-select="unselected"] span:hover {
	background: #9fa400;
}

.comp .comp-menu ul li.within-my-org .sub-menu li a[data-select="unselected"] span:hover {
	background: #00225a;
}

.comp-content .et_pb_row {
	width: 100%;
}

.comp-content .et_pb_section {
	padding: 0;
}

.comp-content h1 {
	margin-top: 0;
	padding-top: 0;
	color: #007dba;
	position: relative;
	padding-left: 25px;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.comp-content h1:before {
	content: '';
	width: 0; 
  	height: 0; 
  	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
  	border-left: 13px solid #007dba;
  	position: absolute;
  	left: 0;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.within-myself-section-type .comp-content h1 {
	color: #d44726;
}

.within-myself-section-type .comp-content h1:before {
	border-left: 13px solid #d44726;
}

.within-my-team-section-type .comp-content h1 {
	color: #a0a500;
}

.within-my-team-section-type  .comp-content h1:before {
	border-left: 13px solid #a0a500;
}

.within-my-organization-workplace-and-community-section-type .comp-content h1 {
	color: #00396f;
}

.within-my-organization-workplace-and-community-section-type .comp-content h1:before {
	border-left: 13px solid #00396f;
}

.comp-content table {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.comp-content td {
    border: 1px solid #ececec;
    padding: 10px !important;
}

.comp-content ul, .comp-content ol {
	list-style-position: inside;
}

.comp-content hr {
	display: block;
	height: 2px;
	border: 0;
	background: #ececec !important;
	margin-bottom: 22px !important;
}

.within-myself-section-type .comp-content  hr{
	background: #d44726 !important;
}

.within-my-team-section-type .comp-content hr{
	background: #a0a500 !important;
}

 .within-my-organization-workplace-and-community-section-type .comp-content hr{
	background: #00396f !important;
}

/*tip styl*/
.competencytip {
	margin-top: 50px !important;
 	border: 4px solid #007DBA !important;
 	padding: 20px !important;
 	border-radius: 3px !important;
 	position: relative;
 	max-width: 400px;
 	/*background: rgba(168, 211, 231, 0.39) !important;*/
 	background: #007DBA !important;
}



.competencytip p, #et_builder_outer_content .competencytip p {
	color: white !important;
}

.competencytip:before {
	content: 'Quick Tip';
	position: absolute;
	bottom: 100%;
	left: 20px;
	background: #007DBA;
	padding: 5px 12px 7px 25px;
	font-size: 13px;
	color: white;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.competencytip:after {
	content: '\e808';
	font-family: 'fontello';
	position: absolute;
	top: -27px;
	left: 29px;
	color: white;
	font-size: 14px;
}


.within-myself-section-type .competencytip, .within-myself-section-type .competencytip:before  {
	background: #d44726 !important;
}

.within-my-team-section-type .competencytip, .within-my-team-section-type .competencytip:before  {
	background: #a0a500 !important;
}

.within-my-organization-workplace-and-community-section-type .competencytip, .within-my-organization-workplace-and-community-section-type .competencytip:before {
	background: #00396f !important;
}


.comp .breadcrumb {
	margin-bottom: 20px;
	margin-top: 11px;
}

.comp .breadcrumb span {
    border-bottom: 1px solid #ececec;
    display: inline-block;
    font-size: 12px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.comp-url-bar {
	/*overflow-x: auto;*/
	background: #ececec;
	padding: 0 10px 0 29px;
	font-size: 13px;
	height: 44px;
	line-height: 44px;
	font-style: italic;
	position: relative;
	cursor: pointer;
	transition: .3s background;
	margin-bottom: 20px;
}


.within-myself-section-type .comp-sidebar .comp-url-bar {
	border: 3px solid #ac3923;
	line-height: 36px;
}

.within-my-team-section-type  .comp-sidebar .comp-url-bar  {
	border: 3px solid #878C00;
	line-height: 36px;
}

.within-my-organization-workplace-and-community-section-type .comp-sidebar .comp-url-bar  {
	border: 3px solid #00396f;
	line-height: 36px;
}

.comp-url-bar:hover {
	background: #f5f4f4;
}

.comp-url-bar:before {
	content: '\f0c5';
	font-family: 'fontello';
	position: absolute;
	left: 10px;
	top: 0;
	font-size: 12px;
	font-style: normal;
	transition: .3s color;
}

.comp-url-bar:hover:before {
	color: #007DBA;
}

.comp-url-bar .copied {
	text-transform: uppercase;
	background: #007dbd;
	color: white;
	padding: 3px 5px;
	font-size: 11px;
	position: absolute;
	top: 11px;
	left: 29px;
	border-radius: 3px;
	opacity: 0;
	line-height: 1.2;
	visibility: hidden;
	-ms-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	transform: translateX(-10px);
	transition: .3s opacity, 0s visibility .3s, .3s transform;
}

.comp-url-bar.was-copied .copied {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(-1px);
	-webkit-transform: translateX(-1px);
	-moz-transform: translateX(-1px);
	transform: translateX(-1px);
	transition-delay: 0s;
}

.comp-full-url {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.comp-tool-tip {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	line-height: 1.2;
	margin-top: 10px;
	border: 1px solid #ececec;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	padding: 10px;
	color: #333 !important;
	background: white;
	border-radius: 3px;
	opacity: 0;
	min-width: 117px;
	text-align: center;
	visibility: hidden;
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	transition: .3s opacity, 0s visibility .3s, .3s transform;
}

.comp-tool-tip p {
	color: #333 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
}

.comp-tool-tip-right {
	left: auto;
	right: 0;
}

.has-tool-tip {
	position: relative;
}

.has-tool-tip:hover .comp-tool-tip  {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	transform: translateY(-1px);
	transition-delay: 0s;
}

.comp-tool-tip:after {
	content: '';
	width: 0; 
  	height: 0; 
 	border-left: 7px solid transparent;
  	border-right: 7px solid transparent;
  	border-bottom: 7px solid white;
  	position: absolute;
  	left: 6px;
  	bottom: 100%;
  	z-index: 2;
}

.comp-tool-tip-right:after {
	left: auto;
	right: 6px;
}


.comp-tool-tip:before{
	content: '';
	width: 0; 
  	height: 0; 
 	border-left: 9px solid transparent;
  	border-right: 9px solid transparent;
  	border-bottom: 9px solid #e9e8e8;
  	position: absolute;
  	left: 4px;
  	bottom: 100%;
  	z-index: 1;
}

.comp-tool-tip-right:before {
	left: auto;
	right: 4px;
}

.comp-tool-tip p {
	padding: 0;
	margin: 0;
}

.options-bar {
	display: inline-block;
	width: 100%;
	max-width: 560px;
	background: #007dba;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

.options-bar .option-instructions {
	text-align: left;
	color: white;
	padding: 0 0 15px !important;
	margin: 0;
	width: 100%;
}

.option-bar-btns a {
	background: white;
	padding: 10px 15px;
	color:  #333;
	display: inline-block;
	font-size: 13px;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	border-radius: 3px;
	transition: .3s color, .3s background, .3s opacity;
}

.option-bar-btns a:hover {
	background: #f5f4f4;
	color: #007DBA;
}

.option-bar-btns a span {
	padding-right: 5px;
}


.option-bar-btns a + a {
	margin-left: 10px;
}

.option-bar-btns .print-icon:after {
	content: '\e801';
	font-family: 'fontello';
}

.option-bar-btns .word-icon:after {
	content: '\f1c2';
	font-family: 'fontello';
}

#comp-export-doc.disabled {
	opacity: .7;
	cursor: wait;
}

.option-btns {
	border: 1px solid #dddddd;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	border-radius: 3px;
	margin-bottom: 10px;
	display: inline-block;
}

.option-btns.single-document-download {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	max-width: 300px;
	width: 100%;
}

.options-bar .option-btns {
	float: right;
	margin-bottom: 0;
	display: block;
}

.option-btns a {
	display: block;
	float: left;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
	background: white;
	border-left: 1px solid #dddddd;
	color: #333;
	transition: .3s color, .3s background;
}

.option-btns a:hover {
	color: #007DBA;
}

.option-btns a:first-of-type {
	border-left: 0
}

.option-btns .print-icon:after {
	content: '\e801';
	font-family: 'fontello';
}

.option-btns .word-icon:after {
	content: '\f1c2';
	font-family: 'fontello';
}

/*.option-btns .full-doc-download {
    width: 179px;
}*/

.comp-selections .full-doc-download {
	color: white;
	background: #007dbc;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1.7em;
	padding: 19px 15px;
	height: auto;
	font-size: 15px;
	width: auto;
}

.comp-selections .full-doc-download:hover {
	color: white;
	background: #026293;
}

.comp-selections .full-doc-download span {
	border: 2px solid white;
	display: inline-block;
	padding: 5px 12px;
	text-align: center;
	border-radius: 3px;
	margin-top: 14px;
	margin-bottom: 2px;
	font-size: 14px;
	transition: .3s background, .3s color;
}

.comp-selections .full-doc-download:hover span {
	background: white;
	color: #007dbc;
}

.comp-selections .full-doc-download:hover span:hover {
	background: #ececec;
	color: #026293;
}



.comp-sidebar .option-btns {
	border: 0;
	display: block;
}

.comp-sidebar .option-btns a{
	color: white;
	border-radius: 3px;
	border: 0;
	width: 100%;
	display: block;
	text-align: center;
	transition: .3s opacity;
}

.comp-sidebar .option-btns a:hover{
	opacity: .8;
}

.back-to-comps {
	display: inline-block;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12.5px;
	margin: 10px 0 11px;
	float: right;
	color: white;
	padding: 0 15px;
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	transition: .3s opacity;
}

.back-to-comps:hover {
	opacity: .8;
}

.within-myself-section-type .back-to-comps {
	background: #ac3923;
}

.within-my-team-section-type  .back-to-comps {
	background: #878C00;
}

.within-my-organization-workplace-and-community-section-type .back-to-comps {
	background: #00396f;
}

.back-to-comps .fa{
	font-size: 9px;
	transition: .3s right;
	position: relative;
	right: 0;
	top: -1px;
}

.back-to-comps:hover .fa {
	right: 3px;
}

.within-myself-section-type .comp-sidebar .option-btns a{
	background: #d44726;
}

.within-my-team-section-type .comp-sidebar .option-btns a{
	background: #a0a500;
}

.within-my-organization-workplace-and-community-section-type .comp-sidebar .option-btns a{
	background: #00396f;
}

.comp-selections .comp-url-bar {
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
}

.comp-scroll-down {
	margin: 0 auto 29px;
	display: block;
	width: 135px;
	text-align: center;
	position: relative;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.comp-scroll-down:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	margin-top: 3px;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #007DBA;
	transition: .3s margin-top;
}

.comp-scroll-down:hover:after {
	margin-top: 7px;
}

.comp-faq {
	background: #f5f5f5 !important;
	padding: 35px 0 !important;
}

.comp-faq h2 {
	text-align: center;
	padding-bottom: 25px;
}

.faq-item {
	background: white;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.faq-title {
	font-size: 18px;
	padding: 15px 15px 15px 25px;
	cursor: pointer;
	position: relative;
	transition: .3s color;
	background: #007DBA;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.faq-title span {
	position: absolute;
	z-index: 2;
	display: block;
	left: 9px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid white;
}

.faq-title.is-active span {
	opacity: 0;
}

.faq-content {
	display: none;
	padding: 15px 15px 15px 25px;
	border-top: 1px solid #ececec;
}

.faq-content *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.faq-content p, .faq-content ul, .faq-content ol {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.faq-content ul, .faq-content ol {
	list-style-position: inside;
}

.faq-content table {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.faq-content td {
    border: 1px solid #ececec;
    padding: 10px !important;
}

.faq-content {
	color: #333;
	font-size: 16px;
}

.comp-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	visibility: hidden;
	opacity: 0;
	transition: .3s opacity, 0s visibility .3s;
	z-index: 9999999999;
	font-size: 16px;
	font-family: 'Muli', sans-serif;
}

.capture-comp-modal-export-is-active .capture-comp-modal-export{
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}


.capture-comp-modal-download-print-is-active .capture-comp-modal-download-print{
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.comp-position {
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	margin-right: -50%;
	max-height: 80vh;
	overflow: auto;
	transition: .3s transform;
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
}

.capture-comp-modal-is-active .capture-comp-modal .comp-position  {
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.comp-modal-content {
	position: relative;
	border: 5px solid white;
	background: #006799;
	padding: 30px 30px 0;
	border-radius: 5px;
	text-align: center;
}


.comp-modal-content form {
	margin-bottom: 10px;
}

.comp-modal-content .comp-close-modal {
    color: white;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: -3px;
    transition: .3s opacity;
}

.capture-comp-modal .comp-modal-content:after {
	position: absolute;
	bottom: 129px;
	right: 20px;
	content: '';
	background: url('imgs/arrow.png') center center;
	width: 57px;
	height: 87px;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	transform: rotate(20deg);

}


.comp-modal-content .comp-close-modal:hover {
	opacity: .7;
	color: white;
}

.comp-modal-content h5 {
    font-size: 17px;
    margin-top: 0;
    padding-top: 0;
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.comp-modal-content p {
	color: white;
	text-align: left;
	font-family: 'Muli', sans-serif;
}

.capture-comp-modal .comp-modal-content p {
	padding-right: 38px;
}

.comp-modal-content a {
	color: white;
	text-decoration: underline;
	transition: .3s color;
	font-size: 14px;
}

.comp-modal-content a:hover {
	color: #e1e1e1;
}

.comp-modal label{
	display: none !important;
}

.comp-modal  .gform_wrapper {
	overflow: hidden;
	padding: 15px 20px;
	margin-left: -29px;
	margin-right: -29px;
	width: calc(99.99% + 58px);
	max-width: calc(99.99% + 58px);
	background: #007dba;
	margin-bottom: 0;
}

/*.comp-modal .gform_body {
    float: left;
    width: calc(99.99% - 167px) !important;
    margin-right: 5px;
}*/

.comp-modal  .gfield {
    float: left;
    width: calc((99.99% - 5px) / 2) !important;
	margin-right: 5px !important;
	clear: none !important;
	margin-bottom: 5px !important;
}

.comp-modal  .gfield:nth-of-type(2n) {
	margin-right: 0 !important;
}


.comp-modal-content input[type="text"] {
	font-size: 14px;
	padding: 0 15px !important;
	line-height: 1.1 !important;
	text-align: center;
	width: 100% !important;
	display: block !important;
	border: 0 !important;
	text-align: left;
	border-radius: 3px;
	height: 47px;
}

.comp-modal-content input[type="submit"] {
	width: 100% !important;
	font-weight: 400;
	display: inline-block !important;
	font-size: 14px;
	padding: 15px 0 !important;
	background: #005077;
	color: white;
	line-height: 1.1 !important;
	display: block;
	margin: 0 !important;
	white-space:nowrap !important;
	border: 0;
	transition: .3s background;
	border-radius: 3px;
}

.comp-modal-content input[type="submit"]:hover {
	background: #003955;
}

.comp-modal  .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	clear: none !important;
}

.comp-modal .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin: 0;
}

.comp-modal img.gform_ajax_spinner {
	position: absolute;
	top: 0;
	right: 0;
	left:0;
	bottom: 0;
	background: rgba(0,0,0,.5) url('imgs/loader.gif') no-repeat center center;
	opacity: .5;
}


body .comp-modal .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.comp-modal .gform_confirmation_message {
    color: white;
    padding: 10px;
}

.comp-modal  .gfield_error input {
	border: 4px solid red !important;
}

.comp-modal-content .validation_message {
    display: none;
}

.comp-modal-content .validation_error {
    display: none;
}

.comp-modal-content .gform_wrapper li.gfield.gfield_error {
    background-color: 0;
    margin-bottom: 6px !important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}

.comp-content .breadcrumb {
	float: left;
	width: calc(99.99% - 100px);
}

.comp-content .option-btns {
	float:right;
}

.showonprint {
	display: none;
}

.error-modal-is-active .error-comp-modal {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

/*.error-modal-is-active .error-comp-modal .comp-modal-content {
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/

.error-comp-modal .comp-modal-content {
	background: red;
	padding: 20px 30px;
}

.temp-doc-content {
	display: none;
}

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

	.options-bar {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.option-btns.single-document-download {
		display: block;
		width: 100%;
		margin: 0;
		max-width: 100%;
	}

	.option-btns.single-document-download a {
		float: none;
	}

}

@media screen and (max-width: 950px) {
	.comp .comp-sidebar {
		width: 250px;
	}

	.comp .comp-content {
	    width: calc(99.99% - 290px);
	}


}

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

	.comp .comp-intro h1 {
		font-size: 30px;
	}

	.comp-selection {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}


@media screen and (max-width: 767px) {
	.comp .comp-sidebar {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}

	.comp .comp-content {
	    width: 100%;
	    float: none;
	}

	.comp-selections .comp-url-bar {
		width: 100%;
		margin-bottom: 15px;
	}

	.options-bar .option-btns {
		float: none;
		clear: left;
		display: inline-block;
	}

	.comp .comp-menu ul .sub-menu li.current-menu-item::after {
		display: none;
	}

}

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

	.comp-content .breadcrumb {
		width: 100%;
		margin-bottom: 10px;
	}

	.comp-content .option-btns {
		margin-bottom: 20px;
	}

}

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

	.option-bar-btns a {
		display: block;
		text-align: center;
	}

	.option-bar-btns a + a {
		margin-left: 0;
		margin-top: 15px;
	}

}

/* hide comptency previews */

.comp-selection ul li a span.selector {
	display: none;
}

.comp-selection ul li a::before {
	display: none;
}

.comp-selection ul li a {
	padding: 10px;
}
