/*-------------------------------------------------------------- Typography (typography/typography) --------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #000;
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Raleway', sans-serif;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #d82e27;
    text-decoration: none;
    color: #fff;
}

big {
    font-size: 125%;
}


/*-------------------------------------------------------------- Elements (elements/elements") --------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
    quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

#category-links table {
    margin: 0;
    width: auto;
}


/*-------------------------------------------------------------- Forms (forms/forms) --------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #737373;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.single-header {
    max-width: 1131px;
    margin: 0 auto;
    margin-top: 25px;
}

header.entry-header.slider.innerpage {
    min-height: 100px;
    width: 100%;
    background-color: #B3B3B3;
    color: #fff;
    padding: 20px;
}

.single-header h1.entry-title {
    margin-top: 0;
}

.list-unstyled.list-inline {
    margin-bottom: 0;
}

.slider_img img {
    width: 100%;
}

.slider .slider_img::before {
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.45); */
}

.slider.innerpage .slider_img::before {
    display: none;
}


/*-------------------------------------------------------------- Navigation (navigation/navigation) --------------------------------------------------------------*/


/*--------------------------------------------------------------## Links--------------------------------------------------------------*/

a {
    color: #737373;
}

.single-meeting_reports a,
.single-meeting_reports p a {
    color: #d82e27;
}

a:visited {
    color: #737373;
}

a:hover,
a:focus,
a:active {
    color: #d82e27;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.container {
    max-width: 1200px;
}


/*--------------------------------------------------------------## Menus--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
h1.clap60title{
    margin-top: 0px;
}
.registration-notice .error{
    color: #d82e27;
}
.payment_li_cust{
    font-size:160%;
    font-weight:900;
    background: #d82e27;
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*-------------------------------------------------------------- Accessibility (modules/accessibility) --------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #737373;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*-------------------------------------------------------------- Alignments (modules/alignments) --------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*-------------------------------------------------------------- Clearings (modules/clearings) --------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*-------------------------------------------------------------- Widgets (site/secondary/widgets) --------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*-------------------------------------------------------------- Content (site/site) --------------------------------------------------------------*/


/*--------------------------------------------------------------## Posts and pages--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------## Comments--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*-------------------------------------------------------------- Infinite scroll (modules/infinite-scrol) --------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*-------------------------------------------------------------- Media (media/media) --------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------## Captions--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.alignleft .wp-caption-text {
    text-align: left;
}


/*--------------------------------------------------------------## Galleries--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.header .topLogo {
    float: left;
    width: 100%;
}

.header .topLogo .logo_img {
    float: left;
    width: 30%;
    margin-top: 35px;
}

.header .topLogo .left_img {
    width: 50%;
}

.header .topLogo .left_img .sign {
    float: left;
}

.header .topLogo .left_img .sign a {
    background-color: #a2a2a2;
    color: #fff;
    padding: 0 11px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-weight: bold;
    width: auto;
    height: 35px;
    text-align: center;
    padding: 0 20px;
}

.header .topLogo .left_img .sign a:hover {
    background-color: #d82e27;
    transition: all 0.3s ease transition 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.header .topLogo .left_img .other_logo {
    float: right;
    position: relative;
}

.header .topLogo .left_img .other_logo .logo_color {
    background-color: #EB0019;
    padding: 12px 12px 32px;
    width: 62.2%;
    float: right;
}

.header .topLogo .left_img .other_logo img {
    margin: 0 auto;
}

.header .topLogo .left_img .other_logo p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.navbar.navbar-default {
    float: left;
    background-color: transparent;
    border: none;
    min-height: 1px;
}

.header .topLogo .left_img .other_logo .logo_color::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 111px 43px;
    right: 0;
    border-color: #EB0019 #EB0019 #fff #EB0019;
    content: "";
    position: absolute;
    bottom: 0;
}

.header .navbar-default {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.header .navbar-default .navbar-nav li {
    color: #fff;
    background-color: #313943;
}

.header .navbar-default .navbar-nav li.current-menu-item {
    background-color: #d82e27 !important;
}

.header .navbar-default .navbar-nav li.current-menu-item a {
    color: #fff;
}

@media (min-width: 767px) {
    .header .navbar-default .navbar-nav li.dropdown:hover>.dropdown-menu {
        display: block;
        background-color: transparent;
        box-shadow: none;
        border: none;
    }
    .header .navbar-default .navbar-nav li.dropdown:hover>.dropdown-menu li {
        width: 100% !important;
        background-color: #666;
        border-top: 1px solid #ccc;
    }
    .header .navbar-default .navbar-nav li.dropdown:hover>.dropdown-menu li:hover {
        background-color: #d82e27;
    }
    .header .navbar-default .navbar-nav li.dropdown:hover>.dropdown-menu li>.dropdown-menu {
        left: 100%;
        top: -7px;
    }
    .header .navbar-default .navbar-nav li.dropdown:hover>.dropdown-menu li a {
        background-color: transparent;
    }
    .header .navbar-default .navbar-nav li.dropdown:hover>.dropdown-menu li a:focus {
        color: #fff;
    }
    .header .navbar-default .navbar-nav li.dropdown ul>li {
        position: relative;
    }
    .header .navbar-default .navbar-nav li.dropdown ul>li.menu-item-has-children:after {
        border-bottom: 4px solid transparent;
        border-left: 4px solid;
        border-top: 4px solid transparent;
        content: "";
        display: inline-block;
        float: right;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: 10px;
        top: 16px;
        vertical-align: middle;
        width: 0;
    }
}

.header .navbar-default .navbar-nav li:hover {
    background-color: #d82e27;
    transition: all 0.3s eatransitionse 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.header .navbar-default .navbar-nav li:hover a:hover,
.header .navbar-default .navbar-nav li:hover a:focus {
    background-color: transparent;
    color: #fff;
}

.header .navbar-default .navbar-nav li a {
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}


/* .header .navbar-default .navbar-nav li { float: left; display: inline-block; padding: 0; font-size: 12px; font-family: 'Montserrat', sans-serif; width: 100px; margin-left: 1px; } */

.header .navbar-default .navbar-nav li {
    float: left;
    display: inline-block;
    padding: 0 16.4px !important;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: auto !important;
    margin-left: 1px;
    margin-bottom: 2px;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.header .navbar-default .navbar-nav li input {
    padding: 0;
    margin-left: 7px;
    height: 19px;
}

.searchformContainer {
    position: relative;
}

.searchformContainer button {
    position: absolute;
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    padding: 0px;
    font-size: 16px;
    right: 24px;
    top: 11px;
}

.searchformContainer {
    float: left;
    margin-top: 20px;
    background-color: #313943;
    cursor: pointer;
    padding: 8px 14px;
    margin-left: 2px;
    width: 281px;
}

.searchformContainer label {
    font-size: 14px;
    color: #fff;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    display: none;
}

.searchformContainer input {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    height: 24px;
}


/* .animated { opacity: 0; } */

figure.aligncenter {
    display: inline-block;
    width: 100%;
}

.searchPage .postContainer {
    border-bottom: 1px dotted #d82e27;
    padding: 25px 0;
}

.searchPage .postContainer header h2 {
    margin-top: 0;
}

.searchPage .postContainer:nth-last-child(2) {
    border-bottom: none;
}

.written_over.inner_content h2 a {
    color: #fff;
}

.written_over.inner_content a {
    color: #fff;
}

#javascriptdisabled {
    position: fixed;
    width: 100%;
    background-color: red;
    color: white;
    z-index: 99;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    padding: 5px 0px;
}

