/*
	Theme Name: USMEF 2016
	Theme URI: http://bluechannel.com
	Description: USMEF 2016 Theme
	Version: 1.0
	Author: Mick Jeanne
	Author URI: http://bluechannel.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

body {
    font: 300 11px/1.4 'Lato', Helvetica, Arial, sans-serif;
    color: #444;
    /* use 1007px width because 1024px causes scroll bars */
    min-width: 1007px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#004a90;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
/*
input:focus {
    outline:0;
    border:0;
}
*/
.hide {
    display: none;
}
.pointer {
    cursor: pointer;
}
body.is-mobile .printicon,
.printicon {
    display: none;
}
ul.no-bullets {
    list-style-type: none;
}

.news-slide-container:focus,
.news-image-container:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.wp-caption {
    border: 0 !important;
}

.flex-container{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

main {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 20px;
}

main.landing-page {
    max-width: 1755px;
    min-width: 1007px;
    width: 100%;
    margin: 0 auto;
}

main section {
    width: 100%;
    padding: 0 20px;
    position: relative;
    font-size: 1.2em;
    max-width: 1216px;
    margin: 0 auto;
}

main.landing-page section {
    font-size: 1em;
}

main section h1 {
    font-size: 2.4em;
    margin: 0.67em 0;
    color: #004a8f;
    font-weight: bold;
    max-width: 95%;
}

body.home main,
body.usmef-newsroom main,
body.usmef-technical-services main,
body.usmef-statistics-and-trade-access main,
body.usmef-events main,
body.usmef-international-markets main,
body.usmef-membership main,
body.usmef-about-usmef main {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: 800px;
}

body.home main section,
body.usmef-newsroom main section,
body.usmef-technical-services main section,
body.usmef-statistics-and-trade-access main section,
body.usmef-events main section,
body.usmef-international-markets main section,
body.usmef-membership main section,
body.usmef-about-usmef main section {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    max-width: none;
}

body.search main section article {
    margin-bottom: 20px;
}

.icon-lock-container {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
}

.icon-lock-container > img.icon-lock {
    height: 15px;
    width: 15px;
}

.icon-print-container {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
    font-size: .8em;
}

.add-this-absolute-container {
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 1000;
    text-align: center;
}

body.page-template-template-blank .add-this-absolute-container {
    display: none !important;
}

td.statistics-header {
    color: #fff;
    background-color: #171717;
    border-right: 1px solid #fff;
}



/*------------------------------------*\
    Page Background Images
\*------------------------------------*/

body.home {
    background: url('img/page-backgrounds/home.jpg') no-repeat top left;
    background-size: initial;
}

body.usmef-newsroom {
    background: url('img/page-backgrounds/newsroom.jpg') no-repeat top left;
    background-size: initial;
}

body.usmef-technical-services {
    background: url('img/page-backgrounds/technical-services.jpg') no-repeat top left;
    background-size: initial;
}

body.usmef-statistics-and-trade-access {
    background: url('img/page-backgrounds/statistics-analysis.jpg') no-repeat top left;
    background-size: initial;
}

body.usmef-events {
    background: url('img/page-backgrounds/events.jpg') no-repeat top left;
    background-size: initial;
}

body.usmef-international-markets {
    background: url('img/page-backgrounds/international-markets.jpg') no-repeat top right;
    background-size: initial;
}

body.usmef-membership {
    background: url('img/page-backgrounds/membership.jpg') no-repeat top left;
    background-size: initial;
}

body.usmef-about-usmef {
    background: url('img/page-backgrounds/about-usmef.jpg') no-repeat top left;
    background-size: initial;
}

/*------------------------------------*\
    RESET - these are the mobile structures
\*------------------------------------*/

img.align-right {
    float: right;
}

img.align-left {
    float: left;
    margin: 0 25px 15px 0;
}

/* begin custom styles for Denver Headquarters page /about-usmef/denver-headquarters/ */

article#post-90 td {
    font-size: 12px;
}

article#post-90 img {
    vertical-align: middle;
}

.international-market-content ul,
.international-market-content ol {
    padding-left: 40px;
}

.single-post-content .pagemargin {
    margin: 10px 10px 10px 10px;
}

.single-post-content .pagemargin ul {
    margin-left: 15px;
    padding-left: 0;
}

.single-post-content .pagemargin h2 {
    font-size: 15px;
    padding: 0;
    margin: 4px 0 4px;
    line-height: 17px;
}

