

/*

The colours we use in OASIS for our buttons are below: 

Primary blue: #1473ab
On Hover: #005883


*/



#header:after {
	content: " ";
	display: block;
	clear: both;
}

.social-networks,
.media-networks,
.items-list {
	margin: 0;
	padding: 0;
	list-style: none;
}


@font-face {
    font-family: 'sansa_soft_pro_normal';
    src: url('../fonts/sansasoftpro-normal.woff2') format('woff2'),
         url('../fonts/sansasoftpro-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansaSoft';
    src: url('../fonts/sansasoftpro-normal.woff2') format('woff2'),
         url('../fonts/sansasoftpro-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'sansa_soft_pro_semibold';
    src: url('../fonts/sansasoftpro-semibold.woff2') format('woff2'),
         url('../fonts/sansasoftpro-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansa_soft_pro_bold';
    src: url('../fonts/sansasoftpro-bold.woff2') format('woff2'),
         url('../fonts/sansasoftpro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "avenir";
	src: url("../fonts/avenir-roman-webfont.eot");
	src: url("../fonts/avenir-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-roman-webfont.woff2") format("woff2"), url("../fonts/avenir-roman-webfont.woff") format("woff"), url("../fonts/avenir-roman-webfont.ttf") format("truetype"), url("../fonts/avenir-roman-webfont.svg#avenir_55roman") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "avenir";
	src: url("../fonts/avenir-light-webfont.eot");
	src: url("../fonts/avenir-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-light-webfont.woff2") format("woff2"), url("../fonts/avenir-light-webfont.woff") format("woff"), url("../fonts/avenir-light-webfont.ttf") format("truetype"), url("../fonts/avenir-light-webfont.svg#avenir_35_lightregular") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "avenir";
	src: url("../fonts/avenir-medium-webfont.eot");
	src: url("../fonts/avenir-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-medium-webfont.woff2") format("woff2"), url("../fonts/avenir-medium-webfont.woff") format("woff"), url("../fonts/avenir-medium-webfont.ttf") format("truetype"), url("../fonts/avenir-medium-webfont.svg#avenirregular") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?-xv4m2w");
	src: url("../fonts/icomoon.eot?#iefix-xv4m2w") format("embedded-opentype"), url("../fonts/icomoon.woff?-xv4m2w") format("woff"), url("../fonts/icomoon.ttf?-xv4m2w") format("truetype"), url("../fonts/icomoon.svg?-xv4m2w#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}


/* add google fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/*font-family: 'Roboto', sans-serif;*/

.site-logo img {
/*    width: auto !important;
    height: 50px !important;*/
}

.page-header {
    padding-bottom: 0;
}

.global-bar {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\e60a";
}

.icon-arrow2:before {
	content: "\e60b";
}

.icon-calendar:before {
	content: "\e600";
}

.icon-facebook:before {
	content: "\e601";
}

.icon-folder:before {
	content: "\e602";
}

.icon-linkedin:before {
	content: "\e603";
}

.icon-note:before {
	content: "\e604";
}

.icon-settings:before {
	content: "\e605";
}

.icon-twitter:before {
	content: "\e606";
}

.icon-user:before {
	content: "\e607";
}

.icon-user1:before {
	content: "\e608";
}

.icon-check:before {
	content: "\e609";
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

html,
body {
	height: 100%;
}

body {
	min-width: 320px;
	font-family: "Open Sans", sans-serif !important;
	background-color: #fafafa;
}

img {
	vertical-align: top;
}

.btn:focus:active,
.btn:focus,
a:focus {
	outline: none;
}

.btn {
	border: none;
	border-radius: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 6px 7px;
	white-space: normal;
}

#wrapper {
	display: table;
	table-layout: fixed;
	min-height: 721px;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#wrapper.dashboard .navbar .navbar-brand {
	width: 179px;
	height: auto; /* 131px; */
	float: none;
	margin: 0 auto;
	display: block;
}

#wrapper.dashboard #header {
	height: auto;
	position: static;
}

#wrapper.dashboard #main {
	/*background: #fff;*/
	background-color: #fafafa;
	padding: 20px 0 120px;
}

#wrapper.contact {
	background: #62c2cc;
}

#header {
	width: 100%;
	background: #fff;
	padding: 44px 0 32px;
	z-index: 100;
	position: fixed;
	height: 100px;
}

.navbar {
	margin: 0;
	border: 0;
	background: none;
}

.navbar .navbar-toggle {
	margin: -5px 5px 0 0;
}

.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
	background: #fff;
}

.navbar .navbar-collapse {
	border: none;
}

.navbar .navbar-brand {
	margin: 0;
	width: 201px;
	height: 24px;
	font-family: "Open Sans", sans-serif;
}

.navbar {
	font-family: "Open Sans", sans-serif; 
}


.navbar .navbar-brand img {
	display: block;
	width: auto;
	height: 120px;
    margin-left: -50px;
}

.navbar .navbar-nav {
	overflow: hidden;
	padding: 0 21px 0 0;
}

.navbar .navbar-nav > li {
	padding: 0 10px 0 14px;
	position: relative;
	margin-left: 0px;
}

.navbar .navbar-nav > li:first-child:before {
	display: none;
}
 
.navbar .navbar-nav > li:before {
/*	content: "/";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;*/
}

.navbar .navbar-nav > li > a {
	font-size: 33px;
	line-height: 33px;
	padding: 0;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0;
	word-spacing: 1px;
}

.section {
	/*background: #61b7c1;*/
	padding: 145px 0 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.section.non-bg {
	/*background: #fff;*/
}

.section .img {
	width: 658px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -470px;
}

.section .img img {
	width: 100%;
	height: auto;
}

.section.last {
	padding: 100px 0 120px;
}

.section.item {
	padding: 80px 0 20px;
	background: #62c2cc;
}

.section.item .circle {
	top: -80px;
}

.section.item-color {
	background: #62c2cc;
}

.section .circle {
	position: absolute;
	top: -145px;
	left: 0;
	background: #fff;
	width: 1314px;
	height: 2349px;
	display: block;
	left: -685px;
	border-radius: 0 657px/843px;
	z-index: -2;
}

.section .circle.top {
	z-index: -1;
}

.section .circle.color {
	background: #1c2e76;
}

.section .circle.color:before {
	background: #1c2e76;
}

.section .circle.right {
	left: auto;
	right: -685px;
	border-radius: 657px/843px 0;
}

.section .circle.right.item {
	right: -645px;
	left: auto;
}

.section .circle.right:before {
	margin: 0 -9999px -9999px 0;
	padding: 0 9999px 9999px 0;
	border-radius: 843px 0 0 0;
}

.section .circle.item {
	left: -645px;
}

.section .circle:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: #fff;
	margin: 0 0 -9999px -9999px;
	padding: 0 0 9999px 9999px;
	border-radius: 0 843px 0 0;
}

#main {
	width: 100%;
	overflow: hidden;
}

