/* CSS Document - Global Structure Definition for SchoolWebsites */

* {
    font-size: 99%;
}

@font-face {
    font-family: centurygothic-light;
    src: url(../fonts/GOTHIC.ttf);
}

@font-face {
    font-family: centurygothic-bold;
    src: url(../fonts/GOTHICB.ttf);
}

html {
    height: 100%;
}

* {
    behavior: url("/iepngfix.htc")
}

body,
div,
form,
input,
h1,
h2,
h3,
h4,
p,
td {
    padding: 0;
    margin: 0;
}

body #content,
body #content *,
#content-event-term-calendar,
#content-event-list-calendar,
#content-eventitem,
#content-eventitem * {
    line-height: 1.6;
}

body p {
    padding: 5px 0;
    line-height: 1.6;
    font-size: 16px;
}

li {
    line-height: 1.6;
}

body {
    height: auto;
    font-family: centurygothic-light !important;
}

a img {
    border: none;
    outline: none;
}

a {
    outline: none;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.container {
    display: table;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


/* General Table Display Styles */

.mainContent>table {
    width: 90%;
    padding: 0;
    border-collapse: collapse;
}

.mainContent>th {
    border: 1px solid;
    padding: 5px;
    font-weight: bold;
}

.mainContent>td {
    border: 1px solid;
    padding: 5px;
}

.mainContent ul li {
    font-size: 16px;
}


/* Global Structure Styles */

h1 {
    color: #000099;
    font-size: 1.5em;
    font-weight: bold;
    line-height: normal;
}

h2 {
    font-size: 32px;
    line-height: normal !important;
    font-weight: 300;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    line-height: normal !important;
    font-weight: 300;
}

h4 {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 25px;
}

::-webkit-input-placeholder {
    color: #969696;
    font-family: centurygothic-light !important;
    font-size: 15px;
}

::-moz-placeholder {
    color: #969696;
    font-family: centurygothic-light !important;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #969696;
    font-family: centurygothic-light !important;
    font-size: 15px;
}

:-moz-placeholder {
    color: #969696;
    font-family: centurygothic-light !important;
    font-size: 15px;
}

td {
    vertical-align: top;
    line-height: 1.3;
}

.header {
    height: 75px;
}

.banner {
    height: 150px;
}

.footer {
    text-align: center;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.footer p,
.footer a {
    font-size: 14px;
}

.schoolName {
    font-size: 1.9em;
}

.schoolSlogan {
    font-size: 1.3em;
    font-style: italic;
}

input.txtSearch {
    font-size: 0.9em;
}

div.clearer {
    height: 1px;
    line-height: 0em;
    clear: both;
}

.backlink {
    display: block;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 5px;
}


/* Header Table for School Name and Functions */

#headerTable {
    width: 1000px;
    height: 75px;
}

.schoolName {
    padding: 0px 0 0 25px;
    width: 506px;
    vertical-align: middle;
}

.headerFunctions {
    width: 445px;
}


/* Functions Table for Print and Search Functions and Slogan */

#functionsTable {
    width: 445px;
}

#functionsTable td {
    height: 37px;
}

td.functionHolder {
    vertical-align: middle;
    text-align: right;
    width: 445px;
    padding-right: 16px !important;
}

td.functionHolder p {
    width: 440px;
    margin-right: 5px;
}

td.functionHolder img {
    float: right;
    margin-right: 2px;
    margin-top: 1px;
}

td.functionHolder input {
    display: inline;
    float: right;
}

td.schoolSlogan {
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
}

td.formHolder {
    vertical-align: middle;
}


/* Banner Table for Logo and Main Image*/

#bannerTable {
    width: 1000px;
    height: 150px;
}

td.logoHolder {
    width: 200px;
    vertical-align: middle;
    text-align: center;
}


/* Main Content Table for Vertical Menu and Main Content */

.menuHolder {
    width: 200px;
}

.mainContent {
    /* display: block; Breaks telerik uplaoder */
    min-height: 266px;
    height: auto !important;
    height: 266px;
    padding: 0;
}

.mainContent table {
    width: 100%;
    border-collapse: collapse;
}

#horisontal .leftContent {
    width: 790px;
}

#horisontal .rightContent {
    width: 200px;
    padding: 5px;
    min-height: 400px;
    padding-top: 10px!important;
}

#ctl00_horisontal .leftContent {
    width: 790px;
}

#ctl00_horisontal .rightContent {
    width: 200px;
    padding: 5px!important;
    min-height: 400px;
    padding-top: 10px!important;
}

#vertical .leftContent {
    width: 540px;
}