.slider.innerpage .slider_img .written_over.inner_content .entry-meta a {
    color: #fff;
}

.slider.innerpage .slider_img .written_over.inner_content .entry-meta {
    color: #fff;
}

.entry-meta,
.entry-footer {
    margin-top: 20px;
}

.entry-meta span,
.entry-footer span {
    padding-right: 15px;
    font-size: 15px;
}

.entry-meta span a,
.entry-footer span a {
    font-weight: 700;
}

.entry-meta span.tags-links,
.entry-footer span.tags-links {
    display: block;
    margin-top: 8px;
}

.posts-navigation,
.post-navigation {
    float: left;
    width: 100%;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    float: left;
    width: 100%;
    font-size: 18px;
}

.posts-navigation .nav-links div>a,
.post-navigation .nav-links div>a {
    padding: 6px 16px;
    border-radius: 5px;
    border: 1px solid;
}

.single .slider.innerpage .slider_img {
    z-index: 9;
}

.single .slider.innerpage .slider_img .written_over.inner_content {
    bottom: 30px;
    z-index: 99;
}

.single .slider.innerpage .slider_img .written_over.inner_content .entry-meta {
    color: #fff;
    margin-top: 15px;
}

.single .slider.innerpage .slider_img .written_over.inner_content .entry-meta a {
    color: #fff;
    padding-left: 4px;
}

.single .slider.innerpage .slider_img .written_over.inner_content .entry-meta a:hover {
    color: #d82e27;
}

.page-header {
    margin-top: 0;
    border: none;
    margin-bottom: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 9px 0 0;
    border-radius: 0;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    font-size: 18px;
    float: left;
    padding: 0;
    text-decoration: none;
    color: #d82e27;
    background-color: transparent;
    border: 1px solid #a2a2a2;
    margin-left: -1px;
    font-weight: 700;
    line-height: 1;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #a2a2a2;
    background-color: transparent;
    border-color: transparent;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #a2a2a2;
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #a2a2a2;
    background-color: transparent;
    border-color: transparent;
}

.comment-form .submit {
    width: 150px;
    height: 32px;
    font-size: 13px;
}

.comment-form .submit:hover {
    background-color: #d82e27;
    color: #fff;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comments-area .comment-list li {
    margin-top: 15px;
}

.comments-area .comment-list .comment-metadata {
    margin-top: 10px;
}

.comments-area .comment-list .comment-content {
    margin-top: 10px;
}

.comments-area .comment-list ol {
    list-style: none;
}

.slider {
    position: relative;
}

.slider_img {
    position: relative;
    /* max-height: 200px; */
    overflow: hidden;
}

.archive.category .slider_img {
    max-height: 200px;
}

.slider_img::after {
    background-color: rgba(0, 0, 0, 0.3);
    clear: ontent: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}

.slider .written_over {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 48%;
    text-align: center;
    z-index: 1;
    max-width: 1140px;
}

.slider .written_over h4,
.slider .written_over h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}

.overlay_section {
    float: left;
    width: 100%;
}

.overlay_section ul {
    float: left;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.overlay_section ul li {
    float: left;
    width: 25%;
    padding: 0;
    position: relative;
}

.overlay_section ul li:after {
    background-color: rgba(228, 0, 0, 0.7);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    width: 101%;
}

.overlay_section ul li .conference {
    position: relative;
    float: left;
    width: 100%;
}

.overlay_section ul li .conference .overlay {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 1;
    padding: 30px;
    width: 100%;
    height: 100%;
}

.overlay_section ul li .conference .overlay .overlay_image {
    float: left;
    width: 30%;
    margin-right: 3px;
    height: 100px;
}

.overlay_section ul li .conference .overlay .overlay_image img {
    height: auto;
    width: auto;
    max-height: 100%;
}

.overlay_section ul li .conference .overlay p {
    float: left;
    width: 100%;
    color: #fff;
    padding-top: 9px;
    font-size: 14px;
    min-height: 97px;
    padding-bottom: 60px;
    padding: 0;
}

.overlay_section ul li .conference .overlay .go {
    bottom: 0;
    float: left;
    margin-bottom: 25px;
    /* position: absolute; */
    width: 100%;
}

.overlay_section ul li .conference .overlay h4 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 18px;
}

.overlay_section ul li .conference .overlay h4 span {
    display: block;
}

.overlay_section ul li .conference .overlay .go a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    width: 100px;
    font-size: 20px;
    border-radius: 21px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    font-weight: bold;
}

.overlay_section ul li .conference .overlay .go a:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 12px;
}

.overlay_section ul li .conference .overlay .go a:hover {
    color: #EB0019;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.overlay_section ul li .conference .conference_image {
    background-size: cover;
    float: left;
    width: 100%;
    height: 100%;
}

.events {
    float: left;
    width: 100%;
    margin-top: 0;
}

.events .events_summary .event_image {
    position: relative;
    float: left;
    width: 45%;
    margin-right: 23px;
}

