/*
	Theme Name: Noviflow Genesis Theme
	Theme URI: http://noviflow.com
	Description: Noviflow Wordpress theme (built for the Genesis Framework and on Studiopress' Education Pro Theme)
	Author: concept9 inc.
	Author URI: http://concept9.ca
	
	Version: 1.0.0
	
	Tags: concept9, noviflow

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Custom Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Custom concept9 Elements
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Education Pro Blue
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:none;}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #444;
	font-family: "open-sans",serif;
	font-size: 14px;
	line-height:1.6;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #78a7c8;
	text-decoration: none;
}

a:hover {
	color: #3B5998;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "europa",sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	padding: 0 4px;
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	padding: 10px;
	width: 100%;
	font-size: 14px;
	/*text-transform: uppercase;*/
	text-align: center;
	font-family: "open-sans",sans-serif;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button, .cta-button-home {
	background: #EB5324;
	border-left:0px !important;
	border-right:0px !important;
	border-top:0px !important;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 20px;
	margin-top: 17px;
	text-transform: uppercase;
	font-family: "open-sans", sans-serif;
	font-size:12px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover, .cta-button-home:hover {
	background-color: rgb(189, 67, 29);
	color: #fff;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: rgb(2, 11, 47);
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}



/* Custom Buttons
--------------------------------------------- */

.cta-button {
	background: #2094D2;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 20px !important;
	margin-top: 17px;
	text-transform: uppercase;
	font-family: "open-sans", sans-serif;
	font-size:12px;

}



.dwl-button {
	background: rgb(2, 11, 47);
	border-radius: 4px;
	color: #FFF !important;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 20px !important;
	margin-top: 17px;
	text-transform: uppercase;
	font-family: "open-sans", sans-serif;
	font-size:12px;
}

.btn-120 {
	width:120px;
}

.cta-button:hover {
	background: #103d57;
	color:white;
}

.dwl-button:hover{
	background: rgb(28, 47, 125);
	color: white;
}




/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/*Remove padding on site container only on homepage*/
.home .site-inner {
	padding-top:0px;
}

.education-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	/*width: 740px;*/
	width:800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	/*width: 360px;*/
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* concept9 Sidebar Customization */

.featured-sidebar-sandbox > a > img {
	border: 1px solid #d2d2d2;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */





/*
 Custom concept9 Elements
---------------------------------------------------------------------------------------------------- */

.center-text {
	text-align:center;
}

.default_header {
	color:#000A23;
}

.center-width {
	width: 63%;
	margin-left: auto;
	margin-right: auto;
}

.pad-25 {
	padding-bottom:25px;
}

.padtop-50 {
	padding-top:50px;
}

.padbot-50 {
	padding-bottom:50px;
}

.marbot-25 {
	margin-bottom:25px;
}

.marbot-20 {
	margin-bottom:20px;
}

.marbot-30 {
	margin-bottom:30px;
}

.martop-5 {
	margin-top:5px;
}

.martop-25 {
	margin-top:25px;
}

.martop-50 {
	margin-top:50px;
}



.martop-100 {
	margin-top:100px;
}


.marbot-40 {
	margin-bottom:40px;

}

.marbot-50 {
	margin-bottom:50px;
}


.upper-line {
	border-top: 1.5px #CCCCCC solid;
	margin-top: 30px;
	padding-top: 25px;
}

/*Landing Page / Resource Page*/

/* Bullets (checkmarks) for landing page lists*/
li.faw:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f058";
	margin-right: 8px;
	color: #79BD45;
	font-size: 18px;
}

.single-resource .entry-content ul > li {
	list-style-type:none;
}

.single-resource .entry-content .resource-mid-desc ul {
	margin-left:15px;
}

@media only screen and (max-width: 780px) {
	.resource-mid-desc {
		padding-top: 25px;
	}

}

.single-resource .entry-content .gform_body ul {
	margin-left:0px;
}

.single-resource h1.entry-title {
	font-size: 26px;
}


/*Image border */

.white-border img {
	border: 1px solid black;
}

.single-resource .gform_heading {
	text-align: center;
	padding-bottom: 7px;
}

/*Gravity form Customization */



.single-resource .gfield_required {
	display:none;
}

.single-resource .gfield {
	margin-bottom:15px;
}

.single-resource .gfield:nth-child(1) {
	margin-top:25px;
}

.single-resource .gform_body input {
	text-transform:capitalize;
}

.gform_wrapper .gform_heading {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px !important;
	font-size: 11px;
}

.gform_wrapper .top_label .gfield_label {
	display:none !important;
}

.single-resource .gform_body {
	line-height:1;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width:100% !important;
	border: 1px solid #B42F13;
}

.single-resource .gfield:nth-child(1) {
	margin-top: 0px !important;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
	margin-top:0px !important;
}

/* TEAM PAGE TEMPLATE CUSTOMIZATION */

.img-circle {
	width:200px;
}

.profile {
	margin-bottom:35px;

}

.profile-content li {
	list-style:inherit;

}

.profile-content ol {
	padding-left: 20px;
	display:table;
}

.profile-content p {
	text-align: justify;
}

.profile-header {
	position: relative;
}

.profile-header img {
	float: left;
	padding-right: 24px;
	padding-bottom: 10px;
}



.post-edit-link{
	display:none;
}

.profile-content h3 {
	margin: 0;
	text-transform: uppercase;
}

.profile-content .lead {
	margin: 1px 0 8px;
	font-family: open-sans,sans-serif;
	font-size: 14px;
}

.profile-footer {
	position: relative;
	padding-bottom: 12px;
}

.profile-footer a {
	color: #243D56;
	/*line-height: 18px;*/
	margin-right:9px;
	display: inline-block;
	padding-top:15px;
}


.page-template-page_board .profile-footer a {
	display:none;
}

.profile-footer:before {
	content: '';
	width: 36px;
	height: 3px;
	background: #3B5998;
	position: absolute;
	top: 0;
}

.profile-footer a:hover i {
	color: #595959;
}

.profile-footer i {
	font-size: 18px;
	position: relative;
}

.profile-footer i.fa-envelope {
	/*top: -1px;*/
}

.profile-footer i.fa-linkedin {
	/*top: -1px;*/
	/*border: solid 1px #A78B5F;*/
	/*padding: 5px 7px;*/
	color: #293E6A;
}

@media (min-width:768px) {


}


/*White paper and Resource Page customization*/


.resource-wrapper {
	float:left;
}

.wid45 {
	width:45%;
	margin-bottom:35px;
	float:left;

}

@media (max-width:768px) {

	.wid45 {
		width:100%;

	}

	.wid45:nth-child(2n) {
		margin-left:0px !important;
	}

	.profile-header img {
		height:228px;
	}


}

@media (max-width:451px) { 
.profile-content h3 {
clear: both;
}
}

.wid45:nth-child(2n) {
	margin-left:30px;
}

.page-template-page_resource .profile-content
.page-template-page_resourceweb .profile-content {
	float:left;
}

.resource-description {
	padding-top:10px;
}

.page-template-page_resource .img-circle,
.page-template-page_resourceweb .img-circle {
	width:290px;
}

.intro {
	margin-bottom:35px;
}

/*Resource Sidebar*/
.sidebar .type-resource .entry-title {
	font-size:16px;
}


/* Home page Customization */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fafafa;
	/*box-shadow: 3px 3px rgba(70, 70, 70, 0.05);*/
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 40px;
}

