/*
Theme Name: Tetra Technologies
Theme URI: http://underscores.me/
Author: Axiom
Author URI: https://axiom.us.com
Description: Theme for Tetra Technologies
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tetra

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tetra Technologies is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Page Layout
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Pagination
# Media
	## Captions
	## Galleries

# Page Styles
--------------------------------------------------------------*/

/*
 *
Dark Blue - #004a98 - rgba(0, 74, 152, 1)
Green - #47997e - rgba(71, 153, 126, 1)
TETRA Blue - #0079c1 - rgba(0, 121, 193, 1)
TETRA Light Blue - #7bacdc - rgba(123, 172, 220, 1)
Orange - #ff671d  - rgba(255, 103, 29, 1)
Yellow - #f5a800 - rgba(245, 168, 0, 1)

font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;

*/

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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-family: 'Open Sans', sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: .75em;
	margin-left: 1.25em;
}

li {
	margin-bottom: .5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #0079c1;
	
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: .8rem;
}



/* ======================================================== */
/* General Style Utilities */
/* ======================================================== */

.txt-blue {
  color:#0079c1 !important;
}
.txt-lightblue {
  color:#7bacdc !important;
}
.txt-darkblue {
  color:#004a98 !important;
}
.txt-orange {
  color:#ff671d !important;
}
.txt-green {
  color:#47997e !important;
}
.txt-yellow {
  color:#f5a800 !important;
}
.text-grey {
  color:#666666 !important;
}
.text-white {
  color:#FFFFFF !important;
}

.bkg-grey {
  background-color: #eceded !important;
}

.bkg-lightgrey {
	background-color: #f2f2f2 !important;
}

.bkg-blue {
	  color:#FFFFFF !important;
  background-color: #0079c1 !important;
}
.bkg-lightblue {
	  color:#FFFFFF !important;
    background-color:#7bacdc !important;
}
.bkg-darkblue {
	  color:#FFFFFF !important;
    background-color:#004a98 !important;
}
.bkg-orange {
	  color:#FFFFFF !important;
    background-color:#ff671d !important;
}
.bkg-green {
	  color:#FFFFFF !important;
    background-color:#47997e !important;
}
.bkg-yellow {
	  color:#FFFFFF !important;
    background-color:#f5a800 !important;
}

.separator-styled {
  text-align: center;
  position: relative;
  margin: 25px 0 35px 0;
  padding: 0;
}
.separator-styled:before {
  position: absolute;
  top: 50%;
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0079c1;
  z-index: 0;
}
.separator-styled span {
  position: relative;
  background-color: #ffffff;
  padding: 0 20px;
  z-index: 1;
  color:#0079c1;
}

.header-separator {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
	  margin-bottom: 30px;
      width: 100%;
}

.header-separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
  background-color: #0079c1;
}
.header-separator h1,
.header-separator h2,
.header-separator h3,
.header-separator h4 {
  margin: 0;
  word-wrap: break-word;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 .8em;
	/*text-align: center;*/
	color:#0079c1;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0079c1;
}

a.no-hover,
a.no-hover:hover {
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color: #0079c1;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{position:relative;z-index:9999;}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

nav#main-nav {
	display: block;
	width: 100%;
	position: relative;
}


.sm-tetra a, .sm-tetra a:hover, .sm-tetra a:focus, .sm-tetra a:active {
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	padding-left: 10px;
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	text-transform:uppercase;
  line-height: 44px;
}
.sm-tetra a.current {
  color: #ffffff;
  background-color: rgba(255,255,255,.15);
  border-top: none;
}
.sm-tetra a.disabled {
  color: #cccccc;
}
.sm-tetra a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-tetra a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-tetra li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-tetra > li:first-child {
  border-top: 0;
}
.sm-tetra ul {
  background: rgba(179, 179, 179, 0.1);
}
ul.sub-menu > li {
	/* border-bottom:1px solid transparent; */
}
.sm-tetra ul a, .sm-tetra ul a:hover, .sm-tetra ul a:focus, .sm-tetra ul a:active {
  font-size: 14px;
  text-transform: none;
  border-left: 8px solid transparent;
}
.sm-tetra ul ul a,
.sm-tetra ul ul a:hover,
.sm-tetra ul ul a:focus,
.sm-tetra ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-tetra ul ul ul a,
.sm-tetra ul ul ul a:hover,
.sm-tetra ul ul ul a:focus,
.sm-tetra ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-tetra ul ul ul ul a,
.sm-tetra ul ul ul ul a:hover,
.sm-tetra ul ul ul ul a:focus,
.sm-tetra ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-tetra ul ul ul ul ul a,
.sm-tetra ul ul ul ul ul a:hover,
.sm-tetra ul ul ul ul ul a:focus,
.sm-tetra ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}


 .nav-brand {
    float: left;
    margin: 5px 15px;
    width:50px;
    height:60px;
  }

  .nav-brand a {
    display: block;
    color: #fff;
    text-decoration: none;
    width:50px;
    height:60px;
  }

.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.main-menu-btn {
  float: right;
  margin: 13px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #767777;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}

/* Mobile menu top separator */

#main-menu {
  clear: both;
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
   display: block;
position: absolute;
right: 0px;
bottom: 0px;
  }
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */

.nav-brand {
	margin: 10px;
	width:76px;
	height:90px;
}

.nav-brand a {
	width:76px;
	height:90px;
 }

  .sm-tetra ul {
    position: absolute;
    width: 12em;
  }

  .sm-tetra li {
    float: left;
  }


  .sm-tetra.sm-rtl li {
    float: right;
  }

  .sm-tetra ul li, .sm-tetra.sm-rtl ul li, .sm-tetra.sm-vertical li {
    float: none;
  }

  .sm-tetra a {
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .sm-tetra ul a, .sm-tetra.sm-vertical a {
    white-space: normal;
	color: #fff;

  }

  .sm-tetra .sm-nowrap > li > a, .sm-tetra .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

	/* Top Level */

.sm-tetra a {
    font-style: normal;
    color: #fff;
  	font-size: 14px;
    text-decoration: none;
    padding:5px 10px 14px 10px;
    margin: 0;
	border-top:4px solid transparent;
  }

.sm-tetra a:hover,
.sm-tetra a:focus,
.sm-tetra a:active {
    color: #004a98;
	font-size: 14px;
    background-color: #fff;
	padding:5px 10px 14px 10px;
	border-top:4px solid #7cacdc;
  }
.sm-tetra a.current {
	color: #004a98;
    background-color: #fff;
	border-top:4px solid #7cacdc;
}
  .sm-tetra a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-tetra a.has-submenu {
    /*padding-right: 0px;*/
  }
  .sm-tetra a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
	display:none;
  }
  .sm-tetra a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-tetra > li {
    border-top: 0;
  }
  .sm-tetra > li:first-child {
    border-left: 0;
  }

