@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@font-face {
    font-family: 'LyonDisplayRegular';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/LyonDisplayWebRegularRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'LyonDisplayMedium';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/LyonDisplayWebMediumRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'LyonDisplayBlack';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/LyonDisplayWebBlackRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/Avenir-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('../fonts/Avenir-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('../fonts/Avenir-Roman.ttf') format('truetype');
}

body {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    padding-top: 100px;
}

.entry-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'LyonDisplayMedium';
    font-weight: normal !important;
}

.footer-bottom-outer {
    background: #000000;
    width: 100%;
    color: #fff;
    padding: 15px 40px;
}

#footer-boxes {
    background: #f4f4f4;
    width: 100%;
    color: #fff;
    padding: 70px 40px 70px;
    border: solid 2px #000;
}

.site-footer {
    padding: 0;
}

.site-inner {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.site-main>article {
    margin-bottom: auto;
}

.site {
    margin: auto;
}

.container {
    max-width: 1200px;
}

.site-content {
    padding: 0;
}

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
    display: none;
}

#footer-logo {
    max-width: 170px;
    float: left;
    width: 100%;
}

#footer-address {
    max-width: 270px;
    width: 100%;
    float: left;
    margin-left: 30px;
    line-height: 24px;
    color: #8a8a8a;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
}

#footer-address::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 17px;
    background: url("../images/Location.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-chairp-info .foot-chairp-box {
    font-size: 14px;
}

.footer-chairp-info .foot-chairp-box:nth-child(-n+3) {
    margin-bottom: 20px;
}

.footer-chairp-info .foot-chairp-box .chairp-designation {
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.footer-chairp-info .foot-chairp-box .chairp-name {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-family: 'LyonDisplayMedium';
}

.footer-chairp-info .foot-chairp-box .chairp-mail,
.footer-chairp-info .foot-chairp-box .chairp-mail a {
    font-size: 14px;
    line-height: 26px;
    color: #eb1c13 !important;
}

.page-template-page-contact #content {
    background: #f9f9f9;
}

#content {
    padding: 0;
    font-size: 16px;
    color: #323232;
}

#content p {
    font-family: Poppins, sans-serif;
    font-weight: 450;
    text-align: justify;
}

header.site-header {
    padding: 16px 0;
    z-index: 2;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

header.off-canvas {
    top: -100px;
}

header.fixed {
    top: 0;
}

#main_banner {
    position: relative;
}

#main_banner .img_banner img {
    width: 100%;
}

.banner_text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.banner_text .container,
.banner_text .row {
    height: 100%;
}


/* 
.banner_text #main_banner_text {
margin: auto auto auto 0;
max-width: 53%;
width: 100%;
} */

.banner_text #main_banner_text {
    margin-top: auto;
    width: 100%;
    margin-bottom: auto;
    padding-top: 80px;
}

.banner_text #main_banner_text h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.banner_text #main_banner_text h2.active {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition-delay: 0.5s;
    transition-duration: 0.75s;
}

.btn {
    font-family: 'Avenir-Book';
    font-size: 16px;
    background: #fff;
    line-height: 20px;
    padding: 12px 20px;
    min-width: 148px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #000;
    text-transform: uppercase;
}

.btn:hover {
    background: #ed2c23;
    color: #fff;
}

.latest_news_box {
    margin-bottom: 20px;
}


/* .latest_news_box {
padding: 0 10px;
width: 25%;
}

.latest_news_box:nth-child(1) {
width: 50%;
} */

#news_boxes #latest_news_boxes {
    padding-left: 10px;
    padding-right: 10px;
}

.latest_news_box .ln_thumbnail {
    min-height: 300px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

#latest_news_boxes .row {
    margin: 0 -25px;
}

.news_details p {
    margin: auto;
    font-weight: 300;
    color: #323232;
}

.news_details h4 {
    color: #000000;
    font-size: 16px;
    margin: 5px 0 8px 0;
}

.news_details p.ndate {
    margin: auto;
    font-size: 12px;
    font-weight: 300;
    color: #949494;
}

.latest_news_box a:hover {
    text-decoration: none;
}

#news_boxes .sec_title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
}

#news_boxes .sec_title span {
    padding: 0 30px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}

#news_boxes #latest_news_boxes {
    padding-top: 20px;
}

#news_boxes {
    padding-top: 40px;
    padding-bottom: 40px;
}

.latest_news_box:last-child {
    margin-bottom: 0;
}

#news_boxes .sec_title::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #000;
    z-index: -1;
    top: 50%;
}

.box_are {
    background: #f4f4f4;
    color: #fff;
    margin-top: 0;
    overflow: hidden;
    padding: 20px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    height: 100%;
}

.box_are a {
    display: block;
    position: relative;
    padding-bottom: 22px;
    height: 100%;
}

.box_are a .tm_location {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box_are:hover {
    background: #ed2c23
}

.box_are:hover h4,
.box_are:hover p {
    color: #fff;
}

.box_are a:hover {
    box-shadow: none;
    text-decoration: none;
}

.left_bar #secondary {
    width: 100%;
    margin: auto;
    padding: 0;
    max-width: 100%;
    float: none;
}

.breadcrumb_area {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    padding: 12px 0;
}


/* .breadcrumb_area a {
color: #8a8a8a;
} */

.breadcrumb_area a {
    color: #fff;
}

.site-main {
    margin-bottom: 0;
}

#breadcrumbs {
    margin: auto;
}

.site-branding .custom-logo {
    width: 100%;
    max-width: 160px;
}

.h_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top_right_button {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: auto;
    margin-top: auto;
    list-style: none;
    padding: 0;
}

.site-branding.col-md-3 {
    margin-top: auto;
    margin-bottom: auto;
}

#top_right_button>li {
    margin: 0 10px;
    float: left;
}

#top_right_button>li#find_button a,
#top_right_button>li#toplogin_button a,
#top_right_button>li#toplogout_button a {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-family: 'Avenir-Book', sans-serif;
    font-size: 14px;
    color: #000;
}

#top_right_button>li#toplogout_button a {
    width: auto;
}

#top_right_button>li#find_button a:hover,
#top_right_button>li#toplogin_button a:hover,
#top_right_button>li#toplogout_button a:hover {
    color: #000;
}

#top_right_button>li#find_button a::after,
#top_right_button>li#toplogin_button a::after,
#top_right_button>li#toplogout_button a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background: #eb1c13;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#top_right_button>li#find_button a:hover::after,
#top_right_button>li#toplogin_button a:hover::after,
#top_right_button>li#toplogout_button a:hover:after {
    width: 100%;
}


/*   #top_right_button>li#find_button a {
background: #f4f4f4;
display: block;
padding: 0 20px;
line-height: 32px;
color: #000000;
text-transform: uppercase;
font-weight: 300;
border-radius: 3px;
font-size: 16px;
border: solid 1px #f4f4f4;
width: auto;
text-align: center;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
-o-transition: all ease 0.5s; 
}

#top_right_button>li#find_button a:hover {
text-decoration: none;
background: #ed2c23;
color: #fff;
border: solid 1px #ed2c23;
}
*/

.site-branding .site-title {
    display: none;
}

#site-header-menu {
    margin-left: auto;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto;
}


/*.main-navigation {
margin: auto;
}*/

.left_bar {
    height: 100%;
    background: #f9f9f9;
    padding: 30px;
    max-width: 310px;
    width: 100%;
}

.left_bar ul,
.left_bar li {
    margin: auto;
    list-style-type: none;
    padding: 0;
}

.left_bar li {
    line-height: 20px;
    padding: 6px 0;
}

.left_bar li a {
    font-size: 16px;
    display: inline-block;
    color: #000;
    font-weight: 450;
    line-height: 24px;
    text-decoration: underline;
    font-family: Poppins, sans-serif;
}

.left_bar li.current_page_item a,
.left_bar li:hover a,
.current_page_parent>a {
    color: #ed2c23 !important;
    font-weight: 500 !important;
}

.left_bar li.current_page_item a::after,
.current_page_parent a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 8px;
    background: url("../images/rgt-arrw.png") no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 6px;
}

.left_bar .widget {
    border: none;
    padding: 0;
    margin: auto;
}

.one-right {
    padding: 50px 0;
    min-height: 540px;
}

.widget_nav_menu h2.widget-title,
.left_bar_title {
    margin: -30px -30px 30px -30px;
    background: #ed2c23;
    color: #fff;
    padding: 20px 30px;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: normal
}

.footer-bottom-outer .row {
    flex-direction: row-reverse;
}