.archive-description,
.author-box {
	background-color: rgb(2, 11, 47);
	/*box-shadow: 3px 3px rgba(70, 70, 70, 0.05);*/
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

input[type="search"]::-webkit-input-placeholder {
	color: white;
	text-transform: uppercase;
}
input[type="search"]::-moz-placeholder {
	color: white;;
	text-transform: uppercase;
}
input[type="search"]:-moz-placeholder {   /* Older versions of Firefox */
	color: white;
	text-transform: uppercase;
}
input[type="search"]:-ms-input-placeholder { 
	color: white;
	text-transform: uppercase;
}


.search-form input {
background-color: rgba(243, 165, 165, 0.17);
color:white;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}


.entry-title a {
	color: #3B5998;
}

.entry-title a:hover {
	color: #3B5998;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	/*border-bottom: 1px dotted #ddd;*/
	color: #3B5998;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {

}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
}

.widget-area .widget.enews-widget {
	background-color: #78a7c8;
	border: none;
	padding: 40px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget .enews input[type="submit"] {
	background-color: #fff;
	color: #444;
	margin: 0;
	width: 100%;
}

.enews-widget .enews input:hover[type="submit"] {
	background-color: rgb(2, 11, 47);
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: 1;
}

html > body.education-pro-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 40px 40px 12px;
	width: 100%;
}

.education-pro-home .slide-excerpt h2 a {
	color: #78a7c8;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #444;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}



/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/*border-top: 2px solid #EB5324;*/
	box-shadow: 0 3px rgba(70, 70, 70, 0.05);
	min-height: 60px;
	/*transition: background-color 0.7s;*/
}

.site-header a {
	color: #444 !important;
}

/*.site-header a:hover {*/
/*color: #EB5324;*/
/*}*/

@media only screen and (min-width: 1024px) {
	.home .site-header {
		/*background-color: rgba(255,255,255,0);*/
		position: fixed;
		width: 100%;
		z-index: 1;
	}
}