.events .events_summary .event_image .date {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.events .events_summary .event_image .date h4 {
    background-color: #d82e27;
    margin-top: 0;
    padding: 8px 23px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

.events .events_summary .event_image .date h5 {
    margin-top: 0;
    padding: 8px 23px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background-color: #737373;
}

.events .events_summary .event_content {
    float: left;
    width: 50%;
}

.events .events_summary .event_content h3 {
    margin-top: 0;
    font-size: 20px;
    color: #737373;
    font-weight: bold;
}

.events .events_summary .event_content p {
    color: #737373;
}

.events .events_summary .event_content p.date {
    color: #737373;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.events .events_summary .event_content p.date span {
    font-size: 13px;
    margin-right: 25px;
    text-transform: none;
}

.events .events_summary .event_content p a {
    color: #d82e27;
    font-weight: bold;
}

.events .events_summary .event_content p a:hover {
    text-decoration: underline;
}

.events .newsfeed_content p a:hover,
.events .more_news a:hover {
    text-decoration: underline;
}

.board ul li .board_content p a:hover {
    text-decoration: underline;
}

.events h2 {
    color: #737373;
    text-transform: uppercase;
    font-size: 21px;
}

.events .events_summary {
    float: left;
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px solid #737373;
}

.events .events_summary:nth-child(7) {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.events .newsfeed_content {
    padding-top: 25px;
    padding-bottom: 15px;
}

.events .newsfeed_content h3 {
    margin-top: 0;
    font-size: 18px;
    color: #737373;
    font-weight: bold;
    margin-bottom: 0;
}

.events .newsfeed_content p {
    color: #000;
}

.events .newsfeed_content p a {
    color: #d82e27;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 14px;
    font-weight: bold;
}

.events .newsfeed_content p a:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 5px;
}

.events .newsfeed_content.first {
    padding-top: 41px;
}

.events .right {
    background-color: #eee;
    float: left;
}

.events .more_news {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.events .more_news a {
    color: #d82e27;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
}

.banner {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.banner .banner_image {
    background-image: url(../images/CalloutBackground.jpg);
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
    padding: 25px;
}

.banner .banner_image .banner_overlay {
    position: relative;
    bottom: 0;
    padding: 0 15px;
}

.banner .banner_image .banner_overlay .banner_content {
    float: left;
    width: 50%;
}

.banner .banner_image .banner_overlay .banner_content p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.banner .banner_image .banner_overlay .join {
    float: left;
    width: 50%;
    position: absolute;
    right: 0;
}

.banner .banner_image .banner_overlay .join a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    border-radius: 21px;
    text-align: center;
    padding: 5px 0;
    width: 175px;
    float: right;
    bottom: 35px;
    position: relative;
    right: 7px;
}

.banner .banner_image .banner_overlay .join a:hover {
    color: #EB0019;
    transition: all 0.3s eatransitionse 0s;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.book_series {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.book_series .background {
    background-color: #eee;
    padding: 15px 30px;
}

.book_series .background .book_content h3 {
    font-size: 21px;
    color: #d82e27;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.book_series .background .book_content h5 {
    font-size: 12px;
    color: #737373;
    font-weight: bold;
}

.book_series .background .book_content h6 {
    font-style: italic;
    font-weight: 100;
    color: #737373;
    font-size: 10px;
}

.book_series .background .book_content p {
    color: #000;
    padding-top: 25px;
    padding-bottom: 7px;
}

.book_series .background .book_content .titles a {
    border: 1px solid #d82e27;
    color: #d82e27;
    display: block;
    width: 180px;
    font-size: 17px;
    border-radius: 21px;
    padding: 5px 0;
    text-align: center;
}

.book_series .background .book_content .titles a:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 12px;
}

.book_series .background .book_content .titles a:hover {
    color: #fff;
    background-color: #d82e27;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.book_series .background .books_name ul {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.book_series .background .books_name ul li {
    float: left;
    width: 30%;
    margin-right: 12px;
}

.book_series .background .books_name ul li .book_title h4 {
    font-size: 15px;
    color: #d82e27;
    font-weight: bold;
    margin-top: 30px;
}

.book_series .background .books_name ul li .book_title p {
    color: #000;
    line-height: 1.5;
    font-style: italic;
}

.board {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.board h3 {
    font-size: 24px;
    color: #737373;
    font-weight: bold;
    text-transform: uppercase;
}

.board h6 {
    color: #737373;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.board ul li {
    float: left;
    width: 25%;
    margin-bottom: 25px;
    min-height: 410px;
}

.board .list-unstyled.list-inline li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.board ul li .board_content h4 {
    color: #737373;
    font-weight: bold;
    margin-top: 22px;
}

.board ul li .board_content h5 {
    color: #d82e27;
    font-size: 14px;
    padding-top: 3px;
}

.board ul li .board_content p {
    color: #000;
}

.board ul li .board_content p a {
    color: #d82e27;
    font-weight: bold;
}

.featured_review {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.featured_review .featured_content {
    background-color: #eee;
    padding: 15px 30px;
}

.featured_review .featured_content h3 {
    font-size: 22px;
    color: #d82e27;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
}

.featured_review .featured_content h4 {
    color: #737373;
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.featured_review .featured_content h5 {
    color: #737373;
    line-height: 1.6;
    font-size: 15px;
}

.featured_review .featured_content h6 {
    font-style: italic;
    color: #737373;
    padding-bottom: 25px;
    font-weight: 100;
}

.featured_review .featured_content p {
    color: #000;
}

.featured_review .featured_content .read,
.read {
    padding-top: 20px;
    clear: both;
}

.featured_review .featured_content .read a,
.read a {
    border: 1px solid #d82e27;
    color: #d82e27;
    display: block;
    width: 164px;
    font-size: 16px;
    border-radius: 21px;
    padding: 5px 0;
    text-align: center;
}

.featured_review .featured_content .read a:hover,
.read a:hover {
    color: #fff;
    background-color: #d82e27;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.slider.innerpage .written_over.inner_content {
    text-align: left;
    bottom: 0;
    top: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.slider.innerpage .written_over.inner_content h4,
.slider.innerpage .written_over.inner_content h1 {
    text-transform: capitalize;
    color: #737373;
    font-weight: 500;
}

.slider.innerpage .written_over.inner_content h5 {
    color: #737373;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.slider.innerpage .written_over.inner_content .breadcrumbs ul li {
    color: #737373;
    font-size: 17px;
}

.slider.innerpage .written_over.inner_content .breadcrumbs ul li a {
    color: #737373;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

.slider.innerpage .written_over.inner_content .breadcrumbs ul li a:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 12px;
    color: #d82e27;
}

.slider.innerpage .written_over.inner_content .breadcrumbs ul li:last-child a:after {
    display: none;
}

.slick-slider i.fa.arrow.slick-arrow {
    position: absolute;
    top: 50% !important;
    background: rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
}

.slick-slider i.fa.arrow.arrow-left.slick-arrow {
    padding: 5px 16px 5px 13px;
    left: 10px;
}

.slick-slider i.fa.arrow.arrow-right.slick-arrow {
    padding: 5px 13px 5px 16px;
    right: 10px;
}

.drug_content {
    padding-top: 45px;
    padding-bottom: 25px;
}

.drug_content .drugTable thead tr th {
    width: 100px;
    background-color: #d82e27;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
}

.drug_content .drugTable tr td {
    width: 100px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    border-left: none;
    border-right: none;
    vertical-align: middle;
}

.drug_content .drugTable>tbody>tr:nth-of-type(2n+1) {
    background-color: #eee;
}

.review_article {
    float: left;
    width: 100%;
    /* padding-top: 45px; */
    padding-bottom: 30px;
}

.review_article .review_left h2 {
    color: #737373;
    text-transform: uppercase;
    font-size: 25px;
}

.review_article .review_left .events_summary {
    float: left;
    width: 100%;
    padding: 42px 0px;
    border-bottom: 1px solid #737373;
}

.review_article .review_left .events_summary .event_image {
    position: relative;
    float: left;
    width: 45%;
    margin-right: 23px;
}

.review_article .review_left .events_summary .event_image .date {
    position: absolute;
    top: 0;
    right: 0;
}

.review_article .review_left .events_summary .event_image .date h4 {
    margin-top: 0;
    padding: 8px 23px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

.review_article .review_left .events_summary .event_image .date h5 {
    margin-top: 0;
    padding: 8px 23px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background-color: #737373;
}

.review_article .review_left .events_summary .event_content {
    float: left;
    width: 50%;
}

.review_article .review_left .events_summary .event_content h3 {
    margin-top: 0;
    font-size: 20px;
    color: #d82e27;
    font-weight: bold;
}

.review_article .review_left .events_summary .event_content p {
    margin-bottom: 0;
    color: #737373;
}

.review_article .review_left .events_summary .event_content p span {
    color: #737373;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.review_article .review_left .events_summary .event_content p a {
    color: #d82e27;
    font-weight: bold;
}

.review_article .review_left .events_summary .event_content p a:hover {
    text-decoration: underline;
}

.review_article .review_left .events_summary .event_content p.date {
    margin-bottom: 25px;
}

.review_article .review_right .article h2 {
    color: #737373;
    text-transform: uppercase;
    font-size: 25px;
}

.review_article .review_right .article p {
    font-size: 16px;
}

.review_article .review_right .article .contact_button a {
    border: 1px solid #d82e27;
    color: #d82e27;
    display: block;
    width: 200px;
    font-size: 14px;
    border-radius: 21px;
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
}

.review_article .review_right .article .contact_button a:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 12px;
}

.review_article .review_right .article .contact_button a:hover {
    background-color: #d82e27;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.review_article .review_right .popular {
    float: left;
    width: 100%;
    margin-top: 25px;
    background-color: #eee;
    padding: 15px;
}

.page-template-register .review_article .review_right .popular {
    float: none;
}

.review_article .review_right .popular h2 {
    margin-top: 0;
    color: #737373;
    text-transform: uppercase;
    font-size: 25px;
}

.review_article .review_right .popular h2 {
    text-transform: none;
    font-size: 34px;
    margin-bottom: 50px;
}

.review_article .review_right .popular ul {
    margin-left: 0;
    float: left;
    width: 100%;
}

.review_article .review_right .popular ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #737373;
    float: left;
    width: 100%;
}

.review_article .review_right .popular ul li .popular_articles .popular_image {
    float: left;
    width: 45%;
}

.review_article .review_right .popular ul li .popular_articles .popular_content {
    float: right;
    width: 50%;
}

.review_article .review_right .popular ul li .popular_articles .popular_content h3 {
    margin-top: 0;
    line-height: 17px;
}

.review_article .review_right .popular ul li .popular_articles .popular_content h3 a {
    font-size: 15px;
    color: #d82e27;
    font-weight: bold;
}

.review_article .review_right .popular ul li .popular_articles .popular_content h3 a:hover {
    text-decoration: underline;
}

.review_article .review_right .popular ul li .popular_articles .popular_content h5 {
    color: #737373;
    font-weight: bold;
    font-size: 16px;
}

.review_article .review_right .popular .more_articles {
    float: left;
    width: 100%;
}

.review_article .review_right .popular .more_articles a {
    border: 1px solid #d82e27;
    color: #d82e27;
    display: block;
    width: 250px;
    font-size: 17px;
    border-radius: 21px;
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
}

.review_article .review_right .popular .more_articles a:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 12px;
}

.review_article .review_right .popular .more_articles a:hover {
    background-color: #d82e27;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.review_article .page {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.review_article .register.page {
    text-align: left;
}

.page-template-register .review_right ul {
    margin: 14px;
    padding: 0;
}

.review_article .page h4 {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 4px;
    color: #737373;
    font-weight: bold;
}

.review_article .page .pagination {
    margin: 7px 0 0;
}

.review_article .page .pagination li a,
.review_article .page .pagination li span {
    border: none;
    border-right: 3px solid #737373;
    border-radius: 0;
    padding: 0 12px;
}

.review_article .page .pagination li a:hover,
.review_article .page .pagination li span:hover {
    color: #737373;
    background-color: transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.review_article .page .pagination li a:focus,
.review_article .page .pagination li span:focus {
    background-color: transparent;
}

.review_article .page .pagination li a.active {
    color: #737373;
}

.review_article .page .pagination li:last-child a {
    border: none;
}

.review_article .page .pagination li:first-child a {
    border: none;
    padding-right: 0;
}

.footer {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.footer .footer1 {
    background-color: #2A3238;
    padding: 40px 0 10px;
}

.footer .footer1 .footer_left p {
    color: #fff;
    line-height: inherit;
}

.footer .footer1 .footer_left img {
    padding-bottom: 25px;
}

.footer .footer1 .footer_left .address {
    padding-top: 30px;
}

.footer .footer1 .footer_left .address p {
    margin-left: 20px;
}

.footer .footer1 .footer_left .address .location:before {
    content: "\f041";
    font-family: fontawesome;
    margin-left: -25px;
    margin-right: 14px;
}

.footer .footer1 .footer_left .address .email:before {
    content: "\f003";
    font-family: fontawesome;
    margin-left: -25px;
    margin-right: 8px;
}

.footer .footer1 .footer_left .address .ph_no:before {
    content: "\f095";
    font-family: fontawesome;
    margin-left: -25px;
    margin-right: 8px;
}

.footer .footer1 .footer_left .social_icons {
    padding-top: 12px;
}

.footer .footer1 .footer_left .social_icons ul li {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
    padding: 0;
}

.footer .footer1 .footer_left .social_icons ul li a {
    color: #fff;
    display: block;
}

.footer .footer1 .footer_left .social_icons ul li:hover {
    background-color: #d82e27;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.footer .footer1 .footer_right h3 {
    font-size: 20px;
    color: #d82e27;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.footer .footer1 .footer_right .news {
    margin-left: 0;
}

.footer .footer1 .footer_right .news li {
    padding-bottom: 10px;
}

.footer .footer1 .footer_right .news li h4 a {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}

.footer .footer1 .footer_right .news li h4 a:hover {
    color: #d82e27;
}

.footer .footer1 .footer_right .news li h6 {
    font-style: italic;
    color: #d82e27;
}

.footer .footer1 .footer_right .footer_categories li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 12px;
    border-radius: 21px;
    padding: 5px 14px;
    text-align: center;
    margin-bottom: 9px;
}

.footer .footer1 .footer_right .footer_categories li:hover a {
    background-color: #d82e27;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    border-color: #d82e27;
}

.footer .footer2 {
    float: left;
    width: 100%;
    background-color: #313943;
    padding: 12px 0;
}

.footer .footer2 p {
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}

.footer .footer2 ul.footer_menu {
    margin-bottom: 0;
    /* float: right; */
}

.footer .footer2 .power {
    color: #fff;
}

.footer .footer2 ul.footer_menu li.current-menu-item a {
    color: #d82e27;
}

.footer .footer2 ul.footer_menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.footer .footer2 ul.footer_menu li:hover a {
    color: #d82e27;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}


/*** header***/

@media (max-width: 1199px) {
    /* .navbar-default { width: 100%; } */
    .navbar-default ul {
        text-align: center;
    }
    .header .topLogo .left_img {
        width: 54%;
    }
    .header .topLogo .left_img .sign a {
        width: 150px;
    }
    .header .topLogo .logo_img {
        width: 40%;
    }
    .header .topLogo .left_img .other_logo .logo_color {
        width: 62.3%;
    }
    .searchformContainer {
        float: none;
        display: inline-block;
    }
    /*  .header .navbar-default .navbar-nav li { width: 130px; }*/
    .header .search {
        margin-top: 15px;
        /* width: 100%; */
        text-align: center;
        float: left;
    }
    .searchformContainer {
        width: 223px;
        margin-top: 5px;
    }
    .slider .written_over {
        width: auto;
    }
    .overlay_section ul {
        margin-left: 0;
    }
    .events .events_summary .event_image {
        width: 42%;
    }
    .header .navbar-default .navbar-nav li {
        padding: 0 7px !important;
    }
    .single-header {
        max-width: 941px;
    }
}

@media (max-width: 991px) {
    .slider_img {
        min-height: auto;
    }
    .header .topLogo .left_img .other_logo {
        width: 45%;
    }
    .header .topLogo .left_img .other_logo .logo_color {
        width: auto;
    }
    .header .topLogo .left_img .other_logo .logo_color::after {
        border-width: 0px 88px 38px 87px;
        bottom: -38px;
    }
    .header .topLogo .left_img .other_logo p {
        font-size: 13px;
    }
    .header .topLogo .left_img .other_logo .logo_color {
        padding-bottom: 0;
    }
    .footer .footer1 .footer_right .footer_categories li {
        width: 100%;
    }
    .footer .footer2 ul.footer_menu li a {
        font-size: 13px;
    }
    .header .navbar-default .navbar-nav li {
        width: 100px;
    }
    .header .navbar-default .navbar-nav {
        float: none;
        margin-top: 25px;
    }
    .overlay_section ul li {
        width: 50%;
    }
    .events .events_summary .event_image {
        width: 100%;
    }
    .events .events_summary .event_content {
        width: 100%;
        padding-top: 12px;
    }
    .book_series .background .books_name ul li {
        margin-right: 7px;
    }
    .header .navbar-default .navbar-nav li {
        padding: 0 7px !important;
    }
    .header .search {
        float: none;
    }
    .searchformContainer {
        margin-top: 20px;
    }
    .single-header {
        max-width: 721px;
    }
}

@media (max-width: 767px) {
    .headerTopMobile {
        float: left;
        width: 100%;
    }
    .headerBottomMobile {
        float: left;
        width: 85%;
    }
    .headerBottomMobile .sign {
        float: left;
        background-color: #a2a2a2;
        display: block;
        height: 40px;
        line-height: 40px;
        width: 25%;
        text-align: center;
    }
    .headerBottomMobile .sign a {
        color: #fff;
        display: block;
    }
    .headerBottomMobile .sign a:hover {
        background-color: #d82e27;
        transition: all 0.3s ease transition 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
    }
    .searchformContainer {
        margin-top: 0;
        float: left;
        width: 100%;
    }
    .searchformContainer button {
        color: #fff;
    }
    .header .navbar-default .navbar-nav li.dropdown ul>li.menu-item-has-children::after {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid;
        content: "";
        display: inline-block;
        float: right;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: 10px;
        top: 16px;
        vertical-align: middle;
        width: 0;
    }
    .header .topLogo .logo_img {
        width: 46%;
        margin-top: 0;
    }
    .header {
        min-height: 180px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background-color: #d82e27;
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
    }
    .footer .footer1 .footer_right .footer_categories li {
        float: none;
        width: 47%;
        display: inline-block;
    }
    .footer .footer1 .footer_right .footer_categories ul {
        text-align: center;
    }
    .footer .footer2 p {
        text-align: center;
    }
    .footer .footer2 ul.footer_menu {
        float: left;
        text-align: center;
        width: 100%;
        padding-top: 7px;
    }
    .navbar.navbar-default {
        float: left;
        width: 100%;
    }
    .header .navbar-default .navbar-nav li {
        display: block;
        width: 100% !important;
        margin-bottom: 1px;
        margin-left: 0;
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    .header .topLogo .left_img .sign {
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        left: 15px;
    }
    .header .topLogo .left_img .other_logo {
        width: 74%;
    }
    .header .topLogo .left_img .other_logo .logo_color::after {
        border-width: 0px 147px 38px 147px;
    }
    .header {
        position: relative;
    }
    .header .search {
        margin-top: 0;
        width: 70%;
        float: left;
        padding-right: 15px;
    }
    .search input {
        width: 80%;
    }
    .footer .footer1 .footer_left .address {
        padding-left: 10px;
    }
    .header .topLogo .left_img .other_logo .logo_color::after {
        display: none;
    }
    .board ul li {
        width: 50%;
    }
    .events .events_summary .event_image {
        width: 47%;
        margin: 0 auto;
        float: none;
    }
    .events .events_summary .event_content h3,
    .events .events_summary .event_content p {
        text-align: center;
    }
    .events h2 {
        text-align: center;
    }
    .events .newsfeed_content h3 {
        text-align: center;
    }
    .events .newsfeed_content p {
        text-align: center;
    }
    .events .more_news {
        text-align: center;
    }
    .banner .banner_image .banner_overlay .banner_content {
        float: none;
        width: 100%;
    }
    .book_series .background .book_content {
        padding-bottom: 25px;
    }
    .book_series .background .book_content h3 {
        text-align: center;
    }
    .book_series .background .book_content h5,
    .book_series .background .book_content h6 {
        text-align: center;
    }
    .book_series .background .book_content p {
        text-align: center;
    }
    .book_series .background .book_content .titles a {
        margin: 0 auto;
    }
    .book_series .background .books_name ul li .book_title h4,
    .book_series .background .books_name ul li .book_title p {
        text-align: center;
    }
    .board h3,
    .board h6,
    .board ul li .board_content h4,
    .board ul li .board_content h5,
    .board ul li .board_content p {
        text-align: center;
    }
    .featured_review .featured_content h3,
    .featured_review .featured_content h4,
    .featured_review .featured_content h5,
    .featured_review .featured_content h6,
    .featured_review .featured_content p {
        text-align: center;
    }
    .featured_review .featured_content .read {
        padding-bottom: 20px;
    }
    .featured_review .featured_content .read a {
        margin: 0 auto;
    }
    .featured_review .featured_content .read a,
    .read a {
        margin: 0 auto;
    }
    .footer .footer1 .footer_right .col-sm-6 {
        padding-left: 0;
        float: left;
        width: 100%;
    }
    .footer .footer1 .footer_right .news li {
        width: 100%;
        float: left;
    }
    .footer .footer1 .footer_right .news {
        text-align: center;
        float: left;
        width: 100%;
    }
    .footer .footer1 .footer_right h3 {
        text-align: center;
    }
    .footer .footer1 .footer_left img {
        margin: 0 auto;
        max-width: 320px;
    }
    .footer .footer1 .footer_left p {
        text-align: center;
    }
    .footer .footer1 .footer_left .social_icons ul {
        text-align: center;
    }
    .footer .footer1 .footer_right {
        padding-top: 10px;
    }
    .slider .written_over h4 {
        font-size: 24px;
    }
    .banner .banner_image .banner_overlay .join {
        float: left;
        width: 100%;
        position: relative;
    }
    .banner .banner_image .banner_overlay .join a {
        bottom: 0;
        position: relative;
        float: none;
        margin: 0 auto;
    }
    .banner .banner_image .banner_overlay .banner_content p {
        text-align: center;
    }
    .slider .written_over {
        position: relative;
        top: 0;
        transform: translateY(0px);
        /* background-color: #000; */
        padding: 15px 0;
        background-color: #737373;
        /*        min-height: 125px;*/
        float: left;
        width: 100%;
    }
    .slider.innerpage .written_over.inner_content h5 {
        margin-bottom: 0;
        margin-top: 12px;
    }
    .single-header {
        max-width: 100%;
        padding-left: 14px;
    }
}

@media (max-width: 674px) {
    .search input {
        width: 77%;
    }
}

@media (max-width: 600px) {
    .search input {
        width: 75%;
    }
}

@media (max-width: 580px) {
    .overlay_section ul li .conference .overlay .overlay_image {
        float: none;
        margin: 0 auto;
        width: 40%;
    }
    .overlay_section ul li .conference .overlay .overlay_image img {
        height: auto;
        max-height: 100%;
    }
    .overlay_section ul li .conference .overlay .overlay_image img {
        margin: 0 auto;
    }
    .overlay_section ul li .conference .overlay h4 {
        float: left;
        width: 100%;
        text-align: center;
    }
    .overlay_section ul li .conference .overlay p {
        text-align: center;
    }
    .breadcrumbs ul {
        margin-bottom: 0;
    }
}

@media (max-width: 560px) {
    .search input {
        width: 70%;
    }
}

@media (max-width: 520px) {
    .headerTopMobile .logo_img a {
        max-width: 320px;
        display: block;
        margin: 0px auto;
    }
    .headerTopMobile .left_img .other_logo .logo_color {
        max-width: 320px;
        margin: 25px auto 0;
    }
    .header .topLogo .logo_img {
        width: 100%;
        margin-top: 0;
    }
    .header .topLogo .left_img {
        width: 100%;
    }
    .header .topLogo .left_img .sign a {
        margin: 0 auto;
    }
    .header .topLogo .left_img .sign {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 39px;
    }
    .header .topLogo .left_img .other_logo .logo_color {
        float: none;
    }
    .header .search {
        left: 0;
        margin: 0 auto;
        max-width: 275px;
        right: 0;
        top: 0;
        width: 100%;
    }
    .header .search form {
        margin-top: 0;
    }
    .header .topLogo .left_img .other_logo {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .footer .footer1 .footer_right .news li {
        width: 100%;
    }
    .book_series .background .books_name ul li {
        width: 100%;
        margin-right: 0;
    }
    .book_series .background .books_name ul li img {
        margin: 0 auto;
        display: block;
    }
    .board ul li {
        width: 100%;
    }
    .board_image img {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .overlay_section ul li {
        width: 100%;
    }
    .header .search {
        width: 70%;
    }
    .overlay_section ul li .conference .overlay .go {
        position: relative;
    }
    .overlay_section ul li .conference .overlay p {
        padding-bottom: 0;
    }
    .headerBottomMobile {
        width: 100%;
        text-align: center;
    }
    .headerBottomMobile .search {
        display: block;
        float: none;
        width: 100%;
    }
    .headerBottomMobile .sign {
        float: none;
        margin: 15px auto 0px;
        display: inline-block;
        text-align: center;
        width: 50%;
    }
}

@media (max-width: 380px) {
    .search {
        top: 140px;
    }
    .footer .footer1 .footer_left img {
        max-width: 100%;
    }
}

@media (max-width: 340px) {
    .slider .written_over h4 {
        font-size: 17px;
    }
}

@media (max-width: 334px) {
    .search {
        top: 138px;
    }
}


/*** drug page***/

@media (max-width: 1199px) {
    .slider.innerpage .written_over.inner_content {
        width: 750px;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .single .slider.innerpage .slider_img .written_over.inner_content {
        width: auto;
        text-align: center;
        bottom: 0;
        background-color: #000;
        padding: 10px 0;
    }
    .slider_img {
        min-height: auto !important;
        width: 100%;
        overflow: hidden;
    }
    .slider_img>img {
        height: 300px;
        width: auto;
        max-width: none;
    }
    .slider_img:after {
        background: transparent;
    }
}


/**** expert page***/

@media (max-width: 991px) {
    .review_article .review_right .popular ul li .popular_articles .popular_image {
        width: 100%;
    }
    .review_article .review_right .popular ul li .popular_articles .popular_content {
        float: left;
        width: 100%;
    }
    .review_article .review_right .popular .more_articles a {
        width: auto;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .review_article .review_right .popular ul li .popular_articles .popular_image {
        width: 45%;
    }
    .review_article .review_right .popular ul li .popular_articles .popular_content {
        float: right;
        width: 50%;
    }
    .review_article .review_right .popular .more_articles a {
        width: 250px;
        font-size: 17px;
        margin: 0 auto;
    }
    .review_article .review_right {
        float: left;
        width: 100%;
    }
    .review_article .review_left h2 {
        text-align: center;
    }
    .review_article .review_left .events_summary .event_image {
        width: 47%;
        margin: 0 auto;
        float: none;
    }
    .review_left .events_summary .event_content {
        float: left;
        width: 100%;
        padding-top: 25px;
    }
    .review_article .review_left .events_summary .event_content h3,
    .review_article .review_left .events_summary .event_content p,
    .review_article .review_left .events_summary .event_content p.date,
    .review_article .review_left .events_summary .event_content p {
        text-align: center;
    }
    .review_article .review_left .events_summary .event_content {
        width: 100%;
        float: left;
    }
    .review_article .review_right .article h2,
    .review_article .review_right .article p {
        text-align: center;
    }
    .review_article .review_right .article .contact_button a {
        margin: 0 auto;
    }
    .review_article .review_right .popular h2 {
        text-align: center;
    }
    .review_article .review_right .popular ul li .popular_articles .popular_image {
        width: 47%;
        margin: 0 auto;
        float: none;
    }
    .review_article .review_right .popular ul li .popular_articles .popular_content {
        float: left;
        width: 100%;
        padding-top: 12px;
    }
    .review_article .review_right .popular ul li .popular_articles .popular_content h3,
    .review_article .review_right .popular ul li .popular_articles .popular_content h5 {
        text-align: center;
    }
}

@media (max-width: 370px) {
    .searchformContainer {
        width: 100%;
    }
    .search input {
        width: 65%;
    }
    .header .search {
        width: 80%;
    }
}


/** 21-4**/

.guidelines-table {
    border: 1px solid #ddd;
}

.guidelines-table tr:first-child th {
    width: 100px;
    background-color: #d82e27;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    padding: 10px;
}

.guidelines-table tr td {
    width: 100px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    padding: 11px;
}

.guidelines-table tr td a {
    width: 100px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    border-left: none;
    border-right: none;
    vertical-align: middle;
}

.guidelines-table tr td a:hover {
    color: #d82e27;
}

.guidelines-table>tbody>tr:nth-of-type(2n) {
    background-color: #eee;
}

#filters .form-field {
    float: left;
    width: 100%;
}

#filters .form-field label {
    float: left;
    width: 65%;
}

#filters .form-submit {
    float: left;
    width: 100%;
}

#filters .form-submit input {
    float: left;
    border: 1px solid #d82e27;
    color: #d82e27;
    display: block;
    width: 118px;
    font-size: 17px;
    border-radius: 21px;
    padding: 5px 0;
    text-align: center;
    background-color: transparent;
    margin-top: 14px;
    text-transform: capitalize;
}

#filters .form-submit input:hover {
    background-color: #d82e27;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

#filters .form-field:last-child {
    margin-top: 10px;
}


/** 25-4**/

.webinars .webinars-tabs .container {
    padding-left: 0;
}

.webinars .webinars-tabs {
    float: left;
    width: 100%;
    margin-top: 26px;
    padding-left: 0;
    border-width: 0px 1px 1px 18px;
    margin-bottom: 25px;
    border-color: #fff #fff #fff #d82e27;
    border-style: solid;
    box-shadow: 3px 1px #e7e7e7;
}

.webinars .webinars-tabs .nav-pills {
    margin-left: 0;
    background-color: #e5e5e5;
}

.webinars .webinars-tabs .tab-content {
    float: left;
    width: 100%;
    margin-top: 22px;
    padding-left: 22px;
    padding-right: 22px;
}

.webinars .webinars-tabs .tab-content ul {
    margin-left: 0;
    padding-left: 16px;
}

.webinars .webinars-tabs .nav-pills>li.active>a {
    background-color: #d82e27;
}

.webinars .webinars-tabs .nav-pills>li>a {
    border-radius: 0;
}

.webinars .webinars-tabs .nav-pills>li>a:focus {
    outline: 0;
}

.webinars .webinars-sidebar {
    margin-top: 20px;
}

.webinars .webinars-sidebar .auth_title {
    background-color: #d82e27;
    padding: 15px;
    margin-top: 16px;
}

.webinars .webinars-sidebar .auth_title h2 {
    font-size: 21px;
    color: #fff;
    margin-top: 0;
}

.webinars .webinars-sidebar .auth_title span {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.webinars .webinars-sidebar .auth_detail {
    background-color: #e5e5e5;
    padding: 15px;
}

.webinars .webinars-sidebar .auth_detail h3 {
    font-size: 22px;
    color: #000;
}

.webinars .webinars-sidebar .auth_detail h2 {
    font-size: 12px;
    margin-top: 0;
    color: #000;
}

.webinars .webinars-sidebar .auth_detail span {
    float: left;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .webinars .webinars-sidebar .auth_detail {
        text-align: center;
    }
}


/***27-4***/

.register #membership-benefits table tr {
    border: 1px solid #ccc;
}

.register #membership-benefits table tr td {
    border: 1px solid #ccc;
    padding: 13px;
    text-align: center;
}

.register #membership-benefits table tr .yes {
    color: #89AF5A;
}

.register #membership-benefits table tr td:nth-child(1) {
    text-align: left;
}

.register #membership-benefits table thead tr th {
    text-align: center;
    color: #fff;
    padding: 15px 20px;
}

.register #membership-benefits table thead tr th:nth-child(1) {
    color: #737373;
    text-align: left;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.register #membership-benefits table thead tr th.web-member {
    background-color: #E47B7D;
}

.register #membership-benefits table thead tr th.junior-member {
    background-color: #DE6058;
}

.register #membership-benefits table thead tr th.associate-member {
    background-color: #D62438;
}

.register #membership-benefits table thead tr th.full-member {
    background-color: #A21F26;
}