#main .container {
	position: relative;
	z-index: 50;
}

#main h1 {
	margin: 0 0 4px;
}

#main .text-block {
	overflow: hidden;
	padding: 0 0 0 48px;
}

#main .text-block.left {
	padding: 0 114px 0 0;
}

#main .text-block h1 {
	margin: 0 0 4px;
}

#main .text-block p {
	margin: 0 0 13px;
}

#main .contact-box {
	overflow: hidden;
	width: 100%;
	padding: 3px 0;
}

#main .contact-box h1 {
	margin: 0 0 26px;
	letter-spacing: 3px;
}

#main .contact-box address {
	text-align: center;
	font-size: 15px;
	line-height: 21px;
	margin: 0;
	color: #fff;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding: 0 28px 0 0;
}

#main .form-block h1 {
	margin: 0 0 15px;
}

#main .footer-box h1 {
	margin: 0 0 19px;
}

.col-wrapp {
	padding: 123px 21px 0;
	overflow: hidden;
	text-align: justify;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}

.col-wrapp:after {
	display: inline-block;
	width: 100%;
	content: "";
	height: 0;
	font-size: 0;
	line-height: 0;
}

.col-wrapp .col {
	text-align: left;
	color: #808183;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	width: 184px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	margin: 0 20px 20px;
}

.col-wrapp .col .img-box {
	overflow: hidden;
	width: 184px;
	height: 171px;
	border-radius: 26px 0;
	margin: 0 0 14px;
}

.col-wrapp .col .img-box img {
	width: 100%;
	height: auto;
}

.col-wrapp .col h2 {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
	position: relative;
	padding: 0 0 6px;
	margin: 0 0 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}

.col-wrapp .col h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #3d9dae;
	border-top: 1px solid #48a3b3;
	border-bottom: 1px solid #48a3b3;
}

.col-wrapp .col h2 a {
	color: #3e4243;
}

.col-wrapp .col h2 a:hover {
	color: #3e98aa;
}

.col-wrapp .col p {
	margin: 0 0 10px;
}

.social-networks {
	width: 100%;
}

.social-networks li {
	float: left;
	margin: 0 12px 12px 0;
}

.social-networks li a {
	width: 24px;
	height: 24px;
	display: block;
	font-size: 24px;
}

.social-networks li a.icon-twitter {
	width: 29px;
	font-size: 29px;
	line-height: 24px;
}

.social-networks li a:hover:before {
	color: #3e98aa;
}

.social-networks li a:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #a9adae;
}

.media-networks {
	width: 100%;
}

.media-networks li {
	float: left;
	margin: 0 12px 12px 0;
}

.media-networks li a {
	width: 150px;
	height: 60px;
	display: block;
	font-size: 24px;
}

.form-control {
	box-shadow: none;
	outline: none;
	border-radius: 0;
	border: 1px solid #a9adae;
	height: 21px;
	padding: 2px 10px 1px;
	font-size: 12px;
	line-height: 14px;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #a9adae;
}

.form-group {
	margin: 0;
	padding: 0 0 28px;
}