.ubermenu-submenu a{
	color: #444 !important;
}

.ubermenu-submenu a:hover{
	color: #fff !important;
}



/*Ubermenu Widget Top customization*/

h3.ubermenu-widgettitle.ubermenu-target {
	font-size:16px;
	padding: 0px !important;
	text-transform:capitalize !important;
}

.featuredpost.widget.featured-content.ubermenu-column-full.ubermenu-widget.ubermenu-column.ubermenu-item-header {
	padding-top:0px;
}

.ubermenu-widgettitle {
	padding-top:0px;
}

.featured-content.ubermenu-column-full > article > a {
	margin-right: 0px !important;
}

.featured-content.ubermenu-column-full > article > a > img {
	margin-right:8px !important;
	border: 1px solid #d2d2d2;
	margin-top: 5px;
}

.featured-content.ubermenu-column-full > article > h2 > a {
	font-size:15px;
}


/*Contact */


#menu-item-2387 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-2485.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-4.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-2485 > ul {
	padding-bottom:0px;
	border-left: 1px solid #d2d2d2;
}

#menu-item-2387 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-2487.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-4.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-2487 > ul {
	padding-bottom:0px;
}

/*Company Menu Tab*/
#menu-item-1422 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1559.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1559 {
	border-right: 1px solid rgba(2, 11, 47, 0.18);
}


#menu-item-1422 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1560.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1560 > ul {
	padding-bottom:0px;

}

#menu-item-1423 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1587.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-4.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1587 > ul,
#menu-item-2375 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-2497.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-2497 > ul {
	padding-bottom: 0px;
}

#menu-item-2375 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-2497.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-2497 > ul {

	border-left: 1px solid rgba(2, 11, 47, 0.18);

}

#menu-item-1636 > div {
	padding-bottom:0px;
}

#menu-item-1636 > div > p {
	margin-bottom:0px;
}

#menu-item-1592 > div {
	padding-bottom:0px !important;
}


#menu-item-1473 {
	margin-top:0px !important;
}

/*Overall Menu */

#menu-item-1423 > ul,
#menu-item-1422 > ul,
#menu-item-1417 > ul,
#menu-item-1418 > ul,
#menu-item-1419 > ul,
#menu-item-1420 > ul,
#menu-item-1421 > ul {
	padding-top:6px;
}


#featured-content-17 > article > p {
	margin-top:8px;
}

#menu-item-1641 > ul {
	margin-bottom:0px !important;
	margin-bottom:0px !important;
}

/*Resource Tab */


#menu-item-1420 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1554.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1554 {
	border-right: 1px solid rgba(2, 11, 47, 0.18);
}

#menu-item-1420 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1583.ubermenu-item-level-1.ubermenu-column.ubermenu-column-2-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1583 > ul {
	margin-bottom:0px !important;
	padding-bottom: 0px;
}

#featured-content-17 {
	width:100%;
	padding-bottom:0px !important;
}


#featured-content-17 > article {
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}

#featured-content-17 > article > a {
	margin-right:0px;
}

#featured-content-17 > article > a > img {
	margin-right:6px
	margin-bottom:0px;
}

		/*French*/


#featured-content-38 > article > a {
	margin-bottom:0px;
}

#featured-content-38 > article,
#featured-content-38,
#menu-item-2499 > ul {
	margin-bottom:0px;
	padding-bottom:0px;
}

#menu-item-2365 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-2496.ubermenu-item-level-1.ubermenu-column.ubermenu-column-2-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-2496 > ul {
	border-left: 1px solid rgba(2, 11, 47, 0.18);
}



/*Contact Tab*/

#menu-item-1423 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1590.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-2.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1590 {
	border-right: 1px solid rgba(2, 11, 47, 0.18);
}

#menu-item-1423 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1586.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-4.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1586 > ul {
	padding-bottom:0px !important;
}

/*Products Tab */

/*#menu-item-1419 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1553.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1553 {*/
/*border-right: 1px solid rgba(2, 11, 47, 0.18);*/
/*}*/

#menu-item-1419 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1581.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1581 > ul,
#menu-item-2354 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-2484.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-2484 > ul {
	padding-bottom:0px;
}

#menu-item-1580,
#menu-item-2354 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-2484.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-2484 > ul {
	border-left: 1px solid #d2d2d2;
}


	/*French*/





/*Solutions Tab*/

#menu-item-1418 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-1549.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-1549 {
	border-right: 1px solid rgba(2, 11, 47, 0.18);
}

	/*French */
#menu-item-2338 > ul > li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-2503.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-2503 {
	border-left: 1px solid rgba(2, 11, 47, 0.18);
}