.register #membership-benefits ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.register fieldset {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.35em 0 0.75em;
    margin-bottom: 30px;
}

.register fieldset legend {
    float: left;
    width: 100%;
}

.register fieldset legend span {
    padding: 0 0.625em;
    float: left;
    width: 100%;
    padding-bottom: 6px;
}

.register fieldset .form-field {
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.register fieldset .form-field input {
    margin-right: 10px;
}

.register fieldset#account-details .form-field label {
    float: left;
    width: 25%;
}

.register fieldset#account-details .form-field input,
.register fieldset#account-details .form-field textarea,
.register fieldset#account-details .form-field select {
    float: left;
    width: 70%;
    border-radius: 0;
}

.register fieldset#account-details .form-field.professional-information label.radio-label {
    width: auto;
    margin-right: 30px;
}

.register fieldset#account-details .form-field.professional-information input {
    width: auto;
}

.register fieldset#area-of-interest p {
    float: left;
    width: 100%;
    padding-left: 10px;
}

.register fieldset #tandc-content {
    padding: 10px;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 27px;
}

.register input[type="submit"] {
    border: 1px solid #d82e27;
    color: #d82e27;
    display: block;
    font-size: 16px;
    border-radius: 21px;
    padding: 16px 21px;
    text-align: center;
    background-color: transparent;
}