/* Sub Level */
.sm-tetra ul {
	background: white;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* Sub Level 1 */
.sm-tetra ul a,
.sm-tetra a.current ul li.current-menu-item a,
.sm-tetra a.current ul li.current-menu-ancestor a,
.sm-tetra ul li a.current li a {
    border: 0 !important;
    color:#666;
	background-color: #fff;
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    line-height: normal;
    padding: 7px 12px 7px 12px;
    margin: 0;
  }

.sm-tetra ul a:hover,
.sm-tetra ul a:focus,
.sm-tetra ul a:active,
.sm-tetra ul a.current {
    border: 0 !important;
    color:#000;
	background-color: #f3f3f3;
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    line-height: normal;
	padding: 7px 12px 7px 12px;
	margin: 0;
  }
/* Sub Level 2 */

.sm-tetra a.current ul a.current ul a {
    border: 0 !important;
    color:#666;
	background-color: #fff;
    font-size: 14px;
	font-weight:400;
    line-height: normal;
    padding: 7px 12px 7px 12px;
    margin: 0;
  }

.sm-tetra ul a:after {
    content: '';
    display: block;
    height: 0px;
    width: 0;
}

.sm-tetra ul a:hover:after {
	height: 0px;
	width: 0;
}

.sm-tetra ul a.current:after {
    height: 0px;
    width: 0;
}

  .sm-tetra ul a.has-submenu {
    padding-right: 15px;
  }
  .sm-tetra ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-tetra ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-tetra ul > li:first-child {
    border-top: 0;
  }
  .sm-tetra span.scroll-up,
  .sm-tetra span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-tetra span.scroll-up-arrow, .sm-tetra span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-tetra span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-tetra.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-tetra.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-tetra.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-tetra.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-tetra.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-tetra.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-tetra.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-tetra.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-tetra.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-tetra.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-tetra.sm-vertical > li:first-child {
    border-top: 0;
  }
}

@media (min-width: 992px) {
.nav-brand {
	margin: 10px;
	width:94px;
	height:112px;
}

.nav-brand a {
	width:94px;
	height:112px;
 }

.sm-tetra a,
.sm-tetra a:hover,
.sm-tetra a.current {
    font-size: 16px;
	padding: 6px 14px 20px 14px;
}

}

@media (min-width: 1200px) {

.sm-tetra a,
.sm-tetra a:hover,
.sm-tetra a.current {
    font-size: 20px;
    padding: 6px 14px 20px 14px;
}
}



@media (min-width:768px) {
  /* prevent text rendering degrade during animation in Mac browsers */
#main-menu {
    -webkit-font-smoothing: subpixel-antialiased;
  }
  /* show animation */
#main-menu ul.show-animation {
    -webkit-animation: show-animation 0.2s;
    animation: show-animation 0.2s;
  }
  @-webkit-keyframes show-animation {
    0% {
      -webkit-transform: scale3d(0, 0, 1);
      opacity: 0;
    }
    60% {
      -webkit-transform: scale3d(1.05, 1.05, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      opacity: 1;
    }
  }
  @keyframes show-animation {
    0% {
      transform: scale3d(0, 0, 1);
      opacity: 0;
    }
    60% {
      transform: scale3d(1.05, 1.05, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
      opacity: 1;
    }
  }
  /* hide animation */
  #main-menu ul.hide-animation {
    -webkit-animation: hide-animation 0.2s;
    animation: hide-animation 0.2s;
  }
  @-webkit-keyframes hide-animation {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale3d(0, 0, 1);
      opacity: 0;
    }
  }
  @keyframes hide-animation {
    0% {
      transform: scale3d(1, 1, 1);
      opacity: 1;
    }
    100% {
      transform: scale3d(0, 0, 1);
      opacity: 0;
    }
  }
}


.max-menu-block {
	width:100%;
}

/* Sidebar Menu Styles */

ul.sidebar-menu {
  margin: 0;
  padding:0;
  border-top: 6px solid #004a98;
  list-style: none;
}

ul.sidebar-menu ul,
ul.sidebar-menu ul ul,
ul.sidebar-menu ul ul ul {
  margin: 0;
  padding:0;
  list-style: none;
}

ul.sidebar-menu li {
  margin: 0;
  padding:0;
  border-top: 1px solid #ccc;
}

ul.sidebar-menu a {
  text-decoration: none;
  padding:7px 12px;
  display: block;
  color:#000;
  font-size:15px;
}
ul.sidebar-menu a:hover {
  color:#000;
  background-color: #f9f9f9;
}

ul.sub-menu {
  display: none;
}

ul.sidebar-menu li.current-page-ancestor > a {
  background-color:#0079c1;
  color: #fff;
}

ul.sidebar-menu li.current_page_item a {
	background-color:#0079c1;
  	color: #fff;
}

/* Level 2 */
ul.sidebar-menu li.current-page-ancestor > ul.sub-menu,
ul.sidebar-menu li.current_page_item > ul.sub-menu {
  display: block;
}

ul.sidebar-menu li.current-page-ancestor li.current-page-ancestor a,
ul.sidebar-menu li.current-page-ancestor li.current_page_item a {
  background-color:#7bacdc;
  color: #fff;
}

ul.sidebar-menu li li a,
ul.sidebar-menu li.current_page_item li a{
  padding-left:12px;
  margin-left:15px;
  background-color:#e5e5e5;
  color: #000000;
}

