/*!
Theme Name: FL Chamber
Theme URI: http://underscores.me/
Author: Jermbo
Author URI: http://Cosmic%20Strawberry
Description: Florida Chamber of Commerce new site build out
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fl-chamber
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

FL Chamber is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|PT+Serif:400,700);
/* ---- [ Compiled Grid ] ---- */
.container {
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: '';
    display: table; }
  .container:after {
    clear: both; }
  .container--fluid {
    margin-right: auto;
    margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.col--xs-1, .col--xs-2, .col--xs-3, .col--xs-4, .col--xs-5, .col--xs-6, .col--xs-7, .col--xs-8, .col--xs-9, .col--xs-10, .col--xs-11, .col--xs-12, .col--sm-1, .col--sm-2, .col--sm-3, .col--sm-4, .col--sm-5, .col--sm-6, .col--sm-7, .col--sm-8, .col--sm-9, .col--sm-10, .col--sm-11, .col--sm-12, .col--md-1, .col--md-2, .col--md-3, .col--md-4, .col--md-5, .col--md-6, .col--md-7, .col--md-8, .col--md-9, .col--md-10, .col--md-11, .col--md-12, .col--lg-1, .col--lg-2, .col--lg-3, .col--lg-4, .col--lg-5, .col--lg-6, .col--lg-7, .col--lg-8, .col--lg-9, .col--lg-10, .col--lg-11, .col--lg-12, .col--xl-1, .col--xl-2, .col--xl-3, .col--xl-4, .col--xl-5, .col--xl-6, .col--xl-7, .col--xl-8, .col--xl-9, .col--xl-10, .col--xl-11, .col--xl-12, .col--xxl-1, .col--xxl-2, .col--xxl-3, .col--xxl-4, .col--xxl-5, .col--xxl-6, .col--xxl-7, .col--xxl-8, .col--xxl-9, .col--xxl-10, .col--xxl-11, .col--xxl-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media (max-width: 480px) {
  .alpha--xs {
    padding-left: 0; }
  .omega--xs {
    padding-right: 0; } }

@media (max-width: 768px) {
  .alpha--sm {
    padding-left: 0; }
  .omega--sm {
    padding-right: 0; } }

@media (max-width: 960px) {
  .alpha--md {
    padding-left: 0; }
  .omega--md {
    padding-right: 0; } }

@media (max-width: 1140px) {
  .alpha--lg {
    padding-left: 0; }
  .omega--lg {
    padding-right: 0; } }

@media (max-width: 1280px) {
  .alpha--xl {
    padding-left: 0; }
  .omega--xl {
    padding-right: 0; } }

.alpha {
  padding-left: 0; }

.omega {
  padding-right: 0; }

@media (min-width: 320px) {
  .container {
    width: 95%; }
  .col--xs-1 {
    width: 8.33333%; }
  .col--xs-2 {
    width: 16.66667%; }
  .col--xs-3 {
    width: 25%; }
  .col--xs-4 {
    width: 33.33333%; }
  .col--xs-5 {
    width: 41.66667%; }
  .col--xs-6 {
    width: 50%; }
  .col--xs-7 {
    width: 58.33333%; }
  .col--xs-8 {
    width: 66.66667%; }
  .col--xs-9 {
    width: 75%; }
  .col--xs-10 {
    width: 83.33333%; }
  .col--xs-11 {
    width: 91.66667%; }
  .col--xs-12 {
    width: 100%; } }

@media (min-width: 480px) {
  .container {
    width: 480px; }
  .col--sm-1 {
    width: 8.33333%; }
  .col--sm-2 {
    width: 16.66667%; }
  .col--sm-3 {
    width: 25%; }
  .col--sm-4 {
    width: 33.33333%; }
  .col--sm-5 {
    width: 41.66667%; }
  .col--sm-6 {
    width: 50%; }
  .col--sm-7 {
    width: 58.33333%; }
  .col--sm-8 {
    width: 66.66667%; }
  .col--sm-9 {
    width: 75%; }
  .col--sm-10 {
    width: 83.33333%; }
  .col--sm-11 {
    width: 91.66667%; }
  .col--sm-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 768px; }
  .col--md-1 {
    width: 8.33333%; }
  .col--md-2 {
    width: 16.66667%; }
  .col--md-3 {
    width: 25%; }
  .col--md-4 {
    width: 33.33333%; }
  .col--md-5 {
    width: 41.66667%; }
  .col--md-6 {
    width: 50%; }
  .col--md-7 {
    width: 58.33333%; }
  .col--md-8 {
    width: 66.66667%; }
  .col--md-9 {
    width: 75%; }
  .col--md-10 {
    width: 83.33333%; }
  .col--md-11 {
    width: 91.66667%; }
  .col--md-12 {
    width: 100%; } }

