/* General
   ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing:antialiased;
}
a {
  color: #374c94;
  text-decoration: none;
}
a strong {
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #449b9e;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
a img:hover {
  opacity: .6;
}
p, ol, ul, table {
  margin-bottom: 20px;
}
strong, b {
  font-weight: 600;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  color: #374c94;
  line-height: 1.3;
  margin: 30px 0 10px;
}
h1 {
  margin-bottom: 15px;
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
  color: #449b9e;
}
input[type="submit"] {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

div.Login a.Login,
.button,
.bx-wrapper .bx-caption a,
input.formButton,
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.ZineItem .ZineSummaryIndex a {
  padding: 8px 18px;
  font-weight: 600;
  color: #fff;
  background: #449b9e;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 3px;
  font-size: 15px;
}

hr {
    border-top: 1px solid #ddd;
}

div.Login a.Login {
  font-size: 14px;
    padding: 8px 20px;
}

button {
  border: none;
}


.bx-wrapper .bx-caption a {
  margin-top: 30px;
}
a.LoginUserLink {
  text-decoration: underline;
}
input.formButton.cancel,
input.cancel,
input[value=" Cancel "],
input[value="Cancel Registration"],
input[value=" Annuler "],
input[value="Annuler"],
input[type="reset"],
input[value="Cancel"],
input#CartUpdateButton,
input#CartCancelButton,
button#CartCancelButton {
  background: #aaa;
}

.button:hover,
.button:active,
.button:focus,
input.formButton:hover,
input.formButton:active,
input.formButton:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input.formButton.cancel:hover,
input.formButton.cancel:active,
input.formButton.cancel:focus,
input.cancel:hover,
input.cancel:active,
input.cancel:focus,
input[value=" Cancel "]:hover,
input[value=" Cancel "]:active,
input[value=" Cancel "]:focus,
input[value="Cancel"]:hover,
input[value="Cancel"]:active,
input[value="Cancel"]:focus,
input#CartUpdateButton:hover,
input#CartUpdateButton:active,
input#CartUpdateButton:focus,
input#CartCancelButton:hover,
input#CartCancelButton:active,
input#CartCancelButton:focus,
.ZineItem .ZineSummaryIndex a:hover,
.ZineItem .ZineSummaryIndex a:active,
.ZineItem .ZineSummaryIndex a:focus,
button#CartCancelButton:hover,
button#CartCancelButton:active,
button#CartCancelButton:focus,
.bx-wrapper .bx-caption a:hover,
.bx-wrapper .bx-caption a:active,
.bx-wrapper .bx-caption a:focus,
div.Login a.Login:hover,
div.Login a.Login:active,
div.Login a.Login:focus {
  color: #fff !important;
  background: #3b8588;
  text-decoration: none;
  -webkit-transition: all .25s ease; 
  transition: all .25s ease;
}

.bx-wrapper .bx-caption a:hover, 
.bx-wrapper .bx-caption a:active, 
.bx-wrapper .bx-caption a:focus {
  background: #fff;
  color: #449b9e !important;
}

/* TinyMCE Buttons */
.mce-btn button {
    text-transform: none;
    letter-spacing: normal;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.mce-btn button:hover {
    background: none;
}




/* Keep footer at the bottom
   ========================================================================== */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
.page-wrap {
   min-height:100%;
   position:relative;
}
#main {
    padding-bottom:80px; 
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:80px;
}

p.alert.alert-info.membership-alert a {
    color: #0940ff;
}


/* Login Error Template
   ========================================================================== */

.LoginRecoverForm {
    text-align: left;
}
.LoginRecoverForm tr td {
    padding: 0 10px 10px 0;
}
.LoginForm h2 {
    font-size: 36px;
}


/* Header
   ========================================================================== */

.top-menu {
  border-bottom: 1px solid #efefef;
  font-size: 0;
  padding: 8px 0;
}
div.Login {
  display: inline-block;
  margin-left: 18px;
  font-size: 14px;
}

