@charset "UTF-8";
/**
Theme Name: Unify
Theme URI: https://unify.com
Author: Atos
Author URI: https://atos.net
Description: Unify WordPress Atos child theme
Template: atos
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: unify
**/

body {
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}

.blue, .green{
    color: #88c540;
}

​ .bg_blue, .bg_green  {
    background-color: #88c540;
}

​ .lightblue, .lightgreen {
    color: #6dab3c;
	/*#previously 66A3C7*/
}

​ .bg_lightblue, .bg_lightgreen {
    background-color: #6dab3c;
	/*#previously 66A3C7*/
}

.section.blue, .section.green {
    background-color: #88c540 !important;
}

.section.overlay-blue:before, .section.overlay-green:before {
	background-color: #88c540 !important;
}

h1, .h1 {
    font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    color: #88c540;
    padding: 0 0 20px;
}

.title_greenline{
    font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    color: #88c540;
    padding: 0 0 20px;
}

.title_whiteline{
    font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 0 0 20px;
}
	
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}

h2, .h2, h3, .h3, h5, .h5, h6, .h6{
    color: #343430;
}

h2, .h2 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: 26px !important;
    line-height: 2.6rem !important;
    padding: 0 0 18px !important;
}

h6, .h6{
    color: #88c540;
}

a {
    color: #88c540;
    text-decoration: none;
}

a:hover {
	color: #88A520;
	/* previously #003a5b */
}

.link {
	color: #88c540;
	font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
}

.link:after {
    background: url("images/icon_chevron-green.svg") 0 0 no-repeat;
    background-size: cover;
}

.dash:after, .dash-white:after, .social-post__wrapper:after {
	background-color: #88c540;
}
	
.btn, button[type="submit"], input[type="submit"], textarea[type="submit"], .button, .button-white, .button-blue, .button-green, .button-transp, .button-bluewhite, .button-greenwhite, .button-whiteblue, .button-cat, button {
	font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    #background-color: #fff;
    #border: solid 2px #88c540;
}

.btn:hover, button[type="submit"]:hover, input[type="submit"]:hover, textarea[type="submit"]:hover, .button:hover, .button-white:hover, .button-blue:hover, .button-green:hover, .button-transp:hover, .button-bluewhite:hover, .button-greenwhite:hover, .button-whiteblue:hover, .button-cat:hover, button:hover {
	color: #88c540;
	border-color: #88c540;
}

.button-white {
    color: #88c540;
}

	.button-white:after {
		background: url("images/icon_chevron-green.svg") 0 0 no-repeat;
        background-size: cover;
		content: '';
	}

    .button-white:hover {
        border-color: #ffffff;
    }
	
.button-blue {
    color: #ffffff;
    border: solid 2px #88c540;
    background-color: #88c540;
}

    .button-blue:hover {
        color: #88c540 !important;
        border-color: #88c540;
    }

        .button-blue:hover:after {
            background: url("images/icon_chevron-green.svg") 0 0 no-repeat;
			background-size: cover;
			content: '';
        }

.button-transp:hover:after {
	background: url("images/icon_chevron-green.svg") 0 0 no-repeat;
    background-size: cover;
	content: '';
}

.button-bluewhite:hover:after {
	background: url("images/icon_chevron-green.svg") 0 0 no-repeat;
    background-size: cover;
	content: '';

}

.button-whiteblue {
    color: #88c540;
    border: solid 2px #fff;
    background-color: #fff;
}

    .button-whiteblue:after {
        background: url("images/icon_chevron-green.svg") 0 0 no-repeat;
        background-size: cover;
		content: '';
    }

	.button-whiteblue:hover {
	background-color: #88c540;
}

.cookie-policy__link .cookie-policy__accept {
    background: #88c540 !important;
}

.cookie-policy__accept:hover{
color: #ffffff;	
text-decoration: underline;
}

 button.cookie-policy__accept:hover{
color: #ffffff;	
text-decoration: underline;
}

.cookie-policy__link button, .cookie-policy__link .button, .cookie-policy__link .button-white, .cookie-policy__link .button-blue, .cookie-policy__link .button-transp {
	/*#prev Open Sans Book*/
    font-family: "Open Sans Light", Verdana, Arial, Helvetica, }sans-serif;
}	


.pagination__links a:hover {
	color: #88c540;
}

.pl_wrapper .pagination__links a:hover {
    color: #88c540;
}

