@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;700&display=swap');

@font-face {
    font-family: 'afpicons';
    src:    url('../fonts/afpicons/afpicons.eot?bt3vcv');
    src:    url('../fonts/afpicons/afpicons.eot?bt3vcv#iefix') format('embedded-opentype'),
    url('../fonts/afpicons/afpicons.ttf?bt3vcv') format('truetype'),
    url('../fonts/afpicons/afpicons.woff?bt3vcv') format('woff'),
    url('../fonts/afpicons/afpicons.svg?bt3vcv#afpicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sourceSerifPro';
    src: url('../fonts/SourcePro/SourceSerifPro-Bold.eot');
    src: url('../fonts/SourcePro/SourceSerifPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourcePro/SourceSerifPro-Bold.woff2') format('woff2'),
    url('../fonts/SourcePro/SourceSerifPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'sourceSerifPro';
    src: url('../fonts/SourcePro/SourceSerifPro-Regular.eot');
    src: url('../fonts/SourcePro/SourceSerifPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourcePro/SourceSerifPro-Regular.woff2') format('woff2'),
    url('../fonts/SourcePro/SourceSerifPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sourceSansPro';
    src: url('../fonts/SourcePro/SourceSansPro-Regular.eot');
    src: url('../fonts/SourcePro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourcePro/SourceSansPro-Regular.woff2') format('woff2'),
    url('../fonts/SourcePro/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sourceSansProLight';
    src: url('../fonts/SourcePro/SourceSansPro-Light.eot');
    src: url('../fonts/SourcePro/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourcePro/SourceSansPro-Light.woff2') format('woff2'),
    url('../fonts/SourcePro/SourceSansPro-Light.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'sourceSansPro';
    src: url('../fonts/SourcePro/SourceSansPro-Italic.eot');
    src: url('../fonts/SourcePro/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourcePro/SourceSansPro-Italic.woff2') format('woff2'),
    url('../fonts/SourcePro/SourceSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'sourceSansPro';
    src: url('../fonts/SourcePro/SourceSansPro-Semibold.eot');
    src: url('../fonts/SourcePro/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourcePro/SourceSansPro-Semibold.woff2') format('woff2'),
    url('../fonts/SourcePro/SourceSansPro-Semibold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body.font-readex h1, body.font-readex h2 {
	font-family: 'Readex Pro', sans-serif;
	font-weight: 700;
}
body.font-readex h1 {
	font-size: 65px!important;
	letter-spacing: -2.17px;
	line-height: 71px;
	font-weight: 600; 
}
@media screen and (max-width: 768px){
	body.font-readex h1 {
		font-size: 32px !important;
		letter-spacing: -0.5px;
		line-height: 33px;
	}
}
 body.font-readex h2  {
	 font-size: 23px;
	color: #000000;
	letter-spacing: 0;
	line-height: 32px;
	font-weight: 400;
 }
 
  body.font-readex h3  {
	font-size: 28px;
	color: #000000;
	letter-spacing: -0.3px;
	line-height: 30px;
 }
body.font-readex h3 {
	font-family: 'Readex Pro', sans-serif;
	font-weight: 400;
}
.top-header .block { 
	background: rgb(241,97,169);
	background: linear-gradient(90deg, rgba(241,97,169,1) 0%, rgba(252,202,133,1) 100%);
	padding: .5rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-header .block p, .top-header .block a {
	margin-bottom:0; 
	color: #FFF;
	font-size: 14px; 
	letter-spacing:0;
	line-height: 16px;
	font-family: 'Source Sans Pro';
	font-weight: 500;
}

@media screen and (min-width: 1024px){
	.top-header .block p, .top-header .block a {
		font-size: 19px;
	}
}
.btn-rounded {
	padding:.4rem 1.6rem !important;
	border-radius: 35px !important;
	border:0 !important
}
.btn-rounded:hover {
	border-bottom: inherit !important;
}
.top-header .block img:hover {
	cursor: pointer;
}
@media screen and (max-width: 768px){
	.top-header .block .intro-bloc {
		width: 100%;
		display: block
	}
	.top-header .block p , .top-header .block a{
		font-size: 14px;
	}
}

@media screen and (min-width: 1024px){
	.top-header .block p , .top-header .block a{
		font-size: 18px;
	}
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: sourceSerifPro;
    font-size: 13px;
    color: #000;
    width: 100%;
}

a { color: #525e66; text-decoration: none; }

h2 {
    line-height: 45px;
    margin: 36px 0;
    font-weight: normal;
    font-size: 50px;
    color: #000;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'afpicons' !important;
    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;
}

.ismobile {
    display: none;
}
/** Specific cases **/

h2.content-title a {
    color: #000;
    font-size: 40px;
    line-height: 48px;
}

div.content-meta {
    font-family: sourceSansPro, sans-serif;
    color : #525e66;
    font-size: 15px;
}
body.front div.content-meta {
    margin-left: 10px;
}
body.not-front.node-type-article div.content-meta {
    margin-top: 90px;
}
div.addtoany a, div.addtoany a:hover, div.addtoany a:visited { color : #525e66; }

span.meta-date, div.meta-date, span.meta-author, div.meta-author {
    font-size: 14px;
    padding: 0 30px;
    display: inline-block;
}
span.meta-share, div.meta-share {
    padding: 0px 10px 0px 20px;
    display: inline-block;

}
 span.meta-share a {
    padding: 0 10px;
}
span.meta-separator {
    border-left: 1px solid #E1E7EA;
}
span.meta-author a {
    line-height : 30px;
    color : #009CC8;
    text-decoration : none;
    font-weight: normal;
    font-size: 18px;
}
span.meta-author a:hover {
    border-bottom: 2px solid #009CC8;
}
article .content-teaser .entry {
    font-family: sourceSerifPro, serif;
    font-size: 18px;
    line-height: 28px;
}
.entry a {
    color: #009CC8;
}
body.front .feature-holder {
    position: relative;
}
body.front .image-legend {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff!important;
}
div.entry {
    margin: 36px 0 48px 0;
}
article {
    text-align: center;
}
div.more {
    border: 1px solid #E1E7EA;

    border-radius: 2px;
    width: 118px;
    text-align: center;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    position: relative;
}

div.more a.readmore {
    font-family: sourceSansPro, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.more:hover {
    border: 1px solid #96a3aa;
    background: #ebf0f2;
    color: #515e65;
    box-shadow: 0px 3px 0px rgba(235,236,237,0.7);
}
.page-search div.more {
    margin-top: 30px;
    margin-bottom: 75px;
}
article.short-content {
    text-align: center;
    margin-bottom: 75px;
}
div.content-teaser {
    margin: 0 auto;
    width: 100%;
}

div.content-teaser h2 {
    margin: 36px auto;
    width: 100%;
}

div.content-teaser div.entry {
    margin: 36px auto;
    width: 70%;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2c85c4;
    z-index: 200;
    font-family: sourceSansProLight, sans-serif;
    color: #fff;
}
.overlay .navigation {
    top: 50%;
    margin: 0 auto;
    width: 50%;
    padding-bottom: 20px;
}
/* Overlay closing cross */
.overlay .overlay-close {
    width: 60px;
    height: 40px;
    position: absolute;
    left: 0;
    overflow: hidden;
    border: none;
    background: url(../images/icons/icn_w-close.png) no-repeat center center;
    background-size: 36px;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;



    display: inline-block;
    margin-top: 10px;

}
.overlay ul.menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    top: 50%;
}
.overlay ul.menu li {
    display: block;
    padding: 18px;
    height: 20%;
    /*min-height: 54px;*/
    text-align: center;
}
.overlay ul.menu li a {
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
}
.overlay ul.menu li a:hover, .overlay ul.menu li a:focus, .overlay ul.menu .active {
    color: #fff;
    opacity: 0.5;
}

/* Menu style */
.overlay nav {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.overlay nav.overlay-main-menu {
    top: 40%;
    height: auto;
}
    /* Effects */
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul.menu {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul.menu {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul.menu {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
   /*  .overlay nav {
         height: 70%;
         font-size: 34px;
     }
     .overlay ul.menu li {
         min-height: 34px;
     } */
}
ul.menu li a {
    font-family : sourceSansProLight, serif;
    font-size : 36px;
    line-height : 36px;
    color : #fff;
}
.box {
    width: 33%;
    float: left;
    margin-bottom: 36px;
}

.w50 {
    width: 50%;
}
.w66 {
    width: 66%;
}

.w100 {
    width: 100%;
    box-sizing: border-box;
}

.bottom {
    background: #0083c9;
    height: 44px;
    line-height: 44px;
}

.social-copy {
    background: #000;
    color: #96a3aa;
    height: inherit;
    width: 33%;
}
.social-copy span {
    vertical-align: middle;
    margin-left: 10%;
}

/*#footer {
    font-family: sourceSansPro, sans-serif;
    font-size: 15px;
}

#footer div p {
    width: 80%;
    font-size: 13px;
    line-height: 20px;
    color: #96a3aa;
    font-family: sourceSansPro, sans-serif;
}

.footer-widget {
    background: url('../images/logo_footer.png') no-repeat 17% center #232c32;
    background-size: 265px 101px;
}

.footer-widget h2 {
    font-size: 16px;
    color: #5d686e;
    margin: 22px 0 10px 0;
}

.footer-widget ul li.leaf {
    list-style: none;
    line-height: 20px;
}

.footer-widget ul li a {
    font-size: 13px;
    color: #0083c9;
}

#footer .w33 ul.menu {
    margin-top: -5px;
}*/

.subscribe-footer {
    border: 1px solid #EBF0F2;
    text-align: center;
}
.subscribe-footer div.block {
    width: 55%;
    margin: 36px auto;
    text-align: left;
}

.subscribe-footer h2 {
    line-height: 2.2em;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}
input[type="submit"], button[type="submit"] {
    border: 1px solid #0083c9;
    background: #0083c9;
    color: #fff;
    opacity: 1;
    padding: 9px 25px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    margin: 10px 10px 0 0;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
    opacity: 0.6;
}
article { width: 65%; margin: 0 auto; }
article.short-content p {
    text-align: left;
}
/** COMMENTS **/
.comments-wrapper {
    /*width: 70%;*/
    /*max-width: 570px;*/
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #ebf0f2;
    background-color:#F8FAFB;
    padding-bottom: 30px;
}

#comments {
    width: 55%;
    margin: 0 auto;
}

#comments h2 {
    margin-top: 6px;
}







.view-similarterms {
    background: #ebf0f2;
}



.full {
    margin: 0 auto;
}

.author-wrapper {
    width: 100%;
}

/****** relances ******/

#popular-slider {

    margin: 0 auto;
}

#popular-post {
    position: relative;
    width: auto!important;
    background: #ebf0f2;
}

.label_related {
    margin: 20px auto 5px;
    width: 1100px;
    position: relative;
    padding-left: 14px;
}
#popular-post h5 {
    text-align: left;
}

#popular-slider .container {
    width:auto!important;
}

#popular-post #popular-slider .item .feature-holder {
    /*height: 250px;*/
}

#popular-post .owl-theme .owl-controls {
    margin: 0px auto 28px;

}

#wrapper .owl-theme .owl-controls .owl-page span {
    background: #869791;
}

.item {
    // width: 250px;
    //box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    // background: #fff;
    // margin: 13px;
    display: block;
    padding: 30px 0px;
    margin: 8px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#popular-post .popular-excerpt h3 {
    font-size: 16px;
    line-height: 18px;
}

.popular-excerpt {
    height: 56px;
    padding: 12px 20px;
    text-align: center;
    background-color: white;
}


/****** Next / Prev posts ******/

.prevnext-post {
    position: relative;
}


.prevnext-post {
    border-top: 1px solid #ebf0f2;
    background-color: #F8FAFB;
}

.prevnext-post .post {
    width: 50%;
    padding: 36px;
    border: none;

    display: inline-block;
    border-radius: 0px;
    background: none;
}

.prevnext-post span {
    font-family: sourceSansPro, sans-serif;
    font-size: 13px;
    color: #96A3AA;
    text-transform: uppercase;
}

.prevnext-post h3 {
    color: #525e66;
    font-size: 18px;
    line-height: 24px;

}


.prevnext-post h3:hover {
    color: #009cc8;
}

/** Sharing wrapper **/

.sharing-wrapper{
    margin-bottom: 36px;
}


/** author box **/
.author-box {
    background: #fff;
    border-radius: 4px;
    margin: 48px auto 48px;
    width: 70%;
}

.author-box img {
    border-radius: 50%;
    display: block;
    float: left;
    height: 120px;
    width: 120px;
}

.author-wrapper {
    border-top: 1px solid #ebf0f2;
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
}

.author-box-wrap {
    margin-left: 150px;
}
.author-box-wrap div {
    font-size: 14px;
    line-height: 26px;
}
.author-box h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 15px;
    line-height: 18px;
    float: left;
}
.author-socials {
    float: right;
    min-width: 100px;
}
.user-info {
    clear: both;
    font-size: 16px;
    line-height: 1.5em;
}
.author-box h5 a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 18px;
    color: #000;
}

.author-box ul {
    font-size: 13px;
    margin-top: 8px;
}

.author-box li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.author-box-wrap > p {
    font-size: 13px;
    text-indent: 0;
}

.author-link {
    font-family: SourceSansPro, sans-serif;
    /*margin-top: 42px;*/
}

.author-pic, .author-info {
    float: left;
}

.author-info {
    margin-left: 40px;
    width: 70%;
}
.author-link a, .author-link a:visited {
    color: #009cc8;
}

.author-link a:hover {
    border-bottom: 2px solid #009cc8;
}

.feature-holder {
    position: relative;
    width: 100%;
}
.inner-legend {
    position: absolute;
    bottom: 20px;
    right: 35px;
    color: #fff!important;
    text-shadow: rgb(3, 3, 3) 0px 1px 2px;
}
.image-legend {
    text-align: center;
    display: block;
    margin:0px auto;
    padding: 0px 36px;
    color: #96a3aa;
}

.view-content > .views-row-first .inner-legend {
    right: 35px;
}

.view-content > .views-row-first .teaser-legend {
    bottom: 20px;
}

article .content-header-single {
    margin-top: 56px;
}

a.facebook:before {
    content: '\e904';
}
a.twitter:before {
    content: '\e911';
}
a.instagram:before {
    content: '\e905';
}
a.whatsapp:before {
    content: '\e905';
}
a.envelope:before {
    content: '\e903';
}
a.rss:before {
    content: "\e90e";
}
.site span.follow-link-wrapper {
    font-size: 32px;
}
.site span.follow-link-wrapper {
    position: relative;
}
.meta-share a.icon {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 0;
}

.site span.follow-link-wrapper a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 0;
}
.icon {font-family: afpicons; opacity: 0.8;padding: 0px 5px;}
.icon:hover {opacity: 0.8;}
.s16 {font-size: 16px;}
.s24 {font-size: 24px;}
.s32 {font-size: 32px;}
.icon_w {color: #fff;}
.icon_b {color: #525e66;}


.icon:hover {
   opacity: 1;
}


/* HEADER */

#heading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 50;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}


.ha-header-perspective > div {
    background: transparent;
    text-align: center;
    height: 50%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.35s;
    -moz-transition: background-color 0.35s;
    transition: background-color 0.35s;
    overflow: hidden;
}
div.site-menu {

    float: left;

}
.site-links {
    float: right;
    margin-top: 3px;
}

#trigger-overlay:before {
    content: '\e906';
    font-family: 'afpicons';
    font-size: 36px;
}

div#trigger-overlay {
    display: inline-block;
    float: left;
    margin-top: 16px;
    width: 60px;
    height: 40px;
}
#heading span.site-slogan {
    font-family : sourceSansPro, sans-serif;
    font-size : 18px;
    line-height: 28px;
    font-weight: normal;
}
#heading .site-slogan, #heading .site-title {
    padding: 0 10px;
    line-height: 28px;
    vertical-align: top;
}
#heading .logo-wrapper {
    margin-left: 2px;
    width: 100px;
    margin-top: 0px;
    background-color: #2C85C4;
    height: 60px;
}