.box_are .le_date {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.social_icons .widget {
    margin: auto;
    padding: 0;
    border: none;
    color: #fff;
    text-align: right;
}

.box_are:hover .le_date {
    color: #fff;
}

.box_are h4 {
    color: #000;
    font-size: 24x;
    line-height: 1.2;
    margin: 2px auto 5px auto;
}

.tm_location p {
    display: inline-block;
    margin: 0;
    padding-right: 15px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    white-space: nowrap;
}

.tm_location p:last-child {
    padding-left: 10px;
}

.tm_location {
    display: flex;
    flex-wrap: wrap;
}

.tm_location p img {
    max-width: 14px;
    max-height: 16px;
    height: auto;
    width: auto;
    min-height: 14px;
    margin-right: 3px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.box_are:hover .tm_location p img {
    filter: brightness(10);
}

#facm_outer_left {
    position: relative;
    width: 47%;
    height: 100%;
    background: #27282a;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 40px;
}

.facm_left {
    margin: auto auto auto 0;
    max-width: 420px;
    color: #fff;
}

#facm_outer_left .facm_left h3 {
    font-size: 30px;
    font-family: 'LyonDisplayRegular';
}

#facm_outer_left .facm_left p.search-txt {
    margin: 0;
    font-family: 'LyonDisplayMedium';
    font-size: 16px;
}

#home_member_search_form input[type="text"] {
    background: #fff;
    border: none;
    border-radius: 3px 0 0 3px;
    height: 44px;
    width: 68%;
    float: left;
}

#home_member_search_form button {
    font-family: 'Avenir-Book';
    width: 32%;
    line-height: 42px;
    padding: 0;
    text-transform: uppercase;
    background: #ed2c23;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    float: right;
    border: solid 1px #ed2c23;
}

#home_member_search_form button:hover {
    background: #fff;
    color: #ed2c23;
}

#facm_outer {
    margin-bottom: 40px
}

#facm_outer .row {
    position: relative;
}

#facm_outer_right {
    margin-right: 0;
    margin-left: auto;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 53%;
}

.entry-footer {
    margin: auto;
}

#join_combar_outer {
    margin-bottom: 40px;
}

.combar_div {
    color: #fff;
    background: #ed2c23;
    padding: 20px 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#combar_twitter_feed_outer {
    margin-bottom: 40px;
}

#combar_twitter_feed_outer #ctf {
    background: #f9f9f9;
    width: 100%;
    padding: 40px 0 40px 30px;
    height: auto !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

#combar_twitter_feed_outer #ctf>.ctf-header {
    display: none;
}

#combar_twitter_feed_outer #ctf .ctf-item {
    border: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 10px);
    padding-top: 0;
    padding-bottom: 0;
}

#combar_twitter_feed_outer #ctf .ctf-item:nth-child(2) {
    margin: 0 15px;
}

#combar_twitter_feed_outer #ctf .ctf-item .ctf-author-box .ctf-author-box-link a {
    font-weight: 400 !important;
    font-size: 17px;
    font-family: 'LyonDisplayMedium';
}

#combar_twitter_feed_outer #ctf .ctf-item .ctf-author-box .ctf-author-box-link a.ctf-author-name {
    margin-left: 0;
}

#combar_twitter_feed_outer #ctf .ctf-item .ctf-tweet-content .ctf-tweet-text {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
}

#combar_twitter_feed_outer #ctf .twitter-icn {
    width: 80px;
}

#combar_twitter_feed_outer .twitter-icn>img {
    width: 60px;
    height: auto;
}

#combar_twitter_feed_outer #ctf .ctf-owl-nav {
    display: block !important;
    opacity: 1 !important;
}

#combar_twitter_feed_outer #ctf .ctf-owl-nav svg {
    display: none;
}

#combar_twitter_feed_outer #ctf .ctf-owl-nav .ctf-owl-prev::before,
#combar_twitter_feed_outer #ctf .ctf-owl-nav .ctf-owl-next::before {
    font-family: fontawesome;
    font-size: 36px;
    color: #c7c7c7;
    font-weight: 700;
}

#combar_twitter_feed_outer #ctf .ctf-owl-nav .ctf-owl-prev::before {
    content: "\f104";
}

#combar_twitter_feed_outer #ctf .ctf-owl-nav .ctf-owl-next::before {
    content: "\f105";
}

#combar_twitter_feed_outer #ctf .ctf-owl-nav .ctf-owl-prev:hover::before,
#combar_twitter_feed_outer #ctf .ctf-owl-nav .ctf-owl-next:hover::before {
    color: #010101;
}

#combar_twitter_feed_outer #ctf .ctf-owl-nav>div {
    height: auto;
    margin: 0;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

#combar_twitter_feed_outer #ctf .ctf-out-of-tweets {
    display: none;
}

#combar_twitter_feed_outer #ctf .ctf-tweet-items {
    width: calc(100% - 100px);
    padding: 0 50px;
}

#combar_twitter_feed_outer #ctf .ctf-tweet-items .ctf-owl-dots {
    padding: 0;
}

#combar_twitter_feed_outer #ctf .ctf-tweet-items .ctf-owl-dots .ctf-owl-dot span {
    margin-top: 0;
    margin-bottom: 0;
}


/* #event_boxes {
margin-bottom: 40px;
} */

.news_box.background-grey {
    background: #f9f9f9;
    padding: 30px;
}

.news_box {
    margin-bottom: 30px;
}

.news_box p.ndate {
    margin: auto;
    font-size: 12px;
    font-weight: 300;
    color: #949494;
}

.news_box h4 a {
    color: #000000;
}

.news_box img {
    width: 100%;
    margin-bottom: 10px;
}

.news_box h4 {
    color: #000000;
    font-size: 16px;
    margin: 5px 0 20px 0;
}

.news_box p {
    margin: auto;
    font-weight: 300;
    color: #323232;
}

.new_list .news_box .tm_location {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_list .news_box .tm_location>p {
    margin: 0;
}

.new_list .news_box .tm_location>p .combar_icon_img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}

.news-right {
    width: 100%;
}

.post-pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.post-pagination>* {
    line-height: 34px;
    display: inline-block;
    width: 34px;
    margin: 0 2px;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: top;
}

.post-pagination>a {
    background: #000;
    color: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.post-pagination>a:hover,
.post-pagination>span {
    background: #ed2c23;
    color: #fff;
}

.post-pagination span.prev {
    background: #f9f9f9;
    color: #000;
    font-size: 28px;
}

.post-pagination span.next {
    background: #f9f9f9;
    color: #000;
    font-size: 28px;
}

.upevr_box {
    background: #f9f9f9;
    margin-bottom: 30px;
    padding: 30px;
}

.upevr_box h4 {
    color: #000000;
    font-size: 16px;
    margin: 5px 0 8px 0;
}

.upevr_box p {
    margin: auto;
    font-weight: 300;
    color: #323232;
}

.upevr_box p.ndate {
    margin: auto;
    font-size: 12px;
    font-weight: 300;
    color: #949494;
}

.upevr_box .up_ls_tm {
    margin: 15px -29px -29px -29px;
    background: #fff;
    padding: 15px 29px;
    line-height: 16px;
}

.upevr_box .up_ls_tm>p {
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    margin-right: 15px;
    color: #ed2c23;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}

.upevr_box .up_ls_tm>p.event_location:before {
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../images/Location_black.svg) no-repeat;
    content: "";
    height: 16px;
    width: 10px;
    background-size: auto 100%;
}

.upevr_box .up_ls_tm>p.event_time:before {
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../images/Time_black.svg) no-repeat;
    content: "";
    height: 14px;
    width: 14px;
    background-size: auto 100%;
}

.contact-right {
    background: #fff;
    padding: 30px;
}

.contact-page-main.container {
    padding-top: 60px;
    padding-bottom: 80px;
}

#topsearch_button {
    background: url(../images/Search.svg) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    font-size: 0;
    display: block;
    margin-top: 12px;
}

.contact-address p,
.contact-admin p,
.contact-phone p,
.contact-email p {
    margin: auto;
}

.contact-address a,
.contact-admin a,
.contact-phone a,
.contact-email a {
    color: #ed2c23;
    text-decoration: underline;
}

.contact-address,
.contact-admin,
.contact-phone,
.contact-email {
    position: relative;
    padding-left: 30px;
    color: #323232;
    padding-top: 18px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.contact-address::before {
    position: absolute;
    left: 0;
    top: 22px;
    background: url(../images/Location_black.svg) no-repeat;
    content: "";
    height: 25px;
    width: 16px;
    background-size: auto 100%;
}

.contact-phone::before {
    position: absolute;
    left: 0;
    top: 22px;
    background: url(../images/phone_icon.svg) no-repeat;
    content: "";
    height: 18px;
    background-size: auto 100%;
    width: 17px;
}

.contact-admin::before {
    position: absolute;
    left: 0;
    top: 22px;
    background: url(../images/user_icon.svg) no-repeat;
    content: "";
    height: 19px;
    background-size: auto 100%;
    width: 20px;
}

.contact-email::before {
    position: absolute;
    left: 0;
    top: 23px;
    background: url(../images/envelope_icon.svg) no-repeat;
    content: "";
    height: 12px;
    background-size: auto 100%;
    width: 18px;
}

.contact-admin strong {
    font-family: 'LyonDisplayMedium';
    font-weight: normal;
}

h2 {
    font-size: 30px;
}

.footer-social-main a {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 0;
    vertical-align: top;
    text-decoration: none;
    box-shadow: none;
    margin-left: 15px;
}

.footer-social-main .twitter {
    background: url(../images/Twitter_footer.svg) no-repeat;
}

.footer-social-main .facebook {
    background: url(../images/Facebook_footer.svg) no-repeat;
}

.flinks a {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
}

.flinks {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: Poppins, sans-serif;
}

.flinks a#footer-pp-link {
    border-right: solid 1px #fff;
    padding-right: 10px;
    margin-right: 6px;
}

