/*
Theme Name: GoFluent Theme
Theme URI: 
Description: Official Theme of GoFluent
Author: Glimsol
Template: twentyfifteen
*/

/* fonts */
@font-face {
    font-family: 'robotoblack';
    src: url('fonts/roboto-black-webfont.eot');
    src: url('fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-black-webfont.woff2') format('woff2'),
         url('fonts/roboto-black-webfont.woff') format('woff'),
         url('fonts/roboto-black-webfont.ttf') format('truetype'),
         url('fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* global */ 
:focus {outline: none;}
body{ font-family: arial; color: #555; font-size: 17px;} 
h1, h2, h3, h4, h5, h6{ margin: 0 0 20px; font-family: robotobold; }
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light{ font-family: arial; }
.h3.light {font-size: 25px;}
li.widget{ list-style: none; }
a, a:hover, a:focus, a:active{ text-decoration: none; color: #555; }
.no-style{ padding: 0; margin: 0; list-style: none; }

.blue-list{ padding: 0; margin: 0; list-style: none; }
.blue-list li:before {
	color: #2f6597;
	content: "\2022";
	font-size: 1.5em;
	padding-right: 0.25em;
	position: relative;
	top: .2em;
	font-size: 30px;
	line-height: 15px;
}

.vertical-align-outer{ display: inline; top: 0; }
.vertical-align-middle{ display: inline; top: 50%; position: relative; }
.vertical-align-inner{ display: inline; top: -50%; position: relative; }

.clear{ clear: both; }
.dark-blue-bg{ background: #2f6597; padding: 20px 0; color: #fff; }
.light-blue-bg{ background: #4197e3; padding: 20px 0; color: #fff; }
.lighter-blue-bg{ background: #eef6fd; padding: 20px 0; color: #fff; }

.blue{ color: #083a66; }
.blue1{ color: #2f6597; } 
.light-blue{ color: #0568fd; }
.white{ color: #fff; }
.red{ color: #f71717; }
.gray{ color: #dad8d3; }

.blue-link{ color: #0568fd; }

.a-center{ text-align: center; }
.a-left{ text-align: left; }
.a-right{ text-align: right; }

.force-float-right{ float: right; }

.s16{ font-size: 16px; }
.s18{ font-size: 18px; }
.s20{ font-size: 20px; }
.s22{ font-size: 22px; }
.s23{ font-size: 23px; }
.s24{ font-size: 24px; }
.s25{ font-size: 25px; }
.s26{ font-size: 26px; }
.s30{ font-size: 30px; }
.s35{ font-size: 35px; }
.s40{ font-size: 40px; }
.s45{ font-size: 45px; }
.s46{ font-size: 46px; }
.s50{ font-size: 50px; }
.lead-text-wrapper{ font-size: 20px; font-family: robotobold; }

.no-padding{ padding: 0; }
.padded-tb50{ padding: 50px 0; } 
.padded-lr40{ padding: 0 40px; }
.padded-lr150{ padding: 0 150px; }

.line-height-1_2 { line-height: 1.2em;}

.container-margin-{ margin: 30px -30px 40px; }
.container-margin-1{ margin: 0 -60px; }
.banner-container{ margin: 0 -30px; }

.-margin60{ margin: 0 -60px; }
.m0{margin: 0;}
.margin-t5{ margin-top: 5px; } 
.margin-t10{ margin-top: 5px; } /* change all t10 to 5 */
.margin-t15{ margin-top: 15px; }
.margin-t20{ margin-top: 20px; } /* change all t20 to 15 */
.margin-t25{ margin-top: 25px; } 
.margin-t30{ margin-top: 30px; } /* change all t30 to 25 */
.margin-t35{ margin-top: 35px; } 
.margin-t40{ margin-top: 40px; } /* change all t40 to 35 */
.margin-t50{ margin-top: 50px; } /* change all t50 to 40 */
.margin-t70{ margin-top: 70px; } 
.margin-t80{ margin-top: 80px; } /* change all t80 to 70 */
.margini-t120{ margin-top: 120px !important; } 

.margin-b5{ margin-bottom: 5px; }
.margin-b10{ margin-bottom: 10px; } /* change all b10 to 5 */
.margin-b15{ margin-bottom: 15px; } /* change all b15 to 10 */
.margin-b20{ margin-bottom: 20px; } /* change all b20 to 15 */
.margin-b25{ margin-bottom: 25px; } /* change all b25 to 20 */
.margin-b30{ margin-bottom: 30px; } /* change all b30 to 20 */
.margin-b40{ margin-bottom: 40px; } /* change all b40 to 20 */
.margin-b50{ margin-bottom: 50px; } /* change all b50 to 25 */
.margin-b80{ margin-bottom: 80px; } /* change all b80 to 25 */

.margin-l10{ margin-left: 10px; }
.margin-l30{ margin-left: 30px; }
.margin-l35{ margin-left: 35px; }
.margin-tb30{ margin: 30px 0; }



.padding-r50{ padding-right: 50px; }

.d-table{ display: table; height: 230px; } 
.d-cell{ display: table-cell; vertical-align: middle; }

svg path{ -webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-o-transition: all 0.5s; transition: all 0.5s; }

.btn-wrapper{ position: relative; margin: 15px 0 0; z-index: 1; }
.learn-more-btn{ background: #7fb4e2; color: #fff; font-size: 15px; text-transform: uppercase; display: block; text-align: center; width: 150px; margin: 10px auto; padding: 8px 15px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;	transition: all 0.3s; }
.learn-more-btn.medium{ padding: 10px 20px; width: 200px; }
.learn-more-btn.medium-1{ padding: 10px; width: 180px; }
.learn-more-btn:hover,.learn-more-btn:active,.learn-more-btn:focus{ background: #008fd3; color: #fff; }
.cta-button{
	background: #7fb4e2;
	padding: 10px 20px;
	margin: 0 15px;
	color: #fff;
	border: 2px solid #fff;
	font-size: 15px;
	overflow: hidden;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cta-button.big{ padding: 10px 40px; margin: 0; font-size: 18px; margin-top: 18px;}
.cta-button.big-1{ padding: 10px 40px; margin: 0; font-size: 20px; }
.ctb-button{ 
	background: #7fb4e2;
	padding: 10px 20px;
	margin: 0 15px;
	color: #fff;
	border: 2px solid #4197e3;
	font-size: 18px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cta-button:hover,.cta-button:focus,.cta-button:active{ background: #008fd3; text-decoration: none; color: #fff; }
.ctb-button:hover,.ctb-button:focus,.ctb-button:active{ background: #008fd3; color: #fff; border-color: #7fb4e2; }
.ctb-button.quick-btn{ font-size: 20px; padding: 10px 40px;}

.no-margin{ margin: 0; }

.home .entry-header .entry-title{ display: none; }

#header{ background: #4197e3; padding: 14px 20px; }
#header .logo-wrapper{ float: left; }
#header .logo-wrapper img {width: 200px;}
#header .nav-wrapper{ float: right; }
#menu-main-menu{ margin: 45px 0 0; padding: 0; list-style: none; }
#menu-main-menu li{ display: inline-block; margin: 0 20px; }
#menu-main-menu li:last-child {margin: 0px 0px 0px 20px;}
#menu-main-menu a{ color: #fff; text-transform: uppercase; font-size: 18px; }
#menu-main-menu a:hover{ text-decoration: none; }

/* banner */
.home .banner-wrapper .banner-item .btn-wrapper {min-height: 40px;}
.banner-wrapper .banner-item .btn-wrapper .cta-button { margin: 7px 0; padding: 6px 20px; right: 55px; font-size: 16px; border: 1px solid #fff;}
.home .banner-wrapper .banner-item .btn-wrapper .cta-button {padding: 10px 40px;}
.banner-wrapper{ list-style: none; padding: 0; margin: 0; border-bottom: 5px solid #4197e3; }
.home .banner-wrapper{ border-bottom: 0; }
.banner-wrapper .banner-list{ padding: 0; list-style: none; margin: 0; }
.banner-wrapper .banner-item{ position: relative; }
.banner-wrapper .banner-item h2{ margin: 0; font-size: 25px; line-height: 30px; margin-bottom: 10px;}
.home .banner-wrapper .banner-item h2 {line-height: 32px;}
.banner-wrapper .image-wrapper img{ width: 100%; }
.banner-wrapper .floated{ position: absolute; top: 20px; right: 20px; width: 785px; }
.banner-wrapper .row{ padding-top: 20px;}
.home .banner-wrapper .col-md-7{ position: absolute; top: 20px; right: 120px; width: 550px; }
.views-template-products-template .banner-wrapper .btn-wrapper .cta-button {padding: 10px 40px; font-size: 16px; }
.banner-wrapper .desc-wrapper{ color: #fff; padding-left: 50px; padding-right: 50px;}
.home .banner-wrapper .desc-wrapper{ margin-top: 15px;}
.home .banner-wrapper .desc-wrap-bottom {padding: 10px;}
.home .banner-wrapper .desc-wrap-bottom h2 { text-align: center; font-size: 18px; color: #fff; margin: 0; line-height: 22px;}
.banner-wrapper .btn-wrapper{ text-align: center; margin-top: 5px; }
.banner-wrapper .owl-theme .owl-controls .owl-buttons div{ background: none; }
.banner-wrapper .owl-theme .owl-controls .owl-buttons > div{
	background: #bfbfbf;
	line-height: 44px;
	font-size: 40px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 40%; 
	left: 10px;
	opacity: 0.6;
}
.banner-wrapper .owl-theme .owl-controls{ margin: 0; }
.banner-wrapper .owl-theme .owl-controls .owl-buttons > div:hover{ opacity: 1; }
.banner-wrapper .owl-theme .owl-controls .owl-buttons .owl-next{ right: 10px; left: auto; }

/**/
.banner-image-1 .btn-wrapper{ text-align: right; }
.home-products-grid-wrapper .right-icon .col-md-3{ float: right; }
.home-products-grid-wrapper .title-wrapper{ min-height: 0; text-align: left; margin-bottom: 5px; }
.home-products-grid-wrapper .icon-wrapper {text-align: center;}
.home-products-grid-wrapper .icon-wrapper svg{ padding: 10px; border-radius: 50%; background: #7fb4e2;  width: 80px;  height: 80px; }
.home-products-grid-wrapper .icon-wrapper svg path{ fill: #ffffff; }
.home-products-grid-wrapper .item-wrapper:hover .icon-wrapper svg{ background: #008fd3; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.home-products-grid-wrapper h3{ font-size: 23px; }

#full-width-content-top h2{ color: #2f6597; font-weight: normal; }
#full-width-content-top .widgettitle{ display: none; }
#full-width-content-top .circled-list{ list-style:none; margin: 0; padding: 0; }
#full-width-content-top .circled-item{ text-align: center; cursor: pointer; }
#full-width-content-top .circled-item svg {height: 50; width: 50px;}
#full-width-content-top .circled-item svg path{ fill: #2f6597 !important; }
#full-width-content-top .circled-item:hover svg path{ fill: #ffae3b !important; }
#full-width-content-top .circled{ margin-top:10px;display: inline-block;padding: 10px 25px;border: 1px solid #2f6597;border-radius: 50%;margin-bottom: 20px; }
#full-width-content-top .circled-title{ color: #2f6597; }
#full-width-content-top .lighter-blue-bg {padding: 20px 0;}

.home .home-layer-item-1 .container .container-margin- {margin-top: 40px; margin-bottom: -15px;}
/*.home-layer-item-1 .container-margin- .col-md-5 {text-align: center;}*/ 
/*.home-layer-item-1 .solutions-grid-wrapper {margin-bottom: 50px;}   */

.home-sub_layer-item-1 .container-margin-,
.home-sub_layer-item-2 .container-margin-,
.home-sub_layer-item-4 .container-margin- {margin-bottom: 30px !important;}
.home-sub_layer-item-3 .container-margin- {margin-bottom: 40px !important;}

#full-width-content-top .our-solutions-widget-2{ color: #5f6060; }
#full-width-content-top .our-solutions-widget-1{ padding: 0; }
#full-width-content-top .our-solutions-widget-1 .col-md-5,
#full-width-content-top .our-solutions-widget-1 .col-md-7{ padding-top: 10px; padding-bottom: 10px; }
.our-solutions-widget-1 .circled{ margin-left: 15px; }
.our-solutions-widget-2 .circled,
.our-solutions-widget-1 .circled{ float: left; }
.our-solutions-widget-1 .desc-blue-info,
.our-solutions-widget-1 .desc{ width: 84%; float: left; margin: 13px 0px; }

/* footer */      
#footer { padding-bottom: 0; padding: 20px; margin-top: 15px;}
#footer .footer-handler {padding-bottom: 20px;}
.bordered-wrapper{ border-top: 1px solid #fff; padding: 10px 0; margin: 0 10px; }
.footer-logo{ margin: 10px 0 30px; }
.footer-heading{ color: #555; text-transform: uppercase; font-size: 15px; font-family: robotobold;}
.footer-links{ padding: 0; list-style: none; font-size: 16px; }
.footer-links li{ margin-bottom: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center; flex-direction: row;  font-size: 15px}
.footer-links li a{ color: #fff; }
.footer-links.footer-list-margin-10 li{ margin-bottom: 5px; }
#footer .footer-links-wrapper{ position: relative; min-height: 190px; }
.footer-social-links{ list-style: none; text-align: right; margin: 0; position: absolute; bottom: 0; right: 0; }
.footer-social-links li{ display: inline-block; margin: 0 10px; }
.footer-social-links li a{ display: block; background: url(images/social_links.png) no-repeat; width: 50px; height: 40px; text-indent: 100%; overflow: hidden; }
.footer-social-links li.twitter a{ background-position: 0px -78px; }
.footer-social-links li.in a{ background-position: 0px -156px; }
.footer-social-links li.youtube a{ background-position: 0px -234px; }
#footer-bottom{ padding: 0; }
#footer-bottom .footer-handler{ margin: 0; font-size: 15px; }
#footer-bottom
.footer-handler {margin: 0 -30px;}

.products-grid-wrapper h3{ font-size: 23px; }

/* Solutions region */
.tabbed-home-solutions{ background: #eef6fd; border-top: 3px solid #4197e3; }
.tabbed-home-solutions > .col-md-6{  background: #eef6fd; min-height: 120px; }
.tabbed-home-solutions > .col-md-6.dark-bg{ background: #2f6597; padding: 6px 70px; text-align: center; float: right; z-index: 1;}
.tabbed-home-solutions > .col-md-6.dark-bg p {display: none;}
.tabbed-home-solutions .solutions-tab-content-item{ display: none; padding: 0 60px;}
.tabbed-home-solutions .solutions-tab-content-item.active{ display: block; }
.tabbed-home-solutions .solutions-tab-content-item .d-table {height: 115px;}
.tabbed-home-solutions .solutions-tab-item{ display: inline-block; padding: 10px; border: 3px solid #fff; border-radius: 100%; margin: 15px;}
.tabbed-home-solutions .sol-title {text-align: left; text-transform: uppercase;}
.tabbed-home-solutions .solutions-tab-item svg {width: 50px; height: 45px;}
.tabbed-home-solutions .solutions-tab-item:hover svg path {fill: #ffae3b;}
.tabbed-home-solutions .solutions-tab-content-item h5 {color: #2f6597; font-size: 18px; margin-bottom: 5px; margin-top: 5px;}
.tabbed-home-solutions .solutions-subtitle {font-size: 17px;}
.tabbed-home-solutions .solutions-desc {line-height: 20px;}

.home .home-layer-item-1 {margin: 25px 0;}
.home .home-layer-item-1 .layer-title {color: #2f6597;}
.home .home-layer-image-1 .image-title {margin-bottom: 7px;}
.home .home-layer-image-1 .btn-wrapper {text-align: right;}
.home .home-layer-image-1 .btn-wrapper a {margin-top: 0;}
.home .home-sub_layer-item-1 {margin-top: 20px;}
.home .home-sub_layer-item-1 .layer-title {color: #2f6597;}
.home .home-sub_layer-item-1 .home-products-grid-wrapper .item-wrapper {margin: 15px auto;}
.home .home-sub_layer-item-1 .home-products-grid-wrapper .title-wrapper{color: #2f6597; text-align: left; padding: 0;}
.home .home-layer-image-2 .image-title {margin-bottom: 7px;}
.home .home-layer-image-2 .btn-wrapper {margin: 0;}
.home .home-sub_layer-item-2 {margin-top: 20px;}
.home .home-sub_layer-item-2 .layer-title {color: #2f6597;}
.home .home-sub_layer-item-2 .grid-item .title-wrapper {color: #2f6597; font-family: robotobold;}
.home .home-sub_layer-item-2 .grid-item .desc-wrapper {padding: 0 20px; min-height: 95px;}
.home .home-layer-image-3 .btn-wrapper {text-align: right;}
.home .home-sub_layer-item-3 {margin-top: 20px;}
.home .home-sub_layer-item-3 .layer-title {color: #2f6597;}
.home .home-sub_layer-item-4 {margin-top: 20px;}
.home .home-sub_layer-item-4 .layer-title {color: #2f6597;}


#full-width-content{ margin: 30px 0; }
/*.solutions-grid-wrapper{ margin: 15px 0 0; }*/
.solutions-grid-wrapper .item-wrapper{ margin: 0 30px; }
.solutions-grid-wrapper .item-wrapper.blue-bg{ background: #4197e3; }
.solutions-grid-wrapper .icon-wrapper{ text-align: center; padding: 25px; }
.solutions-grid-wrapper .item-wrapper .icon-wrapper svg path{ fill: #2f6597; }
.solutions-grid-wrapper .item-wrapper:hover .icon-wrapper svg path{ fill: #008fd3 !important; }
.solutions-grid-wrapper .title-wrapper{ padding: 10px; text-align: center; margin-bottom: 0; font-size: 40px; }
/*.solutions-grid-wrapper .desc-wrapper{ padding: 15px 25px; font-size: 16px; }*/
.solutions-grid-wrapper .learn-more-wrapper{ background: #2f6597; padding: 10px; text-align: center; color: #fff; }
.solutions-grid-wrapper .learn-more-wrapper a{ text-transform: uppercase; text-decoration: none; color: #fff; font-size: 18px; }

.home-product-grid-wrapper{ margin: 15px 0 0; }
.home-product-grid-wrapper .item-wrapper{ margin: 15px 30px; display: block; }
.home-product-grid-wrapper .item-wrapper.blue-bg{ background: #4197e3; }
.home-product-grid-wrapper .icon-wrapper{ text-align: center; padding: 10px; }
.home-product-grid-wrapper .item-wrapper .icon-wrapper svg path{ fill: #2f6597; }
.home-product-grid-wrapper .item-wrapper:hover .icon-wrapper svg path{ fill: #008fd3 !important; }
.home-product-grid-wrapper .title-wrapper{ padding: 10px; text-align: center; margin-bottom: 0; font-size: 30px; color: #2f6597; font-family: robotobold;}
.home-product-grid-wrapper .desc-wrapper{ padding: 15px 0px; text-align: left; }
.home-product-grid-wrapper .learn-more-wrapper{ background: #2f6597; padding: 10px; text-align: center; color: #fff; }
.home-product-grid-wrapper .learn-more-wrapper a{ text-transform: uppercase; text-decoration: none; color: #fff; font-size: 18px; }   

.grid-item{ margin: 30px 0; }
.grid-item .img-wrapper{ margin-bottom: 5px; }
.grid-item .img-wrapper img{ width: 100%; height: auto; }
.grid-item .padded-content-wrapper{ padding: 20px 0; }
.grid-item .icon-wrapper{ text-align: right; margin-bottom: 15px; }
.grid-item .title-wrapper{ padding: 0 20px; text-align: center; font-size: 23px; margin-bottom: 15px;}
.grid-item .desc-wrapper{ padding: 0; }
.grid-item .learn-more-wrapper{ text-align: center; margin-top: 15px; }
.grid-item .learn-more-wrapper a{ text-transform: uppercase; text-decoration: none; color: #083a66; font-size: 16px; }

.products-grid-wrapper .right-icon .col-md-3{ float: right; }
.products-grid-wrapper  .title-wrapper{ min-height: 0; text-align: left; margin-bottom: 5px; }
.products-grid-wrapper .icon-wrapper {text-align: right;}
.products-grid-wrapper .icon-wrapper svg{ padding: 10px; border-radius: 50%; background: #7fb4e2;  width: 80px;  height: 80px; }
.products-grid-wrapper .icon-wrapper svg path{ fill: #ffffff; }
.products-grid-wrapper .item-wrapper:hover .icon-wrapper svg{ background: #008fd3; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.partners-logo-grid{ margin: 40px 0; }
.partners-logo-grid img {width: 100%; height: auto;}

/* stories */
.stories-grid{ margin: 0 0 40px; }
.stories-grid .item-wrapper .img-wrapper img{ width: 100%; height: auto; }
.stories-grid .item-wrapper{ position: relative; padding: 20px; text-align: center; border: 2px solid #cccccc; margin: 0 15px 30px;}
.stories-grid .hover-overlay{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding: 0 15px;
	background-color: rgba(47, 101, 151, 0.85);
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.stories-grid .item-wrapper:hover .hover-overlay{ height: 100%; padding: 25px 15px; }
.stories-grid .hover-overlay .desc-wrapper{ text-align: left; }
.stories-grid .hover-overlay .read-more{ background: #4197e3; color: #fff; display: inline-block; padding: 5px 15px; }

.stories-grid-owl {padding: 0 20px;}
.stories-grid-owl li {list-style-type: none;}
.stories-grid-owl .item-wrapper{ position: relative; padding: 20px; text-align: center; border: 2px solid #cccccc; margin: 0 15px 30px;}
.stories-grid-owl .item-wrapper .img-wrapper img{ width: 100%; height: auto; }
.stories-grid-owl .hover-overlay{overflow: hidden;position: absolute;top: 0;left: 0;width: 100%;height: 0;padding: 0 15px;background-color: rgba(47, 101, 151, 0.85);color: #fff;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.stories-grid-owl .item-wrapper:hover .hover-overlay{ height: 100%; padding: 25px 15px; }
.stories-grid-owl .hover-overlay .desc-wrapper{ text-align: left; }
.stories-grid-owl .hover-overlay .read-more{ background: #4197e3; color: #fff; display: inline-block; padding: 5px 15px; }
.stories-grid-owl .owl-prev {font-size: 60px !important; position: absolute; top: 5%; left: 0; background: 0 !important;  color: #869791 !important; margin: 0 !important; padding: 0 !important;}
.stories-grid-owl .owl-next {font-size: 60px !important; position: absolute; top: 5%; right: 0; background: 0 !important; color: #869791 !important; margin: 0 !important; padding: 0 !important;}
.stories-grid-owl .owl-pagination .owl-page span {background: #7fb4e2;}
.stories-grid-owl .owl-pagination .active span {background: #2f6597;}

.below-stories .text-wrapper{ font-size: 20px; line-height: 60px; height: 60px; padding-left: 40px; font-family: robotobold; }
.below-stories .btn-wrapper a{ display: block; margin: 0 10px 0 100px; text-align: center; }
.below-stories .btn-wrapper .cta-button:hover:after{ height: 400%; }

/* Overlay 3 Buttons */
#wysiwyg_widgets_widget-6{ position: fixed; bottom: 11px; left: 0; width: 100%; text-align: center; z-index: 1010; }
#wysiwyg_widgets_widget-6.stuck{ position: relative; margin-top: 50px;}

#mobile-footer{ position: relative; }
#button-top-wrapper{ position: absolute; right: 5px; z-index: 9999; top: -20px; text-align: center; display: none; color: #fff; }
#button-top-wrapper #top-button{ background: #2f6597; color: #fff; padding: 5px 15px; border-radius: 5px; font-size: 21px; margin-bottom: 3px; display: inline-block; }

/* Temporary - Action Button */ 
.action-btn-wrapper{ position: absolute; margin: 0; top: 0; right: 20px; z-index: 999; }
.action-btn-wrapper .country-desktop-dropdown .dropdown-menu{ background: none; padding: 0; margin: 0; border: 0; box-shadow: none; }
.action-btn-wrapper .country-desktop-dropdown .dropdown-menu li a{ background-color: #4197e3 !important; background-position: 165px center !important; background-size: 30px !important; padding: 5px 50px 5px 10px; color: #fff; }
.action-btn-wrapper .country-desktop-dropdown .dropdown-menu li a:hover{ background-color: #307bbd !important; }
.action-btn-wrapper a{ display: inline-block; padding: 5px 50px 5px 10px; margin-left: 10px; background: #307bbd url(images/temp_icons.png) no-repeat 0 0; font-size: 12px; color: #fff; }
.action-btn-wrapper a.country-btn{ background-position: 120px 4px; min-width: 166px;}
.action-btn-wrapper a.login-btn{ background-color: #083a66; background-position: 43px -41px; padding-right: 35px; }
.action-btn-wrapper a.contact-number{ background: none; padding: 0; margin-right: 5px; }
.action-btn-wrapper a.contact-number img{ margin-right: 5px; }
/* End of Temporary - Action Button */
#ubermenu-nav-main-2 {    margin-top: 18px;}
#ubermenu-nav-main-2,
#ubermenu-nav-main-2 a {color: #fff;     font-family: robotoregular;  text-transform: uppercase; }
#ubermenu-nav-main-2 a {padding: 13px 20px;}

.ubermenu-item-level-2 .ubermenu-content-block {min-height: 302px; padding: 28px 20px !important;}
.ubermenu-item-level-2,
.ubermenu-submenu .ubermenu-item-level-1 {background: #4197e3 !important;}
.ubermenu-submenu .ubermenu-item-level-1 a:hover{background: #307bbd !important;}
.ubermenu-item-level-0 {font-size: 18px;}
.ubermenu-item-level-2,
.ubermenu-item-level-1 {font-size: 80%;}
.ubermenu-item-level-1:first-child a {padding-top: 28px;}
.ubermenu-item-level-1:last-child a {padding-bottom: 28px;}
.ubermenu .ubermenu-target-description {text-transform: initial;}
.ubermenu li:last-child a.ubermenu-target {padding-right: 0;}
.ubermenu-submenu.ubermenu-submenu-id-43:before {content: " ";
    background: #4197e3;
    height: 40px;
    display: block;
    width: 142px;
    margin-left: auto;
    text-align: right;
}

.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target:after {
width: 0; 
	height: 0; 
	border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #307bbe;
    content: "" !important;
    right: 0px;
    margin-top: -3px;

}

.ubermenu-sub-indicators .ubermenu-submenu-type-flyout>.ubermenu-has-submenu-drop>.ubermenu-target:after, .ubermenu-sub-indicators .ubermenu-submenu-type-stack>.ubermenu-has-submenu-drop.ubermenu-has-submenu-flyout>.ubermenu-target:after {
	width: 0; 
	height: 0; 
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent; 
	content: "" !important;
	border-left:8px solid #083a66;
}

.views-template-layered-template .entry-header{ display: none; }
.layered-template .container-margin-{ margin: 0 -30px; } 
.layered-template .layer-item{ margin: 20px 0; }
.layered-template .layer-item-1 .btn-wrapper .learn-more-btn { margin: 0 auto;}
.layered-template .layer-item-2 { margin: 20px 0 -10px;}
.layered-template .layer-item-full-width {margin-bottom: 35px;}
.layered-template .layer-item-six-column .products-grid-wrapper {margin-top: 15px !important; margin-bottom: 0px;}
.layered-template .layer-item-six-column .products-grid-wrapper .desc-wrapper p {margin: 0; font-size: 14px;} 
.layered-template .layer-item-last .container-margin- {margin-top: 15px; margin-bottom: 25px;}
.grid-item .btn-wrapper .learn-more-btn { width: 189px; padding: 10px 16px; margin-top: 25px;} 


.submenu-wrapper{ background: #eef6fd; padding: 10px 20px; }
.submenu-wrapper .submenu-link{ margin: 0; text-align: center; padding: 0;}
.submenu-wrapper a{ color: #2f6597; font-size: 23px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.submenu-wrapper a svg{     margin-bottom: -4px; width: 25px; height: 25px; }
.submenu-wrapper a svg path{ fill: #2f6597; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.submenu-wrapper a:hover{ color: #ffae3b; }
.submenu-wrapper a:hover svg path{ fill: #ffae3b; }
.submenu-wrapper .submenu-link li{ display: inline-block; margin: 0 15px; }

.layer2-wrapper .btn-wrapper .learn-more-btn{ margin: 10px 0; }
.layered-template .layer-item.layer6-wrapper{ margin-bottom: 0; }
.layered-template .layer-item .products-grid-wrapper{ margin-top: 15px; }

/* Blended Learning solutions region on product pages */
.learning-solution-content-wrapper h3{ font-size: 23px; }
.learning-solution-content-wrapper ul.list-wrapper{ list-style: none; padding: 0; margin: 0; }
.learning-solution-content-wrapper ul li:nth-child(even) .col-md-5{ float: right; }
.learning-solution-content-wrapper .btn-wrapper .learn-more-btn{ margin: 10px 0; font-size: 17px; }

.type-product .grid-item .desc-wrapper{ text-align: left;}
.type-product .layered-template .layer-item-2 {margin: 50px 0 0px;}
.type-product .layered-template .container-margin- {margin: 20px -30px;}
.type-product .feature-item {margin: 0px 0 30px;}
.type-product .feature-item .img-wrapper {max-width: 350px; margin: 0 auto;}
.type-product .feature-item .content-wrapper {margin-top: 20px;}
.type-product .layer-image-1 .image-title {margin-bottom: 10px;}
.type-product .layer-image-1 .cta-button.big {margin-top: 10px;}
.type-product .layer-image-1 {margin-bottom: 0;}
.type-product .page-content-wrapper h1.light {line-height: 36px;}

.layer-item-six-column .title-wrapper{ font-size: 23px; }

/*  */
.modal .modal-content > p,
.modal .modal-dialog > p{ display: none; }
.modal .modal-content{ border-radius: 0; }
.modal .modal-header{ border-bottom: 0; padding: 0; }
.modal .modal-header img{ margin: 15px; }
.modal .modal-header .close{
	float: none;
	position: absolute;
	right: 0;
	top: 0;
	background: #4197e3;
	opacity: 1;
	color: #fff;
	font-size: 40px;
	padding: 0 5px;
	margin: 0;
}
.modal .modal-footer{ color: #dad8d8; padding: 0 15px; text-align: left; border: 0; }
#view_demo_modal .wpcf7,
#request_trial_modal .wpcf7{ background: #9ac2e5; border: 5px solid #2f6597; padding: 15px 20px; }
#view_demo_modal .wpcf7 .form-wrapper,
#request_trial_modal .wpcf7 .form-wrapper{ position: relative; margin-bottom: 15px; }
#view_demo_modal .wpcf7 .required,
#request_trial_modal .wpcf7 .required{ position: absolute; top: 8px; left: -10px; color: #f60909; }
#view_demo_modal .wpcf7 .wpcf7-form-control-wrap select,
#request_trial_modal .wpcf7 .wpcf7-form-control-wrap select,
#view_demo_modal .wpcf7 .wpcf7-form-control-wrap input,
#request_trial_modal .wpcf7 .wpcf7-form-control-wrap input{ width: 100%; padding: 5px; }
#view_demo_modal .wpcf7 .wpcf7-submit,
#request_trial_modal .wpcf7 .wpcf7-submit{
	background: #4197e3;
	border: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 150px;
	margin: 10px auto 0;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#view_demo_modal .wpcf7 .wpcf7-submit:hover,
#request_trial_modal .wpcf7 .wpcf7-submit:hover{ background: #008fd3; color: #fff; }
#view_demo_modal .wpcf7 .wpcf7-validation-errors,
#request_trial_modal .wpcf7 .wpcf7-validation-errors{ display: none !important; }
#video_demo_modal .video-wrapper iframe{ width: 100%; height: 400px; margin: 0; border: 0; display: block; }
#video_demo_modal .video-wrapper{ background: #9ac2e5; border-top: 3px solid #2f6597; border-bottom: 3px solid #2f6597; }
#video_demo_modal .video-other-content-wrapper .learn-more-btn{ margin: 0; display: inline-block; margin-right: 20px; }

.error-404 { margin-top: 60px; margin-bottom: 60px;}
.fourofour-header {color: #2f6597; font-size: 28px; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px;}
.fourofour-content {font-size: 16px;}

/* Solutions Landing Page */
.solutions-list li:nth-child(even) .solution-additional-content .solution-image-thumbnail{ float: right; }
.solutions-list li .solution-additional-content .solution-image-thumbnail img{ width: 100%; height: auto; }
.solutions-list li .desc-wrapper{ text-align: justify; }
.solutions-list li .btn-wrapper{ text-align: left; }
.solutions-list li .btn-wrapper a{ display: inline-block; }
.solutions-list li .btn-wrapper .learn-more-btn {padding: 10px 20px; margin: 0; font-size: 18px;}
.solutions-list li:nth-child(even) .btn-wrapper{ text-align: left; }
.full-img-witdh .img-wrapper img{ width: 100%; }
.page-id-135 .home-layer-item-1 .container-margin- {margin: 30px -30px 20px;}
.page-id-135 .layer-title {color: #2f6597; }
.solutions-list .solution-top-title {font-family: robotobold; color: #ffae3b; text-transform: uppercase; margin-bottom: 5px;}
.solutions-list .solution-bot-title { font-family: robotobold; color: #2f6597;}
.solutions-list .solution-handler {padding-right: 50px; margin-bottom: 30px;}
.solution-handler .solution-image-thumbnail {max-width: 300px; margin-left: auto; margin-right: auto; margin-top: 50px;}
.solution-handler .solution-image-thumbnail img{width: 100%; height: auto;}
.solution-handler .desc-wrapper p {min-height: 70px;}
.solution-handler .btn-wrapper {text-align: right;}
.page-id-135 .home-sub_layer-item-1 {margin: 20px 0;}
.page-id-135 .home-layer-item-1 {margin: 25px 15px;}
.page-id-135 .title-wrapper {color: #2f6597; }
.page-id-135 .home-layer-image-3 h1.light {margin-bottom: 10px;}
.page-id-135 .home-layer-image-3 .btn-wrapper {margin: 0;}
.page-id-135 .home-layer-image-3 .layer-bg {background-position: center bottom !important; }
.page-id-135 .home-layer-image-3 {margin-bottom: 80px}
.solution-pic-handler {display: none !important; padding: 0;}
.solution-pic-handler li {list-style-type: none;}
.solution-pic-handler .owl-prev {font-size: 60px !important; position: absolute; top: 25%; left: 20px; background: 0 !important;}
.solution-pic-handler .owl-next {font-size: 60px !important; position: absolute; top: 25%; right: 20px; background: 0 !important;}
/* End of Solutions Landing Page */

/* solutions inner page */ 
.type-solution .entry-header .entry-title{ display: none; }
.type-solution .layer-description {margin: 50px 0 30px;}
.type-solution .solution-other-content-wrapper ul{ list-style: none; padding: 0; margin: 0; }
.type-solution .solution-other-content-wrapper li {margin: 50px auto;}
.type-solution .solution-other-content-wrapper li .btn-wrapper{ text-align: left; margin-top: 30px;}
.type-solution .solution-other-content-wrapper li:nth-child(odd) .btn-wrapper{ text-align: right; }
.type-solution .solution-other-content-wrapper .img-wrapper img{ width: 100%; height: auto; }
.type-solution .solution-other-content-wrapper .desc-wrapper{ text-align: justify }
.type-solution .solution-other-content-wrapper .btn-wrapper a{ display: inline-block; }
.type-solution .grid-item .desc-wrapper{ text-align: left; }
.type-solution .layered-template .layer-item-2 {margin: 50px 0 30px;}
.type-solution .solution-other-content-wrapper h3 {margin-bottom: 10px !important;}
.type-solution .solution-other-content-wrapper .row {margin-top: 15px; margin-bottom: 15px;}
.type-solution .layer-image-1 .image-title {margin-bottom: 10px;}
.type-solution .layer-image-1 .btn-wrapper .cta-button.big {margin-top: 10px;}
.type-solution .layer-image-2 .image-title {margin-bottom: 10px;}
.type-solution .solution-other-content-wrapper .list-wrapper li:nth-child(even) .col-md-4{ float: right; }
.type-solution .solution-other-content-wrapper .list-wrapper li .img-wrapper{ margin-bottom: 20px; }

.ubermenu-item-level-0 .ubermenu-target-text {font-size: 15px;}

/*Our Solutions For*/
#full-width-content-top .circled.white{
    padding: 0px 15px;
    border: 2px solid #fff;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
#full-width-content-top .circled.blue{
    padding: 0px 15px;
    border: 2px solid #2f6597;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

#full-width-content-top .circled svg {
	height: 75px;
    width: 50px;
}

#full-width-content-top .lighter-blue-bg.tuner-gray {
	color: #555;
	font-size: 17px;
	background: #547491;
	color: #fff;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  align-items: center;

  flex-direction: row;
}

.light-blue-bg .flex {margin-bottom: 20px;}
.light-blue-bg .blue-title-new {
	font-size: 18px;
    text-transform: uppercase;
    color: #456496;
}

.light-blue-bg .gray-subtitle-new { color: #555; line-height: 1em; }

.light-blue-bg .desc-wrapper { margin-top: 10px; }

#full-width-content-top .light-blue-bg {background: #eef6fd;}
#full-width-content-top .circled.blue svg path {fill:#2f6597;}
#full-width-content-top .circled.blue:hover svg path {fill:#f4b846;}
#full-width-content-top .circled.white:hover svg path {fill:#f4b846;}

/* 2 column template */
.two-col-template-wrapper{ margin: 30px 0; }
.left-sidebar-links{ padding: 0; list-style: none; margin-bottom: 30px; }
.left-sidebar-links li{ margin-top: 30px; }
.left-sidebar-links .wrapper{ position: relative; }
.left-sidebar-links .wrapper .image-wrapper img{ width: 100%; height: auto;  border: 2px solid #4197e3; }
.left-sidebar-links .wrapper .title-wrapper{ position: absolute; bottom: 20px; padding: 10px 0; width: 100%; background: url(images/title-bg.png) 0 0; }
.left-sidebar-links .wrapper .title-wrapper .title-bg{ padding: 5px 10px; background: #4197e3; color: #fff; text-transform: uppercase; }
/* end of 2 column template */

/* 2 column with description template */
.two-col-with-desc-template-wrapper{ margin: 30px 0; }
.two-col-with-desc-template-wrapper .left-sidebar-links li:first-child{ margin-top: 0; }
/* end of 2 column with description template */

/* contact us */
.post-170{ margin: 50px 0; }
.contact-infos .item-group-wrapper{ border-bottom: 1px solid #555555; padding-bottom: 50px; margin-bottom: 30px; margin-top: 50px;}
.contact-infos .item-group-wrapper:last-child,
.contact-infos .item-group-wrapper.last{ border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.contact-infos .item-group-wrapper p{ margin: 0; } 
.contact-infos .item-wrapper{ margin-top: 30px; padding: 0 15px; }
.contact-infos .item-wrapper .flag-wrapper{ margin-bottom: 5px; }
.contact-infos .item-wrapper .email a,
.contact-infos .item-wrapper .email{ color: #0568fd; }
.contactus-form-wrapper{ border: 1px solid #7fb4e2; padding: 10px; }
.contactus-form-wrapper .sub-heading{ border-bottom: 1px solid #ebebeb; color: #2f6597; text-transform: uppercase; }
.contactus-form-wrapper .wpcf7{ padding: 20px 40px 20px 0; }
.contactus-form-wrapper .wpcf7 .wpcf7-form-control{ margin-bottom: 10px; padding: 5px 10px; margin-left: 10px; }
.contactus-form-wrapper .wpcf7 .wpcf7-textarea{ height: 100px; }
.contactus-form-wrapper .wpcf7 .wpcf7-submit{ background: #4398e3; color: #fff; text-transform: uppercase; width: auto; padding: 5px 80px; }
.contactus-form-wrapper .form-item-wrapper{ position: relative; }
.contactus-form-wrapper .required-entry{ color: #008fd3; }
.contactus-form-wrapper .form-item-wrapper .required-entry{ position: absolute; height: 36px; line-height: 36px; }
.contactus-form-wrapper textarea,
.contactus-form-wrapper input,
.contactus-form-wrapper select{ border: 1px solid #4197e3 !important; width: 100%; }  
.with-form-region .item-wrapper{ margin: 100px 0; }
/* end of contact us */

/* resources */
.resources-grid-wrapper{ margin-bottom: 100px; }
.resources-item-wrapper .with-title-overlay .wrapper{ position: relative; }
.resources-item-wrapper .image-wrapper img{ border: 2px solid #4197e3; width: 100%; height: auto; }
.resources-item-wrapper .title-wrapper{ position: absolute; bottom: 20px; padding: 10px 0; width: 100%; background: url(images/title-bg.png) 0 0; }
.resources-item-wrapper .title-wrapper .title-bg{ padding: 5px 10px; background: #4197e3; color: #fff; text-transform: uppercase; }
.resources-item-wrapper .link-wrapper{ text-align: center; }
.resources-item-wrapper .link-wrapper a{ color: #4197e3; text-transform: uppercase; }
.resources-video-wrapper iframe{ width: 100%; height: auto; }
.resources-video-wrapper .row-border{ border-bottom: 1px solid #555555; padding-bottom: 40px; margin-bottom: 40px; }
.resources-video-wrapper .row-border:last-child{ border-bottom: 0; padding-bottom: 0; }
.resources-video-wrapper .content-wrapper{ margin-top: 50px; text-align: center; }
.resources-video-wrapper .desc-wrapper{ margin-top: 20px; text-align: justify; }
.resources-video-wrapper .link-wrapper a{ color: #4197e3; text-transform: uppercase;  }

.resources-downloadable-item-wrapper ul{ padding: 0; margin: 0; list-style: none; }
.resources-downloadable-item-wrapper ul li{ margin-bottom: 50px; }
.resources-downloadable-item-wrapper ul li .img-wrapper img{ box-shadow: 2px 2px 3px 1px #ccc; }
.resources-downloadable-item-wrapper ul li .title-wrapper{ margin-bottom: 30px; }
.resources-downloadable-item-wrapper ul li .desc-wrapper{ margin-bottom: 30px; }
.resources-downloadable-item-wrapper ul li .links-wrapper{ margin: 10px 30px 40px; }
.resources-downloadable-item-wrapper ul li .links-wrapper a{ color: #4197e3; }
.resources-downloadable-item-wrapper ul li .links-wrapper .download-link{ background: url(images/pdf-icon.png) 0 0 no-repeat; color: #555; display: inline-block; padding: 10px 50px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.resources-downloadable-item-wrapper ul li .links-wrapper .download-link:hover{ background: url(images/pdf-icon-hover.png) 0 0 no-repeat; }
.resources-downloadable-item-wrapper ul li .resources-other-contents{ background: #ecf4fb; padding: 20px 10px; margin-top: 15px; }
.resources-downloadable-item-wrapper ul li a .read-less,
.resources-downloadable-item-wrapper ul li a.collapsed .read-more{ display:inline-block; }
.resources-downloadable-item-wrapper ul li a .read-more,
.resources-downloadable-item-wrapper ul li a.collapsed .read-less{ display:none; }
/* end of resources */

/* news */
.news-list{ list-style: none; padding: 0; margin: 0; }
.news-list li{ border-bottom: 1px solid #555555; padding: 0 20px 30px; margin-bottom: 30px; }
.news-list li:last-child{ border-bottom: 0; }
.news-list li .date{ color: #ffae3b; font-size: 16px; margin-bottom: 10px; }
.news-list li .author{ font-size: 15px; color: #000; }
.news-list li .overview{ margin-top: 20px; }
.news-list li .accordion .accordion-toggle span{ color: #4197e3; } 
.news-list li .accordion .accordion-toggle .read-more{ display: none; }
.news-list li .accordion .accordion-toggle.collapsed .read-more{ display: block; }
.news-list li .accordion .accordion-toggle.collapsed .read-less{ display: none; }
.news-list li .accordion .accordion-body{ background: #ecf4fb; padding: 20px 10px; margin-top: 15px; }
/* end of news */

/* History and Team */
.team-list-wrapper{ margin-top: 35px; }
.team-list-wrapper .img-thumbnail{ border: 0; box-shadow: none; }
.team-list-wrapper .name{ border: 0; margin: 15px 0 5px; font-size: 22px; }
.team-list-wrapper .position{ color: #4197e3; font-size: 19px; line-height: normal; padding: 0 15px; }
.team-list-wrapper .description{ margin-top: 15px; text-align: justify; }

/* stories */
.stories-list{ list-style: none; padding: 0; margin: 0; }
.stories-list li{ margin-bottom: 30px; }
.stories-list .item-wrapper{ position: relative; padding: 60px 20px;	text-align: center;	border: 2px solid #cccccc; display: block; }
.stories-list .item-wrapper img{ width: 100%; height: auto; }
.views-template-stories-template .left-sidebar-links .wrapper .image-wrapper img,
.views-template-stories-main-page-template .left-sidebar-links .wrapper .image-wrapper img{ border: 2px solid #cccccc; }
.views-template-stories-template .left-sidebar-links .wrapper .title-wrapper,
.views-template-stories-main-page-template .left-sidebar-links .wrapper .title-wrapper{ padding: 10px 2px; }
.views-template-stories-template .page-desc-wrapper{ font-weight: bold; }
.views-template-stories-template .video-key-figures-wrapper{ margin-top: 30px; margin-bottom: 30px; }
.views-template-stories-template .video-key-figures-wrapper .video-wrapper iframe{ width: 100%; height: auto; min-height: 250px; }
.views-template-stories-template .downloadable-file-wrapper{ margin-bottom: 30px; }
.views-template-stories-template .downloadable-file-wrapper a{ background: url(images/pdf-icon.png) 0 0 no-repeat; color: #555; display: inline-block; padding: 10px 50px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.views-template-stories-template .downloadable-file-wrapper a:hover{ background: url(images/pdf-icon-hover.png) 0 0 no-repeat; }
.views-template-stories-template .video-key-figures-wrapper .logo-wrapper{ float: left; }
.views-template-stories-template .video-key-figures-wrapper .logo-wrapper img{ width: 250px; height: auto; }
.views-template-stories-template .video-key-figures-wrapper .key-figures-title-wrapper{ float: left; line-height: 80px; }
.views-template-stories-template .video-key-figures-wrapper .key-figures-list{ margin-top: 20px; }

.award-margin-title {margin: 30px 0 25px !important;}
.award-image {text-align: left;}
.award-image img { border: 1px solid #ddd; border-radius: 5px;}

.client-testimonials-grid-wrapper .bordered-item{ padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #555555; }
.client-testimonials-grid-wrapper .bordered-item:last-child{ padding-bottom: 0; margin-bottom: 40px; border-bottom: 0; }
.client-testimonials-grid-wrapper .img-wrapper{ height: 80px; line-height: 80px; margin-bottom: 20px; text-align: center; }
/* end of stories */  

/* products landing*/
.product-grid-wrapper{ margin: 50px 0 30px; }
.product-grid-wrapper .img-wrapper img{ width: 100%; }
.ex-prod-handler {padding: 50px 0; margin: 30px 0;}
.ex-prod-handler .ex-prod-title { font-size: 40px; padding-top: 30px; font-family: robotoregular; color: #2f6597; }
.ex-prod-handler .ex-prod-desc p{ font-size: 20px;}
.prod-handler {margin: 30px 0;}
.prod-handler .prod-title {color: #2f6597;}
.prod-handler .desc-top {padding-right: 57px; padding-bottom: 10px; font-family: robotobold;}
.prod-handler .desc-bot {min-height: 97px;}
.prod-handler .img-wrapper img {height: auto;}
.page-id-121 .banner-container {margin: 0;}
.product-grid-wrapper .btn-wrapper .learn-more-btn {border: 2px solid #fff; font-size: 16px; padding: 10px 20px;}
.page-id-121 #wysiwyg_widgets_widget-6.stuck {margin-top: 80px;}
.page-id-121 .home-layer-image-2 .image-title {margin-bottom: 10px;}
.page-id-121 .prod-handler .img-wrapper {max-width: 400px; margin-left: auto; margin-right: auto;}

/* end of products */


/*Resource*/
.post-164 .container-margin- h1.light {color: #2f6597;}
.type-resource .container-margin- h1.light {color: #2f6597;}
.type-resource .title-wrapper {color: #2f6597;}
.type-resource .img-wrapper {text-align: center;}

/*About*/
.post-168 .two-col-template-wrapper h3 {color: #2f6597;}
.post-168 .about-title {color: #2f6597;}
.post-168 table tbody td b{color: #2f6597; margin-top: 20px;}

/*Privacy*/
.privacy-title { font-size: 24px; font-family: robotobold; margin-bottom: 20px;}
.privacy-desc span {font-weight: bold;}