.view-solution-bar {
	float:left;
	clear:both;
	margin-top: 3px;
	margin-left: 66px;
}

.img-ubermenu {
	height:90px;
	float:left;
	margin-left:38px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.img-ubermenuprod {
	height:65px;
	float:left;
}

/* rest of site */

.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

/* Title Area
--------------------------------------------- */

.title-area {
	color: #fff;
	margin: 0 auto;
	padding-right: 10px;
	position: absolute;
	text-align: center;
	/* change logo width and position*/
	width: 195px;

}

/*Header Image full-width */

.entry-header .attachment-post-image.wp-post-image {
	margin-left: -40px;
	margin-right: -40px;
	margin-top: -40px;
	max-width: none;
	height: 145px;
}


@media (min-width:1160px) {

	.entry-header .attachment-post-image.wp-post-image {
		width:800px;

	}

}

@media (min-width:1023px) and (max-width:1159px) {

	.entry-header .attachment-post-image.wp-post-image {
		width:620px;

	}

}


@media (min-width:768px) and (max-width:1022px) {

	.entry-header .attachment-post-image.wp-post-image {

		width:740px;

	}

}

@media (max-width:767px)  {

	.entry-header .attachment-post-image.wp-post-image {

		display:none;

	}

}


.site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

/* Support for custom logo in the header */
.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	/*Change min height to middle-align logo with menu*/
	/*min-height: 60px;*/
	margin:12px;
	width: 100%;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	text-align:right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	/*text-align: left;*/
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	background-color: #78a7c8;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #78a7c8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -43px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: #fff;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #444;
	padding: 32px 14px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 14px 16px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: rgba(255,255,255,0);
	color: #fff;
	/*text-transform: uppercase;*/
	font-family: "open-sans", sans-serif;
}

.nav-primary .genesis-nav-menu {
	font-size: 14px;
}

.education-pro-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 10px 16px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}

.admin-bar .nav-secondary {
	top: 32px;
}

.admin-bar .site-header {
	margin-top: 32px;
}

.noviflow-search-container {
	margin-top: 34px;
	position: fixed;
	background: #fff;
	z-index: 2;
	width: 100%;
}

body .nav-secondary {
	z-index: 3
}

body .nav-secondary .wrap {
	height: 35px;
	overflow: hidden;
}

.noviflow-search-container input[type="submit"] {
	display: inline-block;
	float: right;
	width: 30%;
	margin: 0;
	height: 40px;
	border-radius: 0;
}

.noviflow-search-container .search-form {
	float: right;
}

.noviflow-search-container .search-form input[type="search"] {
	background-color: #001326;
	float: left;
	display: inline-block;
	width: 70%;
	border: 0;
	border-radius: 0;

}

.noviflow-search-container .search-form input[type="search"]:focus {
	border: 0;
}

.site-header, .site-inner {
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.search-on .site-header {
	margin-top: 74px;
	padding-top: 0;
}

.search-on .site-inner {
	margin-top: 74px;
}

.admin-bar.search-on .site-header {
	margin-top: 106px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */

.home-featured {
	background-color: #f5f5f5;
	position: relative;
	text-align: center;
	z-index: 9;
}

.home .entry {
	padding:0px;
}

.home-featured .widget {
	padding: 40px 40px 0;
	margin: 0 auto;
	max-width: 1600px;
}

.home-featured .widget:last-of-type {
	padding-bottom: 80px;
}

.education-pro-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin: 80px 80px 120px;
	text-align: left;
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #3B5998;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -12px;
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: "\f344";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: rgb(2, 11, 47);
	color: #fff;
}

.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 80px;
	position: relative;
	z-index: 99;
}

.home-featured + .home-top .wrap {
	background-color: #fff;
	border-radius: 3px;
	border-top: 3px solid #3B5998;
	margin-top: -40px;
}

.home-top .widget_text {
	color: #78a7c8;
	font-size: 48px;
	line-height: 1.1;
	text-align: center;
}

.home-top .widget_text .widget-title {
	color: #3B5998;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-middle {
	background-color: rgb(2, 11, 47);
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 60px 10px 20px;
}

.home-middle .entry-title a {
	color: #78a7c8;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;
}

.home-bottom {
	background-color: #78a7c8;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	padding: 60px 0;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}

.home-bottom a:hover {
	color: #3B5998;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

.entry-header {
	margin-bottom: 10px;
	text-transform:uppercase;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
	margin-bottom: 4px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: rgb(2, 11, 47);
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
	margin: 12px -40px -40px;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #3B5998;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #3B5998;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #3B5998;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-reply-link {
	color: #3B5998;
}

.entry-pings .reply {
	display: none;
}

.fn {
	font-weight: 300;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {

}

.after-entry li,
.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: none;
	font-size: 16px;
	font-family: europa, sans-serif;

}

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	border-left: 3px solid #3B5998;
	padding: 40px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 40px;
}

#menu-solutions-navigation li, #menu-products-navigation li{
	border-bottom: 0px;
	padding-bottom: 0px;

}

