@charset "utf-8";
/* CSS Document */
#PageBody, body {
    height: 120px;
    margin: 0;
    width: 100%;
}
#PageBody2 {
    background: url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/microsite/2017_Microsite_Graphics/headerBanner.png") repeat-x top center #ffffff;
    height: 120px;
    margin: 0;
    width: 100%;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	height: 100%;
	color: #333;
	letter-spacing: 0.5px;
    line-height: 24px;
}
a {
	color: #b70101;
    font-weight:600;
    text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
h1 {
	color: #c8c5bb;
    font-size: 24px;
    font-weight: normal;
}
h2 {
	color: #b70101;
    font-size: 23px;
    font-weight: 600;
	margin: 18px 0 8px;
}
h3 {
	color: #000000;
    font-size: 19px;
    font-weight: 600;
	margin:3px 0 10px;
}
h4 {
	color:#b2aea3;
	font-size:17px;
	font-weight:600;
	margin: 3px 0 10px; 
}
h5 {
	color: #666666;
    font-size: 15px;
    font-weight: 600;
	margin: 3px 0 10px;
}
h6 {
	color: #000000;
    font-size: 15px;
    font-weight: 600;
	margin: 3px 0 10px;
	text-transform:uppercase;
}

p{
	margin:0 0 12px;
}

#icontainer {
	background: transparent;
    margin: 0px auto 0;
    max-width: 1000px;
    min-width: 748px;
    width: 85%;
}
#header {
	/*! background:url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/2016_Microsite/WREAA4-header-microsite_02.png") no-repeat 7% 0 transparent; */
    height: 120px;
    padding-top: 0;
    position: relative;
}
.logo {
    display: block;
    float: left;
    margin-top: 15px;
    z-index: 2000;
}

#logo {
    display: block;
    float: left;
    
}
#logo img {
    width: 100%;
}
#tagline {
    color: #fff;
    float: left;
    font-family: "Cinzel",serif;
    font-size: 16px;
    /*! margin: 63px 0 0; */
    /*text-shadow: 2px 2px 1px #000;*/
    /*text-transform: uppercase;*/
	width:70%;
}
#head-text {
    background: url("//cdn.ymaws.com/ucaoa.site-ym.com/resource/resmgr/Microsite/icon-phone.png") no-repeat 9px 3px #c8c5bb;
    border-radius: 0 0 5px 5px;
    color: #fff;
    float: right;
    font-size: 15px;
    height: 49px;
    line-height: 21px;
    padding: 26px 16px 0 36px;
}
#head-tittle {
    color: #fff;
    font-size: 24px;
	font-weight:700;
    margin-top: 85px;
    position: absolute;
    right: 0;
}

#centeredmenu {
	background: #3b0d0f;
    border-bottom: none; /* black line below menu */
    clear: both;
    color: #fff;
    float: left; /* Menu font */
    font-size: 14px; /* Menu text size */
    height: 51px;
    line-height: 51px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1000; /* This makes the dropdown menus appear above the page content below */
}
#menu {display:none;}