/* Cart
   ========================================================================== */
.col-cart {
  padding-left: 0;
}
span.cart-items {
    position: relative;
}
span.item-in-cart {
    position: absolute;
    right: -8px;
    top: -5px;
    line-height: normal;
    font-size: 12px;
    vertical-align: top;
}


/* Cart & Search
   ========================================================================== */
#menu .icon-wrap,
#search {
  padding: 0 0 0 14px;
  font-size: 0;
}
#menu .icon-wrap, .main-navigation {
    display: inline-block;
    vertical-align: middle;
}
#search, .cart-items {
  display: inline-block;
}
#search .fa, .cart-items .fa {
  font-size: 17px; 
}
header #search_form input.formButton,
.body-content .Search input[type="submit"] {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    margin-left: 5px;
}
.icon-wrap {
  position: relative;
}


/* Version Menu
   ========================================================================== */

span.VersionMenu .this_version, 
span.VersionMenu .version_separator {
    display: none;
}
span.VersionMenu {
    display: block;
    text-align: right;
}
span.VersionMenu .version {
    color: #fff;
    position: relative;
}
ul.version {
  display: inline-block;
    padding: 0 15px 0 0;
    margin: 0;
}



/********** leanModal Search **********/
#search {
color:#808080;
font-size:15px;
display: inline-block;
vertical-align: top;
}

#search_form {
right: 0;
left: auto !important;
padding: 18px;
text-align: left;
top: 54px !important;
font-family: 'Open Sans', Arial, sans-serif;
background-color: #f5f5f5;
position: absolute !important;
}

#search_form input.formButton {
min-width: 0;
margin-top:0;
}

#search_form input#searchinput {
  width: 250px;
  font-size: 16px;
  }

#search_form table {
background-color: #eeeeee;
}

#lean_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
background: #000;
display: none;
}


@media(max-width:991px) {
#search_form input#searchinput {
  width: 100%;
}
#search_form {
    right: 0;
    left: auto !important;
    width: 100%;
    top: 45px !important;
    right: -115px;
}
#search_form table, 
#search_form td {
  width: 100%;
}
}



/* Logo
   ========================================================================== */

.logo {
  float: left;
  padding: 0 15px 0 0;
}
.logo p {
  font-size: 12px;
  font-weight: 600;
  color: #777;
  line-height: 1.3;
  margin: 0px 0px 0px 15px;
  display: inline-block;
  vertical-align: middle;
}
.logo p span {
  display: block;
}
.logo img:hover {
  opacity: 1;
}


/* SMenu
   ========================================================================== */

nav.main-navigation.horizontal-menu {
    border-right: 1px solid #efefef;
}

.top-menu a,
#menu a {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.30px;
}

.top-menu a {
  font-size: 14px;
}

#SMenu {
  display: none;
}
/* Mobile Menu
   ====== */
a.slicknav_btn,
.slicknav_menu .slicknav_menutxt,
a.slicknav_btn.slicknav_open .slicknav_menutxt,
.slicknav_menu .slicknav_icon-bar {
  color: #fff;
}
span.slicknav_arrow {
    padding-left: 6px;
}
.slicknav_menu .slicknav_icon {
  float: right !important;
  position: relative;
  top: 2px;
}
.slicknav_menutxt {
  font-weight: 600;
  margin-right: 8px;
}
a.slicknav_btn {
  font-size: 16px;
  line-height: 100%;
  padding: 12px 10px;
  background: #364b95;
  margin-top: 24px;
}
a.slicknav_btn:hover,
a.slicknav_btn.slicknav_open {
  background: #aaa;
}
.slicknav_menu .slicknav_icon-bar {
  box-shadow: none !important;
  background: #fff;
}
.slicknav_nav {
  padding: 0;
  margin: 0;
}
.slicknav_nav li > a {
  padding: 15px;
  font-size: 16px;
  text-align: right;
  border-bottom: 1px solid #eee;
}
.slicknav_nav a:hover,
.slicknav_nav a:active,
.slicknav_nav a:focus {
    text-decoration: none;
}
.slicknav_nav li:last-child a {
  border: none;
}
.slicknav_nav ul {
  padding: 0;
}
.slicknav_nav ul li a {
  padding: 12px 15px;
  background: #f2f2f2;
  line-height: 1.8;
}
.slicknav_nav ul ul li a {
  background: #e8e3d2;
}