.register input[type="submit"]:hover {
    background-color: #d82e27;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.register input[type="submit"]:focus {
    outline: 0;
}

.page-template-register.register .popular input[type="submit"] {
    margin: 0 auto;
    padding: 10px 20px;
}

ul.errors {
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 5px 10px;
    background-color: #d82e27;
    list-style-type: none;
    color: #fff;
}

.profile fieldset {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.35em 0 0.75em;
    margin-bottom: 30px;
}

.profile fieldset legend {
    float: left;
    width: 100%;
}

.profile fieldset legend span {
    padding: 0 0.625em;
    float: left;
    width: 100%;
    padding-bottom: 6px;
}

.profile fieldset .form-field {
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.profile fieldset#membership-details .form-field label {
    float: left;
    width: 25%;
}

.profile fieldset#account-details .form-field label {
    float: left;
    width: 25%;
}

.profile fieldset#change-password .form-field label {
    float: left;
    width: 25%;
}

.profile fieldset#membership-details .form-field input,
.profile fieldset#membership-details .form-field textarea,
.profile fieldset#membership-details .form-field select {
    float: left;
    width: 70%;
    border-radius: 0;
}

.profile fieldset#account-details .form-field input,
.profile fieldset#account-details .form-field textarea,
.profile fieldset#account-details .form-field select {
    float: left;
    width: 70%;
    border-radius: 0;
}