#menu-solutions-navigation li a, #menu-products-navigation li a{
	color: rgb(2, 11, 47);
}

#menu-solutions-navigation li a:hover, #menu-products-navigation li a:hover{
	color: rgb(48, 80, 195);
}

.current_page_item{
	font-weight: bold;
	color: rgb(48, 80, 195) !important;
}

.sidebar .widget{
	padding-left: 20px !important;
	padding-right: 20px !important;
	border-left: 2px solid #020B2F !important;
}

.sidebar h4.widget-title{
	color: rgb(2,11,47);
	border: none !important;
}

.sidebar h4.widget-title:after{
	content: '';
	width: 56px;
	display: block;
	border-bottom: 2px solid #2094D2;
	padding: 7px 0 0;
}


.sidebar .widget input[type="email"]{
	border: 1px solid #BD431D;
	background-color: white !important;
}

.sidebar .widget a{
	color: rgb(2,11,47);
}

.sidebar .center-text{
	font-weight: bold;
}


.sidebar blockquote{
	margin: 15px !important;
}

.sidebar .author{
	font-weight:bold;
	font-size: 15px;
}
.sidebar .cta-button{
	color: white !important;
}

.sidebar .entry-title{
	font-size: 20px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: rgb(2, 11, 47);
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	padding-top: 60px;
	padding-bottom:40px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
	color: #fff;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	color: #78a7c8;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 300px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 170px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets-5 {
	float: right;
}
.footer-widgets input{
	background-color: #fff;
	border: none !important;

}

.footer-widgets input[type="submit"]:hover{
	background-color: #EB5324;
}



.footer-widgets .widget-title{
	color: #FFFFFF;
}

.footer-widgets{
	color: #fff;
	font-size: 12px;
}

