/*
Theme Name:ECOC 2013
Theme URI:http://www.infectiousstudios.com
Description:
Version:1.0
Author:Infectious Studios
Author URI:http://infectiousstudios.com/
Tags:

*/

/* ========================================================================== *\
   RESET
\* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* ========================================================================== *\
   GENERAL TAGS
\* ========================================================================== */

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica", Arial, sans-serif;
}

p {
    padding-bottom:15px;
}

h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    line-height: auto;
    color:#17375f;
    margin-bottom: 25px;
}

h1 span {
    font-size: 18px;
    color: #e15447;
}

h1.alt, h2.alt {
    margin-bottom: 5px;
}

h2 {
    font-size: 26px;
    line-height: 30px;
    color: #00498e;
    line-height: auto;
    margin-bottom: 20px;
}

h3 {
    display: block;
    background-color: #00498e;
    color: #ffffff;
    font-size:19px;
    padding: 15px 25px;
}

h4 {
    font-size: 22px;
    color: #173860;
    margin-bottom: 0px;
}

h5 {
    color: #397ec1;
    font-size: 20px;
    margin-bottom:35px;
}

a {
    color: #397ec1;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color:#17375f;
}

b, strong {
    font-weight: 600;
}

small {
    font-size: 12px;
}

hr {

}

blockquote {

}

::selection {
    background: #00498e;
    color: #ffffff;
}

::-moz-selection {
    background: #00498e;
    color: #ffffff;
}

ol.numeric {
    list-style: decimal;
    padding-left: 2em;
}


/* ========================================================================== *\
   STRUCTURE
\* ========================================================================== */

#header {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #17395f;
    color:#ffffff;
    padding: 15px 0px 25px 0px;
}

#header.jrHeader {
    background-image: none !important;
    background-color: #ffffff;
}

#logo {
    display: block;
    float: left;
    margin-top: 35px;
}

#navigation {
    width: 740px;
    display: block;
    float: right;
    text-align: right;
}

#headerTop {
    width: 740px;
    padding-bottom: 30px;
    clear: both;
    text-align: right;
}

#search {
    width:205px;
    height: 35px;
    display: block;
    float: right;
    margin-right: 15px;
}

.content input[type="submit"].searcBtn {
    width:35px;
    height:35px;
    min-width: 0px !important;
    padding: 0px !important;
    cursor:pointer;
    background:url('images/searchIco.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-color:#112e52;
    border:none;
    display:block !important;
    float: left !important;
    -webkit-appearance: none;
    border-radius: 0;
}


.content input[type="text"].searchBar {
    height:15px !important;
    min-width: 0px !important;
    width:130px !important;
    color:#d0dce8 !important;
    border:none !important;
    background-color:#112e52;
    padding:10px 20px !important;
    display:block !important;
    float: left !important;
    font-size:13px !important;
    font-style: italic;
    margin: 0px !important;
    border-radius: 0;
}


#header.jrHeader .searchBar {
    background-color: #d0dce8;
    color:#00498e;
}

#header.jrHeader .searcBtn {
    background:url('images/jrsearchIco.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-color: #d0dce8;
}

a.memberLoginBtn {
    font-size: 14px;
    padding: 10px 48px 10px 20px;
    background: url('/images/chevronIco.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color:#397ec1;
    color: #ffffff;
    border-bottom: solid 3px #00498e;
    display: inline;
    float: right;
}

a.memberLoginBtn:hover {
    border-bottom: solid 2px #00498e;
    margin-top:1px;
}

a.tabletMemberLoginBtn {
    font-size: 14px;
    padding: 10px 48px 10px 20px;
    background: url('/images/chevronIco.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color:#397ec1;
    color: #ffffff;
    border-bottom: solid 3px #00498e;
    display: none;
    float: right;
    margin-right: 20px;
}

a.tabletMemberLoginBtn:hover {
    border-bottom: solid 2px #00498e;
    margin-top:1px;
}

#sponsors {
    width: 100%;
    background-color:#fff;
    padding: 0px 0px 30px 0px;
    text-align: center;
}

ul#sponsors {
    display: inline-block;
}

ul#sponsors li {
    display: inline;
    margin:0px 30px 25px 30px;
}

#sponsors h3 {
    font-size: 30px;
    color: #ffffff;
    background-color: #17375f;
    font-weight: 200;
    padding:30px 0px;
    text-align: center;
    display: block;
    width: 100%;
}