@media (min-width: 960px) {
  .container {
    width: 960px; }
  .col--lg-1 {
    width: 8.33333%; }
  .col--lg-2 {
    width: 16.66667%; }
  .col--lg-3 {
    width: 25%; }
  .col--lg-4 {
    width: 33.33333%; }
  .col--lg-5 {
    width: 41.66667%; }
  .col--lg-6 {
    width: 50%; }
  .col--lg-7 {
    width: 58.33333%; }
  .col--lg-8 {
    width: 66.66667%; }
  .col--lg-9 {
    width: 75%; }
  .col--lg-10 {
    width: 83.33333%; }
  .col--lg-11 {
    width: 91.66667%; }
  .col--lg-12 {
    width: 100%; } }

@media (min-width: 1140px) {
  .container {
    width: 1140px; }
  .col--xl-1 {
    width: 8.33333%; }
  .col--xl-2 {
    width: 16.66667%; }
  .col--xl-3 {
    width: 25%; }
  .col--xl-4 {
    width: 33.33333%; }
  .col--xl-5 {
    width: 41.66667%; }
  .col--xl-6 {
    width: 50%; }
  .col--xl-7 {
    width: 58.33333%; }
  .col--xl-8 {
    width: 66.66667%; }
  .col--xl-9 {
    width: 75%; }
  .col--xl-10 {
    width: 83.33333%; }
  .col--xl-11 {
    width: 91.66667%; }
  .col--xl-12 {
    width: 100%; } }

@media (min-width: 1280px) {
  .container {
    width: 1240px; }
  .col--xxl-1 {
    width: 8.33333%; }
  .col--xxl-2 {
    width: 16.66667%; }
  .col--xxl-3 {
    width: 25%; }
  .col--xxl-4 {
    width: 33.33333%; }
  .col--xxl-5 {
    width: 41.66667%; }
  .col--xxl-6 {
    width: 50%; }
  .col--xxl-7 {
    width: 58.33333%; }
  .col--xxl-8 {
    width: 66.66667%; }
  .col--xxl-9 {
    width: 75%; }
  .col--xxl-10 {
    width: 83.33333%; }
  .col--xxl-11 {
    width: 91.66667%; }
  .col--xxl-12 {
    width: 100%; } }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  position: relative;
  width: 100%;
  background: #ededed;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  height: 100%; }
  @media (min-width: 1140px) {
    html,
    body {
      font-size: 24px; } }
  @media (min-width: 0) {
    html,
    body {
      font-size: 12px; } }

.main-wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 135px; }
  @media (max-width: 768px) {
    .main-wrapper {
      padding-bottom: 0; } }

.wrapper--stories {
  margin: 24px 0; }

.clearfix:before, .main-wrapper:before, blockquote:before, .promo:before, .card:before, .card__button:before, .prev-next-posts:before, .team-members:before,
.contractors:before, .team-member:before, .filters:before, .search:before, .clearfix:after, .main-wrapper:after, blockquote:after, .promo:after, .card:after, .card__button:after, .prev-next-posts:after, .team-members:after,
.contractors:after, .team-member:after, .filters:after, .search:after {
  content: '';
  display: table; }

