body {
  /* font-family: "Source Sans Pro", Arial, sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-size: 18px;

  padding-top: 70px;
  padding-bottom: 70px;
  color:#333;
}

nav {
  /* background-color: rgb(47, 119, 92); */
  color: #668980
}

nav a {
  color: #668980
}

h2,h3,h4 {
    color: #668980;
}

h2 {
    font-weight: 700;
}

.title {
  padding-bottom:10px;
  border-bottom: 1px solid #89c1b2;
  margin-bottom: 20px;
}

footer {
  background-color: #668980;
  padding: 30px;
  color: #fff;
}

footer a {
    color: #fff;
}


.navbar {
  height:70px;
  background-color:#fff;;
  border-bottom: #fff;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 30px;
}

.navbar-brand {
  height: 50px;
  padding: 10px 0px 10px 15px;

  /* line-height: 80px;
  font-size: 30px;
  font-weight: 600;
  padding-left:15px;
  letter-spacing: 2px;
  /* margin-top:10px; */ 
}

.navbar-brand img {
  height: 40px;
}

.navbar-account {
  font-size: 12px;
}

.error {
	margin-left: 135px;
	color: red;
}

.alert h2 {
  margin-top: 0px;
  font-size: 16px;
  padding: 0px;
}

.alert p {
  font-size: 14px;
}

.main-container {
  margin-bottom:50px;
}

.main-container-internal {
  margin-bottom:50px;
}

.banner {
  height:173px important;
}

.small-print {
  font-size: 14px;
  margin-top: 30px;
  color: #555;
}

.register-panel {
  background-color: rgb(238, 238, 238);
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}

.register-panel h4 {
  margin-top: 0px;
  font-weight: 600;
}

.login-panel {
    background-color: rgb(238, 238, 238);
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
  }

  .login-panel h4 {
    margin-top: 0px;
    font-weight: 600;
  }

  .divider {
      padding-left:5px;
      padding-right:5px;

  }

  .did-you-know-panel {
    background-color: #baddd3;
    border-radius:10px;
    padding: 10px;
    margin-top:50px;
  }

  .did-you-know-panel h3 {
    margin-top:0px;
  }

  .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
 }

  .bubble_content {
    background-color: #f3f3f3;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    margin-top:5px;
    padding:5px 15px 5px 15px;
  }

  .bubble_content ul {
    padding-inline-start:0px;
    margin: 0px;
  }
  
  .bubble_content li {
    list-style: none;
    padding: 0px;
  }
  
  .score-section {
    margin: 10px 0px 10px 0px;
  }

  .score-section img.resize {
    width: 20px !important;
  }

  .score-section img.fade {
    opacity: 0.7;
  }

  .score-section .score {
    font-size: 22px;
    font-weight: 600;
    color: #668980;
    white-space: nowrap;
  }

  .score-section  .score-description {
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    color: #333;
  }

  .score-progress .score {
    margin: 0px 0px 5px 0px;
  }

  .score-progress .progress {
    margin: 5px 0px 0px 0px;
  }

  .progress-bar-next-achievement {
    background-image: -webkit-linear-gradient(top,#fff 0,#aaa 100%);
    background-image: -o-linear-gradient(top,#fff 0,#aaa 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#aaa));
    background-image: linear-gradient(to bottom,#fff 0,#aaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffaaa', GradientType=0);
    background-repeat: repeat-x;
  }

  #business_sectors_json {
    display:nome;
  }
  
  #business_segments_json {
    display: none;
  }

  #business_families_json {
    display: none;
  }

  .documents {
    border-width: 6px;
    border-style: solid;
    border-color: #668980;
    margin:2px;
    position: relative;
    top: -1px;
    border-radius: 12px;
  }

  #law_images .required {
    display:block;
    background-color: orangered;
    color:#fff;
    border-radius: 10px;
    margin-bottom: 2px;
    padding: 4px;
    font-size:12px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .document-panel {
    min-height:240px;
  }

  .document-name {
    font-size:12px;
    text-transform: uppercase;
    line-height:10px;
  }

.actions_stats p {
  padding:0px;
}

.actions_stats h3 {
  margin-top:0px;
}

.actions_buttons {
  margin-bottom: 10px;
}

.modal-content h2 {
  padding-left:10px;
  padding-right:10px;
  
}
/* override jquery ui tabs */

.ui-widget-header {
  border: none;
  background: #f3f3f3 ;
  color: #333;
  font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #aed3c9 ;
  background: #aed3c9 ;
  font-weight: normal ;
  color: #333 ;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #668980;
  background: #668980;
  font-weight: normal;
  color: #ffffff;
}

.ui-widget-content {
  border: none;
  background: none;
  color: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: none;
  -webkit-border-bottom-left-radius: none;
  -khtml-border-bottom-left-radius: none;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-helper-reset {
  font-size: 16px;
}
#fancybox-content {
}

.actions_panel {
  margin-bottom: 20px;
}

.big_text	{ 
  width:30px;
  background-color:#668980;
}
.normal_text { 
  margin-top: 12px;  
  line-height: 30px;
}