/* BX Slider
   ========================================================================== */

/* LOADER */ 
.bx-wrapper .bx-loading { 
  background: url(bx_loader.gif) center center no-repeat #fff !important; 
} 
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px !important;
    z-index: 999;
}

.bx-wrap img {
  width: 100%;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}
.bx-wrapper img {
  margin: 0 auto;
  display: block;
}
.bx-wrapper a:hover img {
  opacity: 1;
}
.bx-wrapper .bx-caption {
  text-align: left;
  margin: 0 auto;
  background: none !important;
  z-index: 9999;
  top: 50%;
  left: 50% !important;
  bottom: auto !important;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1170px;
}
.bx-wrapper .bx-caption span {
  font-family: 'Montserrat', sans-serif !important;
  padding: 20px !important;
}
.bxslider_title {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.bxslider_caption {
  font-size: 24px;
}
.bxslider_caption p {
  font-size: 22px;
  margin: 0;
}
/* Controls */ 
.bx-wrapper .bx-controls-direction a {
  width: 45px !important;
  height: 45px !important;
  top: 60px !important;
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #449699 !important;
}
.bx-wrapper .bx-next {
  right: 0px !important;
}
.bx-wrapper .bx-prev {
  left: 0px !important;
}
/* .bxslider > div:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(9, 23, 74, 0.5);
} */



/* Body Content
   ========================================================================== */

.body-content {
  margin: 50px 0;
}
.body-content.home {
  padding: 0;
  margin: 0;
}
.body-content a {
  text-decoration: underline;
}
.body-content.home section {
  padding: 50px 0;
}
.body-content.home #intro {
  padding: 60px 0 0;
}
.body-content.home #featured {
  padding: 40px 0;
  text-align: center;
}
.body-content.home #home-news {
  background: #f5f5f5;
}
.body-content.home #about {
  background-color: #fff;
  border-top: 1px solid #efefef;
  max-width: 1140px;
  padding: 50px 15px;
  margin: 0 auto;
}
.body-content.home #about h2 {
  margin-top: 0;
}
.body-content.home #about p {
  margin: 0;
}
#intro h1 {
    margin: 0;
    line-height: 1.5;
    font-size: 22px;
}
.body-content .box a {
  text-decoration: none;
}
.box p {
  padding: 12px 15px 0;
  text-align: center;
  font-size: 22px;
  margin: 0;
}






/* Sidebar
   ========================================================================== */
.sidebar {
  margin: 80px 0;
 }

.sidebar iframe {
    background-color: rgba(160,200,220,.22);
    padding: 20px !important;
}


