/**
 * @license
 *
 * Font Family: General Sans
 * Designed by: Frode Helland
 * URL: https://www.fontshare.com/fonts/general-sans
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * General Sans Variable(Variable font)
 * General Sans Variable Italic(Variable font)
 * General Sans Extralight
 * General Sans Extralight Italic
 * General Sans Light
 * General Sans Light Italic
 * General Sans Regular
 * General Sans Italic
 * General Sans Medium
 * General Sans Medium Italic
 * General Sans Semibold
 * General Sans Semibold Italic
 * General Sans Bold
 * General Sans Bold Italic
 *
*/

@font-face {
	font-family: "GeneralSans";
	src: url("../fonts/OTF/GeneralSans-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	color: black !important;
}

@font-face {
	font-family: "GeneralSans";
	src: url("../fonts/OTF/GeneralSans-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "GeneralSans";
	src: url("../fonts/OTF/GeneralSans-Semibold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GeneralSans";
	src: url("../fonts/OTF/GeneralSans-Light.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GeneralSans";
	src: url("../fonts/OTF/GeneralSans-Medium.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}




@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');


text-center fs-4 fw-light@font-face {
	font-family: "GeneralSans";
	src: url("../Fonts/OTF/GeneralSans-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	color: black !important;
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

	.video-responsive iframe {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		position: absolute;
	}


body, html {
	font-family: 'GeneralSans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}

h1 {
	font-family: 'GeneralSans', sans-serif;
	color: black;
	font-weight: 800;
}
h2, h3, h4 {
	font-family: 'GeneralSans', sans-serif;
}
h2 {
	/* text-transform: uppercase;  */
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 42px;
	color: black;
	text-align: center;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.fw-bold {
	font-weight: 800 !important;
}


h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 18px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

.text-blacky {
	font-size: 29px;
	font-weight: 900 !important;
}

.text-pink {
	color: #ff7800;

}

.text-pink {
	color: #ff7800;
	text-decoration: underline;
}

a {
	color: black;
	/* font-weight: 600;   */
}
a:hover, a:focus {
	text-decoration: none;
	color: #608dfd;
}
ul, ol {
/*	list-style: none;  */
}
ul, ol {
	/* padding: 0;  */
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 1px;
	width: 100%;
	text-align: center;
	position: relative;
	background: #ccc;
	margin-bottom: 20px;
	border: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #ccc;
}
/* Navigation */
#menu {
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border: none;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.15);   */
	/* border-bottom:  10px solid #008acf;    */
	/* position: absolute;  */
}
#menu a.navbar-brand {
	font-size: 26px;
	font-weight: 700;
	color: #333;
	padding: 28px 15px;
	text-transform: uppercase;
	letter-spacing: -1px !important;	
}
	#menu.navbar-default .navbar-nav > li > a {
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
		color: #777;
		font-size: 15px;
		font-weight: 600;
		padding: 30px 16px 26px;
		border-radius: 0;
		margin: 0px 2px 0px 2px;
	}
#menu.navbar-default .navbar-nav > li.active > a {
	/*border-bottom: 6px solid #008acf;     ligne sur les menu, désactiver par olivier */
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #608dfd;
}
.panel-transparent {
    background: none;
    border: 1px solid #fff;
   /* margin: 40px 0px;  */
}
.panel-transparent .panel-heading{
	text-align: center;
background: white;
    border-bottom: 1px solid #fff;    
}
.panel-transparent .panel-heading h3 {
	margin: 0 0 2px 0 !important;
	text-align: center;
}
.panel-transparent .panel-body{
    /* background: none;   de base */
    text-align: left;
    color: #fff;
	background-color: white;
}
	.panel-transparent .panel-body img {
		display: block;
		margin: 0px auto 20px;
		width: 100%;
		/* border-radius: 10px;
		box-shadow: 0px 0px 20px rgb(148 148 148 / 70%); */
		height: auto;
	}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 60px;    /* de base 15px */
	padding-bottom: 15px;
}
.section-title h2::after {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	width: 120px;
	bottom: 0;
	margin-left: -60px;
	left: 50%;
}
h2.block-title {
	padding-bottom: 15px;
}
h2.block-title::after {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	width: 120px;
	bottom: 0;
	margin-left: -60px;
	left: 50%;
}
nav#block-corporate2-main-menu {
	float: left;
}
#block-sharethis-2 {
	padding: 28px 15px;
	float: left;
}
.section-title p {
	font-size: 18px; 
}
.social a {
	color: #000;
	padding: 0px 5px;
}
.social a i:before {
	line-height: 70px;
}
.social a:hover {
	color: #11749e;
}
#portfolio .section-title h2::after, #news .section-title h2::after {
	position: absolute;
	content: "";
	background: #333;
	height: 2px;
	width: 120px;
	bottom: 0;
	margin-left: -60px;
	left: 50%;
}
#news h2.block-title::after {
	position: absolute;
	content: "";
	background: #333;
	height: 2px;
	width: 120px;
	bottom: 0;
	margin-left: -60px;
	left: 50%;
}
#news h2.block-title {
	position: relative;
	margin-top: 20px;
	margin-bottom: 45px;
	padding-bottom: 15px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #11749e;
	letter-spacing: normal;
	margin: 0;
	padding: 7px 16px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.5s linear;
	border: 0;
}
.btn-custom.olb {
	text-transform: uppercase;
	color: #fff;	
	background-color: #000;
	letter-spacing: 1px;
	border-radius: 4px;
	margin: 0;
	padding: 6px 16px 7px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.3s linear;
	border: 1px solid #99111e;
}
.btn-read {
	margin: 20px 0px 0px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #000;
}
.btn-custom.olb:hover, .btn-custom.olb:focus, .btn-custom.olb.focus, .btn-custom.olb:active, .btn-custom.olb.active {
	color: #fff;
	background-color: #000;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
#header {
    margin-top: 75px;
}
.path-user .user-login-form {
	min-height: 400px;
}
.path-user .blog-container {
	padding-top: 110px;
}
.intro {
	width: 100%;
	/* padding-top: 80px;
	background-color: #e1e4da;  */
	display: block;
}
.intro .carousel-caption {
	bottom: 25%;
	text-align: left;
	left: auto;
	max-width: 420px;
	right: 10%;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}