ul.sidebar-menu li li a:hover,
ul.sidebar-menu li.current_page_item li a:hover {
  background-color:#f1f0f0;

}

/* Level 3 */

ul.sidebar-menu li li li a:before {
  content: "-";
position: absolute;
margin-left: -8px;
display: inline;
}

ul.sidebar-menu li.current-page-ancestor li.current-page-ancestor li a,
ul.sidebar-menu li.current-page-ancestor li.current_page_item li a,
ul.sidebar-menu li li li a {
  padding-left:14px;
  margin-left:25px;
  background-color:#ffffff;
  color:#000;
}

ul.sidebar-menu li.current-page-ancestor li.current-page-ancestor li a:hover,
ul.sidebar-menu li.current-page-ancestor li.current_page_item li a:hover,
ul.sidebar-menu li li li a:hover {
  padding-left:14px;
  margin-left:25px;
  background-color:#f2f2f2;
  color:#000;
}


ul.sidebar-menu li.current-page-ancestor li.current-page-ancestor li.current_page_item a {
    background-color:#f2f2f2;
	color:#000;
}


/* Breadcrumbs */
#breadcrumbs {
	font-size:14px;
	margin:20px 0;
}
#breadcrumbs a {
	color:#666;
}

.breadcrumb_last {
	color:#0079c1;

}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

  a.btn-signup {
	  position:relative;
      display: block;
      border-top:2px solid #fff;
      background-color: #7bacdc;
      color:#fff;
      margin:20px 0 20px 0;
      padding:10px 10px 10px 30px;
      text-decoration: none;
	  transition:all .3s;
    }
	
	a.btn-signup:before {
		display: block;
		content: '';
		position:absolute;
		top: -8px;
		left: 0px;
		height:6px;
		width:100%;
      	background-color: #004a98;
	}

	a.btn-signup span {
		position:absolute;
		left:10px;
		top:10px;
		font-size:14px;
	}
	
    a.btn-signup:hover {
      background-color: #004a98;
      color:#fff;
      text-decoration: none;
    }

	a.btn-signup:hover:before {
		
      	background-color: #7bacdc;
	}

.wpdm-download-link.btn.btn-primary {
	font-family: "Open Sans", sans-serif;
	font-weight:normal;
	margin: 15px 0 5px 0;
	color: #fff;
	background-color: #004a98;
	border-color:#004a98;
	border-radius:0px;
	font-size:14px;
	text-transform:uppercase;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 3px 0 15px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0079c1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #0079c1;
    background-color: #eee;
    border-color: #ddd
}
.page-item.active .page-link,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0079c1;
    border-color: #0079c1;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Page Layouts
--------------------------------------------------------------*/

header.site-header {
	  position:absolute;
  		z-index: 5;
  		width: 100%;
	background-color: rgba(0, 0, 0, .55);
}

.header-container {
	position:relative;
}
.header-container.container {
	max-width:1200px;
}

.utility-bar {
	padding: 0;
	width: 450px;
	position:absolute;
	top:0;
	right:15px;
	color:#fff;
	z-index:999;
}

.country-selector.weglot-dropdown .wgcurrent{
	color:#000000;
}
.country-selector.weglot-dropdown .wgcurrent a, 
.country-selector.weglot-dropdown .wgcurrent span{
	padding-right:30px;
}
.country-selector.weglot-dropdown a, 
.country-selector.weglot-dropdown span{
	line-height:29px;
	height:30px;
}
.country-selector{
	border-radius:4px;
	margin-right:32px;
}
.country-selector.weglot-dropdown label{
	border-radius:4px;
}
.country-selector.weglot-dropdown .wgcurrent:after{
	top:13px;
}
.country-selector.weglot-dropdown ul{
	border-radius:4px;
}
.utility-bar{
	width:auto;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    padding: 6px 5px 26px 5px;
}


.landing-page-container{
      padding:60px 15px;
}

.webinar-video{
      border:none;
}

.host-title{
      margin-bottom:16px;
}
.host-container .row{
      padding-top: 24px;
      padding-bottom: 24px;
}
.host-container .row:nth-child(n+2){
      border-top:solid 1px #7cacdc;
}
.host-image img{
      border: solid 4px #7cacdc;
      border-radius: 50%;
}
.host-description{
      margin-top:8px;
}


.hbspt-form{
      /*padding:24px;*/
      /*background-color:#e1e1e1;*/
}



@media only screen and (max-width:1180px){
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
		font-size:16px;
	}
}

.ticker {
	float:left;
	padding:3px 10px 3px 0;
}

footer.site-footer {
  padding:35px 0;
  background-color: #0079c1;
  color:#ffffff;
}

footer.site-footer a {
	 color:#ffffff;
}

footer .footer-logo {
	width:70%;
}

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6 {
  color:#ffffff;
	font-size: 18px;
	text-transform:uppercase;
}

.footer-address-block li {
	font-size:15px;
	margin-bottom:20px;
}

footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul.menu li {
	margin-bottom:0.05em;	
}

footer ul.menu a {
  	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
}

footer ul.social-menu {
  list-style: none;
  margin: 0;
  padding:0;
}

footer ul.fa-ul {
	margin-left: 1.5em;
}

footer ul.social-menu li {
  display: inline-block;
  color:#ffffff;
}

footer ul.social-menu li a {
  color:#ffffff;
  font-size: 32px;
  padding: 10px 10px 10px 0;
}

footer ul.social-menu li a:hover {
  color:rgba(255,255,255, 0.9);
  padding: 10px 10px 10px 0;
}


.fontawesome-text {
  display: none;
}

footer .secondary-footer-wrap {
    padding:20px 0;
    background-color: #0c314e;
    color:#ffffff;
}

footer .copyright {
  font-size: 12px;
  margin: 35px 0 0 0;
  padding: 0;
  line-height: normal;
  text-align: center;
}

footer ul.footer-secondary-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

footer ul.footer-secondary-nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: normal;
}
footer ul.footer-secondary-nav li:after {
  display: inline-block;
  font-size: 12px;
  content:"|";
  margin:0 10px;
}
footer ul.footer-secondary-nav li:last-child:after {
  display: none;
}