.widget .widget-title {
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'LyonDisplayMedium';
}

.log_form {
    margin: auto;
    padding-top: 60px;
    padding-bottom: 80px;
}

.lec_sem_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fafafa;
    margin-bottom: 5px;
    padding: 30px 15px;
}

.lec_sem_item:nth-child(2n) {
    background: #f4f4f4;
}

.download_doc_button {
    background: #ed2c23;
    font-family: 'Avenir-Book';
    display: inline-block;
    vertical-align: top;
    min-width: 178px;
    text-align: center;
    border-radius: 3px;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.download_doc_button:hover,
.download_doc_button:focus {
    color: #fff;
    text-decoration: none;
}

.download_doc_button .combar_icon_img {
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}

.doc_details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    padding-top: 5px;
}

.doc_details p {
    margin: 0;
    padding: 0 5px;
    color: #000;
}

.doc_details span {
    color: #949494;
}

.lec_sem_item .col-md-3 {
    padding-left: 0;
}

.lec_sem_item>div {
    margin-top: auto;
    margin-bottom: auto;
}

.lec_sem_item h4 {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
}

.lec_sem_item_listing {
    padding-top: 10px;
}

.ser_form #searchtext {
    width: 100%;
    margin-bottom: auto !important;
    border: solid 1px #e8e8e8;
    background: #fff;
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    max-width: calc(100% - 200px);
    font-family: Poppins, sans-serif;
    font-weight: 300;
}

.ser_form #searchtext::-webkit-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}

.ser_form #searchtext::-moz-placeholder {
    opacity: 1;
    color: #c5c5c5;
}

.ser_form #searchtext:-ms-input-placeholder {
    opacity: 1;
    color: #c5c5c5;
}

.ser_form #searchtext:focus {
    box-shadow: none;
}

.ser_form .btn.btn-primary {
    height: 44px;
    border: solid 1px #ed2c23;
    background: #ed2c23;
    color: #fff;
    width: 190px;
    font-size: 16px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.ser_form .btn.btn-primary:hover {
    background: #fff;
    color: #ed2c23;
}

.document_categorie_box a {
    min-height: 94px;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    margin-top: 30px;
    padding: 0 30px;
    color: #000;
    font-size: 16px;
    font-family: 'LyonDisplayMedium';
    text-decoration: underline;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    position: relative;
}

.document_categorie_box a:focus,
.document_categorie_box a:hover {
    background: #ed2c23;
    color: #fff;
}

.document_categorie_box a::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url("../images/Arrow_Black.svg") no-repeat;
    background-position: center;
    background-size: cover;
    width: 12px;
    height: 22px;
}

.document_categorie_box a:hover::after {
    background: url("../images/Arrow_White.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.form_area {
    padding-top: 15px;
}

#site-header-menu ul.primary-menu>li {
    margin: 0 10px;
}

#site-header-menu .menu-main-menu-container {
    margin: auto;
}

#site-header-menu ul.primary-menu>li a {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-family: 'Avenir-Book', sans-serif;
    font-size: 14px;
    color: #000;
}

#site-header-menu ul.primary-menu>li a:hover {
    color: #000;
}

#site-header-menu ul.primary-menu>li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background: #eb1c13;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#site-header-menu ul.primary-menu>li a:hover::before,
#site-header-menu ul.primary-menu>li.current-menu-item>a::before,
#site-header-menu ul.primary-menu>li.current-menu-ancestor>a::before,
#site-header-menu ul.primary-menu>li.current-menu-ancestor>ul.sub-menu li.current-menu-item a::before {
    width: 100%;
}

#site-header-menu ul.primary-menu>li a::after {
    right: -20px;
    display: none;
}

#site-header-menu ul.primary-menu>li>ul.sub-menu li a {
    color: #000;
    font-size: 14px;
    padding: 6px 5px;
}

#site-header-menu ul.primary-menu>li>ul.sub-menu li.current-menu-item a,
#site-header-menu ul.primary-menu>li>ul.sub-menu li:hover a {
    color: #eb1c13;
}

#site-header-menu ul.primary-menu>li.current-menu-item>a,
#site-header-menu ul.primary-menu>li.current-menu-ancestor>a,
#site-header-menu ul.primary-menu>li.current-menu-ancestor>ul.sub-menu li a {
    font-weight: 400;
}

.combar_div h4 {
    float: left;
    font-size: 30px;
    margin: 0;
    width: 208px;
}

.combar_div .combardesc {
    float: left;
    max-width: 635px;
    width: 100%;
    margin: 0 auto auto 0;
}

.combar_div .combardesc p {
    font-size: 14px;
    margin: 0;
}

.combar_div a.btn {
    width: 190px;
    border: solid 1px #fff;
    padding: 12px 20px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    margin-left: auto;
}

#footer-boxes div,
#footer-boxes p {
    color: #000;
    font-family: Poppins, sans-serif;
}

.entry-content a {
    color: #ed2c23;
    font-weight: 500;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: none;
    box-shadow: 0 1px 0 0 currentColor;
}

hr.line {
    margin: 40px 0 0;
    border-top: 1px solid #e8e8e8;
}

.whoweare h6 {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 20px 0 25px;
}

.whoweare ul {
    padding-left: 40px;
}

.whoweare ul li {
    color: #323232;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 30px;
}

.whoweare .aboute-quote {
    background: #000;
    text-align: center;
    padding: 40px 100px;
}

blockquote {
    background: #fff;
    text-align: center;
    padding: 20px 20px 40px;
    margin: 10px 0 0 0 !important;
    border: none;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: italic;
}

blockquote p {
    color: #000;
    font-family: 'LyonDisplayMedium' !important;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}

.whoweare .aboute-quote p {
    margin: 0;
    color: #fff;
    font-family: 'LyonDisplayMedium' !important;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}

.whoweare h1 {
    font-family: 'LyonDisplayMedium';
    font-weight: normal;
    font-size: 30px;
}

.whoweare ol {
    padding-left: 30px;
    list-style: none;
}

.whoweare ol li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 25px;
}

.whoweare h2 {
    margin-top: 30px;
}

.simple_bottom_links p {
    margin: auto;
    line-height: 30px;
}

.simple_bottom_links p a {
    color: #ed2c23;
    text-decoration: underline;
    font-weight: 500;
}

body {
    counter-reset: my-sec-counter;
}

.whoweare ol li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
    color: #000000;
    font-family: 'LyonDisplayMedium';
    margin-right: 10px;
}

.whoweare p.last-para {
    color: #000;
    font-family: 'LyonDisplayRegular' !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400 !important;
}

.lgform {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
    margin-top: 30px;
}

.lgform #loginform>p {
    width: calc(50% - 8px);
    margin: 0 15px 20px 0;
    float: left;
}

.lgform #loginform>p:nth-child(2n) {
    margin-right: 0;
}

.lgform #loginform>p label {
    font-family: 'LyonDisplayMedium';
    font-size: 16px;
    line-height: 22px;
}

.lgform #loginform .login-submit {
    width: calc(50% - 8px);
    float: left;
}

.lgform #loginform .login-submit input[type="submit"] {
    width: 280px;
    line-height: 44px;
    padding: 0;
    background: #ed2c23;
    border-radius: 3px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.lgform #loginform>p input[type="password"],
.lgform #loginform>p input[type="text"] {
    background: #fff;
    border: 1px solid #e8e8e8;
    line-height: 42px;
    padding: 0 15px;
}

.lgform #loginform #forgotpass {
    float: right;
    font-weight: 300;
    margin: 10px 100px 0 0;
}

.intrntnl .acco .acco-item {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 60px 15px 20px;
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 3px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.intrntnl .acco .acco-item>p::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("../images/Location_black.svg") no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}

.intrntnl .acco .acco-item:hover,
.intrntnl .acco .acco-item.active {
    background: #ed2c23;
    color: #fff;
}

