/*
Theme Name: GCEA
Theme URI: http://underscores.me/
Author: Spindletop Design - JH
Author URI: http://www.spindletopdesign.com/
Description: Custom theme for GCEA designed and built by Spindletop Design.
Version: 1.0
Text Domain: GCEA
Domain Path: /languages/
Tags:

GCEA is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
 TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Base Classes/Patterns
	3.1 - Helper Classes
	3.2 - Forms
	3.3 - Buttons
	3.4 - Icon
4.0 - Layout 
	4.1 - Grid
	4.2 - Header
	4.3 - Footer
5.0 - Posts and pages
	5.1 - Governance
	5.2 - Awards
6.0 - Widgets
	6.1 - Sidebar Navigation
	6.2 - Homepage Callouts
	6.3 - Quotes
	6.4 - Social Widget
	6.5 - News Feed
	6.6 - Sustaining Members Footer
7.0 - Media
	7.1 - Captions
	7.2 - Galleries
	7.3 - Images
8.0 - Cross Browser
9.0 - Responsive
10.0 - Print Style
--------------------------------------------------------------*/
/* Variables */
/* Mixins */
/* Responsive Variables */
/* 320px Actual Size */
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
.conf-menu{
	text-align: center;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; }

*, *:before, *:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #F2F2F2 url(img/body-bg.png) center center repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 95px; }
  @media screen and (max-width: 1140px) {
    body {
      padding-top: 0px; } }

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

a {
  -webkit-transition: color 0.2s, ease-in-out;
  -moz-transition: color 0.2s, ease-in-out;
  -ms-transition: color 0.2s, ease-in-out;
  -o-transition: color 0.2s, ease-in-out;
  transition: color 0.2s, ease-in-out; }

/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #929497;
  font-family: "franklin-gothic-urw", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.015em; }

@media only screen and (max-width: 480px) {
  body {
    font-size: 12px; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 7px;
  color: #4D4D4D; }
  h1 a, h1 a visted, h2 a, h2 a visted, h3 a, h3 a visted, h4 a, h4 a visted, h5 a, h5 a visted, h6 a, h6 a visted {
    color: #42B3DA; }

h1, h2 {
  font-size: 20px; }
  @media only screen and (max-width: 800px) {
    h1, h2 {
      font-size: 18px; } }
  @media only screen and (max-width: 480px) {
    h1, h2 {
      font-size: 16px; } }

h3 {
  font-size: 18px; }
  @media only screen and (max-width: 800px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-size: 16px; }
  @media only screen and (max-width: 480px) {
    h4 {
      font-size: 15px; } }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1, h2, h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: 700; }

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: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

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

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

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

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

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

a {
  color: #42B3DA; }

a:visited {
  color: #42B3DA; }

a:hover, a:focus, a:active {
  color: #929497; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 25px; }

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. */
  width: auto\9;
  -ms-interpolation-mode: bicubic; }

figure {
  margin: 0; }

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

th {
  font-weight: bold; }

.listCol1, .listCol2 {
  width: 46%;
  margin: 0 4% 25px 0;
  float: left; }
  @media only screen and (max-width: 1140px) {
    .listCol1, .listCol2 {
      width: 48%;
      margin-right: 2%; } }
  @media only screen and (max-width: 480px) {
    .listCol1, .listCol2 {
      width: 100%;
      margin: 0 0 20px 0;
      float: none; } }

.listCol2 {
  margin: 0 0 25px 4%; }
  @media only screen and (max-width: 1140px) {
    .listCol2 {
      margin-left: 2%; } }
  @media only screen and (max-width: 480px) {
    .listCol2 {
      margin-left: 0; } }

/*--------------------------------------------------------------
3.0 - Classes & Patterns
--------------------------------------------------------------*/
/* 3.1 Helper Classes
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text-wrap, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text-wrap:hover, .screen-reader-text-wrap:active, .screen-reader-text-wrap:focus, .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  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 */
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 5px 15px 10px 0; }
  @media only screen and (max-width: 480px) {
    .alignleft {
      display: block;
      float: none;
      margin: 10px auto; } }

.alignright {
  display: inline;
  float: right;
  margin: 5px 0 10px 15px; }
  @media only screen and (max-width: 480px) {
    .alignright {
      display: block;
      float: none;
      margin: 10px auto; } }

.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 10px auto; }

/* Clearfix */
.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; }

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

/* 3.2 Forms
--------------------------------------------------------------*/
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #42B3DA;
  box-shadow: none;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1em;
  letter-spacing: 0.035em;
  line-height: 1;
  padding: 8px 10px 6px 9px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border: none;
  box-shadow: none;
  background: #929497; }

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

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #666;
  border: none;
  background: #C8C8C8;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

input[type="text"]#s {
  font-size: 10px;
  line-height: 12px;
  width: 160px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #111; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px; }
  @media screen and (max-width: 480px) {
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
      padding: 4px; } }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

form .left-50-wrap, form .right-50-wrap {
  width: 49%;
  float: left; }
  @media screen and (max-width: 480px) {
    form .left-50-wrap, form .right-50-wrap {
      width: 100%; } }

form .right-50-wrap {
  margin-left: 2%; }
  @media screen and (max-width: 480px) {
    form .right-50-wrap {
      margin-left: 0; } }

/* 3.3 Buttons
--------------------------------------------------------------*/
button, .button, button:visited, .button:visited {
  color: #fff;
  font-family: "alternate-gothic-no-1-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 20px;
  line-height: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  display: inline-block;
  text-decoration: none;
  padding: 11px 15px 8px 15px;
  cursor: pointer;
  background: #42B3DA; }
  button.yellow, .button.yellow, button:visited.yellow, .button:visited.yellow {
    background: #FFE100;
    color: #42B3DA; }
  button.blue, .button.blue, button:visited.blue, .button:visited.blue {
    background: #42B3DA; }
  button.green, .button.green, button:visited.green, .button:visited.green {
    background: #7AD243; }
  button.large, .button.large, button:visited.large, .button:visited.large {
    font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
    font-size: 47px;
    letter-spacing: 0.025em;
    width: 100%;
    padding: 29px 25px 20px 25px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      button.large, .button.large, button:visited.large, .button:visited.large {
        font-size: 36px; } }
    @media only screen and (max-width: 1140px) {
      button.large, .button.large, button:visited.large, .button:visited.large {
        font-size: 52px;
        letter-spacing: 0.025em; } }
    @media only screen and (max-width: 480px) {
      button.large, .button.large, button:visited.large, .button:visited.large {
        font-size: 38px; } }
    @media only screen and (max-width: 400px) {
      button.large, .button.large, button:visited.large, .button:visited.large {
        font-size: 32px; } }
    button.large .icon, .button.large .icon, button:visited.large .icon, .button:visited.large .icon {
      background: url(img/GCEA-sprite.png) 0 -100px no-repeat;
      display: inline-block;
      height: 20px;
      width: 22px;
      margin-left: 13px;
      top: -4px;
      position: relative; }
      @media only screen and (max-width: 480px) {
        button.large .icon, .button.large .icon, button:visited.large .icon, .button:visited.large .icon {
          top: -3px; } }
      @media only screen and (max-width: 400px) {
        button.large .icon, .button.large .icon, button:visited.large .icon, .button:visited.large .icon {
          top: 0; } }
    button.large.yellow .icon, .button.large.yellow .icon, button:visited.large.yellow .icon, .button:visited.large.yellow .icon {
      background: url(img/GCEA-sprite.png) 0 -150px no-repeat; }
    button.large.yellow:hover .icon, button.large.yellow:focus .icon, .button.large.yellow:hover .icon, .button.large.yellow:focus .icon, button:visited.large.yellow:hover .icon, button:visited.large.yellow:focus .icon, .button:visited.large.yellow:hover .icon, .button:visited.large.yellow:focus .icon {
      background-position: 0 -100px; }
  button:hover, button:focus, .button:hover, .button:focus, button:visited:hover, button:visited:focus, .button:visited:hover, .button:visited:focus {
    color: #fff;
    background: #929497; }

/* 3.4 Tables
--------------------------------------------------------------*/
th {
  color: #fff;
  background: #4D4D4D;
  padding: 5px 15px; }

td {
  border-bottom: 1px solid #929497;
  padding: 20px 15px;
  vertical-align: middle; }
  td.odd {
    background: #f1f1f1; }

/*--------------------------------------------------------------
4.0 - Layout
--------------------------------------------------------------*/
.hentry {
  margin: 0; }

.byline, .updated {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

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

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

/* 4.1 - Grid
--------------------------------------------------------------*/
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.site-main {
  width: 65%;
  margin: 0 1% 0 0;
  background: #ffffff;
  padding: 25px 30px;
  float: left;
  -webkit-box-shadow: 0 2px 6px #C8C8C8;
  -moz-box-shadow: 0 2px 6px #C8C8C8;
  box-shadow: 0 2px 6px #C8C8C8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 800px) {
    .site-main {
      float: none;
      width: 100%;
      margin: 0 0 50px 0;
      padding: 25px; }
      .site-main:before, .site-main:after {
        content: "";
        display: table; }
      .site-main:after {
        clear: both; } }
  @media only screen and (max-width: 1140px) {
    .site-main {
      padding: 20px 15px;
      margin-bottom: 30px; } }

.home .site-main {
  min-height: 635px; }
  @media only screen and (max-width: 1140px) {
    .home .site-main {
      min-height: 0px; } }
      
.site-main2 {
  width: 100%;
  margin: 0 0 0 0;
  background: #ffffff;
  padding: 25px 30px;
  float: left;
  -webkit-box-shadow: 0 2px 6px #C8C8C8;
  -moz-box-shadow: 0 2px 6px #C8C8C8;
  box-shadow: 0 2px 6px #C8C8C8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 800px) {
    .site-main2 {
      float: none;
      width: 100%;
      margin: 0 0 50px 0;
      padding: 25px; }
      .site-main2:before, .site-main2:after {
        content: "";
        display: table; }
      .site-main2:after {
        clear: both; } }
  @media only screen and (max-width: 1140px) {
    .site-main2 {
      padding: 20px 15px;
      margin-bottom: 30px; } }

.home .site-main2 {
  min-height: 635px; }
  @media only screen and (max-width: 1140px) {
    .home .site-main2 {
      min-height: 0px; } }

.sidebar {
  width: 32%;
  margin: 0 0 0 1%;
  float: left; }
  @media only screen and (max-width: 800px) {
    .sidebar {
      float: none;
      width: 100%;
      margin: 0; } }

/* 4.2 - Header
--------------------------------------------------------------*/
/* Main Header/Navigation */
#masthead {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%; }
  #masthead.password-nag {
    top: 0px; }
    @media only screen and (min-width: 1140px) {
      #masthead.password-nag {
        top: 50px; } }
  #masthead .container {
    position: relative; }
    @media screen and (max-width: 1140px) {
      #masthead .container {
        padding: 0; } }
  @media screen and (max-width: 1140px) {
    #masthead {
      position: relative; } }

.admin-bar #masthead {
  top: 32px; }
  @media screen and (max-width: 1140px) {
    .admin-bar #masthead {
      top: 0; } }