.clearfix:after, .main-wrapper:after, blockquote:after, .promo:after, .card:after, .card__button:after, .prev-next-posts:after, .team-members:after,
.contractors:after, .team-member:after, .filters:after, .search:after {
  clear: both; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  margin-top: 0; }

@media (max-width: 768px) {
  ul, ol {
    margin: 12px;
    padding: 12px; } }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  line-height: 1.1; }

h1 {
  font-size: 2.827em; }

h2 {
  font-size: 1.99em; }

h3 {
  font-size: 1.414em; }

h4 {
  font-size: 16px; }

small, .font_small {
  font-size: 0.707em; }

a {
  color: #1265ab;
  text-decoration: none; }
  a:hover {
    color: #182643;
    text-decoration: underline; }

blockquote {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #373737;
  background: #e0e0e0;
  padding: 10px;
  margin: 10px; }
  blockquote:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 100%;
    background: #9f9f9f;
    position: absolute;
    left: -8px;
    top: 0; }
  blockquote p {
    margin: 0; }
  @media (max-width: 768px) {
    blockquote {
      margin: 12px; } }

.logo {
  margin: 0; }
  .logo a {
    display: block;
    text-indent: -9999px;
    background-size: contain;
    width: 100%;
    height: 81px; }
    @media (max-width: 768px) {
      .logo a {
        margin: 0 auto 12px; } }
  .logo img {
    display: block; }

.wrapper {
  position: relative; }

.wrapper--header {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 75px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (max-width: 768px) {
    .wrapper--header {
      padding: 24px 0;
      margin-top: 48px;
      position: relative;
      background: #1265ab;
      top: 0; } }

.wrapper--page-topper {
  position: relative;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 1280px) {
    .wrapper--page-topper {
      height: 600px; } }
  @media (min-width: 960px) {
    .wrapper--page-topper {
      height: 500px; } }
  .wrapper--page-topper .container {
    height: 100%; }
  .wrapper--page-topper-blue {
    width: 100%;
    height: 180px;
    background: #1265ab; }

.wrapper--page-info {
  background: #1265ab;
  color: #ededed;
  padding: 24px 0; }

.wrapper--event-info {
  padding: 24px 0; }

.wrapper--body {
  margin-top: 24px; }

.wrapper--contact {
  background: #1265ab; }
  .wrapper--contact .container {
    padding: 24px;
    color: #ededed; }

.wrapper--contact-info {
  margin-top: 24px; }

.wrapper--map {
  margin-bottom: 24px; }

.wrapper--blue {
  background: #1265ab; }

.wrapper--issue {
  margin-top: 24px; }

.frm_submit {
  text-align: right;
  position: relative; }
  .frm_submit input[type='submit'] {
    background: #ce2f17 !important;
    color: #ededed !important;
    cursor: pointer;
    border: none !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .frm_submit input[type='submit']:hover {
      background: #a61e08 !important; }
  .frm_submit .frm_ajax_loading {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 90%;
    -webkit-transform: translate(-50%, -50%) scale(3);
        -ms-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3); }

.frm_form_field {
  margin-bottom: 12px; }
  .frm_form_field input {
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    padding: 12px !important;
    height: 55px !important; }

.contactpage .frm_primary_label {
  color: #ededed !important; }

.frm_style_formidable-style.with_frm_style fieldset {
  padding: 0 !important; }

#frm_field_12_container {
  margin-bottom: 0; }

.join-info {
  padding: 24px;
  color: #ededed;
  text-align: center;
  width: 60%;
  margin: 0 auto; }

.stat__image {
  background-size: cover;
  background-position: center;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 250px;
  padding-bottom: 100%; }

.promo {
  background: #1265ab;
  padding: 12px 0;
  position: relative;
  margin-bottom: 24px; }

.promo__text {
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ededed;
  font-size: 1.414em;
  margin-bottom: 0;
  height: 40px;
  padding-top: 6px; }
  @media (max-width: 768px) {
    .promo__text {
      height: 65px; } }

.mix {
  display: none; }

.alignleft {
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
  float: left; }

.alignright {
  margin-left: 15px;
  margin-bottom: 10px;
  display: inline-block;
  float: right; }

#content1_content_PortalLogin1_txtUsername,
#content1_content_PortalLogin1_txtPassword {
  border: 1px solid #202020;
  padding: 12px 24px; }

#content1_content_WebInputSubmit1_cmdWebInputSubmit,
#content1_content_PortalLogin1_cmdLogin {
  background: #ce2f17 !important;
  color: #ededed !important;
  cursor: pointer;
  border: none !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 12px 24px; }
  #content1_content_WebInputSubmit1_cmdWebInputSubmit:hover,
  #content1_content_PortalLogin1_cmdLogin:hover {
    background: #a61e08 !important; }

.GeneralBody input[type=text],
.GeneralBody select {
  border: 1px solid #202020 !important;
  padding: 12px 24px !important;
  width: 400px !important;
  margin-bottom: 12px; }

#Table6 input[type=text],
#Table6 select {
  border: 1px solid #202020 !important;
  padding: 12px 24px !important;
  width: 28% !important;
  margin-bottom: 12px; }

#content1_content_EventReg1_dgEventItems input[type=text] {
  width: auto !important;
  padding: 0 5px !important; }

#subContent1_Quicklinks_moquicklinks_web_menu {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  background: #1f3564; }

#subContent1_Quicklinks_quicklinks3_web_menu {
  position: absolute;
  top: 10px;
  right: 0; }

.web-menu-li {
  display: inline-block; }

.web-menu-li a {
  display: inline-block;
  padding: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ededed; }
  .web-menu-li a:hover {
    background: #182643;
    text-decoration: none; }

#ctl01 .card {
  margin-top: 75px; }