.intrntnl .acco .acco-item:hover>p::before,
.intrntnl .acco .acco-item.active>p::before {
    background: url("../images/Location_white.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.intrntnl .acco .acco-item>p {
    position: relative;
    padding-left: 20px;
    margin: 0;
}

.tpcnt {
    margin-bottom: 80px;
}

a:focus {
    outline: none;
}

.qcbuttonbar .isqcbutton {
    min-width: 270px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    background: #cfcfcf;
    margin: 0 10px 0 0;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    cursor: pointer;
}

.qcbuttonbar .isqcbutton:hover,
.qcbuttonbar .isqcbutton.active {
    color: #fff;
    background: #ed2c23;
}

.qcbuttonbar {
    margin: 20px 0 0;
}

.qcbuttonbar .alphabox {
    margin: 30px 0 40px;
    padding: 0;
}

.qcbuttonbar .alphabox>a {
    font-size: 16px;
    color: #000;
    font-family: 'LyonDisplayMedium';
    margin-right: 18px;
    text-decoration: underline;
}

.qcbuttonbar .alphabox>a:last-child {
    margin: 0;
}

.qcbuttonbar .alphabox>a:hover,
.qcbuttonbar .alphabox>a.active {
    color: #ed2c23;
}

#doc_search_main_box .alphabet_member a {
    min-height: 54px;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    margin-top: 30px;
    padding: 0 30px;
    color: #000;
    font-size: 16px;
    font-family: 'LyonDisplayMedium';
    text-decoration: underline;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    position: relative;
}

#doc_search_main_box .alphabet_member a::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url("../images/Arrow_Black.svg") no-repeat;
    background-position: center;
    background-size: cover;
    width: 9px;
    height: 16px;
}

#doc_search_main_box .alphabet_member a:focus,
#doc_search_main_box .alphabet_member a:hover {
    background: #ed2c23;
    color: #fff;
}

#doc_search_main_box .alphabet_member a:hover::after,
#doc_search_main_box .alphabet_member a:focus::after {
    background: url("../images/Arrow_White.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.new_list {
    max-width: 775px;
    width: 100%;
    margin: auto;
}

.new_list>.col-md-6 {
    padding-bottom: 30px;
}

.single .content-area {
    width: 100%;
    margin: auto;
    float: none;
}

body.fixed {
    overflow: hidden;
}

#content.overlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.memberregion_list {
    width: 100%;
    list-style: none;
}

.memberregion_list>li {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.memberregion_list li a {
    color: #000;
    font-size: 18px;
    padding: 5px 0;
    display: block;
}

.memberregion_list li a:hover {
    text-decoration: none;
    color: #ed2c23;
}

.memberregion_list>li ul.memberregion_sublist {
    list-style: none;
    margin-bottom: 10px;
}

.memberregion_list>li ul.memberregion_sublist li a {
    font-size: 16px;
}

.single-event #main .one-column-page,
.single-news #main .one-column-page {
    max-width: 800px;
    margin: 50px auto;
}

.single-event #main .one-column-page header.entry-header h1,
.single-news #main .one-column-page header.entry-header h1 {
    font-size: 34px;
    line-height: 40px;
}

.single-event #main .one-column-page .entry-content,
.single-news #main .one-column-page .entry-content {
    width: 100%;
}

#post-46 .search-form {
    max-width: 375px;
    width: 100%;
    margin: 50px auto;
}

#post-46 .search-form::after {
    content: "";
    clear: both;
    display: block;
}

#post-46 .search-form label {
    float: left;
}

#post-46 .search-form .search-submit {
    position: relative;
    float: left;
    height: 41px;
}

#post-46 .search-form label .search-field {
    width: 100%;
    padding: 7px 0 8px 15px;
}

#site-header-menu ul.primary-menu>li#menu-item-454 {
    display: none;
}

body.logged-in #site-header-menu ul.primary-menu>li#menu-item-454 {
    display: block;
}

body.logged-in #site-header-menu {
    margin: 13px 0 0 auto;
}

body.logged-in #site-header-menu ul.primary-menu>li {
    margin: 0 8px;
}

body.logged-in #top_right_button>li#find_button a,
body.logged-in #top_right_button>li#toplogout_button a {
    padding: 0 12px;
}

.main-navigation ul {
    list-style: none;
    margin: auto;
    padding-right: 15px;
}

.search-results #primary {
    max-width: 800px;
    width: 100%;
    margin: 70px auto;
    padding: 0 15px;
    float: none;
}

.search-results #primary header.page-header {
    border: 0;
    margin: 0 0 30px;
    padding: 0;
}

.search-results #primary article {
    margin: 0 0 20px;
}

.search-results #primary article header h2.entry-title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 5px;
}

.search-results #primary article header h2.entry-title a:hover {
    color: #ed2c23;
}

.search-results aside {
    display: none;
}

.search-results #primary .pagination {
    border-radius: 0;
    border: 0;
    margin-top: 50px;
}

.search-results #primary .pagination::before,
.search-results #primary .pagination::after {
    display: none;
}

.search-results #primary .pagination .nav-links {
    margin: auto;
}

.search-results #primary .pagination .nav-links a.page-numbers {
    color: #ed2c23;
}

.search-results #primary .pagination .nav-links a.page-numbers.prev,
.search-results #primary .pagination .nav-links a.page-numbers.next {
    color: #fff;
}

.search-results #primary article a.more-link {
    color: #ed2c23;
}

.search-results #primary .pagination .nav-links a.page-numbers.prev:hover,
.search-results #primary .pagination .nav-links a.page-numbers.next:hover,
.search-results #primary .pagination .nav-links a.page-numbers.prev:focus,
.search-results #primary .pagination .nav-links a.page-numbers.next:focus {
    background: #ed2c23;
    text-decoration: none;
}

#cookie-law-info-bar {
    font-size: 14px;
    padding: 10px;
}

#cookie_action_close_header {
    margin: auto !important;
    font-size: 14px !important;
    text-transform: none;
    font-weight: normal;
    font-family: 'Avenir-Book';
    padding: 11px 15px;
    min-width: 148px;
    border-radius: 3px;
}

.entry-content ol li,
.one-right.col-md-8 .page.type-page .entry-content ol li,
.one-right.col-md-8 .page.type-page .entry-content ul li {
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    font-weight: 450;
    /* text-align: justify; */
    margin: 0 0 15px;
}

.entry-content ol li,
.one-right.col-md-8 .page.type-page .entry-content ol li {
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    font-weight: 450;
    margin: 0 0 5px;
}

.cli_settings_button {
    color: #ed2c23 !important;
}

.very_simple_template .entry-content h2 {
    font-family: 'LyonDisplayMedium';
    font-size: 30px;
}

.very_simple_template .entry-content h3 {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 25px;
}

.very_simple_template .entry-content h6 {
    color: #000;
    font-family: 'LyonDisplayRegular' !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400 !important;
    font-style: normal;
}

.very_simple_template .entry-content ul {
    padding-left: 40px;
}

.very_simple_template .entry-content ul li {
    color: #323232;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 15px;
}

.very_simple_template .entry-content blockquote {
    background: #fff;
    text-align: center;
    padding: 20px 20px 40px;
    margin: 30px 0 0 0 !important;
    border: none;
}

.very_simple_template .entry-content blockquote p {
    margin: 15px 0 0;
    color: #000;
    font-family: 'LyonDisplayMedium' !important;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    padding: 0;
}

.very_simple_template .entry-content ol {
    padding-left: 30px;
    list-style: none;
}

.very_simple_template .entry-content ol li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}

.very_simple_template .entry-content ol li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
    color: #000000;
    font-family: 'LyonDisplayMedium';
    position: absolute;
    left: 0;
    top: 0;
}

#international_comm_map .highlightmap {
    margin: 20px 0 40px 0;
}

#international_comm_map .highlightmap li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#international_comm_map .highlightmap li span {
    padding: 10px 20px;
    display: block;
    background: #f9f9f9;
    text-transform: uppercase;
    cursor: pointer;
}

#international_comm_map .highlightmap li:hover span {
    color: #fff;
    background: #ed2c23;
}

.latest_news_box.noimg a {
    background: #f4f4f4;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    display: block;
    color: #fff;
}

.latest_news_box.noimg h4 {
    /* color: #fff; */
    color: #000;
    font-size: 24px;
}

.latest_news_box.noimg p.ndate {
    color: #000000;
    font-size: 14px;
}

.latest_news_box.noimg a:hover {
    background: #ed2c23;
}

.latest_news_box.noimg a:hover h4,
.latest_news_box.noimg a:hover .ndate {
    color: #fff;
}

.latest_news_box h4 {
    font-size: 24px;
}

.latest_news_box p.ndate {
    font-size: 14px;
}

#latest_news_boxes #latest_event_boxes {
    padding: 20px 10px 0 10px;
}

#latest_news_boxes #latest_event_boxes .tm_location p:last-child {
    padding-left: 0;
    margin-bottom: 0;
}