.intro h1 span {
	font-weight: 800;
	color: #be1e2d;
}
.intro p {
	color: #fff;
	/* margin: 20px auto;                       enlever par Olivier
	margin-bottom: 60px;        */
	font-size: 24px;    /* de base 20px */
	line-height: 28px;     /* de base 22pc */
	/* BACKGROUND-COLOR: white;
	display: inline-block;  */
}
header .intro-text {
	padding-top: 115px;
	padding-bottom: 50px;	
	text-align: left;
}
#corporate-slider .main-container {
  padding: 0;
}
/*#carousel-portfolio .carousel-indicators {
	display:none;
} */


#corporate-slider h3 {
	color: #ffff;
	font-size: 70px;
	/* text-transform: uppercase; */
	font-weight: 800;
	display: inline-block;
}

#corporate-slider h4{
    color: #fff;
    font-size: 46px;
      text-transform: uppercase;
      font-weight:700;
}
.carousel-control {
	width: auto;
}
#corporate-slider .slide1 .text-left ,#corporate-slider .slide3 .text-left{
    padding-left: 40px;
}
#corporate-slider .carousel-indicators {
  bottom: 0;
}
#corporate-slider .carousel-control.right,
#corporate-slider .carousel-control.left {
  background-image: none;
}
#carousel-portfolio .right.carousel-control {
right: -55px;
background: none;
}
#carousel-portfolio .left.carousel-control {
left: -60px;
background: none;
}
#carousel-portfolio .carousel-control .fa-angle-right, #carousel-portfolio .carousel-control .fa-angle-left {
border: none;
text-shadow:none;
}
#corporate-slider .carousel .item {
  min-height: 600px;   /* de base 600 px - 380 benoit*/
  height: 100%;
  width:100%;
}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#corporate-slider h3{
  animation-delay: 0.1s;
}
#corporate-slider h4 {
  animation-delay: 2s;
}
#corporate-slider h2 {
  animation-delay: 3s;
}
#corporate-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}
#corporate-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
#corporate-slider .p {
  padding-top: 125px;
  text-align: center;
}
#corporate-slider .p a {
  text-decoration: underline;
}
#corporate-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border:2px solid #a3a3a0;
    margin: 2px;
}
#corporate-slider .carousel-indicators .active{
	width: 14px;
	height: 14px;
	background-color: #000;
	border: 2px solid #000;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-inner > .item > img {
    margin: 0 auto !important;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 49%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 20%;
    width: 48px;
    height: 48px;
    margin-top: -15px;
    padding-left: 5px;    
    font-size: 40px;
    color: white;
    padding-right: 5px;    
    border-radius: 50%;    
    /* border:2px solid #a3a3a0;   */  
	/* background-color: #008acf;   */
}
.carousel-control .fa-angle-right{
    right: 20%;
    width: 48px;
    height: 48px;
    margin-top: -15px;
    font-size: 40px;
    color: white;
    padding-left: 5px;
    border-radius: 50%;
    /* border:2px solid #a3a3a0;   */ 
	/* background-color: #008acf;  */
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* About Section */
#about {
	padding: 30px 0 !important; /*  avant 135 px */
	background-color: white;
}