footer ul.footer-secondary-nav li a {
  color:#ffffff;
  font-size: 12px;
}

@media (max-width: 990px) {
	footer .footer-logo {
		width:80%;
	}
}

@media (max-width: 768px) {
	header.site-header {
	  position:relative;
		background-color: rgba(0, 0, 0, 1);
}
	
	.utility-bar {
	   position: relative;
	}
	.utility-bar div {
	   display:none;
	}
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-2 .mega-search input[type=text]{
		width:96px;
	}
	.country-selector.weglot-dropdown{
		position: absolute;
		top: 8px;
		left: 43%;
		transform: translateX(-50px);
	}
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo{
		max-height: 40px;
	}
}

@media (max-width: 576px) {
	footer .footer-logo {
		width:80%;
	}
  footer ul.footer-nav {
    padding:20px 0;
  }
  footer ul.footer-secondary-nav {
      text-align: left;
  }
}

/*--------------------------------------------------------------
## Page Styles
--------------------------------------------------------------*/
/* Utilities */
.margin-bottom-10 {
	margin-bottom:10px !important;
}
.margin-bottom-20 {
	margin-bottom:20px !important;
}
.margin-bottom-30 {
	margin-bottom:30px !important;
}
.margin-bottom-40 {
	margin-bottom:40px !important;
}
.margin-bottom-50 {
	margin-bottom:50px !important;
}
.margin-bottom-60 {
	margin-bottom:60px !important;
}


/* HOMEPAGE STYLES */

.home-copy-block {
	padding:40px 20px;
	background: url(img/bkgd-grey-diagnal.jpg) no-repeat center center;
	background-size: cover;
}

.home-service-block {
position: relative;
	margin-bottom: 30px;
}

.home-service-block h3 {
	position: absolute;
	width:100%;
	 left: 50%;/* horizontal alignment */
	 top: 50%;/* vertical alignment */
	 transform: translate(-50%, -50%);
	font-size: 20px;
	color:#fff;
	padding:5px 15px;
}


.home-service-block h3.dark-blue {
	background-color: rgba(0, 74, 152, .7);
}

.home-service-block h3.green {
	background-color: rgba(71, 153, 126, .7);
}

.home-service-block h3.blue {
	background-color: rgba(0, 121, 193, .7);
}

.home-service-block h3.light-blue {
	background-color: rgba(123, 172, 220, .7);
}
.home-resources-block {
	background-color: rgba(0, 0, 0, 0.00);
	transition:all 1s;
}
.home-resources-block:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.home-resources-block a,
.home-resources-block a:hover {
	display:block;
	text-decoration:none;
}

.home-resources-block a p {
	color:#000 !important;
}

.careers-block {
	margin: 30px 0px; 
	padding: 5px 0; 
	border-top: 1px solid #004a98; 
	border-bottom: 1px solid #004a98; 
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex; 
	align-content: center; 
	-webkit-align-items: center;
    -ms-flex-align: center;
	align-items: center;
}

.careers-content-wrap {
	width: 100%; 
	position: absolute; 
	text-align: center;
}
.careers-header-wrap {
	width: 100%; 
	top: 45%; 
	background-color: rgba(71, 153, 126, .7); 
	text-align: center; 
	padding: 6px 0 2px 0; 
	margin-bottom: 20px;
}

.careers-header-wrap h2 {
	text-align:center;
	color:#fff;
}

.careers-block p {
	text-align:center;
	color:#fff;
	max-width: 1024px; 
	font-size: x-large; 
	margin: 20px auto;
}




.wp_rss_retriever li {
	margin-bottom: 10px;
	font-size:12px;
}

a.wp_rss_retriever_title {
	display: block;
	margin-bottom: .0em;
	font-size:16px;
}

/* Crop image to be a thumbnail */
.wp_rss_retriever_image {
	position: relative;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.wp_rss_retriever_image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: none;
  max-height: none;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);

}

.wp_rss_retriever_image img.portrait {
  width: 100%;
  height: auto;
}

a.wp_rss_retriever_readmore {
	display: inline-block;
}

.wp_rss_retriever_metadata {
	margin: 0;
	font-size: 85%;
}

/* Clear floats */
.wp_rss_retriever ul:before,
.wp_rss_retriever li:after,
.wp_rss_retriever_metadata:after,
.wp_rss_retriever_metadata:before {
	content: '';
	display: table;
	clear: both;
}

.wp_rss_retriever_credits {
	text-align: right;
	font-size: .5em;
}

.event-list {
	
}

.event-list li {
	margin-bottom: 10px;
	font-size:12px;
}
.event-list li a {
	font-size:16px;
}

@media (max-width: 768px) {
	
	.careers-header-wrap h2 {
	text-align:center;
	color:#fff;
		font-size:16px;
	}
	
	.careers-block p {
		display:none;
	}
}

/* Product Category Styles */


.product-block {
	background-color:#0079c1;
	color:#ffffff;
	border:15px solid #ffffff;
}

.product-block h2 {
	color:#ffffff;
	padding: 8px 15px;
	font-size:1rem;
	border-top: 3px solid #ffffff;
	margin:0;
}

.product-block a {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	height:100%;
}

.product-block a:hover {
	margin:0;
	padding:0;
	display:block;
	text-decoration:none;
}

.product-block img {
	margin:0;
	padding:0;
}

.hdr-block {
	flex: 1 0 auto;
	padding:10px 15px;
	margin:0;
	border-bottom: 2px solid #ffffff;
}
.level-1-block { 
	background-color: #f3f3f3;
	flex: 1 0 auto;
	position:relative;
	border: 15px solid #ffffff;
	padding-left:0;
	padding-right:0;
}

.level-1-block h2 {
	font-size:1rem;
}

.level-1-copy-block {
	padding: 15px; 
	font-size: 14px;
}

.btn-learn-more {
	margin: 15px 0 5px 0;
	color: #fff;
	background-color: #999999;
	border-color: #999999;
	border-radius:0px;
	font-size:14px;
	text-transform:uppercase;
}

.btn-learn-more:hover {
	color: #fff;
	background-color: #7d7d7d;
	border-color: #7d7d7d;
}


  .website-box {
      display:flex;
      color:#fff;
      padding:0;
      margin:30px 0;
    }

    .website-box-copy {
      flex: 1 1 auto;
      display:inline-block;
      color:#ffffff; padding: 10px;
      background-color:#0079c1;
    }
    .website-box-copy p {
      margin:0;
      padding:0;
      text-align:center;
    }
    .website-box-link {
      flex: 0 1 auto;
      background-color:#004a98;
	  border-left:2px solid #ffffff;
    }
    .website-box-link a {
      display:block;
      text-align:center;
      color:#ffffff;
      padding: 10px 25px;
      font-weight:700;
    }


.divider-block {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: nowrap;
  flex-wrap:nowrap;
  border-top: 6px solid #666;
  align-items: center;
  margin: 30px 0px;
}

.blog-event-block {
	border-top: 6px solid #004a98;
	border-bottom: 6px solid #004a98;
	background-color:#e1eaf5;
}

.blog-event-block .divider-copy p {
	color:#004a98;
}

.blog-event-block .divider-copy p .byline {
	color:#000;
	font-size:.9rem;
	font-style:italic;
}

.divider-img {
	-ms-flex: 1 0 30%;
  flex: 1 0 30%;
	align-self:flex-start;
}
.divider-img img {
 width:100%;
 height: auto;

}

.blog-event-block .divider-img {
	position:relative;
	align-self:stretch;
	 z-index:1;
}
.blog-event-block .divider-img img {
 position:absolute
 width:100%;
 height: 100%;
 object-fit:cover;
 z-index:-1;
}

.divider-copy {
	-ms-flex: 1 0 70%;
  flex: 1 0 70%;
  font-size: 1.25rem;
  font-weight: 500;
}
.divider-copy p {
  font-size: 1.25rem;
  font-weight: 500;
  padding:5%;
	margin:0;
}

.divider-block.blue {
	border-color:#0079c1;
}
.divider-block.darkblue {
	border-color:#004a98;
}
.divider-block.lightblue {
	border-color:#7bacdc;
}
.divider-block.green {
	border-color:#47997e;
}

.divider-block.blue .divider-copy p {
	color:#0079c1;
}
.divider-block.darkblue .divider-copy p {
	color:#004a98;
}
.divider-block.lightblue .divider-copy p {
	color:#7bacdc;
}
.divider-block.green .divider-copy p {
	color:#47997e;
}
.divider-block.flip .divider-copy {
	order:0;
}
.divider-block.flip .divider-img {
	order:1
}

.webinar-block {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: nowrap;
  flex-wrap:nowrap;
  border-top: 6px solid #666;
  align-items: center;
  margin: 30px 0px 5px 0px;
}

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

	.webinar-block {
	display: flex;
    flex-wrap:wrap;
}
	
  .divider-img,
  .divider-copy {
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
    .website-box {
      flex-wrap: wrap;
    }
  .website-box-copy,
  .website-box-link {
    flex:0 0 100%;
  }
	
  .website-box-link {
    border-left:0px solid #ffffff;
    border-top: 2px solid #ffffff;
  }
}


.wpdm-link-tpl {
      margin:0 0 20px 0;
    }

    .pull-left {
float: left;
}
    .wpdm_icon {
      width:30px;
      height: auto;
      margin-right: 15px;
    }


/* Resource Styles */

.hdr-icon-block {
	flex: 1 0 auto;
	padding:10px 15px 10px 90px;
	margin:0;
	border-bottom: 2px solid #ffffff;
	text-decoration:none !important;
}

a:hover h4.hdr-icon-block {
	text-decoration:none !important;
}

.hdr-icon-block span {
	display:inline-block; 
	width:100px; 
	height:100px; 
	left:-5px; 
	top:-25px; 
	position:absolute;
}


/* Tabs container */
.r-tabs {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #0079c1;
    border-right: 1px solid #0079c1;
    border-left: 1px solid #0079c1;
    border-bottom: 1px solid #0079c1;
	margin:30px 0;
}
 
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #004a98;
    display: inline-block;
    margin: 0;
    list-style: none;
}
 
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    color: #fff;
    font-size: .9em;
}
 
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
 
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #004a98;
    text-shadow: none;
    background-color: white;
}
 
/* Tab panel */
.r-tabs .r-tabs-panel {
    background-color: #ffffff;
    padding: 15px 15px 0 15px;
    display: none;
}
 
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);

}
 
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #444;
    text-shadow: none;
}
 
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
 
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}
 
.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel p {
	margin-bottom: .8em;
}
 
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
 
/* Accordion responsive breakpoint */
@media only screen and (max-width: 650px) { /* Set to desired media size for accordion layout */
        .r-tabs {
                border-radius: 0;
        }
         
        .r-tabs .r-tabs-nav {
                display: none;
        }
         
        .r-tabs .r-tabs-panel {
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
        }
 
 
        .r-tabs .r-tabs-accordion-title {
                display: block;
        }
 
        .r-tabs-accordion-title  .r-tabs-anchor:after {
                content: "\f132";
                font-family: 'dashicons';
                float: right;
        }
 
        .r-tabs-state-active .r-tabs-anchor:after {
                content: "\f460";
                font-family: 'dashicons';
                float: right;
        }
 
        .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
                border-top-right-radius: 0;
                border-top-left-radius: 0;
        }
     
        .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
                border-bottom: 1px solid;
        }
         
        .r-tabs .r-tabs-panel.r-tabs-state-active {
                display: block;
                opacity: 0.9;
        }
}

/* Resource Landing Page */
 .resource-link-box {
        background-color:#004a98;
        color:#fff;
	  transition: all .5s;
      }
    
      .resource-link-box a {
        color:#fff;
        text-decoration:none;
        padding:5px 5px 5px 0;
        display:block;
      }
      .resource-download-higlight {
        background-color: #0079c1;
        padding:6px 13px 6px 10px;
        margin-right:5px;
        text-transform:uppercase;
        font-weight:700;
        border-right: 2px solid #fff;
		  transition: all .5s;
      }
      .resource-download-higlight:before {
        content: "► ";
        top:0;
        left:0;
        margin-right:4px;
      }

  .resource-link-box:hover {
        background-color:#0079c1;
        color:#fff;
      }
		.resource-link-box:hover .resource-download-higlight {
        background-color: #004a98;
      }