#latest_news_boxes #latest_event_boxes .tm_location p:last-child {
    margin-bottom: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
}

.new_list .news_box {
    margin-bottom: 0;
}

#post-3 {
    margin: 60px 0;
}


/* 
.main-navigation li:hover>ul,
.main-navigation li.focus>ul {
display: none;
} */

p a,
p a:hover {
    color: #ed2c23;
    font-weight: 450;
}

.addto_cart_but.but,
.single_add_to_cart_button,
button[disabled] {
    background: #ed2c23;
    display: inline-block;
    padding: 0 20px !important;
    line-height: 42px !important;
    font-family: Poppins, sans-serif !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300 !important;
    border-radius: 3px;
    font-size: 16px !important;
    border: solid 1px #ed2c23 !important;
    width: auto;
    text-align: center;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    letter-spacing: normal;
}

blockquote {
    font-size: 16px;
}

button[disabled]:hover,
button[disabled]:focus,
.addto_cart_but.but:hover,
.addto_cart_but.but:focus,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
    background: transparent !important;
    font-weight: 300 !important;
    color: #ed2c23 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    letter-spacing: normal;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 48%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 48%;
}

#order_comments_field .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce {
    padding: 50px 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ed2c23;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    text-align: center;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    border: solid 1px #ed2c23;
    box-shadow: none;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #fff;
    color: #ed2c23;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #ed2c23;
}

#password-lost-form-wrap {
    max-width: 500px;
    margin: auto;
    padding: 60px 0;
}

#reset-pass-submit {
    background: #ed2c23;
    display: inline-block;
    padding: 0 20px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 3px;
    font-size: 16px;
    border: solid 1px #ed2c23;
    width: auto;
    text-align: center;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

#reset-pass-submit:focus,
#reset-pass-submit:hover {
    text-decoration: none;
    background: #fff;
    color: #ed2c23;
}

.woocommerce-billing-fields__field-wrapper label {
    width: 100%;
    float: left;
}

.woocommerce-variation-add-to-cart.variations_button .qty {
    display: none;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%;
}

.checkout.woocommerce-checkout #customer_details>.col-1 {
    width: 66.66666667%;
    max-width: 66.66666667%;
}

.checkout.woocommerce-checkout #customer_details>.col-2 {
    width: 33.33%;
    max-width: 33.33%;
}

.main-navigation ul ul a {
    width: 100%;
}

.main-navigation ul li:hover ul.sub-menu {
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.main-navigation ul ul.sub-menu {
    min-width: 260px;
    max-width: 260px;
    left: 0;
    display: none;
}

.main-navigation ul ul.sub-menu::before {
    left: 50%;
    right: auto;
    margin-left: -10px;
}

.main-navigation ul ul.sub-menu::after {
    left: 50%;
    right: auto;
    margin-left: -8px;
}

.tpcnt .tabpanels {
    position: relative;
}

.tabpanels .court_description_box {
    position: absolute;
    right: 10px;
    max-width: 350px;
    height: 525px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 3px;
    padding: 30px 20px 30px 30px;
    font-size: 14px;
    box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 99;
}

.map-marker {
    cursor: pointer;
}

.upcomeevent_box a:hover {
    text-decoration: none;
}

a .upevr_box h4 {
    color: #000000;
}

a .event_desc {
    color: #323232;
}

.tabpanels .court_description_box .closeme {
    background-image: url("../images/information-close.png");
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 0;
}

.content-area.err-page {
    width: 100%;
    float: none;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.content-area.err-page p {
    text-align: center !important;
}

#footer-boxes>.row>div:first-child {
    max-width: 28.7%;
    -ms-flex: 0 0 28.7%;
    flex: 0 0 28.7%;
}

#footer-boxes>.row>div:first-child #footer-address {
    margin-left: 0;
    margin-top: 55px;
}

#footer-boxes>.row>div:last-child {
    -ms-flex: 0 0 71.3%;
    flex: 0 0 71.3%;
    max-width: 71.3%;
}

.footer-chairp-info.row {
    margin: 0 0 0 -20px;
}

.footer-chairp-info.row .foot-chairp-box {
    padding: 25px 15px;
    background: #fff;
    margin-left: 20px;
    max-width: calc(33.333333% - 20px);
}

#footer_right_bottom {
    margin-top: 20px;
}

#footer_right_bottom a {
    color: #eb1c13;
}

.pagination_box {
    text-align: center;
    margin-top: 50px;
}

.pagination_box .page-numbers.current,
.pagination_box .page-numbers:hover {
    color: #ed2c23;
}

.pagination_box .page-numbers {
    color: #000;
}

body.logged-in #top_right_button>li#find_button a,
body.logged-in #top_right_button>li#toplogout_button a {
    padding: 0 8px;
}

.thmcol {
    color: #ed2c23;
}

.thmbg {
    background-color: #f4f4f4;
}

.tlar {
    padding: 7%;
}

#section-2 .tlar p {
    text-align: left;
}

#section-2 .tlar {
    padding-left: 60px;
}

.mentlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mentlist ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    color: #fff;
}

.mentlist ul li::before {
    content: "";
    background: #fff;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 8px;
}

.fmarabg.mentform .nf-form-title {
    background: #C02D18;
    display: block;
    margin: -45px -60px 30px -60px;
    padding: 12px 60px;
    text-align: left;
    color: #fff;
}

.fmarabg.mentform .nf-form-title h3 {
    margin: 0;
}

.fmarabg.mentform .nf-form-content {
    max-width: 100%;
    padding: 0;
}

.fmarabg.mentform .nf-form-content .html-wrap p {
    margin: 0;
}

.fmarabg.mentform .hr-container hr {
    border-color: #ed2c23;
    margin-bottom: 20px !important;
}

.fmarabg.mentform input.ninja-forms-field {
    background-color: #fff;
    border: solid 1px #E8E8E8;
    border-radius: 4px;
    padding: 0px 15px;
    line-height: normal;
    height: 40px;
}

.fmarabg.mentform .nf-field-label label {
    font-size: 16px;
    color: #323232;
    font-weight: normal;
}

.fmarabg.mentform .nf-field-label {
    margin-bottom: .5rem;
}

.fmarabg.mentform .nf-error.field-wrap .nf-field-element::after {
    height: 38px;
    width: 40px;
    line-height: 40px;
}

.fmarabg.mentform textarea.ninja-forms-field {
    background: #fff;
    border: solid 1px #E8E8E8;
    border-radius: 4px;
    height: 160px;
    resize: none;
}

.fmarabg.mentform .submit-wrap input.ninja-forms-field {
    height: 34px;
    box-shadow: none;
    background-color: #ED2C23;
    background-image: none;
    border-radius: 4px;
    width: auto;
    border: none;
    font-weight: normal;
    letter-spacing: normal;
}

.fmarabg.mentform .submit-container {
    margin: 0;
}

.fmarabg.mentform {
    margin-bottom: 40px;
}

.fmarabg.mentform .nf-field-container {
    margin-bottom: 10px;
}

.fmarabg.mentform #nf-field-11-wrap {
    margin-top: 34px;
}


/* .fmarabg.mentform #nf-field-14-wrap {
        margin-top: -33px;
    }
    
    .fmarabg.mentform #nf-field-15-wrap {
        margin-top: -97px;
    }
    
    .fmarabg.mentform #nf-field-15-wrap {
        margin-top: -67px;
    } */

.form-field.chkbox.ticket {
    padding-top: 25px;
}

.mentlist a {
    color: white;
    text-decoration: underline;
}

@media(min-width: 1025px) and (max-width: 1280px) {
    .combar_div .combardesc {
        max-width: 54%;
        margin: 0 20px 0 0;
    }
    .banner_text .row {
        margin: auto;
    }
    #doc_search_main_box>.row {
        margin: auto;
    }
    .news-right>.row {
        margin: auto;
    }
    .one-right>.row {
        margin: auto;
    }
    .download_doc_button {
        min-width: auto;
        padding: 8px;
    }
    .lec_sem_item_listing {
        padding: 10px 0 0 0;
    }
    .two-column-page>.row {
        margin: auto;
    }
    .download_doc_button {
        min-width: auto;
        padding: 8px 9px;
    }
    .lgform #loginform #forgotpass {
        margin: 10px 16% 0 0;
    }
    .main-navigation ul {
        padding-right: 0;
    }
    #site-header-menu ul.primary-menu>li {
        margin: 0 5px;
    }
    #top_right_button>li {
        margin: 0 5px;
    }
    body.logged-in #site-header-menu ul.primary-menu>li {
        margin: 0 5px;
    }
    #site-header-menu ul.primary-menu>li a {
        font-size: 14px;
    }
    #site-header-menu {
        margin-left: 0;
    }
    .h_right {
        justify-content: right;
    }
    body.logged-in #top_right_button>li#find_button a,
    body.logged-in #top_right_button>li#toplogout_button a {
        padding: 0 5px;
    }
    body.logged-in #site-header-menu {
        margin: 10px 0 0 auto;
    }
    #top_right_button>li#find_button a,
    #top_right_button>li#toplogin_button a,
    #top_right_button>li#toplogout_button a {
        font-size: 14px;
    }
    .main-navigation {
        margin: 0;
    }
}