.single-post-content .pagemargin p {
    margin: 0;
}

.single-post-content .compliance-line-container {
    position: relative;
    width: 849px;
    margin: 0 auto;
}

.single-post-content div.complianceline {
    right: 25%;
    top: 9%;
}

.single-post-content > table:nth-child(7) {
    margin: 0 auto;
}

a.imPop {
    position: relative;
    z-index: 50;
}

a.imPop span {
    display: none;
}

a.imPop:hover {
    z-index: 100;
}

a.imPop:hover span {
    display: block;
    position: absolute;
    top: -60px;
    left: 1em;
    width: 100px;
    height: 123px;
}

div.pagemargin img[title="email"] {
    position: relative;
    z-index: 30;
}

.complianceline {
    display: block;
    background: url('/downloads/linetocompliance-rev81718.png') no-repeat;
    width: 120px;
    height: 538px;
    position: absolute;
    top: 352px;
    right: 290px;
    z-index: 29;
}

/* end custom styles for Denver Headquarters page /about-usmef/denver-headquarters/ */


body {
    background-color: #fff;
}

header {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004a90+30,7db9e8+100&1+30,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,74,144,1) 60%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,74,144,1) 60%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,74,144,1) 60%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a90', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

main section article.page ul,
main section article.page ol {
    padding-left: 40px;
}

.landing-page-title,
.single-page-title {
    background-color: #ec021a;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.landing-page-title h1,
.single-page-title h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.single-post-content {
    font-size: 1.2em;
}

.single-post-content h2 {
    margin: 20px 0 10px 0;
}

.single-post-content a {
    text-decoration: underline;
}

/* this should target the add-this sharing button container */
/*
.single-post-content > div:first-child {
    text-align: right;
    padding: 0 0 10px 10px;
    float: right;
}
*/

.single-post-content #theme-my-login {
    text-align: left;
    padding: 0;
    float: none;
}

.single-post-content ul,
.single-post-content ol {
    margin: 10px 0 10px 10px;
    padding-left: 25px;
}

.single-post-content p {
    margin: 10px 0;
}

nav {
    position: relative;
    z-index: 9999;
}

.nav-wrapper {
    width: 100%;
    margin: 0 auto;
}

.nav-wrapper > ul {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1755px;
    margin: 0 auto;
}

.nav-wrapper > ul > li {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    background-color: #004a90;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    margin-right: 8px;
    cursor: pointer;
    box-shadow: 2px 2px 3px #000;
}

.nav-wrapper > ul > li:last-child {
    margin-right: 0;
}

.nav-wrapper > ul > li.current-menu-item,
.nav-wrapper > ul > li:hover {
    background-color: #ec0018;
}

.nav-wrapper > ul > li > div.nav-link-wrapper > a {
    display: block;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
}

nav.open .nav-wrapper > ul,
nav.open .nav-wrapper {
    background-color: #d9e3ed;
}

.sub-navigation-wrapper {
    overflow: hidden;
    height: 150px;
    display: none;
}

nav.open .nav-wrapper > .sub-navigation-wrapper {
    background-color: #d9e3ed;
    box-shadow: 2px 2px 3px #000;
}

.nav-wrapper .sub-navigation-container {
    display: none;
    padding: 5px 0 10px 0;
}