.main-navigation {
  position: relative;
  z-index: 99998; }
  .main-navigation .site-title {
    width: 300px;
    height: 145px;
    padding: 25px 35px;
    float: left;
    background: #fff;
    margin-top: -40px;
    margin-bottom: 0;
    position: relative;
    z-index: 99997;
    -webkit-box-shadow: 0 2px 6px #C8C8C8;
    -moz-box-shadow: 0 2px 6px #C8C8C8;
    box-shadow: 0 2px 6px #C8C8C8;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 1140px) {
      .main-navigation .site-title {
        height: auto; } }
    .main-navigation .site-title a {
      padding: 0; }
      @media screen and (max-width: 1140px) {
        .main-navigation .site-title a {
          margin: 0 auto;
          width: 165px; } }
      @media screen and (max-width: 800px) {
        .main-navigation .site-title a {
          width: 120px; } }
    @media screen and (max-width: 1140px) {
      .main-navigation .site-title {
        width: 100%;
        max-height: none;
        text-align: center;
        margin-top: 0;
        padding: 15px 25px;
        float: none; } }

.main-navigation {
  background: #42B3DA;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  height: 55px;
  overflow: visible;
  -webkit-box-shadow: 0 2px 6px #C8C8C8;
  -moz-box-shadow: 0 2px 6px #C8C8C8;
  box-shadow: 0 2px 6px #C8C8C8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 1140px) {
    .main-navigation {
      height: auto;
      float: none; } }

.menu-main-menu-container {
  display: block;
  width: 100%;
  border-collapse: collapse;
  border: none;
  position: absolute;
  left: 0;
  padding-left: 315px;
  padding-right: 15px; }
  @media screen and (max-width: 1140px) {
    .menu-main-menu-container {
      left: 0;
      width: 100%;
      background: #42B3DA;
      margin-left: 0;
      padding: 0;
      position: relative; } }
  .menu-main-menu-container > ul {
    display: table;
    width: 100%; }
    .menu-main-menu-container > ul > li {
      display: table-cell;
      margin: 0;
      float: none;
      margin-left: 320px;
      cursor: default; }
      .menu-main-menu-container > ul > li + li {
        margin-left: 0; }
      .menu-main-menu-container > ul > li:nth-of-type(4) ul li:hover > ul, .menu-main-menu-container > ul > li:nth-of-type(5) ul li:hover > ul, .menu-main-menu-container > ul > li:last-of-type ul li:hover > ul, .menu-main-menu-container > ul > li.menu-item-963 ul li:hover > ul {
        left: -250px; }
        @media screen and (max-width: 1140px) {
          .menu-main-menu-container > ul > li:nth-of-type(4) ul li:hover > ul, .menu-main-menu-container > ul > li:nth-of-type(5) ul li:hover > ul, .menu-main-menu-container > ul > li:last-of-type ul li:hover > ul, .menu-main-menu-container > ul > li.menu-item-963 ul li:hover > ul {
            left: -185px; } }
      .menu-main-menu-container > ul > li > a {
        padding: 19px 5px 18px 5px;
        text-align: center; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 22px;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

.main-navigation li {
  position: relative;
  margin: 0; }

.main-navigation li:last-of-type a, .main-navigation li.menu-item-25 a {
  padding-right: 0; }

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 0.85;
  letter-spacing: 0.065em;
  padding: 19px 25px 18px 25px; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 55px;
  left: -999em;
  z-index: 7000;
  font-family: "alternate-gothic-no-3-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  background: #42B3DA;
  padding: 10px 0; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 250px;
  padding: 7px 10px 5px 15px; }
  @media screen and (max-width: 1140px) {
    .main-navigation ul ul a {
      width: 185px; } }

.main-navigation li:hover > a {
  background: #329cbf; }

.main-navigation ul ul a:hover {
  background: #4D4D4D; }

.main-navigation ul li:hover > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul {
  left: 100%; }

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
  background: #4D4D4D; }

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

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

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

.utility-navigation {
  height: 40px;
  width: 100%;
  background: #4D4D4D;
  padding: 6px;
  -webkit-box-shadow: 0 2px 6px #C8C8C8;
  -moz-box-shadow: 0 2px 6px #C8C8C8;
  box-shadow: 0 2px 6px #C8C8C8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 800px) {
    .utility-navigation {
      height: auto;
      padding: 3px 0 5px 0; } }
  .utility-navigation ul {
    text-align: right;
    list-style: none; }
    @media screen and (max-width: 800px) {
      .utility-navigation ul {
        text-align: center; } }
    .utility-navigation ul li {
      display: inline-block;
      vertical-align: bottom;
      color: #B3B3B3;
      font-weight: 700; }
      .utility-navigation ul li a, .utility-navigation ul li a:visited {
        font-size: 10px;
        color: #C8C8C8;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        padding: 3px;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 800px) {
          .utility-navigation ul li a, .utility-navigation ul li a:visited {
            font-size: 9px; } }
      .utility-navigation ul li a:hover, .utility-navigation ul li a:focus {
        color: #42B3DA; }
      @media only screen and (max-width: 800px) {
        .utility-navigation ul li.welcome {
          display: block; }
          .utility-navigation ul li.welcome + li {
            display: none; } }
      @media screen and (max-width: 800px) {
        .utility-navigation ul li.facebook, .utility-navigation ul li.twitter, .utility-navigation ul li.search, .utility-navigation ul li.youtube, .utility-navigation ul li.linkedin {
          display: none; } }
      .utility-navigation ul li.facebook a, .utility-navigation ul li.twitter a, .utility-navigation ul li.youtube a, .utility-navigation ul li.linkedin a, .utility-navigation ul li.search input[type="submit"] {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: none;
        background: url(img/GCEA-sprite.png) 0 0 no-repeat;
        display: inline-block;
        padding: 0;
        margin: 0;
        vertical-align: bottom; }
      .utility-navigation ul li.facebook a {
        width: 7px;
        height: 13px;
        background-position: -150px 0;
        position: relative;
        bottom: 4px; }
        .utility-navigation ul li.facebook a:hover, .utility-navigation ul li.facebook a:focus {
          background-position: -150px -50px; }
      .utility-navigation ul li.twitter a {
        width: 14px;
        height: 11px;
        background-position: -100px 0;
        position: relative;
        bottom: 5px; }
        .utility-navigation ul li.twitter a:hover, .utility-navigation ul li.twitter a:focus {
          background-position: -100px -50px; }
		.utility-navigation ul li.linkedin a {
        width: 11px;
        height: 11px;
        background-position: -100px -250px;
        position: relative;
        bottom: 5px; }
        .utility-navigation ul li.linkedin a:hover, .utility-navigation ul li.linkedin a:focus {
          background-position: -150px -250px; }
        .utility-navigation ul li.youtube a {
        width: 15px;
        height: 11px;
        background-position: 0px -250px;
        position: relative;
        bottom: 5px; }
        .utility-navigation ul li.youtube a:hover, .utility-navigation ul li.youtube a:focus {
          background-position: -50px -250px; }
      .utility-navigation ul li.twitter, .utility-navigation ul li.facebook, .utility-navigation ul li.linkedin, .utility-navigation ul li.youtube {
        margin-left: 10px;
        vertical-align: bottom; }
      .utility-navigation ul li.search {
        margin-right: 5px; }
        .utility-navigation ul li.search form {
          position: relative; }
      .utility-navigation ul li.search input[type="submit"] {
        width: 12px;
        height: 11px;
        background-position: -200px 0;
        position: absolute;
        right: 4px;
        top: 8px;
        z-index: 9999; }
        .utility-navigation ul li.search input[type="submit"]:hover, .utility-navigation ul li.search input[type="submit"]:focus {
          background: url(img/GCEA-sprite.png) 0 0 no-repeat;
          background-position: -200px -50px;
          border: none; }

/* Page Headers */
.page-header .entry-title {
  font-family: "franklin-gothic-urw", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #4D4D4D;
  font-weight: 700;
  padding-bottom: 12px; }
  @media only screen and (max-width: 1140px) {
    .page-header .entry-title {
      font-size: 30px; } }
  @media only screen and (max-width: 800px) {
    .page-header .entry-title {
      font-size: 26px; } }
  @media only screen and (max-width: 480px) {
    .page-header .entry-title {
      font-size: 22px; } }
  @media only screen and (max-width: 400px) {
    .page-header .entry-title {
      font-size: 18px; } }
.page-header .image-header {
  background-color: #42B3DA;
  background-position: right center;
  background-repeat: no-repeat; }
  .page-header .image-header .entry-title {
    font-family: "alternate-gothic-no-1-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
    font-size: 78px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding-top: 145px; }
  .page-header .image-header + .breadcrumb {
    padding: 10px 0 5px 0; }
.page-header .breadcrumb {
  font-size: 14px;
  text-transform: uppercase;
  color: #B3B3B3;
  font-weight: 500;
  padding: 90px 0 15px 0; }
  @media only screen and (max-width: 800px) {
    .page-header .breadcrumb {
      padding-top: 25px;
      font-size: 12px; } }
  .page-header .breadcrumb span {
    font-size: 16px;
    line-height: 1;
    padding: 0 3px; }
  .page-header .breadcrumb a, .page-header .breadcrumb a:visited {
    color: #B3B3B3;
    text-decoration: none;
    white-space: nowrap; }
  .page-header .breadcrumb a:hover, .page-header .breadcrumb a:focus {
    color: #42B3DA; }

/* Small Nav */
@media only screen and (min-width: 1140px) {
  #masthead.full .site-title {
    -webkit-transition: all 0.2s, ease-in-out;
    -moz-transition: all 0.2s, ease-in-out;
    -ms-transition: all 0.2s, ease-in-out;
    -o-transition: all 0.2s, ease-in-out;
    transition: all 0.2s, ease-in-out; }
  #masthead.full .menu-main-menu-container {
    -webkit-transition: padding 0.2s, ease-in-out;
    -moz-transition: padding 0.2s, ease-in-out;
    -ms-transition: padding 0.2s, ease-in-out;
    -o-transition: padding 0.2s, ease-in-out;
    transition: padding 0.2s, ease-in-out; }

  #masthead.small .site-title {
    width: 150px;
    height: 76px;
    padding: 8px 16px 8px 18px;
    margin-top: -30px; }
  #masthead.small .menu-main-menu-container {
    padding-left: 165px; }
  #masthead.small .menu-main-menu-container > ul > li > a {
    padding: 15px 5px 13px 5px; }
  #masthead.small .main-navigation {
    height: 46px; }
  #masthead.small .main-navigation ul ul {
    top: 46px; }
  #masthead.small .main-navigation ul ul ul {
    top: 0; }
  #masthead.small .utility-navigation {
    height: 30px;
    padding: 1px 0; }
 }

