/*Place your CSS code here*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Montserrat');


html, body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

body {
  background-image:url('/avatar/id/477');
  opacity:0.9;
  background-size:cover; 
}

a, a:link, a:visited, a:hover {
	color: #6E4E6E !important;
}

.ef-entry-name a:hover {
	color: #6E4E6E;
}

.ef-outcome {
	font-size: 16px;
}

.ef-outcome .radio label, .ef-outcome .checkbox label {
	padding-left: 20px;  
}


.ef-unit-tree .active-content {
    background: #D5E2E8;
}


.ef-unit-link.disabled, .ef-unit-link.disabled:hover, .ef-unit-tree .ef-unit-link.disabled:active, .ef-unit-tree .ef-unit-link.disabled:visited {
    color: #ff0000;
}

/*---------- Navigation Bar ----------*/
div.breadcrumb-x a { 
	 color: #eee; 
}

ul.tabulizedList > li.tabulizedElement.selected > a:not(:first-child) {
	color: #210036;
}

#ef-navbar .container ul.nav.navbar-nav > li > a, #ef-navbar .container ul.nav.navbar-nav > li > a:visited { color: #210037; }
#ef-navbar .container ul.nav.navbar-nav > li > a:hover { color: #83788D; }
#ef-navbar .container ul.nav.navbar-nav li.open a.dropdown-toggle  { color: #eee; }
#ef-navbar form.navbar-form .selectize-input, #ef-navbar form.navbar-form input[type='text'], #ef-navbar form.navbar-form span.search-handle {
    border-color: #eee;
    background-color: #fff;
}

input#ef-search-bar.form-control.ef-search-field {
	border: 1px solid #eee !important; 
}

#ef-navbar form.navbar-form input, #ef-navbar form.navbar-form span.search-handle.input-group-addon {
    background-color: #fff;
}

.searchDivRight {
    background-color: #fff !important;
}

/* ---------- Login form ---------- */
#ef-login-index {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 15px 0 0 0;
  text-align: center;
}

#login_form::before{
	content: url('/avatar/id/478');
	padding-left: 20px;
}

#ef-login-index div.ef-block-content form div.row.ef-row {
	padding: 10px 0 0 0;  
}

.two-column-login .col-md-6 {
	width: 100%;
}

.abcRioButtonLightBlue {
	width: 100% !important;
	margin-bottom: 10px;
}

#content-title-row {
  	font-weight: bold;
	margin-bottom: 15px;
  	text-transform: capitalize;
}

.ef-content-area {
  	margin-top: -10px;
}

/* Headings */

.ef-content-area h1 {
  	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 24px;
    padding:  10px;
    background: #6e4e6e;
    margin: -5px -20px 20px -20px;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 5px 5px 0 0 ;
  	color: #fff;
	text-transform: uppercase;
}

.ef-content-area h2 {
  	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 22px;
	font-weight: normal;
}

.ef-content-area h3 {
  	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: normal;
}

.ef-content-area h4 {
  	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: normal;
}

.ef-content-area, .ef-content-area p, .ef-content-area li {
    font-family: Montserrat, Arial, Helvetica, sans-serif;  
    font-size: 14px;
    text-align: left;
}

/* Links */

.ef-content-area a:link, .ef-content-area a:visited {
    color: #807388;
}

.ef-content-area a:hover {
    text-decoration: underline;
}

a.ef-text-editable .ef-unit-link .underline .passed {
    color: #ffd90d;
}

.ef-content-area a:not(.btn), .ef-content-edit-area .note-editable a:not(.btn) {
    /* text-decoration: none; */
    border: 0;
}

div.breadcrumb-x ol.breadcrumb li a {
	font-size: 14px;
}

