@charset "utf-8";
/* Global Styles */

/* body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 1170px;
	padding-left: 2.275%;
	padding-right: 2.275%;
} */
/* event Search, Filter, and Submission Button */
.eventHeader  {
	display: block;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.eventSearch {
    display: inline-block;
    border-bottom: 2px solid #3C90DD;
    padding: 8px 0px 8px 10px;
    font-family: 'Lato';
    margin: 0px 30px 10px 0px;
    width: 284px;
}
.eventSearch input {
    border: none;
    color: #2E2E2E;
    padding: 5px 10px;
    width: 82%;
}
.eventSearchbtn {
    background-color: #fff;
    color: #3C90DD;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0;
    letter-spacing: 2px;
    font-family: 'Lato';
    display: inline-block;
    border: none;
    float: right;
}
.eventFilters {
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}
.eventFilter-content-ET {
    display: none;
    position: absolute;
    background-color: #3C90DD;
    min-width: 200px;
    overflow: auto;
    z-index: 1;
    margin-left: 10px;
    font-family: 'Lato';
    font-size: 16px;
}
.eventFilter-content-M {
    display: none;
    position: absolute;
    background-color: #3C90DD;
    min-width: 200px;
    overflow: auto;
    z-index: 1;
    margin-left: 10px;
    font-family: 'Lato';
    font-size: 16px;
}
.eventFilter-content-country {
    display: none;
    position: absolute;
    background-color: #3C90DD;
    min-width: 200px;
    overflow: auto;
    z-index: 1;
    margin-left: 10px;
    font-family: 'Lato';
    font-size: 16px;
}
.eventFilter-content-ET a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 15px;
}
.eventFilter-content-ET a:hover{
    color: #ffffff;
}
.eventFilter-content-M a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 15px;
}
.eventFilter-content-M a:hover{
    color: #ffffff;
}
.eventFilter-content-country a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 15px;
}
.eventFilter-content-country a:hover{
    color: #ffffff;
}
.eventFilter {
    display: inline-block;
    background-color: #fff;
    color: #2E2E2E;
    font-size: 19px;
    border: 1px solid #ACACAC;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    margin: 0px 10px;
}
.eventDropdown-ET {
    display: inline-block;
    background-color: #fff;
    color: #2E2E2E;
    font-size: 19px;
    border: 1px solid #ACACAC;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    margin: 0px 10px;
}
.eventDropdown-M {
    display: inline-block;
    background-color: #fff;
    color: #2E2E2E;
    font-size: 19px;
    border: 1px solid #ACACAC;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    margin: 0px 10px;
}
.eventDropdown-country {
    display: inline-block;
    background-color: #fff;
    color: #2E2E2E;
    font-size: 19px;
    border: 1px solid #ACACAC;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    margin: 0px 10px;
}
.btnSubmit {
    display: inline-block;
    float: right;
    margin-bottom: 10px;   
}
.blogHeader .btnSubmit {
    width:205px;
}
a.btnSubmit {
    background-color: #2361a7;
    color: #FFFFFF;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 15px;
    letter-spacing: 2px;
    font-family: 'Roboto';
    text-decoration: none;
}
a.btnSubmit:hover {
    background-color: #3C90DD;
    color: #FFFFFF;
}
.cal-popup {
    display: inline-block;
    margin: 0 10px;
}
.cal-nav {
    display: inline-block;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    /* float: right;
    width: 100%;
    text-align: right; */
    margin-top: 12px;
}
.cal-nav a {
    color: #2361a7;
    text-decoration: none;
}

.cal-nav-sort {
    display: block;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 28px;
}
.cal-nav-sort a {
    color: #2361a7;
    text-decoration: none;
}