nav.force-nav-height {
    height: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

nav.open.force-nav-height {
    height: 205px;
}

.nav-wrapper .sub-navigation-container > div > ul {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.nav-wrapper .sub-navigation-container > div > ul > li {
    /*
    width: 120px;
    margin-right: 20px;
    */
    width: 130px;
    margin-right: 15px;
    cursor: pointer;
}

.nav-wrapper .sub-navigation-container > div > ul > li:last-child {
    margin-right: 0;
}

.nav-wrapper .sub-navigation-container > div > ul > li > div.nav-link-wrapper > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #000;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-wrapper .sub-navigation-container > div > ul > li > div.nav-link-wrapper > a > img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.mobile-search {
    background-color: #004a90;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #2968a2;
    position: relative;
}

.mobile-search input[type="text"] {
    height: 29px;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #999999;
    width: 90%;
    background-color: #f2f2f2;
    font-size: 1.2em;
}

.mobile-search button.search-submit {
    margin-left: -30px;
    padding: 0;
    background: url('img/icon-magnifying-glass.png') no-repeat 50% 50%;
    min-width: 17px;
    min-height: 20px;
    border: 0;
    vertical-align: sub;
}

.logo {
    text-align: center;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.logo-img-container {
    margin-left: -35px;
}

.logo-img {
    max-width: 100%;
    margin: -21%;
    float: none;
    display: inline;
    vertical-align: top;
}

.logo > h1 {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 2px;
    margin: auto auto auto -5%;
    color: #fff;
    display: inline-block;
    float: none;
    vertical-align: middle;
    align-self: center;
}

header > .wide-content-wrapper > .top-right-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;

    -webkit-align-items: flex-end;
    align-items: flex-end;
}

header > .wide-content-wrapper > .top-right-container > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

header img.social-media-icon {
    margin: 8px;
}

header a.link-login {
    background-color: #ec0018;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    display: block;
    font-weight: bold;
    margin: 0 18px 0 30px;
    font-size: 1.2em;
    letter-spacing: 1px;
}

header a.link-login:hover {
    text-decoration: none;
}

header .search-form-container {
    margin-top: 30px;
}

header .search-form-container form.search {
    position: relative;
    margin-right: 18px;
}

header .search-form-container input[type="text"] {
    height: 29px;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #999999;
    width: 100%;
    background-color: #f2f2f2;
    font-size: 1.2em;
}

header .search-form-container button.search-submit {
    position: absolute;
    top: 4px;
    right: 8px;
    margin: 0;
    padding: 0;
    background: url('img/icon-magnifying-glass.png') no-repeat 50% 50%;
    min-width: 17px;
    min-height: 20px;
    border: 0;
    vertical-align: sub;
}

.mobile-navigation {
    text-align: center;
    margin: 30px 0;
}

.mobile-navigation > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    width: 95%;
    max-width: 550px;
    margin: 0 auto;
}

.mobile-navigation > ul > li.menu-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 33.33%;
    padding: 0.5em;
}

.mobile-navigation > ul > li.menu-item > div.nav-link-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #004a90;
    border-radius: 10px;
    width: 100%;
    padding: 0.5em;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 2px 2px 3px #777777;
}

.mobile-navigation > ul > li.menu-item > div.nav-link-wrapper:hover {
    background-color: #ec0018;
}

.mobile-navigation > ul > li.menu-item > div.nav-link-wrapper > a {
    color: #fff;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.8em;
}

#content-container {
    width: 100%;
}

#content-container > .inner {
    display: block;
    padding: 0 20px;
    text-align: left;
}

.footer > .footer-navigation-container,
.footer > .footer-contact-container {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: left;
}

.footer > .footer-navigation-container > ul {
    list-style-type: none;
    margin: 6px 0 0 0;
    padding: 0;
}

.footer > .footer-navigation-container > ul > li {
    text-align: center;
    float: left;
    margin-right: 5px;
}

.footer > .footer-navigation-container > ul > li:last-child {
    margin-right: 0;
}

.footer > .footer-navigation-container > ul > li a {
    padding: 5px 10px;
    color: #fff;
    font-size: .9em;
}

.footer > .footer-navigation-container > ul > li a:hover {
    text-decoration: none;
}

.footer > .footer-contact-container {
    text-align: right;
}

.footer > .footer-contact-container > p.copyright {
    font-size: .9em;
    color: #fff;
}

.footer > .footer-contact-container > p.copyright > .left-spacer:first-child {
    margin-left: 0;
}

.footer > .footer-contact-container > p.copyright > .left-spacer {
    color: #fff;
    display: inline-block;
    margin-left: 25px;
}

.footer > .footer-contact-container > p.copyright > a {
    color: #fff;
    display: inline-block;
    margin-left: 25px;
}

footer > .mobile-navigation-container,
footer > .mobile-contact-container {
    border-bottom: 1px solid #fff;
}

footer > .mobile-navigation-container > ul,
footer > .mobile-contact-container > ul {
    list-style-type: none;
    margin: 0;
}

footer > .mobile-navigation-container > ul > li,
footer > .mobile-contact-container > ul > li {
    float: left;
    border-right: 1px solid #fff;
    width: 50%;
    background-color: #457bae;
}

footer > .mobile-contact-container > ul > li {
    background-color: #004a90;
}

footer > .mobile-navigation-container > ul > li:last-child,
footer > .mobile-contact-container > ul > li:last-child {
    border-right: 0;
}

footer > .mobile-navigation-container > ul > li > a,
footer > .mobile-contact-container > ul > li > a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.2em;
    padding: 15px 0;
}

footer > .mobile-navigation-container > ul > li > a > img,
footer > .mobile-contact-container > ul > li > a > img {
    margin-right: 5px;
}