.sign-form .form-control {
	border: none;
	background: rgba(255, 255, 255, .84);
	height: 44px;
	font-size: 18px;
	line-height: 26px;
	padding: 9px 10px;
	border-radius: 12px 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.sign-form2 .form-control {
	border: none;
	background: rgba(98, 194, 204, .34);
	height: 44px;
	font-size: 18px;
	line-height: 26px;
	padding: 9px 10px;
	/*border-radius: 12px 0;*/
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.sign-form .form-control:focus {
	background: #fff;
}

.sign-form label {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 7px;
}

.sign-form .checkbox {
	margin: -2px 0 22px;
}

.sign-form .checkbox label {
	color: #000;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	padding: 2px 0 0 28px;
	letter-spacing: 1px;
}

.sign-form .jcf-checkbox {
	float: left;
	margin: 4px -20px 0 2px;
	clear: both;
	height: 18px;
	width: 18px;
	border-radius: 3px 0;
	border: none;
}

.sign-form .jcf-checkbox span {
	margin: -4px 0 0 -5px;
	font-size: 16px;
	height: 18px;
	width: 20px;
}

.sign-form .jcf-checkbox span:before {
	margin: 0 0 0 -1px;
}

.sign-form .btn-holder {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.sign-form .btn {
    background: #ee3124;
    color: white !important;
    height: 32px;
    padding: 0 42px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px;
    border-radius: 15px;
    font-family: 'bebas_neuebold';
}

.sign-form .btn::-moz-focus-inner {
	padding: 0 !important;
	border: 0 !important;
}

.sign-form .btn:hover {
	background: rgba(255, 255, 255, .8);
}

.sign-form .help-block {
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	padding: 12px 0 0;
	letter-spacing: 1px;
}

.sign-form .help-block a {
	color: #fff;
}

.sign-form .help-block a:hover {
	color: rgba(0, 0, 0, .5);
}

.map-box {
	overflow: hidden;
	width: 100%;
	padding: 4px 28px 0 0;
	margin: 0 0 16px;
}

.map-box img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	margin: 0 3px 0 0;
	height: 16px;
	width: 17px;
	border: 1px solid #a9adae;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 16px;
	width: 17px;
	top: 0;
	left: 0;
	margin: 0 !important;
	color: #000;
	font-size: 14px;
}

.jcf-checkbox span:before {
	margin: -2px 0 0 -1px;
	content: "\e609";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.jcf-checkbox.jcf-disabled {
	background: #ddd !important;
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.bottom-nav {
	background: #61b7c1;
	margin: 7px -9999px -15px;
	padding: 23px 9999px 6px;
	overflow: hidden;
	text-align: center;
}

.bottom-nav ul {
	font-size: 17px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}

.bottom-nav ul li {
	position: relative;
	padding: 0 21px 0 20px;
	float: left;
}

.bottom-nav ul li:first-child:before {
	display: none;
}

.bottom-nav ul li:before {
	content: "/";
	color: #000;
	position: absolute;
	top: 0;
	left: -5px;
}

.bottom-nav ul li a {
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
}

.bottom-nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.bottom-nav ul li.active a {
	text-decoration: none;
	color: #fff;
}

.footer-box {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer-box .box {
	position: absolute;
	text-align: center;
	bottom: 100%;
	margin: 0 0 338px;
}

.footer-box .box h1 {
	line-height: 37px;
}

.footer-box .box .btn {
	min-width: 130px;
}

#footer {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer .holder {
	font-size: 13px;
	line-height: 18px;
	color: #3e4243;
	padding: 22px 0 15px;
	text-align: center;
}

#footer .holder .social-networks {
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

#footer .holder .social-networks li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 9px;
}

#footer .holder .social-networks li a {
	width: 30px;
	height: 30px;
	font-size: 26px;
}

#footer .holder .media-networks {
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

#footer .holder .media-networks li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 9px;
}

#footer .holder .media-networks li a {
	width: 150px;
	height: 60px;
	font-size: 26px;
}

#footer .holder .social-networks li a.icon-twitter {
	width: 30px;
	font-size: 31px;
	line-height: 26px;
}

#footer .holder .social-networks li a:before {
	color: #9ea1a2;
}

#footer .holder .social-networks li a:hover:before {
	color: #3e98aa;
}

#footer .holder .copyright {
	letter-spacing: 1px;
	word-spacing: 1px;
	display: block;
}

.block {
	max-width: 562px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 27px;
}

.block .heading {
	overflow: hidden;
	width: 100%;
	padding: 0 5px 0 0;
	margin: 0 0 6px;
}

.block .holder {
	overflow: hidden;
	padding: 0 0 13px 5px;
}