#heading .logo-wrapper img {
    width: 80px;
    padding-top: 8px;
}
.nav-helper h5 {
    display: none;
}
.nav-helper-footer {
    margin: 30px 0;
}
.nav-wrapper .container {
    width: 100%;
}
.site-info a {
    color: #fff;
}
.site-title:before {
    font-family: 'afpicons';
    font-size: 24px;
}
.site-title-fr:before, .site-title-ar:before {
    content: '\e90b';
}
.site-title-en:before {
    content: '\e909';
}
.site-title-es:before {
    content: '\e90a';
}

#heading .navigation, #heading .nav-social,
#heading .nav-search, #heading .nav-helper, #heading .logo-wrapper {
    float: left;
}
.nav-helper {
    border-right: 1px solid;
    border-left: 1px solid;
    height: auto;
    position: relative;
    margin-top: 12px;
}
.nav-social .follow-links.site {
    height: 35px;
    margin-top: 13px;
}
.socials li, .meta-share span, .site span {
    padding: 0px 5px;
}
#heading .nav-social ul.socials li {
    padding: 0 10px;
    display: inline-block;
}
.socials li a, .meta-share a {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-social .follow-link, .overlay .follow-link {
    background: none;
    text-indent: -9999px;
}

#heading .site-info {
    float: left;
    padding-top: 18px;
    margin: 0 0 0 7px;
}
#heading .site-info .separator{
    border-right: 1px solid;
    vertical-align: top;
}
#heading .navigation, #heading .nav-social,
#heading .nav-search, #heading .nav-helper {
    padding: 0 10px;
}
#heading .nav-search {
    padding-top: 40px;
    cursor: pointer;
    width: 40px;
    margin-top: 8px;
}
select.lang-dropdown-select-element::-ms-expand { /* for IE 11 */
    display: none;
}
select.lang-dropdown-select-element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    font-family: sourceSansPro, sans-serif;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(15, 15, 14, 0.6);
}