.sidebar h3 {
  font-size: 24px;
  margin-top: 0;
  border-bottom: none;
}
#VMenu {
  margin: 0 0 15px;
  list-style-type: none;
  padding: 12px 0 14px;
  background: #eee;
}
#VMenu:before {
  content: "In this Section";
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  padding: 0 25px 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #374c94;
  border-bottom: 2px solid #fff;
  margin-bottom: 6px;
}
#VMenu a#thispage {
background: #ddd;
    border-left: 3px solid #374c94;
}
.sidebar-french #VMenu:before {
  content: "Dans cette section";
}
.member-sidebar #VMenu:before {
 content: "Member Menu";
}
.member-sidebar.sidebar-fr #VMenu:before {
    content: "Menu membre";
}
#VMenu li {
  text-decoration: none;
  font-style: normal;
}
#VMenu li:last-child {
  border: none;
}
#VMenu a {
  padding: 6px 25px;
  display: block;
  font-size: 14px;
}
#VMenu ul li a {
  padding: 0 8px 3px 0;
  font-size: 14px;
}
#VMenu a:hover {
  text-decoration: underline !important;
}
#VMenu ul li:last-child {
  border: none;
}
#VMenu ul {
  list-style: none;
  border-left: 1px solid #e9e9e9;
  padding: 0;
  margin: 10px 0 15px 45px;
}
#VMenu ul ul {
  background: #eff2f7;
  border: none;
  padding: 15px 0;
}
#VMenu ul ul ul {
  padding: 0;
  margin-bottom: 0;
}
#VMenu ul li {
  padding-left: 15px;
  border: none;
}
#VMenu li span.VM_collapse a.menu,
#VMenu li span.VM_expand a.menu {
  cursor: pointer;
  display:inline-block;
  width:85%;
}
.VM_collapse {
  cursor: pointer;
  display:block;
  padding-right: 0;
  background-image: url(plus.png);
  background-position:95% center;
  background-repeat: no-repeat;
}
#VMenu ul span.VM_collapse {
  background-position: 94.5% center;
}
.VM_expand {
  background-image: url(minus.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  cursor: pointer;
  display:block;
  padding-right: 0;
}
#VMenu ul span.VM_expand{
  background-position: 94.5% center;
}
span.VM_expand a#thispage,span.VM_collapse a#thispage{
  width:70%;
}