.related-content-box {
        border-top: 1px solid #004a98;
        border-bottom: 1px solid #004a98;
        padding:10px 0;
		margin-bottom: 30px;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
      }

.related-content-item {
	flex: 0 1 33%;
	padding:20px;
	align-items:center;
	text-align:center;
}

.related-content-item h5 {
	margin:0;	
}

img.img-related {
	border:1px solid #666;
	margin-bottom:15px;
}

 .btn-event {
	  padding:5px 15px;
        background-color:#004a98;
        color:#fff;
	  text-transform:uppercase;
	  transition: all .5s;
      }
    
      .btn-event:hover {
        color:#fff;
        background-color:#0079c1;
		text-decoration:none;
      }

@media (max-width: 768px) {
	.related-content-item {
		flex: 0 1 100%;
	}
}



.wd_widget {

}

.wd_widget-theme-light {
font-family: inherit !important;
font-size: 13px;
}

div.wd_quote-wrapper {
width: 100%;
max-width: 322px;
overflow: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 0;
padding: 0;
border: none;
}

.wd_widget-theme-light .wd_quote {
 background-color: transparent !important;
}

div.wd_quote {
/* width: 100%; */
/* overflow: auto; */
/* box-sizing: border-box; */
/* -moz-box-sizing: border-box; */
/* margin: 0; */
 padding: 0px; 
 border: none;
 border-radius: 0px; 
-moz-border-radius: 0px;
 -webkit-border-radius: 0px;
-khtml-border-radius: 0px;
}

div.wd_quote-no_detail div.wd_main-wrapper {
width: 100%;
}

div.wd_quote-onecol div.wd_main-wrapper {
width: 100%;
}

div.wd_quote div.wd_main-wrapper {
text-align: center;
}

div.wd_quote div.wd_main-wrapper, div.wd_quote div.wd_values-wrapper, div.wd_quote div.wd_data-wrapper {
float: left;
overflow: auto;
margin: 0;
padding: 0;
border: 0;
}

div.wd_quote div.wd_main {
/* display: inline-block; */
/* text-align: left; */
/* margin: 0; */
padding: 0px;
}

div.wd_quote div.wd_symbol {
display: inline-block;
vertical-align: middle;
margin-right: 1em;
}

div.wd_quote div.wd_symbol span {
vertical-align: middle;
}

div.wd_quote span.wd_exchange {
color: #f0f0f0;
}
div.wd_quote span.wd_exchange:after {
content: ": ";
vertical-align: baseline;
}

div.wd_quote div.wd_symbol span {
vertical-align: middle;
}

div.wd_quote div.wd_price {
display: inline-block;
 font-size: 1em;
vertical-align: middle;
}

div.wd_quote div.wd_price div.wd_value {
display: inline;
font-size: 0.7em;
vertical-align: middle;
}

div.wd_quote div.wd_quote-value-down {
color: #cc0000;
}

div.wd_quote_footer {
/* float: left; */
/* text-align: left; */
/* font-size: .75em; */
/* color: #808080; */
/* margin: 3px 5px; */
display: none;
}

div.wd_quote_footer span {
display: none;
}
/*  ----------------------------------------------- */
/* Water Solutions Interactive */
/*  ----------------------------------------------- */
.diagram {
	width:100%;
	height: 100%;
	position:relative;
}

.header-wrap {
	position: absolute;
	width: 100%;
	top: 20px;
	background-color: rgba(0, 121, 193, .7);
	text-align: center;
	padding: 6px 0 1px 0;
	transition:all .3s;
    }

.header-wrap:hover {
	background-color: rgba(0, 121, 193, .9);
}

.header-wrap h2 {
	margin:0;
	color: #FFFFFF !important;
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
}

.header-wrap h2 a,
.header-wrap h2 a:hover {
	color: #FFFFFF !important;
	text-decoration:none;
	display:block;
}

 .diagram.wm-page .header-wrap h2 {
	 margin:0;
	 margin-bottom: 0.5rem;
	 font-size:16px;
}

.diagram.wm-page .header-wrap:hover {
	background-color: rgba(0, 121, 193, .7);
}

.interactive-diag {
	width:100%;
	height:auto;
}

.dot {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	background-color:#0079c1;
	border:2px solid #fff;
	border-radius:50%;
	box-shadow: 0px 0px 5px 1px rgba(0 0 0 0.02);
	z-index:4;
	opacity: .25;
	transition: all .5s;
}

.dot-fade {
	opacity: 1;
}

.dot01 {
	top:22%;
	left:10%;
}