.sponsors {
  margin-bottom: 30px;
  width: 100%;
}

.sponsors__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sponsors__row img {
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .sponsors__row {
    flex-direction: column;
  }

  .sponsors__row img {
    margin: 10px 0;
  }
}

.sponsorArrow {
    height: 12px;
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position:center center;
    margin-bottom: 25px;
}

#mobileFooter {
    display: none;
}

#footer {
    width: 100%;
    background-color:#141a22;
    color:#ffffff;
    padding: 30px 0px 40px 0px;
    font-size: 12px;
    line-height: 21px;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color:#e5eae7;
}

#footer h2 {
    color: #ffffff;
    font-size: 24px;
}

#logoFooter {
    display: block;
    margin-bottom: 15px;
}

#footer .footerSocial {
    display: block;
    float: right;
    margin-left:10px;
}

#footer .rule {
    height:1px;
    margin-bottom: 10px;
    border-bottom: 1px solid #343434;
    width: 100%;
    clear: both;
}

#footer ul {
    margin: 0px 0px 0px 0px;
}

#footer ul.row2 {
    margin-left:20px;
}

#footer ul li {
    margin: 3px 0px 3px 0px;
    color: #ffffff;
}

#footer ul li.first {
    margin: 0px 0px 0px 0px;
    color: #ffffff;
}

#footer ul li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: none;
    color:#e5eae7;
}

#footer ul ul {
    margin:0px 0px 0px 0px;
}

#footer ul ul li{
    margin: 0px 0px 0px 0px !important;
    font-weight: normal;
    color:#e5eae7;
}

#footer ul ul li a {
    font-weight: normal;
    color:#e5eae7;
    text-decoration: none;
}

#footer ul ul li a:hover {
    color:#ffffff;
    text-decoration: none;
}

.footerPad {
    margin-left: 10px;
}


/* ========================================================================== *\
   NAVIGATION
\* ========================================================================== */

ul#menu {
    display: block;
    float:right;
    position: relative;
    list-style-type: none;
}

ul#menu li {
    display: block;
    float: left;
    list-style-type: none;
}

ul#menu li a {
    padding:5px 0px 15px 40px;
    text-decoration: none;
    color: #e3e9ee;
    font-size: 20px;
    text-transform: uppercase;
}

ul#menu li a:hover, ul#menu li a.active {
    color:#ffffff;
}

#header.jrHeader ul#menu li a {
    color:#00498e;
}

#header.jrHeader ul#menu li a:hover, #header.jrHeader ul#menu li a.active {
    color:#081f3c;
}

/* *** DROP DOWN *** */

ul#menu ul {
    display: none;
    font-weight:300;
}

ul#menu li:hover > ul {
    display: block;
}

ul#menu:after {
    content: ""; clear: both; display: block;
}

ul#menu ul {
    position: absolute;
    top: 100%;
    text-align: left;
    padding: 5px 0px 0px 0px !important;
    z-index:55;
    margin-left:35px;
    min-width:200px;
}

ul#menu ul li {
    display: inherit !important;
    clear: both !important;
    float: none !important;
    position: relative;
    padding:0px 0px !important;
    margin:0px !important;
    background-color: #081f3c !important;
    color:#ffffff;
    opacity: 0.95;
}

ul#menu ul li.arrow {
    padding:0px !important;
    height:20px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

ul#menu ul li.first {
    padding:10px 20px 0px 20px !important;
}


ul#menu ul li a {
    padding:20px 50px;
    display: block;
    color:#ffffff !important;
    text-decoration: none;
    font-size:16px !important;
    line-height: 18px;
    margin:0px !important;
    text-transform: capitalize;
    border-bottom: solid 1px #153053;
    background: url('/images/readMoreRightArrow.png');
    background-repeat: no-repeat;
    background-position: 30px 21px;
}

ul#menu ul li a:hover {
    color:#397ec1 !important;
}

#mobileNav {
    display: none;
}

div#mobileNav select {
    padding:10px;
    background-color:#ffffff;
    border:solid 1px #999999;
    margin:20px auto 0px auto;
    width:100%;
    font-size:14px;
    color:#666666;
}

/* ========================================================================== *\
   HOME AND PAGE AND SINGLE POST STYLES
\* ========================================================================== */

.fullGrey {
    background-color: #e3e9ee;
    padding:35px 0px;
}