.profile fieldset#change-password .form-field input,
.profile fieldset#change-password .form-field textarea,
.profile fieldset#change-password .form-field select {
    float: left;
    width: 70%;
    border-radius: 0;
}

.profile fieldset#membership-details .form-field ul {
    float: left;
    width: 70%;
    padding-left: 12px;
    margin-left: 0;
}

.profile fieldset#account-details .form-field.professional-information label.radio-label {
    width: auto;
    margin-right: 30px;
}

.profile fieldset#account-details .form-field.professional-information input {
    width: auto;
    margin-right: 3px;
}

.profile fieldset#area-of-interest p {
    float: left;
    width: 100%;
    padding-left: 10px;
}

.profile fieldset#change-password p.error {
    float: left;
    width: 100%;
    padding-left: 10px;
    background-color: #d82e27;
    color: #fff;
}

.profile fieldset .form-field input {
    margin-right: 5px;
}

.profile fieldset#change-password ul {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}

.profile input[type="submit"] {
    border: 1px solid #d82e27;
    color: #d82e27;
    display: block;
    font-size: 16px;
    border-radius: 21px;
    padding: 16px 21px;
    text-align: center;
    background-color: transparent;
}

.profile input[type="submit"]:hover {
    background-color: #d82e27;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.profile input[type="submit"]:focus {
    outline: 0;
}