@media(min-width: 1025px) and (max-width: 1125px) {
    #site-header-menu ul.primary-menu>li {
        margin: 0 8px;
    }
    #top_right_button>li {
        margin: 0 8px;
    }
}

@media(max-width:1024px) {
    #site-header-menu ul.primary-menu>li .sub-menu.toggled-on {
        position: relative;
        border-bottom: 0;
        margin: auto;
        width: 100%;
        max-width: 100%;
        left: 0;
        right: auto;
        transform: none;
    }
    .main-navigation ul li:hover ul.sub-menu {
        display: none;
        left: 50%;
        transform: translateX(-50%);
    }
    #site-header-menu ul.primary-menu>li .sub-menu.toggled-on {
        display: block;
    }
    .checkout.woocommerce-checkout #customer_details>.col-1 {
        width: 100%;
        max-width: 100%;
    }
    .checkout.woocommerce-checkout #customer_details>.col-2 {
        width: 100%;
        max-width: 100%;
    }
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        display: block;
    }
    #site-header-menu #top_right_button {
        padding: 20px 15px;
        text-align: center;
        overflow: hidden;
    }
    #top_right_button>li#find_button a {
        padding: 0 10px;
    }
    #site-header-menu .menu-main-menu-container {
        margin: 0;
    }
    #doc_search_main_box>.row {
        margin: auto;
    }
    .two-column-page.container>.row {
        margin: auto;
    }
    .news-right>.row {
        margin: auto;
    }
    .h_right {
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    #menu-toggle {
        order: 2;
        margin: 0 0 0 20px;
        display: block;
    }
    #top_right_button {
        margin: 0;
    }
    .banner_text .row {
        margin: auto;
    }
    .banner_text #main_banner_text h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .latest_news_box:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
    }
    #facm_outer_left {
        width: 50%;
    }
    .combar_div .combardesc {
        max-width: 100%;
        margin: 0 0 20px;
    }
    #footer-logo {
        margin-bottom: 20px;
    }
    #footer-address {
        margin-left: 0;
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-left: 0;
        margin-right: 0;
    }
    .left_bar {
        padding: 0;
    }
    .widget_nav_menu h2.widget-title,
    .left_bar_title {
        margin: 0;
        padding: 15px;
        font-size: 24px;
    }
    .left_bar li {
        padding: 6px 15px;
    }
    .whoweare .aboute-quote {
        padding: 40px 50px;
    }
    .whoweare {
        padding: 0 15px;
    }
    .document_categorie_box a {
        padding: 0 15px;
    }
    .contact-page-main.container>.row>.contact-left {
        max-width: 60%;
    }
    .contact-page-main.container>.row>.col-md-4 {
        max-width: 40%;
        flex: auto;
    }
    .contact-right {
        padding: 20px 15px;
    }
    .contact-page-main.container>.row>.contact-left .col-md-11 {
        max-width: 100%;
        flex: auto;
    }
    .site-header-menu {
        display: none;
    }
    #menu-toggle {
        display: block;
        line-height: 44px;
        height: 44px;
        padding: 0 40px 0 15px;
        font-size: 14px;
        font-weight: 400;
        border: 0;
        position: relative;
    }
    #menu-toggle::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        right: 5px;
        width: 27px;
        height: 20px;
        background: url("../images/mob-menu.svg") no-repeat;
        background-position: center;
        background-size: cover;
    }
    #menu-toggle.toggled-on::after {
        width: 20px;
        right: 10px;
        background: url("../images/mob-menu-close.svg") no-repeat;
        background-position: center;
        background-size: cover;
    }
    #menu-toggle.toggled-on {
        background: #fff;
        color: #000;
    }
    #menu-toggle:hover,
    #menu-toggle:focus {
        color: #000;
    }
    #site-header-menu.toggled-on {
        position: fixed;
        top: 80px;
        right: 0;
        background: #fff;
        z-index: 1;
        width: 50%;
        height: 100%;
    }
    #site-header-menu.toggled-on ul.primary-menu>li a {
        margin: 0;
    }
    #site-header-menu.toggled-on ul.primary-menu>li .dropdown-toggle::after {
        content: "\f107";
        font-family: fontawesome;
        border: 0;
        color: #000;
    }
    #site-header-menu.toggled-on ul.primary-menu>li .dropdown-toggle.toggled-on::after {
        content: "\f106";
    }
    #site-header-menu.toggled-on ul.primary-menu>li .dropdown-toggle:focus {
        outline: none;
    }
    #menu-toggle:focus {
        outline: none;
    }
    #site-header-menu ul.primary-menu>li:first-child {
        border-top: 0;
    }
    .main-navigation {
        margin: 0;
    }
    #site-header-menu ul.primary-menu>li {
        margin: 0;
        padding: 0;
        width: 100%;
        border-top: 0px;
        border-bottom: 1px solid #d1d1d1;
    }
    .main-navigation .primary-menu {
        border-top: 1px solid #d1d1d1;
        border-bottom: 0;
    }
    body.logged-in #site-header-menu {
        margin: 0px 0 0;
    }
    body.logged-in #site-header-menu ul.primary-menu>li {
        margin: 0;
    }
    .tm_location p {
        margin: 0;
        padding-right: 15px;
        font-size: 12px;
    }
    .tm_location p:last-child {
        padding-left: 10px;
    }
    #site-header-menu ul.primary-menu>li:hover,
    #site-header-menu ul.primary-menu>li.current-menu-item,
    #site-header-menu ul.primary-menu>li.current-menu-ancestor,
    #site-header-menu ul.primary-menu>li.current-menu-ancestor>ul.sub-menu li.current-menu-item {
        border-color: #eb1c13;
    }
    #site-header-menu ul.primary-menu>li a::after {
        right: 0;
    }
    #site-header-menu ul.primary-menu>li .dropdown-toggle {
        display: block;
    }
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: -999em;
        position: absolute;
        right: auto;
    }
    #site-header-menu ul.primary-menu>li .sub-menu.toggled-on {
        left: 0;
        position: relative;
        margin-left: 0;
        border-bottom: 0;
    }
    #site-header-menu ul.primary-menu>li .sub-menu.toggled-on a {
        width: 100%;
    }
    #site-header-menu ul.primary-menu>li .sub-menu.toggled-on::before,
    #site-header-menu ul.primary-menu>li .sub-menu.toggled-on::after {
        display: none;
    }
    .lec_sem_item .col-md-3 {
        padding-right: 0;
    }
    .download_doc_button .combar_icon_img {
        margin-right: 2px;
    }
    .lgform #loginform>p {
        width: 100%;
    }
    .lgform #loginform #forgotpass {
        margin: 10px 0 0 0;
    }
    #combar_twitter_feed_outer #ctf {
        padding: 40px 15px;
    }
}