/* Mobile Nav */
.menu-toggle, #mobile-navigation {
  display: none; }
  @media screen and (max-width: 800px) {
    .menu-toggle, #mobile-navigation {
      display: block;
      float: none; } }

@media screen and (max-width: 800px) {
  #site-navigation .menu-main-menu-container {
    display: none; } }

#mobile-navigation {
  background: #42B3DA; }
  #mobile-navigation:before, #mobile-navigation:after {
    content: "";
    display: table; }
  #mobile-navigation:after {
    clear: both; }
  #mobile-navigation .active {
    display: block; }
  #mobile-navigation .nav > li {
    border-top: 1px solid #329cbf;
    float: none; }
    #mobile-navigation .nav > li.hover > ul {
      left: 0;
      position: static; }
    #mobile-navigation .nav > li > a {
      display: block; }
    #mobile-navigation .nav > li > .parent {
      background-image: url("http://webdesigntutsplus.s3.amazonaws.com/tuts/378_tessa/tessa-lt-dropdowns-21c7868/images/downArrow.png");
      background-repeat: no-repeat;
      background-position: 95% 50%;
      background-image: none; }
  #mobile-navigation .nav:before, #mobile-navigation .nav:after {
    content: "";
    display: table; }
  #mobile-navigation .nav:after {
    clear: both; }
  #mobile-navigation ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    #mobile-navigation ul li {
      position: relative; }
      #mobile-navigation ul li a {
        text-decoration: none;
        padding: 10px 15px;
        color: #fff; }
      #mobile-navigation ul li ul {
        position: absolute;
        left: -9999px; }
      #mobile-navigation ul li li.hover ul {
        left: 100%;
        top: 0;
        position: static; }
      #mobile-navigation ul li li a {
        display: block;
        background: #4D4D4D;
        position: relative;
        z-index: 100;
        border-top: 1px solid #929497; }
      #mobile-navigation ul li li li a {
        background: #929497;
        z-index: 200;
        border-top: 1px solid #4D4D4D; }
      #mobile-navigation ul li .more {
        background-image: url("http://webdesigntutsplus.s3.amazonaws.com/tuts/378_tessa/tessa-lt-dropdowns-21c7868/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
        width: 10%;
        border-left: 1px solid #B3B3B3;
        padding: 8px 15px;
        margin: 2px 5px 2px 0px;
        cursor: pointer;
        z-index: 200;
        position: absolute;
        top: 0;
        right: 0; }
        #mobile-navigation ul li .more:before {
          content: "";
          background: #329cbf;
          width: 1px;
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -2px; }

.toggleMenu {
  display: block;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 60px;
  height: 22px;
  margin: 6px auto 5px auto;
  padding: 3px 6px;
  border: 1px solid #B3B3B3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .toggleMenu:visited {
    color: #fff; }
  .toggleMenu span {
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    height: 10px;
    width: 13px;
    float: left; }
    .toggleMenu span hr {
      width: 13px;
      margin: 2px auto;
      border: none;
      background: #fff;
      height: 2px;
      display: block; }
  .toggleMenu:hover, .toggleMenu:focus {
    background: #fff;
    color: #329cbf;
    border-color: #fff; }
    .toggleMenu:hover hr, .toggleMenu:focus hr {
      background: #329cbf; }

.error.default-password-nag {
  color: #4D4D4D;
  text-align: center;
  border: 5px solid #FFE100;
  background: #fff;
  top: 0;
  width: 100%; }
  @media only screen and (min-width: 1140px) {
    .error.default-password-nag {
      position: fixed; } }

.error.default-password-nag strong {
  text-transform: uppercase; }

.error.default-password-nag a {
  font-weight: 700; }

.error.default-password-nag p {
  margin: 10px auto 13px auto;
  line-height: 1.15; }

/* 4.3 - Footer
--------------------------------------------------------------*/
.site-footer {
  background: #4D4D4D;
  color: #B3B3B3;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin: 80px auto 0 auto;
  padding: 10px 0; }
  .site-footer a {
    color: #B3B3B3;
    text-decoration: none; }
  .site-footer a:visted {
    color: #B3B3B3;
    text-decoration: none; }
  .site-footer a:hover, .site-footer a:focus {
    color: #42B3DA; }
  .site-footer a:hover, .site-footer a:focus {
    color: #42B3DA; }
  .site-footer p {
    margin: 0 auto; }
  .site-footer .contact-info {
    margin: 25px auto; }
    .site-footer .contact-info h6 {
      font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
      text-transform: uppercase;
      color: #B3B3B3;
      font-size: 18px;
      letter-spacing: 0.07em;
      display: inline;
      padding-right: 20px; }
      @media only screen and (max-width: 480px) {
        .site-footer .contact-info h6 {
          display: block;
          padding: 0;
          font-size: 16px; } }
    .site-footer .contact-info p {
      display: inline;
      position: relative;
      top: -1px; }
      @media only screen and (max-width: 800px) {
        .site-footer .contact-info p .sep {
          display: block;
          color: #4D4D4D;
          font-size: 1px;
          line-height: 0; }
 }
      @media only screen and (max-width: 480px) {
        .site-footer .contact-info p {
          font-size: 11px; } }
  .site-footer .footer-buttons {
    margin: 25px auto; }
    .site-footer .footer-buttons .button {
      width: 110px;
      height: 110px;
      padding-top: 35px;
      margin: 5px 20px;
      -webkit-border-radius: 110px;
      border-radius: 110px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      color: #fff; }
      @media only screen and (max-width: 480px) {
        .site-footer .footer-buttons .button {
          width: 95px;
          height: 95px;
          padding-top: 27px;
          margin: 5px 8px;
          -webkit-border-radius: 95px;
          border-radius: 95px;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */ } }
      .site-footer .footer-buttons .button .icon {
        background: url(img/GCEA-sprite.png) -50px -100px no-repeat;
        display: block;
        width: 10px;
        height: 10px;
        margin: 5px auto; }
  .site-footer .site-info {
    margin: 36px auto 22px auto; }
    @media only screen and (max-width: 1140px) {
      .site-footer .site-info p {
        font-size: 12px; } }
    @media only screen and (max-width: 800px) {
      .site-footer .site-info p {
        font-size: 10px; }
        .site-footer .site-info p .sep {
          display: block;
          color: #4D4D4D;
          font-size: 1px;
          line-height: 0; }
        .site-footer .site-info p a {
          display: block; } }

/* 5.0 - Posts and pages
--------------------------------------------------------------*/
/* 5.1 - Governance
--------------------------------------------------------------*/
.governance ul {
  list-style: none; }
  .governance ul li {
    color: #929497;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1140px) {
      .governance ul li {
        font-size: 14px; } }
    @media only screen and (max-width: 480px) {
      .governance ul li {
        font-size: 13px;
        margin-bottom: 15px; } }
    .governance ul li span {
      display: block; }
    .governance ul li .title {
      color: #929497;
      font-size: 16px; }
    .governance ul li address {
      margin-bottom: 0; }

/* 5.2 - Awards
--------------------------------------------------------------*/
.awards-list {
  margin-top: 25px; }
  .awards-list ul {
    list-style: none; }
    .awards-list ul li {
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 8px; }
    @media only screen and (max-width: 480px) {
      .awards-list ul {
        margin-bottom: 0; } }

/* 5.3 - Committees
--------------------------------------------------------------*/
/* 5.4 - Publications
--------------------------------------------------------------*/
.publications .listCol1, .publications .listCol2 {
  width: 47%;
  margin: 0 3% 25px 0;
  float: left; }
  @media only screen and (max-width: 1140px) {
    .publications .listCol1, .publications .listCol2 {
      width: 48%;
      margin-right: 2%; } }
  @media only screen and (max-width: 480px) {
    .publications .listCol1, .publications .listCol2 {
      width: 100%;
      margin: 0 0 20px 0;
      float: none; } }
.publications .listCol2 {
  margin: 0 0 25px 3%; }
  @media only screen and (max-width: 1140px) {
    .publications .listCol2 {
      margin-left: 2%; } }
  @media only screen and (max-width: 480px) {
    .publications .listCol2 {
      margin-left: 0; } }
.publications h4 {
  line-height: 1.15;
  margin-bottom: 5px;
  text-align: left; }
  @media only screen and (max-width: 1140px) {
    .publications h4 {
      font-size: 14px; } }
  @media only screen and (max-width: 480px) {
    .publications h4 {
      font-size: 13px; } }
.publications ul {
  list-style: none; }
  .publications ul li {
    margin-bottom: 2px;
    font-size: 14px;
    letter-spacing: 0.1; }
    @media only screen and (max-width: 800px) {
      .publications ul li {
        font-size: 14px; } }
    @media only screen and (max-width: 480px) {
      .publications ul li {
        font-size: 12px; } }
  .publications ul ul {
    margin: 0 0 15px 0; }
  .publications ul .filesize {
    font-size: 12px; }
    @media only screen and (max-width: 800px) {
      .publications ul .filesize {
        font-size: 10px; } }

/* 5.5 - Regions
--------------------------------------------------------------*/
.page-template-page-regions-php .site-main > article + .contact-info, .page-template-page-regions-php .site-main > article + .news, .page-template-page-regions-php .site-main > .contact-info + .news {
  margin-top: 75px; }
  @media only screen and (max-width: 1140px) {
    .page-template-page-regions-php .site-main > article + .contact-info, .page-template-page-regions-php .site-main > article + .news, .page-template-page-regions-php .site-main > .contact-info + .news {
      margin-top: 50px; } }
  @media only screen and (max-width: 480px) {
    .page-template-page-regions-php .site-main > article + .contact-info, .page-template-page-regions-php .site-main > article + .news, .page-template-page-regions-php .site-main > .contact-info + .news {
      margin-top: 35px; } }
.page-template-page-regions-php .site-main .contact-info {
  color: #929497;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .page-template-page-regions-php .site-main .contact-info {
      font-size: 13px; } }
  .page-template-page-regions-php .site-main .contact-info span {
    display: block; }
  .page-template-page-regions-php .site-main .contact-info .title {
    color: #929497;
    font-size: 16px; }
  .page-template-page-regions-php .site-main .contact-info address {
    margin-bottom: 0; }

/* 5.6 - Project Exchange
--------------------------------------------------------------*/
.project-table {
  margin: 0; }
  .project-table .title {
    text-transform: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700; }
    @media only screen and (max-width: 1140px) {
      .project-table .title {
        font-size: 14px;
        letter-spacing: 0.02em; } }
    .project-table .title a {
      text-decoration: none; }
  .project-table td {
    width: 55%; }
    @media only screen and (max-width: 1140px) {
      .project-table td {
        font-size: 14px;
        padding: 15px 10px; } }
    @media only screen and (max-width: 480px) {
      .project-table td {
        font-size: 12px;
        width: 70%; } }
  .project-table td + td {
    width: 22.5%;
    padding-left: 5px;
    padding-right: 5px; }
    @media only screen and (max-width: 480px) {
      .project-table td + td {
        width: 30%; } }
  .project-table th.odd, .project-table td + td {
    text-align: center; }
  @media only screen and (max-width: 1140px) {
    .project-table .button {
      font-size: 18px;
      padding: 13px 10px 10px 10px; } }
  @media only screen and (max-width: 1140px) {
    .project-table .button {
      font-size: 14px;
      padding: 15px 8px 12px 8px; } }
  @media only screen and (max-width: 480px) {
    .project-table th.odd, .project-table td.odd {
      display: none;
      visibility: hidden; } }

.exchange-header {
  padding-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .exchange-header {
      text-align: center;
      padding-bottom: 15px; } }
  .exchange-header h4 {
    line-height: 1.2;
    margin-bottom: 30px; }
  .exchange-header .button {
    margin-left: 25px; }
  @media only screen and (max-width: 480px) {
    .exchange-header select, .exchange-header .button {
      display: block;
      margin: 15px auto;
      text-align: center;
      max-width: 200px; } }

.archive-pagination {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  background: #4D4D4D;
  text-align: center;
  padding: 5px 15px; }
  .archive-pagination .page-numbers {
    color: #fff;
    font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
    text-decoration: none;
    padding: 2px; }
    .archive-pagination .page-numbers.current, .archive-pagination .page-numbers:hover, .archive-pagination .page-numbers:focus {
      color: #42B3DA; }

/* 5.7 - Forums
--------------------------------------------------------------*/
.bbp-search-form {
  margin-bottom: 15px; }

input[type="submit"]#bbp_search_submit {
  background: #42B3DA;
  color: #fff;
  font-size: 12px;
  padding: 7px 15px 5px 15px;
  line-height: 1; }
  @media only screen and (max-width: 480px) {
    input[type="submit"]#bbp_search_submit {
      padding: 5px 15px 3px 15px;
      position: relative;
      top: 1px; } }

@media only screen and (max-width: 480px) {
  li.bbp-topic-title .bbp-topic-meta {
    display: none; } }

@media only screen and (max-width: 800px) {
  li.bbp-forum-topic-count, li.bbp-topic-voice-count {
    display: none; } }

@media only screen and (max-width: 800px) {
  li.bbp-forum-info, li.bbp-topic-title {
    width: 47% !important; } }

@media only screen and (max-width: 800px) {
  li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    width: 20% !important; } }

@media only screen and (max-width: 800px) {
  li.bbp-forum-freshness, li.bbp-topic-freshness {
    width: 33% !important; } }

@media only screen and (max-width: 480px) {
  li.bbp-forum-freshness .bbp-topic-meta, li.bbp-topic-freshness .bbp-topic-meta {
    display: none; } }

@media only screen and (max-width: 480px) {
  #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
    display: none; } }
@media only screen and (max-width: 480px) {
  #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
    margin-left: 0; } }

/* 5.8 - Profile
--------------------------------------------------------------*/
#your-profile #pass-strength-result {
  float: none; }