.view-members {
  position: relative;
  margin-bottom: 15px;
}
.view-members p {
    background: #944C37;
    padding: 10px 15px 8px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    border: 1px solid #fff;
    border-left: none;
    bottom: 8px;
}
.view-members p:after {
    font-family: FontAwesome;
    content: "\f18e";
    font-weight: normal;
    padding-left: 12px;
}
.view-members a:hover p, 
.view-members a:active p, 
.view-members a:focus p {
   background: #449b9e;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.view-members a:hover, 
.view-members a:active, 
.view-members a:focus {
  text-decoration: none;
}
.view-members a:hover img {
  opacity: 1;
}
.view-members a {
  color: #fff;
  display: block;
}





/* Breadcrumb
   ========================================================================== */
.breadcrumb {
  border-radius: 0;
  padding: 0;
  width: 100%;
  margin: 0;
}
.pmenu {
  padding: 19px 0;
}
.pmenu {
  font-size: 0;
}
.pmenu a {
  color: #333;
  font-size: 14px;
}
.pmenu a:hover,
.pmenu a:active,
.pmenu a:focus {
  text-decoration: none;
  color: #ccc;
}
.pmenu a:after {
  font-family: 'FontAwesome';
  content: '\f105';
  padding: 0 12px;
  color: #333 !important;
  cursor: default;
}
.pmenu a:last-child:after {
  display: none;
}
.pmenu a:first-child {
  padding-left: 0;
}
@media (max-width: 1199px) {
.pmenu a {
  font-size: 14px;
 }
}




/* Event Cal
   ========================================================================== */

.EvtCal h1 {
  margin-top: 0;
}
.EvtCal form {
  margin: 0;
}
div.EvtCal table.EvtCalSm {
    width: 300px;
    margin: 30px 0 0;
}
div.EvtCal table.EvtCalSm td {
    padding: 10px 20px;
}

div.EvtCal table.EvtCalSm th {
    background-color: #374c94;
    border: 1px solid #26374a;
}

.events-fr div.EvtCal table.EvtCalSm th {
    text-transform: lowercase;
}

table.EvtCal th a {
    text-decoration: none;
}
.EvtCal th span.EvtCalHeader {
  color: #fff;
}
.EvtCal th, table.EvtCal th {
  background: #374c94;
  border: 1px solid #26374a;
}
.EvtCal table.EvtCalSm th {
    background: #26374a;
}
.events-fr div.EvtCal table.EvtCalSm th {
  text-transform: lowercase;
}
div.EvtCal table.EvtCalSm td.EvtDay a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.EvtCal form#EvtTypeSelector {
  margin-bottom: 30px;
}
.EvtCal .EvtCalRSS {
  display: none;
}
.EvtCal .EvtCalList dd {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.EvtCal .EvtCalList dd:last-child {
  border: none;
}
@media (max-width: 600px) {
  table.EvtCalSm form a img {
      display: none;
   }
}



/* Zines
   ========================================================================== */
.ZineDate, .ZineAuthor {
  font-size: 14px;
  color: #777;
}
.ZineDate {
  margin-bottom: 5px;
}
.ZineArchive h2 {
  margin: 30px 0 10px;
  font-size: 22px;
}
.ZineTitle h2,
.ZineTitle h3 {
  color: #449b9e;
  font-size: 28px;
}
.ZineArticle .ZineAbout {
  text-align: left;
}
.ZineItem .ZineAbstract {
  font-style: normal;
}
.ZineItem:first-child {
  border-top: none;
}
.ZineItem .ZineAbstract,
.ZineArticle .ZineAbout .ZineSummary {
    font-size: 15px;
    font-style: normal;
}
.ZineArticle .ZineAbout .ZineSummary {
    background: #f8f8f8;
}
div.ZineThumb {
  float: right;
  margin: 0 0 0 10px;
  max-width: 100px;
}
.ZineItem .ZineSummaryIndex {
  padding: 15px 0 0;
  text-align: left;
}
.ZineItem {
  margin-bottom: 30px;
}

.accordionpane .ZineFooter {
    display: none;
}
.ZineLink {
  display: block;
}
table.ZineImage img {
  max-width: 300px;
  width: auto;
}

.ZineAboutBody h3 {
  font-size: 20px;
}
.ZineNoArticles {
    padding: 20px;
    background: #fff;
}
table.ZineTools td a {
    color: #777;
    font-size: 13px;
}
.ZineTools img {
    width: 13px;
    position: relative;
    bottom: 1.5px;
}
.ZineTools tr:first-child td img {
    width: 14.5px;
}
.accordionpane .ZineTools {
    display: none;
}




.faq .ZineHeader, .faq table.ZineTools {
    display: none;
}

.faq .ZineFooter table.ZineTools {
    display: block;
}


/* Home News
   ========================================================================== */

@media(min-width:992px) {
 #home-news table.ZineTools {
    float: right;
 }
}

#home-news table.ZineTools tr {
  display: inline-block;
  margin-left: 15px;
}
#home-news .fa {
  color: #ababab;
  margin-right: 5px;
}
#home-news .ZineItem {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}
#home-news .ZineTitle h2 {
  background: #555;
  background: url(grey_wash_wall.png);
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  margin: 0;
}
#home-news .ZineItem .ZineLink {
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 600;
  border: none;
}
#home-news .ZineIndex {
  margin-top: 0;
}






/* Membership / Modules
   ========================================================================== */

.EvtRegRegistrants .blindbox .boxhead,
.Event .blindbox .boxhead {
  margin: 0;
  border: 1px solid #374c94;
  padding: 10px;
  cursor: pointer;
}
.EvtFeeThankYou {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 22px;
}

.EvtRegHelp {
  margin-bottom: 10px;
}

/* Popup hover flicker fix */

.EvtSessionRegistrant .popup {
  right: 18px !important;
}
div#popup1 .EvtFeeThankYou {
  font-size: 16px;
  padding: 10px 10px 7px;
}
.EvtReg table input {
  margin-right: 5px;
}
div.EvtRegFinish p {
  margin: 0;
}
.account_history div.popup {
  left: 0;
}
.info, .help {
  background-color: #d0ecdf;
  border: 1px solid #9fe4c3;
  color: #05703c;
}
.info a, .help a {
  color: #05703c;
  font-weight: bold;
}
div.EvtRegFinish h1 {
  margin: 0;
}
div.EventFee, 
div.EventFee ul {
  margin-bottom: 0;
}
.error .EventFee {
  background-color: #f2dede;
  padding: 0;
}
span.EvtFeeRemaining {
    background-color: #337ab7;
    color: white;
    padding: 2px 10px;
    font-size: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-left: 5px;
}