.block .frame {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.block .frame a {
	/*background: rgba(181,140,10,1);*/ /*Bilya*/
	background: #1473ab; /*OASIS*/

	padding: 18px 5px 17px;
	color: #fff;
	float: left;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.block .frame a:hover {
	/*background: #e07f00;*/ /*Bilya*/ 
	background: #1473ab; /*OASIS*/
}

.block .frame a:hover .icon {
	font-size: 60px;
	/*color: #3b4142;*/
	color: white;
}

.block .frame a:hover .title {
	/*color: #374143;*/
	color: white;
}

.block .frame .title {
	color: #fff;
	max-width: 43%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.block .frame .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	color: white;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.block .title {
	float: left;
	max-width: 49%;
	text-transform: uppercase;
	color: black;
	font-size: 25px;
	line-height: 29px;
	font-weight: 400;
	letter-spacing: 2px;
}

.block .user-box {
	float: right;
	max-width: 49%;
	margin: 7px 0 0;
}

.block .user-box .img-box {
	float: right;
	width: 45px;
	/*background: #3d97aa;*/
	margin: 0 6px 5px 16px;
}

.block .user-box .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.block .user-box .name {
	text-transform: uppercase;
	color: #3e4243;
	font-weight: 400;
	float: right;
	text-align: right;
	font-size: 25px;
	line-height: 25px;
	padding: 9px 0 0;
	letter-spacing: 1px;
}

.block .user-box .name span {
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	display: block;
}

.items-list {
	overflow: hidden;
	margin: 0 2px 0 -3px; 
}

.items-list li {
	float: left;
	padding: 0 3px 6px;
	width: 33.332%;
	list-style: none;
    margin-left: 0;
}

.items-list li a {
	text-align: center;

	/*background: rgba(181,140,10,1);*/ /*Bilya*/ 
	background: #1473ab; /*OASIS*/

	display: block;
	width: 100%;
	height: 92px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.items-list li a.logout {
	background: #fff;
	color: black;
}

.items-list li a.logout:hover {
	background: #ace4ff;
	color: #999d9e;
}

.items-list li a .sub-text {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	line-height: 29px;
	width: 100%;
	padding: 3px;
	white-space: normal;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.items-list li a:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.items-list li a .text {
	white-space: normal;

	text-align: center;
	/*bottom: 40%;*/
	bottom: 10px;	

/*	text-align: left;
	bottom: 0;*/	

	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 1px;
    font-size: 16px;	

	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
/*	font-weight: 300;
	font-size: 22px;*/
	line-height: 14px;
	padding: 4px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.items-list li a .icon {
	display: inline-block;
	vertical-align: middle;
	/*color: #000;*/

	/*font-size: 54px;*/
	/*font-size: 34px;*/
    font-size: 30px;
    margin-top: -20px;
    color: white;	

	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.items-list li a:hover {
	/*background: #e07f00; */ /*Bilya*/ 
	background: #005883; /*OASIS*/	
}

.items-list li a:hover .icon {
/*	font-size: 50px;
	color: #3b4142;*/
	font-size: 40px;
    color: white;	
}

.items-list li a:hover img {
	height: 40px !important;	
}

.items-list li a:hover .text {
	/*color: #374143;*/
	color: white;
}

.items-list li a:hover .sub-text {
	color: #374143;
}

.form-block {
	overflow: hidden;
	max-width: 432px;
	margin: 0 auto;
	padding: 24px 0 28px;
}
.intake .form-block{
	max-width: 650px;
}

.form-block h1 {
	font-size: 25px;
	line-height: 28px;
	color: rgba(61,51,43,1);
	text-align: center;
	letter-spacing: 1px;
}

.form-block h1 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 34px;
	color: #b0001d;
}

.form-block h1 i {
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.form-block .btn-holder {
	padding: 5px 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.form-block .btn-holder button {
	height: 24px;
	padding: 0 15px;
}

.form-box {
	overflow: hidden;
	background: #f5f5f5;
	margin: 15px 0;
}

.form-box .form-group {
	padding: 0 0 10px;
}

.form-box .title {
	display: block;
	font-weight: 300;
	font-size: 16px;
	/*line-height: 14px;*/

	/*background: rgba(181,140,10,1) !important;*/
	background: #1473ab !important;
	
	padding: 18px 35px 19px;
	color: white;
}

.form-box .holder {
	overflow: hidden;
	padding: 5px 36px 4px;
	background-color: white;
}

.form-box label.large {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 2px;
	text-transform: capitalize;
}

.form {
	overflow: hidden;
}

.form label {
	font-size: 12px;
	line-height: 16px;
	color: #3e4243;
	font-weight: 300;
	margin: 0;
	padding: 0 0 0 29px;
	overflow: hidden;
	display: block;
}

.form .form-row {
	min-height: 16px;
	overflow: hidden;
	padding: 6px 0;
	position: relative;
}

.form .form-row .jcf-checkbox {
	position: absolute;
	margin: 0;
	top: 50%;
	margin: -8px 0 0;
}

.carousel {
	position: relative;
	width: 100%;
	padding: 0 46px;
	margin: 0 auto;
	overflow: hidden;
}

.carousel .mask {
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 100%;
	float: left;
}

.carousel .btn-next,
.carousel .btn-prev,.carousel .check-prev, .carousel .check-next {
	position: absolute;
	left: 0;
	top: 50%;
	width: 28px;
	height: 32px;
	margin: -15px 0 0;
	font-size: 31px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.carousel .btn-next, .carousel .check-next {
	left: auto;
	right: 0;
	margin: -16px 0 0;
}

.form .carousel label{
	font-size:14px;
	padding: 0 0 5px 4px;
	line-height: 18px;
}

@media only screen and (min-width: 1500px) {

	.home-banner {
		height: 550px !important;
	    max-height: 550px !important;
	    background-position-y: -0 !important;		
	}
}

@media only screen and (max-width: 991px) {
	#wrapper {
		min-height: 550px;
	}

	#header {
		padding: 25px 0;
	}

	.navbar .circle {
		top: 49px;
	}

	.section .img {
		width: 500px;
		margin: 0 0 0 -250px;
	}

	#main .text-block.left {
		padding: 0 50px 0 0;
	}

	.col-wrapp {
		padding: 100px 0 0;
	}

	.col-wrapp .col {
		margin: 0 10px 10px;
	}

	.footer-box .box {
		margin: 0 0 170px;
	}

	.home-banner {
		height: 480px !important;
	}

	.adjust-logo {
		margin-top: -18px !important;
	}	
}

@media only screen and (max-width: 767px) {
	#wrapper {
		min-height: 480px;
	}

	#wrapper.dashboard #main {
		padding: 20px 0;
	}

	#wrapper.dashboard #footer {
		display: table-footer-group;
		height: 1%;
	}

	#header {
		min-width: 320px;
		height: 64px;
		padding: 20px 0 0;
	}

	.navbar {
		margin: 0 -15px;
	}

	.navbar .navbar-collapse {
		position: relative;
		z-index: 50;
		border-bottom: 1px solid #3d9dae;
	}

	.navbar .navbar-header {
		padding: 0 15px 15px;
	}

	.navbar .navbar-nav {
		background: #fff;
		padding: 10px 15px;
	}

	.navbar .navbar-nav > li {
		padding: 0;
		margin: 0;
	}

	.navbar .navbar-nav > li:before {
		display: none;
	}

	.navbar .navbar-nav > li > a {
		font-size: 18px;
		line-height: 18px;
		padding: 5px;
	}

	.section {
		display: block;
		height: auto !important;
		padding: 50px 0 0;
		min-height: 520px;
	}

	.section.item {
		padding: 50px 0 0;
	}

	.section.last {
		padding: 50px 0 0;
	}

	.section .img {
		width: 320px;
		margin: 0 0 0 -160px;
	}

	.section .circle {
		top: -50px;
	}

	.section .circle.color {
		background: #fff;
	}

	.section .circle.color:before {
		background: #fff;
	}

	.section .circle.right.item {
		right: -685px;
	}

	.section .circle.item {
		left: -685px;
	}

	.section.item .circle {
		top: -50px;
	}

	#footer {
		position: static;
	}

	#main {
		padding: 64px 0 0;
	}

	#main .text-block {
		padding: 0;
	}

	#main .text-block.left {
		padding: 0;
	}

	#main .contact-box {
		padding: 0 0 20px;
	}

	#main .contact-box h1 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 15px;
	}

	#main .contact-box address {
		padding: 0;
	}

	#main .form-block h1 {
		margin: 0 0 10px;
	}

	#main .footer-box h1 {
		margin: 0 0 10px;
	}

	.form-group {
		padding: 0 0 17px;
	}

	.map-box {
		padding: 0;
	}

	.col-wrapp {
		padding: 30px 0 0;
		text-align: center;
		width: 290px;
		margin: 0 auto;
	}

	.col-wrapp:after {
		display: none;
	}

	.col-wrapp .col {
		width: 100%;
		margin: 0 0 20px;
		float: left;
	}

	.col-wrapp .col .img-box {
		width: 100%;
		height: auto;
	}

	.col-wrapp .col .img-box img {
		max-width: 100%;
	}

	.bottom-nav ul {
		font-size: 13px;
		line-height: 15px;
	}

	.bottom-nav ul li {
		padding: 0 8px;
	}

	.bottom-nav ul li:before {
		left: -3px;
	}

	.bottom-nav ul li a {
		letter-spacing: 0;
	}

	.footer-box {
		display: block;
		position: static;
	}

	.footer-box .box {
		position: static;
		margin: 0 0 10px;
	}

	.footer-box .box h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 15px;
	}

	.block .title {
		max-width: none;
		width: 100%;
		padding: 0 0 10px;
		text-align: center;
	}

	.block .title br {
		display: none;
	}

	.block .user-box {
		width: 100%;
		max-width: none;
	}

	.block .user-box .img-box {
		float: left;
		margin: 0 16px 5px 0;
	}

	.block .user-box .name {
		float: left;
		text-align: left;
	}

	.block .frame {
		text-align: center;
	}

	.block .frame .title {
		max-width: none;
		width: 100%;
	}

	.block .frame .title br {
		display: none;
	}

	.block .frame .icon {
		position: absolute;
		top: 15px;
		-webkit-transform: translateX(-50%) translateY(0);
		-ms-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}

	.block .frame a {
		padding: 80px 5px 17px;
	}

	.block .frame a:hover .icon {
		top: 10px;
	}

	.items-list li {
		width: 50%;
	}

	.form-block {
		padding: 15px 0;
	}

	.form-block h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.form-block h1 span {
		font-size: 26px;
	}

	.form-block h1 i {
		padding: 0 10px;
	}

	.form-box .holder {
		padding: 5px 15px 4px;
	}

	.carousel {
		padding: 0 27px;
	}

	.carousel .btn-next,
	.carousel .btn-prev {
		font-size: 20px;
		width: 22px;
		height: 22px;
	}

	.home-picture {
		padding: 15px 0 !important;
	}
}