.card {
  background: #fff;
  margin-bottom: 24px;
  padding: 24px; }
  @media (max-width: 768px) {
    .card {
      padding: 12px; } }

.card__title, .team-member__name, .contractor__name {
  color: #1265ab;
  font-size: 1.99em;
  margin: 0 0 .5em; }
  .card__title--center {
    font-weight: 700;
    text-align: center;
    margin: 0; }
  .card__title--small {
    font-size: 1.414em;
    height: 55px; }

.card__sub-title, .team-member__job-title, .contractor__job-title {
  color: #202020;
  font-size: 16px;
  margin-top: -5px; }
  .card__sub-title span, .team-member__job-title span, .contractor__job-title span {
    text-transform: capitalize; }

.card__button {
  margin-top: 24px;
  margin-bottom: 12px;
  float: right;
  display: inline-block; }

.card__img-link {
  display: inline-block; }

.card__img {
  display: inline-block;
  background-color: #9f9f9f;
  background-size: cover;
  background-position: center;
  margin: 0;
  width: 100%;
  height: 100%; }

.card__header {
  padding: 24px; }

.card__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .card__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.card--issue {
  height: 100%;
  padding: 0; }
  .card--issue .card__img-link {
    display: inline-block;
    width: 25%;
    height: 180px;
    margin-bottom: -5px; }
  .card--issue .card__img {
    float: left; }
  .card--issue .card__header {
    width: 75%;
    float: right;
    padding: 24px; }

.card--square {
  padding: 0; }
  .card--square .card__img {
    height: 200px;
    width: 100%; }
  .card--square .card__text {
    height: 150px; }