#about2 {
	/*  padding: 135px 0;  */
	background: white;
}


#about h3 {
	font-size: 29px;
	margin: 0 0 20px 0;
	color: black;
	font-weight: 600;
}
#about h2 {
	position: relative;
	color: #787777;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#about p {
	color: black;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about img {
	width: 430px;
	margin-top: 10px;
	/* background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06); */
	max-width: 100%;
	height: auto;
}

#about2 img {
	/* width: 520px;  */
	width: 60px;
	/* margin-top: 10px;  */
	/* background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06); */
}

#about p {
	/* margin: 30px 0; */
}
/* Services Section */
#services {
	padding: 0px 0;
	/* background: linear-gradient(to right, blue, #681374); */
	/*background-size: cover;  */
}

/* Services MAIN PAGE */
#mainpage {
	 padding: 80px 0;   
	/* background-image: radial-gradient(circle at center, #c9e6f3, #008acf 950px);  /* avant #7fc7ea*/
	background-size: cover;
		color: #000000;
	/* border-bottom: 10px solid #008acf;   */
	background-color: white; 
	    /*background-image: radial-gradient(circle at center, #e0f5ff, #008acf 950px);   */
}

#services h2, #services h2 a {
	color: #fff;
	line-height: 30px;
	font-size: 22px;
	font-weight: 900;
}
#news h2, #news h2 a {
	color: black;
	/* line-height: 30px; */
	/* font-size: 22px; */
	font-weight: 800;
}
#services p {
	color: black;
}
#services .services-text {
	/* float: left;	    de base, enlever par olivier */
	/* padding: 70px 20px;   */
	display: block;
}
#services i {
	background: #008acf;
	font-size: 60px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	line-height: 124px;
	color: #fff;
	margin: 50px 0px 30px;
}
#services .carousel-control.right, #services .carousel-control.left {
    display: none;
}
#services .carousel-indicators {
	bottom: -30px;
}
/* Portfolio Section */
#portfolio {
	padding: 45px 0px 0px;
	/* background: #ebecee url('../images/banners/portfolio.jpg') bottom center no-repeat;
	min-height: 650px; */
	background-color: white;
}
#portfolio h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
	color: #008acf;
}
#portfolio h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;	
}
#portfolio .portfolio-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#portfolio .portfolio-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #be1e2d;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#portfolio img {
	/* width: 202px;
	height: 170px; */
	width: 100%;
	background: #fff;
	border-right: 0;
	/*box-shadow: 0 0 50px rgba(0,0,0,0.06);  */
}
#portfolio p {
	margin: 30px 0 10px;
}
/* Blog Section */
#blog {
	background: #fff;
	padding: 60px 0;
}
#blog h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#blog h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#blog p {
	margin: 10px 0;
}
.user-logged-in #news, .user-logged-in #about, .user-logged-in #portfolio, .user-logged-in #news, .user-logged-in #contact {
	padding: 140px 0;  
}
.user-logged-in #home {
	margin: 120px 0;	/* 80 de base */
}
.user-logged-in #services {
	padding: 80px 0;	
}
.user-logged-in.toolbar-horizontal.toolbar-tray-open  .navbar-fixed-top {
	top: 79px;
	z-index: 30;
}
.user-logged-in.toolbar-horizontal .navbar-fixed-top, .user-logged-in.toolbar-vertical .navbar-fixed-top {
	top: 40px;
	z-index: 30;	
}
.user-logged-in #header {
	margin-top: 75px;
}
/* News Section */
#expert {
	background: #fff;
	padding: 80px 0;
}