/* Top menu items */
#centeredmenu ul {
	margin: 0 5%;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	-webkit-appearance: none;
	width: 94%;
}	
#centeredmenu ul li {
	float: left;
    height: 51px;
    line-height: 51px;
    margin: 0;
    padding: 0;
    position: relative;
	-webkit-appearance: none;
}
#centeredmenu ul li a {
	background: transparent;
    border-left:none;
    border-right: none;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 51px;
    line-height: 51px;
    margin: 0;
    padding: 0 16px;
    text-decoration: none;
    text-transform: none;
	-webkit-appearance: none;
}
.first-item a {
    border-left: none !important;
}
.last-item a {
    border-right: none !important;
}
#centeredmenu ul li.active a {
	color: #fff;
	background: transparent;
	-webkit-appearance: none;
}
#centeredmenu ul li a:hover {
	background: #fff; /* Top menu items background color */
	color: #000;
	-webkit-appearance: none;
}
#centeredmenu ul li:hover a, #centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background: #fff; /* Top menu items background color */
	color: #000;
	-webkit-appearance: none;
}
/* Submenu items */
#centeredmenu ul ul {
	background: #d4ceb3;
    border-radius: 0 0 5px 5px;
    display: none;/* Sub menus are hidden by default */
    float: left;
    left: 0;
    min-width: 180px;
    padding: 0;
    position: absolute;
    right: auto;/*resets the right:50% on the parent ul */
    top: 48px;
    width: auto;/* width of the drop-down menus */
	-webkit-appearance: none;
}
#centeredmenu ul ul li {
	left: auto; /*resets the left:50% on the parent li */
	margin: 0; /* Reset the 1px margin from the top menu */
	clear: left;
	float: left;
	padding:0;
	width: 100%;
	height: 34px !important;
	border:none;
	-webkit-appearance: none;
}
#centeredmenu ul ul li a, #centeredmenu ul li.active li a, #centeredmenu ul li:hover ul li a, #centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	background: #d4ceb3;
	border: none;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    text-transform: none;
    width: 100%;
	text-shadow:-1px -1px 0 #c3bc9e;
	-webkit-appearance: none;
}
#centeredmenu ul ul li a:hover, #centeredmenu ul li.active ul li a:hover, #centeredmenu ul li:hover ul li a:hover, #centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background: #cfc6a9; /* Sub menu items background colour */
	color: #FFF;
	float: left;
	text-shadow:-1px -1px 0 #c3bc9e;
	-webkit-appearance: none;
}
.last {
    border-radius: 0 0 5px 5px !important;
}
/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left: auto; /* reset left:0; value */
	right: 0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float: right;
	position: relative;
	right: .8em;
}/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul, #centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display: block; /* Show the sub menus */
}

#main-content {
    background: transparent;
    height: auto;
    margin-bottom: 50px;
    margin-top: 51px;
    min-height: 500px;
    padding: 0;
}

#sp-main-content {
	background: transparent;
	height: auto;
    margin-bottom: 50px;
    margin-top: 40px;
    min-height: 500px;
    padding: 0;
}
#PageBody2 #sp-main-content {
    margin-top: 386px;
}
#top {
	padding: 0;
}
.slider {
	background: #fff;
    height: 0;
    margin-bottom: 40px;
    padding-bottom: 22%;
    position: relative;
    width: 100%;
}
#slideshow {
    background-color: transparent;
    border-radius: 0 !important;
    height: 0;
    overflow: hidden;
    padding-bottom: 32%;
    position: relative;
    width: 100%;
}
#slideshow ul {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
	list-style:none !important;
}
#slides img {
    border: none !important;
	border-radius: 0 !important;
    outline: none !important;
}

#bottom {
    width: 100%;
}
#col-1, #col-2, #col-3 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    float: left;
    margin-right: 4%;
    min-height: 495px;
    width: 28.6%;
		border-radius:4px;
		padding:10px 1%;
}
#col-3 {
    margin-right:0;
		min-height: 491px;
}
#zone-head {
    background-color: #cc1641;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: auto;
    line-height: 23px;
    padding: 10px 5%;
    text-shadow: -1px -1px 0 #830b27;
}
.more {
    color: #b73d26;
    float: right;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 13px;
    text-shadow: 1px 1px #fea537;
    text-transform: none;
}
.more:hover {
    color: #000;
}
#zone-text {
    color: #000000;
    font-size: 14px;
    line-height: normal;
    padding: 12px 1% 0;
    text-align: left;
	overflow:auto;
}


#left {
    float: left;
    height: auto;
    margin-right: 3%;
    padding: 0;
    width: 74%;
}
.btn {
    background: url("//cdn.ymaws.com/ucaoa.site-ym.com/resource/resource/resmgr/Microsite/bg-btn.jpg") repeat-x #d85b45;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    margin: 20px 0 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.btn:hover {
    background: #ce4e37;
	color:#fff;
}


#right {
    float: left;
    height: auto;
    width: 23%;
}
.clear {
    clear: both;
}

/* -------------- TABBED CONTENT -------------- */
.tabs {
    clear: both;
    margin: 2px 0;
    min-height: 380px;
    position: relative;
}
.tab {
    float: left;
    width: 33%;
	margin-top: -2px;
	color:#666;
    border-right: none;
	border-left: none;
}
.tab:first-child {
	border-left:none;
}
.tab:last-child {
	border-right:none;
}
.tab label {
	background: #e3e3e3;
    border: none;
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    left: 1px;
    line-height: 30px;
    margin-left: -1px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: #fff;
  right: 0;
  bottom: 0;
  padding: 10px;
  border-left: none; 
  border-bottom:none;
  border-right:none;
  border-top:1px solid #bebebe;
  overflow:auto;
}
[type="radio"]:checked ~ label {
    background: #ffffff;
    border-bottom: none;
	border-left:1px solid #bebebe;
	border-right:1px solid #bebebe;
	border-top:1px solid #bebebe;
    z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

.partner-heading {
    font-size: 23px;
    padding: 14px 0 0;
}
.partner-table img:hover {
	opacity:0.6;
}
/* -------------- END TABBED CONTENT -------------- */

/* begin styles for RSS Feed */
.rss-box {
    background-color: #ffffff;
    border: none;
    margin: 0;
    width: 100%;
}
.rss-items {
	margin-top:0px;
	padding:0.5em;
	margin-left:0px;
	color: #FFFFFF;
}
p.rss-title {
	padding: 0 0 0 4%;
    height: 35px;
    line-height: 35px;
	display:none;
}
.rss-title {
	text-decoration: none;
    text-transform: uppercase;
	font-size: 18px;
	background-color:#c8c5bb;
	color:white;
	font-weight:;
	margin: 0px;
	padding:0em;
	text-align: left;
}
.rss-item  {
	font-size: 12px;
	font-weight : normal;
	list-style:none;
	padding-bottom:1em;
}
.rss-item a {
	text-decoration : none;
	color: #330066;
	font-size: 12px;
	font-weight:light;
	font-family: "Source Sans Pro", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}	
.rss-item a:visited {
	color: #330066;
}
.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #c53729;
} 
/* end styles for RSS Feed */

#sponsor-rotator {
    margin: 5% 0;
}
#sponsor-rotator h2 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
}


#footer {
	background-color:#3b0d0f;
	height: auto;
	min-height: 50px;
	width: 100%;
}
#foot-inner {
		background:transparent;
		color: #000;
		display:table;
    font-size: 16px;
    height: 90px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 96%;
    min-width: 96%;
    padding:20px 0;
    width: 96%;
}
#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#000;
}
#footer p {margin-bottom:0;text-align: center;color: #FFF;}

.foot-top {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
}
.foot-bottom {
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
}
.foot-bottom a {
    margin: 0 5px;
}
.foot-bottom img:hover {
	opacity:0.5;
}
.foot-left {
    float: left;
    margin: 0 0 0 2%;
    width: 140px;
}
.foot-left img:hover {
	opacity:0.5;
}
.foot-links a {
    font-size: 15px;
    font-weight: 400;
    padding-right: 22px;
}
.foot-right {
    float: left;
    width: 70%;
}
.foot-head {
    color: #b2d8ea;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: none;
}
.foot-social {
    margin-bottom: 16px;
}
.facebook, .twitter, .linkedin, .rss, .youtube {
    display: inline-block;
    margin-right: 5px;
    opacity: 1;
}
.facebook:hover, .twitter:hover, .linkedin:hover, .rss:hover, .youtube:hover {
    opacity: .8;
}
.foot-return a {
    font-size: 12px;
}

#TitleBar {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    height: auto;
    line-height: 34px;
    margin-bottom: 20px;
    padding: 11px 0;
    width: 100%;
}
.columns {
    float: left;
    margin: 12px 12% 12px 0;
    padding: 0;
}
.col-title {
    font-size: 19px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 0 4px 0;
    padding: 0;
}
.columns li {
    list-style: outside none none;
}

.speaker {
    float: left;
    margin: 0 0 40px;
    width: 100%;
}
.speaker-img {
    float: left;
    margin: 0 20px 0px 0;
    width: 170px;
}
.speaker-info {
    float: left;
}
.speaker-info h3 {
	margin:0 0 10px;
}
.speaker-img img {
	width:100%;
}
.speaker-img, #pop-img img {
    transform: translateZ(0);
		will-change: transform;
		image-rendering: -webkit-optimize-contrast;
}
.slicknav_menu {
	margin:147px 20px 0 0;
    display: none;
}
.slicknav_btn {background-color:#A09E96 !important; margin:0 !important;}
.slicknav_nav {background-color:#A09E96 !important;}
.slicknav_nav a:hover {background-color:#787670 !important;}



@media all and (max-width: 1100px) {
#centeredmenu ul li a {font-size:15px; padding:0 13px;}
#zone-head {font-size:17px;}
#tagline img {
    width: 91%;
    margin-top: 15px;
}
#col-1, #col-2 {
    min-height: 520px;
}
#col-3 {
    min-height: 516px;
}
}
@media all and (max-width: 1000px) {
#centeredmenu ul li a {font-size:14px; padding:0 10px;}
#col-1, #col-2 {
    min-height: 535px;
}
#col-3 {
    min-height: 531px;
}
}
@media all and (max-width: 950px) {
.speaker-info {
    float: left;
    margin: 20px 0 10px;
    width: 100%;
	clear:both;
}
#col-1, #col-2 {
    min-height: 595px;
}
#col-3 {
    min-height: 591px;
}
}
@media all and (max-width: 867px) {
#logo img {width:212px;}
#tagline {margin:15px 0 0;}
#tagline img {
    width: 84%;}
}

@media all and (max-width: 768px) {
#centeredmenu {display: none !important;}
.slicknav_menu {display:block !important;}
#tagline img {
    width: 91%;
    margin-top: -15px;
}

}

@media all and (max-width: 480px) {
.speaker {text-align:center;}	
.speaker-img {width:140px; float:none; margin:0;}
.speaker-info {float:none; margin:20px auto 10px; width:90%;}
#sp-main-content {margin-top:70px;}
}




/** Mobile Styles **/

@media all and (max-width: 767px) and (min-width: 480px) {
#icontainer {max-width: 96%; min-width: 96%; width: 96%;}
#header {height: 138px; margin: 0 auto; position: relative;}
#tagline {font-size:14px; line-height:normal; float:right; width:54%; margin:52px 0 0;}
.slider {margin-bottom:20px;}
#main-content {margin: 51px auto 30px;}
#col-1, #col-2, #col-3 {width:98%; margin:0 0 20px; min-height:auto;}
#zone-head {font-size:18px;}
.partner-table img {width:160px !important;}
#footer {width:100%; margin:0 auto;}
#foot-inner {font-size:14px; min-width:96%; max-width:96%; width:96%;}
.foot-left {width:110px;}
.foot-left img {width: 30%;}

#PageBody2 {background:#ffffff url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/Microsite/bg2.jpg") repeat-x scroll center top;}
#PageBody2 #sp-main-content {margin-top:72px;}
#sp-main-content table td {float: left; width: 100% !important;}
.table-img {margin: 20px 0;}
#reg-fees td {float: none !important; width: auto !important;}
}
@media all and (max-width: 544px) and (min-width: 480px) {
#tagline {width:51%; margin:60px 0 0;}
}


@media all and (max-width: 640px) {
body {min-width:100% !important;}
.wf-active {min-width:100% !important;}
}