/*********************************** CONTACT FORM */

#contactform .gform_button {
    border: solid 2px #88c540;
    background: url("images/icon_chevron-white.svg") #88c540 85% center no-repeat;
    background-size: 8px 11px;
}

    #contactform .gform_button:hover {
        color: #88c540;
        border: solid 2px #88c540;
        background: url("images/icon_chevron-green.svg") transparent 85% center no-repeat;
        background-size: 8px 11px;
    }

.gfield_error .validation_message {
    color: #e3632b;
}

#contactform .gfield_checkbox, #contactform .gfield_radio, #contactform select[multiple=multiple] {
    color: #626262;
	/*#prev Open Sans Book*/
    font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif;
}



/***********************************
 __ __|  \    _ )  |     __|   __| 
    |   _ \   _ \  |     _|  \__ \ 
   _| _/  _\ ___/ ____| ___| ____/ 

Tables & pseudo-tables default styling
***********************************/

th, .table-head {
    background-color: #88c540;
}

.financial-calendar tr:nth-of-type(1) {
    padding: 10px 0;
    background-color: #88c540;
}

/*********************************** PRE HEADER STYLING */


.header__pre  {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}

    .header__pre > ul > li a:hover, .header__pre > ul > li a.active {
        color: #88c540 !important;
    }


.page__header-image h1, .page__header-image h2 {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}	

.header__banner-title {
    font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 42px !important;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
	font-weight: 300;
}

.header__banner-subtitle {
	font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 26px !important;
    font-size: 2.6rem;
    line-height: 30px!important;
    line-height: 3rem;
	font-weight: 300;
}	

.header__main .header__main-nav  {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
    color: #343430;
}	

.header__main .header__main-nav .icon__menu {
    background: url("images/icon_menu.svg") center center no-repeat;
    background-size: cover;
}

.header__main .header__main-nav a:hover, .header__main .header__main-nav a.active {
    color: #88c540;
}

        li.parentmenu:hover > a, li.parentmenu:hover > span {
            color: #88c540 !important;
        }

li.megamenu {
    font-size: 125%;
    line-height: 125%;
}		
    li.megamenu > a:after {
        background-color: #88c540 !important;
	}

li.megamenu:hover > a, li.megamenu.opened > a {
    color: #88c540 !important;
}	

    .archives__list-item a {
        color: #88c540 !important;
    }

.footer__main-sitemap a {
    /*#previously color: #66a3c7;*/
    color: #88c540 !important;
}
	

.grid__article-content:after, .grid__article-quote .grid__quote-content:after {
    background-color: #88c540;
}

.grid__article-quote {
    background-color: #88c540;
}
	
    .grid__article-quote .grid__quote-link a {
        color: inherit;
		/*#prev Stag Sans Medium*/
        font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
    }
	
/***********************************
Component styling - à  compléter
***********************************/
/* 18/7/2018 */

.sameblockheight h5 {
    min-height: 70px;
    margin: 0;
}

.sameblockheight, .sameblockheight .wpb_wrapper {
  display: flex;
  flex-direction: column;
}