#vertical .rightContent {
    width: 200px;
    padding: 5px;
    min-height: 400px;
    padding-top: 10px!important;
}

#ctl00_vertical .leftContent {
    width: 540px;
}

#ctl00_vertical .rightContent {
    width: 200px;
    padding: 5px;
    min-height: 400px;
    padding-top: 10px!important;
}

#eventListFilter {
    margin-bottom: 30px;
}

#eventListFilter input {
    padding-top: 2px;
}


/* Table containing Login column */

.mainContentLogin {
    display: block;
    min-height: 266px;
    height: auto !important;
    height: 266px;
    padding: 0 0 0px 30px;
}


/* Terms Calendar */

table#termsCalendar {
    border-collapse: separate;
    border: 0px;
    margin-top: 5px;
}

table#termsCalendar th {
    border: 0px;
    padding: 5px;
    width: 14%;
}

table#termsCalendar td {
    border: 0px;
    min-height: 100px !important;
    height: auto !important;
    height: 100px !important;
    width: 14%;
    padding: 2px;
}

table#termsCalendar td.colourTermWeekBg {
    font-weight: bold;
    min-height: 20px !important;
    height: auto !important;
    height: 20px !important;
}

table#termsCalendar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

table#termsCalendar ul li {
    margin-bottom: 2px;
    padding: 1px;
}

table#termsCalendar ul li a {
    text-decoration: none;
}


/* Events Calendar */

.eventsListing {
    width: 657px;
    margin-bottom: 15px;
    padding: 3px 0 0 0;
}

.eventDate {
    width: 100px;
    float: left;
    padding: 15px 0 0 15px;
    font-weight: bold;
}

#eventList {
    width: 535px;
    float: left;
    padding: 0 0 5px 0;
}

.event {
    padding: 8px;
    margin: 5px 0 0 0;
}

.event a {
    display: block;
    text-decoration: none;
    padding-bottom: 5px;
}

#eventList p {
    padding: 0;
}

#eventList label {
    display: block;
    float: left;
    clear: left;
    width: 60px;
    margin: 2px 0;
}

#eventList span {
    display: block;
    float: left;
    width: 400px;
    margin: 2px 0;
}

.eventsListing2-container {
    margin-bottom: 15px;
    padding: 0;
}

.eventsListing2-title {
    font-size: 18px;
}

.eventsListing2-info {
    font-size: 15px;
    line-height: 23px;
}

.eventsListing2-thumb {
    float: left;
    padding-right: 5px;
}

.eventsListing2-date {
    font-size: 17px;
    margin-bottom: 5px;
    display: inline-block;
}

.eventsListing2-sumamry {}


/* Form Elements */

input.txtSearch {
    width: 107px;
    height: 14px;
    border: solid 1px;
    line-height: 1.2;
    padding: 2px;
    float: left;
}

input.btnSearch {
    height: 18px;
    width: 22px;
    text-indent: -9000px;
    margin-left: 2px;
    margin-top: 1px;
    padding: 0;
    border: 0;
    background: url("../images/ico-search.gif") left top no-repeat;
    float: left;
}

.hiddenPlaceholders {
    padding: 20px 10px 10px 10px;
}


/* Login Control */

#cmsLogin div {
    padding: 2px;
}

#loginLink {
    cursor: pointer;
    font-size: 1.3em;
    border-bottom: dotted 1px #BBB;
}

.logonLabel {
    font-weight: bold;
}

.logonError {
    font-weight: bold;
    color: Red;
}

.loginTextBox {
    width: 120px;
}


/* Search Results */

.searchResults {}

.searchResultsList {
    list-style: none;
    padding: 0;
}