.panel-title {
  	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.panel-body {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	/* color: #111111;*/
}

h4.text-muted, .panel-body p, .panel-body th {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
	color: #111111; 
    line-height: 1.2em;
    font-weight: normal;
}

.panel-primary > .panel-heading {
    background-color: #210036;
    border-color: #210036;
}

.panel-footer {
    font-size: 16px;
	line-height: 1.4em;
}

.panel-success {
    border-color: #008000;  
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #008000;
    border-color: #008000;
}

.panel-danger {
    border-color: #f00;
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.badge.ef-question-indicator-current {
    background-color: #666 !important;
    border: 1px solid #666 !important;
	color: white;
}

.ef-question-indicator .ef-question-indicator-wrong {
    background-color: #f00 !important;
    border: 1px solid #f00 !important;
}

.ef-question-indicator .ef-question-indicator-correct {
    background-color: #008000 !important;
    border: 1px solid #008000 !important;
}

.ef-question-indicator .ef-question-indicator-incomplete {
    border: 1px solid #ccc !important;
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 0;
}

.ef-question-empty_spaces, .ef-question-multiple, .ef-question-true_false, .ef-question-raw_text_keywords, .ef-question-raw_text {
	padding-left: 0;
}

.ef-question-multiple label {
	line-height: 20px;
	font-size: 16px;
}

.btn-success, .btn-success:hover {
    background-color: #A0DAE7;
    border-color: #A0DAE7;
    color: #fff !important;
}

.ef-unit-tree .ef-unit-link.passed, .ef-unit-tree .ef-unit-link.passed:hover, .ef-unit-tree .ef-unit-link.passed:link, .ef-unit-tree .ef-unit-link.passed:active, .ef-unit-tree .ef-unit-link.passed:visited {
	color: #e6bd28 !important;
}

.ef-question-indicator .ef-question-indicator-done {
    background-color: #ccc !important;
    border: 2px solid #ccc !important;
    color: #fff !important;
}

.ef-dashboard-header .ef-main-action-button .btn.btn-success {
    background-color: #A0DAE7;
}

.ef-content-area li {
	padding-bottom: 0;
}

.ef-content-area th {
	background-color: #ccc; 
}

.ef-content-area tr:nth-child(odd) {
	background-color: #eee; 
}

.ef-content-area table {
	border-radius: 3px;
}

/* ---------- Sound Bite ---------- */
.soundbite {
  text-align: right;
  display: block;
}

.soundbite p {
  clear: both;
}

.talk-bubble {
	margin: 15px 20px 20px 0;
    display: inline-block;
  	position: relative;
    float: right;
	/* width: 280px; */
	max-width: 400px;
	height: auto;
	background-color: white;
}

.talk-bubble.border {
	border: 5px solid #CF0A2C;
}

.talk-bubble.round {
  	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

/*outer line*/
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -32px;
	top: 33px;
	bottom: auto;
	border: 14px solid;
	border-color: #210036 transparent transparent #210036;
}

.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -20px;
	top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: white transparent transparent white;
}

/* talk bubble contents */
.talk-bubble .talktext{
	float: left;
    padding: 1em 1em 0.5em 1em;
	text-align: left;
	line-height: 1.5em;
}
.talk-bubble .talktext p {
	/* remove webkit p margins */
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	padding-bottom: 10px;
}

/* mugshot and title */
.soundbite .title {
	display: inline-block;
    position: relative;
    float: right;
	font-size: 0.85em;
    line-height: 1.1em;
    font-weight: bold; 
    width: 110px;
    text-align: left;
}

.soundbite img {
  vertical-align: top;
  margin-bottom: 5px;
}

audio {
    /* min-width: 240px; */
 	max-width: 215px;
    height: 32px;
    background-color: #000;
}

/* ---------- Industry Facts ---------- */
.fact {
  /* text-align: left; */
  display: block;
  margin: 20px 0 0 0;
}

.fact.float-right {
	float: right;
}

.fact .talk-bubble {
	padding: 10px 10px 2px 10px;
    display: inline-block;
  	position: relative;
    float: left;
	width: 100%;
	max-width: 500px;
	height: auto;
	background-color: white;
}

.fact .talk-bubble.round {
  	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.fact .talk-bubble.border {
	border: 5px dotted #CF0A2C;
}

.fact .title {
	/* font-size: 20px; */
	font-weight: bold;
    font-family: Montserrat, Arial, Helvetica, sans-serif;  
	margin-bottom: 5px;
}

.fact img {
    vertical-align: top;
	margin: -30px 7px 5px -20px;
}

.fact .talk-bubble p {
	/* remove webkit p margins */
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	padding-bottom: 10px;
}

.fact p.clear {
	clear: both;
	margin: 0;
}

/*---------- Accordion ---------- */
.accordion {
    float: left;
    width: 100%;
	margin-bottom: 25px;
}

/* Acordeon styles */
.accordion .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden;
}
.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion label {
    position: relative;
    display: block;
	padding: 10px 30px 10px 35px;
	margin: 3px 0 2px 0;
    background: #666;
 	color: #fff;
    font-weight: normal;
    /* line-height: 3; */
    cursor: pointer;
  	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.accordion label::before {
    content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 36px;
	color: #eee;
	font-weight: bold;
	position: absolute;
	left: 14px;
	top: 14px;
}
.accordion .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #eee;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.accordion .tab-content p {
    margin: 1em;
    color: #000;
}

/* Tab checked */
.accordion input:checked ~ .tab-content {
    max-height: 100%;
}
/* Icon */
.accordion label::after {
 	content: "";
	position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    /* line-height: 3; */
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.accordion input[type=checkbox] + label::after {
    content: "+";
	font-weight: bold;
	padding-top: 10px;
}
.accordion input[type=radio] + label::after {
    content: "\25BC";
}
.accordion input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}
.accordion input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
}