.footer-widgets .entry-title{
	font-size: 16px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2094D2;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.site-footer,
.site-footer .wrap a {
	color: #020B2F;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #78a7c8;
}

.site-footer p {
	margin-bottom: 0;
}


.footer-widgets h4.widget-title.widgettitle:after {
	content: '';
	width: 56px;
	display: block;
	border-bottom: 2px solid #2094D2;
	padding: 7px 0 0;
}

@media (max-width:1023px) {
.footer-widgets h4.widget-title.widgettitle:after {
	margin-left:auto;
	margin-right:auto;
}
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

.education-pro-blue .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-green .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-purple .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-red .nav-secondary .genesis-nav-menu li.current-menu-item > a {
	background: none;
}

/* Education Pro Blue
--------------------------------------------- */

.education-pro-blue .after-entry .widget-title,
.education-pro-blue .archive-pagination .active a,
.education-pro-blue .archive-pagination li a:hover,
.education-pro-blue .comment-reply-link,
.education-pro-blue .comment-respond h3,
.education-pro-blue .entry-comments h3,
.education-pro-blue .entry-footer .entry-meta a:hover,
.education-pro-blue .entry-pings h3,
.education-pro-blue .entry-title a:hover,
.education-pro-blue .home-featured .more-link,
.education-pro-blue .home-top .widget_text .widget-title,
.education-pro-blue .sidebar .widget-title a,
.education-pro-blue .sidebar .widget-title {
	color: #3d78c1;
}

.education-pro-blue .archive-description,
.education-pro-blue .author-box,
.education-pro-blue .button:hover,
.education-pro-blue .content .entry-header .entry-meta .entry-time,
.education-pro-blue .footer-widgets .wrap .button:hover,
.education-pro-blue .footer-widgets button:hover,
.education-pro-blue .footer-widgets input:hover[type="button"],
.education-pro-blue .footer-widgets input:hover[type="reset"],
.education-pro-blue .footer-widgets input:hover[type="submit"],
.education-pro-blue .home-bottom .widget .button:hover,
.education-pro-blue .home-bottom button:hover,
.education-pro-blue .home-bottom input:hover[type="button"],
.education-pro-blue .home-bottom input:hover[type="reset"],
.education-pro-blue .home-bottom input:hover[type="submit"],
.education-pro-blue .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-blue .title-area,
.education-pro-blue button:hover,
.education-pro-blue input:hover[type="button"],
.education-pro-blue input:hover[type="reset"],
.education-pro-blue input:hover[type="submit"] {
	background-color: #3d78c1;
}

.education-pro-blue .after-entry .widget,
.education-pro-blue .home-top .wrap,
.education-pro-blue .sidebar .widget,
.education-pro-blue .site-header {
	border-color: #3f71c3;
}

.education-pro-blue .footer-widgets .wrap a:hover,
.education-pro-blue .footer-widgets a.button,
.education-pro-blue .slide-excerpt h2 a,
.education-pro-blue .home-middle .entry-title a,
.education-pro-blue .home-top .widget_text,
.education-pro-blue .site-footer .wrap a:hover,
.education-pro-blue .site-footer a.button,
.education-pro-blue a {
	color: #a8b2b9;
}

.education-pro-blue .button,
.education-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-blue .genesis-nav-menu .sub-menu a,
.education-pro-blue .genesis-nav-menu li a:hover,
.education-pro-blue .genesis-nav-menu li.current-menu-item > a,
.education-pro-blue .home-bottom,
.education-pro-blue .widget-area .widget.enews-widget,
.education-pro-blue button,
.education-pro-blue input[type="button"],
.education-pro-blue input[type="reset"],
.education-pro-blue input[type="submit"] {
	background-color: #a8b2b9;
}

.education-pro-blue .entry-title a,
.education-pro-blue .home-bottom a:hover,
.education-pro-blue a:hover {
	color: #344a66;
}

.education-pro-blue .enews-widget .enews input:hover[type="submit"],
.education-pro-blue .footer-widgets,
.education-pro-blue .home-middle,
.education-pro-blue .nav-primary,
.education-pro-blue .site-footer {
	background-color: #344a66;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1160px) {
	#panel-8-2-0-1 h1{
font-size:32px;
}
}

@media only screen and (max-width: 1160px) {

	#panel-8-0-0-1{
		text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		left: -7px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.home-top .widget_text {
		font-size: 40px;
	}

	.footer-widgets-1 {
	width: 240px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
	width: 140px;
	}

}

@media only screen and (max-width: 1023px) {


	#panel-8-0-0-1{
		margin-top: -35px !important;
		font-size: 11px !important;
	}
	.ubermenu a{
		font-size: 10px !important;
	}


	.contact-form{
		padding: 0px !important;
	}



	.education-pro-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 740px;
	}


	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 100%;
	}

	.title-area {
		position: relative;
		margin-bottom: 6px;
	}


	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.footer-widgets,
	.genesis-nav-menu,
	.site-header .widget-area,
	.home-bottom,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.site-header .genesis-nav-menu a {
		padding: 16px;
	}

	.education-pro-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}

	html > body.education-pro-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}

	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}

	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}

	.home-top .wrap {
		padding: 60px;
	}

	.home-top .widget_text {
		font-size: 30px;
	}

	.home-middle .widget {
		width: 50%;
	}

	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}


	.footer-widgets-1 {
		width:100%;
		margin: 0 0 35px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 23.0769%;
		margin: 0 0 20px;
	}

	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}

}

@media only screen and (max-width: 959px){
	.ubermenu-responsive-toggle {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 130px;
	}
}

@media only screen and (max-width: 959px){
	.nav-primary{
		display:none;
	}
}

@media only screen and (max-width: 767px) {

	#panel-8-0-0-1{
		display: none;
	}

	/*Add padding on mobile for Origin Visual Builder */
	.panel-grid-cell {
		margin-top:20px !important;
	}

	.home .rev-btn, .home .tp-caption, #panel-8-0-0-1{
		display: none;
	}



	.home #pgc-8-1-0, .home #pgc-8-1-1, .home #pgc-8-1-2, .home #pgc-8-1-3,
	.home #pgc-2336-1-0, .home #pgc-2336-1-1, .home #pgc-2336-1-2, .home #pgc-2336-1-3{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	body {
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.education-pro-landing .site-inner,
	.site-inner {
		padding-top: 20px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 20px;
		margin-bottom: 20px;
	}

	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		color: #444;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		color: #444;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		color: #e7e7e7;
	}

	.education-pro-home .slide-excerpt {
		display: none;
	}

	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 40px;
	}

	.home-top .widget_text {
		font-size: 24px;
	}

	.home-middle .widget {
		width: 100%;
	}

	.home-bottom,
	.home-middle {
		padding: 40px 0;
	}

	.content .entry-header .entry-meta {
		margin-top: -20px;
	}

	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}

	.entry-footer {
		padding: 20px;
		margin: 0 -20px -20px;
	}

	.pagination {
		margin-top: 20px;
	}

	.footer-widgets {
		padding-top: 40px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 48.7179%;
		margin: 0 0 20px;
	}

	.footer-widgets-2,
	.footer-widgets-4 {
		clear: both;
	}

	.footer-widgets-3,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}


	.site-footer {
		padding: 20px 20px 40px;
	}


}