footer > p.copyright {
    padding: 20px 0;
    font-size: 1.2em;
    color: #fff;
}


.landing-page-tile {
    background-color: #d9e3ed;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #000;
    margin-right: 20px;
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 285px;
}

.landing-page-tile:last-child {
    margin-right: 0;
}

body.usmef-newsroom .landing-page-tile,
body.usmef-about-usmef .landing-page-tile {
    width: 220px;
}

.landing-page-tile h2 {
    color: #004a8f;
    font-size: 1.6em;
    margin-bottom: 20px;
}

.landing-page-tile h2 > a,
.landing-page-tile h2 > a:hover {
    color: #004a8f;
}

.twitter-feed-container,
.facebook-feed-container {
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 200px;
    margin-top: 25px;
}

#member-news-container {
    width: 590px;
    padding: 20px 10px;
}

.carousel-container.slick-slider {
    margin: 0 25px;
    height: 300px;
}

.carousel-container .news-slide-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.carousel-container .news-slide-container .news-image-container {
    width: 60%;
    margin-right: 15px;
}

.carousel-container .news-slide-container .news-image-container > img {
    width: 100%;
    height: auto;
}

.carousel-container .news-slide-container .news-content-container {
    width: 40%;
    overflow: hidden;
}

.carousel-container .news-slide-container .news-content-container h2 {
    margin-bottom: 10px;
    line-height: 20px;
}

.carousel-container .news-slide-container .news-content-container h2 a {
    color: #004a8f;
}

.carousel-container .news-slide-container .news-content-container .news-excerpt {
    font-size: 1.1em;
    font-weight: bold;
}

.carousel-container .news-slide-container .news-content-container a.button-news-read-more {
    background-color: #004a8f;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 25px;
}

#member-news-container .slick-prev:before,
#member-news-container .slick-next:before {
    color: #000;
}

.landing-page-content-wrapper {
    font-size: 1.2em;
}

body.usmef-newsroom .landing-page-content-wrapper,
body.usmef-about-usmef .landing-page-content-wrapper {
    font-size: 1.1em;
}

.absolute-archive-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.in-the-news-tile-container,
.media-contact-tile-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-row-small-padding {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cecece;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-row-small-padding > a,
.inline-link-container {
    font-weight: bold;
}

.flex-row-small-padding.flex-start-items {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-row-small-padding.flex-start-items > img.icon-blue-arrow {
    margin-top: 4px;
}

.media-contact-row,
.videos-row {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.media-contact-row img.icon-blue-arrow,
.videos-row img.icon-blue-arrow {
    margin-top: 3px;
}

span.contact-name {
    font-weight: bold;
    color: #000;
}

span.contact-position {
    font-style: italic;
    color: #000;
    font-weight: normal;
}

a > span.contact-name {
    color: #004a90;
}

a > span.contact-name:hover {
    color: #444;
}

img.thumbnail-video {
    width: 69px;
    height: 38px;
}

.landing-page-content-wrapper > div > div:last-child {
    margin-bottom: 0;
}

.in-the-news-tile-container .in-the-news-article {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
}

.in-the-news-tile-container .in-the-news-article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.social-media-tile-container .social-media-article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
}

.social-media-tile-container .social-media-article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.landing-page-content-wrapper > div > div.presentation-row:last-child,
.landing-page-content-wrapper > div > div.research-recaps-row:last-child {
    display: none;
}

.landing-page-content-wrapper > div > div.presentation-row.do-not-hide:last-child,
.landing-page-content-wrapper > div > div.research-recaps-row.do-not-hide:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
}

.landing-page-content-wrapper > div > div.department-staff-row img.icon-blue-arrow {
    align-self: flex-start;
    margin-top: 4px;
}

#videos-tile-iframe {
    width: 100%;
    height: 225px;
}

a.link-more {
    color: #004a90;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-left: 2px;
}

a.link-more:hover {
    color: #444;
}

.annual-report-tile-container .flow-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.annual-report-tile-container .flow-container a {
    font-weight: bold;
}

.annual-report-tile-container .flow-container .icon-blue-arrow {
    margin-top: 3px;
}

.icon-blue-arrow {
    margin-top: 0;
}

form.interior-page-search div.form-label {
    float: left;
    margin-right: 10px;
}

form.interior-page-search div.form-input {
    float: left;
    margin-right: 10px;
}

form.interior-page-search div.form-submit {
    float: left;
}