@media all and (max-width: 479px) and (min-width: 310px) {
#icontainer {max-width: 96%; min-width: 96%; width: 96%;}
#header {height: 138px; margin: 0 auto; position: relative; /*background:transparent url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/Microsite/header.png") no-repeat scroll center top;*/}
#logo {text-align:center; margin: auto;width: 100%;}
#logo img {width: 200px;}
#tagline {font-size:12px; line-height:normal; float:none; width:96%; margin:0 auto; display:none;}
.slider {display:none;}
#main-content {margin: 51px auto 30px;}
#col-1, #col-2, #col-3 {width:98%; margin:0 0 20px; min-height:auto;}
#zone-head {font-size:16px;}
.partner-table img {width:130px !important;}
#footer {width:100%; margin:0 auto;}
#foot-inner {font-size:14px; min-width:96%; max-width:96%; width:96%; padding:20px 0;}
.foot-left {width:30px; margin:0 4% 0 3%;}
.foot-left img {width: 100%; margin-bottom:10px;}
.foot-right {width:83%;}

#PageBody2 {background:#ffffff url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/Microsite/bg2.jpg") repeat-x scroll center top;}
#PageBody2 #sp-main-content {margin-top:72px;}
#sp-main-content table td {float: left; width: 100% !important;}
.table-img {margin: 20px 0;}
#reg-fees td {float: none !important; width: auto !important; font-size:14px;}
}
@media all and (max-width: 385px) {
body {min-width:100% !important;}
.wf-active {min-width:100% !important;}
}
@media all and (max-width: 320px) {
#icontainer {max-width: 96%; min-width: 96%; width: 96%;}
#header {height: 138px; margin: 0 auto; position: relative; /*background:transparent url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/Microsite/header.png") no-repeat scroll center top;*/}
#logo {text-align:center; margin-top: -31px;}
#tagline {font-size:12px; line-height:normal; float:none; width:96%; margin:0 auto; display:none;}
.slider {display:none;}
#main-content {margin: 51px auto 30px;}
#col-1, #col-2, #col-3 {width:98%; margin:0 0 20px; min-height:auto;}
#zone-head {font-size:16px;}
.partner-table img {width:130px !important;}
#footer {width:100%; margin:0 auto;}
#foot-inner {font-size:14px; min-width:96%; max-width:96%; width:96%; padding:20px 0;}
.foot-left {width:30px; margin:0 4% 0 3%;}
.foot-left img {width: 100%; margin-bottom:10px;}
.foot-right {width:83%;}

#PageBody2 {background:#ffffff url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/Microsite/bg2.jpg") repeat-x scroll center top;}
#PageBody2 #sp-main-content {margin-top:72px;}
#sp-main-content table td {float: left; width: 100% !important;}
.table-img {margin: 20px 0;}
#reg-fees td {float: none !important; width: auto !important; font-size:14px;}
}

@media all and (max-width: 319px) and (min-width: 100px) {
#icontainer {max-width: 96%; min-width: 96%; width: 96%;}
#header {height: 138px; margin: 0 auto; position: relative; /*background:transparent url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/Microsite/header.png") no-repeat scroll center top;*/}
#logo {text-align:center; margin:auto;}
#tagline {font-size:12px; line-height:normal; float:none; width:96%; margin:0 auto; display:none;}
.slider {display:none;}
#main-content {margin: 51px auto 30px;}
#col-1, #col-2, #col-3 {width:98%; margin:0 0 20px; min-height:auto;}
#zone-head {font-size:16px;}
.partner-table img {width:130px !important;}
#footer {width:100%; margin:0 auto;}
#foot-inner {font-size:15px; min-width:96%; max-width:96%; width:96%; padding:20px 0;}
.foot-left {width:30px; margin:0 4% 0 3%;}
.foot-left img {width: 100%; margin-bottom:10px;}
.foot-right {width:83%;}

#PageBody2 {background:#ffffff url("//cdn.ymaws.com/wreaa.site-ym.com/resource/resmgr/Microsite/bg2.jpg") repeat-x scroll center top;}
#PageBody2 #sp-main-content {margin-top:72px;}
#sp-main-content table td {float: left; width: 100% !important;}
.table-img {margin: 20px 0;}
#reg-fees td {float: none !important; width: auto !important; font-size:14px;}
}