@media(max-width:767px) {
    #footer-boxes>.row>div:first-child,
    #footer-boxes>.row>div:last-child {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    #footer-boxes>.row>div:first-child #footer-address {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
    .footer-chairp-info.row {
        margin: auto;
    }
    .footer-chairp-info.row .foot-chairp-box {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .footer-chairp-info.row .foot-chairp-box:last-child {
        margin-bottom: 0;
    }
    #latest_news_boxes #latest_event_boxes {
        padding: 0 10px 0 10px;
    }
    .box_are {
        margin-top: 0;
        overflow: hidden;
    }
    #latest_news_boxes #latest_event_boxes .latest_event_box {
        margin-bottom: 20px;
    }
    #footer-boxes>.row {
        margin: auto;
    }
    .home #top_baner .img_banner {
        height: 330px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home #top_baner .img_banner img {
        display: none;
    }
    .tabpanels .court_description_box {
        right: 0;
    }
    .left_bar #secondary.sidebar.widget-area {
        display: none;
    }
    .qcbuttonbar .isqcbutton {
        min-width: 0;
    }
    .footer-chairp-info .foot-chairp-box:nth-child(-n+3) {
        margin-bottom: 20px;
    }
    .banner_text #main_banner_text {
        margin: auto;
        max-width: 100%;
    }
    .banner_text #main_banner_text h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .latest_news_box {
        width: 100%;
        margin-bottom: 20px;
    }
    #facm_outer_left {
        width: 100%;
        position: relative;
        padding: 25px;
    }
    .combar_div {
        padding: 25px;
    }
    .combar_div h4 {
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }
    .two-column-page>.row>.one-left {
        padding: 0;
    }
    .left_bar {
        margin: auto;
    }
    .whoweare {
        padding: 0;
    }
    .whoweare h1 {
        margin: 15px 0;
        font-size: 24px;
    }
    .whoweare ul {
        padding-left: 0;
    }
    #footer-boxes {
        padding: 30px 0 50px;
    }
    #footer-logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .col-md-6.flinks span {
        line-height: 24px;
    }
    .flinks a#footer-pp-link {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #site-header-menu ul.primary-menu>li a:hover::before,
    #site-header-menu ul.primary-menu>li.current-menu-item>a::before,
    #site-header-menu ul.primary-menu>li.current-menu-ancestor>a::before,
    #site-header-menu ul.primary-menu>li.current-menu-ancestor>ul.sub-menu li.current-menu-item a::before {
        display: none;
    }
    .footer-social-main {
        text-align: center;
    }
    .col-md-6.flinks {
        text-align: center;
    }
    .whoweare .aboute-quote {
        padding: 40px 15px;
    }
    .whoweare ol {
        padding-left: 0;
        margin: 0;
    }
    hr.line {
        margin: 25px 0;
    }
    .social_icons .widget {
        text-align: left;
        margin-bottom: 10px;
    }
    .footer-social-main a {
        margin: 0 15px 0 0;
    }
    .h1,
    h1,
    h2,
    .h3,
    h3 {
        font-size: 24px;
    }
    .ser_form #searchtext {
        margin-bottom: 10px !important;
        max-width: 100%;
    }
    .ser_form .btn.btn-primary {
        margin-left: 0;
    }
    .document_categorie_box a {
        margin-top: 15px;
    }
    .news_box {
        margin-bottom: 15px;
    }
    .contact-page-main.container>.row>.contact-left {
        max-width: none;
    }
    .contact-page-main.container>.row>.col-md-4 {
        max-width: none;
    }
    .site-branding {
        width: 144px;
    }
    body {
        padding-top: 84px;
    }
    #facm_outer .row {
        position: relative;
        flex-direction: column-reverse;
    }
    .combar_div a.btn {
        margin-left: auto;
        margin-right: auto;
    }
    .combar_div .combardesc {
        text-align: center;
    }
    .h_right {
        width: 202px;
        padding-top: 10px;
        padding-left: 0;
    }
    #top_right_button>li#toplogin_button a,
    #top_right_button>li#toplogout_button a {
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
        width: auto;
    }
    #top_right_button>li {
        margin-left: 5px;
    }
    #menu-toggle {
        padding: 0;
        font-size: 0;
        width: 40px;
        margin: 0;
    }
    #site-header-menu.toggled-on {
        top: 84px;
        width: 80%;
    }
    #menu-toggle::after {
        right: 0;
        margin-top: -7px;
    }
    #masthead {
        padding: 15px 0;
    }
    #menu-toggle.toggled-on::after {
        right: 5px;
    }
    .very_simple_template .entry-content ul,
    .very_simple_template .entry-content ol {
        padding-left: 0;
    }
    .very_simple_template .entry-content blockquote {
        padding: 25px 15px 40px;
    }
    #combar_twitter_feed_outer #ctf {
        display: block;
    }
    #combar_twitter_feed_outer #ctf .twitter-icn {
        width: 100%;
        padding-left: 40px;
    }
    #combar_twitter_feed_outer #ctf .ctf-item {
        width: 100%;
    }
    #combar_twitter_feed_outer #ctf .ctf-item:nth-child(2) {
        margin: 0;
    }
    #combar_twitter_feed_outer #ctf .ctf-tweet-items {
        width: 100%;
        padding: 0 30px;
    }
}

@media(max-width: 359px) {
    #top_right_button>li#toplogin_button a,
    #top_right_button>li#toplogout_button a {
        padding: 0 8px;
        line-height: 30px;
        font-size: 14px;
        width: auto;
    }
    .site-branding {
        width: 106px;
        padding-right: 0;
        padding-left: 10px;
    }
}

@media(min-width: 768px) and (max-width: 980px) {
    .download_doc_button {
        min-width: auto;
        padding: 8px 5px;
        font-size: 14px;
        width: 100%;
    }
    #footer-boxes>.row>div:first-child .textwidget.custom-html-widget {
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
    }
    .footer-chairp-info.row .foot-chairp-box {
        padding: 25px;
        background: #fff;
        margin-left: 20px;
        max-width: calc(50% - 20px);
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    .box_are a {
        display: block;
        position: relative;
        padding-bottom: 42px;
        height: 100%;
    }
    #footer-boxes>.row>div:first-child {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    #footer-boxes>.row>div:first-child #footer-address {
        margin-left: 60px;
        margin-top: 0;
    }
    #footer-boxes>.row>div:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.doc_author,
.doc_date {
    float: left;
    margin-right: 20px;
    font-size: 13px;
    margin-bottom: 5px;
}

.doc_author span,
.doc_date span {
    color: #a0a0a0;
}

.wpcf7-submit {
    background: #ed2c23 !important;
    display: block;
    padding: 0 20px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300 !important;
    border-radius: 3px;
    font-size: 16px;
    border: solid 1px #ed2c23 !important;
    width: 168px;
    text-align: center;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.wpcf7-submit:hover {
    text-decoration: none;
    background: #fff !important;
    color: #ed2c23;
}

a.alphachar.alpdisable {
    color: #bdbdbd;
    pointer-events: none;
}

#footer-phone {
    clear: both;
    max-width: 270px;
    width: 100%;
    float: left;
    margin-left: 0;
    line-height: 24px;
    color: #8a8a8a;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
}

#footer-phone::before {
    content: "\f095 ";
    position: absolute;
    left: 0;
    top: 0;
    color: #eb1c13;
    font-family: fontawesome;
    font-size: 17px;
}


/* New page */

#hedtitle {
    background-color: #F4F4F4;
    padding: 45px 0;
}

#pageareafm {
    padding-top: 60px;
}

.fmarabg {
    background-color: #f4f4f4;
    padding: 45px 60px;
}

.fmarawh {
    background-color: #fff;
    padding: 40px;
    position: relative;
}

.fmaraarea {
    margin-bottom: 20px;
}

.fmaraarea:last-child {
    margin-bottom: 0px;
}

.fmaraarea .form-field input[type="text"] {
    background-color: #fff;
    border: solid 1px #E8E8E8;
    border-radius: 4px;
    padding: 0px 15px;
    line-height: normal;
    height: 40px;
}

.fmaraarea .form-field {
    margin-bottom: 20px;
}

.fmaraarea h4 {
    margin-bottom: 15px;
    margin-top: 42px;
}

.fmarabg .fmaraarea:first-child h4,
.fmarabg .fmaraarea:nth-child(2) h4 {
    margin-top: 0;
}

.fmaraarea .secprice {
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 38px;
    right: 40px;
}

.dtcotm {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.dtcotm span {
    line-height: 18px;
    margin-right: 30px;
    font-size: 14px;
}

.dtcotm .country img {
    width: 11px;
    height: 18px;
    margin-right: 10px;
}

.dtcotm .time img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: -2px;
}

.dtcotm .date img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: -2px;
}

.form-field.fulsel {
    margin: 0;
}

.form-field.fulsel {
    display: flex;
    line-height: 40px;
    flex-wrap: wrap;
}

.form-field.fulsel label {
    margin: 0 12px 0 0;
    font-weight: 600;
}

.form-field.fulsel .selectfld {
    position: relative;
    width: 270px;
}

.form-field.fulsel .selectfld select {
    height: 40px;
    width: 100%;
    border: solid 1px #E8E8E8;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    outline: none !important;
}

.form-field.fulsel .selectfld::after {
    width: 47px;
    height: 40px;
    background-color: #E8E8E8;
    content: "";
    position: absolute;
    right: 0;
    pointer-events: none;
    border-radius: 0 4px 4px 0;
    top: 0;
    background-image: url(../images/sarrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.fmaraarea .form-field.chkbox {
    margin-bottom: 0;
}

.fmaraarea .form-field.chkbox label {
    margin: 0;
    padding-left: 32px;
    position: relative;
}

.fmaraarea .form-field.chkbox label {
    margin: 0;
    padding-left: 32px;
    position: relative;
    line-height: 22px;
}

.fmaraarea .form-field.chkbox label::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    border: solid 1px #323232;
    border-radius: 4px;
    display: block;
    content: "";
}

.fmaraarea .form-field.chkbox input[type="checkbox"] {
    display: none;
}

.fmaraarea .form-field.chkbox label {
    margin: 0 0px 13px 0;
    padding-left: 32px;
    position: relative;
    line-height: 22px;
}

.fmaraarea .form-field.chkbox input:checked+label::before {
    background-image: url(../images/check.svg);
    background-position: center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    border-color: #ED2C23;
    background-color: #ED2C23;
}

.fmaraarea .form-field.chkbox-two {
    margin-bottom: 0;
}

.fmaraarea .form-field.chkbox-two label {
    margin: 0;
    padding-left: 32px;
    position: relative;
}

.fmaraarea .form-field.chkbox-two label {
    margin: 0;
    padding-left: 32px;
    position: relative;
    line-height: 22px;
}

.fmaraarea .form-field.chkbox-two label::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    border: solid 1px #323232;
    border-radius: 4px;
    display: block;
    content: "";
    opacity: 0.4;
}