select.lang-dropdown-select-element option {
    color: black;
    text-shadow: none;
}

.current-language {
    font-family: sourceSansPro;
    font-size: 18px;
}
.searchbox {
    clear: both;
    float: right;
    width: 100%;
    height:78px;
    background-color: black;
    float: left;

}

.searchbox input {

    font-family: 'sourceSansProLight';
    background-color: transparent;
    border: none;
    font-size: 30px;
    width: 97%;
    padding: 10px 16px;
    margin: 9px 16px;
    float:left;
    color: #F8FAFB!important;

}

.searchbox .form-submit {
    width: 55px;
    padding: 0;
    border-bottom: none;
}

 .searchbox div.form-item, .searchbox div.form-actions {
     /*display: inline-table;*/
         clear: both;
         content:"*";
         width: 45px;
 }

#block-search-form textarea:focus {
    color: white;
}

 .searchbox .form-submit {
     border: none;
     color: transparent;
     width: 45px;
     position: relative;
     background-size: 36px 36px;
     float:right;
     padding-top: 0;
}


#search_infinite_scroll-ajax-loader {
    margin: 0 auto;
    width: 5%;
}

.lang-switcher {
    font-size: 26px;
    font-weight: lighter;
}
.nav-helper-footer h5{
    font-size: 10px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 36px;
}
.lang-switcher li {
    display: inline-block;
    margin: 10px 18px;
}
.lang-switcher li a {
    color: #fff;
    opacity: 0.5;
}
.lang-switcher li a.active, .lang-switcher a:hover {
    opacity: 1;
    text-decoration: underline;
}
.follow-link-wrapper {
    font-family: afpicons;
}
.user .follow-link-wrapper-facebook, .user .follow-link-wrapper-twitter, .user .follow-link-wrapper-instagram {
    position: relative;
    padding: 0 5px;
    font-size: 24px;
}
.user .follow-link-wrapper {
    font-size: 24px;
    color: #849097;
    display: inline-block;
}