div.testimonial-entry {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

div.testimonial-entry:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

div.testimonial-entry div.photo {
    float: left;
    text-align: left;
    width: 100px;
    margin: 0 15px 15px 0;
}

div.testimonial-entry span.name {
    font-weight: bold;
}

div.research-recap-entry {
    margin-bottom: 10px;
}

div.media-contact-entry {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

div.media-contact-entry:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

div.media-contact-entry span.name {
    font-weight: bold;
}

div.media-contact-entry span.position {
    font-style: italic;
}

div.media-contact-entry div.photo {
    float: left;
    text-align: left;
    width: 150px;
    margin: 0 15px 15px 0;
}

a.link-reset {
    display: inline-block;
    margin-left: 5px;
}

ul.no-bullets li {
    margin-bottom: 10px;
}

ul.no-bullets li:last-child {
    margin-bottom: 0;
}

ul.no-bullets li a {
    font-weight: bold;
}

ul.with-padding {
    padding-left: 40px;
}

ul.with-padding li {
    line-height: 20px;
}

.bold {
    font-weight: bold;
}

table.info-display td {
    padding: 2px 5px 2px 0;
}

table.info-display {
    margin-bottom: 15px;
}

.section-header {
    width: 100%;
    padding: 2px 0 2px 2px;
    color: #FFF;
    background-color: #003376;
}

.presentation-entry-wrapper,
.research-recaps-entry-wrapper {
    line-height: 15px;
}

.research-recaps-entry-wrapper a {
    font-weight: bold;
}

.international-market-left-menu {
    float: left;
    width: 17%;
    margin-right: 25px;
}

.international-market-content {
    float: left;
    width: 80%;
}

.international-market-content p {
    margin: 15px 0;
}

.cis-container {
    width:100%;
    text-align:left;
    padding:5px;
    border:1px solid #ccc;
    margin-bottom:10px;
}

.cis-container ul {
    padding-left: 40px;
}

td.trade-leads-header {
    color: #fff;
    background-color: #171717;
    border-right: 1px solid #fff;
}

table.travel-form,
table.travel-form-industry {
    width: 100%;
}

table.travel-form-industry-contribution {
    border-spacing: 2px;
    border-collapse: initial;
    width: 100%;
}

table.travel-form-industry-contribution td.right {
    text-align: right;
}

table.travel-form-industry h2 {
    font-size: 15px;
    padding: 0;
    margin: 4px 0 4px;
    line-height: 17px;
}

table.travel-form td {
    padding: 3px;
    display: table-cell;
    border: 1px solid #999;
}

table.travel-form td input[type="text"],
table.travel-form-industry td input[type="text"],
table.travel-form-industry-contribution td input[type="text"] {
    border: 1px solid #D3D3D3;
}

table.travel-form-industry-contribution input.travel-text-industry {
    text-align: right;
}

table.travel-form td.travel-form-date {
    padding: 3px;
    width: 60px;
    text-align: right;
    background-color: lightblue;
}

table.travel-form td.travel-form-total {
    padding: 3px;
    width: 60px;
    background-color: gold;
    text-align: right;
}

table.travel-form td.travel-form-location {
    padding: 3px;
    width: 60px;
    text-align: left;
    background-color: lightblue;
}

table.travel-form td.total-column {
    padding: 3px;
    width: 60px;
    background-color: #ccc;
    text-align: right;
}

table.travel-form td.travel-note {
    padding: 3px;
    text-align: left;
}

table.travel-form input[type="text"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    max-width: 100px;
    min-width: 80px;
    border: 1px solid #D3D3D3;
}

table.travel-form input[type="text"]:focus {
    background-color: #F4F4F4;
}

table.travel-form input.travel {
    width: 100%;
    border: 1px solid #D3D3D3;
    text-align: right;
}

table.travel-form-industry input.travel-text-industry {
    text-align: right;
    border: 1px solid #D3D3D3;
}

table.travel-form td.travel-num-column {
    width: 20px;
    padding: 3px;
    text-align: right;
}

table.travel-form td.travel-num-column > input[type="text"] {
    min-width: 20px;
    width: 20px;
}

table.travel-form td.travel-explain-date {
    width: 60px;
}

table.travel-form td.travel-explain-reason > input[type="text"] {
    width: 100%;
    max-width: none;
}

table.register-form {
    margin: 3px;
    border-collapse: initial;
    border-spacing: 3px;
}

/*
body.leadership div.single-post-content td:first-child {
    width: 100px;
}

body.leadership div.single-page-title table:last-child td:first-child {
    width: auto;
}
*/

td.width-100 {
    width: 100px;
}

table.leadership-primary,
table.leadership-secondary {
    width: 100%;
}

table.leadership-secondary td {
    vertical-align: top;
    font-size: 13px;
}

table.leadership-secondary h4 {
    font-size: 14px;
}

table.leadership-secondary p {
    margin: 0;
}

table.leadership-primary h2 {
    margin: 5px 0;
    font-size: 1.4em;
}

@media only screen and (min-width: 1085px) {

    .logo > h1 {
        font-size: 3.5em;
    }

}

@media only screen and (min-width: 1100px) {

    .carousel-container .news-slide-container .news-content-container {
        font-size: 1.1em;
    }

}

@media only screen and (min-width: 1150px) {

    .footer > .footer-navigation-container > ul > li a,
    .footer > .footer-contact-container > p.copyright {
        font-size: 1em;
    }

}

@media only screen and (min-width: 1216px) {

    .nav-wrapper .sub-navigation-container > div > ul > li {
        margin-right: 40px;
    }

    .footer > .footer-navigation-container > ul > li a,
    .footer > .footer-contact-container > p.copyright {
        font-size: 1.1em;
    }

    .landing-page-content-wrapper {
        font-size: 1.2em;
    }


    .landing-page-content-wrapper > div > div.presentation-row:last-child {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    body.usmef-newsroom .landing-page-tile,
    body.usmef-about-usmef .landing-page-tile {
        width: 270px;
    }

}

@media only screen and (min-width: 1366px) {

    .landing-page-content-wrapper > div > div.research-recaps-row:last-child {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .nav-wrapper .sub-navigation-container > div > ul > li {
        margin-right: 70px;
    }

    .footer > .footer-navigation-container > ul > li a,
    .footer > .footer-contact-container > p.copyright {
        font-size: 1.25em;
    }

    .footer > .footer-navigation-container > ul {
        margin-top: 8px;
    }

    #member-news-container {
        width: 620px;
    }

    .landing-page-tile,
    body.usmef-newsroom .landing-page-tile,
    body.usmef-about-usmef .landing-page-tile {
        width: 300px;
    }

    body.usmef-newsroom .landing-page-content-wrapper,
    body.usmef-about-usmef .landing-page-content-wrapper {
        font-size: 1.2em;
    }

}

@media only screen and (min-width: 1630px) {

    .landing-page-tile,
    body.usmef-newsroom .landing-page-tile,
    body.usmef-about-usmef .landing-page-tile {
        width: 350px;
    }

    #member-news-container {
        width: 720px;
    }

    .landing-page-content-wrapper,
    body.usmef-newsroom .landing-page-content-wrapper,
    body.usmef-about-usmef .landing-page-content-wrapper {
        font-size: 1.3em;
    }

}

@media only screen and (min-width: 1755px) {
    .logo-img {
        margin: -21% -21% -21% 0;
    }

    .logo > h1 {
        margin: auto;
        font-size: 4.5em;
    }

    main.landing-page {
        min-width: 1755px;
    }

    .nav-wrapper > ul > li > div.nav-link-wrapper > a {
        font-size: 1.45em;
        font-weight: bold;
    }

    body.home main section,
    body.usmef-newsroom main section,
    body.usmef-technical-services main section,
    body.usmef-statistics-and-trade-access main section,
    body.usmef-events main section,
    body.usmef-international-markets main section,
    body.usmef-membership main section,
    body.usmef-about-usmef main section {
        padding: 0;
    }
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.wide-content-wrapper {
    max-width: 1755px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.narrow-content-wrapper {
    max-width: 1216px;
    width: 100%;
}

.content-wrapper {
    max-width: 1261px;
    margin: 0 auto;
}

/* header */
.header {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 170px;
    max-height: 170px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
    text-align: center;
    background-color: #004a90;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 10px 15px;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {
    .printicon {
        display: inline-block;
    }
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-bottom {
    vertical-align: bottom;
}
.vertical-align-text-bottom {
    vertical-align: text-bottom;
}
.text-align-center {
    text-align: center;
}
.alignnone {
    /* margin:5px 20px 20px 0; */
    margin: 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;
}
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;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignnone p.wp-caption-text {
    text-align: center;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft p.wp-caption-text {
    text-align: left;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption.alignright p.wp-caption-text {
    text-align: right;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
