@charset "utf-8";
/*
Theme Name: CAPL Website
Theme URI: http://landman.ca
Author: Build Studio Inc.
Author URI: http://buildstudio.ca
Description: 
Version: 2.0
/*


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Main Navigation
	#Site Styles
	#Media Queries
	#Font-Face
	#Wordpress Core
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after { 
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0;  }


/* #Basic Styles
================================================== */

body {
	background: #fff;
	font: 16px/26px 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
 }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration: none; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px; font-weight: 900; text-transform: uppercase;}
h2 { font-size: 32px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 30px; margin-bottom: 8px; }
h4 { font-size: 28px; line-height: 30px; margin-bottom: 4px; color: #005542; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; height: 0; }


/* #Links
================================================== */

a, a:visited { color: #005542; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */

ul, ol { margin-left: 20px; margin-bottom: 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }


/* #Images
================================================== */

img {
	max-width: 100%;
	height: auto;
}


/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #333; /* Old browsers */
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 5px 10px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #f1f1f1;
	background: #000; /* Old browsers */
	border: 1px solid #888;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.wpcf7 input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #333; /* Old browsers */
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}


/* #Forms
================================================== */

form {
	margin-bottom: 20px; }
fieldset {
	margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 10px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #777;
	margin: 0;
	width: 100%;
	height: 40px;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus {
	border: 1px solid #aaa;
 	color: #444;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 200px;
}
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
select {
	width: 300px;
}
input[type="checkbox"] {
	display: inline;
}
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
td { padding: 5px 10px; }

.half-form {
	width: 45%;
	margin-right: 3%;
	float: left;
}
.full-form {
	width: 93%;
	display: block;
}

/* #Main Navigation
================================================== */

#navigation { border: none; border: 0px; margin: 0px; padding: 0px; text-transform: uppercase; position: relative; z-index: 99999; }
#navigation ul { height: 60px; list-style: none; margin: 0;	padding: 0;	position: relative; z-index: 99999; float: right; }
#navigation li { float: left; padding: 0px; list-style: none; }
#navigation li a { display: block; font-weight: 400; line-height: 60px; margin: 0px; font-size: 14px; letter-spacing: 2px; padding: 0px 24px; text-align: center; text-decoration: none; color: #fff; }
#navigation > ul > li > a { color: #c1c1c1; }
#navigation ul ul a { color: #000000; }
#navigation ul ul li:hover { background-color: #333; }
#navigation li > a:hover, #navigation ul li:hover > a { color: #ffffff; background-color: #333333; text-decoration: none; }
#navigation li ul { background: #444444; display: none; height: auto; padding: 0px; margin: 0px; border: 0px; position: absolute; width: 250px; z-index: 9999; }
#navigation li:hover ul { display: block; }
#navigation li li { display: block; float: none; margin: 0px; padding-left: 20px; }
#navigation li:hover li a { background: none; }
#navigation li ul a { display: block; font-size: 12px; font-style: normal; line-height: 16px; margin: 0px; padding: 15px 10px; text-align: left; color: #ffffff; }
#navigation li ul a:hover, #navigation li ul li:hover > a {	border: 0px; text-decoration: none;	color: #c1c1c1; }
#navigation li:hover ul{ display:block; background: #222; }
#navigation li:hover ul ul{ display:none }
#navigation li:hover ul ul{ }
#navigation li li:hover ul{ display:block; left: 100%; margin-top: -40px; }
#navigation li:hover > a, #navigation li li:hover > a{ }
#navigation p { clear: left; }

.menu-item-type-custom { background-image: url("images/icon-lock.png");	background-repeat: no-repeat; background-position: 10px 18px; background-size: 10px;  }
.menu-item-7702 { background-image: none; }
.menu-item-7968 { background-image: none; }

/* #Conference
================================================== */

#ember459, .guest-col { display: none; }
#ember371 p:last-child, #ember371 p:nth-last-child(2) { display: none; }

.conference-menu-wrap { overflow: visible; }
.conference-menu { background-color: #000; }
.conference-menu #navigation { border: none; border: 0px; margin: 0px; padding: 0px; text-transform: uppercase; position: relative; z-index: 9999; }
.conference-menu #navigation ul { height: 60px; list-style: none; margin: 0; padding: 0; position: relative; z-index: 9999; float: none; text-align: center; }
.conference-menu #navigation li { float: none; padding: 0px; list-style: none; display: inline-block; }
.conference-menu #navigation li a { display: block; font-weight: 900; line-height: 60px; margin: 0px; font-size: 14px; letter-spacing: 1px; padding: 0px 20px; text-align: center; text-decoration: none; color: #fff; }
.conference-menu #navigation > ul > li > a { color: #c1c1c1; }
.conference-menu #navigation ul ul a { color: #000000; }
.conference-menu #navigation ul ul li:hover { background-color: #333; }
.conference-menu #navigation li > a:hover, #navigation ul li:hover > a { color: #ffffff; background-color: #333333; text-decoration: none; }
.conference-menu #navigation li ul { background: #444444; display: none; height: auto; padding: 0px; margin: 0px; border: 0px; position: absolute; width: 250px; z-index: 9999; }
.conference-menu #navigation li:hover ul { display: block; }
.conference-menu #navigation li li { display: block; float: none; margin: 0px; padding-left: 20px; }
.conference-menu #navigation li:hover li a { background: none; }
.conference-menu #navigation li ul a { display: block; font-size: 12px; font-style: normal; line-height: 16px; margin: 0px; padding: 15px 10px; text-align: left; color: #ffffff; }
.conference-menu #navigation li ul a:hover, #navigation li ul li:hover > a {	border: 0px; text-decoration: none;	color: #c1c1c1; }
.conference-menu #navigation li:hover ul{ display:block; background: #222; }
.conference-menu #navigation li:hover ul ul{ display:none }
.conference-menu #navigation li:hover ul ul{ }
.conference-menu #navigation li li:hover ul{ display:block; left: 100%; margin-top: -40px; }
.conference-menu #navigation li:hover > a, #navigation li li:hover > a{ }
.conference-menu #navigation li:last-child { background-color: #111; }
.conference-menu #navigation p { clear: left; }
.conference-menu .menu-item-type-custom { background-image: none; }

.conference-page-title { background: #333; padding: 20px 40px; margin-top: 30px; }
.conference-page-title h2 { color: #fff; }
.conference-section-title { background: #666; padding: 20px 40px 20px 35px; color: #fff; font-size: 24px; font-weight: bold; }
.conference-section-title p { margin-bottom: 0; }

.conference-sponsors { background: #407C97; padding: 50px 20px; color: #fff; text-align: center; clear: both; }
.conference-sponsors h2, .conference-sponsors a h4, .conference-sponsors a { color: #fff; text-decoration: none; }
.conference-sponsors a:hover { opacity: 0.8; }

.conference-register { background: #FC5D35; padding: 40px 20px; text-align: center; }
.conference-register a { display: inline-block; padding: 20px 40px; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 30px; background: #E95530; text-decoration: none; }
.conference-register a:hover { opacity: 0.8; }

.page-template-page-conference-sponsors #a-top, .page-template-page-conference-home #a-top, .page-template-page-conference-page #a-top { display: none; }
.page-template-page-conference-sponsors #top-bar-bg .row, .page-template-page-conference-home #top-bar-bg .row, .page-template-page-conference-page #top-bar-bg .row { padding-top: 0px; }
.page-template-page-conference-sponsors #logo-row, .page-template-page-conference-home #logo-row, .page-template-page-conference-page #logo-row { min-height: 60px; }
.page-template-page-conference-page .sidebar img, .page-template-page-conference-home .sidebar img, .page-template-page-conference-sponsors .sidebar img { display: block; margin: 0 auto; }

/* #Site Styles
================================================== */

#login-links { background: #000; text-align: right; padding-top: 10px; }
#login-links a { color: #fff; }
#login-links a:hover { color: #AE1226; }

.membership_button img { max-height: 60px; width: auto; margin-top: 20px; }

#top-bar-bg { background: #000; }
#top-bar-bg .row { padding-top: 20px; padding-bottom: 0px; }

#a-top { text-align: right; }

#logo-row { overflow: visible; min-height: 80px; }
#logo {	background: #005542; text-align: center; max-height: 60px; }
#logo img { max-height: 60px; }
#logo img:hover { opacity: 0.8; }
#logo-mobile { max-height: 40px; width: auto; margin-left: 20px; float: left; }

#banner { padding: 0; }

.menu-item-7702 { background: #cc142c; color: #fff; }
.menu-item-7702:hover { background: #ae1226; }

.holidays { padding: 30px 0 10px 0; background: #075442; color: #fff; text-align: center; font-size: 18px; line-height: 24px; margin-top: 40px; }

.news-content { padding: 40px 0; }
.news-content .row { padding: 0 0; }

.news-article { min-height: 550px; }
.news-article:nth-child(3n) { margin-right: 0; }
.news-category { padding: 10px 20px; color: #fff; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
.news-thumb { }
.news-excerpt { padding: 15px 10px 5px 10px; }
.news-excerpt h3 { font-size: 18px; line-height: 22px; letter-spacing: 1px; text-transform: uppercase; }
.news-excerpt p { font-size: 14px; line-height: 20px; }
.news-excerpt a { text-transform: uppercase; letter-spacing: 2px; }
.news-more-articles { text-align: center; padding: 30px 0; clear: both; }
.news-more-articles a, .newer-older a { background: #cc142c; color: #fff; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; padding: 15px 30px; }
.news-more-articles a:hover, .newer-older a:hover { opacity: 0.8; }
.category-education { background: #005542; }
.category-event { background: #3D7C99; }
.category-industry { background: #AE1226; }
.category-ongoing-projects { background: #19C19C; }
.category-the-negotiator { background: #9a8348; }
.category-our-members { background: #DB3A34; }

.sidebar { padding: 40px 0; }
.search-form { padding-bottom: 70px; }
.search-form h4 { font-size: 24px; margin-bottom: 10px; }
.side-calendar { padding: 20px 0; }
.left-sidebar { padding: 40px 0; }

#page-title { background: #333; padding: 20px 40px; margin-bottom: 40px; }
#page-title h2 { margin: 0;	padding: 0;	color: #fff; font-weight: 400; font-weight: bold; }

.footer { background: #3d7c99; padding: 60px 0 40px 0; font-weight: 300; }
.footer { color: #fff; }
.footer h3 { color: #fff; font-size: 16px; line-height: 20px; letter-spacing: 2px; text-transform: uppercase; }
.footer h5 { display: none; }
.footer ul { margin-left: 0; }
.footer li { font-size: 16px; list-style: none; font-weight: bold; }
.footer li li { text-decoration: none; list-style: none; font-size: 10px; line-height: 14px; margin-bottom: 8px; }
.footer a { color: #fff; text-decoration: none; }
.footer a:hover { color: #56b2dd; }

.copyright { background: #333; color: #a2a2a2; padding: 20px 0; font-size: 14px; font-weight: 300; letter-spacing: 1px; }
.copyright a { color: #a2a2a2;	text-decoration: none; }
.copyright a:hover { color: #fff; }
.copyright .row { padding: 0px; }

.social-media { max-height: 25px; text-align: right; }
.social-media a { margin: 0 8px; }
.social-media img { width: 25px; height: auto; display: inline-block; }
.social-media img:hover { opacity: 0.7; }

#main-content { padding-top: 40px; }
.page-content, .post-content { padding: 0px 20px 30px 20px; }
#banner-images img { display: block; }

.summer-hours { text-align: center; padding: 30px 20px 0px 20px; }
.summer-hours h2 { text-transform: uppercase; }
.summer-hours p { margin-bottom: 0; }

#chair-text {
	padding: 30px 30px 20px 0;
	font-size: 15px;
}
#chair-title {
	background: #005542;
	height: 80px;
	padding-left: 40px;
	margin-right: 20px;
}
#chair-title h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 80px;
	font-weight: 400;
}
.page-content ol li {
	list-style: decimal;
}
.post-single {
	padding: 10px 30px 30px 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.post-single h2 {
	font-size: 28px;
	line-height: 30px;
}
.post-single h4 {
	font-size: 20px;
	line-height: 24px;
	color: #333;
}
#update-image {
	height: 208px;
}
.update-type {
	position: absolute;
	z-index: 2;
	height: 210px;
}
.update-background {
	position: absolute;
	z-index: 1;
	width: 280px;
}
#update-text {
	padding: 30px 30px 0 10px;
	float: right;
}
#update-text a {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #005542;
}
.read-all {
	margin: 30px 0;
	padding: 12px 20px 10px 20px;
	background: #AF1327;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
}
.read-all a {
	color: #fff;
	text-decoration: none;
}
.sponsor-ad {
	margin-bottom: 35px;
	display: block;
}
#sidebar h4 {
	font-size: 20px;
}
#sidebar li {
	margin-right: 0 !important;
}

.sponsor-link {
	margin: 0 25px;
}
.sponsor-link:hover {
	opacity: 0.7;
}
.title-sponsor-image {
	width: 150px;
	margin-bottom: 40px;
}
.sponsor-image {
	margin-bottom: 40px;
}
#register-bar {
	text-align: center;
	padding: 35px 0 65px 0;
}
#register-bar a {
	background: #cc142c;
	padding: 20px 60px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 40px;
}
#register-bar a:hover {
	background: #af1327;
}
a.register-button-large {
	background: #cc142c;
	padding: 20px 60px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin: 80px 0;
}
a.register-button-large:hover {
	background: #af1327;
}

.divider {
	margin: 0 10px;
}
#build-studio {
	text-align: right;
}
.table-date {
	margin-left: 10px;
	background: #005542;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.table-header {
	color: #fff;
	background: #005542;
	font-size: 1.4em;
	padding: 10px;
}
.sponsors {
	text-align: center;
}
.sponsors a {
	margin: 30px;
}
.screen-reader-text {
	display: none;
}
.gsc-input { height: 60px; padding: 0; }
input.gsc-input { height: 40px !important; line-height: 40px !important; font-size: 18px !important; border: 1px solid #c1c1c1 !important; padding: 0 20px !important; }
.gsc-input-box { border: #fff solid 1px !important; border-color: #fff !important;  box-shadow: none !important; height: 60px !important; }
.gsc-input-box-hover, .gsc-inout-box-focus, .gsc-input-box:hover { border: #fff solid 1px !important; box-shadow: none !important; }
input.gsc-search-button { height: 40px !important;}
.gs-title { font-weight: bold; color: #005542 !important; }

.searchform input[type="text"] {
	width: 65%;
	margin-right: 3%;
	height: 40px;
	float: left;
}
.searchform input[type="submit"] {
	width: 30%;
	height: 40px;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
}
.suggestion-box-button {
	padding: 20px 0;
	text-align: center;
}
.suggestion-box-button a {
	display: block;
	background: #CC142C;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.suggestion-box-button a:hover {
	background: #333;	
}
#social-media-buttons {
	padding: 20px 0;
	text-align: center;
}
#social-media-buttons a {
	margin: 0 5px;
}
#social-media-buttons img:hover {
	opacity: 0.8;
}
#facebox {
	z-index: 10000 !important;
}
.weblator-chart-container { margin: 0 auto; }

/* #Tables
================================================== */

.page-content table {
	margin: 0 auto;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* #Executive Profiles
================================================== */

.executive-profile {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px;
}
.executive-profile:nth-child(even) {
	clear: both;
}
.executive-profile h3 {
	font-size: 1.2em;
	line-height: 1.1em;
}
.executive-photo {
	width: 150px;
	height: auto;
	margin-right: 20px;
	float: left;
}
.executive-message-link {
	margin: 0;
}
.executive-message { /* we set all of the properties for are overlay */
    width:80%;
    margin:0 auto;
    margin-top: 5%;
    background:white;
    color:black;
    padding:20px;
    position: absolute;
    top:5%;
    z-index:10000;
    display:none;
    /* CSS 3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}

#mask{ /* create are mask */
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:500;
    width:100%;
    height:100%;
    display:none;
}
/* use :target to look for a link to the overlay then we find are mask */
.executive-message:target, .executive-message:target + #mask{
    display:block;
    opacity:1;
}
.close{ /* to make a nice looking pure CSS3 close button */
    display:block;
    position:absolute;
    top:-20px;
    right:-20px;
    background: #fff;
    color:#333;
    height:40px;
    width:40px;
    line-height:40px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    -o-border-radius:40px;
    border-radius:40px;
}

/* #Media Queries
================================================== */

/* Smaller Laptop to standard 1200 (devices and browsers) */
@media only screen and (max-width: 1259px) {

#navigation li a { padding: 0 15px; }

}

/* Smaller Laptop to standard 1200 (devices and browsers) */
@media only screen and (max-width: 1159px) {

#navigation li a { font-size: 12px; letter-spacing: 0px; }

.conference-menu #navigation ul { height: 40px; }
.conference-menu #navigation li a { line-height: 40px; font-size: 10px; padding: 0px 10px; }
.conference-menu #navigation ul ul a { font-size: 10px; }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

#navigation li a { padding: 0 10px; }

.searchform input[type="submit"] { font-size: 8px; }

.conference-menu #navigation ul { height: 100%; }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
	
.membership_button { display: none; }

#top-bar-bg .row { padding-top: 0; }
#a-top .sixteencol, #banner .sixteencol { padding-left: 0px; padding-right: 0px; }
#a-top img { display: block; width: 100%; height: auto; }
#logo-row { display: none; }

.news-thumb img { width: 100%; }
.news-ad { text-align: center; padding-bottom: 40px; }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

.executive-profile { width: 100%; line-height: 1em; }
.executive-profile h3 { font-size: 1em; }

}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* #Wordpress Core
================================================== */

/* AUTHORS */

.gravatar {
	float: left;
	margin: 0 10px 0 0;
	display: block;
}
#author-description {
	display: block;
}

/* OLD & NEW POSTS */

.newer-older {
	clear: both;
}
.older {
	float: left;
}
.newer {
	float: right;
}


/* IMAGE ALIGNMENT */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* IMAGE CAPTIONS */

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption p {
	margin: 0 0 0 0;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
dd.wp-caption-text {
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    padding: 0 4px 5px;
}


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }