/*
yellow: #ffa814, rgba(255,168,20,0.75)
green: #008837, rgba(0,136,55,0.75)
blue: #0865ab, rgba(8,101,171,0.75)
black: #000000, rgba(0,0,0,0.75)
red: #fa142f, rgba(250,20,47,0.75)
*/
/*
f { width: 1600px; height: 750px; }
l { width: 955px; height: 365px; }
m { width: 315px; height: 240px; }
s { width: 235px; height: 150px; }
*/
*, *:before, *:after, *::after, *::before { box-sizing: border-box; }

body { background: #fff; color: #000; margin: 0; padding: 0; font-family: Arial, Helvetica, "sans-serif"; font-size: 15px; text-align: center; font-weight: normal; }
img { border: none; }
form { margin: 0; padding: 0; }
input, select, textarea { font-family: Arial, Helvetica, "sans-serif"; font-size: 15px; border: 0; background: #f5f5f5; color: #000; padding: 5px; }
select { height: 27px; }
input.checkbox { font-family: Arial, Helvetica, "sans-serif"; font-size: 15px; border: 0; background: transparent; color: #000; padding: 0; }
button, a.button { display: block; font-family: Arial, Helvetica, "sans-serif"; color: #fff; cursor: pointer; line-height: 23px; padding: 5px 10px; background: #000; border: 1px solid #000; font-size: 15px; font-weight: normal; text-decoration: none; }
input.invalid, textarea.invalid, select.invalid, input.checkbox.invalid { background: #fdd; color: #000; }
.hidden { display: none; }
.clear { clear: both; }
b { font-weight: bold; }

#home-banner a { display: block; text-decoration: none; text-align: center; margin: 0 auto 5px auto; width: 955px; height: 150px; background: url("/images/olympic-day-banner.png") no-repeat center center; background-size: contain; }

#nav-trigger, #nav-mobile { display: none; }

#background { z-index: -1; position: absolute; top: 150px; left: 0; right: 0; height: 750px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#worldmap_background { 
	z-index: -1; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	height: 750px; 
	background: #000000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #000000 0%, #262626 50%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#262626), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #000000 0%,#262626 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #000000 0%,#262626 50%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #000000 0%,#262626 50%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #000000 0%,#262626 50%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}

#homecontainer { text-align: left; width: 995px; margin: 25px auto; background: #fff; /* border: 1px solid #eee; box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25); */ }
#homecontainer #home { margin: 0; padding: 40px 0; }
#homecontainer #home ul { list-style: none; margin: 0; padding: 0 0 0 20px; }
#homecontainer #home ul li { float: left; margin: 0 5px 5px 0; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#homecontainer #home p.date { color: #b1b4b7; margin: 0; }
#homecontainer #home h1 a { color: #000; text-decoration: none; }
#homecontainer #home ul.one li { position: relative; width: 955px; height: 365px; background-repeat: no-repeat; background-position: center center; }
#homecontainer #home ul.one li a { display: block; text-decoration: none; color: #fff; width: 955px; height: 365px; }
#homecontainer #home ul.one li a .body { position: absolute; top: 20px; left: 20px; bottom: 20px; right: 450px; }
#homecontainer #home ul.one li a .body h1 { font-weight: bold; font-size: 36px; letter-spacing: -1px; margin: 0; }
#homecontainer #home ul.one li a .body h2 { color: #fff; font-weight: normal; font-size: 18px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
#homecontainer #home ul.one li a .body p { font-size: 15px; line-height: 20px; margin: 0; font-weight: bold; }
#homecontainer #home.actions ul.one li a .body p.date { font-weight: normal; margin-top: 0; }
#homecontainer #home.actions ul.one li a .body p { font-weight: normal; margin-top: 10px; }
#homecontainer #home ul.two li { position: relative; width: 315px; height: 240px; background-repeat: no-repeat; background-position: center center; }
#homecontainer #home ul.two li a { text-decoration: none; color: #fff; }
#homecontainer #home ul.two li a .body { position: absolute; top: 20px; right: 50px; bottom: 20px; left: 20px; overflow: hidden; }
#homecontainer #home ul.two li a .body h1 { font-weight: bold; font-size: 22px; letter-spacing: -1px; margin: 0; }
#homecontainer #home ul.two li a .body h2 { color: #fff; font-weight: normal; font-size: 15px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
#homecontainer #home ul.two li a .body p { font-size: 11px; line-height: 20px; margin: 0; }

#homecontainer #home ul.three li { position: relative; width: 235px; height: 150px; }
#homecontainer #home ul.three li a { text-decoration: none; color: #fff; }
#homecontainer #home ul.three li a .body { position: absolute; top: 20px; right: 20px; bottom: 20px; left: 20px; }
#homecontainer #home ul.three li a .body h1 { font-weight: bold; font-size: 15px; letter-spacing: -1px; margin: 0 20px 0 0; }
#homecontainer #home ul.three li a .body h2 { color: #fff; font-weight: normal; font-size: 11px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
#homecontainer #home ul.three li a .body p { font-size: 11px; line-height: 20px; margin: 0; }

#homecontainer #home.actions ul.two li { position: relative; width: 315px; height: 480px; background-repeat: no-repeat; background-position: center top; background-size: 315px 240px; }
#homecontainer #home.actions ul.two li a { display: block; text-decoration: none; color: #000; height: 480px; }
#homecontainer #home.actions ul.two li a .body { position: absolute; top: 240px; right: 0; bottom: 0; left: 0; padding: 20px; background: #f5f5f5; }
#homecontainer #home.actions ul.two li a .body h1 { font-weight: bold; font-size: 22px; letter-spacing: -1px; margin: 0 50px 0 0; }
#homecontainer #home.actions ul.two li a .body h2 { color: #b6a67f; font-weight: normal; font-size: 15px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
#homecontainer #home.actions ul.two li a .body p.date { margin: 0; }
#homecontainer #home.actions ul.two li a .body p { font-size: 15px; line-height: 20px; margin: 10px 0 0 0; }

#homecontainer #home ul.normal { list-style: disc; margin: auto; padding: auto; }
#homecontainer #home ul.normal li { float: none; margin: auto; overflow: visible; }

#headercontainer { background: #fff; box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1); }
#headercontainer header { text-align: left; width: 995px; margin: 0 auto; }
#header { position: relative; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; text-align: center; padding: 20px 0 0 0; }
#header #logo {}
#header #logo a { display: block; text-decoration: none; text-indent: -999em; background: url("/images/world-olympians-association-logo-v2.png") no-repeat 50% 50%; background-size: contain; height: 125px; }
#header #nav { position: relative; margin: 20px 0 0 0; text-align: center; padding: 0 0 4px 0; }
#header #nav ul { display: inline-block; list-style: none; padding: 0; margin: 0 auto; }
#header #nav ul li { float: left; line-height: 30px; width: auto; margin: 0 10px; }
#header #nav ul li a { display: inline-block; cursor: pointer; padding: 0 10px; text-decoration: none; font-size: 20px; color: #808285; font-weight: bold; border-bottom: 4px solid transparent; text-transform: uppercase; text-align: center; }
#header #nav ul li.selected a, #header #nav ul li a:hover { border-bottom: 4px solid #b6a67f; font-weight: bold; color: #000; }
#header #nav ul li:hover div.subnav { left: 0; right: 0; }
#header #nav ul div.subnav { text-align: center; background: #fff url("/images/nav-gradient.png") repeat-x 0 0; position: absolute; top: 34px; left: -999em; right: 999em; height: 50px; line-height: 50px; z-index: 999999; }
#header #nav ul div.subnav ul { display: -webkit-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-justify-content: space-evenly; -ms-justify-content: space-evenly; justify-content: space-evenly; list-style: none; padding: 0; margin: 0 auto; }
#header #nav ul div.subnav li { float: none; width: auto; margin: 0; }
#header #nav ul div.subnav li a { display: block; cursor: pointer; margin: 0; text-decoration: none; font-size: 16px; color: #808285; font-weight: normal; line-height: 50px; text-transform: uppercase; border: 0; white-space: nowrap; }
#header #nav ul div.subnav li a.selected { font-weight: bold; color: #000; }
#header #secnav { position: absolute; top: 10px; right: 10px; }
#header #secnav ul { display: inline-block; list-style: none; padding: 0; margin: 0 auto; }
#header #secnav ul li { float: left; line-height: 20px; margin-left: 20px;  }
#header #secnav ul li a { display: inline-block; cursor: pointer; padding: 0; text-decoration: none; font-size: 15px; color: #b1b4b6; font-weight: normal; height: 20px; line-height: 20px; }
#header #secnav ul li.selected a, #header #secnav ul li a:hover { color: #808285; }
#header #secnav ul li.twitter { margin-left: 10px; }
#header #secnav ul li.twitter a { display: block; text-decoration: none; text-indent: -999em; background: #b1b4b6 url("/images/twitter.png") no-repeat center center; width: 20px; }
#header #secnav ul li.twitter a:hover { background-color: #808285; }
#header #secnav ul li.facebook { margin-left: 5px; }
#header #secnav ul li.facebook a { display: block; text-decoration: none; text-indent: -999em; background: #b1b4b6 url("/images/facebook.png") no-repeat center center; width: 20px; }
#header #secnav ul li.facebook a:hover { background-color: #808285; }
#header #secnav ul li.flickr { margin-left: 5px; }
#header #secnav ul li.flickr a { display: block; text-decoration: none; text-indent: -999em; background: #b1b4b6 url("/images/flickr.png") no-repeat center center; width: 20px; }
#header #secnav ul li.flickr a:hover { background-color: #808285; }
#header #lang { position: absolute; top: 15px; left: 20px; }
#header #lang a { display: inline-block; cursor: pointer; margin: 0 10px 0 0; padding: 0; text-decoration: none; color: #ccc; /* width: 30px; height: 20px; text-indent: -999em; */ }
#header #lang a:hover, #header #lang a.selected { color: #999; }

body.fixed #headercontainer {position: fixed; top: 0; right: 0; left: 0; height: 50px; z-index: 9; }
body.fixed #headercontainer #header { padding: 10px 0 0 0; }
body.fixed #headercontainer {}
body.fixed #headercontainer #header #logo a { display: none; }
body.fixed #headercontainer #header #nav { position: relative; margin: 0; text-align: center; padding: 0 0 4px 0; }
body.fixed #headercontainer #header #secnav {display: none;}
body.fixed #headercontainer #header #lang {display: none;}
body.fixed #headercontainer {}
body.fixed #background { position: fixed; top: -5px; }
body.fixed #page { position: relative; margin: 750px auto 0 auto; }

#management-nav { margin: 10px 0; }
#management-nav h1 { float: left; margin: 0;}
#management-nav ul { list-style: none; margin: 5px 0 0 0 !important; padding: 0 !important; float: right; }
#management-nav ul li { float: none !important; display: inline-block !important; margin: 0 !important; }
#management-nav button { padding: 0 3px; line-height: 20px; }
#management-nav select { height: 22px; }

#home.mgmt { padding: 20px !important; }
#home.mgmt table { color: #000; width: 100%; }
#home.mgmt table th { font-weight: bold; text-align: left; border-bottom: 1px solid #e5e5e5; padding: 3px 5px; background: #f5f5f5; line-height: 20px; vertical-align: bottom; }
#home.mgmt table td { font-weight: normal; text-align: left; border-bottom: 1px solid #e5e5e5; padding: 3px 5px; line-height: 20px; vertical-align: top; line-height: 24px !important; }}
#home.mgmt table td i { color: #ccc; font-style: normal; }
#home.mgmt table td input, #home.mgmt table td select { width: 98%; font-size: 15px; }
#home.mgmt table td input[type=checkbox], #home.mgmt table td input[type=radio] { width: auto; }
#home.mgmt table td button { padding: 0 5px; font-size: 12px; }
#home.mgmt table tr.declined td { background: #fdd; }
#home.mgmt table th.right, #home.mgmt table td.right { text-align: right; }

#worldmap { margin: 0 auto; width: 995px; height: 325px; }

#page { position: relative; margin: 550px auto 0 auto; background: #fff; width: 995px; border: 1px solid #eee; box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25); }
#page #ternav { background: #f1f2f4; margin: 0; text-align: center; }
#page #ternav ul { display: inline-block; list-style: none; padding: 0; margin: 0 auto; }
#page #ternav ul li { float: left; }
#page #ternav ul li a { display: block; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; cursor: pointer; margin: 0 10px; text-decoration: none; font-size: 16px; color: #808285; font-weight: normal; line-height: 50px; text-transform: uppercase; }
#page #ternav ul.letters li a { padding: 0 6px; }
#page #ternav ul li a.selected { font-weight: bold; color: #000; }

#content { position: relative; color: #000; text-align: left; margin: 0; padding: 40px; }
#content .title { margin: 0 0 20px 0; }
#content .title h1 { color: #b6a67f; font-weight: bold; font-size: 36px; letter-spacing: -1px; margin: 0; }
#content .title h2 { color: #b6a67f; font-weight: normal; font-size: 18px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
#content h1 { color: #000; font-weight: bold; font-size: 26px; letter-spacing: -1px; }
#content h1 a { color: #000; text-decoration: none; }
#content h1 strong { color: #b6a67f; }
#content h1 a { text-decoration: none; }
#content h2 { color: #000; font-weight: bold; font-size: 20px; letter-spacing: -1px; }
#content h2 strong { color: #b6a67f; }
#content h3 { color: #000; font-weight: bold; font-size: 15px; }
#content h3 strong { color: #b6a67f; font-weight: bold; font-size: 15px; }
#content form h3 { color: #000; font-weight: bold; font-size: 15px; margin: 10px 0 5px 5px; }
#content p { line-height: 20px; font-size: 15px; color: #000; }
#content p b, #content p strong { font-weight: bold; color: #000; }
#content hr { border: 0; color: #32c3de; background-color: #32c3de; height: 1px; }
#content ol, #content ul { line-height: 1.5em; }
#content a { color: #000; text-decoration: underline; font-weight: bold; }
#content a:hover { }
#content form { margin: 15px 0; }
#content blockquote { margin: 20px 0 20px 0; padding: 10px 20px; background: #f5f5f5; width: 560px; color: #666; }
#content blockquote p { margin: 10px 0; font-size: 16px; width: auto; }
#content input, #content textarea, #content select { width: 100%; }
#content div.invalid { border: 1px solid #e00000; background: #fee; }
#content textarea { margin: 2px 0 0 0; }
#content textarea.full-width { width: 520px; }
#content input.checkbox { width: auto; }
#content label { margin: 1px 0; padding: 0 5px; line-height: 25px; font-weight: bold; display: block; }
#content label.normal { font-weight: normal; display: inline-block; padding: 3px 0; line-height: 20px; }
#content label.normal.invalid { background: #fdd; color: #000; }
#content label i { font-weight: normal; padding: 0 5px; font-style: normal; color: #b1b4b6; }
#content .form-left { position: relative; float: left; width: calc(50% - 10px); }
#content .form-right { position: relative; float: right; width: calc(50% - 10px); }
#content form b { color: #f00; }
#content table { color: #000; width: 600px; }
#content table th { font-weight: bold; text-align: left; border-bottom: 1px solid #e5e5e5; padding: 4px 8px; background: #f5f5f5; line-height: 20px; vertical-align: bottom; }
#content table td { font-weight: normal; text-align: left; border-bottom: 1px solid #e5e5e5; padding: 4px 8px; line-height: 20px; vertical-align: top; }
#content table td i, #home table td i { color: #ccc; font-style: normal; }
#home table tr.declined td { background: #fdd; }
#content table th.right, #content table td.right { text-align: right; }
#content address { position: absolute; left: 640px; width: 210px; border-left: 2px solid #ccc; padding: 0 0 0 30px; font-size: 18px; font-style: italic; line-height: 25px; color: #666; }
#content h1 img, #content h2 img, #content h3 img { padding: 0 0 30px 30px; }
#content p.date { color: #b1b4b7; margin: 0; }
#content ol.olympism { counter-reset: li; margin-left: 0; padding-left: 0; }
#content ol.olympism > li { position: relative; margin: 0 0 20px 20px; list-style: none; }
#content ol.olympism > li:before { content: counter(li); counter-increment: li; position: absolute; left: -20px; top: 0; font-weight: bold; text-align: center; font-size: 20px; color: #000; }
#content ol.olympism h1 { font-size: 20px; color: #000; }
#content .left_col { position: relative; float: left; width: 540px; }
#content .right_col { position: relative; float: right; width: 315px; }
#content .right_col h2 { color: #b6a67f; font-weight: bold; font-size: 20px; margin: 0 0 20px 0; }
#content .right_col ul { list-style: none; margin: 20px 0; padding: 0; }
#content .right_col ul li { margin: 0 0 10px 0; }
#content .right_col ul li a { display: block; text-decoration: none; height: 105px; }
#content .right_col ul li a .image { float: left; width: 170px; height: 105px; overflow: hidden; }
#content .right_col ul li a p { font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; text-transform: uppercase; font-size: 11px; font-weight: normal; margin: 0; color: #b6a67f; }
#content .right_col ul li a h3 { margin: 0; font-size: 14px; font-weight: bold; letter-spacing: -1px; }
#content .right_col ul li a h4 { margin: 0; font-size: 11px; }
#content .right_col h3 a { display: block; line-height: 60px; color: #fff; text-decoration: none; width: 160px; text-indent: 50px; background: #b1b4b7 url("/images/news-arrow.png") no-repeat 17px 17px; }
#content .right_col h1 { margin: 20px 0; font-size: 18px; font-weight: bold; letter-spacing: -1px; line-height: 40px; }
#content .right_col h1 a { display: inline-block; text-decoration: none; color: #b6a67f; height: 40px; padding-left: 50px; }
#content .right_col h1 a.download { background: url("/images/icon-download.png") no-repeat 0 0; }
#content .right_col h1 a.signup { background: url("/images/icon-signup.png") no-repeat 0 0; }
#content .right_col h1 a.login { background: url("/images/icon-login.png") no-repeat 0 0; }
#content .right_col h1 small { display: block; line-height: 16px; font-size: 15px; font-weight: normal; margin-left: 50px; letter-spacing: 0; }
#content .right_col h2 { margin: 20px 0; font-size: 20px; font-weight: bold; letter-spacing: -1px; }
#content .right_col h2 strong { color: #000; }
#content .right_col h2 a { display: inline-block; text-decoration: none; height: 40px; padding-left: 50px; color: #b6a67f; }
#content .right_col h2.leadership a { display: inline; text-decoration: none; height: auto; padding-left: 0; }
#content .right_col h2 a small { font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; text-transform: uppercase; font-size: 11px; font-weight: normal; margin: 0; color: #b6a67f; }
#content .right_col p { color: #b1b4b7; }
#content .flag { position: absolute; left: 600px; top: 155px; }

body.olympian-org-email #content .right_col #faq p { margin: 20px 0 0 0; color: #808080; }
body.olympian-org-email #content .right_col #faq p strong { color: #000; }
body.olympian-org-email #content .right_col #faq a { color: #808080; }

#content #search { border: 1px solid #f5f5f5; background: #fff; color: #000; font-weight: bold; font-size: 26px; letter-spacing: -1px; }

#content #gallery { list-style: none; margin: 20px 0; padding: 0; }
#content #gallery li { float: left; margin: 0 20px 20px 0; }

#content #leadership { list-style: none; margin: 0; padding: 0; }
#content #leadership li { display: none; padding: 0 0 0 275px; background-repeat: no-repeat; background-position: 0 0; }
#content #leadership li h1 { line-height: 1.1em; }
#content #leadership-nav { list-style: none; margin: 0; padding: 0; }
#content #leadership-nav li { list-style: none; margin: 0; padding: 0; }
#content #leadership-nav li a { height: auto; color: #b1b4b7; font-weight: normal; }
#content #leadership-nav li a.selected { color: #000; font-weight: bold; }

#footer { position: relative; color: #b1b4b7; font-weight: normal; padding: 20px 0 60px 0; line-height: 30px; text-align: center; }
#footer a { color: #b1b4b7; text-decoration: none; font-weight: normal; }

#cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #000; line-height: 20px; color: #b6a67f; text-align: center; padding: 10px 20px; z-index: 99; }
#cookie-bar a { color: #fff; text-decoration: none; }

.jvectormap-label { position: absolute; display: none; background: #fff; color: #000; font-size: 15px; padding: 5px 10px; font-weight: bold; }
.jvectormap-zoomin, .jvectormap-zoomout { position: absolute; top: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: rgba(255,255,255,0.5); padding: 5px; color: #000; width: 15px; height: 15px; cursor: pointer; line-height: 15px; text-align: center; font-size: 24px; font-family: Arial, Helvetica, "sans-serif"; }
.jvectormap-zoomin:hover, .jvectormap-zoomout:hover { background: rgba(255,255,255,1); }
.jvectormap-zoomin { left: 20px; }
.jvectormap-zoomout { left: 55px; }

/* iPhone, etc landscape */
/*
@media only screen and (min-width: 320px) {
	#container { text-align: left; width: auto; margin: 0; background: #f5f5f5; }
	#home ul li.one { width: 100%; height: 365px; }
	#home ul li.two { width: 49.5%; height: 240px; }
	#home ul li.three { width: 32.87%; height: 150px; }
}
*/
/* Laptops, Desktops, etc */
/*
@media only screen and (min-width: 1024px) {
	#container { text-align: left; width: 995px; margin: 0 auto; box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25); background: #f5f5f5; }
	#home ul li.one { width: 955px; height: 365px; }
	#home ul li.two { width: 315px; height: 240px; }
	#home ul li.three { width: 235px; height: 150px; }
}
*/

@media only screen and (max-width: 1023px) {
	body.fixed #headercontainer, #headercontainer { width: auto; margin: 0 20px; height: auto; }
	body.fixed #headercontainer header, #headercontainer header { width: auto; }
	body.fixed #page, #page { width: auto; }
	#content .left_col { width: 400px; }
	#content .right_col { width: 250px; }
	#content .form-left, #content .form-right { float: none; width: auto; }
	#content .form-left input, #content .form-right input { width: 100%; }
	#content .form-left input[type=checkbox], #content .form-left input[type=radio], #content .form-right input[type=checkbox], #content .form-right input[type=radio] { width: auto; }
	#content .form-left textarea, #content .form-right textarea { width: 100%; }
	#content .form-left select, #content .form-right select { width: 100%; }
	#homecontainer { width: auto; }
	#homecontainer #home ul.one li { width: 100%; float: none; }
	#homecontainer #home ul.one li a { width: auto; }
	#homecontainer #home ul.one li a .body { right: auto; width: 480px; }
	#homecontainer #home.actions ul.two li { width: 49%; background-size: 100%; margin: 0 !important; }
	#homecontainer #home.actions ul.two li a { position: relative; border: 2px solid #fff; }
	#homecontainer #home.actions ul.two li a .body { bottom: 2px; border-bottom: 2px solid #fff; }
	#desktop-video { display: none; }

}

@media only screen and (max-width: 767px) {
	#home-banner a { width: 100%; height: 75px; background-size: contain; margin: 0; }
	body.fixed #background, #background { z-index: -1; position: absolute; top: 100px; left: 0; right: 0; height: 365px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
	#worldmap_background { 
		z-index: -1; 
		position: absolute; 
		top: 0; 
		left: 0; 
		right: 0; 
		height: 750px; 
		background: #000000; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #000000 0%, #262626 50%, #000000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#262626), color-stop(100%,#000000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #000000 0%,#262626 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #000000 0%,#262626 50%,#000000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #000000 0%,#262626 50%,#000000 100%); /* IE10+ */
		background: linear-gradient(to right,  #000000 0%,#262626 50%,#000000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
	}
	#homecontainer { text-align: left; width: auto; margin: 0; background: #fff; border: 0; box-shadow: none; }
	#homecontainer #home { padding: 0; margin: 0 0 20px 0; }
	#homecontainer #home ul { list-style: none; margin: 0; padding: 0; }
	#homecontainer #home ul li { float: left; margin: 0 0 5px 0; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; }
	#homecontainer #home p.date { color: #b1b4b7; margin: 0; }
	#homecontainer #home h1 a { color: #000; text-decoration: none; }
	#homecontainer #home ul.one li { position: relative; width: 100%; height: 365px; background-repeat: no-repeat; background-position: right center; background-size: cover; }
	#homecontainer #home ul.one li a { display: block; text-decoration: none; color: #fff; width: auto; height: 365px; background: rgba(0,0,0,0.18); }
	#homecontainer #home ul.one li a .body { position: absolute; top: 20px; left: 20px; bottom: 20px; right: 20px; width: auto; }
	#homecontainer #home ul.one li a .body h1 { font-weight: bold; font-size: 36px; letter-spacing: -1px; margin: 0; }
	#homecontainer #home ul.one li a .body h2 { color: #fff; font-weight: normal; font-size: 18px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
	#homecontainer #home ul.one li a .body p { font-size: 15px; line-height: 20px; margin: 0; font-weight: bold; }
	#homecontainer #home.actions ul.one li a .body p.date { font-weight: normal; margin-top: 0; }
	#homecontainer #home.actions ul.one li a .body p { font-weight: normal; margin-top: 10px; }
	#homecontainer #home ul.two li { position: relative; width: 100%; height: 240px; background-repeat: no-repeat; background-position: center center; }
	#homecontainer #home ul.two li a { text-decoration: none; color: #fff; }
	#homecontainer #home ul.two li a .body { position: absolute; top: 20px; right: 50px; bottom: 20px; left: 20px; overflow: hidden; }
	#homecontainer #home ul.two li a .body h1 { font-weight: bold; font-size: 22px; letter-spacing: -1px; margin: 0; }
	#homecontainer #home ul.two li a .body h2 { color: #fff; font-weight: normal; font-size: 15px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
	#homecontainer #home ul.two li a .body p { font-size: 11px; line-height: 20px; margin: 0; }
	#homecontainer #home ul.three li { position: relative; width: 100%; height: 150px; }
	#homecontainer #home ul.three li a { text-decoration: none; color: #fff; }
	#homecontainer #home ul.three li a .body { position: absolute; top: 20px; right: 20px; bottom: 20px; left: 20px; }
	#homecontainer #home ul.three li a .body h1 { font-weight: bold; font-size: 15px; letter-spacing: -1px; margin: 0 20px 0 0; }
	#homecontainer #home ul.three li a .body h2 { color: #fff; font-weight: normal; font-size: 11px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
	#homecontainer #home ul.three li a .body p { font-size: 11px; line-height: 20px; margin: 0; }
	#homecontainer #home.actions ul.two li { position: relative; width: 100%; height: 480px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
	#homecontainer #home.actions ul.two li a { display: block; text-decoration: none; color: #000; height: 480px; }
	#homecontainer #home.actions ul.two li a .body { position: absolute; top: 240px; right: 0; bottom: 0; left: 0; padding: 20px; background: #f5f5f5; }
	#homecontainer #home.actions ul.two li a .body h1 { font-weight: bold; font-size: 22px; letter-spacing: -1px; margin: 0 50px 0 0; }
	#homecontainer #home.actions ul.two li a .body h2 { color: #b6a67f; font-weight: normal; font-size: 15px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
	#homecontainer #home.actions ul.two li a .body p.date { margin: 0; }
	#homecontainer #home.actions ul.two li a .body p { font-size: 15px; line-height: 20px; margin: 10px 0 0 0; }
	body.fixed #headercontainer, #headercontainer { position: relative; text-align: left; width: auto; margin: 0; background: #fff; }
	body.fixed #headercontainer #header, #headercontainer #header { position: relative; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; text-align: center; padding: 20px; margin: 0; }
	body.fixed #headercontainer #header #logo a, #headercontainer #header #logo a { display: block; text-decoration: none; text-indent: -999em; background: url("/images/world-olympians-association-logo-v2.png") no-repeat left bottom; background-size: contain; height: 100px; width: 100px; }
	#headercontainer #header #nav-trigger { display: block; text-align: center; position: absolute; bottom: 0; right: 0; line-height: 40px; }
	#headercontainer #header #nav-trigger span { display: block; padding: 10px 15px; color: #333; cursor: pointer; font-size: 55px; line-height: 50px; z-index: 9999; }
	#headercontainer #header #nav-mobile { position: absolute; display: block; top: 140px; left: 0; right: 0; z-index: 9998; padding-top: 0; }
	#headercontainer #header #nav-mobile ul { display: none; list-style: none; margin: 0; padding: 0; text-align: left; background: #000; }
	#headercontainer #header #nav-mobile ul li a { display: block; cursor: pointer; margin: 0; padding: 5px 10px; text-decoration: none; font-weight: bold; color: #fff; font-size: 20px; line-height: 30px; }
	#headercontainer #header #nav-mobile ul ul li a { padding-left: 30px; }
	#headercontainer #header #nav-mobile ul li ul li a { font-size: 16px; color: #eee; line-height: 18px; }
	body.fixed #headercontainer #header #nav, #headercontainer #header #nav { display: none; }
	body.fixed #headercontainer #header #secnav, #headercontainer #header #secnav { position: absolute; top: 30px; right: 15px; }
	#headercontainer #header #secnav ul { display: inline-block; list-style: none; padding: 0; margin: 0; }
	#headercontainer #header #secnav ul li { float: left; line-height: 20px; margin-left: 10px;  }
	#headercontainer #header #secnav ul li.twitter, #header #secnav ul li.facebook, #header #secnav ul li.flickr { display: none; }
	body.fixed #headercontainer #header #lang, #headercontainer #header #lang { position: absolute; top: 10px; right: 15px; text-align: right; }
	#headercontainer #header #lang a { display: inline-block; cursor: pointer; margin: 0 0 0 10px; padding: 0; text-decoration: none; color: #ccc; }
	#headercontainer #header #lang a:hover, #header #lang a.selected { color: #999; }
	#worldmap { margin: 0 auto; width: auto; height: 325px; }
	body.fixed #page, #page { position: relative; margin: 325px 0 0 0; background: #fff; width: auto; border: 0; box-shadow: none; }
	#page #ternav { background: #f1f2f4; margin: 0; text-align: center; padding: 0 10px; }
	#page #ternav ul { display: inline-block; list-style: none; padding: 15px 0; margin: 0; }
	#page #ternav ul li { float: left; }
	#page #ternav ul li a { display: block; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; cursor: pointer; margin: 0 10px; text-decoration: none; font-size: 16px; color: #808285; font-weight: normal; line-height: 30px; text-transform: uppercase; }
	#page #ternav ul.letters li a { padding: 0 6px; }
	#page #ternav ul li a.selected { font-weight: bold; color: #000; }
	body.fixed #content, #content { position: relative; color: #000; text-align: left; margin: 0; padding: 20px; }
	#content .title { margin: 0 0 20px 0; }
	#content .title h1 { color: #b6a67f; font-weight: bold; font-size: 36px; letter-spacing: -1px; margin: 0; }
	#content .title h2 { color: #b6a67f; font-weight: normal; font-size: 18px; font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; letter-spacing: 0; margin: 0; text-transform: uppercase; }
	#content h1 { color: #000; font-weight: bold; font-size: 26px; letter-spacing: -1px; }
	#content h1 a { color: #000; text-decoration: none; }
	#content h1 strong { color: #b6a67f; }
	#content h1 a { text-decoration: none; }
	#content h2 { color: #000; font-weight: bold; font-size: 20px; letter-spacing: -1px; }
	#content h2 strong { color: #b6a67f; }
	#content h3 { color: #000; font-weight: bold; font-size: 15px; }
	#content h3 strong { color: #b6a67f; font-weight: bold; font-size: 15px; }
	#content form h3 { color: #000; font-weight: bold; font-size: 15px; margin: 10px 0 5px 5px; }
	#content p { line-height: 1.5em; font-size: 15px; color: #000; }
	#content p b, #content p strong { font-weight: bold; color: #000; }
	#content hr { border: 0; color: #32c3de; background-color: #32c3de; height: 1px; }
	#content ol, #content ul { line-height: 1.5em; }
	#content a { color: #000; text-decoration: underline; font-weight: bold; }
	#content a:hover { }
	#content form { margin: 15px 0; }
	#content blockquote { margin: 20px 0 20px 0; padding: 10px 20px; background: #f5f5f5; width: auto; color: #666; }
	#content blockquote p { margin: 10px 0; font-size: 16px; width: auto; }
	#content input, #content textarea, #content select { width: 95%; }
	#content div.invalid { border: 1px solid #e00000; background: #fee; }
	#content textarea { margin: 2px 0 0 0; }
	#content textarea.full-width { width: 95%; }
	#content input.checkbox { width: auto; }
	#content label { padding: 0 5px; line-height: 25px; font-weight: bold; display: block; }
	#content label.normal { font-weight: normal; display: inline-block; padding: 3px 0; line-height: 20px; }
	#content label i { font-weight: normal; padding: 0 5px; font-style: normal; color: #b1b4b6; }
	#content .form-left { position: relative; float: none; width: auto; }
	#content .form-right { position: relative; float: none; width: auto; }
	#content form b { color: #f00; }
	#content table { color: #000; width: auto; }
	#content table th { font-weight: bold; text-align: left; border-bottom: 1px solid #e5e5e5; padding: 4px 8px; background: #f5f5f5; line-height: 20px; vertical-align: bottom; }
	#content table td { font-weight: normal; text-align: left; border-bottom: 1px solid #e5e5e5; padding: 4px 8px; line-height: 20px; vertical-align: top; }
	#content table td i, #home table td i { color: #ccc; font-style: normal; }
	#home table tr.declined td { background: #fdd; }
	#content table th.right, #content table td.right { text-align: right; }
	#content address { position: absolute; left: 640px; width: 210px; border-left: 2px solid #ccc; padding: 0 0 0 30px; font-size: 18px; font-style: italic; line-height: 25px; color: #666; }
	#content h1 img, #content h2 img, #content h3 img { padding: 0 0 30px 30px; }
	#content p.date { color: #b1b4b7; margin: 0; }
	#content ol.olympism { counter-reset: li; margin-left: 0; padding-left: 0; }
	#content ol.olympism > li { position: relative; margin: 0 0 20px 20px; list-style: none; }
	#content ol.olympism > li:before { content: counter(li); counter-increment: li; position: absolute; left: -20px; top: 0; font-weight: bold; text-align: center; font-size: 20px; color: #000; }
	#content ol.olympism h1 { font-size: 20px; color: #000; }
	#content .left_col { position: relative; float: none; width: auto; }
	#content .right_col { position: relative; float: none; width: auto; }
	body.woa.leadership #content .left_col { float: none; }
	body.woa.leadership #content .right_col { float: none; margin-bottom: 20px; }
	#content .right_col h2 { color: #b6a67f; font-weight: bold; font-size: 20px; margin: 0 0 20px 0; }
	#content .right_col ul { list-style: none; margin: 20px 0; padding: 0; }
	#content .right_col ul li { margin: 0 0 10px 0; }
	#content .right_col ul li a { display: block; text-decoration: none; height: 105px; }
	#content .right_col ul li a .image { float: left; width: 170px; height: 105px; overflow: hidden; }
	#content .right_col ul li a p { font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; text-transform: uppercase; font-size: 11px; font-weight: normal; margin: 0; color: #b6a67f; }
	#content .right_col ul li a h3 { margin: 0; font-size: 14px; font-weight: bold; letter-spacing: -1px; }
	#content .right_col ul li a h4 { margin: 0; font-size: 11px; }
	#content .right_col h3 a { display: block; line-height: 60px; color: #fff; text-decoration: none; width: 160px; text-indent: 50px; background: #b1b4b7 url("/images/news-arrow.png") no-repeat 17px 17px; }
	#content .right_col h1 { margin: 20px 0; font-size: 18px; font-weight: bold; letter-spacing: -1px; line-height: 40px; }
	#content .right_col h1 a { display: inline-block; text-decoration: none; color: #b6a67f; height: 40px; padding-left: 50px; }
	#content .right_col h1 a.download { background: url("/images/icon-download.png") no-repeat 0 0; }
	#content .right_col h1 a.signup { background: url("/images/icon-signup.png") no-repeat 0 0; }
	#content .right_col h1 a.login { background: url("/images/icon-login.png") no-repeat 0 0; }
	#content .right_col h1 small { display: block; line-height: 16px; font-size: 15px; font-weight: normal; margin-left: 50px; letter-spacing: 0; }
	#content .right_col h2 { margin: 20px 0; font-size: 20px; font-weight: bold; letter-spacing: -1px; }
	#content .right_col h2 strong { color: #000; }
	#content .right_col h2 a { display: inline-block; text-decoration: none; height: 40px; padding-left: 50px; color: #b6a67f; }
	#content .right_col h2.leadership a { display: inline; text-decoration: none; height: auto; padding-left: 0; }
	#content .right_col h2 a small { font-family: "Verlag A", "Verlag B", Arial, Helvetica, "sans-serif"; text-transform: uppercase; font-size: 11px; font-weight: normal; margin: 0; color: #b6a67f; }
	#content .right_col p { color: #b1b4b7; }
	#content .flag { position: absolute; left: 600px; top: 155px; }
	#content #search { border: 1px solid #f5f5f5; background: #fff; color: #000; font-weight: bold; font-size: 26px; letter-spacing: -1px; }
	#content #gallery { list-style: none; margin: 20px 0; padding: 0; }
	#content #gallery li { float: left; margin: 0 20px 20px 0; }
	#content #leadership { list-style: none; margin: 0; padding: 0; }
	#content #leadership li { display: none; padding: 200px 0 0 0; background-repeat: no-repeat; background-position: 0 0; }
	#content #leadership li h1 { line-height: 1.1em; }
	#content #leadership-nav { list-style: none; margin: 0; padding: 0; }
	#content #leadership-nav li { list-style: none; margin: 0; padding: 0; }
	#content #leadership-nav li a { height: auto; color: #b1b4b7; font-weight: normal; }
	#content #leadership-nav li a.selected { color: #000; font-weight: bold; }
	#footer { position: relative; color: #b1b4b7; font-weight: normal; padding: 20px 20px 40px 20px; line-height: 15px; text-align: center; font-size: 11px; }
	#footer a { color: #b1b4b7; text-decoration: none; font-weight: normal; }
	.jvectormap-label { position: absolute; display: none; background: #fff; color: #000; font-size: 15px; padding: 5px 10px; font-weight: bold; }
	.jvectormap-zoomin, .jvectormap-zoomout { position: absolute; top: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: rgba(255,255,255,0.5); padding: 5px; color: #000; width: 15px; height: 15px; cursor: pointer; line-height: 15px; text-align: center; font-size: 24px; font-family: Arial, Helvetica, "sans-serif"; }
	.jvectormap-zoomin:hover, .jvectormap-zoomout:hover { background: rgba(255,255,255,1); }
	.jvectormap-zoomin { left: 20px; }
	.jvectormap-zoomout { left: 55px; }
}