.searchResultsItem {
    border-bottom: dotted 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.searchResultsTitle {}

.searchResultsDescription {}

.searchResultsInfo {}


/* Summary Styles */

.rhs-summary {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rhs-summaryitem {
    border-bottom: 1px solid #f1f1f1;
}

.rhs-EventTitle {
    display: inline-block;
    position: relative;
    top: -10px;
}

.rhs-EventDate {
    width: 50px;
    text-align: center;
    display: inline-block;
    background: #ededf0;
    padding: 20px 5px;
    box-sizing: border-box;
    cursor: pointer;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rhs-EventDate span:first-child {
    color: #555555;
    font-weight: bold;
    font-size: 15px;
}

.rhs-EventDate span:last-child {
    color: #555555;
    font-size: 13px;
}

.rhs-EventDate:hover {
    background: #004c91;
}

.rhs-EventDate:hover span {
    color: #fff;
}

.rhs-PageTitle {
    margin-bottom: 5px;
}

.rhs-EventTitle a {
    color: #2c2828 !important;
    text-decoration: none;
    padding: 27px;
    padding-left: 10px;
    font-size: 14px;
}

.summaryList {
    margin-right: 10px;
}

.summaryList br {
    display: none;
}

.summaryitem-thumb {
    float: left;
    margin-right: 10px;
}

.summaryitem-title a {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff !important;
    padding: 17px 10px;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.summaryitem-description {
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    color: #fff;
}

.pagge-summary {
    font-size: 16px;
    margin-bottom: 10px;
}


/* lightbox picture gallery */

#lightbox2-gallery {
    margin-top: 15px;
}

.lightbox-item {
    float: left;
    padding: 3px;
    border: dotted 1px #EEE;
    margin-right: 6px;
}

.lightbox-item-title {
    font-weight: bold;
    font-size: larger;
    margin-top: 3px;
    margin-bottom: 3px;
}

.lightbox-item-title {
    font-size: 0.9em;
}

.lightbox-item-description {
    font-size: 0.8em;
}

.home-banner {
    display: block;
    height: 170px;
    background: url(../images/edn-banner.jpg) no-repeat;
    background-size: cover;
}

.wlcm-event {
    background-color: #f9f9f9;
}

.pd {
    padding: 45px 0 30px;
}

.edn-lft,
.edn-rgt {
    display: block;
    float: left;
}

.edn-lft {
    width: 65%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.edn-lft h3 span {
    color: #282828 !important;
    font-size: 16px;
}

.edn-lft ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.edn-lft ul li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 18px;
}

.edn-lft ul li::after {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 22px;
    height: 22px;
    background: url(../images/sprite-edn.png) no-repeat;
    background-position: 0px 0px;
    content: '';
}

.edn-lft ul li:first-child {
    margin-top: 10px;
}

.edn-lft ul li h3 span {
    color: #7a7a7a !important;
}

.edn-rgt {
    width: 35%;
}

.edn-rgt h3 {
    margin-bottom: 25px;
}

.edn-about {
    background-color: #014c90;
}

.about-outer {
    display: block;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.about-outer p {
    color: #d6bb7b;
    padding: 0;
    padding-bottom: 15px;
    font-size: 17px;
}

.about-outer p span.small {
    display: block;
    color: #fff;
    margin-top: 15px;
}

.about-outer img {
    display: block;
    margin: auto;
}

.about-outer p a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
    margin-top: 10px;
}

.about-lft,
.about-rgt {
    display: block;
    float: left;
}

.about-lft {
    width: 40%;
    text-align: center;
    position: relative;
    background: #014684;
}

.about-lft:before {
    content: "";
    background: #014684;
    position: absolute;
    right: 100%;
    width: 1000px;
    height: 100%;
    top: 0;
}

.about-rgt {
    width: 60%;
    position: relative;
    margin-top: 35px;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.about-rgt::before {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 25px;
    left: 25px;
    background: url(../images/sprite-edn.png) no-repeat;
    background-position: -39px 0px;
    content: '';
}

.about-lft a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
    margin-top: 10px;
    font-family: centurygothic-bold !important;
}

.about-lft a:hover {
    color: #fff;
}

.about-lft span {
    display: block;
    color: #fff;
    font-size: 15px;
}

.about-lft figure {
    margin: 0;
}

.about-lft figure img {
    border-radius: 50%;
}

.about-rgt p {
    color: #d6bb7b;
    padding: 0;
    padding-bottom: 15px;
    font-size: 19px;
}

.about-rgt span {
    display: block;
    color: #fff;
    font-size: 19px;
    font-style: italic;
}

.news-item {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #f1f1f1;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item h3 {
    font-size: 18px;
    font-family: centurygothic-bold !important;
}

.news-item span {
    color: #8e8e8e;
}

.news-item p {
    font-size: 16px;
}

.link-readmore a {
    margin: 0 !important;
    font-size: 15px !important;
}

.link-readmore a:hover {
    color: #004c91;
}

.inner-cnt ul {
    padding-left: 17px;
}

.membership h3 {
    font-weight: bold;
    color: #014c90;
    line-height: 27px !important;
    margin-top: 20px;
}

.form-gp {
    display: inline-block !important;
    width: 100% !important;
}

.form-group {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    margin-bottom: 7px;
    color: #2d2d2d;
    font-size: 15px;
    position: relative;
}

.form-group {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group .form-item input,
.form-group .form-item textarea,
.form-group .form-item select {
    width: 100%;
    display: block;
    border: 1px solid #d4d4d4 !important;
    height: 35px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #969696;
}

.form-group .form-item textarea {
    height: 90px;
}

.form-group .form-item.captcha-form {
    font-size: 12px;
    color: red;
}

.form-group input[type=checkbox] {
    float: left;
    position: relative;
    top: 3px;
}

.form-group input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.form-group .check-label {
    margin-left: 20px;
    display: block;
}

.member-form {
    display: inline-block;
    max-width: 850px;
    width: 100%;
}

.form-gp-ico {
    position: absolute;
    top: 0px;
    right: -30px;
    width: 22px;
    height: 22px;
    background: url(../images/sprite-edn.png) no-repeat;
    background-position: -110px 0px;
}

span.small-label {
    color: #969696;
    font-size: 14px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

span.blck {
    display: block;
    color: #969696;
    font-size: 13px;
    margin-top: 3px;
    line-height: 19px;
    font-weight: 300;
}

#divMoreInfoPrecinct,
#divMoreInfoOOS,
#divMoreInfo_SO,
#divMoreInfo_SN,
#divMoreInfo_ES,
#divMoreInfo_YCD,
#divMoreInfoCategory,
#divMoreInfoSubCategory {
    position: absolute;
    width: 310px;
    padding: 15px;
    margin-top: 7px;
    background-color: #00264a;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    z-index: 1
}

#divMoreInfoPrecinct:after,
#divMoreInfoOOS:after,
#divMoreInfo_SO:after,
#divMoreInfo_SN:after,
#divMoreInfo_ES:after,
#divMoreInfo_YCD:after,
#divMoreInfoCategory:after,
#divMoreInfoSubCategory:after {
    position: absolute;
    top: -6px;
    left: 70px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #00264a;
    content: '';
}

span.sub {
    display: block;
    font-size: 15px;
    color: #2d2d2d;
    text-decoration: underline;
}

.form-radio {
    margin-top: 15px;
}

h4.cntct-tle,
h4.cntct-tle1 {
    position: relative;
}

h4.cntct-tle .form-gp-ico {
    right: 0;
    left: 190px;
}

h4.cntct-tle1 .form-gp-ico {
    right: 0;
    left: 215px;
}

.browse-form h4,
.browse h4 {
    margin-bottom: 5px;
}

.cntct h2 {
    margin-bottom: 0;
}

.cntct p {
    text-align: left !important;
}

.btn {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #014c90;
    padding: 11px 25px !important;
    width: 170px !important;
    height: auto !important;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    margin: 20px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:hover,
.btn-more:hover {
    color: #ffffff;
    background-color: #0061b8;
}

.btn-more {
    font-size: 16px;
    color: #ffffff !important;
    background-color: #014c90;
    padding: 7px 30px;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    margin: 20px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.edn-about1 {
    display: none;
}

.links a {
    display: block;
    float: left;
    text-decoration: underline;
    font-size: 15px;
    padding-right: 15px;
}

#eventListFilter .form-group {
    margin-bottom: 5px;
}

#eventListFilter select {
    border: 1px solid #d4d4d4;
    margin-right: 10px;
}

.eventsListing2-container {
    display: block;
    width: 48.9%;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.eventsListing2-container:nth-child(even) {
    margin-right: 0;
}

.eventsListing2-info,
.eventsListing2-title {
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
}

.pull-right {
    float: right;
}

.Evnt {
    margin-top: 6px;
}

.Evnt span {
    font-size: 16px;
    width: 150px;
    padding-left: 25px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.Evnt span::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../images/sprite-edn.png) no-repeat;
    content: '';
}

.Evnt.eventate span::before {
    background-position: -147px 0px;
}

.Evnt.eventLocation span::before {
    background-position: -168px 0px;
}

.Evnt.eventContact span::before {
    background-position: -190px 0px;
}

.Evnt.eventInfo span::before {
    background-position: -215px 0px;
}

.Evnt p {
    margin-left: 160px;
    padding: 0;
}

.wlcm-event,
.latestNews,
.edn-about,
.footer,
.member-dtls,
.listng-dtls,
.cntct-dtls,
.form-radio,
.cntct-fill,
.links,
#eventListFilter,
.Evnt,
.summaryList {
    display: inline-block;
    width: 100%;
}

span.summaryListItem {
    display: block;
    width: 25%;
    float: left;
    margin: 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

span.summaryListItem:nth-child(3) .summary-container {
    min-height: 84px;
}

.summary-container {
    background-color: #014c90;
    margin-right: 25px;
}

.summary-container:hover {
    color: #ffffff;
    background-color: #0061b8;
}

.RadPicker table.rcTable,
.RadPicker {
    width: 100% !important;
}

.capcha {
    overflow: hidden;
}

.member-dtls,
.listng-dtls {
    margin-bottom: 20px;
}

#ctl00_ContentPlaceHolderMaster_ctl00_uiLblErrorMessage {
    font-size: 13px !important;
    font-weight: 300 !important;
}


/*
.RadWindow {
    top: 2130px !important;
}
*/

.RadWindow .rwTable {
    background: #fff;
}

.RadWindow_Default .rwTopLeft,
.RadWindow_Default .rwTopRight,
.RadWindow_Default .rwTitlebar,
.RadWindow_Default .rwFooterLeft,
.RadWindow_Default .rwFooterRight,
.RadWindow_Default .rwFooterCenter,
.RadWindow_Default .rwTopResize,
.RadWindow_Default .rwStatusbar div,
.RadWindow_Default .rwStatusbar,
.RadWindow_Default .rwPopupButton,
.RadWindow_Default .rwPopupButton span,
.RadWindow_Default.rwMinimizedWindow .rwCorner,
.RadWindow_Default .rwBodyLeft,
.RadWindow_Default .rwBodyRight,
.RadWindow_Default .rwStatusbarRow .rwCorner {
    background-image: none !important;
}

.RadWindow .rwWindowContent .radalert {
    background-position: left top !important;
}

.RadWindow .rwCloseButton {
    background-position: -240px 0 !important;
}

.RadWindow .rwWindowContent .radalert {
    font-family: centurygothic-light !important;
    font-size: 13px;
}

.RadWindow table.rwTable {
    padding: 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

span.RadAlertHeading {
    font-size: 15px;
}

.RadWindow .rwDialogPopup {
    margin: 0 !important;
    margin-top: 16px !important;
    padding: 13px 0 16px 45px !important;
}

.RadWindow .rwDialogPopup .rwPopupButton {
    background: #d4d4d4;
    padding: 4px 10px;
    margin: 0;
}

.RadEditor {
    width: 100% !important;
}

html:first-child .RadWindow ul {
    float: none !important;
    padding: 0;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html:first-child .RadWindow ul li {
    line-height: 23px;
}

.RadWindow_Default .rwControlButtons a {
    background-image: url(../images/sprite-edn.png) !important;
}

td.reEditorModesCell ul li:after {
    display: none;
}

#ctl00_ContentPlaceHolderMaster_ctl00_NewsItem1_RadPageView1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mainContent #content{
    margin: 0 !important;
}

@media screen and (max-width:991px) {
    .edn-lft,
    .edn-rgt,
    .about-lft,
    .about-rgt {
        width: 100%;
        padding-right: 0;
    }
    .about-lft:before {
        width: 0;
    }
    .about-lft {
        background: transparent;
    }
    .about-rgt {
        margin-top: 0;
        padding: 30px 0 35px 20px;
    }
    .about-rgt:before {
        top: 0;
        left: 0;
    }
    .news-item p {
        font-size: 15px;
    }
    .about-rgt p,
    .about-rgt span {
        font-size: 17px;
    }
    .footer #left,
    .footer #right {
        margin: 0 !important;
    }
    .eventsListing2-container {
        width: 100%;
        margin-right: 0;
    }
    .footer #right,
    .footer #left {
        display: inline-block;
        width: 100%;
        float: left !important;
        text-align: left !important;
    }
    span.summaryListItem {
        width: 33.333%;
    }
}

@media screen and (max-width:768px) {
    h2 {
        font-size: 27px;
    }
    .pd {
        padding: 35px 0 30px;
    }
    .edn-lft ul li {
        padding-left: 35px;
    }
    .edn-lft h3 span,
    body p,
    .pagge-summary,
    .mainContent ul li,
    .Evnt span {
        font-size: 15px;
    }
    .form-group {
        width: 100%;
        padding-right: 0;
    }
    .eventsListing2-info,
    .eventsListing2-title {
        padding: 15px;
    }
    .summary-container {
        margin-right: 15px;
    }
}

@media screen and (max-width:712px) {
    span.summaryListItem {
        width: 50%;
        margin: 10px 0;
    }
}

@media screen and (max-width:570px) {
    span.summaryListItem {
        width: 100%;
    }
    .summary-container {
        margin-right: 0;
    }
}

@media screen and (max-width:480px) {
    h2 {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .about-lft a {
        font-size: 20px;
    }
    .form-telerik {
        display: grid;
    }
    .RadTreeView .rtIn {
        font-size: 14px;
    }
    .membership h3 {
        font-size: 15px;
        margin-top: 10px;
    }
    .Evnt span {
        width: 100px;
    }
    .Evnt p {
        margin-left: 110px;
    }
}