/* Pay
   ========================================================================== */

.Pay form#payment-form,
.stripe form#payment-form {
    overflow: auto;
}
.Pay form#payment-form .col-sm-4,
.stripe form#payment-form .col-sm-4 {
    width: auto;
}


/* Form
   ========================================================================== */

form {
  margin-top: 15px;
}

#search_form form {
  margin: 0;
}




/* Membership
   ========================================================================== */

ul.MembershipType {
  margin: 25px 0 0 40px;
  list-style-type: disc;
}
.ContactForm select {
  height: 34px;
}
.ContactForm table td {
  display: block;
  margin-bottom: 20px;
}
.edit_profile td {
    display: block;
}
.edit_profile input,
.edit_profile textarea {
  max-width: 600px;
}
.new_contact h1, 
.edit_profile h1,
.edit_contacts h1,
.Membership .account_history .Pay h1,
.edit_photo h1 {
  font-size: 26px;
  margin-top: 0;
}
.edit_contacts h2 {
    margin-top: 0;
    font-size: 20px;
}
ul.Membership_update_profile_menu li a:hover {
  background-color: #eee;
  color: #374c94;
}
div.MembershipStatus {
  background: #ece5c9;
  border: none;
}





/********** Mini Profile **********/

.Membership table td {
  padding: 0 5px 5px 0;
}
div.MembershipMiniProfile {
  border: 1px solid #ddd;
  padding: 15px;
}
table.Form tr td {
  padding-bottom: 5px;
}
div.MembershipMiniProfile .photo {
  float: right;
}
div.MembershipMiniProfile:after {
  content: "";
  clear: both;
  display: block;
}
.MembershipMiniProfile p {
  margin-bottom: 0;
}
.MembershipMiniProfile a,
ul.MembershipDirectoryMenu a {
  text-decoration: none;
}


/********** Profile **********/

.contact_info {
    background-color: #f4f4f4;
    border: 1px dashed #ddd;
    display: inline-block;
    padding: 20px;
    margin: 30px 0 0;
    font-size: 14px;
}
.contact_info p {
    margin-bottom: 5px;
}
.contact_info h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
.contact_info p.ContactAddress {
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.contact_info p.ContactNet {
    display: none;
}
h1.membername {
    font-size: 26px;
    margin: 0 0 5px;
}
.info_container p {
    margin-bottom: 10px;
}
p.small.social-profile a {
    color: #777;
}
p.small.social-profile {
    margin-bottom: 5px;
}
p.small.social-profile .fa {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 5px;
    color: #374c94;
}
.info_container .small {
  font-size: 14px;
  line-height: 1.4;
}
div#secondary_m p {
    margin-bottom: 10px;
}
.info_container p.ContactPhone {
    margin-bottom: 0;
}

.profile_photo {
  border: none;
  padding: 0;
}


/********** Address Cards **********/