@media only screen and (max-width: 480px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.title-area {
		width: 100%;
	}


	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin: 0 0 20px;
	}

	.home-bottom .enews-widget input[type="email"] {
		margin-bottom: 16px;
	}

	.title-area {
		max-width: 300px;
	}

}
/*MENU CHANGES */
.menu-item-has-children a{
	cursor: default;
}

.sub-menu a {
	cursor: pointer;
}

.ubermenu a{
	font-size: 14px;
	color: #444;
	font-weight: bold;
	/*text-transform: uppercase !important;*/
}
.ubermenu a:hover{
	color: #afafaf !important;
}

.ubermenu-submenu  a {
	font-size: 12px;
	color: #444;
	/*text-transform: uppercase !important;*/
}

.ubermenu-submenu .ubermenu-item-type-post_type a:hover,
.ubermenu-submenu #menu-item-1974 a:hover {
	color: #ffffff !important;
	background-color: rgb(2, 11, 47);
}



.ubermenu-submenu h3, .ubermenu-submenu p {
	color: #444;
}

.ubermenu-submenu{
	background-color: rgba(255,255,255,1) !important;
	height: 100px;
}

.ubermenu-submenu p {
	font-size: 11px;
}


#menu-item-1619, #menu-item-1636, #menu-item-1580{
	margin-top: 0px;
}



/* ICONS */

.centered-icon{
	text-align: center;
	color: rgb(2, 11, 47);
	font-size: 50px;
}

/* HOME SECTIONS */

.home{
	background-color: white !important;
}
.section-title{
	text-align: center;
}

.section-title h1:after{
	content: '';
	width: 42px;
	display: block;
	border-bottom: 2.5px solid #2094D2;
	padding: 11px 0 0;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
}

.section-title p{
	color: #328DDB;
}


.home #pg-8-0, .home #pg-8-1, .home #pg-8-2{
	margin: 0 !important;
}

.home-second{
	padding-top: 150px !important;
	padding-bottom: 150px !important;
	background-image: linear-gradient(3deg, rgba(235, 83, 36,0.15), rgba(2, 11, 47, 1)), url(/wp-content/uploads/Depositphotos_28447059_blur2.jpg);
	background-position: center;
}

.home-second .section-title{
	color: white;
}

.home-second-second{
	padding-top: 100px;
}

.home-third{
	background-color: white;
	color: #444 !important;
}
.home-third .widget-title{
	font-size: 36px;
}

.home-fourth{
	color: white !important;
	padding: 100px 0px !important;
}
.home-testimonial{
	text-align: center;
	background-color: #fff;
	padding: 100px 0px;
}

.home-testimonial img{
	margin: auto;
	border: 1.5px solid #444;
}

.home-testimonial .author{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.home-testimonial blockquote{
	font-size: 18px;
}

.home-testimonial blockquote::before{
	display:none;
}

.home .page{
	margin-bottom: 0 !important;
}

.home-resource{
	padding-bottom: 70px;
}



/* Home Page - Intro Section */

@media screen and (min-width: 768px){
#pgc-8-1-0:hover,
#pgc-8-1-1:hover,
#pgc-8-1-2:hover,
#pgc-8-1-3:hover,
.home #pgc-2336-1-0:hover, .home #pgc-2336-1-1:hover, .home #pgc-2336-1-2:hover, .home #pgc-2336-1-3:hover {
	background-color: #EB5324;
	color:white;
	-webkit-transition: .6s;
	transition: .6s;
	cursor: pointer;
}
}

#pgc-8-1-0,
#pgc-8-1-1,
#pgc-8-1-2,
#pgc-8-1-3,
.home #pgc-2336-1-0, .home #pgc-2336-1-1, .home #pgc-2336-1-2, .home #pgc-2336-1-3 {
	padding-top: 60px;
	padding-bottom: 60px;
}


.cta-button, .dwl-button {
	border: 0 !important;
}

/* Home Page - Resource Section */

.resource-homepage h2.entry-title  {
	font-size: 17px;
}

.resource-homepage a.aligncenter img {
	border: 1px solid #d2d2d2;
}

.resource-homepage .post-meta {
	border-top: 1px solid #D2D2D2;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 8px;
}

.callback-form-home{
	color: #fff !important;
	background-image: linear-gradient(3deg, rgba(0,0,0,.9), rgba(2, 11, 47, 0.3)), url(/wp-content/uploads/Depositphotos_9343950_cut.jpg);
	background-position: top;
	background-size: cover;
}

.callback-form{
	background-image: linear-gradient(3deg, rgba(0,0,0,.9), rgba(2, 11, 47, 0.3)), url(/wp-content/uploads/Depositphotos_9343950_cut.jpg);
	background-size: contain;
}