.profile fieldset#change-password ul.errors {
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 5px 10px;
    background-color: #d82e27;
    list-style-type: none;
    color: #fff;
}

.slider.innerpage .written_over.inner_content {
    background: transparent;
}

.guidelines p a,
.guidelines-table tr td a,
.review_article a {
    color: #d82e27;
}

.guidelines p a:hover,
.guidelines-table tr td a:hover,
.review_article a:hover {
    text-decoration: underline;
}

.pageTemplate .page .entry-content p a {
    color: #d82e27;
}

.pageTemplate .page .entry-content p a:hover {
    text-decoration: underline;
}

.review_article h3 a {
    color: #737373;
}

.review_article h3 a:hover {
    text-decoration: none;
    color: #d82e27;
}

.review_right a h3 {
    color: #737373;
}

.review_right a:hover {
    text-decoration: none !important;
}

.review_right a:hover h3 {
    color: #d82e27;
}

.review_right .widget_text {
    background-color: #eee;
    padding: 15px;
    margin-top: 25px;
}

.review_right .widget_text h2 {
    margin-top: 0;
}

.review_right .widget_text ul {
    margin: 0 0 30px 0;
    padding-left: 15px;
}


/* form*/

.wpcf7 .wpcf7-form .panel-default {
    border-radius: 0;
}