.dot02 {
	top:45.415%;
	left:17.625%;
}
      .dot03 {
        top:63.5815%;
        left:18.825%;
      }
      .dot04 {
        top:69.3%;
        left:28.4%;
      }
      .dot05 {
        top:69.693%;
        left:33.775%;
      }
      .dot06 {
        top:48.093%;
        left:41.5%;
      }
      .dot07 {
        top:69.413%;
        left:53.375%;
      }
      .dot08 {
        top:28.5%;
        left:55.75%;
      }
      .dot09 {
        top:46.188%;
        left:62.075%;
      }
      .dot10 {
        top:26.88%;
        left:62.575%;
      }
      .dot11 {
        top:42.28%;
        left:63.18%;
      }
      .diag-label {
        position:absolute;
        display:block;
        padding:4px 30px;
        color:#0079c1;
        background-color:rgba(255, 255, 255, 0.8);
        z-index:4;
        cursor:pointer;
        font-size: 16px;
        font-weight:bold;
        transition: all .5s;
      }
      .diag-label:hover{
        background-color:rgba(255, 255, 255, 1.0);

      }


      .diag-label.label-active {
        background-color:rgba(255, 255, 255, 1.0);

      }
      .diag-label.label-fade {
        opacity:.4;
      }

      .transfer {
       top:31.9949812%;
        left:8.3125%;
      }
      .automation {
        top:69.0%;
        left:67.125%;
      }
      .storage {
        top:52.446675%;
        left:16.4375%;
      }
      .blended {

        top:63.6135508%;
          left:34.6875%;
      }

      .treatment {
        top:28.5%;
        left:66.18%;
      }
      .sourcing {
        top:22.7949812%;
        left:13.3125%;
      }
      .diag-window {
          position: absolute;

          opacity:0;
          max-width: 640px;
          min-height: 120px;
          padding: 19px;
          background-color: rgba(0, 0, 0, .7);
          color:#fff;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
          top: 50%;
          left: 50%;
          margin-right: -50%;
          transform: translate(-50%, -50%) scale(.8);
          z-index:-1;
          transition: all .5s;

      }
      .diag-window.show-window {
        display: block;
        opacity:1;
		transform: translate(-50%, -50%) scale(1);
		  z-index:100;
      }

      .diag-window .popup-close {
          position: absolute;
          top: 0;
          right: 0px;
          border-radius: 2px;
          background: none;
          border: 0;
          font-size: 18px;
          padding: 0 10px;
          color:#fff;
          cursor: pointer;
      }
      .diag-window h4 {
        margin:0;
         color:#ffffff;
      }
      .diag-window p {
        margin:10px 0 0 0;
      }

.diag-window a.btn-link {
	background-color: #fff;
	color:#0079c1;
	margin:15px 0 0 0;
	padding: 5px 15px;
	font-size:12px;
	float:right;
	transition: all .3s;
}

.diag-window a.btn-link:hover {
	background-color: #0079c1;
	color:#fff;
	text-decoration:none;
}
      .static-diag {
        display: none;
      }

 .diagram.wm-page .diag-label {
		 font-size:12px;
	 padding:4px 20px;
}

      @media (max-width: 1170px) {
      .diag-label {
        font-size:13px;
      }
		  
	.diagram.wm-page .diag-label {
		 font-size:11px;
	 padding:4px 10px;
}
    }

      @media (max-width: 1024px) {
      .diag-label {
        font-size:12px;
        padding:3px 6px;
      }
	.diagram.wm-page .diag-label {
		 font-size:10px;
	 	padding:4px 8px;
	}
      .dot {

        width:15px;
        height:15px;

      }
    }
      @media (max-width: 960px) {
      .diag-label {
        padding:2px 6px;
      }
		 

      .dot {

        width:15px;
        height:15px;

      }
    }

      @media (max-width: 767px) {
        .static-diag {
          display: block;
        }

        .interactive-diag,
        .dot,
        .diag-label {
          display: none;
        }

        .header-wrap {
        position: absolute;
        width: 100%;
        top: 12px;
        background-color: rgba(0, 121, 193, .7);
        text-align: center;
        padding: 6px 0 1px 0;
      }

      .header-wrap h2 {
        font-size:18px;
        font-weight: 500;
          margin-bottom: 0.25rem;
      }
      }

      @media (max-width: 640px) {

      .header-wrap h2 {
        font-size:16px;
      }
      }


/* Front End Admin Styles**/

footer.entry-footer {
	margin:30px 0;
}

/* Form Styling Override 
 * - Adds margin to left and bottom for heirarchy
 * */


.gfield.area-of-interest li.gchoice_2_13_2,
.gfield.area-of-interest li.gchoice_2_13_3,
.gfield.area-of-interest li.gchoice_2_13_4,
.gfield.area-of-interest li.gchoice_2_13_5,
.gfield.area-of-interest li.gchoice_2_13_6,
.gfield.area-of-interest li.gchoice_2_13_7,
.gfield.area-of-interest li.gchoice_2_13_9,
.gfield.area-of-interest li.gchoice_2_13_10,
.gfield.area-of-interest li.gchoice_2_13_11,
.gfield.area-of-interest li.gchoice_2_13_12,
.gfield.area-of-interest li.gchoice_2_13_13,
.gfield.area-of-interest li.gchoice_2_13_14 {
margin-left: 25px !important;
}
.gfield.area-of-interest li.gchoice_2_13_7,
.gfield.area-of-interest li.gchoice_2_13_14 {
margin-bottom: 18px !important;
}

/* Side Menu and Mega Menu Overrides */

ul.sidebar-menu > li#menu-item-3899 > a, 
ul.sidebar-menu > li#menu-item-3900 > a,
ul.sidebar-menu > li#menu-item-5565 > a,
.mega-sub-menu > li#mega-menu-item-3899 > a.mega-menu-link,
.mega-sub-menu > li#mega-menu-item-3900 > a.mega-menu-link,
.mega-sub-menu > li#mega-menu-item-5565 > a.mega-menu-link {
    font-weight: 600 !important;
    cursor: text !important;
    pointer-events: none !important;
    color: #666666 !important;
}
.mega-sub-menu > li#mega-menu-item-68,
.mega-sub-menu > li#mega-menu-item-3903 {
	margin-bottom:30px !important;
}


.cn-button.bootstrap {
    background: #004a98 !important;
}


.columns-two{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}





/****************** BLOG STYLES *********************/

#main.articles-main{
	 padding: 40px 0px 100px;
}
#main.articles-main article{
	transition: all 0.2s ease-in-out 0s;
	margin-bottom: 32px !important;
}
#main.articles-main article:hover{
	transform: scale(1.05);
}
#main.articles-main .article-container{
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

#main.articles-main .article-image{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 170px;
	border-radius: 2px 2px 0px 0px;
}
#main.articles-main .article-content{
	background-color: #ffffff;
	padding: 24px 16px;
	border-radius: 0px 0px 2px 2px;
}
#main.articles-main .article-content h4{
	margin-bottom: 16px;
	font-size: 12px;
	color: #999999;
	font-style: italic;
}
#main.articles-main .article-content h2{
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 300;
	line-height: 26px;
	color:#004a98;
}
#main-blog-menu{
	background-color:#f4f4f4;
}
#menu-blog-menu{
	margin: 0px;
	font-size: 0px;
	text-align: center;
}
#menu-blog-menu li{
	display: inline-block;
	margin-bottom: 0px;
}
#menu-blog-menu li a{
	color: #666666;
	padding: 18px 12px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height:22px;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