/* Blockquote */
.tab-content blockquote {
	display: block;
	/* padding: 15px 20px 15px 45px; */
	padding: 0 0 0 20px;
	margin: 12px 20px 0 10px;
	position: relative;
	font-family: 'Source Sans Pro', Arial, Helvetical, sans-serif;
    font-size: 16px;
	font-style: normal;
	text-align: left;
}

.tab-content blockquote::before {
    content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 36px;
	color: #CF0A2C;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 4px;
}
.tab-content blockquote::after {
	/*Reset to make sure*/
	content: "";
}

/* THREE COLUMN LAYOUT */

.wrapper {
	padding: 5px;
	max-width: 960px;
	width: 95%;
	margin: 20px auto;
}

header {
	padding: 0 15px;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
    clear: both;
}

.column {
  	border-radius: 5px;
	flex: 1;
	border: 1px solid #939597;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
}

.columns .column h2 {
  	font-size: 20px;
	background-color: #807388;
	margin: -10px -10px 10px -10px;
	color: white;
}

.column ul {
	padding-left: 20px;
    text-align: left;
}

.ef-content-area > div:not([class*="video-js"]) li {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
}

footer {
	padding: 0 15px;
}


@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#FFFFFF;border-color:#FFFFFF;}
html,body{ background-color: #D4DCE6;}
div.breadcrumb-x { background-color: #ffffff; border-color: #f6f5f9; border-top: 1px solid #fff; }
div.ef-block, div.dashboard-panel div.panel-body{background-color:#FFFFFF;}
*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active){background-color:#A0DAE7;border-color:#A0DAE7;color: white;}
html.new-ui-html:root{--c-brand-primary:#ffffff;--c-brand-primary-darken-5:#fafafa;--c-brand-primary-darken-7:#f8f8f8;--c-brand-primary-darken-10:#f5f5f5;--c-brand-primary-darken-15:#f0f0f0;--c-brand-primary-darken-17:#eeeeee;--c-brand-primary-darken-20:#ebebeb;--c-brand-primary-darken-25:#e6e6e6;--c-brand-primary-lighten-7:#ffffff;--c-brand-primary-lighten-40:#ffffff;}