.site .follow-link-wrapper-facebook:before,
.site .follow-link-wrapper-this-site:before,
.site .follow-link-wrapper-twitter:before {
    font-size: 32px;
    text-shadow: 0px 1px 1px rgba(15, 15, 14, 0.6);
}
.follow-link-wrapper-facebook:before {
    content: '\e904';
}
.follow-link-wrapper-twitter:before {
    content: '\e908';
}
.follow-link-wrapper-instagram:before {
    content: '\e905';
}
.follow-link-wrapper-this-site:before {
    content: '\e90e';
}
.follow-link-wrapper-www:before {
    content: '\e914';
}
.follow-link-wrapper-vimeo:before {
    content: '\e915';
}
/*.follow-links span a, .user .follow-link {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
}
.site a.follow-link {
    padding-left: 15px;
    padding-top: 10px;
    background: none;
}*/

.user .follow-link-wrapper {
    position: relative;
}

.user a.follow-link {
    padding: 0;
    background: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.ha-header-small {
    color: #fff;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.05) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,9) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.05) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.5+40,0+82,0+100 */
}
.ha-header-small .ha-header-front {
    background: transparent;
}
.ha-header-small span.site-slogan {
    color : #FFFFFF;
    text-shadow : 0px 1px 1px rgba(15, 15, 14, 0.6);
}
.ha-header-small span.separator {
    text-shadow : 0px 1px 1px rgba(15, 15, 14, 0.6);
}
.ha-header-small .site-title {
    text-shadow: 0px 1px 1px rgba(15, 15, 14, 0.6);
}
.ha-header-small .separator {}
.ha-header-small ul.socials li a {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(15, 15, 14, 0.6);
}
.ha-header-small .current-language {
    color: #fff;
    text-shadow: 0px 2px 1px rgba(15, 15, 14, 0.6);
}
.ha-header-small .nav-search {
    background: url('../images/icons/icn_w-search.png') no-repeat center center transparent;
    background-size: 36px 36px;
}

.ha-header-small .nav-helper {
    color: #fff;
}

.ha-header-small #trigger-overlay:before {
    text-shadow: 0px 1px 1px rgba(15, 15, 14, 0.6);
}