.wpcf7 .wpcf7-form .panel-default .panel-body {
    padding: 15px 25px;
}

.wpcf7 .wpcf7-form .panel-default .panel-heading {
    background-color: transparent;
    font-size: 40px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body input {
    border-radius: 0;
    height: 45px;
    width: 100%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body textarea {
    border-radius: 0;
    height: 120px;
    width: 100%;
    padding: 3px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body textarea#Statement {
    width: 100%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group {
    float: left;
    width: 100%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group p:empty {
    display: none;
}

.wpcf7 .wpcf7-form .panel-default .panel-body select {
    height: 45px;
    border-radius: 0;
    width: 100%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span {
    float: left;
    width: 40px;
    margin-right: 6px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdatedd,
.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdateMM {
    margin-right: 45px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdatedd:after {
    content: "/";
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 30px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdateMM:after {
    content: "/";
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 30px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio label input {
    height: auto;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio span.wpcf7-list-item {
    display: block;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio span.wpcf7-list-item label {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    word-break: break-word;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio span.wpcf7-list-item label input {
    float: left;
    width: 14px;
    position: relative;
    margin-top: 7px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group label {
    font-size: 16px;
    font-weight: 400;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.datedd,
.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.dateMM {
    margin-right: 45px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.datedd:after {
    content: "/";
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 30px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.dateMM:after {
    content: "/";
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 30px;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio .financialsupport .wpcf7-list-item label {
    float: left;
    width: 50%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio .Activities .wpcf7-list-item label {
    float: left;
    width: 50%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .other {
    float: left;
    width: 100%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .other textarea {
    width: 100%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio .ISCPfees .wpcf7-list-item label {
    float: left;
    width: 50%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio .ISCPvidesession .wpcf7-list-item label {
    float: left;
    width: 50%;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
    border: 2px solid #d82e27;
    color: #d82e27;
    display: block;
    width: 180px;
    border-radius: 21px;
    padding: 5px 0;
    text-align: center;
    background: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.wpcf7 .wpcf7-form .wpcf7-submit:hover {
    background: #d82e27;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group p.objectiveText {
    padding-left: 20px;
    font-size: 20px;
    color: #d82e27;
    font-weight: bold;
}

.form-group .nopadding {
    padding: 0;
}

.form-group .nopadding .other {
    padding-right: 15px;
    padding-left: 15px;
}

@media(max-width:580px) {
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group p.objectiveText {
        font-size: 17px;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span {
        width: 30px;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio .financialsupport .wpcf7-list-item label {
        width: 100%;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio .Activities .wpcf7-list-item label {
        float: left;
        width: 100%;
    }
}

@media (max-width:480px) {
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span {
        margin-bottom: 30px;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate {
        padding-top: 24px;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span {
        width: 44px;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdated:before {
        content: "Day";
        position: absolute;
        top: -22px;
        font-weight: bold;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdatem {
        clear: left;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdatem:before {
        content: "Month";
        position: absolute;
        top: -22px;
        font-weight: bold;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdatey {
        clear: left;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdatey:before {
        content: "Year";
        position: absolute;
        top: -22px;
        font-weight: bold;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdatedd::after {
        display: none;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.startdateMM::after {
        display: none;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.dated:before {
        content: "Day";
        position: absolute;
        top: -22px;
        font-weight: bold;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.datem {
        clear: left;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.datem:before {
        content: "Month";
        position: absolute;
        top: -22px;
        font-weight: bold;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.datey {
        clear: left;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.datey:before {
        content: "Year";
        position: absolute;
        top: -22px;
        font-weight: bold;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.datedd::after {
        display: none;
    }
    .wpcf7 .wpcf7-form .panel-default .panel-body .form-group .startDate span.dateMM::after {
        display: none;
    }
}

@media (max-width:420px) {
    .wpcf7 .wpcf7-form .panel-default .panel-heading {
        font-size: 30px;
    }
}

.slider .written_over .topPuller {
    top: -128px;
    float: left;
    width: 100%;
    position: relative;
}

@media (max-width:1199px) {
    .slider .written_over .topPuller {
        top: -100px;
    }
    .slider .written_over h4 {
        font-size: 33px;
    }
}

@media (max-width:991px) {
    .slider .written_over .topPuller {
        top: -80px;
    }
    .slider .written_over .topPuller h4 {
        text-align: right !important;
    }
}

@media (max-width:767px) {
    .slider .written_over h4 {
        font-size: 23px;
    }
    .slider .written_over .topPuller {
        top: 0;
    }
    .slider .written_over h4 {
        text-align: center !important;
    }
    .slider .written_over .register-now {
        float: left !important;
        width: 100%;
    }
    .slider .slick-dots {
        display: none !important;
    }
    .slider .written_over .topPuller h4 {
        text-align: center !important;
    }
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio .meeting_invo .wpcf7-list-item label {
    float: left;
    width: 50%;
}

.wpcf7 .wpcf7-form .panel-default .panel-body .form-group .radio .other_meeting .wpcf7-list-item label {
    float: left;
    width: 50%;
}

.custom_ul {
    list-style: none;
    padding-left: 15px;
    margin-left: 0px;
    padding-right: 15px;
}

.featured_content {
    margin-bottom: 20px;
    margin-top: 20px;
}

.featured_content h3 a {
    color: #d82e27;
}

.featured_content h3 .more_link_1 {
    color: #737373;
}

.featured_content h3 .more_link_1:hover {
    color: #000;
}

.featured_content .newsfeed_content {
    border-bottom: 1px solid #fff;
}

.featured_content .newsfeed_content:last-child {
    border-bottom: none;
}

.iscp_governers_top_list {
    padding: 0px;
    list-style: none;
    float: left;
    margin: 0px;
}

.iscp_governers_top_list a label {
    cursor: pointer;
}

.iscp_governers_top_list li a {
    color: #737373;
}

.iscp_governers_top_list li a:hover {
    color: #d82e27;
    text-decoration: none;
}

.belowBanner .Bewlowban p{line-height: 30px; padding-top: 10px;}
.belowBanner .Bewlowban img{width:80px;}
@media (max-width:767px) {
    .belowBanner .Bewlowban img{margin:0 auto;}
    .Bewlowban .row{display: flex;
        flex-wrap: wrap;}
    .Bewlowban .row .col-sm-10{order: 2;}
    .Bewlowban .row .col-sm-2{order: 1;margin:0 auto;}
}