.fmaraarea .form-field.chkbox-two input[type="checkbox"] {
    display: none;
}

.fmaraarea .form-field.chkbox-two label {
    margin: 0 0px 13px 0;
    padding-left: 32px;
    position: relative;
    line-height: 22px;
}

.fmaraarea .form-field.chkbox-two input:checked+label::before {
    background-image: url(../images/check.svg);
    background-position: center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    border-color: #ED2C23;
    opacity: 1;
    background-color: #ED2C23;
}

.extfields label {
    font-size: 14px;
    width: 100%;
}

.extfields .form-field.witpri span {
    font-size: 20px;
    font-weight: bold;
}

.extfields .form-field.witpri input {
    max-width: 270px;
    margin-right: 15px;
    width: 100%;
}

.extfields {
    display: flex;
    flex-wrap: wrap;
    padding-left: 32px;
}

.extfields .form-field.witpri {
    max-width: 340px;
    margin-right: 25px;
    width: 100%;
}

.extfields .form-field.witpri.witage {
    max-width: 480px;
    display: flex;
    flex-wrap: wrap;
}

.extfields .form-field.witpri.witage .frmaname {
    max-width: 270px;
    margin-right: 14px;
    width: 100%;
}

.extfields .form-field.witpri.witage .frmaage {
    width: 115px;
}

.extfields .form-field.witpri.witage>span {
    margin-top: 35px;
    margin-left: 14px;
}

.fmaraarea .form-field.txtareabox textarea {
    background: #fff;
    border: solid 1px #E8E8E8;
    border-radius: 4px;
    height: 160px;
    resize: none;
}

.extfields .form-field.witpri.witage input {
    margin: 0;
}

.descare {
    margin-bottom: 35px;
}

.extfields .form-field:last-child {
    max-width: 455px;
}

.extfields .form-field .radiofld {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
}

.extfields .form-field .radiofld input {
    display: none;
}

.extfields .form-field .radiofld label {
    width: auto;
    margin: 0 30px 0 0;
    font-size: 16px;
    padding-left: 22px;
    position: relative;
}

.extfields .form-field .radiofld label::before {
    content: "";
    border: solid 1px #E8E8E8;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}

.extfields .form-field .radiofld input:checked+label::after {
    content: "";
    position: absolute;
    background: #ED2C23;
    border-radius: 100%;
    height: 6px;
    width: 6px;
    left: 4px;
    top: 9px;
}

.fmarawh #adddinchild,
.fmarawh #add {
    background: #ED2C23;
    width: 270px;
    margin-left: 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
}

.fnaraarea .payment-scc {
    background: #fff;
    padding: 23px 50px 23px 50px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.fnaraarea .payment-scc .tlamaoun {
    font-size: 20px;
    font-weight: 450;
    margin-right: 25px;
}

.fnaraarea .payment-scc .tlamaoun span {
    font-weight: bold;
}

.fnaraarea .payment-scc .asp_product_buy_button .stripe-button-el {
    height: 34px;
    box-shadow: none;
    background-color: #ED2C23;
    background-image: none;
    border-radius: 4px;
    width: 100%;
}

.asp_product_buy_button {
    display: block;
    width: 100%;
    max-width: 270px;
}

.asp_product_buy_btn_container {
    display: inline-block;
    width: 100%;
}

.fnaraarea .payment-scc .asp_product_buy_button .stripe-button-el span {
    background: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}

#pageareafm {
    margin-bottom: 100px;
}

#hedtitle h1 {
    margin: 0;
}

.secprice.fadeout {
    opacity: 0.4;
}

img.remove-img {
    height: 20px;
    width: 20px;
}

#pageareafm p {
    font-weight: normal;
}

.fmaraarea .form-field.chkbox-two label,
.fmaraarea .form-field.chkbox label {
    font-weight: 450;
}

.removedinchild {
    margin-bottom: 30px;
    margin-top: auto;
}

@media(max-width:576px) {
    .imgtp img {
        width: 100%;
    }
    #section-2 .tlar {
        padding: 30px;
    }
    .fmarabg.mentform #nf-field-14-wrap {
        margin-top: 0;
    }
    .fmarabg.mentform #nf-field-15-wrap {
        margin-top: 0;
    }
    .fmarabg.mentform .nf-form-title {
        margin: -35px -20px 20px -20px;
        padding: 12px 20px;
    }
    .fmarabg.mentform #nf-field-11-wrap {
        margin-top: 0;
    }
    .fmarabg.mentform #nf-field-11-wrap .nf-field-label, .fmarabg.mentform #nf-field-14-wrap .nf-field-label, .fmarabg.mentform #nf-field-15-wrap .nf-field-label {
        display: none;
    }
}

@media(max-width:767px) {
    .fmarabg.mentform .nf-form-title {
        margin: -45px -20px 30px -20px;
        padding: 12px 20px;
    }
    .fmarabg {
        background-color: #f4f4f4;
        padding: 35px 20px;
    }
    .fmaraarea .secprice {
        right: 10px;
        top: 10px;
    }
    .fmarawh {
        background-color: #fff;
        padding: 50px 20px 40px 20px;
        position: relative;
    }
    .dtcotm span {
        margin-bottom: 10px;
    }
    .fnaraarea .payment-scc {
        flex-wrap: wrap;
        text-align: center;
    }
    .fmarawh #adddinchild,
    .fmarawh #add {
        width: auto;
        max-width: 270px;
    }
    .fnaraarea .payment-scc .tlamaoun {
        font-size: 20px;
        font-weight: 600;
        margin-right: 0;
        width: 100%;
    }
}

@media(min-width: 768px) and (max-width: 980px) {
    .fmarabg.mentform .nf-form-title {
        margin: -45px -30px 30px -30px;
        padding: 12px 30px;
    }
    .fmarabg {
        background-color: #f4f4f4;
        padding: 45px 30px;
    }
    #pageareafm {
        margin-bottom: 60px;
    }
}

.page-id-4285 #content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.page-id-4285 #content #secondary .left_bar_title {
    margin: 10px auto auto auto;
}

.page-id-4285 #content #secondary .widget {
    border: none;
}

.page-id-4285 #content .asp-thank-you-page-msg-wrap {
    background: #f4f4f4;
    width: 100%;
    padding: 40px 40px;
    border: solid 2px #000;
    color: #000;
}

img.remove-img {
    height: 20px;
    width: 20px;
}

#pageareafm p {
    font-weight: normal;
}

.fmaraarea .form-field.chkbox-two label,
.fmaraarea .form-field.chkbox label {
    font-weight: 450;
}

.removedinchild {
    margin-bottom: 30px;
    margin-top: auto;
}

@media(max-width:767px) {
    .fmarabg {
        background-color: #f4f4f4;
        padding: 35px 20px;
    }
    .fmaraarea .secprice {
        right: 10px;
        top: 10px;
    }
    .fmarawh {
        background-color: #fff;
        padding: 50px 20px 40px 20px;
        position: relative;
    }
    .dtcotm span {
        margin-bottom: 10px;
    }
    .fnaraarea .payment-scc {
        flex-wrap: wrap;
        text-align: center;
    }
    .fmarawh #adddinchild,
    .fmarawh #add {
        width: auto;
        max-width: 270px;
    }
    .fnaraarea .payment-scc .tlamaoun {
        font-size: 20px;
        font-weight: 600;
        margin-right: 0;
        width: 100%;
    }
}

@media(min-width: 768px) and (max-width: 980px) {
    .fmarabg {
        background-color: #f4f4f4;
        padding: 45px 30px;
    }
    #pageareafm {
        margin-bottom: 60px;
    }
}

.page-id-4285 #content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.page-id-4285 #content #secondary .left_bar_title {
    margin: 10px auto auto auto;
}

.page-id-4285 #content #secondary .widget {
    border: none;
}

.page-id-4285 #content .asp-thank-you-page-msg-wrap {
    background: #f4f4f4;
    width: 100%;
    padding: 40px 40px;
    border: solid 2px #000;
    color: #000;
}

p.ctf-tc-desc {
    color: #212529;
}

.event-calendar-wrapper h4 {
    display: inline-block;
    position: relative;
}

.event-calendar-wrapper h4::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ed2c23;
}

.pp-ul {
	padding-left:20px;
	font-weight: 450;
}