.hide {
	display:none;
}

.modal.modal-login .modal-dialog,
.modal.modal-signup .modal-dialog {
	/*width: 460px;
	margin: 30px auto;*/
}
.modal.modal-login .modal-header,
.modal.modal-signup .modal-header {
	border: none;
	padding: 15px;
}
.modal.modal-login .modal-header .modal-title,
.modal.modal-signup .modal-header .modal-title {
	margin-top: 15px;
	margin-bottom: 15px;
}
.modal.modal-login .modal-body,
.modal.modal-signup .modal-body {
	padding: 30px;
	padding-top: 0;
}
.modal.modal-login .modal-footer,
.modal.modal-signup .modal-footer {
	padding: 30px;
	background: #f5f5f5;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
}
.modal.modal-login .modal-footer p,
.modal.modal-signup .modal-footer p {
	color: #000000;
	font-size: 14px;
	margin-bottom: 0;
}

.modal.modal-login .social-login,
.modal.modal-signup .social-login {
	margin-bottom: 15px;
}
.modal.modal-login .social-login li,
.modal.modal-signup .social-login li {
	margin-bottom: 10px;
}
.modal.modal-login .social-login li .btn,
.modal.modal-signup .social-login li .btn {
	color: #fff;
}
.modal.modal-login .social-login li .btn:hover,
.modal.modal-signup .social-login li .btn:hover {
	color: #fff;
}
.modal.modal-login .social-login li .btn .fa,
.modal.modal-signup .social-login li .btn .fa {
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.modal.modal-login .twitter-btn,
.modal.modal-signup .twitter-btn {
	background: #55acee;
}
.modal.modal-login .twitter-btn:hover,
.modal.modal-signup .twitter-btn:hover {
	background: #2795e9;
}
.modal.modal-login .facebook-btn,
.modal.modal-signup .facebook-btn {
	background: #3b5998;
}
.modal.modal-login .facebook-btn:hover,
.modal.modal-signup .facebook-btn:hover {
	background: #2d4373;
}
.modal.modal-login .google-btn,
.modal.modal-signup .google-btn {
	background: #dd4b39;
}
.modal.modal-login .google-btn:hover,
.modal.modal-signup .google-btn:hover {
	background: #c23321;
}
.modal.modal-login .forgot-password,
.modal.modal-signup .forgot-password {
	font-size: 13px;
	margin-top: 10px;
}
.modal.modal-login .forgot-password a,
.modal.modal-signup .forgot-password a {
	color: #999999;
}
.modal.modal-login .forgot-password a:hover,
.modal.modal-signup .forgot-password a:hover {
	text-decoration: underline;
	color: #737f97;
}
.modal.modal-login .divider,
.modal.modal-signup .divider {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	color: #999999;
	text-transform: uppercase;
}
.modal.modal-login .divider span,
.modal.modal-signup .divider span {
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	position: relative;
}
.modal.modal-login .divider:before,
.modal.modal-signup .divider:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	background: #e5e5e5;
	height: 1px;
	width: 100%;
}
.modal.modal-login .note,
.modal.modal-signup .note {
	color: #999999;
	font-size: 13px;
	margin-bottom: 30px;
}
.modal.modal-login .btn + .note,
.modal.modal-signup .btn + .note {
	margin: 15px 0;
}
.modal.modal-login .remember label,
.modal.modal-signup .remember label {
	font-size: 14px;
	color: #666666;
}