/* Slide down header */
.ha-header-color,.ha-header-color select {
    color : #515e65;
}
.ha-header-color .ha-header-front {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(82, 95, 102, 0.4);
}
.ha-header-color span.site-slogan {
    text-shadow : none;
}

.ha-header-color .site-title {
    text-shadow: none;
}
.ha-header-color .separator {}
.ha-header-color ul.socials li a, .nav-search {
    text-shadow: none;
}
.ha-header-color .current-language {
    color: #515e65;
    text-shadow: none;
}

.ha-header-color .nav-helper,.ha-header-color .site-info a {
    color: #515e65;
}
.ha-header-color .nav-search {
    background: url('../images/icons/icn_b-search.png') no-repeat center center transparent;
    background-size: 36px 36px;
 }
/*.ha-header-color .searchbox .form-submit {
    background-image: url('../images/icons/icn_b-search.png');
}*/
.ha-header-color .nav-helper {
    border-right: 1px solid rgba(150, 163, 170, 0.3);
    border-left: 1px solid rgba(150, 163, 170, 0.3);
}

.ha-header-color #trigger-overlay:before {
    text-shadow: none;
}

.ha-header-color .follow-link-wrapper-facebook:before, .ha-header-color .follow-link-wrapper-twitter:before, .ha-header-color .follow-link-wrapper-this-site:before, .header-color select.lang-dropdown-select-element {

    text-shadow: none;

}

/* header commun */

/*  .ha-header-small .follow-link-wrapper-this-site,.ha-header-small .follow-link-wrapper-facebook,.ha-header-small .follow-link-wrapper-twitter, .ha-header-color .follow-link-wrapper-this-site,.ha-header-color .follow-link-wrapper-facebook,.ha-header-color .follow-link-wrapper-twitter  {
     background-size: 32px;
     width: 36px;
     height: 36px;
     padding: 10px 2px;
     outline: 1px solid green;
 } */



body.html.not-front #post-wrapper {
/*     margin-top: 1055px;*/
}
body.html.front #post-wrapper {
/*     margin-top: 1100px;  */
}

body.node-type-article article,
body.node-type-page article {
    width: 100%;
}
.content-header-single {
    width: 100%;
    margin: 56px auto 80px;
    line-height: 1em;
}
.content-header-single h1 {
    line-height: 1em;
}


body.node-type-article h1,
body.node-type-page h1 {
    font-size: 50px;
}

body.node-type-article h1 {
    margin: 0 auto;
    max-width: 1110px;
}

/****** Styles de base article ******/

body.cke_editable  p, body.cke_editable  p, body.cke_editable  ul li, body.cke_editable  ol li,
.entry p, .article-entry p, .article-entry ul li, .article-entry ol li {
    text-align: left;
}

.article-entry {
    position: relative;
    /*text-align: center;*/
    font-family: sourceSerifPro, serif;
    font-size: 18px;
    padding: 0;
}

/* PARAGRAPHE STANDARD*/
body.cke_editable p, body.cke_editable ul li, body.cke_editable ol li, body.cke_editable address, body.cke_editable pre, body.cke_editable h2, body.cke_editable h3, body.cke_editable h4,
.article-entry p, .article-entry ul li, .article-entry ol li, .article-entry address, .article-entry pre, .article-entry h2, .article-entry h3, .article-entry h4 {
    max-width: 570px;
    margin: 0 auto;
    text-align:left;
    padding-top: 0px;
    padding-bottom: 36px;
    width: 48%;
}

body.cke_editable .g2web, .article-entry .g2web {
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 36px;
  width: 48%;
}

.article-entry .g2web > iframe, body.cke_editable .g2web > iframe {
  min-width: 0 !important;
}

body.cke_contents_rtl p, body.cke_contents_rtl ul li, body.cke_contents_rtl ol li, body.cke_contents_rtl address, body.cke_contents_rtl pre, body.cke_contents_rtl h2, body.cke_contents_rtl h3, body.cke_contents_rtl h4,
.node-arabic .article-entry p, .node-arabic .article-entry ul li, .node-arabic .article-entry ol li, .node-arabic .article-entry address, .node-arabic .article-entry pre, .node-arabic .article-entry h2, .node-arabic .article-entry h3, .node-arabic .article-entry h4,
.node-arabic div.entry p {
    text-align: right;
    direction: rtl !important;
}

.node-arabic {
    direction: rtl;
}