.fullWhite {
    background-color: white;
    padding:35px 0px;
}

#featured {
    font-size: 18px;
    line-height: 24px;
}

#featuredLeft {
    display: block;
    float: left;
    width: 50%;
}

#featuredRight {
    display: block;
    float: left;
    width: 50%;
}

#featuredRight .white {
    height:310px;
}

#featured small {
    color: #7fa4c6;
}

#featured h1 {
    margin-bottom: 0px;
}

#featured .readMoreRight {
    font-size: 18px;
}

h2.jr {
    height: 43px;
    padding:10px 0px 0px 60px;
    background: url('/images/jrIco.png');
    background-position: left center;
    background-repeat: no-repeat;
}

h2.beer {
    height: 40px;
    padding:10px 0px 0px 55px;
    background: url('/images/beerIco.png');
    background-position: left center;
    background-repeat: no-repeat;
}

h2.signatureSeries {
    height: 60px;
    padding:4px 0px 0px 75px;
    background: url('/images/signatureSeriesIco.png');
    background-position: left center;
    background-repeat: no-repeat;
}

h3.speaker {
    padding-left: 60px;
    background:url('/images/micIco.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #00498e;
    font-size: 20px;
}

h3.premium {
    padding:25px 30px 25px 85px;
    background: url('/images/premium.png');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color:#00498e;
}

h3.regular {
    padding:25px 30px 25px 30px;
}

#top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #17395f;
    color:#ffffff;
    padding: 10px 20px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
}

#top:hover {
    background-color: #397ec1;
}

#breadcrumb {
    padding: 35px 0px 20px 0px;
    font-size: 12px;
}

.fullGrey .content #breadcrumb {
    padding: 0px 0px 20px 0px;
}

/* ========================================================================== *\
   PAGINATION
\* ========================================================================== */

.pagination {
    width: 100%;
    padding:20px 0px;
    text-align: center;
}

.pages {
    display: none;
}

.pagination a.page {
    display: inline;
    width: auto;
    float: none;
}

/* ========================================================================== *\
   ABOUT TEMPLATE STYLES
\* ========================================================================== */

#aboutHero {
    width: 1140px;
    height: 695px;
    position: relative;
    z-index: 1;
}

#aboutHero h3 {
    font-weight: 200;
    font-size: 46px;
    background-color:#112e52;
    padding:25px 40px;
    position: absolute;
    bottom: 45px;
    right: 0px;
    display: inline;
    z-index: 5;
}

#aboutHero ul {
    position: absolute;
    right: 0px;
    top:45px;
    background-color: rgba(244, 244, 244, .85);
    z-index: 5;
    border-top: 1px solid #ffffff;
    border-left:  solid 1px #ffffff;
}

#aboutHero ul li {
    padding:10px 90px 10px 50px;
    background-repeat: no-repeat;
    background-position: left 15px;
    border-bottom: solid 1px #ffffff;
}

#aboutHero ul li p {
    font-size:14px;
    color: #173860;
    padding-bottom: 0px;
}

#aboutImg {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}

/* ========================================================================== *\
   JR ECONOMIC CLUB TEMPLATE STYLES
\* ========================================================================== */

ul#toggleNav {
    display: inline-block;
    margin-left: 20px;
}

ul#toggleNav li {
    display: block;
    float: left;
}

ul#toggleNav li a {
    background-color: #00498e;
    color: #ffffff;
    padding: 10px 20px;
    margin-right: 10px;
    display: block;
    cursor: pointer;
}

ul#toggleNav li a:hover {
    background-color: #e15447;
    color:#ffffff;
}

ul#toggleNav li a.active {
    background-color: #ffffff;
    color: #00498e;
    cursor: auto;
}

#toggle1 {
    background-color: #ffffff;
    padding:20px 25px;
    color: #00498e;
    border-bottom: solid 2px #d3d8dc;
    display: block;
}

#toggle2 {
    background-color: #ffffff;
    padding:20px 25px;
    color: #00498e;
    border-bottom: solid 2px #d3d8dc;
    display: none;
}

/* ========================================================================== *\
   FORMS
\* ========================================================================== */

#field_1_1 label, #field_1_2 label, #field_1_3 label, #field_1_7 label, #gform_wrapper_1 .gfield_label, #field_2_1 label, #field_2_2 label, #field_2_3 label, #field_2_7 label, #gform_wrapper_2 .gfield_label{font-weight: 600 !important;}