.sameblockheight .vc_column-inner {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.sameblockheight .wpb_wrapper {
  flex-grow: 1;
  /* justify-content: space-between; */
}

.subrow {
  display: flex;
}

.sameblockheight .button-blue {
   /* width: 200px; */
    display: flex;
    margin: 25px auto 50px auto;
}

/* .alignnone {
    margin-left: auto;
    margin-right: auto;
    display: block;
} */

.sameblockheight .p-height {
    flex-grow: 1;
    word-break: break-word;
}

/* Créer (@media...) - style.css, (ligne au choix) */
@media (max-width: 970px) {
    .sameblockheight .button-blue {
        max-width: 185px !important;
    }
}

@media (max-width: 768px) {
  .subrow {
      display: block;
  }

  .sameblockheight h5 {
      min-height: auto;
  }

    .sameblockheight .button-blue {
        max-width: 200px !important;
    }
}


/* to remove the flags area - June July 2018 */
#hometabs .section__tabs-link
{display:none}

#hometabs .subrow
{text-align:center;}

/* #menu-item-173771 - ne marche que pour un menu
{margin-left: -40px;} */

.header__pre-institutional {
margin-left: -45px;
}

li.parentmenu:hover:after
{display:none}


/* Expert - Blog - June 2018 */

.blog-area {
    height: 158px !important;
}

.blog-area h2 {
    padding: 0 8px 0 0 !important;
    font-size: 22px !important;
    line-height: 26px !important;
}

.blog-summary h2 {
/*    padding: 0 8px 0 0 !important; */
    padding: 2px 0px 4px 0 !important; 
    font-size: 22px !important;
    line-height: 24px !important;
}


.blog-summary h2 a{
	color: #88c540 !important;
}

.blog-summary {
    height: 367px !important;
}


.pl_expert .expert-detail h2 {
    font-size: 1.8rem !important;
    padding: 0 0 2px 0 !important;
    font-size: 18px !important;
    line-height: 20px !important;
}	
	
.pl_blog p {
    line-height: initial !important;
}

.blog-article .blog-detail blockquote p {
	color:#88c540;
}
.blog-article .blog-detail blockquote strong {
	color: #88c540;
}

.pl_expert .alphabet a, .pl_expert .alphabet a:link, .pl_expert .alphabet a:active {
    color: #88c540;
}

.pl_expert .alphabet a:hover {
    color: #E00000;
}

.section__experts .expert__function {
    color: #88c540;
    font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
}

.expert-related a,.expert-related a:link,.expert-related a:active,.expert-related a:hover{
    color:#88c540;
}

/*  Social post - social wall */

.social-post .social-post__content {
	/*#prev Open Sans Book*/
    font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif;
}

    .social-post a {
        color: #88c540;
	/*#prev Open Sans Book*/
        font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif;
    }

.social-post__author_long, .social-post__author {
    color: #88c540;
    font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
}	

.social-zone .social-post {
	color: #88c540;
	font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif;
}
        .social-zone .social-post .social-post__author {
 	/*prev Open Sans Book*/
           font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif;
		}

		.social-zone .social-post .social-post__content {
			color: #88c540;
		}

		.social-zone .social-post .social-post__content a {
			color: inherit;
			/* stag sans medium previously */
			font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
		}

		.social-zone .social-post.tweet {
			color: #FFFFFF;
			background-color: #88c540;
		}
		
.social-post__network.linkedin {
	width: 32px;
	height: 21px;
	background: url("images/In-2C-21px-TM.png") center center no-repeat;
	background-size: 32px 21px;
}

.social-post__network.twitter {
width: 20px;
height: 16px;
background: url("images/icon_twitter-alt.svg") center center no-repeat;
background-size: 20px 16px;
}

.social-post__network.facebook {
width: 20px;
height: 20px;
background: url("images/icon_facebook-2.svg") center center no-repeat;
background-size: 20px 20px;
}
		
/* sections */
.section__see-all {
    color: #88c540;
    font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
}

    .section__2cols .section__title {
        color: #88c540;
    }

	    .section__2cols-block h3, .section__2cols-block .h3, .section__2cols-block .link {
        color: #88c540;
     }

    .section__cta.overlay-blue:before {
        background-color: #88c540;
    }
	
    .section__cta.overlay-blue {
        background-color: #88c540;
    }

	.section__video-testimonial .section__title {
	color: #88c540 !important;
	/*# stag  medium previously*/
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}		

.testimonial__company {
    color: #88c540;
    font-family: "Open Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
}

.section__tabs {
	/*#prev Open Sans Book*/
    font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif;
}

.pl_filter, .pl_year {
 	/*#prev Open Sans Book*/
    font-family: "Open Sans Light", Verdana, Arial, Helvetica, sans-serif;
}

.country__title {
    color: #88c540;
}

.slider-bullet, .footer__main-glance .slider__glance-bullet {
    /*#prev #a6cadf*/
    background-color: #a6dfa6;
}
    .slider-bullet.bullet-active, .footer__main-glance .bullet-active.slider__glance-bullet {
        background-color: #88c540;
    }

        .accordeon .accordeon__section .accordeon__section-title {
            color: #88c540;
        }
	
            .accordeon .accordeon__section .accordeon__section-title:before {
                background-color: #88c540;
            }

            .accordeon .accordeon__section .accordeon__section-title:after {
                background-color: #88c540;
            }

/* June 2018 */
.accordeon h2
{padding: 10px 40px ! important;}

			
.section__tabs .vc_tta-tabs-container {
	/*# stag sans medium previously*/
    font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
}

.section__tabs .vc_tta-panels .vc_tta-panel-title {
		/*# stag sans medium previously*/
       font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
		}
.section__tabs .vc_tta-tabs-container ul, .pl_filter ul, .pl_year ul {
    font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
}

.vc_tta-tabs-container ul, .pl_filter ul, .pl_year ul {
    font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
}

	
.section__tabs .vc_tta-tabs-container li.active, .section__tabs .vc_tta-tabs-container li.vc_active, .section__tabs .vc_tta-tabs-container li:hover, .pl_filter li.active, .pl_filter li.hover, .pl_year li.hover, .pl_year li.active {
    font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
    color: #88c540 !important;
}

.section__tabs .vc_tta-tabs-container li.active a, .section__tabs .vc_tta-tabs-container li.vc_active a, .section__tabs .vc_tta-tabs-container li:hover a, .pl_filter li.active a, .pl_filter li:hover a, .pl_year li:hover a, .pl_year li.active a {
    font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
	color: #88c540 !important;
}

    .section__tabs .vc_tta-tabs-container li.active:after, .section__tabs .vc_tta-tabs-container li.vc_active:after, .section__tabs .vc_tta-tabs-container li:hover:after, .pl_filter li.active:after, .pl_filter li:hover:after, .pl_year li:hover:after, .pl_year li.active::after {
    font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
        background-color: #88c540 !important;
    }
		
    .vc_tta-tab.active > a, .vc_tta-tab.active .vc_tta-title-text, .vc_tta-tab.vc_active > a, .vc_tta-tab.vc_active .vc_tta-title-text, .vc_tta-tab:hover > a, .vc_tta-tab:hover .vc_tta-title-text {
		font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
        color: #88c540 !important;
    }

	.vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
        color: #88c540 !important;
    }


	.vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title > a:after {
    font-family: "Open Sans SemiBold", Verdana, Arial, Helvetica, sans-serif !important;
        color: #88c540 !important;
    }