.cal-full a {
    margin-right: 30px;
}
/* event Month */
.eventMonth {
    display: block;
    color: #3C90DD;
     font-family: 'Roboto';
    font-size: 30px;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.eventMonth::after {
    content: '';
    width: calc(100% - 320px);
    height: 1px;
    background: #3C90DD;
    margin-top: 20px;
    float:right;
}
.eventDay {
    display: inline-block;
    color: #3C90DD;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    border-bottom: 5px solid #3C90DD;
    width: 9%;
    padding: 10px 10px;
    text-align: center;
    float: left;
    margin: 0 30px 0px 10px;
}
.eventWeekday {
    font-size: 14px;
    font-weight: 300;
    color: #2E2E2E;
    display: block;
}

/* event Listing */
.eventlisting {
	text-align: left;
	display: block;
    overflow: hidden;
    margin: 50px 0px;
}

.eventlisting .eventPhoto {
	background-color: #C5DFF0;
	width: 275px;
	height: 184px;
	clear: both;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.eventlisting .eventPhoto img {
    width: 100%; 
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.eventDate {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #868686;
    margin-right: 30px;
    text-transform: uppercase;
}
.eventTime {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    color: #868686;
}
.eventTimeZone {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    margin-left: 10px;
}
.eventDescription a {
    text-decoration: none;
}
.eventDescription {
    display: inline-block;
    max-width: 57%;
}
.eventlisting .eventDescription h1 {
	font-family: 'Roboto Condensed';
	color: #2361A7;
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
    margin-top: 10px;
    margin-bottom: 2px;
}
hr.eventRule {
	border-top: 1px solid #C7C7C7;
    margin: 40px 0px;
    display: block;
}
.eventlisting .eventDescription p {
	font-family: 'Lato';
	color: #2E2E2E;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	overflow-y: auto;
}
.eventlistingbtm {
    margin-top: 30px;
}
.eventDetails {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color:#2E2E2E;
    text-transform: uppercase;
    margin: 10px 0;
}
.eventType {
    display: inline-block;
    margin-right: 10px;
}
.eventMode {
    display: inline-block;
    margin: 0 10px;
}
.eventCountry {
    display: inline-block;
    margin-left: 10px;
}

.bottomnav {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 60px;
}
.bottomnav a{
    text-decoration: none;
    color:#000000;
}
.leftpg {
    margin-right: 20px;
}
.pg {
    margin-left: 15px;
    margin-right: 15px;
}
.lastpg {
    margin-left: 15px;
    margin-right: 15px;
}
.rightpg {
    margin-left: 20px;
}

/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
.btnSubmit-x {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* event Header */
.eventDropdown-ET {
    margin: 0 0;
    font-size:15px;
}
.eventDropdown-M {
    margin: 0 0;
    font-size:15px;
}
.eventDropdown-country {
    margin: 0 0;
    font-size:15px;
}
a.btnSubmit {
    font-size: 15px;
}
.cal-nav {
    margin: 5px 0px 40px 0px;
    text-align: center;
}
    
.eventMonth {
    text-align: center;
    margin-top: 61px;
}
.eventMonth::after {
    width: 100%;
}
    
/* event Listing */
.eventDay {
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.eventlisting {
	width: 100%;
	float: none;
    margin: 35px 0px;
}
.eventlisting .eventPhoto {
	display: inline-block;
    width: 100%;
    height: 220px;
}
.eventlisting .eventDescription {
	text-align: left;
}
.eventM {
    display: block;
}
.eventDescription {
    max-width: 100%;
}
.eventlisting .eventDescription p {
	text-align: justify;
}
.eventlistingbtm {
    margin-bottom: 60px;
}
.eventReadMore {
    display: none;
}
hr.eventRule {
    display: none;
}

/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
	text-align: justify;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* event Header */
.eventDropdown-ET {
    margin: 0 5px;
    font-size:16px;
}
.eventDropdown-M {
    margin: 0 5px;
    font-size:16px;
}
.eventDropdown-country {
    margin: 0 5px;
    font-size:16px;
}
a.btnSubmit {
    font-size: 16px;
}
    
/* event Listing */
.eventDay {
    display: none;
}
.eventMonth {
    margin-top: 60px;
}
.eventlisting {
	width: 100%;
	float: none;
}
.eventlisting .eventPhoto {
	float: left;
	clear: both;
	margin-right: 3%;
    width: 35%;
    max-height: 160px;
}
.eventlisting .eventDescription {
	text-align: left;
}
.eventDescription {
    display: inline-block;
    max-width: 58%;
    float: left;
}

/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* event Listing */
.eventlisting .eventPhoto {
	clear: both;
	margin-right: 30px;
}
.eventlisting .eventDescription {
	text-align: left;
}

/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
}
