@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@font-face {
    font-family: 'Georgia Regular';
    src: url('/assets/fonts/Georgia Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'georgia bold';
    src: url('/assets/fonts/georgia bold.ttf')  format('truetype');
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
body {
    color: #606060;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
a {
    color: #f7aa11;
    text-decoration: none;
}
a:hover {
    color: #fcc742;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Georgia Regular';
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
select {
    width: 100%;
    border: 1px solid #ccc;
    height: 44px;
    background-color: #F6F6F6;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
select:disabled {
    background-color: rgba(244, 67, 54, 0.35);
    border-color: #F44336;
}
input[type="submit"],
input[type="button"] {
    font-size: 16px;
    background-color: #253d5d;
    border: 0;
    color: #fff;
    width: 200px;
    height: 44px;
    float: right;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fcc742;
}
textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    resize: none;
    background-color: #F6F6F6;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
li {
    list-style: none;
}
p {
    margin-bottom: 25px;
}
.container {
    width: 1100px;
    margin: auto;
}
.success {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #253d5d;
}
.mobile-navigation {
    display: inline-block;
    width: 100%;
}
.mobile-btn {
    cursor: pointer;
    color: #fff;
    float: right;
    position: relative;
    top: -5px;
    display: inline-block;
}
#mobile-logo {
    padding: 20px 0 30px;
}
#mobile-logo img {
    width: 100%;
}
.mobile-member-login {
    float: left;
}
.mobile-member-login a {
    color: #fff;
    font-size: 18px;
    padding: 6px 25px;
    border: 2px solid #fcb71d;
    font-family: 'Lato', sans-serif;
}
.mobile {
    display: none;
    padding-bottom: 20px;
}
#mobile-menu-public {
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #272727;
    z-index: 9;
    box-shadow: 0 0 10px #000;
    transition: 0.5s;
}
#mobile-menu-public > ul > li > a {
    display: block;
    border-bottom: 1px solid #1f1f1f;
    padding: 15px 10px;
}
/* HEADER */
#header {
    background-color: #253d5d;
}
#logo {
    margin-top: 25px;
    text-align: center;
}
.top-header {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}
.phone {
    float: left;
    color: #fcb71d;
    font-size: 24px;
    font-family: 'georgia bold';
}
.member-login {
    float: right;
}
.member-login a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 25px;
    border: 2px solid #fcb71d;
}
#menu {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 30px;
}
#menu > ul > li {
    margin: 0 30px;
    display: inline;
}
#menu > ul > li.active a {
    color: #fcb71d;
}
#menu > ul > li > a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'Georgia Regular';
}
#menu > ul > li > a:hover {
    color: #fcb71d;
}
.homepage-banner {
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url("/assets/images/slider.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.homepage-banner h1 {
    top: 30%;
    width: 100%;
    color: #fff;
    font-size: 60px;
    position: absolute;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Georgia Regular';
}
.welcome-section {
    padding: 100px 0;
    text-align: center;
}
.welcome-section h2 {
    color: #253d5d;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}
.erv-section {
    background-color: #dddddd;
    padding: 50px 0;
}
.erv-grid-wrapper {
    display: inline-block;
    width: 100%;
}
.erv-img {
    text-align: center;
    width: 50%;
    float: left;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.erv-img .date {
    position: relative;
    margin: auto;
    top: 110px;
}
.erv-grid a {
    font-size: 18px;
    font-family: 'georgia bold';
    margin-top: 25px;
    display: block;
    transition: 0.5s;
}
.page-banner {
    height: 200px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url("/assets/images/slider.jpg");
}
.page-banner h1 {
    top: 30%;
    width: 100%;
    color: #fff;
    font-size: 70px;
    position: absolute;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Georgia Regular';
}
.page-container {
    margin: 50px 0 100px;
}
.contact-section {
    margin: 0 0 100px;
}
#contact-us {
    margin-top: 50px;
}
#contact-us h2 {
    margin-bottom: 25px;
}
/* events */
.events-grid {
    padding: 100px 0;
}
.events-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    width: 100%;
}
.events-photo {
    overflow: hidden;
    width: 350px;
    float: left;
    position: relative;
}
.events-photo img {
    width: 100%;
}
.date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcc742;
    text-align: center;
    color: #253d5d;
    width: 80px;
}
.day-year {
    padding: 8px 0;
    background: #253d5d;
    color: #fcc742;
    font-size: 15px;
}
span.event-month {
    display: block;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
}
.events-content {
    width: auto;
    overflow: hidden;
    padding-left: 25px;
}
.events-content h2 {
    margin: 15px 0;
    color: #253d5d;
}
span.events-location {
    margin-bottom: 20px;
    display: block;
}
span.events-location strong {
    font-weight: 600;
    color: #253d5d;
}
.home-events {
    word-wrap: break-word;
    width: 50%;
    float: left;
    padding-left: 30px;
}
.home-events p {
    margin-bottom: 10px;
}
.home-events h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}
.protected-page {
	padding: 100px 0;
    text-align: center;
}
.all-events-btn {
    display: block;
    background: #253d5d;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 200px;
    margin: 30px auto 0;
}
/* resources */
ul.download-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.download-buttons li {
    float: left;
    width: 33.333333%;
    text-align: center;
}
.download-buttons li a {
    font-size: 18px;
    border:4px solid #26759E;-webkit-box-shadow: #878787 0px 2px 2px;
    -moz-box-shadow: #878787 0px 2px 2px;
    box-shadow: #878787 0px 2px 2px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
    color: #FFFFFF;
    background-color: #3093C7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093C7), to(#1C5A85));
    background-image: -webkit-linear-gradient(top, #3093C7, #1C5A85);
    background-image: -moz-linear-gradient(top, #3093C7, #1C5A85);
    background-image: -ms-linear-gradient(top, #3093C7, #1C5A85);
    background-image: -o-linear-gradient(top, #3093C7, #1C5A85);
    background-image: linear-gradient(to bottom, #3093C7, #1C5A85);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093C7, endColorstr=#1C5A85);
}
.photo-upload {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    background: #D7D7D7;
    float: left;
    text-align: center;
}
.with-upload {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 8px;
}
.with-upload input[type="text"],
.with-upload input[type="email"] {
    background: #fff;
}
.photo-upload-container {
    display: inline-block;
    width: 100%;
    position: relative;
}
.photo-upload .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.photo-upload img {
    width: auto;
    height: 100%;
}
.photo-upload span {
    position: absolute;
    top: 100%;
    width: 70px;
    text-align: center;
    color: #fff;
    background: #253d5d;
    padding: 4px 0;
    margin-left: -35px;
    left: 50%;
    border-radius: 50px;
    transition: 0.3s;
    font-size: 12px;
}
span.required-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    background: red;
    font-size: 20px;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    z-index: 1;
}
.photo-upload:hover span {
    top: 43%;
}
/* footer */
#footer {
    font-size: 18px;
    color: #fff;
    padding: 60px 0 40px;
    font-family: 'georgia bold';
    background-color: #253d5d;
    text-align: center;
}
#footer .container {
    display: inline-block;
}
.riva-logo {
    float: right;
    width: 35%;
    font-size: 14px;
    letter-spacing: 1px;
}
.riva-logo img {
    width: 300px;
    margin-bottom: 20px;
}
.riva-logo a {
    display: block;
}
.copyrights {
    width: 35%;
    float: left;
    line-height: 40px;
}



/* Enroll and Register Start */
.was-validated input:invalid, .was-validated select:invalid, .was-validated textarea:invalid{
    border-color: red;
}
.was-validated input[type=radio]:invalid + span {
  color: red;
}

/* Enroll and Register End */