#sponsors {
	background: #fff;
	/* padding: 30px 0; */
}

#news {
	background: #fff;
	/* margin: 30px 0; */
	padding: 45px 0 !important;   */
}
#news h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#news h2 {
	position: relative;
}
	#news p {
		margin: 10px 0;
		color: #000000;
		text-align:left;
	}
#news .thumbnail {
    padding: 0px;
    border: none;
}
.news-container {
	margin-top: 20px;
	margin-bottom: 0px;
}
.news-container h2 {
	margin-bottom: 0px;
}
.news-container .item h2 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: 600;
	font-size: 20px;
	color: #333;
}
.news-container .item p {
	font-size: 15px;
	margin: 0px 0px 20px 0px;
}
#page-not-found {
	padding: 200px 0 150px;
	min-height: 600px;
}
#page-not-found h1 {
	font-size: 130px;
	font-weight: bold;
	color: #11749e;
}
#page-not-found h3 {
	font-size: 22px;
}
#page-not-found .section-title {
	margin-bottom: 0px;
}
#page-not-found p {
    margin: 0 0 50px;
}
.news-container .item .blog-item {
	margin: 40px 0px 20px;
	float: left;
}
.programs-items {
	margin: 60px 0px 0px;
}
.programs-item {
	margin: 12px -5px 12px -5px;
	padding: 0;
}
.programs-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0;
}
.programs-item img {
	width: 100%;
}

.path-blogs .messages.messages--status {
	margin-top: 80px;
}
.thumbnail > img, .thumbnail a > img {
	width: 100%;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0,0,0,0.8);
	padding: 19% 20%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>h5 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
	font-weight: 300;
	font-style: italic;
	text-transform: capitalize;
}
.hover-bg:hover .hover-text>h5 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Contact Section */
#contact {
	/*padding: 78px 0 60px 0; */
	color: #fff;
	background-color: #19388a;
	background-size: cover;
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact .section-title p {
	font-size: 16px;
}
#contact h2 {
	color: #fff;
	line-height: 34px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;	
}
#contact h3 {
	color: #fff;
	margin-top: 80px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}
#contact form {
	padding-top: 20px;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0px 30px;
	background: #19388a;
	border: 1px solid #999;
	color: #fff;
}
#contact .btn-custom:hover {
	color: #fff;
	background-image: none;
	background-color: #11749e;
	border: 1px solid #04587b;
}
label {
	font-size: 18px;
	font-weight: 400;
	font-family: 'GeneralSans', sans-serif;
	/* float: left;    enlever par Olivier */
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 12px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #19388a;
	background: none;
	border: 1px solid #999;
	/*border-radius: 10px;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	height: auto;
	background: #fff;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	margin-bottom: 10px;
	display: block;
}
#contact .contact-item i.fa {
	margin-right: 10px;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 10px;
}
#contact .social i.fa {
	font-size: 22px;
	width: 48px;
	height: 48px;
	padding: 12px 0;
	border: 1px solid #999;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
	background-image: none;
	background-color: #11749e;
	border: 1px solid #e44810;
}
#map {
	padding: 20px 0;
	background: white;

	/* background: #000 url('../images/banners/portfolio.jpg');
	background-size: cover;  */
	/* background-image: radial-gradient(circle at center, #c9e6f3, #008acf 950px);  */
}


