/* ==========================================================================
	#Reset
========================================================================== */
* {
  padding: 0;
  margin: 0;
  outline: 0; }

/* ==========================================================================
	#Base
========================================================================== */
html {
  height: 100%; }

body {
  height: 100%;
  font-family: 'Open Sans', arial, sans-serif; }

textarea, input, .typography .filter-form select {
  font-family: 'Open Sans', arial, sans-serif; }

html {
  overflow-y: scroll; }

body {
  font-size: 13px;
  line-height: 1.23;
  color: #58585a;
  -webkit-text-size-adjust: none; }

a {
  color: #801d1f;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  border: 0;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.001);
  image-rendering: auto;
  -ms-interpolation-mode: bicubic; }

h2 {
  font-size: 30px;
  line-height: 1.07;
  font-weight: 600; }

h4 {
  color: #807f83;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px; }
  h4 strong {
    font-weight: 600; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, .typography .filter-form .reset,
input,
.typography .filter-form select,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, .typography .filter-form .reset,
input,
.typography .filter-form select {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, .typography .filter-form .reset,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, .typography .filter-form .reset,
html input[type="button"],
html .typography .filter-form select[type="button"],
.typography .filter-form html select[type="button"],
input[type="reset"],
.typography .filter-form select[type="reset"],
input[type="submit"],
.typography .filter-form select[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], .typography .filter-form [disabled].reset,
html input[disabled],
html .typography .filter-form select[disabled],
.typography .filter-form html select[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], .typography .filter-form select[type="checkbox"],
input[type="radio"],
.typography .filter-form select[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"], .typography .filter-form select[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, .typography .filter-form select[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
.typography .filter-form select[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, .typography .filter-form .reset::-moz-focus-inner,
input::-moz-focus-inner,
.typography .filter-form select::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
	COLORS 
========================================================================== */
/* CSS3 ELEMENTS
============================== */
/* MIXINS
============================== */
/*
@include calc (width, "100% - 75px");
*/
/* ==========================================================================
	#Helpers 
========================================================================== */
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    display: table;
    content: " "; }
  .clearfix:after {
    display: table;
    content: " ";
    clear: both; }

.desktop-hidden {
  display: none !important; }

/* ==========================================================================
	#Containers 
========================================================================== */
.wrapper {
  position: relative;
  min-height: 100%;
  background: #fbfbfb url(../img/background.jpg) no-repeat center 0; }

.shell {
  width: 960px;
  padding: 0 25px;
  margin: 0 auto; }

/* ==========================================================================
	#General
========================================================================== */
.main .shell, .header .shell, .slider .shell {
  background: #fff; }

/* ==========================================================================
	#Header
========================================================================== */
.header {
  position: relative;
  z-index: 3; }
  .header .logo {
    width: 371px;
    float: left;
    padding-top: 16px; }
    .header .logo a {
      overflow: hidden;
      display: block;
      height: 71px;
      background: url(../img/sprite.png) no-repeat 0 0;
      white-space: nowrap;
      text-indent: 100%; }

.header-inner {
  padding-bottom: 15px;
  position: relative;
  z-index: 2; }

.nav-utilities {
  float: right; }
  .nav-utilities ul {
    list-style: none outside none; }
  .nav-utilities li {
    float: left;
    position: relative;
    padding-bottom: 15px; }
  .nav-utilities ul > li + li > a {
    border-left: 1px solid #e6e6e6; }
  .nav-utilities ul > li > a {
    display: block;
    height: 28px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #e6e6e6; }
    .nav-utilities ul > li > a.icon-help {
      background-color: #7f1d1f;
      background-position: -201px -135px; }
  .nav-utilities .last > a {
    border-right: 1px solid #e6e6e6; }
  .nav-utilities li:first-child {
    padding-left: 200px; }
    .nav-utilities li:first-child > a {
      border-left: 1px solid #e6e6e6; }
  .nav-utilities li:hover > a {
    text-decoration: none;
    background-color: #7f1d1f;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
    color: #fff; }
  .nav-utilities li:hover .icon-search {
    background-position: -168px -135px; }
  .nav-utilities li:hover .icon-help {
    background-position: -201px -135px;
    background-color: #b3b935; }
  .nav-utilities li:hover .icon-padlock {
    background-position: -267px -135px; }
  .nav-utilities .btn-text {
    padding: 0 9px 0 12px;
    font-size: 10px; }

.utilities-popup {
  display: none;
  position: absolute;
  top: 43px;
  right: -26px;
  width: 230px;
  padding: 10px;
  background: #f8f8f8;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
  font-size: 12px; }

.utilities-popup-inner {
  position: relative; }
  .utilities-popup-inner .icon-popup-arrow {
    position: absolute;
    top: -21px;
    right: 16px; }

.utilities-popup h5 {
  font-size: 14px;
  line-height: 1.21;
  padding: 2px 0 3px 2px; }
.utilities-popup p, .utilities-popup .president-layout .info-sections .box li, .president-layout .info-sections .box .utilities-popup li {
  padding-bottom: 16px; }
.utilities-popup .more {
  text-align: right; }

.nav-utilities .last .utilities-popup {
  right: 24px; }
.nav-utilities li:hover .utilities-popup {
  display: block; }

/* ==========================================================================
	#Nav
========================================================================== */
/* First level*/
.nav {
  padding-left: 9px;
  position: relative;
  z-index: 1; }

.nav-btn {
  display: none; }

.nav ul {
  list-style: none outside none; }
.nav > ul {
  height: 27px; }
  .nav > ul > li {
    float: left;
    position: relative;
    z-index: 1; }
    .nav > ul > li + li {
      margin-left: 34px; }
      @media (max-width: 1024px) {
        .nav > ul > li + li {
          margin-left: 30px; } }
.nav a {
  text-transform: uppercase; }
  .nav a:hover {
    text-decoration: none; }
.nav > ul > li > a {
  font-size: 14px;
  border-bottom: 7px solid #fff;
  padding: 0 7px 1px; }
.nav > ul > li:hover {
  z-index: 2; }
.nav > ul > .current > a, .nav > ul > li:hover > a {
  border-color: #b2bb1c;
  color: #b2bb1c; }
.nav .members-only {
  display: none; }

.nav-dropdown {
  display: none;
  position: absolute;
  top: 26px;
  left: -5px;
  width: 260px;
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  /*padding-bottom: 100px;*/ }

.advertisement .nav-dropdown {
  width: 498px; }

.nav-dropdown-inner {
  background: #f8f8f8; }

.nav > ul > li:hover .nav-dropdown {
  display: block; }

.nav-dropdown-inner > ul {
  float: left;
  width: 260px;
  padding-top: 1px; }
  .nav-dropdown-inner > ul.full {
    width: 100%; }

.nav-dropdown-image {
  float: right;
  padding: 10px 10px 10px 0;
  text-align: right; }
  .nav-dropdown-image.hidden {
    display: none; }
  .nav-dropdown-image span {
    display: block;
    padding-top: 2px;
    font-size: 10px;
    text-transform: uppercase; }

/* Second level*/
.nav-dropdown-inner > ul > li + li {
  border-top: 1px solid #eeeeee; }
.nav-dropdown-inner > ul > li > a {
  padding: 7px 0 7px 13px; }
.nav-dropdown-inner a {
  display: block;
  font-size: 12px;
  color: #b2ba1b; }
.nav-dropdown-inner > ul > li .icon-arrow {
  float: right;
  padding: 4px 14px 0 0; }
.nav-dropdown-inner > ul > li > ul > li > ul li.hovered a, .nav-dropdown-inner > ul > li > ul > li.hovered > a {
  color: #7f1d1f; }
.nav-dropdown-inner > ul > li.hovered > a {
  color: #7f1d1f; }
.nav-dropdown-inner > ul > li.hovered > a .icon-arrow {
  background-position: -298px -108px; }
.nav-dropdown-inner > ul > li.hovered > ul {
  display: block;
  padding-top: 1px; }
.nav-dropdown-inner > ul > li > ul > li.hovered > a .icon-arrow {
  background-position: -298px -108px; }
.nav-dropdown-inner > ul > li > ul {
  display: none; }
.nav-dropdown-inner > ul > li > ul > li > a {
  padding: 1px 0 4px 30px;
  letter-spacing: -0.7px; }
.nav-dropdown-inner > ul > li > ul > li > ul {
  display: none; }
.nav-dropdown-inner > ul > li > ul > li.hovered > ul {
  display: block;
  padding-bottom: 9px; }
.nav-dropdown-inner > ul > li > ul > li > ul a {
  padding: 0 0 0 48px;
  list-style-position: -1px; }

/* Third level*/
/* Fourth level*/
/* ==========================================================================
	#Slider
========================================================================== */
.slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%; }
  .slider .shell {
    position: relative;
    overflow: hidden;
    height: 417px; }

.slides {
  list-style: none outside none; }

.slider .slide {
  position: relative;
  float: left;
  width: 100%;
  height: 417px; }

.slide-text, .slide-callout {
  position: absolute;
  bottom: 0; }

.slide-text {
  left: 0;
  width: 100%;
  min-height: 122px;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.29; }
  .slide-text a {
    color: #fff;
    text-transform: uppercase; }
    .slide-text a:hover {
      text-decoration: none;
      color: #801d1f; }

.slide-text-inner {
  position: relative;
  z-index: 2;
  padding: 16px 200px 20px 33px; }

.slide-text-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e1bf27;
  opacity: .6;
  filter: alpha(opacity=60); }

.slide-callout {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 154px;
  height: 101px;
  padding: 0 6px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  display: table; }
  .slide-callout.none {
    background-color: #b3b935; }

.slide-callout-inner {
  display: table-cell;
  vertical-align: middle; }

.slide-callout p, .slide-callout .president-layout .info-sections .box li, .president-layout .info-sections .box .slide-callout li {
  letter-spacing: -1px; }
.slide-callout strong {
  font-weight: 600; }
.slide-callout p strong, .slide-callout .president-layout .info-sections .box li strong, .president-layout .info-sections .box .slide-callout li strong {
  display: block;
  font-size: 26px;
  line-height: 1.1; }
.slide-callout .btns {
  display: inline-block;
  padding-top: 6px; }

.slider .paging {
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 5;
  margin-left: -10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .slider .paging a {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background: #cabe90;
    margin: 0 3px;
    transition: background-color .3s linear; }
    .slider .paging a:hover {
      background: #fff; }
  .slider .paging .selected {
    background: #fff; }

/*Color themes change background-color below*/
.slide-text.none {
  display: none; }

.slide-text.slide-ltGreen .slide-text-background, .slide-callout.slide-ltGreen {
  background-color: #c2c94c; }

.slide-text.slide-yellow .slide-text-background, .slide-callout.slide-yellow {
  background-color: #ffd61b; }

.slide-text.slide-orange .slide-text-background, .slide-callout.slide-orange {
  background-color: #f9a334; }

.slide-text.slide-red .slide-text-background, .slide-callout.slide-red {
  background-color: #aa4c3e; }

.slide-text.slide-ltGray .slide-text-background, .slide-callout.slide-ltGray {
  background-color: #c9cacc; }

.slide-text.slide-dkGray .slide-text-background, .slide-callout.slide-dkGray {
  background-color: #939396; }

.slide-text.slide-dkGreen .slide-text-background, .slide-callout.slide-dkGreen {
  background-color: #959027; }

/* ==========================================================================
	Hero Image
========================================================================== */
.hero-image {
  width: 100%; }
  .hero-image img {
    max-width: 100%;
    height: auto; }

/* ==========================================================================
	#Main
========================================================================== */
.main .shell {
  padding-top: 5px;
  background: white url(../img/main-bar.png) no-repeat center 0; }

.main-inner {
  padding-bottom: 41px; }
  .main-inner .content-container {
    padding: 13px 0 0 2px;
    width: 600px;
    float: left; }
    .main-inner .content-container .video, .main-inner .content-container .map {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .main-inner .content-container .video iframe, .main-inner .content-container .video object, .main-inner .content-container .video embed, .main-inner .content-container .map iframe, .main-inner .content-container .map object, .main-inner .content-container .map embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.breadcrumbs {
  padding-top: 18px;
  color: #CCC; }
  .breadcrumbs ul {
    list-style: none outside none;
    overflow: hidden; }
  .breadcrumbs li {
    float: left;
    padding-right: 6px;
    font-size: 12px; }
    .breadcrumbs li + li {
      padding-left: 10px;
      background: url(../img/breadcrumbs.png) no-repeat 0 center; }
  .breadcrumbs a {
    color: #58585a; }
    .breadcrumbs a:hover {
      color: #ccc;
      text-decoration: none; }
  .breadcrumbs .current {
    color: #ccc;
    text-decoration: none; }

/* ==========================================================================
	#Sidebar
========================================================================== */
.sidebar {
  float: right;
  width: 310px;
  margin-top: 6px; }
  .sidebar .WidgetHolder {
    margin: 0 0 10px; }
  .sidebar .widget-news {
    padding-bottom: 7px; }
  .sidebar .widget-events {
    padding-bottom: 4px; }

/* ==========================================================================
	#Columns
========================================================================== */
.col-1of3 {
  width: 310px;
  float: left; }
  .col-1of3 ~ .col-1of3 {
    margin-left: 15px; }

/* ==========================================================================
	#Footer
========================================================================== */
.footer-top {
  padding: 20px 0 19px;
  border-top: 4px solid #7f7f83;
  background: url(../img/footer-top.png) repeat 0 0; }

.footer-bottom {
  padding: 8px 0 10px 9px;
  border-top: 2px solid #7f1d1f;
  background: #9da517;
  color: #fff;
  font-weight: 600;
  color: #fff; }
  .footer-bottom a {
    color: #fff; }

.footer-top h4 {
  margin-top: -1px;
  padding-bottom: 20px;
  line-height: 0.7;
  letter-spacing: -0.6px; }

.footer-col {
  float: left;
  width: 410px;
  padding-left: 20px;
  border-left: 3px solid #7f1d1f; }

.footer-col-big {
  margin-left: 14px;
  width: 490px; }

.footer-col-inner {
  padding-bottom: 4px; }
  .footer-col-inner h4 {
    padding-bottom: 11px; }

.socials {
  width: 200px;
  float: left;
  font-size: 0;
  line-height: 0; }
  .socials a {
    font-size: 0;
    line-height: 0; }
    .socials a:hover {
      opacity: .8;
      filter: alpha(opacity=80); }

.footer .callout {
  float: left;
  width: 210px;
  font-size: 12px; }
  .footer .callout .btns {
    padding-top: 8px; }
  .footer .callout .btn-green {
    line-height: 34px;
    padding: 0 19px; }

.address {
  width: 185px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.3px; }
  .address a {
    color: #b3ba36;
    display: block;
    margin-bottom: 14px; }
    @media (max-width: 1024px) {
      .address a {
        display: inline-block; } }

.copyrights, .nav-footer {
  float: left; }

.copyrights {
  padding-top: 1px;
  letter-spacing: -0.5px; }

.nav-footer {
  padding-top: 2px; }
  .nav-footer ul {
    list-style: none outside none; }
  .nav-footer li {
    float: left;
    padding-left: 8px;
    border-left: 2px solid #fff;
    margin-left: 7px;
    height: 14px;
    line-height: 14px; }

.siteby {
  float: right;
  font-weight: 300;
  font-size: 11px; }

/* ==========================================================================
	#Widgets
========================================================================== */
@media (min-width: 768px) {
  #home-widgets {
    margin-top: 20px; } }

.ie8 #home-widgets {
  margin-top: 20px; }

@media (min-width: 768px) {
  .WidgetHolder {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 10px 15px; }
    .WidgetHolder:nth-child(3n+1) {
      margin-left: 0; } }

.ie8 .WidgetHolder {
  width: 310px;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 10px 15px; }
  .ie8 .WidgetHolder:first-child {
    margin-left: 0; }
  .ie8 .WidgetHolder:first-child + .WidgetHolder + .WidgetHolder + .WidgetHolder {
    margin-left: 0; }

.widgets {
  list-style: none outside none; }

.main .widgets {
  padding-top: 10px; }

.widget ~ .widget {
  margin-top: 10px; }

.widget-image a {
  display: block;
  height: 150px;
  font-size: 0;
  line-height: 0; }

.widget-twitter {
  background: url(../img/twitter-box.png) no-repeat 0 0;
  width: 283px;
  height: 108px;
  padding: 28px 13px 14px 14px;
  display: block; }

.twitter-box {
  background: #fff;
  border: 1px solid #87a7b4;
  border-radius: 3px;
  padding: 9px 15px 5px 8px;
  position: relative; }
  .twitter-box .slides {
    float: left;
    max-width: 263px;
    max-height: 90px;
    margin: 0;
    overflow: hidden; }
  .twitter-box .slide {
    width: 263px;
    height: 65px;
    position: relative; }
  .twitter-box .posted-time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px; }

.tweet-thumb {
  float: left; }

.tweet-text {
  overflow: hidden;
  padding-left: 8px;
  font-size: 10px; }
  .tweet-text a {
    color: #6ecff6; }
  .tweet-text h5 {
    color: #151515;
    font-size: 11px;
    font-weight: 600; }
    .tweet-text h5 a {
      color: #c4c4c4;
      font-size: 10px; }
  .tweet-text .meta a {
    color: #c6c6c6; }

.widget-twitter .btns {
  text-align: right;
  padding-top: 7px; }

.widget-posts .widgettitle {
  color: #fff;
  padding: 1px 10px 2px 7px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal; }
  .widget-posts .widgettitle a {
    color: #fff;
    float: right;
    font-size: 10px;
    padding-top: 5px; }

.widget-news .widgettitle {
  background: #b3b935; }

.widget-events .widgettitle {
  background: #7f1d1f; }

.list-posts {
  list-style: none outside none;
  padding: 8px 0 8px 6px; }
  .list-posts li {
    padding: 0 10px;
    border-left: 2px solid #000;
    font-weight: 300;
    letter-spacing: -0.4px; }
    .list-posts li + li {
      margin-top: 10px; }
  .list-posts a {
    color: #888;
    font-size: 14px;
    line-height: 1.29; }
  .list-posts .meta {
    color: #801d1f;
    font-size: 10px;
    padding-top: 4px; }

.widget-news .list-posts li {
  border-color: #b3b935; }

.widget-events .list-posts li {
  border-color: #7f1d1f;
  padding-bottom: 0; }

.widget-nav {
  padding-bottom: 10px; }
  .widget-nav .widgettitle {
    padding: 10px 0 9px 12px;
    background: #b3b935;
    color: #fff;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 600;
    text-transform: uppercase; }
    .widget-nav .widgettitle a {
      color: #FFF;
      margin-left: 20px; }
  .widget-nav .icon-padlock-white {
    display: none;
    float: right; }
  .widget-nav.members-only .icon-padlock-white {
    display: block; }
  .widget-nav ul {
    list-style: none outside none;
    background: #f8f8f8; }
  .widget-nav a {
    text-transform: uppercase;
    color: #b3b935;
    font-size: 12px; }
  .widget-nav .current > a, .widget-nav a:hover {
    text-decoration: none;
    color: #7f1d1f; }
  .widget-nav > ul {
    padding-top: 1px; }
    .widget-nav > ul > li {
      padding: 6px 13px 7px; }
      .widget-nav > ul > li + li {
        border-top: 1px solid #eeeeee; }
      .widget-nav > ul > li > a {
        font-weight: 600; }
  .widget-nav .icon-arrow {
    float: right; }
  .widget-nav .current > a .icon-arrow, .widget-nav .section > a .icon-arrow {
    background-position: -298px -108px; }
  .widget-nav > ul ul {
    padding: 9px 0 5px 19px; }
    .widget-nav > ul ul li + li {
      padding-top: 4px; }

.widget-video .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .widget-video .video iframe, .widget-video .video object, .widget-video .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ==========================================================================
	#Sponsors
========================================================================== */
.sponsors {
  text-align: center;
  padding-top: 14px; }
  .sponsors h3 {
    color: #f5d130;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding-bottom: 10px;
    letter-spacing: -1px; }

.slider-sponsors {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90px; }
  .slider-sponsors .slide {
    float: left;
    max-width: 210px;
    max-height: 90px;
    margin: 0 18px;
    overflow: hidden; }
  .slider-sponsors .prev, .slider-sponsors .next {
    position: absolute;
    top: 24px;
    width: 22px;
    height: 22px;
    background: #b2bb1c url(../img/arrows@x2.png) center 6px no-repeat;
    border-radius: 100%;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
  .slider-sponsors .prev {
    left: 6px; }
  .slider-sponsors .next {
    right: 6px;
    background-position: 10px -30px; }

/* ==========================================================================
	#Buttons
========================================================================== */
.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  transition: background-color .3s linear; }
  .btn.btn-txt {
    height: 24px;
    line-height: 24px;
    padding: 0 10px; }

.btn-green {
  background: #b3b935;
  height: 34px; }
  .btn-green:hover {
    background: #d4db38;
    text-decoration: none; }

.btn-red {
  background: #cb866b;
  height: 34px; }
  .btn-red:hover {
    background: #cb866b;
    text-decoration: none; }

.btn-submit {
  cursor: pointer;
  border: 0;
  padding: 0;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 0; }

.btn-white {
  display: block;
  padding: 2px 18px 5px;
  border: 1px solid #fff;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: -0.3px; }
  .btn-white:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-decoration: none; }

.btn-follow {
  padding: 0 6px 0 5px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 3px;
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 25%, #e3e3e3 80%, #dedede 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(25%, #f8f8f8), color-stop(80%, #e3e3e3), color-stop(100%, #dedede));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f8f8f8 25%, #e3e3e3 80%, #dedede 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #f8f8f8 25%, #e3e3e3 80%, #dedede 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #f8f8f8 25%, #e3e3e3 80%, #dedede 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 25%, #e3e3e3 80%, #dedede 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dedede',GradientType=0 );
  /* IE6-9 */ }
  .btn-follow i {
    margin-right: 6px; }
  .btn-follow:hover {
    text-decoration: none;
    background: #dedede;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dedede 0%, #e3e3e3 20%, #f8f8f8 75%, #fefefe 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(20%, #e3e3e3), color-stop(75%, #f8f8f8), color-stop(100%, #fefefe));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dedede 0%, #e3e3e3 20%, #f8f8f8 75%, #fefefe 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dedede 0%, #e3e3e3 20%, #f8f8f8 75%, #fefefe 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dedede 0%, #e3e3e3 20%, #f8f8f8 75%, #fefefe 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dedede 0%, #e3e3e3 20%, #f8f8f8 75%, #fefefe 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#fefefe',GradientType=0 );
    /* IE6-9 */ }

/* ==========================================================================
	#Icons
========================================================================== */
[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite.png) no-repeat 0 0; }

.icon-padlock-white, .icon-help, .icon-search, .icon-padlock {
  width: 28px;
  height: 27px;
  font-size: 0;
  line-height: 0; }

.icon-search {
  background-position: -331px -76px; }

.icon-help {
  background-position: -298px -76px; }

.icon-padlock {
  background-position: -234px -135px; }

.icon-padlock-white {
  background-position: -267px -135px; }

.icon-popup-arrow {
  width: 27px;
  height: 11px;
  background-position: -314px -108px; }

.icon-arrow {
  width: 11px;
  height: 11px;
  background-position: -346px -108px; }

.socials [class^="icon-"] {
  background: url(../img/socials.png) no-repeat 0 0; }
.socials .icon-vimeo, .socials .icon-twitter, .socials .icon-linkedin {
  width: 39px;
  height: 38px; }
.socials .icon-facebook {
  width: 38px;
  height: 38px;
  background-position: 0px 0px; }
.socials .icon-linkedin {
  background-position: -43px 0px; }
.socials .icon-twitter {
  background-position: 0px -43px; }
.socials .icon-vimeo {
  background-position: -87px 0px; }

.icon-tweet {
  background: url(../img/icon-twitter.png) no-repeat 0 0;
  width: 14px;
  height: 21px; }

/* ==========================================================================
	#Admin Form
==========================================================================*/
/* 
.admin-form {
	label {
		width: 25%;
		display: inline-block;
		vertical-align: top;
	}
	.group.form-actions {
		padding-left: 25%;
		input {margin-left: 4px;}
	}
}
*/
/* ==========================================================================
	UI ALERTS
========================================================================== */
.typography .alert {
  padding: 10px;
  background-color: #e5e8b8;
  border: 1px solid #b3b935;
  width: 100%;
  color: black;
  margin: 20px 0;
  text-align: center; }
  .typography .alert p, .typography .alert .president-layout .info-sections .box li, .president-layout .info-sections .box .typography .alert li {
    margin: 0;
    font-size: 16px;
    font-style: italic; }

/* ==========================================================================
	LOGO LIST
========================================================================== */
.typography .logo-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px; }
  .typography .logo-list li {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    max-width: 200px;
    margin: 0 -4px 0 0 !important; }
    .typography .logo-list li a {
      display: block;
      width: 100%;
      height: 65px;
      text-indent: -9999em;
      background-color: rgba(255, 255, 255, 0.001);
      image-rendering: auto;
      -ms-interpolation-mode: bicubic; }
      .typography .logo-list li a img {
        width: 100%; }
    @media (max-width: 767px) {
      .typography .logo-list li {
        width: 50%; } }
.typography ul.sponsor-list.highlighted {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .typography ul.sponsor-list.highlighted .logo {
    width: 240px;
    display: block;
    float: none; }
    .typography ul.sponsor-list.highlighted .logo img {
      max-width: 100%;
      height: auto; }

.typography .featured-logo {
  max-width: 200px; }

/* ==========================================================================
	FILTER FORM
========================================================================== */
.typography .filter-form {
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #bababa;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .typography .filter-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .typography .filter-form input[type=text], .typography .filter-form select[type=text] {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    background: white;
    color: black;
    border: 1px solid #cccccc;
    margin-right: 5px;
    width: 25%; }
  .typography .filter-form select {
    width: 25%;
    background: white;
    height: 30px; }
  .typography .filter-form button, .typography .filter-form .reset {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #a0a52f;
    background: #b3b935;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(213, 217, 123, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(213, 217, 123, 0.2);
    color: white;
    text-transform: uppercase;
    cursor: pointer; }
    .typography .filter-form button:hover, .typography .filter-form .reset:hover {
      border: 1px solid #911b43;
      background: #a61f4d;
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(222, 77, 126, 0.2);
      box-shadow: inset 0px 1px 0px 0px rgba(222, 77, 126, 0.2); }
  .typography .filter-form .reset {
    display: inline-block;
    background: #aeaeae;
    border: 1px solid #949494;
    color: #484848;
    line-height: 20px; }
    .typography .filter-form .reset:hover {
      text-decoration: none;
      color: #FFF; }
  .typography .filter-form.calendar input, .typography .filter-form.calendar select, .typography .filter-form.calendar select {
    width: 20%; }
  @media (max-width: 767px) {
    .typography .filter-form {
      text-align: center; }
      .typography .filter-form input, .typography .filter-form select, .typography .filter-form select {
        width: 100%;
        margin-bottom: 4px; }
      .typography .filter-form.calendar input, .typography .filter-form.calendar select, .typography .filter-form.calendar select {
        width: 100%; } }

/* ==========================================================================
	COLLAPSIBLE LISTINGS
========================================================================== */
.typography .collapsible-controls {
  margin-bottom: 20px; }
  .typography .collapsible-controls .rss {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999em;
    background: url(../img/icon-rss.gif) no-repeat 0 0; }
    .typography .collapsible-controls .rss:hover {
      background-position: 0 -30px; }
  .typography .collapsible-controls .dim {
    cursor: default;
    background: #EFEFEF; }
    .typography .collapsible-controls .dim:hover {
      background: #EFEFEF; }
.typography .collapsible-listing .collapsible {
  position: relative;
  margin: 0 0 5px;
  padding-right: 30px; }
  .typography .collapsible-listing .collapsible:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 18px;
    width: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #c7c7c7; }
  .typography .collapsible-listing .collapsible.collapse-close:after {
    content: '+'; }
  .typography .collapsible-listing .collapsible.collapse-open:after {
    content: '-'; }
  .typography .collapsible-listing .collapsible:hover {
    cursor: pointer; }
  .typography .collapsible-listing .collapsible + .container {
    padding-left: 20px;
    border-bottom: 4px solid #b3b935;
    margin-bottom: 10px; }
.typography .collapsible-listing.news .collapsible {
  padding: 5px; }
  .typography .collapsible-listing.news .collapsible:after {
    color: white;
    top: 5px; }
  .typography .collapsible-listing.news .collapsible:hover:after {
    color: #585859; }
.typography .collapsible-listing.members .collapsible {
  border-bottom: none; }
  .typography .collapsible-listing.members .collapsible em {
    font-size: 14px; }
  .typography .collapsible-listing.members .collapsible:hover {
    color: #cb866b; }
    .typography .collapsible-listing.members .collapsible:hover:after {
      color: #585859; }
.typography .collapsible-listing.speakers .collapsible {
  border-bottom: none; }
  .typography .collapsible-listing.speakers .collapsible em {
    font-size: 14px; }
  .typography .collapsible-listing.speakers .collapsible:hover {
    color: #cb866b; }
    .typography .collapsible-listing.speakers .collapsible:hover:after {
      color: #585859; }
.typography .collapsible-listing.speakers .container .pic {
  max-width: 110px;
  height: auto; }

/* ==========================================================================
	TABLE FUN
========================================================================== */
.typography .styled-table.agenda {
  width: 100%; }
  .typography .styled-table.agenda .time {
    width: 15%; }
  .typography .styled-table.agenda .desc {
    width: 65%; }
    .typography .styled-table.agenda .desc h2 {
      text-transform: uppercase;
      font-size: 16px; }
    .typography .styled-table.agenda .desc a {
      color: #585859;
      font-weight: normal; }
    .typography .styled-table.agenda .desc .track-1 span {
      color: #a61f4d; }
    .typography .styled-table.agenda .desc .track-2 span {
      color: #b3b935; }
    .typography .styled-table.agenda .desc .track-3 span {
      color: #f9a334; }
    .typography .styled-table.agenda .desc .track-no {
      color: #585859; }
  .typography .styled-table.agenda .loc {
    width: 20%;
    text-align: right; }
.typography .styled-table.jobs {
  width: 100%; }
  .typography .styled-table.jobs .loc {
    width: 20%; }
  .typography .styled-table.jobs .date {
    width: 10%;
    text-align: right; }

/* ==========================================================================
	PAGINATION
========================================================================== */
.pagination {
  margin-top: 20px; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 2px 10px;
  font-size: 11.9px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: white;
  cursor: default; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

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

.pagination-right {
  text-align: right; }

/* ==========================================================================
	FILE LIST
========================================================================== */
.typography .files a {
  display: inline-block;
  position: relative; }
  .typography .files a:after {
    content: '';
    font-weight: normal;
    color: #f49d15; }
  .typography .files a[href$=".pdf"]:after {
    margin-left: 4px;
    content: '(pdf)'; }
  .typography .files a[href$=".doc"]:after {
    margin-left: 4px;
    content: '(doc)'; }
  .typography .files a[href$=".docx"]:after {
    margin-left: 4px;
    content: '(docx)'; }
  .typography .files a:hover:after {
    text-decoration: none; }

/* ==========================================================================
	#Forms
========================================================================== */
.form-search fieldset, .form-search .field {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important; }
.form-search #Search {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px; }
.form-search #SearchForm_SearchForm_Search {
  height: 17px;
  padding: 5px 12px 6px;
  font-size: 12px;
  border: 1px solid #b0b0b0;
  border-radius: 0;
  -webkit-appearance: none;
  width: 140px;
  vertical-align: middle; }
.form-search .action {
  height: 30px;
  padding: 0 15px;
  float: right;
  cursor: pointer;
  border: 0;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 0;
  background: #b3b935;
  transition: background-color .3s linear;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; }

.header .field, .footer .field {
  height: 17px;
  padding: 5px 12px 6px;
  font-size: 12px;
  border: 1px solid #b0b0b0;
  border-radius: 0;
  -webkit-appearance: none; }
.header .form-search .field, .footer .form-search .field {
  width: 140px;
  vertical-align: middle; }
.header .form-search .btn-submit, .footer .form-search .btn-submit {
  height: 30px;
  padding: 0 17px; }
.header .form-login .field, .footer .form-login .field {
  width: 216px;
  padding: 5px 6px 6px; }
  .header .form-login .field ~ .field, .footer .form-login .field ~ .field {
    margin-top: 4px; }
.header .form-login .form-actions, .footer .form-login .form-actions {
  overflow: hidden;
  padding-top: 4px; }
  .header .form-login .form-actions a, .footer .form-login .form-actions a {
    display: inline-block;
    margin: 6px 0 0 8px;
    font-size: 12px; }
.header .form-login .btn-submit, .footer .form-login .btn-submit {
  height: 30px;
  padding: 0 15px;
  float: right; }
.header .form-subscribe, .footer .form-subscribe {
  padding-bottom: 20px; }
  .header .form-subscribe .field, .footer .form-subscribe .field {
    color: #b3ba36;
    width: 247px;
    padding: 5px 7px 9px;
    font-style: italic;
    font-size: 15px;
    font-weight: 300; }
    .header .form-subscribe .field:focus, .footer .form-subscribe .field:focus {
      color: #807f83;
      font-style: normal; }
  .header .form-subscribe .btn-submit, .footer .form-subscribe .btn-submit {
    padding: 0 10px;
    height: 33px; }
.header .form-contact .field, .header .form-subscribe .field, .footer .form-contact .field, .footer .form-subscribe .field {
  color: #b3ba36;
  padding: 5px 7px 9px;
  font-style: italic;
  font-size: 15px;
  font-weight: 300; }
.header .form-contact .field:focus, .header .form-subscribe .field:focus, .footer .form-contact .field:focus, .footer .form-subscribe .field:focus {
  color: #807f83;
  font-style: normal; }
.header .form-contact, .footer .form-contact {
  float: right;
  width: 265px;
  margin-top: -3px; }
  .header .form-contact .form-row, .footer .form-contact .form-row {
    padding-bottom: 3px; }
  .header .form-contact .form-col, .footer .form-contact .form-col {
    float: left; }
    .header .form-contact .form-col ~ .form-col, .footer .form-contact .form-col ~ .form-col {
      padding-left: 2px; }
  .header .form-contact .field, .footer .form-contact .field {
    width: 115px; }
  .header .form-contact .field-textarea, .footer .form-contact .field-textarea {
    width: 247px;
    height: 49px;
    resize: none; }
  .header .form-contact .form-foot, .footer .form-contact .form-foot {
    padding-top: 2px; }
  .header .form-contact .btn-submit, .footer .form-contact .btn-submit {
    padding: 0 19px; }

.typography .field {
  margin-bottom: 10px; }
.typography fieldset {
  border: none;
  padding: 0;
  margin: 0; }
.typography label {
  font-size: 14px;
  line-height: 1.5em; }
  .typography label.left {
    font-weight: bold; }
.typography input[type="text"], .typography .filter-form select[type="text"],
.typography input[type="password"],
.typography .filter-form select[type="password"],
.typography input[type="email"],
.typography .filter-form select[type="email"],
.typography input[type="tel"],
.typography .filter-form select[type="tel"],
.typography select {
  background: #f0f0f0;
  border: 1px solid #c7c7c7;
  color: #393939;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 1em;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.typography input[type="text"]:hover, .typography .filter-form select[type="text"]:hover,
.typography input[type="text"]:focus,
.typography .filter-form select[type="text"]:focus,
.typography input[type="email"]:hover,
.typography .filter-form select[type="email"]:hover,
.typography input[type="email"]:focus,
.typography .filter-form select[type="email"]:focus,
.typography input[type="password"]:hover,
.typography .filter-form select[type="password"]:hover,
.typography input[type="password"]:focus,
.typography .filter-form select[type="password"]:focus,
.typography input[type="tel"]:hover,
.typography .filter-form select[type="tel"]:hover,
.typography input[type="tel"]:focus,
.typography .filter-form select[type="tel"]:focus {
  border: 1px solid #1d6e88; }
.typography input[readonly], .typography .filter-form select[readonly] {
  opacity: 0.5; }
  .typography input[readonly]:hover, .typography .filter-form select[readonly]:hover {
    border: 1px solid #c7c7c7; }
.typography textarea {
  background: #f0f0f0;
  color: #393939;
  width: 100%;
  min-height: 100px;
  border: 1px solid #c7c7c7;
  padding: 10px;
  text-indent: 0;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 1em;
  box-sizing: border-box; }
.typography textarea:hover,
.typography textarea:focus {
  border: 1px solid #1d6e88; }
.typography ul.optionset {
  list-style-type: none;
  padding-left: 15px;
  margin-left: 0; }
  .typography ul.optionset li {
    padding-left: 0;
    background: none; }
    .typography ul.optionset li label {
      margin-left: 5px; }
.typography .checkbox {
  padding-left: 15px; }
  .typography .checkbox label.right {
    margin-left: 5px; }
.typography .Actions input, .typography .Actions .filter-form select, .typography .filter-form .Actions select {
  float: right;
  text-indent: 0;
  margin: 0 0 15px 10px;
  padding: 5px 20px; }
.typography input[type="submit"], .typography .filter-form select[type="submit"] {
  background-color: #b3b935;
  color: white;
  height: 30px;
  border: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer; }
.typography input[type="submit"]:hover, .typography .filter-form select[type="submit"]:hover,
.typography input[type="submit"]:focus,
.typography .filter-form select[type="submit"]:focus {
  background-color: #585859; }
.typography input[type="reset"], .typography .filter-form select[type="reset"] {
  background-color: #a6c0d3;
  color: #a61f4d;
  height: 30px;
  border: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
.typography input[type="reset"]:hover, .typography .filter-form select[type="reset"]:hover,
.typography input[type="reset"]:focus,
.typography .filter-form select[type="reset"]:focus {
  background-color: #a61f4d; }
.typography .placeholder {
  color: #868686;
  text-transform: none; }
.typography ::-webkit-input-placeholder {
  color: #868686;
  text-transform: none; }
.typography ::-moz-placeholder {
  color: #868686;
  text-transform: none; }
.typography :-ms-input-placeholder {
  color: #868686;
  text-transform: none; }
.typography input:-moz-placeholder, .typography .filter-form select:-moz-placeholder {
  color: #868686;
  text-transform: none; }
.typography .mollom-captcha {
  margin-top: 10px; }
.typography .requiredField input.required, .typography .requiredField .filter-form select.required, .typography .filter-form .requiredField select.required {
  border: 1px solid #656565; }
.typography .requiredField label.required,
.typography .requiredField span.required {
  color: red;
  font-weight: bold; }
.typography#subscription-form label {
  color: #c7c7c7;
  font-size: 12px; }

/* ==========================================================================
	#Testimonials
========================================================================== */
.testimonial {
  margin-bottom: 25px; }
  .testimonial .quote {
    background: #F8F8F8;
    padding: 15px;
    position: relative;
    border: 1px solid #EEE; }
    .testimonial .quote:after {
      content: '';
      position: absolute;
      display: block;
      bottom: -20px;
      left: 20px;
      width: 0;
      height: 0;
      border-top: 20px solid #EEE;
      border-right: 20px solid transparent;
      border-bottom: none;
      border-left: 20px solid transparent; }
    .testimonial .quote p, .testimonial .quote .president-layout .info-sections .box li, .president-layout .info-sections .box .testimonial .quote li {
      margin: 0; }
  .testimonial .source {
    margin-top: 24px; }
    .testimonial .source p, .testimonial .source .president-layout .info-sections .box li, .president-layout .info-sections .box .testimonial .source li {
      margin: 5px 0 0 15px;
      line-height: 12px; }
  .testimonial .frame.sm {
    width: 30%;
    float: right;
    margin: 0 0 20px 20px; }
    @media (max-width: 767px) {
      .testimonial .frame.sm {
        width: 100%; } }
  .testimonial .frame.lg {
    width: 100%; }
  .testimonial .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px; }
    .testimonial .video iframe, .testimonial .video object, .testimonial .video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* ==========================================================================
	#Member Map
========================================================================== */
.membermap-layout {
  position: relative; }
  .membermap-layout .map {
    position: relative;
    padding-bottom: 50%;
    /* the aspect ratio of the (responsive) map */
    height: 0;
    overflow: hidden; }
    .membermap-layout .map iframe, .membermap-layout .map object, .membermap-layout .map embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .membermap-layout #map_canvas {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .membermap-layout #map_canvas {
      height: 250px !important; } }

/* ==========================================================================
	#President
========================================================================== */
.president-layout {
  position: relative; }
  .president-layout .illus {
    display: none;
    /* turn back on if cartoon is needed */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 125px;
    z-index: 1; }
    .president-layout .illus img {
      width: 100%;
      height: auto; }
  .president-layout .container {
    width: 100%;
    /* padding-left: 115px;  turn back on if cartoon is needed */
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .president-layout .map {
    position: relative;
    padding-bottom: 50%;
    /* the aspect ratio of the (responsive) map */
    height: 0;
    overflow: hidden; }
    .president-layout .map iframe, .president-layout .map object, .president-layout .map embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .president-layout #map_canvas {
    width: 66%;
    display: inline-block;
    vertical-align: top; }
  .president-layout .info-sections {
    width: 33%;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .president-layout .info-sections .box {
      width: 100%;
      margin: 0 0 10px;
      padding: 0 0 0 10px;
      border-collapse: collapse;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      .president-layout .info-sections .box h2 {
        font-size: 16px;
        text-transform: uppercase;
        padding: 5px;
        margin-bottom: 5px;
        background: #cb866b;
        color: white; }
      .president-layout .info-sections .box p, .president-layout .info-sections .box li {
        margin-bottom: 10px;
        line-height: 150%; }
      .president-layout .info-sections .box ul, .president-layout .info-sections .box ol {
        padding-left: 15px;
        margin-left: 15px; }
      .president-layout .info-sections .box .large {
        margin-top: 5px;
        font-size: 36px; }
      .president-layout .info-sections .box .count {
        color: #1d6e88;
        float: right; }
  .president-layout .content {
    padding: 10px; }
  @media (max-width: 767px) {
    .president-layout .illus {
      display: none; }
    .president-layout .container {
      padding-left: 0; }
    .president-layout #map_canvas {
      width: 100%;
      display: block;
      height: 250px !important;
      margin-bottom: 10px; }
    .president-layout .info-sections {
      width: 100%; }
      .president-layout .info-sections .box {
        width: 100%; } }

.president .destination {
  margin-bottom: 20px;
  clear: both; }
  .president .destination .pic {
    float: right;
    margin: 0 0 10px 10px; }
.president .content-container .destination p.specs, .president .content-container .destination .president-layout .info-sections .box li.specs, .president-layout .info-sections .box .president .content-container .destination li.specs {
  margin-bottom: 0 !important; }

.map-info-box {
  max-width: 600px; }
  .map-info-box h1 {
    padding-bottom: 3px;
    margin: 0 0 9px;
    font-size: 18px;
    color: #b3b935;
    border-bottom: 1px solid #b3b935;
    text-transform: none;
    letter-spacing: 0; }
  .map-info-box h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 9px; }
  .map-info-box .logo {
    float: right;
    max-width: 150px;
    height: auto;
    margin: 0 0 10px 10px;
    padding: 0; }
  .map-info-box .details .pic {
    float: right;
    margin: 0 0 10px 10px; }
  .map-info-box .details p, .map-info-box .details .president-layout .info-sections .box li, .president-layout .info-sections .box .map-info-box .details li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px; }

/* ==========================================================================
	#Member Database
========================================================================== */
.members .icons {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0; }
  .members .icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .members .icons li a {
      display: block;
      text-indent: -99999em;
      width: 16px;
      height: 16px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      .members .icons li a.facebook {
        background-image: url(../img/icon-facebook.png); }
      .members .icons li a.instagram {
        background-image: url(../img/icon-instagram.png); }
      .members .icons li a.linkedin {
        background-image: url(../img/icon-linkedin.png); }
      .members .icons li a.pinterest {
        background-image: url(../img/icon-pinterest.png); }
      .members .icons li a.vimeo {
        background-image: url(../img/icon-vimeo.png); }
      .members .icons li a.youtube {
        background-image: url(../img/icon-youtube.png); }
.members .contacts {
  border-left: 1px solid #b3b935;
  padding-left: 10px; }

/* ==========================================================================
	#Typography
========================================================================== */
.typography {
  /* IMAGES */ }
  .typography h1, .typography h2, .typography h3, .typography h4 {
    font-weight: 400; }
  .typography h3, .typography h4 {
    font-size: 18px;
    line-height: 1.22; }
  .typography h1, .typography h5 {
    color: #585859; }
  .typography h2, .typography h6 {
    color: #b3b935; }
  .typography h5, .typography h6 {
    font-weight: bold; }
  .typography h1 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.07;
    color: #585859; }
  .typography h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.21; }
  .typography h3 {
    padding: 4px 0 4px 10px;
    margin: 6px 0 9px;
    font-size: 18px;
    color: #fff;
    background: #b3b935; }
  .typography h4 {
    padding-bottom: 3px;
    margin: 12px 0 9px;
    font-size: 18px;
    color: #b3b935;
    border-bottom: 1px solid #b3b935;
    text-transform: none;
    letter-spacing: 0; }
  .typography h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.19; }
  .typography h6 {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.21; }
  .typography p, .typography .president-layout .info-sections .box li, .president-layout .info-sections .box .typography li {
    margin-bottom: 14px;
    line-height: 150%; }
  .typography ul {
    list-style: square;
    padding-left: 20px;
    margin-left: 20px; }
  .typography ol {
    list-style: decimal;
    padding-left: 20px;
    margin-left: 20px; }
  .typography > ul {
    padding: 0 0 15px 12px; }
  .typography li {
    padding-left: 0;
    margin-bottom: 14px; }
  .typography > ul > li + li,
  .typography > ol > li + li {
    margin-top: 10px; }
  .typography ul ul,
  .typography ol ol {
    margin: 10px 0; }
    .typography ul ul li + li,
    .typography ol ol li + li {
      margin-top: 10px; }
  .typography img {
    max-width: 100%;
    height: auto; }
    .typography img.right {
      float: right;
      margin: 0 0 1.25em 1.25em; }
    .typography img.left {
      float: left;
      margin: 0 1.25em 1.25em 0; }
    .typography img.center {
      float: none;
      margin: 0 auto 1.25em;
      margin-right: auto;
      display: block;
      clear: both; }
    .typography img.leftAlone {
      display: block; }
    @media (max-width: 400px) {
      .typography img.left, .typography img.right {
        float: none;
        margin: 0 auto 20px;
        max-width: 100%;
        height: auto;
        display: block; } }
  .typography .captionImage {
    background-color: #f0f0f0;
    border-bottom: 4px solid #a61f4d;
    text-align: left; }
    .typography .captionImage img {
      float: none;
      margin: 0; }
    .typography .captionImage .caption {
      font-size: 12px;
      line-height: 16px;
      padding: 10px;
      margin: 0; }
    .typography .captionImage.right {
      float: right;
      margin-left: 1.25em;
      clear: right; }
    .typography .captionImage.left {
      float: left;
      margin-right: 1.25em;
      clear: left; }
    .typography .captionImage.leftAlone {
      clear: left; }
    .typography .captionImage.center {
      clear: both;
      margin: 0 auto 1.25em; }
    .typography .captionImage.research img {
      width: 100%;
      height: auto; }
  .typography a {
    font-weight: bold; }
    .typography a.btn {
      background: #b3b935;
      padding: 4px 8px; }
      .typography a.btn:hover {
        text-decoration: none;
        background: #d4db38; }
      .typography a.btn.btn-red {
        background: #cb866b; }
        .typography a.btn.btn-red:hover {
          background: #9a5236; }
  .typography .styled-table {
    border-collapse: collapse;
    margin-bottom: 20px; }
    .typography .styled-table td, .typography .styled-table th {
      padding: 5px;
      vertical-align: top;
      text-align: left;
      border: 1px solid #DDD; }
    .typography .styled-table thead th {
      background: #b3b935;
      color: #FFF; }
    .typography .styled-table tbody th {
      font-weight: bold;
      width: 25%; }
    .typography .styled-table tbody tr:nth-child(odd) {
      background: #FCFCFC; }
    .typography .styled-table.full {
      width: 100%; }
    .typography .styled-table table {
      width: auto !important; }
      .typography .styled-table table td, .typography .styled-table table th {
        padding: inherit;
        border: none; }
      .typography .styled-table table tbody th {
        font-weight: inherit; }
      .typography .styled-table table tr:nth-child(odd) {
        background: inherit; }

/* ==========================================================================
	#Media queries
========================================================================== */
/* max-width: 979px */
@media (max-width: 979px) {
  .shell {
    width: 100%;
    padding: 0; }

  .header .logo {
    padding-left: 10px; }

  .nav > ul > li + li {
    margin-left: 10px; }

  .slide-text-inner {
    padding: 10px 170px 0 5px; }

  .main .cols {
    padding: 0 50px; }
  .main .col-1of3 {
    float: none;
    width: 100%; }
    .main .col-1of3 ~ .col-1of3 {
      margin: 10px 0 0 0; }
  .main .widgets {
    overflow: hidden; }
  .main .widget {
    float: left;
    width: 310px; }
    .main .widget ~ .widget {
      margin: 0;
      float: right; }

  .sponsors {
    padding-top: 30px; }

  .footer-cols {
    margin-left: 10px; }

  .footer-col {
    width: 47%; }
    .footer-col ~ .footer-col {
      margin-left: 0;
      padding-left: 10px; }

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

  .form-contact {
    float: none; }

  .siteby {
    padding-right: 10px; }

  .breadcrumbs {
    padding-left: 25px; }

  .main-inner .content-container, .main .content-container {
    width: 100%;
    padding: 13px 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none; }

  .sidebar {
    width: 100%;
    text-align: center; }
    .sidebar .widget {
      display: inline-block;
      width: 310px;
      float: none;
      vertical-align: top;
      margin: 0 25px;
      text-align: left; }
      .sidebar .widget ~ .widget {
        float: none;
        margin: 0 25px; }
    .sidebar .widget-twitter {
      display: none; } }
/* max-width: 767px */
@media (max-width: 767px) {
  .nav-dropdown.hidden, .mobile-hidden {
    display: none; }

  .desktop-hidden {
    display: block !important; }

  .nav-utilities li:first-child {
    padding-left: 0px; }

  .header-inner {
    float: left;
    padding-bottom: 0;
    width: 100%;
    position: relative;
    z-index: 99; }

  .header .logo {
    width: 250px;
    padding-top: 4px; }
    .header .logo a {
      width: 163px;
      height: 50px;
      background-position: -130px -76px; }
    .header .logo.dark {
      background-color: #f8f8f8;
      width: 100%; }
      .header .logo.dark a {
        background-position: 0 -135px; }

  .nav {
    float: right;
    padding: 0; }

  .nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 60px;
    height: 54px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/sprite.png) no-repeat 0 -76px; }
    .nav-btn.active {
      background-color: #7f7f83;
      background-position: -65px -76px; }

  .nav > ul {
    position: fixed;
    top: 0;
    left: -260px;
    overflow-y: auto;
    height: 100%;
    transition: left .3s linear; }
    .nav > ul.visible {
      left: 0; }
  .nav a {
    display: block; }

  .has-dropdown > a:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 14px;
    width: 11px;
    height: 11px;
    background: url(../img/sprite.png) no-repeat -346px -108px; }

  .nav-dropdown-inner > ul.full, .nav-dropdown {
    width: 260px; }

  .nav > ul {
    width: 260px; }
    .nav > ul > li {
      background: #f8f8f8;
      float: none; }
      .nav > ul > li + li {
        margin: 0;
        padding-top: 15px; }
      .nav > ul > li:first-child {
        padding-top: 61px; }
      .nav > ul > li > a {
        border: 0;
        padding-left: 13px;
        font-size: 12px;
        position: relative; }

  .nav-dropdown {
    display: block;
    position: static;
    padding-bottom: 0;
    box-shadow: none;
    overflow: hidden; }

  .nav-dropdown-image {
    display: none; }

  .nav-dropdown-inner > ul > li > a {
    padding: 3px 0 7px 27px; }
  .nav-dropdown-inner > ul > li > ul {
    display: block;
    width: 100%; }
    .nav-dropdown-inner > ul > li > ul > li > ul {
      display: block;
      width: 100%; }
  .nav-dropdown-inner > ul > li + li {
    border: 0; }
  .nav-dropdown-inner > ul > li:hover > ul {
    padding: 0; }
  .nav-dropdown-inner > ul > li > ul > li:hover > ul {
    padding: 0; }
  .nav-dropdown-inner > ul > li > ul > li > a {
    padding: 1px 0 4px 47px; }
  .nav-dropdown-inner > ul > li > ul > li > ul a {
    padding: 0 0 0 58px; }
  .nav-dropdown-inner > ul > li > ul > li + li {
    padding-top: 5px; }

  .nav > ul > li .nav-dropdown {
    display: none !important; }

  .nav-dropdown-inner > ul > li > ul {
    display: none !important; }
    .nav-dropdown-inner > ul > li > ul > li > ul {
      display: none !important; }
      .nav-dropdown-inner > ul > li > ul > li > ul.visible {
        display: block !important; }
    .nav-dropdown-inner > ul > li > ul.visible {
      display: block !important; }

  .nav > ul > li .nav-dropdown.visible {
    display: block !important; }
  .nav a {
    color: #B2BA1B; }
  .nav .current > a {
    color: #801D1F !important; }

  .has-dropdown > a:hover:after, .has-dropdown.current > a:after {
    background-position: -298px -108px; }

  .nav-dropdown-inner .current > a .icon-arrow {
    background-position: -298px -108px; }

  .nav .members-only {
    display: block;
    margin-top: -6px;
    z-index: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2); }
    .nav .members-only a {
      background: #b3b935;
      color: #000;
      padding: 6px 0 8px 13px;
      border-top: 1px solid #8f942a;
      font-weight: 600;
      letter-spacing: -0.5px; }
    .nav .members-only .icon-padlock-black {
      background-position: -354px -135px;
      width: 11px;
      height: 17px;
      float: right;
      margin: -2px 16px 0 0; }
    .nav .members-only:hover {
      z-index: 0; }
      .nav .members-only:hover a {
        color: #000; }

  .paging {
    display: none !important; }

  .slider {
    /*min-height: 290px;*/
    height: auto; }
    .slider .shell, .slider .slide {
      /*min-height: 290px;*/
      height: auto; }

  .slide-image {
    min-height: 139px;
    height: auto;
    width: 100%; }
    .slide-image img {
      width: 100%;
      height: auto; }

  .slide-text {
    position: relative;
    padding-bottom: 43px;
    height: auto;
    min-height: 0;
    font-size: 12px;
    line-height: 1.25;
    text-shadow: none; }
    .slide-text h2 {
      font-size: 14px; }

  .slide-text-inner {
    padding: 9px 0 0 12px;
    letter-spacing: -0.5px; }

  .slide-text-background {
    opacity: 1; }

  .slide-callout {
    bottom: 0;
    left: 0;
    width: auto;
    height: 40px;
    padding: 0;
    background-image: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    position: relative; }
    .slide-callout p, .slide-callout .president-layout .info-sections .box li, .president-layout .info-sections .box .slide-callout li {
      display: inline-block;
      margin-left: 10px;
      padding: 4px 0 4px 5px;
      border-width: 1px 0 1px 1px;
      border-style: solid;
      border-color: #fff;
      width: 60%;
      vertical-align: top;
      text-align: left;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1; }
      .slide-callout p strong, .slide-callout .president-layout .info-sections .box li strong, .president-layout .info-sections .box .slide-callout li strong {
        display: inline;
        font-size: 16px; }
    .slide-callout .btns {
      overflow: hidden;
      margin-right: 10px;
      padding-top: 0; }

  .slide-callout-inner, .slide-callout {
    display: block; }

  .btn-white {
    font-weight: 600;
    padding: 8px 18px 7px;
    border-left: 0;
    line-height: 10px; }
    .btn-white:hover {
      box-shadow: none; }

  .main {
    /*
		.col-1of3 ~ .col-1of3 {
      padding-top: 11px;
      ~ .col-1of3 {
        padding-top: 4px;
        margin-top: 0;
      }
    }
		*/ }
    .main .shell {
      background-image: none; }
    .main .cols {
      padding: 0;
      background: url(../img/widget-image-mobile-background.png) repeat-y 0 0; }
      .main .cols #home-widget {
        margin-top: 0; }
    .main .widgets {
      padding: 0; }
    .main .widget {
      width: 100%;
      float: none;
      margin-bottom: 6px; }
      .main .widget ~ .widget {
        margin-top: 6px; }

  .widget-posts .widgettitle {
    padding: 3px 10px 5px 8px; }

  .widget-image {
    margin-bottom: 4px; }
    .widget-image a {
      background: #fff !important;
      font-size: 14px;
      line-height: 26px;
      color: #7f7f83;
      font-weight: 600;
      height: 28px;
      border: 1px solid #c2c2c2;
      border-radius: 5px;
      margin: 0 10px 0 50px;
      box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
      overflow: hidden; }
    .widget-image img {
      display: none; }
    .widget-image a:hover {
      text-decoration: none; }
    .widget-image .link-text {
      padding-left: 11px; }
    .widget-image .link-btn {
      float: right;
      background: #b3b935;
      width: 35px;
      height: inherit;
      text-align: center; }

  .link-btn-arrow {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: white url(../img/link-btn-arrow.png) 6px center no-repeat;
    border-radius: 100%;
    margin-top: 5px; }

  .widget-twitter, .sponsors, .list-posts {
    display: none; }

  .main .nav-utilities {
    float: none;
    margin-top: 9px; }
    .main .nav-utilities .last {
      width: 81.7%; }
    .main .nav-utilities .utilities-popup {
      display: none;
      left: 0;
      width: 310px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .main .nav-utilities .icon-search + .utilities-popup {
      left: 5px; }
      .main .nav-utilities .icon-search + .utilities-popup .icon-popup-arrow {
        right: auto;
        left: -12px; }
    .main .nav-utilities .icon-help + .utilities-popup {
      left: -25px; }
      .main .nav-utilities .icon-help + .utilities-popup .icon-popup-arrow {
        right: auto;
        left: 16px; }
    .main .nav-utilities .last .utilities-popup {
      left: 50%;
      margin-left: -185px;
      right: auto; }
    .main .nav-utilities .icon-padlock {
      float: right; }
    .main .nav-utilities .btn-text {
      font-size: 14px;
      letter-spacing: 0;
      padding: 5px 0 0 15px;
      float: left; }
    .main .nav-utilities li:hover .btn-text {
      padding-left: 15px; }

  .nav-utilities li:hover .utilities-popup {
    display: none; }
  .nav-utilities .utilities-popup.visible {
    display: block !important; }

  .main .nav-utilities a.current {
    text-decoration: none;
    background-color: #7f1d1f;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
    color: #fff; }
  .main .nav-utilities .icon-search.current {
    background-position: -168px -135px; }
  .main .nav-utilities .icon-help.current {
    background-position: -201px -135px; }
  .main .nav-utilities .current .icon-padlock {
    background-position: -267px -135px; }
  .main .nav-utilities .current .btn-text {
    padding-left: 15px;
    letter-spacing: 0; }

  .form-search .field {
    width: 200px; }

  .form-login .field {
    width: 275px; }

  .footer {
    text-align: center; }

  .footer-top {
    padding: 16px 0 10px; }

  .footer h4 {
    display: none; }

  .footer-cols {
    margin: 0; }

  .footer-col {
    border: 0;
    float: none;
    padding: 0;
    width: 100%; }
    .footer-col ~ .footer-col {
      padding: 0; }

  .address, .socials {
    float: none;
    margin: 0 auto; }

  .address {
    padding-top: 25px; }
    .address a {
      margin-bottom: 0; }

  .footer .callout, .form-contact {
    display: none; }

  .form-subscribe {
    padding-bottom: 12px; }
    .form-subscribe .field {
      width: 197px; }
    .form-subscribe .btn-submit {
      vertical-align: top; }

  .siteby, .copyrights, .nav-footer {
    float: none;
    display: inline-block;
    padding: 0; }

  .copyrights, .nav-footer {
    font-size: 13px;
    font-weight: normal; }

  .copyrights {
    padding: 5px 0 4px; }

  .nav-footer li {
    border: 0; }
  .nav-footer a {
    color: #e9e9e9; }

  .siteby {
    font-size: 11px;
    padding-top: 10px; }

  .main-inner {
    padding: 0; }

  .breadcrumbs {
    padding: 14px 0 0 12px;
    background: url(../img/main-bar.png) no-repeat center 0;
    background-size: 100% 5px;
    margin-top: -5px; }

  .main-inner .content-container, .main .content-container {
    padding: 13px 12px 0; }

  .sidebar .widgets {
    padding-bottom: 24px;
    background: url(../img/widget-image-mobile-background.png) repeat-x 0 0; }
  .sidebar .widget-nav {
    display: none; }
  .sidebar .widget ~ .widget {
    margin: 0; }
  .sidebar .widget-events {
    margin-bottom: 16px !important; }
  .sidebar .widget-image ~ .widget-image {
    margin-top: 10px; } }
@media print {
  /* CSS Document */
  .header .logo,
  .header nav,
  .header .nav-btn,
  .slider .slide-image,
  .slider .slide-callout,
  #home-widgets,
  .main nav,
  .main .sidebar,
  .main .nav-utilities,
  .footer .footer-cols .footer-col:first-child,
  .footer .form-subscribe,
  .footer .socials,
  .footer .footer-bottom,
  .desktop-hidden {
    display: none !important; }

  .header {
    position: relative;
    padding-bottom: 20px;
    display: block;
    height: 70px;
    border-bottom: 1px solid #7f7f83; }
    .header:before {
      background: url(http://medtech.org/themes/default/img/medtech-logo.png) no-repeat -99999px -99999px !important;
      /*img not displayed but loaded*/
      display: block;
      width: 371px;
      height: 70px;
      content: url("http://medtech.org/themes/default/img/medtech-logo.png") !important;
      position: relative;
      margin: 0 auto; }

  .slider,
  .slider .shell,
  .slider .caroufredsel_wrapper,
  .slider .slides,
  .slider .slides .slide,
  .slider .slides .slide .slide-text,
  .slider .slides .slide .slide-text .slide-text-inner {
    width: 100% !important;
    min-height: 0 !important;
    height: 70px; }

  .slider .slides .slide .slide-text .slide-text-inner {
    text-align: center;
    color: #7f7f83; }
    .slider .slides .slide .slide-text .slide-text-inner h2 {
      font-size: 28px; }
    .slider .slides .slide .slide-text .slide-text-inner p, .slider .slides .slide .slide-text .slide-text-inner .president-layout .info-sections .box li, .president-layout .info-sections .box .slider .slides .slide .slide-text .slide-text-inner li {
      font-size: 16px; }

  .footer .footer-top {
    border-top: 1px solid #7f7f83; } }