div.ContactPreview {
  background-color: #f4f4f4;
  border: 1px dashed #ddd;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
div.ContactPreview h2 {
    font-size: 22px;
    margin: 0 0 10px;
}
div.ContactPreview:hover {
  border-color:#374c94;
}






/* MISC page styles
   ========================================================================== */
.responsive-table table, .ZineBody table, .account_history table {
    border-collapse: collapse;
    width: 100%;
}
.responsive-table table th, .ZineBody table th, .account_history table th {
    background-color: #253b86 !important;
    color: #fff;
    vertical-align: middle;
}
.responsive-table table th {
    font-size: 14px;
    line-height: 1.4;
}
.responsive-table table th h3 {
    color:#fff;
}
.responsive-table table th,
.responsive-table table td,
.ZineBody table th,
.ZineBody table td,
.account_history table th,
.account_history table td {
    border: 1px solid #e4e4e6;
    padding: 8px;
}
.ZineBody table th,
.ZineBody table td {
  border: none;
}
.responsive-table table tr:nth-child(even),
.ZineBody table tr:nth-child(even),
.account_history table tr:nth-child(even) {
    background-color: #f8f8f8;
}
@media (max-width: 600px) {
 .responsive-table {
    display: block;
    overflow-x: auto;
 }
}


table.MemberLog.Report {
  border: none;
  border-collapse: collapse;
}
table.MemberLog.Report th {
  background-color: #253b86;
  color: #fff;
}
table.MemberLog.Report td {
  padding: 8px;
  border: 1px solid #e4e4e6;
}
table.MemberLog.Report caption {
  font-size: 24px;
}
table.MemberLog.Report tfoot th {
  background: none;
}

/********** File Server **********/

table.FileServer h4 {
    margin: 0;
}



.EventMGR form table td {
    padding: 0 5px 0 0;
}
.EventMGR form table td input {
    margin-bottom: 10px;
}
.EventMGR form table {
    margin-bottom: 10px;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.title-wrap img, .title-wrap h2 {
margin: 0;
    display: inline-block;
}
.title-wrap h2 {
    position: relative;
    top: 3px;
    font-size: 18px;
    padding: 15px 0 0;
}
.title-wrap img {
    margin-right: 15px;
    max-width: 75px;
}
.title-wrap {
    margin-bottom: 20px;
    padding: 15px 20px 20px;
    background: #eee;
}

/********** Job Search **********/

.job_search {
  background: #f8f8f8;
  padding: 30px 40px;
  border: 1px solid #ddd;
}
.job_search h2 {
  margin: 25px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
.job_search .formButtons {
  margin: 25px 0 0;
}
div.job_search td select {
  width: auto !important;
  margin: 0 10px 0 5px;
}
span.submit_job_form span {
  float: none !important;
  font-size: 28px;
}
.job_search .formButtons input.formButton {
  position: relative;
  bottom: 6px;
}

.contact-form-wrap table {
    max-width: 500px;
}
.contact-form-wrap table label {
    padding-top: 10px;
}

#twitter iframe {
    height: 300px !important;
}

.travelprotected, .travelgoc {
    width: 100%;
}


.consumer_content h2,
.industry_content h2,
.travelgoc h2, 
.travelprotected h2 {
    margin-top: 0;
    font-size: 22px;
}

.consumer_content,
.industry_content {
    padding: 30px 15px;
    text-align: center;
    border: 1px solid #ddd;
}

.consumer_content img,
.industry_content img {
  display: block;
  margin: 0 auto 15px;
}


.industry-fr p {
    font-size: 15px;
}


@media(min-width:992px) {
 .industry_content,
 .consumer_content {
    height: 398px;
 }
 .industry_content h2,
 .consumer_content h2 {
    font-size: 20px;
 }
}

@media(min-width:1199px) {
 .industry_content,
 .consumer_content {
    height: 348px;
 }
}


@media(max-width:991px) {
.consumer_content,
.industry_content {
    margin-bottom: 20px;
 }
}


/* Gallery
   ========================================================================== */

ul.gallery li {
    margin-bottom: 15px;
}





/* Body Search
   ========================================================================== */

.body-content .Search form input[type="text"] {
    vertical-align: top;
    max-width: 250px;
    width: 100%;
}



/* Photo Directory
   ========================================================================== */

.body-content ul.ZinePhotodirectory li::before {
  display: none;
}
ul.ZinePhotodirectory img {
  /* max-width: 365px;
  width: 100%; */
  margin: 0;
  float: none;
}
ul.ZinePhotodirectory h3 {
  font-size: 16px;
  font-weight: bold;
  clear: both;
  background: none;
  padding: 0;
  margin: 10px 0 0;
}
ul.ZinePhotodirectory p {
  margin: 0;
  padding: 5px 0 10px;
}
ul.ZinePhotodirectory {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  flex-wrap: wrap;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  font-size: 0;
}
ul.ZinePhotodirectory::after {
  content: "";
  flex: auto;
}
ul.ZinePhotodirectory li {
  width: 33.333%;
  display: inline-block; /* Fallback */
  vertical-align: top;
  margin: 0;
  padding: 10px;
  font-size: 13px;
}

@media (max-width: 767px) {
 ul.ZinePhotodirectory li {
    width: 50%;
 }
}

@media (max-width: 480px) {
  ul.ZinePhotodirectory, ul.ZinePhotodirectory li {
    display: block;
    width: 100%;
    text-align: center;
  }
  ul.ZinePhotodirectory li {
    margin-bottom: 10px;
  }
  ul.ZinePhotodirectory li img {
   float: none;
   display: block;
   margin: 0 auto 10px;
  }
}


/* Forum Styles
   ========================================================================== */
.ZineComments table th,
.ZineComments table td {
  text-align: left;
}
.ZineComment .ZineHeader,
.ZineComments table th,
.ZineComments table td,
.ZineComment .ZineAboutBody,
.ZineComment .ZineFooter {
  padding: 8px !important;
}
.ZineComment .ZineHeader {
  background-color: #253b86;
  color: #fff;
}
.ZineComments table tr:nth-child(even) {
    background-color: #efefef;
}
.ZineComments table.ZineIndex {
    border: 1px solid #ddd;
}
.ZineComments table.ZineIndex th {
    border: 1px solid #ddd;
    background: #253b86;
    color: #fff;
}
.ZineComments table.ZineIndex td {
    border: 1px solid #ddd;
}
.ZineComments table.ZineIndex{
    background-color: transparent;
    border: 1px solid #ddd;
}
.ZineComments table.ZineIndex tr td a:visited {
    color: #aaa;
}
.ZineComment table.ZineTools br {
    display: none;
}
.ZineComment table.ZineTools td {
    padding: 0 5px !important;
}
.forum-table .ZineTools br {
    display: none;
}
.forum-table .ZineTools td {
    padding-right: 15px;
}
.ZineQuote {
  display: inline-block;
}
@media (max-width: 400px) { 
.ZineComments table.ZineIndex {
    font-size: 14px;
 }
}


/******************** Conference Speakers ********************/

.conference-speakers {
    text-align: center;
    padding: 30px 0 10px;
    max-width: 900px;
    border-bottom: 1px solid #ddd;
}
.conference-speakers img {
    margin-bottom: 10px;
    max-width: 145px;
}
.conference-speakers .row {
    margin-bottom: 30px;
}
.conference-speakers .row:last-child {
    margin-bottom: 0;
}
.conference-speakers p em {
    font-size: 14px;
}
.conference-speakers p {
    line-height: 1.3;
}
@media (max-width: 767px) {
.conference-speakers .row {
    margin-bottom: 0;
 }
.conference-speakers .col-xs-12 {
    margin-bottom: 30px;
  }
}


/******************** Form Submit ********************/

.formButtons,
.CartCheckoutButtons {
    position: relative;
}
.formSubmitted {
    position:absolute;
    top:0px;
    padding-top:10px;
    height:50px;
    background-color:white;
    width:100%;
}
.job_search .formButtons {
    clear: both;
}






/* Footer
   ========================================================================== */

#footer {
  padding: 15px 0;
  font-size: 13px;
  background: #374c94;
  line-height: 1.8;
  color: #fff;
}
#footer a {
  text-decoration: underline;
  color: #fff;
}
#footer .social a {
  height: auto;
  color: #fff;
  font-size: 20px;
  margin: 0 3px;
}
#footer span.sep {
  padding: 0 3px;
}
#footer p {
  margin-bottom: 0;
}
