/*
Theme Name: ITPG
Description: A custom WordPress theme created for ITPG.
Version: 1.0
Author: Octavo Designs
Author URL: http://www.8vodesigns.com
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 750px */
@media (min-width: 780px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.65em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
   }
h1 { font-size: 4.0rem; line-height: 1.2; }
h2 { font-size: 3.6rem; line-height: 1.25; }
h3 { font-size: 3.0rem; line-height: 1.3; }
h4 { font-size: 2.4rem; line-height: 1.35;  }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
  text-decoration:none; }
a:hover {
  color: #0FA0CE; }




/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ol, ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 2rem; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

ul ::-moz-list-bullet { 
	font-size: 12px; 
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1rem;
  margin-bottom: 3rem;
  border-width: 0;
  border-top: 1px solid #cccccc; 
      width: 100%;
    float: left;
  }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #231f20;
}

a:link, a:visited{
	color: #2883b0;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
a:hover{
	color: #81c341;
}

img{
	max-width: 100%;
	height: auto;
}

h2, h3, h4, h5{
	color: #193664;
	clear:both;
}

h2{
	font-size: 3.2rem;
}

h3{
	font-size: 2.4rem;
}

h4, h5{
	font-size: 1.8rem;
}

li, ol{
	margin-bottom: 1rem;
}

#main p,
#main ul,
#main li,
#main ol{
	float: left;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 780px) {
	#main ul.m-ul{
		margin-bottom: 0;
	}
}

.sm{
	font-size: 1.5rem;
}

.lead{
    font-size: 1.3em;
}

.muted{
    opacity: .5;
}

blockquote{
	border-left: 6px solid #193664;
	margin-left: 0;
	padding-left: 2rem;
}

blockquote p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:  1.3em;
	color: #193664;
}
.extra-margin{
	margin-bottom: 4rem;
}

/* ==========================================================================
   Header
   ========================================================================== */

header{
	box-sizing:border-box;
	padding: 2rem 0 0;
}    



.page-hdr{
	background-color: #0e1f39;
	box-sizing:border-box;
	padding: 4rem 0;
	text-align:center;
	background-image:url(images/page-hdr.jpg);
	background-position:center;
	background-size:cover;
}

.page-hdr h1{
	margin: 0;
	color: #81c341;
	font-size: 2.4rem;
	text-shadow: 1px 1px 10px #000000;
}

p#breadcrumbs{
	 margin: 0 0 1rem;
	 font-size: 1rem;
	 color: #FFFFFF;
}

@media (min-width: 780px) {
	.page-hdr{
		padding: 9rem 0;
	}
	body.home .page-hdr{
		padding: 11rem 0;
	}
	.page-hdr h1{
		font-size: 4.8rem;
	}
	p#breadcrumbs{
		font-size: 1.2rem;
	}
	
}

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

