/**
 * Place your custom styles here.
 */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700');

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

a, a:link, a:visited {
	color: #21a39a;
}

a:hover, a:active, a:focus {
	color: #12706b;
}

.form-control:focus {
    border-color: #21a39a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(33, 163, 154, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(33, 163, 154, .6);
}

.btn {
	font-weight: 700;
	padding: 10px 20px;
	outline: none !important;
}

button#edit-preview {
	font-weight: 500;
}

.btn-primary {
	color: #21a39a;
    background-color: transparent;
    border-color: #21a39a;
}

.btn-primary:hover,
.btn-primary:active, 
.btn-primary.active, 
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.btn-primary:active:focus, 
.btn-primary.active:focus,
.btn-primary:active.focus, 
.btn-primary.active.focus {
    color: #fff;
    background-color: #21a39a;
    border-color: #21a39a;
    outline: none;
}









#pageLeft {
	position: fixed;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	height: 100%;
	z-index: 101;
	width: 338px;
	background: transparent;
	border-right: 3px solid rgba(0, 0, 0, 0.5);
}

.navbar.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    min-height: 0;
    padding: 40px 0 0;
    width: 100%;
    background: #000000;
}

.navbar .logo {
	padding: 0;
	margin: 0 30px 40px;
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav {
    float: none;
    display: inline-block;
    width: 100%;
}

.navbar-nav > li {
    float: none;
    display: block;
}

.navbar-default .navbar-nav > li > a {
    color: #dddddd;
}

.navbar-nav > li > a {
    padding: 15px 30px;
    text-align: right;
    transition: all 0.2s ease;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a.active-trail {
    color: #21a39a;
    background-color: transparent;
}



















#pageRight {
    padding-left: 335px;
}

.region-highlighted {
	margin-left: -15px;
	margin-right: -15px;
}

nav.tabs {
	margin-bottom: 30px;
}

.region-content {
	max-width: 500px;
	margin: 0 35px 80px;
}

h1.page-header {
	margin-left: -50px;
	background: #21a39a;
	color: #ffffff;
	font-weight: 400;
	padding: 14px 50px;
	width: 100%;
	max-width: 500px;
	margin-bottom: 50px;
	z-index: 100;
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	position: relative;
}

h1.page-header::after {
	height: 63px;
	width: 51px;
	content : "";
	background: url(images/corner.svg) no-repeat;
	position: absolute;
	right: -50px;
	top: 0;
}

.page-node-type-page h1.page-header {
	margin-top: -20px;
}



















#pageLeft footer.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	color: #cccccc;
	padding: 10px 30px;
	font-size: 12px;
	border-top: 1px solid #333333;
	margin: 0;
}

#pageLeft footer.footer div {
	margin: 10px 0;
}

#pageLeft footer.footer a {
	color: #666666;
	text-decoration: none;
}

#pageRight footer.footer2 {
	display: none;
}





















#block-termsofserviceblock {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #cccccc;
}

#block-termsofserviceblock h2.block-title {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: 700;
}

#block-termsofserviceblock .field--name-body {
	font-style: italic;
	font-size: 13px;
}






#block-sitewidecontactform {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #cccccc;
}

.form-required:after {
    -webkit-background-size: 7px 7px;
    background-size: 7px 7px;
    width: 7px;
    margin-left: 5px;
}

.captcha.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.captcha.panel .panel-heading,
.captcha.panel .help-block {
	display: none;
}

.captcha.panel .panel-body {
	padding: 0;
}

#block-sitewidecontactform #edit-preview {
	display: none;
}

















.socialIcon img {
	width: 28px;
	height: auto;
	margin: 0 5px 0 0;
}

#block-socialmediaiconsdark {
	margin-bottom: 15px;
}

#block-socialmediaiconsdark .socialIcon img {
	width: 38px;
}