#menu-blog-menu li a:hover{
	background-color:#ffffff;
}
#menu-blog-menu li:first-child a:before{
	content: "\f03a";
	font-family: "Font Awesome 5 Free";
	margin-right: 8px;
	font-weight:900;
}
#menu-blog-menu li.current-menu-item a{
	background-color: #fff;
	color: #333;
}
.post-title{
	font-size:40px;
	font-weight:400;
	margin-bottom:20px;
}
.post-author{
	font-size:14px;
	color:#000000; 
	margin-bottom:20px;
}
.post-image{
	margin-bottom:40px;
}

#main.articles-main .featured-article{
	margin-bottom:30px;
	border-radius:2px;
}
#main.articles-main .featured-article a{
	display:block;
	padding:140px 40px 40px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color:#ffffff;
	text-decoration: none;
	border-radius:2px;
	transition:all 0.2s ease-in-out 0s;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	position:relative;
}
#main.articles-main .featured-article a h2,
#main.articles-main .featured-article a h4,
#main.articles-main .featured-article a span{
	position:relative;
}
#main.articles-main .featured-article a:before{
	content:"";
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#main.articles-main .featured-article a:hover{
	transform: scale(1.02);
}
#main.articles-main .featured-article a h2,
#main.articles-main .featured-article a h4{
	color:#ffffff;
}
#main.articles-main .featured-article a h4{
	font-size: 16px;
	font-style: italic;
	margin-bottom:16px;
}
#main.articles-main .featured-article a .red-cta-btn{
	background-color: #0079c1;
	padding: 8px 16px;
	max-width:160px;
	text-align: center;
	display:block;
	margin-top:20px;
	transition: all 0.2s ease-in-out 0s;
}


#main.articles-main .article-image{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 170px;
	border-radius: 2px 2px 0px 0px;
}
#main.articles-main .article-content{
	background-color: #ffffff;
	padding: 24px 16px;
	border-radius: 0px 0px 2px 2px;
}
#main.articles-main .article-content h4{
	margin-bottom: 16px;
	font-size: 12px;
	color: #999999;
	font-style: italic;
}
#main.articles-main .article-content h2{
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 300;
	line-height: 26px;
	color:#004a98;
}
#main.articles-main .article-content h2 a:hover{
	text-decoration:none;
}
#main-blog-menu{
	background-color:#f4f4f4;
}
#menu-blog-menu{
	margin: 0px;
	font-size: 0px;
	text-align: center;
}
#menu-blog-menu li{
	display: inline-block;
	margin-bottom: 0px;
}
#menu-blog-menu li a{
	color: #666666;
	padding: 18px 12px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height:22px;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
#menu-blog-menu li a:hover{
	background-color:#ffffff;
}
#menu-blog-menu li:first-child a:before{
	content: "\f03a";
	font-family: "Font Awesome 5 Free";
	margin-right: 8px;
	font-weight:900;
}
#menu-blog-menu li.current-menu-item a{
	background-color: #fff;
	color: #333;
}
/* Pagination */
.pagination-blog {
	clear:both;
	position:relative;
	font-size:11px;
	line-height:13px;
	text-align: center;
}
.pagination-blog span, .pagination-blog a {
	font-size:14px;
	display:inline-block;
	margin: 2px 2px 2px 0;
	padding:10px 16px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.pagination-blog a:hover{
	color:#fff;
	background: #d11423;
}
.pagination-blog .current{
	padding:10px 16px;
	background: rgba(0,121,193,1);
	color:#fff;
}







#main.articles-main .article-image{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 170px;
	border-radius: 2px 2px 0px 0px;
}
#main.articles-main .article-content{
	background-color: #ffffff;
	padding: 24px 16px;
	border-radius: 0px 0px 2px 2px;
}
#main.articles-main .article-content h4{
	margin-bottom: 16px;
	font-size: 12px;
	color: #999999;
	font-style: italic;
}
#main.articles-main .article-content h2{
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 300;
	line-height: 26px;
	color:#004a98;
}
#main.articles-main .article-content h2 a:hover{
	text-decoration:none;
}
#main-blog-menu{
	background-color:#f4f4f4;
}
#menu-blog-menu{
	margin: 0px;
	font-size: 0px;
	text-align: center;
}
#menu-blog-menu li{
	display: inline-block;
	margin-bottom: 0px;
}
#menu-blog-menu li a{
	color: #666666;
	padding: 18px 12px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height:22px;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
#menu-blog-menu li a:hover{
	background-color:#ffffff;
}
#menu-blog-menu li:first-child a:before{
	content: "\f03a";
	font-family: "Font Awesome 5 Free";
	margin-right: 8px;
	font-weight:900;
}
#menu-blog-menu li.current-menu-item a{
	background-color: #fff;
	color: #333;
}



#main.articles-main #blog-article .content-full{
	margin-bottom:80px;
}

.content-author-bio {
    padding: 32px;
    background-color: #efefef;
	border-radius: 4px;
}
.content-author-bio h4 {
    margin-bottom:24px;
	color:#333333;
}

.content-author-bio .author-avatar {
    margin-bottom:24px;
}
.content-author-bio .author-avatar img {
    width:100%;
	border-radius:50%;
}

@media only screen and (max-width:767px){
	.content-author-bio .author-avatar img {
		width:50%;
	}
}



/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  /* height: auto; */
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Search Results */
.search-results .type-wpdmpro .entry-title a {
    padding-left:0px;
}
.search-results .type-wpdmpro .entry-title a:before {
	/* font-family:"Font Awesome 5 Free";
    content:"\f1c1";*/
	content: url("https://poised-leaf.flywheelstaging.com/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg");
	width:28px;
	height: 28px;
	display:inline-block;
	color:red;
	margin-right:10px;
}

.srr-main .srr-style-none .srr-item {
    padding: 0 0 12px 0!important;
}