.blog-container .section-title h2::after {
    background: #ddd;
}
.blog-container {
	padding-top: 90px;
	margin-top: 40px;
	margin-bottom: 60px;
}
.blog-container h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.blog-container h2.list-item {
	font-size: 20px;
	color: #11749e;
	margin-bottom: 10px;
	margin-top: 0px;
}
.path-blogs .blog-container {
	margin-top: 40px;
	margin-bottom: 60px;
	padding-top: 10px;
}
.view-id-other_blogs h3 {
	margin-left: 18px;
}
.blog-container h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.blog-container h2 a {
	font-size: 20px;
	color: #11749e;
	font-weight: 600;
	margin-bottom: 10px;
}	
.blog-container .item h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 20px;
	color: #333;
}
.blog-container .item p {
	font-size: 15px;
	margin: 0px 0px 20px 0px;
}	
.blog-container .item .blog-item {
	margin: 40px 0px 20px;
	float: left;
}
.page-node-type-blogs .blog-container {
	padding-top: 90px;
}
.blog-info {
	font-size: 12px;
	font-style: italic;
}
.indented {
	margin-left: 25px;
}
.blog-comment::before,
.blog-comment::after,
form::before,
.blog-comment-form::after{
    content: "";
	display: table;
	clear: both;
}
.blog-comment{
}
.blog-comment ul{
	list-style-type: none;
	padding: 0;
}
.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}
.blog-comment img.avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}
.blog-comment .post-comments{
	border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 0px;
	margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       	 -o-border-radius: 4px;
    		border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}
.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}
.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-left: 85px;
}
.blog-comment-form{
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 40px;
}
.blog-comment h3,
.blog-comment-form h3{
	margin-bottom: 40px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
}

ul.other-blog-scr {
	margin: 0px 0px;
}
ul.other-blog-scr li {
	padding: 0px 0px 10px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 8px;
}
ul.other-blog-scr li a { 
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.comment-form label {
	float: none;
	clear: left;
}
.comment-form input[type=text], .comment-form textarea {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.user-logged-in.path-user .blog-container {
	margin-top: 120px;
	margin-bottom: 90px;
	min-height: 500px;
}
div.field.field--name-user-picture.field--type-image.field--label-hidden.field--item {
margin: 30px 0px;
}
div.field.field--name-user-picture.field--type-image.field--label-hidden.field--item img {
	float: left;
}
.region.region-sidebar-second {
	margin-top: 60px;
	margin-bottom: 60px;
} 
.view-id-other_blogs p.lead {

font-size: 15px;
}
p.lead {
    font-size: 21px;
}
.view.view-new-blogs p.lead {
    font-size: 16px;
    margin-bottom: 60px;
}
.other-comments {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Footer Section*/
#footer {
	background: #white;
	/* padding: 30px 0px 20px; */
	color: grey;
}
	#footer p {
		color: grey;
		font-size: 12px;
	}
	#footer a {
		color: #777;
	}
#footer a:hover {
	border-bottom: 0px solid white;
}
@media only screen and (max-width: 780px) and (min-width: 320px)  {
#menu.navbar-default .navbar-nav > li > a {
	padding: 10px 16px;
}
#menu a.navbar-brand {
	padding: 15px;
}
.intro {
	margin-top: 50px;
}
	#corporate-slider h3 {
		font-size: 45px;
		text-transform: none;
		font-weight: 900;
	}
#corporate-slider h4{
    font-size: 32px;
    text-transform: uppercase;
    font-weight:700;
}
}

.google-map-field h2 {
	display: none;
}

.services-text h1 {
	display: none;
}

.block-title h2




.user-logged-in.path-comment .blog-container {
	margin-top: 110px;
}

.page-node-type-blogs h2 {

	margin-bottom: 2px;
}

.path-comment .blog-container {
	padding-top: 90px;
}
#blog .blog-text .item h2 {
    font-size: 20px;
    color: #11749e;
    margin-bottom: 10px;
}

.page-node-type-blogs .field.field--name-field-blogs-image img {
	display: block;
    max-width: 100%;
    height: auto;
}

.view-id-new_blogs .section-title h2 {
	position: relative;
	margin-top: 100px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.view-id-new_blogs .section-title h2::after {
    background: #ddd;
}
.view-id-new_blogs .blog-text .item h2 {
    font-size: 20px;
    color: #11749e;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.view-id-new_blogs h2{
	margin: 0 0 20px 0;
}
.view-id-new_blogs p {
    margin: 10px 0px 20px;
}
.view-id-new_blogs .blog-text {
	margin-top: 20px;
}

details > .details-wrapper {
    padding: 0.5em 1.5em;
    background-color: #efefef;
}


.ckeditor-accordion-container > dl dt > a {
    display: block;
    padding: 15px 15px 10px 50px;
    background-color: #19388a;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    border-bottom: 5px solid #ffffff;
}