.slide h4 {
	line-height:24px;
}

.checkbox {
	padding-left:30px;
}

.normal-font {
	font-size:.9em;
}
.fright {
	float:right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 12px;
		background: #eee;
	}
}

.delete-account {
	text-align: center;
}

.tooltip {
	position:fixed;
}

.adjust-logo {
	margin-top:-35px;
}



.checkbox-list .checkbox {
	min-height: 5em; 
}

.form label {
    overflow: visible;
}

.admin-forms-link {
	padding: 5px 5px;
	margin: 0 10px;

	/* */
	font-family: 'avenir';
}

.admin-forms-link-active {
	padding: 5px 5px;
	margin: 0 3px;	 
	border: 1px solid black; 
}



/* wmc custom */

a {
    color: #1473ab;
    text-decoration: none;
}

a:hover, a:focus {
    color: #1473ab;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ee3124;
}

.sign-form .btn {
    color: #ee3124;
}

#footer .holder .social-networks li a:hover:before {
    color: #ee3124;
}

.social-networks li a:hover:before {
    color: #ee3124;
}

.sign-form .help-block a:hover {
    color: #ee3124;
}




/* custom */

.navbar-default .navbar-nav > li > a {
    color: black !important;
}


@media only screen and (max-width: 767px) {
	
	.navbar-default .navbar-nav > li > a {
	    color: #1b2f78 !important;
	}

	.home-banner {
		margin-top: 0 !important;
		background-position-y: 0 !important;
	}

	.navbar .navbar-brand img {
	    width: auto !important;
	    height: 50px !important;
	    margin-top: -12px !important;
	}

	.login-box {
		left: 0;
		max-width: 100% !important;

	}

/*	#wrapper {
		display: block;
	}	*/

	.navbar-brand {
		width: 100% !important;
	}

	.adjust-logo {
	    margin: 0 auto !important;
	    float: none !important;
	}

	.logo-text {
	    /*margin: 0 auto !important;*/
	    float: none !important;	
	    text-align: center;
    	margin-top: 20px !important;	
	}

	#main {
		padding: 0 !important;
	}

	.page-home {
		padding: 0 !important;
	}

}


.section .circle.color.red:before {
    background: #b0001d !important;
}

.section .circle.color.yellow:before {
    background: #d55500 !important;
}

.btn-success {
    color: #fff;
    /*background-color: rgba(181,140,10,1);*/
    background: #1473ab; /*OASIS*/
    border-radius: 15px !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #005883;
}


.form-box .title a {
	color: white;
}

#question_form .form-box .title {
    color: white;
}

.btn {
    border-radius: 5px !important;
    padding-right: 25px;
    padding-left: 25px;
}


.btn-primary {
    color: #fff;
    /*background-color: rgba(181,140,10,1);*/
    /*background-color: #0088ca;*/
    background-color: #1473ab;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
/*    background-color: #e07f00;
    border-color: #e07f00;*/
    background-color: #005883;
    border-color: #005883;    
}

/*.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;*/
    /*background-color: rgba(181,140,10,1);
    border-color: rgba(181,140,10,1);*/
/*}*/

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005883;
    border-color: #005883;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: black;
    background-color: #ffbf00;
    border-color: #ffbf00;
}

.menusel {
	font-size: 15px !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    border-bottom: 1px solid white;
}

.navbar .navbar-nav>li>a {
    font-size: 33px;
    line-height: 45px;
}

.sign-form .btn {
    background: #ffbf00;
    color: black !important;
}

.adjust-logo {
	height: 30px !important;
    width: auto !important;
    min-width: 180px;
    min-height: 30px;
}

#footer {
	background: #f4f4f4 !important;
	color: #43545f;
}

.footer-side-links {
	float: right;
	margin-left: 7px;
}

.footer-side-links a {
	color: #1473Ab;
	text-decoration: none;
	font-size: 15px;
}

.text-bullets {
    /*padding-left: 10px;*/
    margin-bottom: 10px;
    margin-left: 5px;
}

.text-bullets li {
    padding-left: 10px;
    margin-bottom: 10px;
}



.form label {
	font-size: 15px;
	line-height: 1.4em;
}

.form-text {
	font-size: 15px;
	line-height: 1.4em;
}

.form-text a, .form label a {
	font-size: 15px;
    color: #1473ab;
    text-decoration: underline;
}

.form-text a:hover, .form-text a:focus {
	font-size: 15px;
    color: #1473ab;
    text-decoration: underline;
}


a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}


.btn-default {
    color: #1473ab;
    background-color: #fff;
    border-color: #1473ab !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: initial;
    background-color: #fefefe;
    border-color: #adadad;
}

.nav-box-element {
	width: 150px;
    font-size: 15px;
    float:left; 
    margin-right:3px; 
    margin-top: 3px;
}

.nav-box-element > li > a {
    padding: 10px 5px;
}

.delete_x {
	color: #d60000; 
	font-size: 25px; 
	font-weight: bold;
}

/* accessiblity */