.node-arabic .article-entry p.warning_link {
    text-align: center;
}

.node-arabic .article-entry ul, .node-arabic .article-entry ol {
    direction: rtl;
}

body.cke_editable h2, body.cke_editable h3, body.cke_editable h4,
.article-entry h2, .article-entry h3, .article-entry h4 {
    font-family: sourceSerifPro, serif;
    font-weight: bold;
    line-height: 1.4em;
}

body.cke_editable h2,
.article-entry h2 {
    font-size: 23px;
    font-weight: bold;
}

body.cke_editable h3,
.article-entry h3 {
    font-size: 19px;

}

body.cke_editable h4,
.article-entry h4 {
    font-size: 16px;

}

body.cke_editable p a,
.article-entry p a {
    text-decoration: none;
    color:#009CC8;

}

body.cke_editable p a:hover,
.article-entry p a:hover {
    border-bottom: 2px solid #009CC8;
}

body.cke_editable p em,
.article-entry p em{
    font-family: georgia,serif;
    font-style: italic;
}

body.cke_editable address,
.article-entry address{
    font-family: monospace;
    font-size: 16px;
    line-height: 1.4em;
    color: #4B5255;
}

body.cke_editable pre,
.article-entry pre{
    font-family: sourceSansPro, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.view-corrections pre {
  white-space: normal;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

body.cke_editable ul, body.cke_editable ol,
.article-entry ul, .article-entry ol {
    list-style: initial;
    padding-bottom: 36px;
}

body.cke_editable ul li, body.cke_editable ol li,
.article-entry ul li, .article-entry ol li {
    list-style: initial;
    padding-bottom: 0.75em;
    padding-bottom: 24px;
}

body.cke_editable ul li:last-child, body.cke_editable ol li:last-child,
.article-entry ul li:last-child, .article-entry ol li:last-child {
    padding-bottom: 0px;
}

body.cke_editable ul li,
.article-entry ul li{
    list-style-type:disc;
}

body.cke_editable ol li,
.article-entry ol li {
    list-style-type: decimal;
}

.page-user .entry p {
    width: auto;
}

.article-entry .img_center {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.article-entry .legend {
    margin: 30px 30px 20px;
    text-align: center;
    display: block;
}

.prevnext-post {
    position: relative;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.grid-image-left .image img {
    width: 90%;
}

.image span {
    display: block;
}

.meta-article-header span:after, .meta-article-header span:before {
    content: '';
    display: block;
    width: 70px;
    position: absolute;
    border-top: 1px solid #EAEAEA;
    top: 11px;
}
.meta-article-header span {
    clear: both;
    font-size: 12px;
    font-family: sourceSerifPro, serif;
    text-transform: uppercase;
    letter-spacing: 1.44px;
    color: #849097;
    margin: 36px 0px;
}
.block--webform {
    width: 55%;
    margin: 0 auto;
    position: relative;
}
.block--webform h5 {
    display: none;
}
.block--webform form {
    width: 75%;
    margin: 0 auto;
}
#contact-site-form input, #contact-site-form textarea {
    display: block;
}
.a2a_svg.a2a_s__default {
    display: none;
}

/*** Page USER ***/

.page-user .author-wrapper {
    border-top: none;
    border-bottom: 1px solid #ebf0f2;
    margin-bottom: 36px;
}


.author-socials .block--follow h5 {
    display: none;
}



/** ITEMS ARTICLE STYLE **/

body.cke_editable {
    position: relative;
    text-align: center;
    font-family: sourceSerifPro, serif;
    font-size: 18px;
    padding: 0;
}

body.cke_editable img.lazyload {
    max-width: 100%;
    height: auto;
    width: auto;
}

body.cke_editable p {
    width: 48%;
    max-width: 570px;
    margin: 0 auto;
    text-align:left;
    padding-top: 0px;
    padding-bottom: 36px;
}

body.cke_contents_rtl p {
    text-align: right;
    direction: rtl !important;
}

/* Fix paragraphes vides */
p.img_imported.selectionShareable {
    /*background-color: red;*/
    padding-bottom: 20px;
}


/* CLASS LARGE */
.large {
    width: 60%;
    padding-top: 0px;
    margin: 0 auto;
    clear: both;
    padding-bottom: 36px;
}

/* CLASS WIDE */
.wide {
    width: 100%;
    padding-top: 0px;
    clear: both;
    padding-bottom: 36px;
}

/* JUXTAPOSE */

div.large .juxtapose {
    min-height: 505px;
}

div.wide .juxtapose {
    min-height: 505px;
}

/* GALERY */
.afp-gallery {
    width: 60%;
    min-height: 66px;
    margin: 0 auto;
    padding-bottom: 36px;
}
.afp-gallery figure {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}
.afp-gallery figcaption {
    display: none;
}

/* VIDEO */
body.node-type-article div.media-youtube-video,
body.node-type-article div.media-dailymotion-outer-wrapper{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 36px;
    max-width: 1500px;
}
body.node-type-page div.media-youtube-video,
body.node-type-page div.media-dailymotion-outer-wrapper{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 36px;
    max-width: 1500px;
}


/* IMAGE STANDARD*/
 div.ww-item {
    width: 60%;
    padding-top: 0px;
    /*padding-bottom: 30px;*/
    margin: 0 auto;
    clear: both;
}

body.cke_editable .ww-item {
    width: 60%;
    padding-bottom: 30px;
    margin: 0 auto;
    clear: both;
}

/* FULL */

body.cke_editable .ww-item-full,
.ww-item-full {
    width: 100%;
    clear: both;
}

/* LEGEND Common styles */

.inner-legend, .image-legend, .article-entry .legend, body.cke_editable .legend, body.front .image-legend {
    font-family: SourceSansPro, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    font-style: italic;
    color: #96a3aa;
}

/* LEGEND */


body.cke_editable .legend {
    margin: 25px auto;
    text-align: center;
    display: block;
}

/* GRID LEFT & RIGHT */

.grid-left {
    clear: both;
    float: left;
    width: 100%;
}

.grid-right {
    clear: both;
    float: right;
    width: 100%;
}

body.cke_editable div.grid-left {
    float: left;
    margin-left: 5%;
    width: 95%;
}

body.cke_editable .grid-right {
    clear: both;
    float: right;
    width: 95%;
}

.article-entry div.grid-left .ww-item,
body.cke_editable div.grid-left .ww-item {
    margin-right: 40px;
    width: 40%;
    padding-bottom: 0px;
    float: left;
    margin-left: 5%;
    clear: none;
}

.article-entry div.grid-right .ww-item,
body.cke_editable div.grid-right .ww-item {
    margin-left: 40px;
    width: 40%;
    padding-bottom: 0px;
    float: right;
    margin-right: 5%;
}

.article-entry div.grid-left .g2web,
body.cke_editable div.grid-left .g2web {
  float: left;
  max-width: inherit;
  text-align: left;
}

.article-entry div.grid-left p,
body.cke_editable div.grid-left p,
.article-entry div.grid-left .g2web,
body.cke_editable div.grid-left .g2web {
    clear: none;
}

.article-entry div.grid-right p,
body.cke_editable div.grid-right p,
.article-entry div.grid-right .g2web,
body.cke_editable div.grid-right .g2web {
    clear: none;
}

.article-entry div.grid-right .g2web,
body.cke_editable div.grid-right .g2web {
  float: right;
  max-width: inherit;
  text-align: right;
}

/* GRID WITH MARGIN */

div.grid-with-margin,
body.cke_editable div.grid-with-margin
{
    clear: both;
    float: left;
    width: 100%;
}

body.cke_editable div.grid-with-margin .ww-item:nth-child(2n+0) {
    width: 43%;
    float: left;
    margin-left: 2%;
    clear: none;
}

div.grid-with-margin .ww-item:nth-child(2n+0) {
    width: 43%;
    float: left;
    margin-left: 2%;
    clear: none;
}

body.cke_editable div.grid-with-margin .ww-item:nth-child(2n+1){
    width: 43%;
    float: left;
    margin-left: 6%;
    clear: both;
    margin-right: 0;
}

div.grid-with-margin .ww-item:nth-child(2n+1) {
    width: 43%;
    float: left;
    margin-left: 6%;
    clear: both;
    margin-right: 0;
}

/* GRID WITH NO MARGIN */

div.grid-no-margin
{
    clear: both;
    float: left;
    width: 100%;
}

div.grid-no-margin img {
    width: 100%;
}

body.cke_editable div.grid-no-margin img {
    width: 100%;
}

body.cke_editable div.grid-no-margin
{
    clear: both;
    float: left;
    width: 100%;
}

body.cke_editable div.grid-no-margin .ww-item:nth-child(2n+0) {
    width: 48%;
    float: left;
    margin-left: 2%;
    clear: none;
}

div.grid-no-margin .ww-item:nth-child(2n+0) {
    width: 49%;
    float: left;
    margin-left: 2%;
    clear: none;
}

body.cke_editable div.grid-no-margin .ww-item:nth-child(2n+1) {
    width: 48%;
    float: left;
    margin-right: 0;
}

div.grid-no-margin .ww-item:nth-child(2n+1) {
    width: 49%;
    float: left;
    margin-right: 0;
}

/* WARNING SECTION */

div.warning p {
    padding: 0px;
}

body.cke_editable div.warning p {
    padding: 0px;
}

body.cke_editable .warning,
.warning {
    clear: both;
    background: url('../images/icons/icn_warning.png') no-repeat center 30px #000;
    background-size: 36px ;
    height: 200px;
    text-align: center;
    color: #96a3aa;
    font-family: sourceSansPro, sans-serif;
    position: relative;
    margin: 0 auto;
    padding:30px 0px 30px 0px;
    width: 60%;
    margin-bottom: 36px;
    max-width: 1500px;
}

body.cke_editable .warning p.warning_text,
.warning p.warning_text {
    text-transform: uppercase;
    padding-top: 60px;
    text-align: center;
    font-size: 14px;

}

body.cke_editable p.warning_text span:first-child,
p.warning_text span:first-child {
    font-weight: bold;
}
body.cke_editable .warning span,
body.cke_editable .warning_link span,
.warning span, .warning_link span {
    display: block;
}

body.cke_editable p.warning_link,
p.warning_link {
    margin: 30px auto 20px;
    text-align: center;
    font-family: sourceSansPro, sans-serif;

}

body.cke_editable p.warning_link span,
p.warning_link span {
    line-height: 44px;
    border: 1px solid #96a3aa;
    border-radius: 3px;
    width: 190px;
    height: 44px;
    color: #96a3aa;
    margin: 0 auto;
    background-color: #000;
    cursor: pointer;
}



p.warning_link span:hover{
    border: 1px solid #96a3aa;
    background-color: #303133;
}

.article-entry p.warning_link span a:hover {
    text-decoration: none;
    border-bottom: none;
}
body.cke_editable p.warning_link span a,
p.warning_link span a {
    color: #96a3aa;
    font-size: 13px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

body.cke_editable .warning:after,
body.cke_editable .warning:before,
.warning:after, .warning:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

body.cke_editable .warning.opened:after,
.warning.opened:after {
    border-top-color: #000;
    border-width: 10px;
    margin-left: -10px;
}

body.cke_editable .warning.opened:before,
.warning.opened:before {
    border-top-color: #000;
    border-width: 16px;
    margin-left: -16px;
}

body.cke_editable hr.warnign_end,
hr.warning_end {
    border: 4px solid #000;
    margin: 36px auto 56px;
    width: 60%;
    max-width: 1500px;

}

/* QUOTE */

.lquote {
    float: left;
    width: 22%;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 40px;
    margin-left: 8%;
}
.rquote {
    float: right;
    width: 22%;
    margin-bottom: 36px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 8%;
}

.cquote {
    width: 40%;
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 36px;
    clear: both;
}

.lquote, .rquote, .cquote {
    border-top: 4px solid rgba(150, 163, 170, 0.3);
    border-bottom: 4px solid rgba(150, 163, 170, 0.3);
    padding: 30px;
}
body.cke_editable .lquote {
    padding-right: 10px;
}

body.cke_editable blockquote p,
blockquote p {
    width: 100% !important;
    padding-bottom: 0px !important;
}

blockquote {
    z-index:1;
    font-family : sourceSansProLight, sans-serif;
    font-size : 20px;
    line-height : 30px;
    color: #333;
    clear: both;
    width: 100%;
    quotes: inherit;
    margin: 0;
}


blockquote a {
    font-family : sourceSansPro, sans-serif;
    font-size : 15px;
    line-height : 22px;
    letter-spacing : 0.3px;
    color : #2483C6;
    display: block;
    margin: 8px 0px;
}


blockquote a:hover {
    border-bottom: none!important;
    padding-right: 0px;

}

blockquote a:before {
    display: inline-block;
    content: "";
    transition: padding-right 0.3s, opacity 0.3s;
    -webkit-transition: padding-right 0.3s, opacity 0.3s;
    padding-right: 0px;
    opacity: 0;
}

blockquote a:hover:before {
    content: "→";
    opacity: 1;
    padding-right: 8px;
}
.page-search .view-filters {
    display: none;
}

.page-search .view-header {
    width: 55%;
    margin: 50px auto;
    text-align: center;
    color: #000;
    font-size: 40px;
    line-height: 48px;
}
.spelling-suggestions, .page-search-site .main-post ul, .page-search-site .main-post form {
    margin: 100px auto;
    width: 50%;
}

.cke_show_blocks.cke_contents_ltr h6:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr h5:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr h4:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr h3:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr h2:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr h1:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr blockquote:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr address:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr pre:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr div:not([contenteditable=false]):not(.cke_show_blocks_off), .cke_show_blocks.cke_contents_ltr p:not([contenteditable=false]):not(.cke_show_blocks_off) {
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 12px;
}

.form-item-mail input[type="text"] {
    width: 40%;
}

li.li-active {
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0 10px;
}
li.li-active:after {
    content: '';
}
.lang-switcher-front li a {
    color: #fff;
}
div.form-item-search-block-form {
}
div.contextual-wrapper {
    position: relative;
}
.notfound {
    background: #ebf0f2 none repeat scroll 0 0;
    margin: 200px auto 40px;
    padding: 50px 0 70px;
    font-family: sourceSansPro, sans-serif;
}
.notfound h2 {
    padding: 30px 25px;
}
.notfound p {
    padding-left: 30px;
}
.notfound a, .notfound a:hover, .notfound a:visited {
    color: #0083c9;
}
iframe.twitter-tweet {
    max-width: 570px !important;
    margin: 0 auto !important;
    text-align: left !important;
    padding-top: 0px !important;
    padding-bottom: 36px !important;
    clear: both;
}

.instagram-media {
    max-width: 570px !important;
    margin: 0 auto !important;
    text-align: left !important;
    padding-top: 0px !important;
    padding-bottom: 36px !important;
    clear: both;
}

div.jwplayer {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 36px;
}

body.cke_editable div.afp_video_player {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 36px;
}
#supersize .flexslider {
    margin: 0;
    border: none;
}
#supersize .flexslider div li {
    background-size: cover;
}
#supersize .flexslider .image-legend {
    padding-top: 36px;
}

#supersize .flex-control-nav, #supersize  .flex-direction-nav  {
    display: none;
}

form.webform-client-form {
    width: 48%;
    max-width: 570px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 36px;
}

form.webform-client-form label {
    text-align: left;
}

.messages--status {
    width: 48%;
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    background: none;
    border: 0;
    color: green;
    font-weight: bold;
}

.messages--status p {
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: bold;
}

.page-search ul.tabs--primary {
    display: none;
}

.node--webform  ul.links {
    display: none;
}

.addtoany_list > a {
    font-size: 32px;
    display: inline;
}

.warning_section {
    margin-top: 40px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
}



.top-header.sub-header ~ .search-form { 
	top: 114px !important;
}