label {
    color: #333333;
    font-size: 14px;
}

.content input[type="submit"]{
    background: url('images/chevronIco.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #e15447;
    display: inline;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 58px 7px 30px;
    border-bottom: 3px solid #c83d30;
    text-decoration: none;
    border-right: none;
    border-left: none;
    border-top: none;
    cursor: pointer;
    margin-bottom: 40px !important;
    -webkit-appearance: none;
    border-radius: 0;
}

.content input[type="submit"]:hover{
    text-decoration: none;
    background-color: #397ec1;
    border-bottom: 3px solid #17375f;
    -webkit-appearance: none;
    border-radius: 0;
}


input[type="button"] {
    background-color: #397ec1;
    display: inline;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 30px;
    border-bottom: 3px solid #17375f;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="button"]:hover {
    background-color: #e15447;
    border-bottom: 3px solid #c83d30;
    -webkit-appearance: none;
    border-radius: 0;
}

.content input[type="text"],
.content input[type="number"]{
    padding:5px !important;
    font-size:14px !important;
    background-color:#ffffff;
    border: #232323 1px solid;
    margin-right:10px;
    border-radius: 0;
}

.content input[type="password"]{
    padding:5px !important;
    font-size:14px !important;
    background-color:#ffffff;
    border: #232323 1px solid;
    margin-right:10px;
    border-radius: 0;
}

.content textarea{
    padding:10px 5px 10px 10px !important;
    font-size:14px !important;
    line-height:20px;
    background-color:#ffffff;
    border: #232323 1px solid;
    border-radius: 0;
}

ul.gfield_checkbox {
    margin-bottom: 40px !important;
}

ul.gfield_checkbox li {
    margin: 0px 0px 5px 40px !important;
}

.content .gform_wrapper form .gform_body ul {
    margin:0px 0px;
}

.content .gform_wrapper div.gform_footer br {
    display:none !important;
}

div.gform_footer.top_label {
    padding: 0px !important;
}

div.ginput_container {
    padding:0px !important;
    margin: 0px !important;
}

body #field_2_1 {
    float: left;
    margin-top:15px;
}

body #gform_wrapper_2 .gform_footer.top_label {
    float: left;
    clear: none;
}

.gfield_description {
    padding: 0px 0px 0px 50px !important;
    height: inherit !important;
    line-height: 10px !important;
    font-style: italic !important;
}

.invoice {
    background: #e3e9ee;
    margin: 10px 0 20px;
}

.invoice th, .invoice td {
    border-bottom: 1px solid #17375f;
    padding: 5px 10px;
}

.invoice td {
    text-align: right;
}

.invoice tr:last-child th, .invoice tr:last-child td {
    border-bottom: none;
}

.invoice__total th, .invoice__total td {
    font-weight: bold;
}

/* ========================================================================== *\
   GENERAL CLASSES
\* ========================================================================== */

.clear {
    clear:both;
}

.content {
    width:1140px;
    margin: 0px auto;
}

.content.padded {
    padding:35px 0px;
}

.widecolumn {
    width: 1140px;
    margin: 0px auto;
    padding: 35px 0px;
}


.page {
    width:795px;
    display: block;
    float: left;
    margin-right:25px;
}

.sidebar {
    width:320px;
    display: block;
    float: left;
}

.blue {
    background-color:#00498e;
    color:#ffffff;
    padding:20px 25px;
}

.green {
    background-color:#00774c;
    color:#ffffff;
    padding:20px 25px;
}

.green h3 {
    background-color:#00774c;
    color:#ffffff;
    padding:20px 25px;
}


.blue.register {
    font-size:14px;
    line-height: 20px;
    padding:0px 25px 25px 25px;
}

.blue.testimonial {
    font-size:12px;
    line-height: 18px;
    color: #d0dce8;
    padding:0px 25px 25px 25px;
}

.testimonialArrow {
    height: 23px;
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position:right center;
    margin-bottom: 25px;
}

.blue.testimonial a.btn, .blue.register a.btn {
    display: block;
    text-align: center;
}

.white {
    background-color: #ffffff;
    padding:20px 25px;
    color: #00498e;
    border-bottom: solid 2px #d3d8dc;
}

.white.home {
    min-height: 300px;
}

.white ul {
    margin: 0px 0px 10px 0px;
}