.mobile-menu ul.menu{
    border-top: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
.mobile-menu ul.menu li{
    display: block;
    border-bottom: 1px solid #cccccc;
}
a.mobile-menu-btn{
    width: 100%;
    background-color: #2a8ab9;
    text-align:center;
    color: #FFFFFF;
    padding:  .5em 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 1.4rem;
	cursor:pointer;
}

nav.nav-mobile{
	margin: 40px 0;
}

nav.nav-mobile ul.menu{
	text-align:center;
	border-top: 2px solid #333333;
	margin: 0;
}

nav.nav-mobile ul.menu li{
	display: block;
	margin: 0;
	border-bottom: 2px solid #333333;
}

nav.nav-mobile ul.menu a{
	padding: 1em;
	margin: 0;
    display: block;
	
}

nav.nav-mobile .menu-secondary-navigation-container ul,
nav.nav-mobile .menu-toolbar-container ul{
	border-top: none;
}

nav.nav-mobile ul.sub-menu{
	display: none;
}
 
nav.nav-mobile .menu-toolbar-container{
	width: 100%;
	float: none;
	display: block;
}



/* ==========================================================================
   Main Menu
   ========================================================================== */
   
   
/* Giving a background-color to the nav.main-menu container. */
nav.main-menu { 
	/*background-color: #E64A19;*/
	z-index:9999999999;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav.main-menu:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav.main-menu ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	text-align:right;
	}
	
/* Positioning the nav.main-menuigation items inline */
nav.main-menu ul li {
	margin: 0px;
	display:inline-block;
	padding:1rem 1.5rem 0;	
	}

/* Styling the links */
nav.main-menu a {
	display:block;
	padding-bottom: 1.2rem;
	text-decoration:none;
	color: #193664;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	border-bottom: 7px solid #FFFFFF;
	
}
nav.main-menu ul li:last-child{
	padding-right: 0;
}

/* Background color change on Hover */
nav.main-menu li:hover > a,
nav.main-menu li.current-menu-item > a,
nav.main-menu li.current_page_parent > a{ 
	border-bottom: 7px solid #81c341;
	color: #81c341;
	
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav.main-menu ul ul {
	visibility:hidden;
	opacity:0;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav.main-menu a" */
	top: 56px; 
	z-index: 9999999;
	text-align:left;
	background-color: #81c341;
	box-sizing:border-box;
	padding: 0;
	width:200px;
}

nav.main-menu ul li:last-child ul{
	right: 10px;
}

nav.main-menu ul ul ul{
	top: 60px;
}

nav.main-menu ul ul a{
	padding: .8rem 1rem;
	text-shadow:none;
	color: #FFFFFF;
	border: none;
	font-size: 1.3rem;
	line-height:1;
	line-height: 1.4;
	text-transform: none;
	font-weight: 400;
}
nav.main-menu ul ul a:hover,
nav.main-menu ul ul li.current-menu-item a{
	padding: .8rem 1rem;
	border: none;
	color: #ffffff;
	background-color: #000;
	background-color: rgba(0,0,0,.2);
}
		
/* Display Dropdowns on Hover */
nav.main-menu ul li:hover > ul {
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	visibility: visible;
	opacity: 1;
}
	
/* Fisrt Tier Dropdown */
nav.main-menu ul ul li {
	width:100%;
	float:left;
	display:list-item;
	position: relative;
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}

nav.main-menu ul ul li:first-child{
	padding-left: 0;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav.main-menu ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav.main-menu ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
nav.main-menu li > a:after { 
	content:  ' +'; 
	color: #ccc;
    font-weight: 300;
	}
nav.main-menu li > a:only-child:after { content: ''; }


header .menu-primary-container{
	float: left;
	width: 100%;
}

header ul.social{
	float: right;
	margin-left: 2rem;
	margin-bottom: 0;
	padding-top: .5rem
}

header .menu-secondary-container{
	float: right;
}
header .menu-secondary-container ul{
	text-align:right;
	margin: 0;
	padding: 0;
	float: right;
}

header .menu-secondary-container li{
	display:inline-block;
	list-style-type:none;
	margin: 0;
}

header .menu-secondary-container a{
	display: block;
	padding: 1rem;
	font-size: 1.4rem;
	color: #939598;
	text-transform:uppercase;
}
header .menu-secondary-container a:hover,
header .menu-secondary-container li.current-menu-item a{
	color: #81c341;
}

.container{
	width: 95%;
}

.logo-wrap img{
	margin: 0 auto 2rem;
	display: block;
}



@media (min-width: 780px) {
	.logo-wrap{
		float: left;
		display: block;
		position:relative;
		
	}
	.logo-wrap img{
		margin:inherit;
		display:inherit;
	
	}
	
	nav.secondary-menu-wrap{
		float: right;
		margin-top: 1.5rem;
	}
	nav.main-menu a{
		font-size: 1.4rem;
	}
	nav.main-menu ul{
		text-align:center;
		border-top: 1px solid #DDD;
    	margin-top: 10px;		
	}
	nav.main-menu ul ul{
		margin-top: 0;
		border-top: none;
		top: 54px;
	}
	nav.main-menu ul li{
		padding: 1.3rem 1.3rem 0;
	}
	nav.main-menu ul li:last-child{
		padding-right: 1.3rem;
	}
	nav.main-menu ul ul li:last-child{
		padding-right: 0;
	}
}

@media (min-width: 1000px) {
	
	nav.main-menu ul{
		text-align:right;
		border-top: none;
		margin-top: 0;
	}
	.logo-wrap{
		float: left;
		width: 22%;
		height: 96px;
	}
	.logo-wrap img{
		position: absolute;
		bottom: 27px;	
	}
	nav.secondary-menu-wrap,
	nav.main-menu{
		float: left;
		width: 78%;
	}
	nav.secondary-menu-wrap{
		margin-top: 0;
	}
	
}
@media (min-width: 1200px) {
	.logo-wrap{
		width: 30%;
		height: auto;
	}
	.logo-wrap img{
		position: relative;
		bottom: inherit;	
	}	
	nav.secondary-menu-wrap,
	nav.main-menu{
		width: 70%;
	}	

	nav.main-menu a{
		font-size: 1.5rem;
	}	
	nav.main-menu ul li{
		padding: 1.3rem 1rem 0;
	}	
	nav.main-menu ul li:last-child{
		padding-right: 1rem;
	}		
	nav.main-menu ul ul li:last-child{
		padding-right: 0;
	}	
	nav.main-menu ul ul{
		top:56px;
	}

}


	
@media (min-width: 1460px) {

	nav.main-menu ul li{
		padding: 1.3rem 1.5rem 0;
	}
}

/* ==========================================================================
   Wordpress styles
   ========================================================================== */
.alignleft { 
	float: left; 
	margin-right: 15px; 
	}
.alignright { 
	float: right; 
	margin-left: 15px; 
	}
.aligncenter { 
	text-align: center; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	}
.wp-caption { 
	text-align: center; 
	margin-bottom: 40px; 
	max-width: 100%; 
	background-color:#ffffff; 
	padding: 20px; 
	cursor: pointer; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	/*margin-top: 40px; */
	}
.wp-caption-text { 
	font-style: italic; 
	font-size: 11px; 
	line-height: 120%; 
	margin: 15px 0 0; 
	color: #999999; 
	}
	
/* ==========================================================================
   Comments
   ========================================================================== */
p.comments-logged-in-as{
	text-align:center;
}
ol.commentlist{
	margin: 0px;
	border-bottom: 1px dashed #cccccc;
    padding: 0px;
}
.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    padding: 20px 0 ;
}
.commentlist li ul.children {
    margin: 20px 0 0 40px;
}
.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}
.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}
.commentlist li:not(.depth-1) {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 10px;
    padding-bottom: 0;
	margin-bottom: 10px;
	background-color: #ffffff;
}
.commentlist .odd {
	border-top: 1px dashed #cccccc;
}
.commentlist .even {
	border-top: 1px dashed #cccccc;
}
.commentlist .vcard {
    margin-left: 100px;
}
.commentlist .vcard cite.fn {
   
}
.commentlist .vcard time {
    float: right;
}
.commentlist .vcard time a {
    text-decoration: none;
    margin-right: 10px;
}
.commentlist .vcard time a:hover {
    text-decoration: underline;
}
.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    background: #fff;
}
.commentlist .comment_content {
    margin-left: 100px;
}
.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}
.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #cd7f9e;
    padding: 3px 5px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,.commentlist .comment-reply-link:focus {
    opacity: 1;
}
.respond-form {
    padding-bottom: 2.2em;
}
.respond-form form {
    margin: 0.75em 0;
}
.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}
.respond-form form li label,.respond-form form li small {
    display: none;
}
.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url],.respond-form form textarea {
    padding: 3px 6px;
    background: #ffffff;
    border: 1px solid #cecece;
    line-height: 1.5em;
}
.respond-form form input[type=text]:focus,.respond-form form input[type=email]:focus,.respond-form form input[type=url]:focus,.respond-form form textarea:focus {
    background: #fff;
}
.respond-form form input[type=text]:invalid,.respond-form form input[type=email]:invalid,.respond-form form input[type=url]:invalid,.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url] {
    width: 96%;
}
.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}
#allowed_tags {
    margin: 10px;
}
.nocomments {
    margin: 0 20px 1.1em;
}
h3#comments{
	border-top: 10px solid #eee;
	padding-top: 20px;
	margin-top: 50px;
}
ol.commentlist img.photo{
	width: 75px;
	height: 75px;
	float: inherit;
	margin: 0px;
}
h2#comments,
h3#comment-form-title{
	text-align:center;
	margin-top: 50px;
}
.respond-form form textarea{
	border: 1px solid #cccccc;
	width: 96%;
	padding: 2%;
}
ol.commentlist .alert{
	margin: 0.7335em 0 10px 100px;
}
ol.commentlist .alert p{
	margin: 0;
}
ul#comment-form-elements{
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.navigation{
    margin-bottom: 3em;
}

