/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 
 
/* Google font - Roboto Condensed 300, 400, 700 */
/* Google font - PT Serif 400, 700 */

/* WEBSITE STYLES */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: 'Roboto Condensed', arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.desktop { display: block !important; }
.desktop-inline { display: inline-block !important; }
.mobile, .mobile-inline { display: none !important; }
div {
	box-sizing: border-box;
	word-wrap: break-word;
}
.col-sm-12 {
	padding: 0px;
}
.clearfix {
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
.hidden_content {
	display: none;
}

/* GLOBAL */
.main-container a {
	color: #b7c326;
	font-weight: 400;
}
a:hover {
	color: #b7c326;
	text-decoration: underline;
}
a.anchor {
	display: inline-block;
	position: relative;
	top: -180px;
	visibility: hidden;
}

a.button {
	background: #2b4753;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
}
a.button:hover {
	opacity: .8;
	text-decoration: none;
}

p, .paragraph p:first-child {
	color: #000;
	line-height: 1.4em;
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 1em;
}
h1, h1.page-header {
	border-bottom: none;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2b4753;
}
p.smaller-font {
	font-size: .8em;
}
body.path-frontpage h1.page-header {
	display: none;
}
h2 {
	font-size: 22px;
	font-weight: 700;
	color: #2b4753;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: none !important;
}
b, strong {
	font-weight: 600;
}
h1 a, h2 a, h3 a {
	text-decoration: none !important;
}
p {
	word-wrap: break-word;
}
.field ul li {
	margin-bottom: 1em;
}

.blue_text {
	color: #fff;
}
.red_text {
	color: #af0000;
}

.align-left {
	margin: 0px 20px 20px 0px;
}
.align-right {
	margin: 0px 0px 20px 20px;
}

.center-this {
	display: block;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.col-sm-6.left {
	padding-left: 0px;
	padding-right: 20px;
}
.col-sm-6.right {
	padding-left: 20px;
	padding-right: 0px;
}

/* COLUMNS */
.columns-wrapper {
	float: none;
	clear: both;
	width: 100%;
	display: flex;
	flex-flow: wrap;
}
.columns-two .column {
	flex: 0 0 auto;
	width: calc(50% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-three .column {
	flex: 0 0 auto;
	width: calc(33% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-four .column {
	flex: 0 0 auto;
	width: calc(25% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.column img {
	width: 100% !important;
	height: auto !important;
}

/* COLLAPSIBLE DRAWERS */
.drawer {
  display: none;
  padding-bottom: 1em;
}
a.trigger {
  color: #999;
  position: relative;
  display: block;
  cursor: pointer;
  border-top: 1px solid #999;
  padding: 20px 50px 10px 0px;
  margin-top: 20px;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
}
a.trigger:first-child {
	margin-top: 0px;
}
a.trigger.closed:after {
  position: absolute;
  display: block;
  content: '\f067';
  color: #fff;
  font-family: fontawesome;
  font-size: 1.2em;
  font-weight: normal;
  width: 20px;
  height: auto;
  top: calc(50% - 10px);
  right: 20px;
}
a.trigger.opened:after {
  position: absolute;
  display: block;
  content: '\f068';
  color: #fff;
  font-family: fontawesome;
  font-size: 1.2em;
  font-weight: normal;
  width: 20px;
  height: auto;
  top: calc(50% - 10px);
  right: 20px;
}


/* HEADER */
header.navbar-default {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: none !important;
	padding: 10px 0;
	margin: 0 auto;
	background-color: #fff;
	border: none;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
header.navbar-default .navbar-header {
	float: none;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
	display: block
}
header.navbar-default .navbar-header .header-left {
	float: left;
	width: 30%;
	text-align: left;
}
header.navbar-default .navbar-header .header-top #site-logo img.logo {
	width: 100%;
	height: auto;
	max-width: 250px;
	padding: 0;
	margin: 5px auto;
}
header.navbar-default .navbar-header .header-right {
	float: right;
	position: relative;
	width: 70%;
	height: auto;
	padding: 30px 0 10px;
	text-align: right;
}
header.navbar-default .navbar-header .header-bottom .region-navigation {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
}
header.navbar-default .navbar-header .header-bottom .region-navigation nav {
	width: auto;
	display: inline-block;
}
.navbar-nav {
	float: none !important;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #2b4753;
	font-size: 18px;
	font-weight: 600;
	padding: 3px 10px;
	border-right: 1px solid #ccc;
}
.navbar-default .navbar-nav > li:last-child > a {
	border-right: none;
}
.navbar-default .navbar-nav > li.active > a {
	background-color: transparent !important;
	color: #000 !important;
}
.navbar-default .navbar-nav > li > a:hover {
	text-decoration: underline;
	background-color: transparent !important;
	color: #000 !important;
}

#block-scs-main-menu { display: none; } /* Hides the main menu */
body.user-logged-in .navbar-default .navbar-nav > li a.login { display: none; }

#block-scs-account-menu ul {
	text-align: right;
}
#block-scs-account-menu ul li {
	float: none;
	display: inline-block;
}


/* MAIN PAGE */
.main-container {
	width: 100% !important;
	max-width: 1400px !important;
	padding-bottom: 50px;
}


/* USER PAGE */
body.user-logged-in.path-user .main-container {
	padding-top: 0;
}
body.user-logged-in.path-user h1.page-header { display: none; }
body.user-logged-in.path-user .highlighted nav.tabs { display: none; }
body.user-logged-in.path-user .dashboard-header {
	text-align: center;
	padding: 30px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 50px;
}
body.user-logged-in.path-user .dashboard-header h2 {
	font-size: 48px;
	margin: 0 auto;
}
body.user-logged-in.path-user .welcome-line {
	padding: 0 0 50px;
}

body.user-logged-in.path-user .dashboard-messages {
	padding: 20px;
	margin: 0 auto 2em;
	background: #b7c326;
	text-align: center;
	font-size: 24px;
}
body.user-logged-in.path-user .horizontal-tabs ul.horizontal-tabs-list li a strong {
	font-weight: 500 !important;
}
body.user-logged-in.path-user .horizontal-tabs ul.horizontal-tabs-list li:not(.selected) a {
	color: #000 !important;
}
body.user-logged-in.path-user .horizontal-tabs .tab-content-wrapper {
	min-height: 500px;
	padding: 30px;
}
body.user-logged-in.path-user .horizontal-tabs .tab-content-wrapper .profile-information .field {
	margin-bottom: 1em;
}
body.user-logged-in.path-user .horizontal-tabs .tab-content-wrapper .profile-links {
	height: auto;
	padding: 20px 0;
	margin-top: 40px;
	border-top: 1px solid #ccc;
	text-align: center;
}
form#user-form {
	margin-top: 2em;
}
form#user-form #edit-pass {
	margin-top: 2em;
}
form#user-form #edit-pass .form-item-pass-pass1 label:before {
	content: 'New ';
}

/* SELF-DESCRIPTION QUESTIONNAIRE */
/* THE FORM */
form#profile-self-description-questionnaire-edit-form .form-group {
	margin-bottom: 2em;
}

/* USER PAGE VIEW */
.view-self-description-questionnaire .field {
	margin-bottom: 2em;
}

@media all and (min-width:769px) {
	#main-menu-toggle {
		display: none;
	}
}

.main-container {
	padding-top: 50px;
}