.white ul li {
    padding-left: 45px;
    margin-bottom: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 22px;
    color: #2c3e50;
}

.chk ul li {
    background:url('/images/check.png');
    padding-left: 45px;
    margin-bottom: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 22px;
    color: #2c3e50;
}

.grey {
    background-color: #e2e8ee;
    border-bottom: 2px solid #d3d8dc;
    padding:25px;
    font-size: 13px;
    line-height: 19px;
    color:#333333;
}

.grey.pageSidebar {
    font-size: 16px;
    line-height: 24px;
    color:#00498e;
}

.grey a.btn {
    margin:50px 0px 0px 0px;
    float: right;
}

.grey a.btn:hover {
    margin:51px 0px 0px 0px;
    float: right;
}

.grey h2 {
    color: #397ec1;
}

.grey.speaker {
    padding: 20px 25px 0px 25px;
}

.grey.new {
    border: solid 3px #397ec1;
}

.grey.new h2 {
    margin-bottom:10px;
}

.upcomingTimeLocation {
    color:#14569c;
    font-size:14px;
    padding-bottom:15px;
    display: block;
}

.grey.new a.btn {
    margin: 0px 0px 0px 0px;
    padding: 7px 58px 7px 30px;
    float: right;
    width: 72px;
}

.grey.new a.btn:hover {
    margin:1px 0px 0px 0px;
    float: right;
}

.grey.new a.btnRed {
    margin:50px 0px 10px 0px;
    float: right;
    width: 111px;
}

.grey.new a.btnRed + a.btnRed {
    margin-top: 0;
}

.grey.new a.btnRed + a.btnRed:hover {
    margin-top: 1px;
}

.grey a.btnRed:hover {
    margin:51px 0px 10px 0px;
    float: right;
}

.rule {
    height: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbd0d6;
    clear: both;
    width: 100%;
}