@media (min-width: 768px){
	.callback-form{
		margin-left:-40px;
		margin-right:-40px;
		margin-bottom:-40px;
	}
}

.callback-form h2, .callback-form p{
	color: #fff !important;
}

/* contact pages */
.contact-form{
	background-color: rgb(2, 11, 47);
	color: white;
	padding: 50px 150px;
}

.post-679, .post-668, .post-2319, .post-2320{
	background-color: rgb(2, 11, 47);
	color: white
}





/*Homepage - Style contact form bottom on home page*/
.home #pgc-8-6-0 input,
.home #pgc-8-6-0 select,
.home #pgc-8-6-0 textarea {
	width: 50%;

}

.home #pgc-8-6-0 input[type="submit"] {
	width: 51.5%;
	margin-left: 17px;
}




/*Change callback homepage width on certain resolutions*/

@media screen and (min-width: 767px){
#wpcf7-f2064-p8-o3 > form > div.request-form > div:nth-child(1) > p:nth-child(1) > span > input,
#wpcf7-f2064-p8-o3 > form > div.request-form > div:nth-child(2) > p:nth-child(1) > span > input,
#wpcf7-f2064-p8-o3 > form > div.request-form > div:nth-child(3) > p:nth-child(1) > span > input{
	width: 50%;
	}
}


.home .callback-form {
	border-bottom: 1px solid #EB5324;
}


/*images on partners page */
.post-202 .so-widget-sow-image img {
	border-radius: 50%;
}


/* CTA BOX */

.CTA-box{
	background-image: linear-gradient(3deg, rgba(0,0,0,.9), rgba(2, 11, 47, 0.3)), url(/wp-content/uploads/Depositphotos_9343950_cut.jpg);
	background-size: contain;
	color: white;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
}



.home-testimonial img{
	margin: auto;
	border: 1.5px solid #444;
}

.home-testimonial .author{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.home-testimonial blockquote{
	font-size: 18px;
}

.home-testimonial blockquote::before{
	display:none;
}

.home .page{
	margin-bottom: 0 !important;
}

.home-resource{
	padding-bottom: 70px;
}


/*second slider*/
.home #panel-8-0-0-1, .home #panel-2336-0-0-1{
	margin-top: -60px;
}

/* responsive menu (shiftnav) */

.shiftnav-toggle-main-block{
	display: none !important;
}

#shiftnav-toggle-main{
	background-color: rgb(2, 11, 47) !important;
}



/*Hide flash of unstyle text - Typekit */

.wf-loading {
	visibility: hidden;
}
.wf-active  {
	visibility: visible;
}

/*language switcher*/
#icl_lang_sel_widget-1{
	height: 60px;
}

#mc4wp-form-1 > form > p:nth-child(2) > input[type="submit"]{
	background-color: #EB5324;
	color: white;
}

#mc4wp-form-1 > form > p:nth-child(2) > input[type="submit"]:hover{
	background-color: rgb(189, 67, 29);
}


/* Footer Settings Custom entry title */
.footer-widgets .entry-title {
font-size:14px;
}


#featured-content-39 > div > article > a > img {
margin-bottom:2px !important;
}


/* Activate Opacity for Use Cases Hover */

.featuredpost .category-scale-out-router-use-cases:hover {
opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*Hide Use Cases SDN Category - remove one blog posts are populated */
#categories-4 > div > ul > li.cat-item.cat-item-23 {
display:none;
}

/*FRENCH-ENGLISH LANGUAGE SELECTOR - REMOVE WHEN FRENCH IS ADDED*/
#icl_lang_sel_widget-1 {
	display: none !important;
}

html, body {
height: 100%;
}


#wpcf7-f2064-p8-o1 > form > div.request-form > div:nth-child(1) > p:nth-child(1) > span > input,
#wpcf7-f2064-p8-o1 > form > div.request-form > div:nth-child(2) > p:nth-child(1) > span > input, 
#wpcf7-f2064-p8-o1 > form > div.request-form > div:nth-child(3) > p:nth-child(1) > span > input {
width: 40% !important;
}

/* Search Resize */
#menu-item-2929 > a > span {
font-size:11px;
}

@media (max-width:1160px) {
#menu-item-2929 {
display:none;
}
}

/* Fix Safari Responsivness */

.ubermenu .ubermenu-item .ubermenu-submenu-drop{ visibility:visible !important;}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop{display:block !important;}
.ubermenu .ubermenu-item .ubermenu-submenu-drop{ display:none !important;}

.single-board .entry-header .attachment-post-image.wp-post-image {width: auto; margin-left:auto;}

/* THE END */