.breadcrumb a:hover {
     color: #88c540 !important;
}



.page__header, .page__header--large {
    #background: url("images/page__header-default.jpg") center top no-repeat;
    background: none;
}

/* video player youtube */
.yt-mix-bg .yt-play {
    background: url("images/unify-green-play-button.png") no-repeat;
    background-size: cover;
}

.section ul li {
	color: inherit;
	margin: 0 0 0 20px;
	list-style-type: disc;
    background-size: cover;
}

.grid-col-4 .p-height {
	min-height: 110px;
}

.grid-col-3 .p-height {
	min-height: 190px;
}

@media (max-width: 768px) {
    .p-height {
        min-height: initial !important;
    }
}

.grid-col-4.sameblockheight {
	min-height: 300px;
	position: relative;
}

.grid-col-3.sameblockheight {
	min-height: 450px;
	position: relative;
}

.grid-col-6.sameblockheight {
	min-height: 200px;
	position: relative;
}

.grid-col-4.sameblockheight .button-blue{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
}

.grid-col-3.sameblockheight .button-blue {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
}

.grid-col-6.sameblockheight .button-blue {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
}
@media (max-width: 768px) {
    .sameblockheight {
        min-height: initial !important;
		position: static;
    }
}



/***********************************
OpenSans fonts
***********************************/

@font-face {
    /* font-family: 'Open Sans'; */
    font-family: 'Open Sans Bold';
    src: url('/wp-content/themes/unify/fonts//wp-content/themes/unify/fonts/OpenSans-Bold.eot');
    src: url('/wp-content/themes/unify/fonts//wp-content/themes/unify/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts//wp-content/themes/unify/fonts/OpenSans-Bold.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Book';
    src: url('/wp-content/themes/unify/fonts/OpenSans-Italic.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-Italic.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/*@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/unify/fonts/OpenSans-ExtraBold.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}*/

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('/wp-content/themes/unify/fonts/OpenSans-SemiBold.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-SemiBold.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold Italic';
    src: url('/wp-content/themes/unify/fonts/OpenSans-BoldItalic.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans-Light';
    src: url('/wp-content/themes/unify/fonts/OpenSans-Light.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-Light.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/unify/fonts/OpenSans-Regular.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-Regular.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/unify/fonts/OpenSans-ExtraBoldItalic.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/unify/fonts/OpenSans-SemiBoldItalic.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}*/

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('/wp-content/themes/unify/fonts/OpenSans-LightItalic.eot');
    src: url('/wp-content/themes/unify/fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/unify/fonts/OpenSans-LightItalic.woff') format('woff'),
        url('/wp-content/themes/unify/fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