a.btn {
    background: url('/images/chevronIco.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #397ec1;
    display: inline;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 58px 7px 30px;
    border-bottom: 3px solid #17375f;
    text-decoration: none;
}

a.btn_green {
    background: url('/images/chevronIco.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #008d57;
    display: inline;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 58px 7px 30px;
    border-bottom: 3px solid #006f3c;
    text-decoration: none;
}

a.btn:hover {
    margin-top: 1px;
    border-bottom: 2px solid #17375f;
    text-decoration: none;
}

a.btnAlt {
    background: url('/images/chevronIco.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #397ec1;
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 58px 7px 30px;
    border-bottom: 3px solid #17375f;
    text-decoration: none;
}

a.btnAlt:hover {
    margin-top: 1px;
    border-bottom: 2px solid #17375f;
    text-decoration: none;
}

a.btnRed {
    background-color: #e15447;
    display: inline;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 25px;
    border-bottom: 3px solid #c83d30;
    text-decoration: none;
}

a.btnRed:hover {
    margin-top: 1px;
    border-bottom: 2px solid #c83d30;
    text-decoration: none;
}

a.btnRedAlt {
    background: url('/images/chevronIco.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #e15447;
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 58px 7px 30px;
    border-bottom: 3px solid #c83d30;
    text-decoration: none;
}

a.btnRedAlt:hover {
    margin-top: 1px;
    border-bottom: 2px solid #c83d30;
    text-decoration: none;
}

a.btnRed.top {
  position: relative;
  top: 12px;
}

a.btnBig {
    background: url('/images/chevronIco.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #397ec1;
    color: #ffffff;
    font-size: 18px;
    padding: 7px 58px 7px 30px;
    border-bottom: 3px solid #17375f;
    text-decoration: none;
    text-align: center;
    display: block;
}

a.btnBig:hover {
    margin-top: 1px;
    text-decoration: none;
    border-bottom: 2px solid #17375f;
}

a.btn.left {
    float: left;
    margin:10px 15px 0px 0px;
}

a.btn.left:hover {
    float: left;
    margin:11px 15px 0px 0px;
    border-bottom: 2px solid #17375f;
    text-decoration: none;
}

.date {
    background-color: #14569c;
    padding:25px 15px 15px 15px;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.date h1 {
    font-size:48px;
    margin-bottom: 15px;
    color:#ffffff;
}

.social {
    display: block;
    float: left;
    margin-right: 9px;
}

.social.last {
    display: block !important;
    float: left !important;
    margin-right: 0px;
    margin-left: 1px;
    clear: none;
}

.right {
    text-align: right;
}

.readMoreRight {
    float: right;
    padding:0px 18px 0px 0px;
    background: url('/images/readMoreRightArrow.png');
    background-repeat: no-repeat;
    background-position: right 7px;
}

.sidebarTxt {
    font-size: 15px;
    line-height: 22px;
}

.attachment-thumbnail {
    width: auto !important;
    height: auto !important;
}

.imageFrame {
    margin-top: 10px;
    display: block;
    background-color:#e2e8ee;
    padding:20px;
    border-bottom: 2px solid #d3d8dc;
}

.fullGrey .imageFrame {
    margin-top: 10px;
    display: block;
    background-color:#ffffff;
    padding:20px;
    border-bottom: 2px solid #d3d8dc;
}

.imageFrame, .fullGrey .imageFrame {
    text-align: center;
}

.speakerImg {
    padding: 10px;
    background-color: #ffffff;
    border-bottom: solid 2px #d3d8dc;
}

.bio {
    display: none;
}

.red {
    color: #e15447;
}

.green_txt {
    color: #00774c;
}


/* ========================================================================== *\
   EVENT REGISTRATION
\* ========================================================================== */

.regular_field {

}

.premium_field {

}

.gfield_password_strength {
    display: none !important;
}

/* ========================================================================== *\
   ALIGNMENT
\* ========================================================================== */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.alignleft.border {
    padding: 10px;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    max-width: 200px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    -webkit-box-shadow:  0px 2px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px 4px 5px;
}

.border {
    border: solid 1px #aaaaaa;
    padding: 7px;
    background-color: #ffffff;
}

/* ========================================================================== *\
   COLUMNS
\* ========================================================================== */

.row {
    width: 100%;
}

.row::after {
    content: '';
    clear: both;
    display: table;
}

.one_half {
    width:48%;
}

.one_third {
    width:30.66%;
}

.two_third {
    width:65.33%;
}

.one_fourth {
    width:22%;
}

.three_fourth{
    width:74%;
}

.one_fifth {
    width:16.8%;
}

.two_fifth{
    width:37.6%;
}

.three_fifth {
    width:58.4%;
}

.four_fifth {
    width:79.2%;
}

.one_sixth {
    width:13.33%;
}

.five_sixth {
    width:82.67%;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
    margin-right:4%;
    float:left;
    position:relative;
}

.last{
    margin-right:0 !important;
    clear:right;
}

.clearboth {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    width:100%;
}


.logo {
    margin: 10px auto 0 -5px;
    width: 352px;
    height: 62px;
    background: transparent url(/images/logo.png) no-repeat top left scroll;
    background-size: 100%;
    text-indent: 100%;
    overflow: hidden;
    display: inline-block;

    font: 0/0 a;
    white-space: nowrap;
    border: 0;
}

.odd {
    padding: 20px;
    background-color: #f0f3f7;
}

.even {
    padding: 20px;
    background-color: white;
}

/* Modals */

a[data-toggle="modal"] {
  cursor: pointer;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-open {
  display: block;
}

.modal-dialog {
  background: #fff;
  padding: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contact-ecc .modal-dialog {
  width: 300px;
}

.modal-footer {
  padding-top: 20px;
}

.modal-footer button {
  background-color: #397ec1;
  border: none;
  border-bottom: 3px solid #17375f;
  display: inline;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 7px 30px;
}

.modal-footer button:hover {
  margin-top: 1px;
  border-bottom: 2px solid #17375f;
}


/* Jr. Economic Club */

.jrec-sponsors {
  display: flex;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.jrec-sponsors h2 {
  margin-top: 20px;
}

.jrec-sponsors img {
  margin: 20px;
  max-width: 80%;
}

.jrec-sponsors__title {
  background: #fff;
  border: 1px solid #adbbcb;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 1%;
  padding: 20px;
  text-align: center;
  width: 34%;
}

.jrec-sponsors__annual {
  background: #fff;
  border: 1px solid #adbbcb;
  box-sizing: border-box;
  float: right;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.jrec-sponsors__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

@media screen and (max-width: 780px) {
  .jrec-sponsors {
    display: block;
  }
  .jrec-sponsors__title {
    margin-bottom: 20px;
    width: 100%;
  }
  .jrec-sponsors__annual {
    width: 100%;
  }
}