#main .navigation ul{
    text-align:center;
    width: 100%;
	float:inherit;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #555555;
	text-decoration:none;
}

#main .navigation li {
	display: inline;
	float:inherit;
	width:auto;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #ffffff;
    cursor: pointer;
    width: 33px;
    padding: 0.75rem 0;
    display: inline-block;
}

.navigation li a:hover,
.navigation li.active a {
	color: #FFFFFF;
    background-color: #231f20;
}

/* ==========================================================================
   Sitemap
   ========================================================================== */

ul.sitemap{
    list-style-type:none;
    padding: 0;
    margin: 0;
}
ul.sitemap ul{
    margin: 0;
    padding: 0;
}
ul.sitemap li{
    display: block;
}
ul.sitemap ul.children a{
    padding-left: 30px;
}
ul.sitemap ul.children li{
    border-bottom: none;
}
ul.sitemap a{
    text-decoration:none;
    display: block;
    padding: 6px;
}


/* ==========================================================================
   Contact Form & Search
   ========================================================================== */

div.wpcf7{
    width: 100%;
    float: left;
}

.wpcf7 p{
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

input, textarea{
    width: 100%;
    box-sizing:border-box;
    border: 1px solid #CCCCCC;
    padding: 0 6px;
}

input{
    height: 50px;
}

.wpcf7 p input[type="submit"],
input[type="submit"]{
    width:auto;
}

input[type="checkbox"], input[type="radio"]{
    height: auto;
    width: auto;
    margin-bottom: 0px;
	margin-right: 5px;
}

span.wpcf7-list-item{
    box-sizing:border-box;
    float: left;
    margin-right: 20px;
    margin-left: 0;
	width: 100%;
}

div.wpcf7-response-output{
	float: left;
	width: 100%;
}

textarea{
    padding: 6px 6px 0;
    height: 200px;
    margin-top: 10px;
}

body.search .widget form.search-form,
body.page-id-129 .widget form.search-form{
	display: none;
}

/* ==========================================================================
   Sections
   ========================================================================== */

.content-container{
	width: 100%;
	float: left;
	box-sizing:border-box;
}

.section{
	padding: 2em 0 1.5em;
	width: 100%;
	float: left;
}

.s-group{
	padding: 0;
}

.s-group.top{
	padding: 2em 0 0;
}

.s-group.bottom{
	padding: 0 0 1.5em;
}

@media (min-width: 780px) {
	.section{
		padding: 4.12em 0 2.5em;
	}
	
	.s-group{
		padding: 0;
	}
	
	.s-group.top{
		padding: 4.12em 0 0;
	}
	
	.s-group.bottom{
		padding: 0 0  2.5em;
	}	
	
}

body.page-id-722 .bg-one:first-child{
	padding-bottom: 2rem;
}

body.page-id-722 .bg-one:nth-child(2){
	padding-top: 0;
}

/* ==========================================================================
   Background Styles
   ========================================================================== */
.callout{
	box-sizing:border-box;
	padding: 4rem 4rem 2rem;
	float: left;
	width: 100%;
	margin-bottom: 2rem;
	background-color: #d1cfd0;
	border-top: 10px solid #2885b1;
	background-image:url(images/texture.png);
}
.callout h2,
.callout h3,
.callout h4{
	color: #1a3465;
}

.callout li{
	margin-bottom: 0;
}

.bg-one,
.bg-two,
.bg-three{
	background-image:url(images/texture.png);
}

.bg-two,
.bg-three{
	color: #FFFFFF;
}

.bg-two{
	background-color: #2a8ab9;
}

.bg-two a:link,
.bg-two a:visited{
	color: #81c341;
}

 
.bg-three{
	background-color: #81c341;
}
@media (min-width: 780px) {
body.home .bg-three{
	background-image:url(images/hm-grid.png), url(images/texture.png);
	background-position: 0 250px, center;
    background-repeat: repeat-x, repeat;
}
}
.bg-two h2,
.bg-three h2,
.bg-two h3,
.bg-three h3,
.bg-two h4,
.bg-three h4,
.bg-two h5,
.bg-three h5{
	color: #231f20;
}

.bg-two blockquote,
.bg-three blockquote{
	border-left-color: #231f20;
}

.bg-two blockquote p,
.bg-three blockquote p{
	color: #231f20;
}

.bg-two hr,
.bg-three hr{
	border-top-color: #231f20;
}

.bg-two .callout,
.bg-three .callout{
	background-color: rgba(255, 255, 255, .25);
}

.bg-two .callout h2,
.bg-three .callout h2,
.bg-two .callout h3,
.bg-three .callout h3,
.bg-two .callout h4,
.bg-three .callout h4,
.bg-two .callout h5,
.bg-three .callout h5,
.bg-two .callout p,
.bg-three .callout p,
.bg-two .callout ul,
.bg-three .callout ul{
	color: #193664;
}
body.home .bg-three a{
	color: #FFFFFF;
}
body.home .bg-three a:hover{
	text-decoration:underline;
}

.bg-four{
	background-color: #dbdbdb;
	background-image:url(images/lt-bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
}
.bg-four hr{
	border-top-color: #999999;
}

.bg-five{
	background-image:url(images/drk-bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	color: #FFFFFF;
}
.bg-five a:link, .bg-five a:visited{
	color: #1EAEDB;
}
.bg-five a:hover{
	color: #81c341;
}

.bg-five h2,
.bg-five h3,
.bg-five h4{
	color: #81c341;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 0 2.5rem 0 1.5rem;
	color: #fff !important;
	text-align: center;
	font-size: 1.4rem;
	line-height: 38px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box; 
	background-color: #81c341;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
	background-image:url(images/button-arrow.png);
	background-position:center right;
	background-repeat:no-repeat;
}
 
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #ffffff;
	background-color:  #2a8ab9;
	outline: 0; }
.bg-five .button:hover,
.bg-five button:hover,
.bg-five input[type="submit"]:hover,
.bg-five input[type="reset"]:hover,
.bg-five input[type="button"]:hover,
.bg-five .button:focus,
.bg-five button:focus,
.bg-five input[type="submit"]:focus,
.bg-five input[type="reset"]:focus,
.bg-five input[type="button"]:focus {
	color: #ffffff;
	background-color: #2a8ab9;
	outline: 0; }  
.bg-three .button,
.bg-three button,
.bg-three input[type="submit"],
.bg-three input[type="reset"],
.bg-three input[type="button"] {
	background-color: #193664;
 } 
  
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
  
/* ==========================================================================
   Footer
   ========================================================================== */

.ftr-wrap{
	width: 100%;
	float: left;
	background-color: #2a8ab9;
	background-image:url(images/texture.png);
}

.ftr-wrap a:link,
.ftr-wrap a:visited{
	color: #FFFFFF;
	cursor: pointer;
}

.ftr-r,
.ftr-l{
	box-sizing: border-box;
	float: right;
	width: 100%;
	padding: 3rem;
	background-image:url(images/texture.png);
	min-height: 600px;
}

.ftr-l{
	background-color: #231f20;
	text-align:center;
	color: #FFFFFF;
}
.ftr-l p{
	font-size: 1.4rem;
}
.ftr-l a:link,
.ftr-l a:visited{
	text-decoration:underline;
}
.ftr-l a:hover{
	text-decoration:none;
	color: #2a8ab9;
}
.ftr-r{
	background-color: #2a8ab9;
	background-image: url(images/ftr-bg.png), url(images/texture.png);
	background-position: bottom right, left;
	background-repeat:no-repeat, repeat;
}


@media (min-width: 780px) {
	.ftr-l{
		width: 30%;
		text-align: left;
	}
	.ftr-r{
		width: 70%;
	}
	.ftr-r,
	.ftr-l{
		padding: 3rem;
	}
}

@media (min-width: 1000px) {
	.ftr-r,
	.ftr-l{
		padding: 6rem;
	}
}

@media (min-width: 1200px) {
	.ftr-l-wrap{
		width: 230px;
		float: right;
	}
}

.ftr-r ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.ftr-r ul.menu li{
	margin: 0 0 1rem;
}
.ftr-r ul.menu a{
	color: #FFFFFF;
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;	
	text-transform: uppercase;
}

.ftr-r ul.sub-menu{
	padding: 0;
	margin: 1rem 0 0;
}

.ftr-r ul.sub-menu a{
	font-size: 1.2rem;
	font-weight: 400;
	text-transform:none;
	display: block;
}
@media (min-width: 780px) {
	.ftr-col{
		width: 33.3333%;
		float: left;
		box-sizing:border-box;
		padding-right: 2rem;
	}
}
.ftr-r ul.menu a:hover,
.ftr-r ul.sub-menu a:hover{
	color: #333333;
}
p.ftr-logo{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 2rem;
}

ul.social{
	list-style-type:none;
	margin: 0 0 2rem;
	padding: 0;
	text-align:center;
}

ul.social li{
	display:inline-block;
	margin: 0 .6rem 0;
}

@media (min-width: 780px) {
	ul.social{
		text-align:left;
	}
	ul.social li{
		margin: 0 1rem 0 0;
	}
	
}

p.site-info{
	font-size: 1.2rem;
}

/* ==========================================================================
   Homepage
   ========================================================================== */

html{
    height: 100%;
    position: relative;
}

body.home{
    margin: 0;
    height: 100%;
    position: relative;    
}

.tagline-line-1{
	color: #FFFFFF;
	text-transform:uppercase;
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 1rem;
	letter-spacing: 10px;
}
.tagline-line-2{
	color: #81c341;
	font-size: 3.4rem;
	font-weight: 700;
}
.tagline-line-1 a{
	color: #FFFFFF;
}
.tagline-line-2 a{
	color: #81c341;
}

.tagline-line-1,
.tagline-line-2{
	text-shadow: 0 0 10px #000000;
	line-height:1;
}

@media (min-width: 780px){
	.tagline-line-1{
		font-size: 5.5rem;		
	}
/*	.tagline-line-2{
		font-size: 7.4rem;
	} */
	
	.tagline-line-2{
		font-size: 6.4rem;
	}
	
}

.sub-nav{
	background-color: #FFFFFF;
	box-sizing:border-box;
	float: left;
	width: 100%;
	margin-bottom: 4rem;
}
.sub-nav h4{
	width: 100%;
	background-color: #81c341;
	padding: 1rem 2rem;
	color: #FFFFFF;
	box-sizing:border-box;
	font-size: 1.5rem;
	text-transform:uppercase;
	margin-bottom: 1rem;
}
.sub-nav h4 a{
	color: #FFFFFF;
}
.sub-nav h4 a:hover{
	color: #193664;
}

.sub-nav ul{
	list-style-type:none;
	padding: 0;
	float: left;
	width: 100%;
}
.sub-nav li{
	margin-left: 2rem;
	padding: .5rem 0;
	margin-bottom: 0;
}
.sub-nav ul a{
	color: #2883b0;
	font-size: 1.4rem;
	box-sizing:border-box;
	background-image:url(images/button-arrow-lt-blue.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right: 25px;
}

.sub-nav ul a:hover{
	color: #81c341;
}

.sub-nav ul li.current_page_item a{
	background:none;
	font-weight: 700;
	color: #193664;
}

.sub-nav ul.children{
	list-style-type:disc;
	color: #666666;
	margin: 0;
}
.sub-nav ul.children li{
	padding: 0;
}
.sub-nav ul.children a{
	font-size: 1.25rem;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.button-primary{
    font-size: 18px;
    text-transform:uppercase;
    padding: 5px 18px;
    height: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}


/* ==========================================================================
   Slider
   ========================================================================== */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	
	z-index: 999999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 20px;
}
[dir='rtl'] .slick-prev
{
    right: 20px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 40px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 40px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    /*margin-bottom: 30px;*/
}

.slick-dots
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
	z-index: 99999999;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #ffffff;
}

/* ==========================================================================
   Custom Slider
   ========================================================================== 
   
.8vo-slider{
	background-color: #FFFFFF;
}

.slide{
	position:relative;
	background-color: #FFFFFF;
}

.slide-content{
	width: 100%;
	background-color: #000000;
	background-color: rgba(0,0,0,.75);
	box-sizing: border-box;
	padding: 2em 0 3em;
}

.slide-content h2{
	text-align:center;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.slide-content p{
	color: #FFFFFF;
	text-align:center;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.slide-content{
		position: absolute;
		bottom: 0;
	}
}

*/

/* ==========================================================================
   Gallery
   ========================================================================== */

.gallery{
	margin-bottom: 30px;
	width: 100%;
	float: left;
	
}

dl.gallery-item{
	width: 30%;
	float: left;
	margin:0.5% 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.gallery-columns-3 dl.gallery-item{
	width: 30%;
}

div.gallery-columns-4 dl.gallery-item{
	width: 23%;
}

dl.gallery-item img{
	display: block;
	margin: 0 auto;
}

/* ==========================================================================
    Calendar
   ========================================================================== */

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p{
	margin-bottom: 20px;
}

ol.vcalendar{
	list-style-type:none;
}

ol.vcalendar li{
	margin-bottom: 20px;
}

ol.vcalendar h4{
	margin-bottom: 0px;
}

/* ==========================================================================
   Woo
   ========================================================================== */

body.woocommerce{
	width: 100%;
	margin: 0;
}

.widget_shopping_cart{
	/*margin-right: 30px;*/
	margin-bottom: 30px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	font-size: 13px;
}

.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 1em;
    left: 0;
    opacity: 1;
}

.widget_shopping_cart span.quantity{
	font-size: 13px;
}

td.product-remove,
th.product-remove,
td.product-price,
th.product-price{
	display: none;
}

.woocommerce ul.products li.product .button,
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
	display: none;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price{
	text-align:center;
}

.woocommerce ul.products li.product h3{
	font-size: 1.8rem;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #333333;
}

h1.page-title{
	text-align:center;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #000000;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #666666;
}

.woocommerce div.product form.cart .button{
	height: 37px;
}

.woocommerce-cart .cart-collaterals .cart_totals table{
	width: 100%;
}

header.title,
div.woocommerce header{
	background: none;
	padding: inherit;
}

.vo-cart,
.menu-toolbar-container{
	display:inline-block;
	float: right;
}

.vo-cart{
	font-size: 1.2rem;
	color: #666666;
	text-transform:uppercase;
	padding: .5em;
	
}

.toolbar .vo-cart a{
	color: #1EAEDB;
}

.toolbar .vo-cart a:hover{
	color: #ffffff;
}

.woocommerce a.remove{
	color: #666666 !important;
}

.woocommerce a.remove:hover{
	background: #666666 !important;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a{
	float: left !important;
	width: 20%;
	margin: 0;
	clear: none;
	box-sizing:border-box;
	padding: 1rem;
}

@media (min-width: 500px) {

td.product-remove,
th.product-remove,
td.product-price,
th.product-price{
	display:table-cell;
}



}


@media (min-width: 780px){

.woocommerce .columns.u-pull-left{
	margin-left: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0;
    width: 33%;
    box-sizing: border-box;
    padding: 2rem 4rem;
}

}

/* ==========================================================================
   Blog
   ========================================================================== */

article{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1em;
	margin-bottom: 2em;
	display: block;
	width: 100%;
	float: left;
}

/* ==========================================================================
   Toolbar
   ========================================================================== */

.toolbar{
	background-color: #000000;
	box-sizing:border-box;
	border-bottom: 1px solid #333333;
}

.toolbar ul{
	margin: 0;
	padding: 0;
	text-align:right;
}

.toolbar li{
	display:inline-block;
	margin: 0;
}

.toolbar a{
	font-size: 1.2rem;
    color: #FFFFFF;
    padding: .5em;
	text-transform:uppercase; 
}

#main{
	position:relative;
	float: left;
	width: 100%;
}



/* ==========================================================================
   Homepage Tabs
   ========================================================================== */
.tabs{
	width: 100%;
	float: left;
	box-sizing:border-box;
}
a.tab{
	width: 100%;
	float: left;
	box-sizing:border-box;
	
	display: block;
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	border-bottom-color: rgba(0,0,0,.2);
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-right-color: rgba(0,0,0,.3);
	border-right-width: 1px;
	border-right-style: solid;
	background-image:url(images/tab-bg.png), url(images/texture.png);
	position:relative;
	
	
}
a.tab1{
	background-color: #0b9566;
	background-position:966px 434px;
}
a.tab2{
	background-color: #79bf3d;
	background-position:956px 280px;
}
a.tab3{
	background-color: #2e95c0;
	background-position: 886px 734px;
}
a.tab:hover{
}
a.tab1:hover{
	background-position:1066px 534px;
}
a.tab2:hover{
	background-position:1056px 380px;
}

a.tab3:hover{
	background-position: 986px 834px;
}
a.tab img{
	position:absolute;
	right: 20px;
	top: 40%;
}
.tab-title{
	text-transform: uppercase;
	font-size: 1.2rem;	
	color: #231f20;
}
.tab-text p{
	font-size: 2.2rem;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px #000000;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	margin: 0;
}
a.tab:hover .tab-text p{
	text-shadow:none;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

@media (min-width: 1000px) {
	a.tab{
		width: 33.3333%;
		text-align:left;
		border-bottom-width: 10px;
	}
	
}


a.zoomLink{
	display: block;
}

.press-releases-wrap{
	list-style-type:none;
	padding: 0;
}
.press-releases-wrap li{
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1.5rem;
	line-height: 1.4;
}
.press-releases-wrap a.title{
	display: block;
	font-weight: 700;
}

.press-releases-wrap .excerpt,
.press-releases-wrap .date{
	font-size: 1.3rem;
	line-height: 1.2;
}


a.hm-box{
	background-color: #ffffff;
	box-shadow: 1px 1px 10px #999999;
	box-sizing:border-box;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 2.75rem;
	overflow:hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.hm-box:hover{
	color: #193664;
	box-shadow: 1px 1px 10px #231f20;
}

a.hm-box img{
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.hm-box:hover img{
	  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}


/*
.hm-box-content{
	width: 100%;
	float: left;
	box-sizing:border-box;
	padding: 1rem 2rem;
}

*/



.hm-box-content p{
	margin: 0 0 1rem 0;
}

.webinar h3{
	font-size: 1.3rem;
	font-weight: 700;
	text-transform:uppercase;
	margin-bottom: .6rem;
}

.webinar p,
.webinar p a:link,
.webinar p a:visited{
	color: #FFFFFF;
	font-weight: 700;
}

.webinar p a:hover{
	color: #231f20;
}

.salesforce_w2l_lead .w2linput.text{
	width: 100% !important;
}

.salesforce_w2l_lead .w2llabel{
	font-weight:bold;
}

span.excerpt-dash{
	display: none;
}

.salesforce_w2l_lead select.w2linput{
	width: 100%;
}

textarea.vfb-textarea{
	max-width: 90%;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* Larger than mobile */
@media (min-width: 300px) {
	.hidden-desktop{
		display:block;
	}
	.hidden-mobile{
		display: none;
	}
}


/* Larger than tablet */
@media (min-width: 780px) {
	.hidden-desktop{
		display:none;
	}
	.hidden-mobile{
		display:block;
	}
}