.card--event {
  padding: 0; }
  .events .card--event {
    border-right: 5px solid #ce2f17; }
  .summits .card--event {
    border-right: 5px solid #1f3564; }
  .card--event .card__img-link {
    height: 350px;
    width: 35%;
    margin-bottom: -5px; }
    @media (max-width: 768px) {
      .card--event .card__img-link {
        width: 100%;
        height: 150px; } }
  .card--event .card__right {
    width: 65%;
    float: right;
    padding: 24px; }
    @media (max-width: 768px) {
      .card--event .card__right {
        width: 100%; } }

.card--search.page {
  border-right: 5px solid #ce2f17; }

.card--search.post, .card--search.team_members, .card--search.event_post {
  border-right: 5px solid #1f3564; }

.card--contact .card__icon {
  font-size: 8em;
  color: #1265ab;
  display: block;
  width: 100%;
  text-align: center; }

.card__info {
  font-size: 16px;
  color: #1265ab; }
  .card__info--center {
    text-align: center;
    height: 50px;
    padding: 12px 24px; }
    @media (max-width: 1140px) {
      .card__info--center {
        padding: 12px 0; } }
    @media (max-width: 768px) {
      .card__info--center {
        height: auto;
        margin: 0;
        padding: 0 24px; } }

.sponsor {
  display: inline-block;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 0 5px rgba(32, 32, 32, 0.5);
          box-shadow: 0 0 5px rgba(32, 32, 32, 0.5);
  background-position: center;
  background-size: cover;
  text-indent: -9999px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
  padding: 12px; }
  .sponsor img {
    width: 100%;
    height: auto;
    display: block; }
  .sponsor:hover {
    opacity: .5; }

.btn {
  display: inline-block;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  border: none; }
  .btn:not(:last-child) {
    margin-bottom: 12px; }

.btn__box, .next-posts-link a,
.prev-posts-link a {
  display: block;
  width: 100%;
  color: #ededed;
  background: #9f9f9f;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  cursor: pointer; }
  .btn__box:hover, .next-posts-link a:hover,
  .prev-posts-link a:hover {
    color: #ededed;
    background: #202020;
    text-decoration: none; }
  .btn__box--blue {
    background: #1f3564; }
    .btn__box--blue:hover {
      background: #ce2f17; }
  .btn__box--red {
    background: #ce2f17; }
    .btn__box--red:hover {
      background: #a61e08; }

.next-posts-link,
.prev-posts-link {
  margin-bottom: 24px; }
  .next-posts-link a,
  .prev-posts-link a {
    display: inline-block;
    text-align: center;
    padding: 12px 0; }

.addtocalendar {
  position: relative;
  margin-bottom: 12px; }
  .addtocalendar:hover .atcb-list {
    display: block; }
  .addtocalendar var {
    display: none; }
  .addtocalendar a {
    color: #ededed; }
  .addtocalendar .atcb-list {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(32, 32, 32, 0.4);
            box-shadow: 0 0 10px 0 rgba(32, 32, 32, 0.4); }
  .addtocalendar .atcb-item {
    list-style: none; }
  .addtocalendar .atcb-item-link {
    color: #1f3564;
    display: block;
    padding: 6px 0;
    width: 100%; }
    .addtocalendar .atcb-item-link:hover {
      background: #1f3564;
      color: #ededed;
      text-decoration: none; }

.wrapper--nav {
  background: #1f3564;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200; }
  .wrapper--nav a {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 16px;
    color: #ededed;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 960px) {
      .wrapper--nav a {
        padding: 16px 4px; } }
    .wrapper--nav a:hover {
      background: #182643; }
  .wrapper--nav .icon {
    color: #1265ab;
    font-size: 16px;
    display: inline-block;
    padding: 12px 6px; }
    .wrapper--nav .icon:hover {
      color: #ededed;
      background: #1f3564; }

.login {
  background: #182643; }
  .login:hover {
    background: #1265ab !important; }

.nav-right {
  text-align: right; }

.primary-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-item {
  position: relative;
  display: inline-block; }
  .menu-item:hover {
    background: #182643; }
    .menu-item:hover > .sub-menu {
      display: block; }

.sub-menu {
  display: none;
  position: absolute;
  z-index: 100;
  width: 240px;
  margin: 0;
  padding: 0;
  background: #182643; }
  .sub-menu > .menu-item {
    display: block;
    float: none; }
    .sub-menu > .menu-item a {
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      display: inline-block;
      width: 100%;
      padding: 12px; }
      .sub-menu > .menu-item a:hover {
        background: #1265ab; }

.menu-toggle {
  color: #ededed;
  display: none !important; }
  .menu-toggle span {
    display: inline-block;
    text-indent: 5px;
    position: relative;
    z-index: 100; }
  @media (max-width: 768px) {
    .menu-toggle {
      display: block !important; } }

@media (max-width: 768px) {
  .login {
    display: inline-block !important; }
  .wrapper--nav a {
    display: block;
    padding: 16px; }
  .primary-menu {
    overflow: hidden; }
  .menu-item {
    display: block;
    width: 100%; }
  .sub-menu {
    position: relative;
    width: 100%; } }

.cta {
  position: absolute;
  top: 60%;
  left: 3%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 425px;
  width: 85%;
  font-family: "Open Sans", sans-serif; }

.cta__message {
  background: #1f3564;
  color: #ededed;
  padding: 24px; }

.cta__title {
  font-size: 1.99em;
  text-transform: capitalize;
  margin: 0;
  font-weight: 400; }

.cta__sub-title {
  color: #1265ab;
  font-size: 16px;
  margin: 5px 0;
  font-weight: 400; }

.cta__button {
  position: absolute;
  bottom: -45%;
  right: -35%;
  background: #ce2f17;
  color: #ededed;
  padding: 24px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.414em;
  letter-spacing: 1px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .cta__button i {
    display: block;
    margin-top: 6px;
    margin-left: 5px;
    float: right;
    color: #1f3564; }
  .cta__button:hover {
    background: #721a0d;
    text-decoration: none;
    color: #ededed; }
    .cta__button:hover i {
      color: #ededed; }
  @media (max-width: 768px) {
    .cta__button {
      bottom: -55%;
      right: 0; } }

.team-member {
  background: #fff;
  position: relative;
  margin-bottom: 24px; }

.team-member__picture {
  width: 25%;
  height: 250px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  text-indent: -9999px; }
  @media (max-width: 768px) {
    .team-member__picture {
      display: block;
      width: 100%; } }

.team-member--info {
  width: 70%;
  display: inline-block;
  float: right;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media (max-width: 768px) {
    .team-member--info {
      display: block;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%;
      padding: 24px; } }

.team-member__name {
  height: 50px; }

.contractor {
  background: #fff;
  margin-bottom: 24px; }

.contractor__picture {
  margin: 0;
  display: block;
  width: 100%;
  height: 125px;
  background-size: cover;
  background-position: center; }

.contractor__info {
  padding: 24px 12px; }

.contractor__job-title {
  height: 60px; }

.wrapper--news {
  background: #373737;
  font-family: "Open Sans", sans-serif; }

.ticker-title {
  margin: 0;
  padding: 24px;
  text-align: center;
  background: #202020;
  color: #ededed;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .ticker-title i {
    display: inline-block;
    margin-top: 4px;
    margin-left: 4px; }
  .ticker-title:hover {
    color: #202020;
    background: #9f9f9f;
    text-decoration: none; }

.news-items {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ededed;
  height: 70px;
  overflow: hidden; }

.news-item {
  margin: 24px 0 29px;
  position: relative; }

.news-item__link {
  text-transform: uppercase;
  color: #1265ab;
  font-weight: 700; }
  .news-item__link:hover {
    color: #ededed;
    text-decoration: none; }

input[type='text'] {
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  padding: 12px; }

.filters {
  margin-bottom: 24px; }

.container--event-info > div {
  height: 75px;
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    .container--event-info > div {
      height: 45px; } }

.event__location {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0; }
  @media (min-width: 768px) {
    .event__location {
      font-size: 1.99em;
      padding: 24px 0;
      border-right: 2px solid #182643; } }

.event__dates {
  width: 250px;
  height: 75px;
  position: absolute;
  padding: 12px 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.event__date {
  width: 115px;
  float: left;
  position: relative;
  height: 60px; }
  .event__date span {
    position: absolute;
    height: 100%; }

.event__date--start:after {
  content: '-';
  display: inline-block;
  position: absolute;
  font-size: 2.827em;
  left: 97%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.event__day {
  font-size: 3.998em;
  left: 15px;
  top: -6px; }

.event__month,
.event__year {
  text-transform: uppercase;
  top: 10px;
  right: 10px; }

.event__month {
  font-size: 1.49em; }

.event__year {
  font-size: 1.14em;
  top: 30px; }

.event__registration {
  padding: 12px; }
  @media (min-width: 768px) {
    .event__registration {
      padding: 24px;
      border-left: 2px solid #182643; } }

#gmap-canvas {
  width: 100%;
  height: 400px;
  margin-top: 12px;
  margin-bottom: 12px; }

@media (max-width: 768px) {
  .search {
    margin-bottom: 12px;
    display: block; } }

.search__icon {
  color: #ededed;
  background: #1f3564;
  width: 100%;
  padding: 16px 24px;
  position: relative;
  top: -1px;
  text-align: center; }

.search__input {
  width: 100%; }

.post__link {
  width: 50%;
  float: left; }
  .post__link--next {
    text-align: right; }

.read-more, .card__button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700; }

.sidebar__link {
  display: block;
  padding: 0 0 12px; }

.sidebar__date {
  padding: 6px 0 6px 6px; }
  .sidebar__date span {
    display: inline-block;
    color: #ededed;
    background: #1f3564;
    padding: 6px;
    height: 100%; }

.wrapper--footer {
  background: #fff;
  padding: 24px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
  .wrapper--footer > div {
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .wrapper--footer > div {
        text-align: center; } }
    .wrapper--footer > div > div {
      margin-bottom: 12px; }
  .wrapper--footer i {
    color: #1265ab; }
  @media (max-width: 768px) {
    .wrapper--footer {
      margin-top: 0;
      padding: 12px 0;
      position: relative; }
      .wrapper--footer > div {
        margin-bottom: 0; } }

.footer__link {
  font-weight: 700;
  display: inline-block;
  margin-right: 24px;
  padding: 0 0 24px; }
  @media (max-width: 768px) {
    .footer__link {
      padding: 0;
      margin-right: 0; } }

.footer__text {
  margin: 0; }
  .footer__text--alt {
    color: #1265ab;
    font-weight: 700; }

.footer-menu {
  margin: 0;
  padding: 0; }
  .footer-menu li {
    list-style: none;
    display: inline-block; }
  .footer-menu a {
    display: inline-block;
    padding: 6px; }
    .footer-menu a:hover {
      color: #ededed;
      text-decoration: none; }

/*# sourceMappingURL=style.css.map */


/* Extra Custom CSS
   ========================================================================== */

ul {
	list-style-type: disc;
	padding: 8px 30px;
}

.extracardpadding .card {
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 40px;
	padding-bottom: 60px;
}

.page-cta__button {
	background: #ce2f17;
	color: #ededed;
	padding: 18px;
    	text-transform: uppercase;
    	font-family: "Open Sans", sans-serif;
    	font-weight: 700;
    	font-size: 1.1em;
    	letter-spacing: 1px;
    	-webkit-transition: all .2s ease-out;
    	transition: all .2s ease-out;
	margin-top: 10px;
}

.no-link a{
  display: none;
}

.flex-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
.card-flex{
  flex: 2 500px;
  margin-bottom: 10px;
}
.card-flex:not(:nth-child(even)){
  margin-right: 10px;
}
@media( max-width: 1140px ){
  .card-flex:not(:nth-child(even)){
    margin-right: 0;
  }
}
.card-flex .card--issue .card__img-link{
  height: 100%;
  margin-bottom: -30px;
}

/* Event Page(s) Revision CSS
   ========================================================================== */

/* -------- Main Events Page -------- */

.events-container {
  margin-bottom: 20px;
}

.events-tab-control-wrap {
  margin: 0px 0px 24px 0px!important;
}

.events-tab-control-wrap .btn {
  background-color: #1f3564;
  font-size: 16px;
  margin-right: 20px;
  width: 200px;
}

.events-tab-control-wrap .r-tabs-state-active .btn {
  background-color: #ce2f17;
}

.events-tab-control-wrap .btn:hover,
.events-tab-control-wrap .r-tabs-state-active .btn:hover {
  background-color: #1265ab;
}

h1.events-main-title {
  margin-bottom: 24px;
}

.events-upcoming-wrap,
.events-past-wrap {

}

.events-upcoming-wrap .card--event .card__img-link,
.events-past-wrap .card--event .card__img-link,
.events-upcoming-wrap .card--event .card__right,
.events-past-wrap .card--event .card__right {
  float: left;
  height: 225px;
  margin-bottom: 0px;
}

.events-upcoming-wrap .card--event .card__right .card__title,
.events-past-wrap .card--event .card__right .card__title {
  font-size: 24px;
}

.events-upcoming-wrap .card--event .card__right .card__sub-title,
.events-past-wrap .card--event .card__right .card__sub-title {
  font-size: 18px;
}

.events-upcoming-wrap .card--event .card__right .card__text,
.events-past-wrap .card--event .card__right .card__text {
  font-size: 14px;
}

.events-upcoming-wrap .card--event .card__right .card__text a.event-lm-link,
.events-past-wrap .card--event .card__right .card__text a.event-lm-link {
  clear: both;
  display: block;
  font-weight: bold;
}


/* -------- Tab plugin styling -------- */

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 0px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* -------- Inner Events Page -------- */

.single-event_post .wrapper--page-topper {
  background-color: #1265ab;
  height: 210px;
}

.single-event_post .wrapper--page-info {
  background-color: #1f3564;
}

.single-event_post .wrapper--page-info .event-title-section {
  height: auto;
  margin: 0;
  padding: 0;
}

.single-event_post .wrapper--page-info .event-title-section h1 {
  margin-bottom: 30px;
  text-align: center;
}

.single-event_post .wrapper--page-info .event__location,
.single-event_post .wrapper--page-info .event__registration {
  border-color: #1265ab;
}

.single-event_post .wrapper--page-info .event__registration {
  padding: 15px 24px;
}

.single-event_post .wrapper--page-info .event__registration .btn {
  font-size: 1.69em;
  font-weight: 700;
}

.single-event_post aside.card.coordinator-contact {
  font-size: 14px;
}

.single-event_post .page-cta__button {
    display: inline-block;
    margin: 5px 0px;
}

/* -------- Media Queries for Event Page(s) Revision CSS -------- */

@media only screen and (max-width: 1140px) {
  .events-upcoming-wrap .card--event .card__img-link,
  .events-past-wrap .card--event .card__img-link,
  .events-upcoming-wrap .card--event .card__right,
  .events-past-wrap .card--event .card__right {
    height: 250px;
  }
}

@media only screen and (max-width: 959px) {
  .events-upcoming-wrap .card--event .card__img-link,
  .events-past-wrap .card--event .card__img-link,
  .events-upcoming-wrap .card--event .card__right,
  .events-past-wrap .card--event .card__right {
    height: 325px;
  }

  .single-event_post .wrapper--page-info .event-title-section h1 {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 768px) {

  .events-tab-control-wrap .r-tabs-tab {
    margin-bottom: 10px;
    width: 100%;
  }

  .events-tab-control-wrap .btn {
    width: 100%;
  }

  .single-event_post .wrapper--page-topper {
    height: auto;
  }

  .single-event_post .wrapper--page-info .event-title-section h1 {
    font-size: 2em;
  }

  .single-event_post .page-cta__button {
    display: block;
    margin: 0px 0px 5px 0px;
    text-align: center;
    width: 100%;
  }

}

@media only screen and (max-width: 450px) {
  .events-upcoming-wrap .card--event .card__right,
  .events-past-wrap .card--event .card__right {
    height: 425px;
  }
}

@media only screen and (max-width: 400px) {
  .events-upcoming-wrap .card--event .card__right,
  .events-past-wrap .card--event .card__right {
    height: 475px;
  }
}