button:focus, a:focus, textarea:focus {
	outline: 1px solid black !important;
}

.btn-default {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d;
}

.copy-underline {
	text-decoration: underline;
}

.close, .close:hover {
    background-color: #FFBF00;
    border-color: #FFBF00;
    color: black;
    text-shadow: none;
    opacity: 1;
}

.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }


/* intake */

.intake-field-label {
	margin-bottom: 5px !important;
	padding: 0 !important;
}

.intake-field-input {
	margin: 0 !important; 
	/*padding: 20px 15px !important;*/
	padding: 16px 11px !important;
    font-size: 1rem !important;
    width: 100% !important;
}

.intake-page input {
	font-family: inherit !important;
}

.intake-page .form-group {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.intake-page .form-box-inner {
	padding: 5px 140px 4px !important;
	min-height: 300px;
}


.form-box-inner-wide {
	padding: 0 25px !important;
	min-height: 300px;
}

.form-box-inner-wide-form {
	padding: 0 25px !important;
	min-height: 300px;
}

.intake-page.form-block {
    max-width: 850px !important;
    padding-top: 5px !important;    
}

.intake-page .form-box {
    background: white;
}

.intake-page .text-small {
	font-size: 15px;
}

.intake-page .text-large {
	font-size: 22px;
}

.intake-selection-profile-title {
	margin-top: 0;
	margin-bottom: 0.2em;
	clear: both;
	float: left;
	font-style: italic;
	width: 100%;
}

.intake-page .browse-arrow-left {
	left: 4px !important;
}

.intake-page .browse-arrow-right {
	right: 4px !important;
}

.global-bar__search, .global-bar__utility, .multilingual-dropdown, .mobile-language-switcher, .global-bar__custom {
	display: none;
}

/* mobile */


@media only screen and (min-width: 991px) {
	.global-bar__custom {
		display: none !important;
	}
}

@media only screen and (max-width: 991px) {



}

@media only screen and (max-width: 767px) {

	.intake-page .form-box-inner-wide {
		padding: 0 25px !important;
		min-height: 300px;
	}

	.form-box-inner-wide-form {
		padding: 0 0 !important;
	}	

	.intake-page .form-group {
	    margin-bottom: 0;
	    padding-left: 5px;
	    padding-right: 5px;
	}	

	.intake-page .checkbox-list {
		padding: 7px !important;
	}

	.intake-page .btn-success {
	    padding-right: 15px !important;
	    padding-left: 15px !important;
	}

	.intake-page .carousel {
		padding: 0;
	}

	.intake-page .browse-arrow-left {
		left: 4px !important;
	}

	.intake-page .browse-arrow-right {
		right: 4px !important;
	}	

	.admin-forms-link, .admin-forms-link-active {
	    float: left;
	    clear: both;
	}	

	.responsive-box-header {
		min-height: 135px;
	}

	.responsive-box-header-menu {
		margin: 0;
    	float: right;
	}

	.responsive-box-header-menu a {
		margin: 0;
    	float: right;
	}

	.header-top-title {
		font-size: 18px !important;
	}		

	.global-bar {
	    padding-bottom: 0 !important;
	}

}


@media (min-width: 768px)
{
	.page-home .container {
	    /*width: 750px;*/
	    width: 750px;
	}

}

@media (min-width: 992px)
{
	.page-home .container {
	    /*width: 900px;*/
	    width: 940px;
	}

}

@media (min-width: 1200px)
{
	.container {
		/*width: 900px;*/
	    width: 90% !important;
	}	

}

.main-menu-bar {
	background-color: #e1daee;
	/*background-color: white; border-bottom: 1px solid grey;*/
}


/* integrations */

.integration-list-item {
	clear: both;
    float: left;
    width: 100%;
    margin-bottom: 25px;	
}

.integration-list-item .integration-image-holder {
	float: left; clear: none;
}

.integration-list-item .integration-image-holder img {
	padding: 0 15px 0 0; float: left;
}

.integration-list-item h2 {
	margin-top: 0; font-size: 18px; margin-bottom: 3px;
}

.integration-list-item p {
	margin-bottom: 5px; font-size: 15px;
}

.integration-list-item p.small {
	font-size: 11px;
}

.integration-list-item p.small .btn {
	padding: 2px 6px; font-size: 13px;;
}


/* admin pages */

.admin-page-title {
	font-size: 25px;
    line-height: 28px;
    color: rgba(61,51,43,1);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase; 
    margin-top: 25px !important;
}

.admin-page-title img {
    height: 24px;
    padding: 0px 15px 4px;
}

.admin-page-subtitle {
	margin: 10px 0 25px; 
	text-align: center; 
	width: 100%;
	font-size: 17px;
	line-height: 25px;
}


/* disabled links */

a[disabled] {
    pointer-events: none;
    color: gray;
    cursor: text;
}


/* resources links */

.resources-image-link {
	float: left;
	padding: 0 15px 15px 0;
}

.resources-image-link img {
	max-height: 400px;  
	width: auto;
}






/* customise for rexall */

.global-bar {
    background-color: white !important;
    color: white;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
}

.main-menu-bar {
    background-color: #000;
}

.header-top-title {
	font-family: 'avenir';
	font-size: 30px !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

@media screen and (min-width: 1020px)
{
	.header-main-site-link {
	/*    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;*/
	    background-color: rgba(0,0,0,0);
	    border: 0;
	    padding: 0;
	    cursor: pointer;
	    display: inline-block;
	    text-decoration: none;
	    color: #fff;
	    background-color: #0385a1;
	    border-radius: 6px;
	    font-weight: 700;
	    transition: background-color .2s;
	    border: 0 solid rgba(0,0,0,0);
	    padding: 10px 15px;
	    font-size: 13px;
	    line-height: 1.84615385;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;

		position: absolute;
	    top: 0;
	    right: 20px;
	}
}

.header-main-site-link {
    /*display: none;*/
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media only screen and (max-width: 1024px) {
	.header-main-site-link {
	    display: none;
}
}

footer a {
    color: white;
}

footer .inline-list a {
	font-size: 12px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

footer .inline-list a:hover {
	color: white;
}

footer .inline-list a, .footer-nav-link {
	color: white !important;
}

.form-box .title {
    background: #000 !important;
}


textarea.form-control {
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 4px rgba(5,28,42,0.15);
    -webkit-box-shadow: inset 0 0 4px rgba(5,28,42,0.15);
    box-shadow: inset 0 0 4px rgba(5,28,42,0.15);
    padding: 10px;
}

.title-dashboard {
	font-family: 'avenir';  
	font-size: 25px; 
	text-transform: uppercase; 
	margin-top: 25px; 
	font-weight: bold; 
	color: #5e6062;
}

.title-dashboard-back {
	font-weight: bold; 
	font-size: 17px; 
	color: #949494;
}

#main {
    background-image: url(/assets/custom/images/yellow_leaves_top_right.png);
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;	
}


.blue-tabs {
	    background-color: #0385a1;
}

.blue-tabs > li > a {
    color: white;
}

.blue-tabs > li > a:hover {
    border-radius: 0;
    background-color: #0b948d;
}

/*.blue-tabs > li > a.active {
    border-radius: 0;
    background-color: #0b948d;
}*/

.blue-tabs > li.active > a, .blue-tabs > li.active > a:hover, .blue-tabs > li.active > a:focus {
    border-radius: 0;
    border: none;
    background-color: #0b948d;
    color: white;
}

.blue-tabs > li > a:hover {
    border: none;
}

.blue-tabs-content .tab-pane {
	padding: 15px;
}

.blue-text {
	color: #0b948d;
}

.milestones-tab-title { 
	margin: 45px 0 25px 0; 
	text-align: left; 
	text-transform: uppercase; 
	font-size: 18px; 
	font-weight: bold;
}

.milestones-tab-title-mentee-mentor { 
	text-transform: uppercase !important; 
	font-size: 18px !important; 
	font-weight: bold !important; 
}


.profile-form-tab-link {
	text-transform: uppercase;	
	font-weight: bold;

}

.mandatory {
	color: red;
	font-size: 1.3em;
}


/* @feature__print */

@media print {

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }

  .navigate_back_button, .navigate_print_button {
    display: none;
  }

  .site-logo {
    float: left;
  }

}





/*
 * CMS STYLES
 *
 * @feature__common_code__cms_css
 *
*/

/* Title in header */
.header__title_1 {
	font-size: 25px;
	text-transform: none;	
}

/* Sub-Title in header */
.header__title_2 {
	font-size: 15px;
	text-transform: none;	
}

/* Sub-Title in header */
.header__logo_main {
	height: 100px !important;	
	width: auto !important;
}




.global-bar {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.main-menu-bar {
    background-color: #061040;
    color: white !important;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
    line-height: 30px;
    border-bottom: 4px solid transparent;
    font-weight: normal;
	padding-top: 3px;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: white !important;
    border-bottom: 3px solid white;
    line-height: 31px;
	padding-top: 3px;
}

body {
	/* background: url("/assets/custom/images/pixel-background-v2.jpg") center 100px / auto no-repeat !important; */
}



.btn {
    border-radius: 0 !important;
}

.text-heading {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.text-heading-form-2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  color: black;
}

.text-heading-page-2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  color: black;
}



body main a {
    color: #db000b;
    text-decoration: underline;
    font-weight: bold;
}

body main a:hover {
	color: #db000b;
    text-decoration: none;
}

a.btn {
	text-decoration: none;
}

.btn {
	line-height: 2em;
    font-weight: bold;
    font-size: 17px;
}




/**
* messages page
*
* @feature__emails__email_templats_tool
*
*/ 

/* The sidebar menu */
.sideslayoutsidenav {
	/*height: 100%;*/ /* Full-height: remove this if you want "auto" height */
	width: 350px; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 1; /* Stay on top */
	/*top: 235px;*/ /* Stay at the top */
	bottom: 0;
	left: 0;
	background-color: #eaeaead4; /* Black */
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 20px;
	padding-bottom: 25px;
  }
  
  /* The navigation menu links */
  .sideslayoutsidenav a {
	padding: 4px 8px 4px 20px;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	display: block;
  }
  
  .sideslayoutsidenav-title {
	padding: 4px 8px 20px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: block;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sideslayoutsidenav a:hover {
	color: #000;
	background-color: #d5d5d5;
  }
  
  /* Style page content */
  .sides_layout__main {
	margin-left: 350px; /* Same as the width of the sidebar */
	padding: 0px 10px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sideslayoutsidenav {padding-top: 15px;}
	.sideslayoutsidenav a {font-size: 18px;}
  }
  
  .message-templates-tabs {
	  background-color: #d1d0d0;
	  margin-bottom: 10px;
  }
  
  .message-templates-tabs > li > a {
	  color: black;
	  padding: 5px 15px;
  }
  
  .message-templates-tabs > li.active > a, .message-templates-tabs > li.active > a:hover, .message-templates-tabs > li.active > a:focus {
	  background-color: #a6c9e1;
	  color: black;
	  padding: 5px 15px;
  }



.inline-tab { 
	display:inline-block; 
	margin-left: 5px;
	min-width: 100px; 
}

#loader_info_overlay {
	color: black;
	font-size: 23px;
    margin: 10px;
}