#read_later_docs .section 						{ background: #fff; border: 1px solid #9e9e9e; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; width: 93%; margin: 1% 1%; overflow: hidden; padding: 1% 1% 0 1%; padding-bottom: 12px; }
#read_later_docs .section .name					{ font-size: 16px; color: #668980; font-weight: bold; }
#read_later_docs .section .content					{ padding: 10px 15px; padding-top: 20px; font-weight: normal; color: #555; }
#read_later_docs .section .content .did_you_know 	{ font-weight:bold; }
#read_later_docs .section .content.shaded 			{ background-color: #ecf4f7; }
#read_later_docs .section .content:last-child 		{ -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
#read_later_docs .section .extra_content		{ padding-left: 15px; }
#read_later_docs .section .link					{ padding-left: 20px; color: #122f3a;  }
#read_later_docs .section .link.shaded 			{ background-color: #ecf4f7; }
#read_later_docs .section .link:last-child 		{ -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
#read_later_docs .section .doc					{ margin-bottom: 10px; }
#read_later_docs .section .doc.half-size		{ width: 45%; float: left; }
#read_later_docs .section .doc.full-size		{ clear: both; }
#read_later_docs #featured-docs					{ margin-bottom: 20px; }
#read_later_docs #featured-docs .featured-title { font-weight: bold; font-size: 16px; color: black; }
#read_later_docs .your-docs-title				{ font-weight: bold;  }
#read_later_docs #featured-docs .section		{ background-color: #F7FCCC; }
#read_later_docs #featured-docs .section .name		{ color: #CC5B00; }

.score-description{
  margin-top: 8px;
}
/* media queries */

@media(max-width:299px) {
  .banner {
    padding: 0px;
    display:none;
  }

  .navbar-header {
  }

  .navbar-brand {
    padding-left: 15px;

  }
}

@media(min-width:0px) {
  body {
    font-size:12px;
  }

  p {
    padding: 0px 10px 0px 10px;
  }

  h2 {
    padding: 0px 10px 0px 10px;
    font-size:16px;
  }

  h3 {
    font-size:14px;
  }

  ul {
    padding-inline-start: 0px;
    }

  .small-print {
    font-size:14px;
  }


  .navbar-brand img {
    height: 30px;
  }

  .banner {
    padding: 0px;
    /* background-color: red;
    display:block; */
  }

  /* .navbar-brand {
    padding-left: 15px;
  } */

  
}

@media(min-width:500px) {

  body {
    font-size:12px;
  }

  p {
    /* padding: 0px 0px 0px 0px; */
  }

  h2 {
    padding: 0px 0px 0px 0px;
    font-size:20px;
  }

  h3 {
    font-size:18px;
  }

  ul {
    padding-inline-start: 0px;
    }

  .small-print {
    font-size:14px;
  }

  .navbar-brand img {
    height: 40px;
  }

}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {

  body {
    font-size:14px;
  }

  p {
    /* padding: 0px 0px 0px 0px; */
  }

  h2 {
    padding: 0px 0px 0px 0px;
    font-size:24px;
  }

  h3 {
    font-size:20px;
  }

  ul {
    padding-inline-start: 20px;
    }

  .small-print {
    font-size:14px;
  }

  .navbar-brand img {
    height: 40px;
  }

}

#questionnaire-response	.section .section-title		{ margin-bottom: 15px; font-size: 16px; font-weight: bold; }
#questionnaire-response	.question.followup		{ margin-top: 10px; margin-bottom: 20px; padding-left: 20px;  }
#questionnaire-response	.question .snippet		{ margin-bottom: 7px; font-size: 14px; font-weight: bold; }
#questionnaire-response	.question .answer		{ margin-top: 5px; font-style: italic; color: #668980 }

#questionnaire_navigation li { 
  list-style:none;
 }

.question .question_body {
  font-weight: 700;
  color: #549768;
  margin-bottom:20px;
}

.question .question_body_information{
  font-weight: 700;
  color: #3c87aa;
  margin-bottom:20px;
}

.question .option_body { 
  display: block; 
  text-align: left; 
  padding: 0px !important;
  font-size: 16px;
  font-weight: 400; 
}

.btn-responsive {
  white-space: normal !important;
  word-wrap: break-word;
}

.legal_title h3 {
  font-size: 20px;
  margin: 0px !important;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-weight: 700;
}

.legal_button {
  padding-top:10px;
}
#legal_requirements	{ 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius:10px; 
  border:1px solid #50b9d0; 
  margin-bottom: 10px;
}
	#legal_requirements .title					{ margin-left:10px; }
	#legal_requirements .description			{ margin-left:10px; }
	#legal_requirements_plus { 
    background-repeat: no-repeat; 
    background-image: url('../images/legal-requirements-plus.gif'); 
    background-position: 98% 80%/* don't ask, don't change */; 
    cursor: pointer; 
  }

	#legal_requirements_details { 
    background-color: rgb(255, 255, 137);
    margin:0 auto; 
    padding: 20px;
    margin-bottom: 20px;
  }

  .navigation {
    margin-bottom:40px;
}

/* Medium devices (desktops, 992px and up) */
@media(min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

#action_plan .section>.name {
  font-size:20px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
#action_plan .question_snippet {
  font-size:18px;
  margin-bottom: 5px;
}

.green_button, .green_button:visited			{ 
  background-color: rgb(102, 137, 128);

	height: 30px !important;
  padding: 5px !important;
  font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px 12px 6px 12px;
	border: 1px solid rgb(54, 95, 85) !important;
	color: rgb(238, 238, 238);
	text-shadow: 0px 1px 0px #CDD8C1;
	
  }
  .green_button:hover {
    background-color: rgb(128, 189, 173);
    border: 1px solid rgb(144, 211, 194) !important;
    text-decoration: none;
  }