#your-profile .form-table input[type="checkbox"] + label {
  display: inline;
  position: relative;
  top: 1px;
  font-size: 14px;
  color: #4D4D4D; }

@media only screen and (max-width: 600px) {
  #your-profile #current_level_cost, #your-profile .description {
    display: block; }

  #your-profile .form-table th, #your-profile .form-table td {
    width: 100%;
    display: block;
    padding: 0;
    border: none; }

  #your-profile .form-table th {
    color: #4D4D4D;
    background: none; }

  #your-profile .form-table select {
    width: 100%;
    max-width: 300px; }

  #your-profile .form-table input {
    width: 100%;
    max-width: 300px; }

  #your-profile .form-table input[type="checkbox"] {
    width: auto; }
 }

/*--------------------------------------------------------------
6.0 Widgets & Modules
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

.section-title {
  color: #4D4D4D;
  font-size: 20px;
  letter-spacing: 0.115em;
  line-height: 1.15;
  text-transform: uppercase;
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 25px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 1140px) {
    .section-title {
      font-size: 18px; } }
  @media only screen and (max-width: 480px) {
    .section-title {
      font-size: 16px; } }

/* 6.1 - Sidebar Menu
--------------------------------------------------------------*/
.sidebar-nav {
  color: #fff;
  background: #4D4D4D;
  -webkit-box-shadow: 0 2px 6px #C8C8C8;
  -moz-box-shadow: 0 2px 6px #C8C8C8;
  box-shadow: 0 2px 6px #C8C8C8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 18px 30px 15px 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .sidebar-nav {
      padding-bottom: 15px; } }
  .sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar-nav ul li {
      margin-bottom: 4px; }
      .sidebar-nav ul li a, .sidebar-nav ul li a.visted {
        color: #fff;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.025em;
        text-decoration: none;
        font-weight: 700;
        display: block;
        padding: 6px 0; }
        @media only screen and (max-width: 1140px) {
          .sidebar-nav ul li a, .sidebar-nav ul li a.visted {
            font-size: 16px;
            padding: 4px 0; } }
        @media only screen and (max-width: 480px) {
          .sidebar-nav ul li a, .sidebar-nav ul li a.visted {
            padding: 5px 0; } }
      .sidebar-nav ul li a:focus, .sidebar-nav ul li a:hover {
        color: #42B3DA; }
      .sidebar-nav ul li.current-user {
        color: #B3B3B3;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-bottom: 8px; }
      .sidebar-nav ul li.current-menu-item, .sidebar-nav ul li.current-menu-ancestor {
        display: block; }
        .sidebar-nav ul li.current-menu-item li, .sidebar-nav ul li.current-menu-ancestor li {
          display: block; }
      .sidebar-nav ul li.current-menu-item > a, .sidebar-nav ul li.current-menu-item > a.visted {
        color: #42B3DA; }

.sidebar .social, .sidebar > a.button {
  -webkit-box-shadow: 0 2px 6px #C8C8C8;
  -moz-box-shadow: 0 2px 6px #C8C8C8;
  box-shadow: 0 2px 6px #C8C8C8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 800px) {
    .sidebar .social, .sidebar > a.button {
      width: 47.5%;
      float: left;
      padding-right: 60px; }
      .sidebar .social + a.button, .sidebar > a.button + a.button {
        margin-left: 5%; } }
  @media only screen and (max-width: 600px) {
    .sidebar .social, .sidebar > a.button {
      font-size: 42px;
      padding-right: 25px; } }
  @media only screen and (max-width: 480px) {
    .sidebar .social, .sidebar > a.button {
      width: 100%;
      font-size: 32px; }
      .sidebar .social .icon, .sidebar > a.button .icon {
        top: -1px; }
      .sidebar .social + a.button, .sidebar > a.button + a.button {
        margin-left: 0; } }

@media only screen and (max-width: 800px) {
  .logged-in .sidebar-nav {
    width: 47.5%;
    float: left;
    margin-right: 5%; } }
@media only screen and (max-width: 480px) {
  .logged-in .sidebar-nav {
    float: none;
    width: 100%;
    margin-right: 0; } }
@media only screen and (max-width: 800px) {
  .logged-in .loggedin-sidebar {
    float: right;
    margin-left: 0;
    width: 47.5%; }
    .logged-in .loggedin-sidebar .search, .logged-in .loggedin-sidebar .social, .logged-in .loggedin-sidebar a.button {
      float: none;
      width: 100%;
      margin-left: 0; } }
@media only screen and (max-width: 480px) {
  .logged-in .loggedin-sidebar {
    float: none;
    width: 100%; } }

/* 6.2 - Homepage Callouts
--------------------------------------------------------------*/
section.callouts {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 480px) {
    section.callouts {
      margin-top: 25px;
      margin-bottom: 20px; } }
  section.callouts .callout {
    background: #fff;
    width: 31.5%;
    margin: 0 1%;
    border: 13px solid #FFE100;
    padding: 25px 10px 10px 10px;
    float: left;
    text-align: center;
    min-height: 360px;
    position: relative;
    -webkit-box-shadow: 0 2px 6px #C8C8C8;
    -moz-box-shadow: 0 2px 6px #C8C8C8;
    box-shadow: 0 2px 6px #C8C8C8;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
    section.callouts .callout:before, section.callouts .callout:after {
      content: "";
      display: table; }
    section.callouts .callout:after {
      clear: both; }
    @media only screen and (max-width: 1140px) {
      section.callouts .callout {
        min-height: 340px; } }
    @media only screen and (max-width: 1140px) {
      section.callouts .callout {
        min-height: 330px; } }
    @media only screen and (max-width: 800px) {
      section.callouts .callout {
        width: 100%;
        float: none;
        margin: 25px 0;
        min-height: 0;
        padding: 20px;
        text-align: left; } }
    section.callouts .callout .title {
      font-family: "alternate-gothic-no-1-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
      font-size: 54px;
      line-height: 0.85;
      letter-spacing: 0.01em;
      color: #4D4D4D;
      margin: 10px auto 10px auto;
      min-height: 90px; }
      @media only screen and (max-width: 1200px) {
        section.callouts .callout .title {
          font-size: 42px;
          min-height: 80px; } }
      @media only screen and (max-width: 1140px) {
        section.callouts .callout .title {
          font-size: 38px;
          min-height: 70px; } }
      @media only screen and (max-width: 800px) {
        section.callouts .callout .title {
          min-height: 0;
          padding-right: 90px; } }
      @media only screen and (max-width: 480px) {
        section.callouts .callout .title {
          font-size: 30px;
          float: left; } }
    section.callouts .callout .text {
      font-size: 16px;
      line-height: 1.375;
      letter-spacing: 0.015em;
      color: #929497; }
      @media only screen and (max-width: 1200px) {
        section.callouts .callout .text {
          font-size: 14px; } }
      @media only screen and (max-width: 1140px) {
        section.callouts .callout .text {
          font-size: 12px; } }
      @media only screen and (max-width: 800px) {
        section.callouts .callout .text {
          font-size: 14px;
          margin-bottom: 0px;
          padding-right: 90px; } }
      @media only screen and (max-width: 480px) {
        section.callouts .callout .text {
          display: none; } }
    section.callouts .callout .more-link {
      color: #fff;
      font-family: "alternate-gothic-no-1-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
      font-size: 24px;
      line-height: 0.85;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      padding-top: 23px;
      margin: 0 auto;
      width: 75px;
      height: 75px;
      background: #4D4D4D;
      overflow: hidden;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      @media only screen and (max-width: 480px) {
        section.callouts .callout .more-link {
          float: right; } }
      @media only screen and (max-width: 800px) {
        section.callouts .callout .more-link {
          text-align: center;
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -37px; } }
      section.callouts .callout .more-link .icon {
        background: url(img/GCEA-sprite.png) -50px -100px no-repeat;
        display: block;
        width: 10px;
        height: 10px;
        margin: 5px auto; }
    section.callouts .callout-1 {
      border-color: #FFE100;
      margin-left: 0; }
      section.callouts .callout-1 .more-link:hover, section.callouts .callout-1 .more-link:focus {
        background: #FFE100; }
    section.callouts .callout-2 {
      border-color: #42B3DA; }
      section.callouts .callout-2 .more-link:hover, section.callouts .callout-2 .more-link:focus {
        background: #42B3DA; }
    section.callouts .callout-3 {
      border-color: #7AD243;
      margin-right: 0; }
      section.callouts .callout-3 .more-link:hover, section.callouts .callout-3 .more-link:focus {
        background: #7AD243; }

/* 6.3 - Quotes
--------------------------------------------------------------*/
.quote {
  color: #fff;
  position: relative;
  padding: 30px 45px 30px 50px;
  margin-bottom: 65px;
  background: #42B3DA;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 2px 6px #C8C8C8;
  -moz-box-shadow: 0 2px 6px #C8C8C8;
  box-shadow: 0 2px 6px #C8C8C8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 1140px) {
    .quote {
      padding: 30px; } }
  @media only screen and (max-width: 800px) {
    .quote {
      padding: 30px 45px 30px 50px; } }
  @media only screen and (max-width: 400px) {
    .quote {
      padding: 20px 30px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      margin-bottom: 30px; } }
  .quote blockquote {
    color: #fff;
    font-size: 20px;
    line-height: 1.23;
    font-weight: 500;
    letter-spacing: 0.035em;
    margin: 0;
    padding: 0;
    quotes: "“" "”" "‘" "’";
    position: relative;
    min-height: 218px; }
    @media only screen and (max-width: 1200px) {
      .quote blockquote {
        font-size: 18px;
        min-height: 0; } }
    @media only screen and (max-width: 1140px) {
      .quote blockquote {
        font-size: 16px;
        min-height: 0px; } }
    @media only screen and (max-width: 800px) {
      .quote blockquote {
        font-size: 20px; } }
    @media only screen and (max-width: 480px) {
      .quote blockquote {
        font-size: 16px; } }
    @media only screen and (max-width: 400px) {
      .quote blockquote {
        font-size: 14px; } }
    .quote blockquote:before, .quote blockquote:after {
      font-family: "alternate-gothic-no-1-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
      color: #6fc6e3;
      font-size: 140px;
      line-height: 0;
      position: absolute; }
      @media only screen and (max-width: 1140px) {
        .quote blockquote:before, .quote blockquote:after {
          display: none; } }
      @media only screen and (max-width: 800px) {
        .quote blockquote:before, .quote blockquote:after {
          display: block; } }
      @media only screen and (max-width: 400px) {
        .quote blockquote:before, .quote blockquote:after {
          font-size: 70px; } }
    .quote blockquote:before {
      content: open-quote;
      top: 52px;
      left: -45px; }
      @media only screen and (max-width: 400px) {
        .quote blockquote:before {
          top: 25px;
          left: -25px; } }
    .quote blockquote:after {
      content: close-quote;
      bottom: -38px;
      right: -40px; }
      @media only screen and (max-width: 400px) {
        .quote blockquote:after {
          bottom: -17px;
          right: -26px; } }
  .quote span {
    margin-top: 17px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 1200px) {
      .quote span {
        font-size: 12px; } }
    @media only screen and (max-width: 1140px) {
      .quote span {
        font-size: 11px; } }
    @media only screen and (max-width: 800px) {
      .quote span {
        font-size: 14px; } }
    @media only screen and (max-width: 400px) {
      .quote span {
        font-size: 11px; } }
  .quote:after {
    content: url(img/quote-image.png);
    width: 62px;
    height: 48px;
    margin-left: 0;
    margin-top: 30px;
    display: block;
    float: left; }
    @media only screen and (max-width: 400px) {
      .quote:after {
        display: none; } }

/* 6.4 - Social Widget
--------------------------------------------------------------*/
.widget-area .social {
  background: #4D4D4D;
  height: 160px;
  padding: 20px 25px;
  -webkit-box-shadow: 0 2px 6px #C8C8C8;
  -moz-box-shadow: 0 2px 6px #C8C8C8;
  box-shadow: 0 2px 6px #C8C8C8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  .widget-area .social:before, .widget-area .social:after {
    content: "";
    display: table; }
  .widget-area .social:after {
    clear: both; }
  @media only screen and (max-width: 1140px) {
    .widget-area .social {
      height: auto;
      text-align: center;
      padding-bottom: 16px; } }
  @media only screen and (max-width: 800px) {
    .widget-area .social {
      width: 47.5%;
      float: left;
      margin-left: 5%; } }
  @media only screen and (max-width: 480px) {
    .widget-area .social {
      width: 100%;
      margin-left: 0; } }
  .widget-area .social .widget-title {
    color: #fff;
    font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
    font-size: 28px;
    line-height: 0.85;
    letter-spacing: 0.05em;
    display: block;
    float: left;
    margin: 16px 0 16px 0;
    padding: 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 1200px) {
      .widget-area .social .widget-title {
        font-size: 22px;
        margin-top: 18px; } }
    @media only screen and (max-width: 1140px) {
      .widget-area .social .widget-title {
        font-size: 28px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 0; } }
  .widget-area .social .twitter, .widget-area .social .facebook, .widget-area .social .youtube, .widget-area .social .linkedin {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(img/GCEA-sprite.png) 0 0 no-repeat;
    margin-left: 18px;
    cursor: pointer; }
    @media only screen and (max-width: 1200px) {
      .widget-area .social .twitter, .widget-area .social .facebook, .widget-area .social .youtube, .widget-area .social .linkedin  {
        margin-left: 16px; } }
    @media only screen and (max-width: 1140px) {
      .widget-area .social .twitter, .widget-area .social .facebook, .widget-area .social .youtube, .widget-area .social .linkedin {
        display: inline-block;
        float: none;
        margin-left: 0px; } }
    .widget-area .social .twitter:hover, .widget-area .social .twitter:focus, .widget-area .social .facebook:hover, .widget-area .social .facebook:focus, .widget-area .social .youtube:hover, .widget-area .social .youtube:focus, .widget-area .social .linkedin:hover, .widget-area .social .linkedin:focus {
      background-position: 0 -50px; }
  .widget-area .social .twitter {
    background-position: -50px 0; }
    @media only screen and (max-width: 1140px) {
      .widget-area .social .twitter {
        margin-left: 16px; } }
    .widget-area .social .twitter:hover, .widget-area .social .twitter:focus {
      background-position: -50px -50px; }
    .widget-area .social .youtube {
    background-position: -100px -200px; margin-top:16px; }
    @media only screen and (max-width: 1140px) {
      .widget-area .social .youtube {
        margin-left: 16px; } }
    .widget-area .social .youtube:hover, .widget-area .social .youtube:focus {
      background-position: -150px -200px; margin-top:16px; }
    .widget-area .social .linkedin {
    background-position: -50px -200px; margin-top:16px; }
    @media only screen and (max-width: 1140px) {
      .widget-area .social .linkedin {
        margin-left: 16px; } }
    .widget-area .social .linkedin:hover, .widget-area .social .linkedin:focus {
      background-position: 0px -200px; margin-top:16px; }

/* 6.5 - News Feed
--------------------------------------------------------------*/
.news-feed {
  margin-bottom: 20px; }
  .news-feed .widget-title {
    font-size: 18px;
    letter-spacing: 0.15em;
    padding: 0 75px 3px 0;
    margin: 0 0 30px 0;
    color: #B3B3B3;
    text-transform: uppercase;
    border-bottom: 1px solid #B3B3B3;
    position: relative;
    text-align: left; }
    .news-feed .widget-title a.more-link {
      position: absolute;
      right: 0;
      bottom: 4px; }
    .news-feed .widget-title a.more-link, .news-feed .widget-title a.more-link:visited {
      color: #42B3DA;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      text-decoration: none; }
      .news-feed .widget-title a.more-link .icon, .news-feed .widget-title a.more-link:visited .icon {
        background: url(img/GCEA-sprite.png) -100px -150px no-repeat;
        display: inline-block;
        height: 7px;
        width: 8px;
        position: relative;
        top: -1px;
        left: -1px; }
    .news-feed .widget-title a.more-link:hover, .news-feed .widget-title a.more-link:focus {
      color: #4D4D4D; }
      .news-feed .widget-title a.more-link:hover .icon, .news-feed .widget-title a.more-link:focus .icon {
        background-position: -100px -100px; }

.news {
  margin-bottom: 20px; }
  .news .section-title {
    position: relative;
    padding-right: 75px;
    text-align: left; }
    @media only screen and (max-width: 480px) {
      .news .section-title {
        padding-right: 60px; } }
    .news .section-title a.more-link {
      position: absolute;
      right: 0;
      bottom: 12px; }
  .news a.more-link, .news a.more-link:visited {
    color: #42B3DA;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-decoration: none; }
    @media only screen and (max-width: 480px) {
      .news a.more-link, .news a.more-link:visited {
        font-size: 11px; } }
    .news a.more-link .icon, .news a.more-link:visited .icon {
      background: url(img/GCEA-sprite.png) -100px -150px no-repeat;
      display: inline-block;
      height: 7px;
      width: 8px;
      position: relative;
      top: -1px;
      left: -1px; }
      @media only screen and (max-width: 480px) {
        .news a.more-link .icon, .news a.more-link:visited .icon {
          top: 0px; } }
  .news a.more-link:hover, .news a.more-link:focus {
    color: #4D4D4D; }
    .news a.more-link:hover .icon, .news a.more-link:focus .icon {
      background-position: -100px -100px; }
  .news .image {
    max-width: 150px; }
    @media only screen and (max-width: 1140px) {
      .news .image {
        max-width: 115px; } }
    @media only screen and (max-width: 800px) {
      .news .image {
        display: none; } }
    .news .image img {
      margin-top: 7px;
      margin-right: 30px;
      -webkit-border-radius: 130px;
      border-radius: 130px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      float: left; }
  .news .text {
    overflow: hidden; }
    .news .text time {
      font-size: 14px;
      font-weight: 500;
      color: #B3B3B3;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 800px) {
        .news .text time {
          font-size: 12px; } }
    .news .text .title {
      font-size: 38px;
      font-family: "alternate-gothic-no-3-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
      line-height: 0.95;
      letter-spacing: 0.015em;
      margin: 6px 0 8px 0;
      text-transform: none;
      text-align: left; }
      @media only screen and (max-width: 1140px) {
        .news .text .title {
          font-size: 34px; } }
      @media only screen and (max-width: 800px) {
        .news .text .title {
          font-size: 30px; } }
      @media only screen and (max-width: 480px) {
        .news .text .title {
          font-size: 28px; } }
      .news .text .title a, .news .text .title a:visited {
        color: #42B3DA;
        text-decoration: none;
        text-align: left; }
      .news .text .title a:hover, .news .text .title a:focus {
        color: #4D4D4D; }
    .news .text p {
      font-size: 16px;
      color: #929497;
      line-height: 1.35;
      letter-spacing: 0.015em; }
      @media only screen and (max-width: 1140px) {
        .news .text p {
          font-size: 15px; } }
      @media only screen and (max-width: 800px) {
        .news .text p {
          font-size: 14px; } }
    .news .text a.more-link, .news .text a.more-link:visited {
      color: #42B3DA;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap; }
      .news .text a.more-link .icon, .news .text a.more-link:visited .icon {
        background: url(img/GCEA-sprite.png) -100px -150px no-repeat;
        display: inline-block;
        height: 7px;
        width: 8px;
        position: relative;
        top: -1px;
        left: -1px; }
    .news .text a.more-link:hover, .news .text a.more-link:focus {
      color: #4D4D4D; }
      .news .text a.more-link:hover .icon, .news .text a.more-link:focus .icon {
        background-position: -100px -100px; }
  .news img + .text {
    margin-left: 150px; }
    @media only screen and (max-width: 1140px) {
      .news img + .text {
        margin-left: 115px; } }
    @media only screen and (max-width: 800px) {
      .news img + .text {
        margin-left: auto; } }

/* 6.6 - Sustaining Members Footer
--------------------------------------------------------------*/
.sustaining-members .widget-title {
  color: #B3B3B3;
  font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 18px;
  line-height: 0.85;
  letter-spacing: 0.075;
  text-transform: uppercase;
  margin: 17px 0 20px 0; }
  @media only screen and (max-width: 480px) {
    .sustaining-members .widget-title {
      font-size: 14px;
      margin: 20px 0 10px 0; } }
.sustaining-members ul {
  list-style: none;
  margin: 0;
  padding: 25px 0 10px 0;
  display: table;
  border-top: 1px solid #929497;
  width: 100%; }
  .sustaining-members ul:last-of-type {
    border-top: none;
    border-bottom: 1px solid #929497;
    padding: 10px 0 25px 0; }
  @media only screen and (max-width: 800px) {
    .sustaining-members ul {
      display: block; } }
  .sustaining-members ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px; }
    @media only screen and (max-width: 800px) {
      .sustaining-members ul li {
        display: inline-block;
        width: 30%;
        margin: 10px 1%;
        padding: 0; } }
    @media only screen and (max-width: 400px) {
      .sustaining-members ul li {
        width: 100%;
        margin: 15px 0;
        padding: 0;
        display: block;
        text-align: center; } }
    .sustaining-members ul li a {
      display: block;
      vertical-align: top; }
      @media only screen and (max-width: 400px) {
        .sustaining-members ul li a {
          margin: 0 auto;
          display: inline; } }
      .sustaining-members ul li a img {
        width: 100%;
        max-width: 165px;
        display: block;
        margin: 0 auto;
        vertical-align: top;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40); }
        @media only screen and (max-width: 400px) {
          .sustaining-members ul li a img {
            margin: 0;
            display: inline; } }
      .sustaining-members ul li a:hover img, .sustaining-members ul li a:focus img {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70); }

/* 6.7 Slider
--------------------------------------------------------------*/
.carousel {
  position: relative; }

.carousel .container {
  position: relative;
  padding: 0; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
  vertical-align: top; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 1; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }

.carousel-control.left .icon, .carousel-control.right .icon {
  background: url(img/GCEA-sprite.png) -150px -100px no-repeat;
  display: block;
  width: 37px;
  height: 63px;
  margin: 115% 40px 0 40px;
  float: left;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1200px) {
    .carousel-control.left .icon, .carousel-control.right .icon {
      margin-left: 15px;
      margin-right: 15px; } }
  @media only screen and (max-width: 800px) {
    .carousel-control.left .icon, .carousel-control.right .icon {
      margin-left: 10px;
      margin-right: 10px; } }

.carousel-control.right .icon {
  background-position: -200px -100px;
  float: right; }

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  right: 25px;
  z-index: 50;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  text-align: right; }
  @media only screen and (max-width: 1140px) {
    .carousel-indicators {
      bottom: 15px;
      right: auto;
      text-align: center; } }

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 8px;
  text-indent: -999px;
  border: 2px solid #F2F2F2;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  z-index: 25;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: #F2F2F2; }

.carousel-caption {
  position: absolute;
  max-width: 570px;
  left: auto;
  right: 0;
  bottom: 60px;
  z-index: 10;
  padding: 25px 25px 20px 25px;
  color: #ffffff;
  text-align: right;
  background: #42B3DA;
  background: rgba(65, 179, 217, 0.75); }
  @media only screen and (max-width: 1200px) {
    .carousel-caption {
      right: 65px;
      max-width: 550px; } }
  @media only screen and (max-width: 1140px) {
    .carousel-caption {
      position: relative;
      bottom: auto;
      top: 0;
      width: 100%;
      right: 0;
      max-width: none;
      text-align: left;
      padding-bottom: 50px; } }
  .carousel-caption h3 {
    font-family: "alternate-gothic-no-1-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
    font-size: 130px;
    line-height: 0.85;
    letter-spacing: 0.035em;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (max-width: 1200px) {
      .carousel-caption h3 {
        font-size: 100px; } }
    @media only screen and (max-width: 1140px) {
      .carousel-caption h3 {
        font-size: 80px; } }
    @media only screen and (max-width: 800px) {
      .carousel-caption h3 {
        font-size: 60px; } }
    @media only screen and (max-width: 480px) {
      .carousel-caption h3 {
        font-size: 48px; } }
    @media only screen and (max-width: 400px) {
      .carousel-caption h3 {
        font-size: 32px; } }
  .carousel-caption p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0; }
    @media only screen and (max-width: 1200px) {
      .carousel-caption p {
        font-size: 20px; } }
    @media only screen and (max-width: 1140px) {
      .carousel-caption p {
        font-size: 18px; } }
    @media only screen and (max-width: 800px) {
      .carousel-caption p {
        font-size: 16px; } }
    @media only screen and (max-width: 480px) {
      .carousel-caption p {
        font-size: 14px; } }

.carousel-caption .btn {
  text-shadow: none; }

/* 6.8 Download lists
--------------------------------------------------------------*/
ul.downloads {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0; }
  ul.downloads li {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media only screen and (max-width: 480px) {
      ul.downloads li {
        font-size: 14px;
        text-align: center; } }
    ul.downloads li a {
      font-weight: 400;
      margin-left: 15px; }
      @media only screen and (max-width: 480px) {
        ul.downloads li a {
          margin: 0 auto;
          display: block;
          max-width: 125px;
          text-align: center; } }

/* 6.9 Sidebar Search
--------------------------------------------------------------*/
.sidebar .search {
  display: none;
  padding: 25px;
  margin-bottom: 30px;
  background: #42B3DA; }
  .sidebar .search:before, .sidebar .search:after {
    content: "";
    display: table; }
  .sidebar .search:after {
    clear: both; }
  @media only screen and (max-width: 800px) {
    .sidebar .search {
      display: block;
      width: 47.5%;
      float: left; } }
  @media only screen and (max-width: 480px) {
    .sidebar .search {
      width: 100%; } }
  .sidebar .search .widget-title {
    color: #fff;
    font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    float: left;
    margin: 0;
    padding-top: 3px; }
  .sidebar .search form {
    position: relative;
    padding-left: 70px;
    width: 100%; }
    .sidebar .search form:before, .sidebar .search form:after {
      content: "";
      display: table; }
    .sidebar .search form:after {
      clear: both; }
  .sidebar .search input[type="text"]#s {
    background: #fff;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    height: 26px;
    padding: 3px 25px 3px 10px; }
  .sidebar .search input[type="submit"] {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: none;
    background: url(img/GCEA-sprite.png) 0 0 no-repeat;
    display: block;
    padding: 0;
    margin: 0;
    width: 12px;
    height: 11px;
    background-position: -200px 0;
    position: absolute;
    right: 6px;
    top: 8px;
    z-index: 9999; }
    .sidebar .search input[type="submit"]:hover, .sidebar .search input[type="submit"]:focus {
      background: url(img/GCEA-sprite.png) 0 0 no-repeat;
      background-position: -200px -50px;
      border: none; }

/* Button */
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a {
  font-size: 20px;
  line-height: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  padding: 11px 15px 8px 15px;
  background: #42B3DA !important;
  color: #fff !important;
  font-family: "alternate-gothic-no-1-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .pmpro_btn:hover, .pmpro_btn:focus, .pmpro_btn:link:hover, .pmpro_btn:link:focus, .pmpro_content_message a:hover, .pmpro_content_message a:focus {
    background: #929497 !important; }

/* Checkout */
@media only screen and (max-width: 1140px) {
  .pmpro_checkout tbody td strong, .pmpro_checkout tbody td p, .pmpro_checkout tbody td {
    font-size: 14px !important; } }
@media only screen and (max-width: 480px) {
  .pmpro_checkout tbody td strong, .pmpro_checkout tbody td p, .pmpro_checkout tbody td {
    font-size: 12px !important;
    line-height: 1.35; } }

form.pmpro_form label {
  width: auto !important; }

form.pmpro_form .pmpro_submit span, form.pmpro_form .pmpro_submit {
  margin: 25px auto !important;
  float: none !important;
  text-align: center; }

/* Membership Levels */
.pmpro_thead-msg {
  white-space: normal; }
  @media only screen and (max-width: 800px) {
    .pmpro_thead-msg {
      text-align: left;
      font-size: 16px;
      float: none;
      margin-bottom: 5px; } }
  @media only screen and (max-width: 480px) {
    .pmpro_thead-msg {
      font-size: 14px; } }
  @media only screen and (max-width: 400px) {
    .pmpro_thead-msg {
      font-size: 12px; } }

@media only screen and (max-width: 480px) {
  #pmpro_levels .pmpro_level h2 {
    font-size: 18px; } }
@media only screen and (max-width: 400px) {
  #pmpro_levels .pmpro_level h2 {
    font-size: 16px; } }
#pmpro_levels .pmpro_level .pmpro_level-price {
  font-size: 16px;
  max-width: 400px;
  float: left; }
  @media only screen and (max-width: 480px) {
    #pmpro_levels .pmpro_level .pmpro_level-price {
      float: none;
      max-width: 100%;
      font-size: 14px; } }
#pmpro_levels .pmpro_level .pmpro_level-select {
  float: right;
  max-width: 150px;
  width: 100%; }
  #pmpro_levels .pmpro_level .pmpro_level-select .pmpro_btn {
    max-width: 150px;
    width: 100%; }
  @media only screen and (max-width: 480px) {
    #pmpro_levels .pmpro_level .pmpro_level-select {
      float: none;
      text-align: center;
      margin: 0 auto 25px auto; }
      #pmpro_levels .pmpro_level .pmpro_level-select .pmpro_btn {
        padding: 14px 15px 11px 15px; } }
  #pmpro_levels .pmpro_level .pmpro_level-select + p {
    font-size: 14px;
    max-width: 400px;
    clear: both; }
    @media only screen and (max-width: 480px) {
      #pmpro_levels .pmpro_level .pmpro_level-select + p {
        font-size: 12px; } }
#pmpro_levels .pmpro_level + .pmpro_level {
  border-top: 1px solid #B3B3B3;
  padding-top: 20px; }

.pmpro_checkout thead th {
  background: #4D4D4D;
  color: #fff;
  font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  line-height: 1.1; }
.pmpro_checkout thead th + th {
  padding: 10px 0; }
.pmpro_checkout tr.odd td {
  background: none; }
.pmpro_checkout tbody td {
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid #929497;
  vertical-align: top; }
  .pmpro_checkout tbody td h2 {
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: none; }
  .pmpro_checkout tbody td strong {
    font-size: 16px;
    color: #929497; }
  .pmpro_checkout tbody td p {
    margin-bottom: 0; }
  .pmpro_checkout tbody td .pmpro_btn, .pmpro_checkout tbody td .pmpro_btn:link, .pmpro_checkout tbody td .pmpro_content_message a, .pmpro_checkout tbody td .pmpro_content_message a:link {
    color: #fff;
    background: #42B3DA;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 8px 10px; }
  .pmpro_checkout tbody td .pmpro_btn:hover, .pmpro_checkout tbody td .pmpro_btn:focus, .pmpro_checkout tbody td .pmpro_content_message a:focus, .pmpro_checkout tbody td .pmpro_content_message a:hover {
    color: #fff;
    background-color: #929497;
    text-decoration: none; }
.pmpro_checkout tbody td + td {
  padding: 15px 0; }
.pmpro_checkout h2 {
  text-transform: none; }

body.bbpress .site-main {
  padding: 15px; }

#bbpress-forums .bbp-crumbs {
  display: none; }

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

/*--------------------------------------------------------------
7.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.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%; }

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

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

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

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

/* 12.2 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%; }

/* 12.3 Images
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 - Cross Browser
--------------------------------------------------------------*/
.lt-ie9 {
  /******* TYPOGRAPHY *******/
  /******* CLASSES & PATTERNS *******/
  /******* GRID *******/
  /******* HEADER *******/
  /******* FOOTER *******/
  /******* POST AND PAGES *******/
  /******* WIDGETS AND MODULES *******/ }
  .lt-ie9 body {
    padding-top: 0px; }
  .lt-ie9 h1, .lt-ie9 h2 {
    font-size: 18px; }
  .lt-ie9 h3 {
    font-size: 16px; }
  .lt-ie9 h4 {
    font-size: 16px; }
  .lt-ie9 .listCol1, .lt-ie9 .listCol2 {
    width: 48%;
    margin-right: 2%; }
  .lt-ie9 .listCol2 {
    margin-left: 2%; }
  .lt-ie9 button.large, .lt-ie9 .button.large, .lt-ie9 button:visited.large, .lt-ie9 .button:visited.large {
    font-size: 32px; }
    .lt-ie9 button.large .icon, .lt-ie9 .button.large .icon, .lt-ie9 button:visited.large .icon, .lt-ie9 .button:visited.large .icon {
      top: 0; }
  .lt-ie9 .site-header .container {
    width: 940px; }
  .lt-ie9 .container {
    width: 970px; }
  .lt-ie9 .site-main {
    width: 610px;
    margin: 0 0 50px 0;
    padding: 25px; }
    .lt-ie9 .site-main2 {
    width: 610px;
    margin: 0 0 50px 0;
    padding: 25px; }
  .lt-ie9 .sidebar {
    width: 300px;
    margin-left: 30px; }
  .lt-ie9 #masthead {
    position: relative; }
    .lt-ie9 #masthead .container {
      padding: 0; }
  .lt-ie9 .admin-bar #masthead {
    top: 0; }
  .lt-ie9 .main-navigation .site-title {
    width: 100%;
    height: auto;
    max-height: none;
    text-align: center;
    margin-top: 0;
    padding: 15px 25px;
    float: none; }
    .lt-ie9 .main-navigation .site-title a {
      padding: 0;
      margin: 0 auto;
      width: 165px; }
  .lt-ie9 .main-navigation {
    height: auto;
    float: none;
    background: transparent; }
  .lt-ie9 #masthead .menu-main-menu-container {
    padding-left: 0;
    padding-right: 0; }
  .lt-ie9 .menu-main-menu-container {
    right: 0;
    width: 100%;
    background: #42B3DA; }
    .lt-ie9 .menu-main-menu-container > ul > li.menu-item-119 ul li:hover ul {
      left: -200px; }
  .lt-ie9 .main-navigation ul ul a {
    width: 200px; }
  .lt-ie9 .utility-navigation ul li.welcome {
    display: block; }
    .lt-ie9 .utility-navigation ul li.welcome + li {
      display: none; }
  .lt-ie9 .page-header .entry-title {
    font-size: 26px; }
  .lt-ie9 .page-header .breadcrumb {
    padding-top: 25px;
    font-size: 12px; }
  .lt-ie9 .site-footer .contact-info h6 {
    display: block;
    padding: 0;
    font-size: 16px; }
  .lt-ie9 .site-footer .contact-info p .sep {
    display: block;
    color: #4D4D4D;
    font-size: 1px;
    line-height: 0; }
  .lt-ie9 .site-footer .site-info p {
    font-size: 10px; }
    .lt-ie9 .site-footer .site-info p .sep {
      display: block;
      color: #4D4D4D;
      font-size: 1px;
      line-height: 0; }
    .lt-ie9 .site-footer .site-info p a {
      display: block; }
  .lt-ie9 .governance ul li {
    font-size: 14px; }
  .lt-ie9 .publications .listCol1, .lt-ie9 .publications .listCol2 {
    width: 48%;
    margin-right: 2%; }
  .lt-ie9 .publications .listCol2 {
    margin-left: 2%; }
  .lt-ie9 .publications h4 {
    font-size: 14px; }
  .lt-ie9 .publications ul li {
    font-size: 14px; }
  .lt-ie9 .publications ul .filesize {
    font-size: 10px; }
  .lt-ie9 .page-template-page-regions-php .site-main > article + .contact-info, .lt-ie9 .page-template-page-regions-php .site-main > article + .news, .lt-ie9 .page-template-page-regions-php .site-main > .contact-info + .news {
    margin-top: 50px; }
  .lt-ie9 .project-table td {
    font-size: 14px;
    padding: 15px 10px; }
  .lt-ie9 .project-table .button {
    font-size: 14px;
    padding: 15px 8px 12px 8px; }
  .lt-ie9 li.bbp-forum-topic-count, .lt-ie9 li.bbp-topic-voice-count {
    display: none; }
  .lt-ie9 li.bbp-forum-info, .lt-ie9 li.bbp-topic-title {
    width: 47% !important; }
  .lt-ie9 li.bbp-forum-reply-count, .lt-ie9 li.bbp-topic-reply-count {
    width: 20% !important; }
  .lt-ie9 li.bbp-forum-freshness, .lt-ie9 li.bbp-topic-freshness {
    width: 33% !important; }
  .lt-ie9 .section-title {
    font-size: 18px; }
  .lt-ie9 .sidebar-nav ul li a, .lt-ie9 a.visted {
    font-size: 16px;
    padding: 4px 0; }
  .lt-ie9 section.callouts .callout {
    min-height: 235px;
    width: 297px;
    margin: 0;
    padding: 20px; }
    .lt-ie9 section.callouts .callout.callout-2 {
      margin: 0 24px; }
    .lt-ie9 section.callouts .callout .title {
      font-size: 38px;
      min-height: 0;
      margin-bottom: 15px; }
    .lt-ie9 section.callouts .callout .text {
      font-size: 13px;
      margin-bottom: 25px; }
  .lt-ie9 .quote {
    padding: 30px 45px 30px 50px; }
    .lt-ie9 .quote blockquote {
      font-size: 17px;
      min-height: 0; }
      .lt-ie9 .quote blockquote:before, .lt-ie9 .quote blockquote:after {
        display: block; }
    .lt-ie9 .quote span {
      font-size: 12px; }
  .lt-ie9 .widget-area .social {
    height: auto;
    text-align: center;
    padding-bottom: 16px; }
    .lt-ie9 .widget-area .social .widget-title {
      font-size: 28px;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      margin-top: 0; }
    .lt-ie9 .widget-area .social .twitter, .lt-ie9 .widget-area .social .facebook , .lt-ie9 .widget-area .social .linkedin, .lt-ie9 .widget-area .social .youtube  {
      margin-left: 16px;
      display: inline-block;
      float: none;
      margin-left: 0px; }
    .lt-ie9 .widget-area .social .twitter {
      margin-left: 16px; }
  .lt-ie9 .news .text time {
    font-size: 12px; }
  .lt-ie9 .news .text .title {
    font-size: 30px; }
  .lt-ie9 .news .text p {
    font-size: 14px; }
  .lt-ie9 .news img + .text {
    margin-left: auto; }
  .lt-ie9 .sustaining-members ul {
    display: block; }
    .lt-ie9 .sustaining-members ul li {
      display: inline-block;
      width: 30%;
      margin: 10px 1%;
      padding: 0; }
      .lt-ie9 .sustaining-members ul li a {
        margin: 0 auto;
        display: inline; }
  .lt-ie9 .carousel {
    position: relative;
    max-width: 940px;
    margin: 0 auto; }
  .lt-ie9 .carousel-control.left .icon, .lt-ie9 .carousel-control.right .icon {
    margin-left: 10px;
    margin-right: 10px; }
  .lt-ie9 .carousel-indicators {
    bottom: 15px;
    right: auto;
    text-align: center; }
  .lt-ie9 .carousel-caption {
    right: 65px;
    max-width: 550px;
    position: relative;
    bottom: auto;
    top: 0;
    width: 100%;
    right: 0;
    max-width: none;
    text-align: left;
    padding-bottom: 75px; }
    .lt-ie9 .carousel-caption h3 {
      font-size: 60px; }
    .lt-ie9 .carousel-caption p {
      font-size: 16px; }
  .lt-ie9 .pmpro_checkout tbody td strong, .lt-ie9 .pmpro_checkout tbody td p, .lt-ie9 .pmpro_checkout tbody td {
    font-size: 14px !important; }

/*--------------------------------------------------------------
9.0 - Responsive
--------------------------------------------------------------*/
div.pmpro_member_directory_row .pmpro_member_directory_display-name-header, div.pmpro_member_directory_row div.member-name {
  float: left;
  width: 30.33333%;
  margin-right: 3%; }
  @media screen and (max-width: 1140px) {
    div.pmpro_member_directory_row .pmpro_member_directory_display-name-header, div.pmpro_member_directory_row div.member-name {
      width: 28%;
      margin-right: 2%; } }
  @media screen and (max-width: 480px) {
    div.pmpro_member_directory_row .pmpro_member_directory_display-name-header, div.pmpro_member_directory_row div.member-name {
      width: 100%;
      margin-right: 0; } }

div.pmpro_member_directory_row .pmpro_member_directory_contact, div.pmpro_member_directory_row div.member-info {
  float: right;
  width: 66.66667%;
  margin: 0 auto; }
  @media screen and (max-width: 1140px) {
    div.pmpro_member_directory_row .pmpro_member_directory_contact, div.pmpro_member_directory_row div.member-info {
      width: 70%; } }
  @media screen and (max-width: 480px) {
    div.pmpro_member_directory_row .pmpro_member_directory_contact, div.pmpro_member_directory_row div.member-info {
      width: 100%; } }

@media screen and (max-width: 480px) {
  div.pmpro_member_directory_row .pmpro_member_directory_contact {
    display: none; } }

div.pmpro_member_directory_row div.pmpro_member_directory_avatar {
  width: 32px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px; }
  @media screen and (max-width: 800px) {
    div.pmpro_member_directory_row div.pmpro_member_directory_avatar {
      display: none; } }
  @media screen and (max-width: 480px) {
    div.pmpro_member_directory_row div.pmpro_member_directory_avatar {
      display: inline-block;
      margin-bottom: 15px; } }
  div.pmpro_member_directory_row div.pmpro_member_directory_avatar img {
    vertical-align: top; }

div.pmpro_member_directory_row div.pmpro_member_directory_display-name {
  width: auto;
  font-size: 16px;
  margin: 0 auto; }
  div.pmpro_member_directory_row div.pmpro_member_directory_display-name h3 {
    font-family: "franklin-gothic-urw", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.035em;
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline; }
    @media screen and (max-width: 1140px) {
      div.pmpro_member_directory_row div.pmpro_member_directory_display-name h3 {
        font-size: 14px; } }

div.pmpro_member_directory_row div.basic-info, div.pmpro_member_directory_row div.contact-info, div.pmpro_member_directory_row div.teaching-info {
  display: block;
  width: 100%;
  margin: 0; }
  div.pmpro_member_directory_row div.basic-info table, div.pmpro_member_directory_row div.contact-info table, div.pmpro_member_directory_row div.teaching-info table {
    border: 1px solid #929497;
    border-bottom: none;
    float: left; }
    div.pmpro_member_directory_row div.basic-info table tbody tr td, div.pmpro_member_directory_row div.contact-info table tbody tr td, div.pmpro_member_directory_row div.teaching-info table tbody tr td {
      font-size: 14px;
      line-height: 1.3em;
      padding: 9px 10px;
      width: 30%; }
      @media screen and (max-width: 1140px) {
        div.pmpro_member_directory_row div.basic-info table tbody tr td, div.pmpro_member_directory_row div.contact-info table tbody tr td, div.pmpro_member_directory_row div.teaching-info table tbody tr td {
          width: 40%;
          font-size: 13px;
          letter-spacing: 0.025em; } }
      div.pmpro_member_directory_row div.basic-info table tbody tr td label, div.pmpro_member_directory_row div.contact-info table tbody tr td label, div.pmpro_member_directory_row div.teaching-info table tbody tr td label {
        font-weight: 700; }
      div.pmpro_member_directory_row div.basic-info table tbody tr td + td, div.pmpro_member_directory_row div.contact-info table tbody tr td + td, div.pmpro_member_directory_row div.teaching-info table tbody tr td + td {
        width: 70%; }
        @media screen and (max-width: 1140px) {
          div.pmpro_member_directory_row div.basic-info table tbody tr td + td, div.pmpro_member_directory_row div.contact-info table tbody tr td + td, div.pmpro_member_directory_row div.teaching-info table tbody tr td + td {
            width: 60%; } }

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 29px;
  width: 100%; }
  @media screen and (max-width: 480px) {
    ul.tabs {
      height: auto; } }
  ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #42B3DA;
    font-weight: 400;
    color: #ffffff;
    background: #42B3DA;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 1140px) {
      ul.tabs li {
        padding: 0 10px; } }
    @media screen and (max-width: 480px) {
      ul.tabs li {
        width: 100%; } }
    ul.tabs li + li {
      margin-left: 10px; }
      @media screen and (max-width: 1140px) {
        ul.tabs li + li {
          margin-left: 8px; } }
      @media screen and (max-width: 480px) {
        ul.tabs li + li {
          margin-left: auto;
          margin-top: 1px; } }
    ul.tabs li a {
      color: #fff;
      font-family: "alternate-gothic-no-2-d", "Franklin Gothic Bold", "Arial Narrow", Haettenschweiler, Impact, Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
      font-size: 18px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-decoration: none; }
      @media screen and (max-width: 1140px) {
        ul.tabs li a {
          font-size: 16px; } }
      @media screen and (max-width: 800px) {
        ul.tabs li a {
          font-size: 15px; } }
    ul.tabs li:hover, ul.tabs li:focus {
      background: #B3B3B3;
      border: solid 1px #929497; }
    ul.tabs li.active {
      background: #B3B3B3;
      border: solid 1px #929497;
      border-bottom: 1px solid #B3B3B3; }

.tab-content {
  color: #4D4D4D;
  display: none; }

/*--------------------------------------------------------------
10.0 - Print Style
--------------------------------------------------------------*/
@media print {
  *, *:before, *:after {
    background: none !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    color: #000;
    background: none !important;
    font-size: 12pt;
    margin: 5mm 5mm 5mm 5mm; }

  a, a:visited {
    text-decoration: underline; }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }


  h1 {
    font-size: 19pt; }

  h2 {
    font-size: 17pt; }

  h3 {
    font-size: 15pt; }

  h4, h5, h6 {
    font-size: 12pt; }

  .container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0; }

  .site-main {
    padding-left: 0;
    padding-right: 0; }

  .site-main, .sidebar {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    float: none; }

  #masthead {
    position: relative; }

  .utility-navigation, #site-navigation .menu-main-menu-container, #mobile-navigation {
    display: none; }

  .main-navigation {
    float: none;
    height: auto; }

  .main-navigation .site-title {
    margin: 0 auto;
    float: none; }

  .page-header .image-header .entry-title {
    padding: 10px 0; }

  .site-footer {
    margin: 15px auto; }

  .sustaining-members {
    text-align: left; }

  .sustaining-members ul {
    padding: 0;
    display: block;
    border: none; }
    .sustaining-members ul li {
      display: block;
      padding: 0; }
      .sustaining-members ul li a {
        text-transform: none; }
        .sustaining-members ul li a:after {
          content: " " attr(title) " "; }
        .sustaining-members ul li a img {
          display: none; }

  .site-footer .footer-buttons {
    display: none; }

  .site-footer .contact-info {
    margin-bottom: 10px; }

  .site-footer .site-info {
    margin-top: 10px; }

  #secondary {
    color: #000 !important; }
    #secondary .button {
      display: none; }

  .sidebar-nav {
    display: none; }

  .widget-area .social {
    height: auto;
    padding-left: 0;
    padding-right: 0; }

  .widget-area .social .widget-title, .widget-area .social .twitter, .widget-area .social .facebook, .widget-area .social .linkedin, .widget-area .social .youtube {
    float: none;
    width: auto;
    height: auto;
    margin-left: 0;
    text-indent: 0; }

  .widget-area .social a:after, .widget-area .social a:after {
    content: " [" attr(href) "] "; }

  .pmpro_membership_card-print-md, .pmpro_membership_card-print {
    max-width: 450px !important;
    width: 450px !important; }

  .pmpro_membership_card-print-md .pmpro_membership_card-inner {
    padding: 20px !important; }

  .pmpro_membership_card-print h1 {
    color: #42B3DA !important; }

  .pmpro_membership_card-print h2 {
    color: #4D4D4D !important; }

  .pmpro_membership_card-print p {
    color: #B3B3B3 !important; }

  .pmpro_membership_card-bottom * {
    color: #929497 !important; }

  .carousel-indicators {
    display: none; }

  .carousel-caption {
    position: relative;
    max-width: none;
    bottom: auto;
    padding: 0;
    text-align: left; }

  .carousel-caption h3 {
    font-size: 48px;
    margin-top: 25px; }

  .home .site-main {
    min-height: 0; }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 800px; }

  section.callouts {
    margin-top: 25px;
    margin-bottom: 25px; }

  section.callouts .callout {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: none;
    float: left;
    text-align: left;
    min-height: 0px; }
    section.callouts .callout br {
      display: none; }

  section.callouts .callout .title {
    min-height: 0; }

  section.callouts .callout .more-link {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 0;
    height: auto;
    width: auto; }

  .quote {
    padding: 0;
    margin-bottom: 0; }

  .quote:after {
    display: none; }

  .quote blockquote {
    min-height: 0;
    border: none; }

  .quote blockquote:before, .quote blockquote:after {
    display: none; }
 }

