@charset "utf-8";
/* Table of Content
 ==================================================
 #General Styles
 #Page Structure
 #Index Page Style
 #Knowledge Hub Page Style 
 #News Page Style  
 #Sub Page Style   
 
  
/* #General Styles
================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; list-style: none; }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; box-shadow: none; font-family: 'Archivo Narrow', sans-serif; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
input[type="button"] { -webkit-appearance: none !important; }
:focus { outline: 0; }
ol, ul { list-style: none; }
#content .sub-left-container ul, #content .sub-left-container ol { margin: 0 0 20px 20px }
#content .sub-left-container ul li, #content .sub-left-container ol li { list-style: outside disc; padding: 0 0 10px; }
#content .news-area ul, #content .news-area ol { margin: 0 }
#content .news-area ul li, #content .news-area ol li { list-style: none }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; vertical-align: top; }
a { outline: none; cursor: pointer; color: #c71f43; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
a:hover { text-decoration: none; color: #01122C; }
a:focus { text-decoration: none !important; outline: none !important; }
.none { display: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
.text-transform { text-transform: uppercase; }
.transition-hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.break { float: left; width: 100%; }
.preloader { display: none; }
.font-normal { font-weight: normal; }
.font-20 { font-size: 20px; }
.font-50 { font-size: 50px; font-weight: 300; line-height: 35px; }
.font-bold { font-weight: 900; }
.font-70 { font-size: 70px; line-height: 58px; }
.font-red { color: #ae1a3a; }
.font-archivo { font-family: 'Archivo Narrow', sans-serif; }
.opacity0 { opacity: 0; }
body { margin: 0; padding: 0; font-size: 14px; color: #01122c; background: #fff; font-family: 'Archivo Narrow', sans-serif; -webkit-font-smoothing: antialiased; }
/* #Page Structure
================================================== */
.main { width: 1400px; margin: 0 auto; position: relative; }
/*****header styles goes here *****/
#header { width: 100%;background: #01122c; padding: 15px 0 0px; position: relative; }
.logo { float: left; padding-left: 11px; }
.head-right { float: right; width: 70%; }
.head-right-top { float: right; padding-top: 6px; width: 100%; }
.head-social { float: right; background: #364357; border: 1px solid #414e62; border-radius: 5px; }
.head-social a { float: left; border-right: 1px solid #435064; padding: 15px 18px 16px 17px; background-position: center 7px; background-repeat: no-repeat; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; }
.head-social a:last-child { border-right: 0; }
.head-social a.facebook { background-image: url(../images/ico-facebook.png); height: 20px; }
.head-social a.facebook:hover { background-position: center -20px; }
.head-social a.twitter { background-image: url(../images/ico-twitter.png); background-position: center 8px; }
.head-social a.twitter:hover { background-position: center -15px; }
.head-social a.youtube { background-image: url(../images/ico-youtube.png); background-position: center 8px; }
.head-social a.youtube:hover { background-position: center -15px; }
.head-search { float: right; background: #1e2d44; border: 1px solid #2c3b51; border-radius: 5px; position: relative; margin-left: 7px; width: 24%; }
.head-search input { background: none; padding: 8px 45px 7px 5px; color: #fff; width: 100%; }
.left-container .head-search input { color: #000000; }
.head-search .search-btn { position: absolute; right: 0; top: 0; background: #364357; width: 33px; height: 31px; border-radius: 4px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.head-search .search-btn:hover { background: #4c8ba9; }
.head-search .search-btn span { position: relative; top: 7px; left: 8px; }
.head-right-top .head-buttons { float: right; }
.head-right-top .head-buttons a, .testimonial-area .head-buttons a.donate { font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; border-radius: 5px; padding: 8px 10px; float: left; font-family: 'Raleway', sans-serif; margin-left: 7px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; text-align: center }
.head-right-top .head-buttons a, .testimonial-area .head-buttons a.community { font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; border-radius: 5px; padding: 8px 10px; float: left; font-family: 'Raleway', sans-serif; margin-left: 7px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; text-align: center }
.testimonial-area .head-buttons a.donate { float: none; display: inline-block; margin: 0 }
.testimonial-area .head-buttons a.community { float: none; display: inline-block; margin: 0 }
.head-right-top .head-buttons a.join-online { background: #356a83; }
.head-right-top .head-buttons a.join-online:hover { background: #6cc3ec; }
.head-right-top .head-buttons a.donate, .testimonial-area .head-buttons a.donate { background: #ae1a3a; }
.head-right-top .head-buttons a.donate:hover, .testimonial-area .head-buttons a.donate:hover { background: #d72249; }
.head-right-top .head-buttons a.community, .testimonial-area .head-buttons a.community { background: #8db86b; }
.head-right-top .head-buttons a.community:hover, .testimonial-area .head-buttons a.community:hover { background: #9dca7a; }
.navigation { float: right; width: 100%; padding-top: 23px; }
.navigation .menu-block { float: right; }
.menu-block nav { margin: 0; }
#menu-icon { display: none; }
.plusicon { display: none; }
nav ul.main-nav { margin: 0; padding: 0; text-align: center; }
nav ul.main-nav li { display: inline; float: left; position: relative; margin: 0 8px; /*height:41px;*/ }
nav ul.main-nav li a { color: #fff; display: block; font-size: 18px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; text-align: center; text-transform: uppercase; border-bottom: 2px solid #01122C; padding-bottom: 5px; }
nav ul.main-nav li:first-child { margin-left: 0; }
nav ul.main-nav li:last-child { margin-right: 0; }
nav li:hover a.main-link { color: #fff; border-bottom: 2px solid #4e5a6c; }
nav li ul.sub-menu { position: absolute; top: 41px; left: 0px; width: 209px; z-index: 99; background: #4F5A6C; color: #fff; font-size: 17px; padding: 0; display: none; padding: 0 13px; }
.sub-menu-item { left: 0; overflow: hidden; position: absolute; width: 300px; top: 40px; }
.submenu-item { left: 0; overflow: hidden; position: absolute; width: 300px; top: 40px; }
nav ul.main-nav li > .submenu-item > ul.sub-menu { display: block; padding: 0px; position: relative; top: -100%; visibility:hidden; transition: all .5s ease;  }
nav ul.main-nav li:hover > .submenu-item > ul.sub-menu { top: 0px; visibility:visible}
nav ul.main-nav li > .sub-menu-item > ul.sub-menu li,nav ul.main-nav li > .submenu-item > ul.sub-menu li { background: #4F5A6C; padding: 0 10px; width: 100%; }
nav li:hover > ul { display: block; }
nav li ul.sub-menu li a, nav li ul.sub-menu li.current-menu-item a { color: #fff; text-align: left; font-size: 17px; padding: 10px 0px; float: left; width: 100%; text-transform: none; font-size: 14px; border-bottom: 1px solid #a7adb6; text-transform: uppercase; font-weight: bold; }
nav li ul.sub-menu li a:hover { border-bottom: 1px solid #a7adb6; color: #cdd4e0; }
nav li ul.sub-menu li:last-child a { border-bottom: 0; }
.navigation nav li ul.sub-menu li { margin: 0; width: 100% }
/*****footer styles goes here *****/
#footer-main { float: left; width: 100%; background: #01122c; padding: 32px 0; }
#footer-main .main { width: 1330px; }
#footer-main .footer-col-links { float: left; width: 11.2%; margin-right: 2.8% }
.footer-top-main { float: left; width: 100%; }
#footer-main ul li { padding-bottom: 5px; color: #ffffff; font-size: 13px; font-family: 'Open Sans', sans-serif; }
#footer-main ul li a { color: #ffffff; font-size: 13px; font-family: 'Open Sans', sans-serif; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
#footer-main ul li.head-link a, #footer-main ul li.head-link { text-transform: uppercase; font-weight: bold; font-family: 'Archivo Narrow', sans-serif; font-size: 16px; }
#footer-main .footer-contact-link { float: left; width: 17%; margin-right: 3%; margin-left: 2.5%; }
#footer-main .footer-contact-link li { padding-bottom: 0; }
#footer-main ul li a:hover { color: #da264d; }
.footer-contact-link .head-social { float: left; margin-top: 22px; }
.footer-contact-link .head-search { width: 100%; margin-top: 17px; }
.footer-news-area { float: right; width: 20.7%; }
.footer-news-area .news-area p{ color: #fff; margin-bottom: 0; line-height: 18px; font-size: 13px;}
.footer-news-area .newsletter-signup h3{ line-height: 20px; font-size: 16px; margin-bottom: 0;}
.footer-news-area .newsletter-signup p{ font-size: 14px; line-height: 18px;}
.footer-news-area .read-more { background-image: url(../images/read-more-footer.png) !important; transition: none !important; -webkit-transition: none !important; -moz-transition: none !important; }
.footer-news-area .read-more:hover { background: url(../images/read-more-hover.png) right 4px no-repeat !important; }
.footer-news-area .news-area ul li { padding-bottom: 0; border-bottom: 0; }
.footer-news-area .newsletter-signup h3 { color: #fff; font-family: 'Archivo Narrow', sans-serif; font-weight: 700;}
.footer-news-area .newsletter-signup p { color: #fff; }
.footer-news-area .newsletter-signup-container { background: #1e2d44; }
.footer-news-area .newsletter-signup-container .newsletter-signup-input { color: #fff; }
.footer-news-area .newsletter-signup-container .newsletter-signup-submit { border-left: 1px solid #4e5a6c; background: #364354; }
.footer-news-area .newsletter-signup-container .newsletter-signup-submit:hover { background: #A4213F; }
.copyright { font-size: 12px; color: #fff; font-family: 'Open Sans', sans-serif; }
.copyright a {color: #fff; text-decoration:none;}
.copyright a:hover{color:#da264d;}
/* #Index Page Style
================================================== */
.banner-bg { float: left; width: 100%; background: url(../images/banner-bg.jpg) center center repeat; background-size: cover; padding-bottom: 34px; }
.banner-bg .main { width: 1250px; }
.banner-bg .slider-area { float: left; width: 62%; padding-top: 35px; position: relative; }
.banner-bg .slider-area .chain-bg, .banner-bg .slider-area .chain-bg-2 { position: absolute; text-align: center; top: 46%; left: 45%; z-index: 20; }
.banner-bg .slider-area .slider-left { float: left; width: 48%; }
.banner-bg .slider-area .slider-right { float: right; width: 48%; }
.banner-bg .banner-caption { float: right; width: 412px; text-transform: uppercase; font-size: 40px; font-weight: 400; color: #fff; font-family: 'Raleway', sans-serif; text-align: justify; line-height: 40px; padding-top: 89px; }
.banner-filter { float: left; width: 100%; padding-top: 32px; }
.banner-filter .findyby { float: left; width: 32%; margin-right: 2%; }
.banner-filter .findyby:last-child { margin-right: 0; }
.home-columns-area { float: left; width: 100%; padding-top: 38px; padding-bottom: 43px; }
.home-columns-area .columns-1 { float: left; width: 31.5%; margin-right: 2.7%; }
.home-columns-area .column-title { color: #01122c; font-size: 40px; text-transform: uppercase; font-weight: 900; font-family: 'Raleway', sans-serif; line-height: 35px; }
.home-columns-area .column-title span.font-20 { line-height: 20px; }
.home-columns-area .columns-2 { float: left; width: 20%; margin-right: 2.9%; }
.home-columns-area .columns-3 { float: left; width: 20%; margin-right: 2.8%; }
.home-columns-area .columns-4 { float: right; width: 20%; margin-right: 0%; }
.home-columns-area .columns-1 p { font-family: 'Open Sans', sans-serif; line-height: 20px; }
.infographic-img { padding: 16px 0 14px 0; }
#content .infographic-img img.wp-post-image { width: 100%; padding-bottom: 0 }
.home-columns-area .columns-1 .column-1-donate { float: left; width: 100%; padding-top: 17px; }
.column-1-donate .column-1-left-btn a { background: #ae1a3a; float: left; font-size: 19px; font-weight: bold; color: #fff; text-transform: uppercase; border-radius: 5px; padding: 8px 10px; float: left; font-family: 'Raleway', sans-serif; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.column-1-donate a:hover { background: #BA1C3E; }
.home-columns-area .columns-1 .column-1-left-btn { float: left; }
.home-columns-area .columns-1 .column-1-share-btn { float: right; border-top: 1px solid #ccd0d5; border-bottom: 1px solid #ccd0d5; width: 170px; padding: 3px 0; }
.home-columns-area .columns-1 .column-1-share-btn .share-label { float: left; font-size: 13px; color: #01122c; font-family: 'Raleway', sans-serif; line-height: 14px; text-transform: uppercase; font-weight: 500; width: 70px; }
.home-columns-area .columns-1 .column-1-share-btn .share-label span { font-weight: 900; clear: both; float: left; width: 100%; font-size: 15px; }
.home-columns-area .columns-1 .column-1-share-btn .share-icons { float: right; }
.home-columns-area .columns-1 .column-1-share-btn .share-icons a { float: left; margin-left: 5px; }
.home-columns-area .columns-1 .column-1-share-btn .share-icons a:first-child { margin-left: 0; }
.testimonial-area { position: relative; float: left; width: 100%; margin-top: 53px; }
.testimonial-area .testimonial-ico { position: absolute; left: 0; top: 3px; }
.testimonial-area .testimonial-brief { margin-left: 77px; border-left: 8px solid #4e5a6c; height: 100%; text-transform: uppercase; padding-left: 21px; }
.testimonial-area .testimonial-brief p { color: #4e5a6c; font-size: 25px; font-weight: 900; font-family: 'Raleway', sans-serif; line-height: 28px; width: 70%; position: relative; top: -3px; padding-bottom: 9px; }
.testimonial-area .testimonial-brief h2 { color: #4e5a6c; font-size: 16px; font-weight: bold; }
.testimonial-area .testimonial-brief h2 span { font-weight: bold; }
.column-head-title { color: #01122c; font-size: 20px; text-transform: uppercase; float: left; width: 100%; padding-bottom: 26px; }
.column-head-title span { float: left; width: 100%; font-size: 40px; font-family: 'Raleway', sans-serif; font-weight: 900; line-height: 32px; }
.news-area { float: left; width: 100%; }
.news-area ul li { border-bottom: 1px solid #808895; padding-bottom: 23px; padding-top: 27px; }
.news-area ul li.first { padding-top: 0; }
.news-area ul li .news-title { color: #01122c; font-size: 16px !important; text-transform: uppercase; font-weight: bold; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.news-area ul li .news-title:hover { color: #BA1C3E; }
.news-area ul li .news-date { color: #01122c; display: inline-block; padding: 6px 0 0px 0; font-style: italic; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.news-area ul li .news-date:hover { color: #BA1C3E; }
.single-post-page .default-page-item .entry-content p, .news-area ul li p { font-family: 'Open Sans', sans-serif; margin-top: 24px;  font-size: 14px; /*color: #fff;*/ line-height: normal;}
.single-post-page .default-page-item .entry-content p { font-size: 15px; padding-bottom: 10px; margin-top: 7px; }
.news-area ul li .read-more { font-family: 'Open Sans', sans-serif; font-style: italic; background: url(../images/read-more.png) right 4px no-repeat; padding-right: 20px; color: #01122c; font-weight: bold; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; }
.news-area ul li .read-more:hover { color: #ae1a3a; background-image: url(../images/read-more-hover.png); }
.newsletter-signup { float: left; width: 100%; padding-top: 16px; }
.newsletter-signup h3 { color: #01122c; font-size: 16px; text-transform: uppercase; padding-bottom: 2px; }
.newsletter-signup p { color: #01122c; font-family: 'Open Sans', sans-serif; }
.newsletter-signup-container { border: 1px solid #4e5a6c; padding: 9px; position: relative; border-radius: 5px; margin-top: 10px; height: 37px; }
.newsletter-signup-container .newsletter-signup-input { width: 100%; background: none; color: #01122c; border: none; font-size: 16px; padding-right: 85px; }
.newsletter-signup-container .newsletter-signup-submit { position: absolute; right: 0; top: 0; color: #fff; font-size: 15px; height: 35px !important; line-height: 1; font-family: 'Raleway', sans-serif; background: #4e5a6c; text-transform: uppercase; cursor: pointer; border-radius: 2px !important; padding: 0 8px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-appearance: none }
.newsletter-signup-container .newsletter-signup-submit:hover { background: #ae1a3a; }
.social-follow-links { padding-bottom: 10px; }
.social-follow-links img { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.social-follow-links img:hover { opacity: 0.8; }
.social-follow-links ul.ytchagallery .ytctitle { line-height: 12px; margin: 8px 0 0; }
.social-follow-links ul.ytchagallery .ytctitle a { color: #4cace6; font-size: 11px; line-height: 14px; }
.social-follow-links ul.ytchagallery .ytctitledesc-cont * { clear: none !important; color: #8c8b88; font-size: 11px; }
.social-follow-links .ytcplayer-wrapper { margin: 10px 0 5px; }
.social-follow-links ul.ytchagallery li .ytcliinner { padding: 0 6px 10px 0 !important; }
.social-follow-links ul.ytchagallery .ytc-row { width: calc(100% + 6px) !important; }
.event-container { padding-top: 15px; }
.event-container .gce-month-title, .gce-list-title { display: none; }
.event-head { padding-bottom: 10px; color: #fff; text-transform: uppercase; font-size: 18px; float: left; width: 100%; line-height: 22px; }
.event-date { padding: 4px 10px; background: #01122c; float: left; width: 27%; font-weight: bold; }
.event-time { padding: 4px 11px; background: #4e5a6c; float: left; width: 73%; }
.event-container .gce-list-event, .gce-tooltip-event, .event-container p { color: #01122c; font-family: 'Open Sans', sans-serif; font-weight: 500; font-weight: 600; background: none !important; line-height: 20px; }
.event-container .gce-list-event, .gce-tooltip-event { padding: 0 0 24px !important }
.event-container ul li { float: left; width: 100%; padding-bottom: 24px; }
/* #Knowledge Hub Page Style
================================================== */
.midd-container { float: left; width: 100%; padding-bottom: 90px; }
.full-width { float: left; width: 100%; padding-top: 40px; }
.left-container { float: left; width: 20%; background: #e7e7e7; padding: 46px 21px; }
.left-container .searchform div { width: 100%; }
.left-container .column-head-title { font-size: 30px; font-family: 'Raleway', sans-serif; padding-bottom: 24px; }
.left-container .column-head-title span { font-size: 50px; line-height: 40px; }
.left-container .head-search { width: 100%; background: #F7F7F7; border-color: #F7F7F7; margin: 0 0 25px; }
#searchsubmit { background: url(../images/search-bg.png) center center no-repeat #BDC2C8; width: 33px; float: right; border-radius: 4px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; text-indent: -9999px; }
#searchsubmit:hover { background-color: #01122C; cursor: pointer; }
.head-search #searchform input#searchsubmit { padding: 8px 5px 7px; }
.head-search input#searchsubmit { background-color: #364357; padding: 0; height: 32px; position: absolute; right: 0; top: 0; line-height: 0 }
.head-search #searchsubmit:hover { background-color: #4c8ba9; cursor: pointer; }
.footer-contact-link #searchsubmit:hover { background-color: #457590; }
.left-container .head-search .search-btn, .left-container .head-search input#searchsubmit.search-btn { background-color: #BDC2C8; }
.left-container .head-search .search-btn:hover, .left-container .head-search input#searchsubmit.search-btn:hover { background-color: #01122C; }
.right-container { float: right; width: 76.7%; padding-top: 40px; backface-visibility: hidden !important; -webkit-backface-visibility: hidden !important; }
.accordion, .widget-area { width: 100%; float: left; margin-bottom: 8px; }
.accordion ul, .widget-area ul { float: left; width: 100%; background: none repeat scroll 0 0 #fff; font-size: 14px; }
.accordion ul li a, .widget-area ul li a { color: #01122c; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #808895; padding: 7px 8px; float: left; width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.accordion ul li a:hover, .widget-area ul li a:hover { color: #D72249; }
.accordion-container { float: left; width: 100%; }
.accordion-title, .accordion-title1 { color: #cc0000; font-size: 15px; font-weight: normal; background: url(../images/accordion-ico.png) right 13px no-repeat #01122c; color: #ffffff; cursor: pointer; float: left; font-weight: bold; text-transform: uppercase; width: 100%; padding: 8px 7px; }
.accordion-title span, .accordion-title1 span { padding-right: 27px; display: block }
.accordion-title.active, .accordion-title1.active { background-image: url(../images/accordion-ico-active.png); }
.accordion1 { width: 100%; float: left; margin-bottom: 8px; }
.accordion1 ul { float: left; width: 100%; background: none repeat scroll 0 0 #fff; font-size: 14px; }
.accordion1 ul li a { color: #01122c; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #808895; padding: 7px 8px; float: left; width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.accordion1 ul li a:hover { color: #D72249; }
.accordion1 .tagcloud { float: left; width: 100%; }
.accordion1 .tagcloud a { color: #01122c; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #808895; padding: 7px 8px; float: left; width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; font-size: 14px !important; background: #fff; }
.accordion1 .tagcloud a:hover { color: #D72249; }
.accordion-content { float: left; width: 100%; }
.accordion-main { float: left; width: 100%; }
.accordion-main .accordion-title { font-weight: normal; color: #cc0000; font-size: 18px; font-weight: 400; cursor: pointer; float: left; padding: 20px 20px 20px 35px; width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.accordion-content { float: left; width: 100%; font-size: 14px; background: #fff; }
.accordion-content ul li { float: left; width: 100%; }
.accordion-content ul li a { color: #01122c; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #808895; padding:10px 10px 10px 28px; float: left; width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.accordion-content ul li.last a, .accordion-content ul li.last a.no-color { border-bottom: 0; }
.filter-green { background: #8db86b; }
.filter-green:hover { background: #609734; }
.filter-red { background: #ab474c; }
.filter-red:hover { background: #8b1d22; }
.filter-orange { background: #e5864b; }
.filter-orange:hover { background: #d25f17; }
.filter-blue { background: #7f96e2; }
.filter-blue:hover { background: #4c6dd8; }
.filter-violet { background: #6f4c92; }
.filter-violet:hover { background: #572688; }
.accordion-content .filter-focus a { border-bottom: 0; color: #fff; }
.accordion-content .filter-focus a:hover { color: #fff; }
.accordion-content ul li label.no-color {  background-color: inherit !important; }
.accordion-content ul li label.no-color:hover a, .accordion-content ul li label:hover a, .accordion-content ul li.current label.no-color a { color: #D72249; }
.accordion-content ul li label.no-color a { border-bottom: 1px solid #808895; color: #01122c; }
.filter-results-area { float: left; width: 100%; }
.knowledge-head { float: left; width: 100%; color: #fff; font-size: 14px; text-transform: uppercase; margin-bottom: 9px; }
.knowledge-head .knowledge-category { font-weight: bold; float: left; width: 68%; padding: 8px; padding-right: 0; }
.knowledge-head .knowledge-post-date { float: right; width: 86px; padding: 8px 6px; background: #01122c; font-weight: bold; }
.knowledge-title { color: #01122c; font-size: 16px; text-transform: uppercase; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.item { width: 320px; margin-bottom: 20px; }
.item .news-area ul li { padding-bottom: 0; border-bottom: 0; }
.default-page-item .item { float: left; margin-right: 40px }
.site-content .default-page-item .item article { border-bottom: 0 none; float: left; margin-bottom: 0; padding-bottom: 0; }
.default-page-item .item.third-item { margin-right: 0 }
.default-page-item .knowledge-head { background: #6f4c92; }
.default-page-item .knowledge-head h2 { color: #fff; font-size: 14px; padding-bottom: 0; }
#content .default-page-item .wp-post-image, #content .default-page-item img { height: auto; max-width: 400px; padding: 0; width: 100%; }
#content .default-page-item a.document-img img { max-width: 100%; width: auto; }
.pdf-links { padding: 20px 0; }
.pdf-links a { color: #01122c; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; font-weight: bold; font-family: 'Open Sans', sans-serif; }
.news-bg { padding: 13px 0 0 0; }
.video-bg iframe, .news-bg iframe { width: 100%; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 20px; height: 0; overflow: hidden; margin: 13px 0 0 0; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.item-green .knowledge-head { background: #8db86b; }
.item-green .news-area ul li .news-title:hover { color: #8db86b; }
.item-green .pdf-links a:hover { color: #8db86b; }
.item-green .news-area ul li .read-more:hover { color: #8db86b; background-position: right -15px; }
.item-red .knowledge-head { background: #ab474c; }
.item-red .news-area ul li .news-title:hover { color: #ab474c; }
.item-red .pdf-links a:hover { color: #ab474c; }
.item-red .news-area ul li .read-more:hover { color: #ab474c; background-position: right 4px; }
.item-orange .knowledge-head { background: #e5864b; }
.item-orange .news-area ul li .news-title:hover { color: #e5864b; }
.item-orange .pdf-links a:hover { color: #e5864b; }
.item-orange .news-area ul li .read-more:hover { color: #e5864b; background-position: right -34px; }
.item-blue .knowledge-head { background: #7f96e2; }
.item-blue .news-area ul li .news-title:hover { color: #7f96e2; }
.item-blue .pdf-links a:hover { color: #7f96e2; }
.item-blue .news-area ul li .read-more:hover { color: #7f96e2; background-position: right -54px; }
.item-violet .knowledge-head { background: #6f4c92; }
.item-violet .news-area ul li .news-title:hover { color: #6f4c92; }
.item-violet .pdf-links a:hover { color: #6f4c92; }
.item-violet .news-area ul li .read-more:hover { color: #6f4c92; background-position: right -73px; }
.filter-results-area { position: relative; overflow: hidden; }
.filter-results-area:after { opacity: 0; content: ''; position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; width: 48px; height: 48px; background: url(../images/loader.gif) no-repeat 0 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.filter-results-area.loading .item { opacity: 0; }
.filter-results-area.loading:after { opacity: 1; }
.filter-results-area, .filter-results-area:after { transition: 400ms opacity; }
.filter-results-area.loading .pagination { opacity: 0; }
.filter-results-area.loading:after { opacity: 1; }
.pagination { display: inline-block; width: 100%; text-align: center; font-size: 20px; }
.pagination-main { padding-top: 100px; }
.pagination a { display: inline-block; color: #01122c; font-size: 20px; line-height: 27px; margin: 0 8px !important; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.pagination a:hover { color: #D72249; }
.pagination a.previouspostslink { background: url(../images/prev.png) left center no-repeat; height: 28px; width: 18px; position: relative; top: 7px; }
.pagination a.previouspostslink:hover { background-image: url(../images/prev-hover.png); }
.pagination a.nextpostslink { background: url(../images/next.png) left center no-repeat; height: 28px; width: 18px; position: relative; top: 7px; }
.pagination a.nextpostslink:hover { background-image: url(../images/next-hover.png); }
.wp-pagenavi span.current { font-weight: normal !important; border: 0 !important; }
.pagination .pages { display: none; }
.pagination a { border: 0 !important; }


/* #News Page Style
================================================== */
.item-news .knowledge-head { background: #15648B; }
.item-news .news-area ul li .news-title:hover { color: #15648B; }
.item-news .pdf-links a:hover { color: #15648B; }
.item-news .news-area ul li .read-more:hover { color: #15648B; background-position: right -91px; }
.item-media .knowledge-head { background: #1bacd4; }
.item-media .news-area ul li .news-title:hover { color: #1bacd4; }
.item-media .pdf-links a:hover { color: #1bacd4; }
.item-media .news-area ul li .read-more:hover { color: #1bacd4; background-position: right -109px; }
.item-blog .knowledge-head { background: #5ecfe0; }
.item-blog .news-area ul li .news-title:hover { color: #5ecfe0; }
.item-blog .pdf-links a:hover { color: #5ecfe0; }
.item-blog .news-area ul li .read-more:hover { color: #5ecfe0; background-position: right -127px; }
.filter-news { background: #14648b; }
.filter-news:hover { background: #063a54; }
.filter-media { background: #1bacd4; }
.filter-media:hover { background: #007595; }
.filter-blog { background: #5ecfe0; }
.filter-blog:hover { background: #328996; }
/* #Sub Page Style
================================================== */
.sub-head { /*float: left; */ width: 100%; background: #8db86b; padding: 46px 0 39px; clear: both;}
.sub-head .main { padding: 0 51px 0 66px; }
.sub-head-title { float: left; width: 54.5%; padding-top: 14px; }
.sub-head-title .sub-head-ico { float: left; width: 24.4%; }
.sub-head-title .sub-head-ico img { width: 100%; }
.sub-head-title .sub-head-text { float: right; width: 67%; font-size: 50px; font-weight: 900; text-transform: uppercase; font-family: 'Raleway', sans-serif; color: #fff; line-height: 42px; margin-top: 2px; }
.sub-head-link { float: right; width: 30.2%; }
.sub-head-link .banner-filter { padding-top: 0; }
.sub-head-link .banner-filter .findyby { width: 100%; margin-right: 0; margin-bottom: 8px; }
.sub-mid-container { padding: 61px 0 73px; }
.sub-left-container { float: left; width: 57%; }
.fullwidth-content.sub-left-container { width: 100% }
.sub-left-container h2 { font-size: 25px; font-weight: 900; text-transform: uppercase; font-family: 'Raleway', sans-serif; margin-bottom: 10px }
.sub-left-container h3 { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Archivo Narrow', sans-serif; margin-bottom: 10px }
.sub-right-container { float: right; width: 32%; margin-top: 5px; }
.sub-right-container .testimonial-area { margin-top: 0; }
.sub-mid-container p { color: #01122c; font-size: 16px; font-family: 'Open Sans', sans-serif; padding-bottom: 22px; }
.sub-mid-container li { color: #01122c; font-size: 16px; font-family: 'Open Sans', sans-serif; }
.img-content-wrap img.alignleft { float: left; margin: 0 28px 0 0; max-width: 100%; }
.img-content-wrap p { float: left }
.sub-left-container img.alignnone { margin: 0 18px 30px 0; }
/* #Wordpress Style
================================================== */
.archive-header { padding-bottom: 20px; }
.archive-header h1 { text-transform: uppercase; font-size: 25px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.archive-header h1 span { color: #C71F43; }
.archive-header h1 span a { color: #C71F43; }
.archive-header h1 span a:hover { color: #4C8BA9; }
.page-header { padding-bottom: 20px; }
.page-header h1 { text-transform: uppercase; font-size: 25px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.page-header h1 span { color: #C71F43; }
.page-header h1 span a { color: #C71F43; }
.page-header h1 span a:hover { color: #4C8BA9; }
.site-content article { padding-bottom: 30px; border-bottom: 1px dotted #01122C; margin-bottom: 30px; }
.entry-title { text-transform: uppercase; font-size: 18px; color: #01122C; padding-bottom: 15px; }
.entry-content p { padding-bottom: 10px; }
.entry-title a { color: #01122C; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.entry-title a:hover { color: #c71f43; }
#content .wp-post-image { max-width: 100%; padding-bottom: 10px; }
.comments-link { display: none; }
.error404 .entry-header { padding-top: 130px; }
.error404 .entry-title { font-size: 50px; }
.error404 article { border-bottom: 0; text-align: center; }
.error404 article p { font-size: 18px; }
.search-results .midd-container { padding-top: 40px; float: left; width: 100%; }
.search-results .entry-summary { padding-bottom: 10px; }
.nav-single { padding-bottom: 20px; }
.nav-single h3 { font-size: 18px; padding-bottom: 5px;  }
.single-post-page .entry-title.blog-titlesingle { font-size: 20px; clear: both; margin: 28px 0 0; }
.single-post-page { width: 60.3%; margin-left: 8.95%; float: left; padding-top: 66px; }
.single-post-page .site-content .default-page-item article { border-bottom: 0 none }
.single-post-page .home-columns-area .columns-1 { width: 100%; margin: 0 }
.single-post-page .home-columns-area .columns-1 .column-1-share-btn { float: left }
.by-author { display: none; }
.form-allowed-tags { display: none; }
#comments h3 { font-size: 18px; padding-bottom: 5px; }
.comment-notes { padding-bottom: 5px; }
.comments-area { padding-top: 20px; width: 50%; }
.comment-form label { width: 100%; float: left; width: 100%; padding-bottom: 5px; }
.comment-form .comment-notes { padding-bottom: 20px; }
.comment-form input[type="text"] { width: 100%; border: 1px solid #01122C; padding: 7px 5px; color: ##01122C; font-size: 14px; margin-bottom: 15px; }
.comment-form textarea { width: 100%; border: 1px solid #01122C; padding: 7px 5px; color: ##01122C; font-size: 14px; margin-bottom: 15px; resize: none; }
.form-submit input { background: #c71f43; padding: 10px; color: #fff; cursor: pointer; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; font-size: 16px; }
.form-submit input:hover { background: #01122C; }
.search-results #nav-above { display: none; }
#nav-below h3 { font-size: 18px; padding-bottom: 7px; }
.search-no-results .no-results { padding-top: 40px; padding-bottom: 190px; }
.searchform div { background: none repeat scroll 0 0 #1e2d44; border: 1px solid #2c3b51; border-radius: 5px; float: left; margin-left: 0px; position: relative; height: 35px; width: 230px; }
.searchform div input[type="text"] { background: none; color: #fff; padding: 9px 5px 8px; width: 83%; }
.searchform #searchsubmit { height: 33px; }
.searchform #searchsubmit:hover { background-color: #45748F; }
.search-no-results #content article { border-bottom: 0; }
.social-follow-links .afti-short-search p, .social-follow-links .afti-short-timeline p { display: none; }
.afti-short-search a, .afti-short-timeline a { color: #000; font-weight: bold; }
.social-follow-links .afti-short-search li, .social-follow-links .afti-short-timeline li { font-family: "Open Sans", sans-serif; margin: 20px 0 0; word-wrap: break-word; }
.social-follow-links .afti-short-search, .social-follow-links .afti-short-timeline { margin: 0 0 16px }


/* New Style goes here
================================================== */
body{-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

a,button,.btn, .connected-education-sec .social-icons li a i{ outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms--moz-transition: all 0.5s ease-in-out 0s; -o--moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration:none !important;}

.main:after,.row:after,.col:after,.clear:after{ content: ""; clear: both; display: table;}


.main-container{max-width: 1080px; width:100%; margin: 0 auto; }

h1{ font-size: 50px; line-height: 55px; margin-bottom: 20px; text-transform: uppercase; font-family:'Raleway', sans-serif; font-weight: 800;color: #01122c;}
h2{ font-family:'Raleway', sans-serif; font-weight: 700; color: #01122c; text-transform: uppercase; margin-bottom: 20px;}
h3{font-size: 38px; line-height: 40px; color: #af0d34; font-family: 'Open Sans', sans-serif; margin-bottom: 20px; font-weight: 400; text-transform: uppercase;}
h4{}
h5{}


/* Home banner Style goes here
================================================== */
.home-banner-sec{ background: #e8e8e8; /*min-height: 450px;*/ padding: 20px 0 30px;}
.home-banner .left-img { float: left; width: 100%; margin:25px 0 5px 0; background-size: cover; background-repeat: no-repeat; background-position: center; padding-bottom: 32%;  margin-bottom: 15px; }
.home-banner .right-text{ float: left; width: 52%; padding: 90px 0 0 50px; display: none; }
.home-banner .right-text h2{ font-size: 45px; line-height: 48px; color: #01122c;  margin-bottom: 30px; }
.home-banner .bx-wrapper .bx-viewport li{width: 100% !important;
border:0; border-radius: 0; background: none;}
.home-banner .bx-wrapper .bx-viewport img{ width: 100%; border: 0; border-radius: 0;}

.find-out-more-btn{ display: block; text-align: center; color: #fff; font-size: 25px; text-transform: uppercase; font-family:'Raleway', sans-serif; font-weight: 700; padding: 25px 10px; background: #af0e33; border-radius: 8px; letter-spacing: 0.5px;}
.find-out-more-btn:hover{ background: #01122c; color: #fff;}
.banner-video{ width: 100%; height: 410px; margin: 0px 0;}
.banner-video iframe{ width: 100%; height: 100%;}
.home-banner .bx-controls{ position: absolute; display: block !important; padding: 0; width: 100%; bottom: 12px;}
.home-banner .bx-wrapper .bx-pager{ display: block !important; text-align: center;}
.home-banner .bx-wrapper .bx-pager.bx-default-pager{ display: inline-block !important;  vertical-align: top; margin: 0 9px;}
.home-banner .bx-wrapper .bx-pager.bx-default-pager a{ width: 12px; height: 12px; border: 2px solid #01122c; border-radius: 100%; display: inline-block; vertical-align: top; background: none;}
.home-banner .bx-wrapper .bx-pager.bx-default-pager a.active{ background: #01122c;}
.home-banner .bx-controls-direction{ display: none;}


/* Improve the Quality
================================================== */
.improve-quality-sec{ padding: 80px 0 70px; text-align: center;}
.improve-quality-inner h1{ margin-bottom: 50px;}
.improve-quality-inner h1 span{ color: #ae1a3a;}
.improve-quality-inner h1 strong{ font-weight: 900;}
.improve-quality-inner p{ padding: 0 140px 36px; color: #01122c; font-size: 20px; line-height: 24px; font-family: 'Open Sans', sans-serif; }

.improve-quality-inner ul{ display: block; padding: 0; margin: 0;}
.improve-quality-inner ul li{ display: inline-block; vertical-align: top; width: 29%; padding: 0 40px; margin-bottom: 20px;}
.improve-quality-inner .icon{ width: 115px; height: 115px; background-color: #af0d34; background-size: cover; background-position: center; background-repeat: no-repeat; display: block; margin: 20px auto; border-radius: 100%;}
.improve-quality-inner ul li h3 {margin-bottom: 15px;}
.improve-quality-inner ul li h3 strong{ font-weight: 800; display: block;}
.improve-quality-inner ul li p{ color: #af0d34; padding: 0; line-height: 30px;}

/* Core Functions
================================================== */
.core-functions-sec{ padding: 90px 0; background: #01122c;}
.core-functions-inner{ text-align: center; position: relative;}
.core-functions-inner h2{ color: #fff; font-size: 50px; line-height: 55px; font-weight: 400; font-family: 'Open Sans', sans-serif;}
.core-functions-inner h2 strong{ font-weight: 900;}
.convening-text{ width: 640px; position: relative; padding:65px 0 80px; margin-left: 270px; clear: both; display: table;}
.convening-text span{ width: 200px; float: left; text-transform: uppercase; display: block; color: #fff; font-size: 30px; line-height: 38px; font-family: 'Archivo Narrow', sans-serif; text-align: left;}
.convening-text span:nth-child(1n+2){ float: right;}
.convening-text span:after{ content: ""; width: 8px; height: 50px; background: #fff; position: absolute; left: 70px; bottom: 8px;}
.convening-text span:nth-child(1n+2):after{left: auto; bottom: 8px; right: 170px;}
.convening-text:after{ content: ""; width: 400px; height: 8px; background: #fff; position: absolute; bottom: 0; left: 70px; }
.convening-text:before{ content: ""; background: url(../images/arrow.png) no-repeat 0 0; width: 33px; height: 37px; position: absolute; left: 50%; transform: translate(-50%); bottom: -29px; z-index: 9; margin-left: -50px;}

.bubbol-text{ width: 246px; min-height: 135px; background: #af0d34; text-align: center; padding: 32px 20px 32px; -moz-border-radius: 130px / 70px; -webkit-border-radius: 130px / 70px; border-radius: 130px / 70px; position: absolute; left: -20px; top: 60px;}
.bubbol-text:after{ content: ""; width: 0; height: 0; border-top: 50px solid transparent; position: absolute; 
    border-top: 20px solid transparent;
    border-left: 30px solid #af0d34;
    border-bottom: 10px solid transparent;
    position: absolute;
    transform: rotate(155deg);
    -webkit-transform: rotate(155deg);
    -moz-transform: rotate(155deg);
    right: 30px;
    bottom: 0px;}
.bubbol-text p{ margin: 0; color: #fff; font-size: 18px; line-height: 24px; font-family: 'Open Sans', sans-serif;}

.functions-block{ min-height: 300px; border: 7px solid #fff; display: block; margin: 150px 35px auto; position: relative;}
.functions-block ul{ display: block; padding: 0; margin: 0; position: relative; top: -82px;}
.functions-block ul li{ display: inline-block; vertical-align: top; width: 17%; margin: 0 35px; padding: 0; position: relative;}
.functions-block ul li h3{ color: #e6864a; font-size: 20px; line-height: 25px; display: block; margin-top: 40px; font-family: 'Archivo Narrow', sans-serif;}
.functions-block ul li .icon{ width: 100%; min-height: 170px;  display: block; background-color: #e6864a; border-radius: 100%; background-size: cover; background-repeat: no-repeat;
box-shadow: 0 0 0 7px #01122c,	0 0 0 14px #fff;
-moz-box-shadow: 0 0 0 7px #01122c,	0 0 0 14px #fff;
-webkit-box-shadow: 0 0 0 7px #01122c,	0 0 0 14px #fff;
}

.functions-block h4{ position: absolute; width: 80%; background: #01122c; color: #fff; bottom: -20px; margin:0 auto; font-size: 30px; line-height: 32px; font-family: 'Raleway', sans-serif; letter-spacing: 1px; font-weight: 300; left: 0; right: 0;}

.functions-block ul li:nth-of-type(2n) h3{ color: #7f96e2;}
.functions-block ul li:nth-of-type(2n) .icon{ background-color: #7f96e2;}
.functions-block ul li:nth-of-type(3n) h3{ color: #ad4a4d;}
.functions-block ul li:nth-of-type(3n) .icon{ background-color: #ad4a4d;}
.functions-block ul li:nth-of-type(4n) h3{ color: #8db76b;}
.functions-block ul li:nth-of-type(4n) .icon{ background-color: #8db76b;}


/* Join an Event
================================================== */
.join-event-sec{ padding: 65px 0 55px;}
.col-6{ width: 50%; float: left;}
.join-event-sec .col-6:nth-of-type(1n){ width: 40%;}
.join-event-sec .col-6:nth-of-type(2n){ width: 60%;}
.join-event-sec h2{ text-align: right; font-size: 65px; line-height: 60px; padding-top: 80px; padding-right: 85px; font-weight: 800;}
.join-event-sec .event-container{ width: 95%;}
.join-event-sec .event-container .widget-title{ display: none;}
.join-event-sec .event-container h3{ font-size: 14px; color: #01122c; font-family: 'Archivo Narrow', sans-serif; line-height: 18px; font-weight: 700;}


/* Beings Bridge
================================================== */
.beings-bridge-sec{ padding: 80px 0 50px; background: #af0d34;}
.beings-bridge-sec .col-6:first-child{ padding-right: 85px;}
.beings-bridge-sec .col-6:nth-of-type(1n){ width: 40%;}
.beings-bridge-sec .col-6:nth-of-type(2n){ width: 60%;}
.beings-bridge-sec span{ display: block; text-align: right;}
.beings-bridge-sec a{ color: #fff; font-size: 20px; line-height: 20px; font-weight: 300; text-align: right; font-family: 'Raleway', sans-serif; display: inline-block; text-transform: uppercase;}
.beings-bridge-sec a:hover{ color: #01122c;}
.beings-bridge-sec h2{ color: #fff; font-size: 65px; line-height: 65px; font-weight: 800; text-align: right; font-family: 'Raleway', sans-serif;}
.beings-bridge-sec .home-blog{ display: block; padding-top: 20px; }
.beings-bridge-sec .home-blog .title{ text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'Archivo Narrow', sans-serif; font-weight: 700; margin-bottom: 5px; text-align: left;}
/*.beings-bridge-sec .home-blog .title:hover{ color: #01122c;}*/
.beings-bridge-sec .home-blog .date{ display: block; color: #fff; font-size: 14px; font-family: 'Archivo Narrow', sans-serif; font-weight: 400; font-style: italic; margin-bottom: 25px; text-align: left;}
.beings-bridge-sec .home-blog p{ color: #fff; font-size: 14px; font-family: 'Open Sans', sans-serif; line-height: 18px; font-weight: 400;}
.beings-bridge-sec .home-blog p a{ font-family: 'Open Sans', sans-serif; font-weight: 500; text-transform: none; font-size: 14px; font-style: italic;}
.beings-bridge-sec .home-blog p a:after{ content: "\f138"; display: inline-block; font-family: FontAwesome; font-style: normal; margin-left: 5px;}


/* Connected Education
================================================== */
.connected-education-sec{ padding: 90px 0; text-align: center;}
.connected-education-sec h2{ color: #01122c; font-size: 65px; line-height: 65px; text-transform: uppercase; font-weight: 800;}
.connected-education-sec h2 span{ display: block; text-align: center; font-size: 33px; font-weight: 300; letter-spacing: 1.8px;}
.connected-education-sec h2 span strong{ font-weight: 600;}

.connected-education-sec .social-icons{ text-align: center; padding-top: 50px;}
.connected-education-sec .social-icons li{ display: inline-block; vertical-align: top; padding: 0 104px; }
.connected-education-sec .social-icons li a{ font-size: 77px; color: #00aced; display: block;}
.connected-education-sec .social-icons li a .fa-twitter{ color: #00aced;}
.connected-education-sec .social-icons li a .fa-facebook{ color: #3b5998;}
.connected-education-sec .social-icons li a .fa-youtube-play{ color: #bb0000;}
.connected-education-sec .social-icons li a:hover, .connected-education-sec .social-icons li a:hover .fa-twitter, .connected-education-sec .social-icons li a:hover .fa-facebook, .connected-education-sec .social-icons li a:hover .fa-youtube-play{ color: #01122c;}



/* #Media Queries
================================================== */

/* Desktop size (devices and browsers) */
@media all and (min-width:901px) {
nav ul.main-nav li > .submenu-item > ul.sub-menu { display: block !important; }
nav ul.main-nav li a:hover, nav li.current-menu-item a.main-link, .main-menu .current-menu-item > a, .main-menu .current-menu-ancestor > a, .main-menu .current_page_item > a, .main-menu .current_page_ancestor > a { color: #fff; border-bottom: 2px solid #4e5a6c; /*font-family: 'Raleway', sans-serif;*/}
}

@media all and (max-width:1400px) {
.main { width: 100%; padding: 0 20px; }
.head-right { width: 80%; }
.banner-bg .main { width: 100%; padding: 0 20px; }
#footer-main .main { width: 100%; padding: 0 20px; }
.event-date { width: 34%; }
.event-time { width: 66%; }
.event-head { font-size: 16px; }
.testimonial-area .testimonial-brief p { width: 100%; font-size: 20px; line-height: inherit; }
.testimonial-area .testimonial-brief h2 { font-size: 16px; }
.column-head-title span { font-size: 36px; }
.item { width: 30%; }
.left-container .column-head-title { font-size: 24px; }
.banner-bg .slider-area .chain-bg, .banner-bg .slider-area .chain-bg-2 { left: 45.3%; }
}

@media all and (max-width:1280px) {
.banner-bg .slider-area .chain-bg, .banner-bg .slider-area .chain-bg-2 { left: 44.9%; }
}

@media all and (max-width:1200px) {
.banner-bg .slider-area { width: 55%; }
.banner-bg .banner-caption { padding-top: 37px; }
.home-columns-area .column-title { font-size: 32px; }
.home-columns-area .columns-1 .column-1-left-btn { width: 100%; }
.home-columns-area .columns-1 .column-1-share-btn { float: left; margin-top: 20px; }
.knowledge-head .knowledge-category { width: 61%; }
.sub-head-title .sub-head-text { font-size: 40px; }
.sub-head-link { width: 40%; }
}

@media all and (max-width:1100px) {
.item { width: 29%; }
.knowledge-head { font-size: 12px; }
.knowledge-head .knowledge-category { width: 59%; }
.news-area ul li .news-title { font-size: 14px !important; }
.accordion-title, .accordion-title1 { font-size: 13px; }
.accordion-content ul li a { font-size: 13px; }
.event-head { font-size: 15px; }
.accordion-title span, .accordion-title1 span { padding-right: 30px; }
}

/* Tablet landscape size (devices and browsers) */
@media all and (max-width:1024px) {
nav ul.main-nav li a { font-size: 17px; }
nav ul.main-nav li { margin: 0 5px; }
.footer-top-main { display: none; }
.copyright { text-align: center; }
#footer-main { padding: 15px 0; }
.banner-bg .slider-area .chain-bg, .banner-bg .slider-area .chain-bg-2 { left: 42.8%; }
}

@media all and (max-width:1023px) {
.home-columns-area .columns-main { width: 48%; margin-right: 4%; padding-bottom: 70px; border-top: 1px dotted #4E5A6C; padding-top: 20px; }
.home-columns-area .columns-main:nth-child(2n+2) { float: right; margin-right: 0; }
.home-columns-area .columns-main:nth-child(1) { border-top: 0; }
.home-columns-area .columns-main:nth-child(2) { border-top: 0; }
.left-container { width: 100%; }
.right-container { width: 100%; }
.single-post-page { margin: 0; padding-top: 40px }
.accordion, .widget-area { width: 32%; margin-right: 2%; }
.accordion:last-child, .widget-area:last-child { margin-right: 0; }
.item { width: 226px; }
#container { margin: 0 auto; width: 760px; float: none; }
.banner-bg .banner-caption { float: none; width: 410px; margin: 0 auto; }
.banner-bg .slider-area { width: 100%; padding-bottom: 50px; }
.banner-bg .slider-area .chain-bg { top: 43%; left: 45.9%; }
.banner-bg .slider-area .chain-bg-2 { display: none; }
.sub-head-title { width: 100%; padding-bottom: 20px; }
.sub-head-link { width: 100%; }
.sub-head-title .sub-head-ico { width: 100px; position: absolute; left: 0px; }
.sub-head-title .sub-head-text { padding-left: 130px; width: inherit; }
.sub-head { padding: 20px; }
.sub-head .main { padding: 0; }
.left-container .column-head-title { text-align: center; font-size: 35px; }
.archive-header h1 { text-align: center }
}

@media all and (max-width:900px) {
.navigation { float: left; width: 100%; margin-top: 145px; position: absolute; background-image: none; height: 39px; padding-top: 0px; left: 0; }
nav li:hover > ul { display: none; }
#menu-icon { display: block; background: #356a83; cursor: pointer; color: #fff; text-align: center; text-transform: uppercase; padding: 10px 0; font-weight: bold; border-bottom: 1px solid #1E2D44 }
#menu-icon span { background: url(../images/menu-bg.png) right center no-repeat; padding-right: 30px; height: 18px; display: inline-block; }
nav ul { position: absolute; top: 37px; display: none; left: 0; width: 100%; z-index: 99; }
nav li { float: right; width: 100%; line-height: 30px; border-left: 0; background: #4fa5cd; height: auto; text-align: left; border-bottom: 1px solid #fff; }
nav ul.main-nav li a { color: #fff; padding: 7px 0; font-weight: 500; border: 0; font-size: 14px; }
nav ul.main-nav li:hover a.main-link { border-bottom: 0 !important; }
nav ul.main-nav li a:hover { border-bottom: 0 !important; }
nav ul.main-nav li a:hover, nav li.current-menu-item a.main-link, .main-menu .current-menu-item > a, .main-menu .current-menu-ancestor > a, .main-menu .current_page_item > a, .main-menu .current_page_ancestor > a { color: #fff; border-bottom: 0 none; background: #ae1a3a }
nav li ul.sub-menu li { border-bottom: 1px solid #fff; background: #1784b7; }
nav li ul.sub-menu li a { border-bottom: 0; padding: 7px 0; text-align: center; font-weight: normal; }
nav li ul.sub-menu li.current-menu-item a{text-align:center; font-weight:normal}
.plusicon { display: block; position: absolute; right: 0; cursor: pointer; background: url(../images/plus.png) no-repeat center center; height: 46px; width: 40px; right: 10px; top: 0px; }
nav li ul li { border-bottom: 0; }
nav ul li.active .plusicon { background-image: url(../images/minus.png); }
nav li ul.sub-menu { position: relative; left: 0; top: 0; float: left; width: 100%; padding: 0; }
nav ul.main-nav > li:nth-child(1) a { padding-left: 0px; padding-right: 0; }
nav li ul.sub-menu li a:hover { color: inherit; }
nav ul.main-nav li.last a:hover { background: inherit; color: inherit; }
nav li ul.sub-menu li.last { border-bottom: 0 }
nav ul.main-nav li { width: 100%; margin: 0; }
nav ul.main-nav li a.main-link:hover, nav li.current-menu-item a.main-link { border-bottom: 0 !important; }
nav li ul.sub-menu { border-top: 1px solid #fff; }
.logo { width: 100%; text-align: center; padding-top: 33px; padding-bottom: 64px; padding-left: 0 }
.head-right { width: 100%; }
#header .main { padding: 0; }
.navigation .menu-block { width: 100%; }
.banner-bg .slider-area { width: 100%; text-align: center; }
.findyby .sbSelector { font-size: 14px; text-indent: 10px; }
.findyby .sbOptions a { padding: 7px 10px; font-size: 12px; }
.findyby .sbOptions li { padding: 0; }
.head-right { padding-right: 20px; }
.banner-bg .slider-area .chain-bg { left: 45.3%; }
}

@media all and (max-width:800px) {
.banner-bg .slider-area .chain-bg { left: 44.9%; }
}

@media all and (max-width:799px) {
.item { width: 270px; }
#container { margin: 0 auto; width: 585px; float: none; }
.accordion-title, .accordion-title1 { font-size: 11px; background-position: right 10px; }
.accordion-content ul li a { font-size: 11px; }
.default-page-item .item.third-item { margin-right: 40px; }
.default-page-item .item.second-item { margin-right: 0; }
.banner-bg .slider-area .chain-bg { left: 44.58%; }
}

/* Tablet strandard size 800 and lower (devices and browsers) */
@media all and (max-width:767px) {
.banner-filter { padding-top: 30px; }
.banner-filter .findyby { width: 100%; margin-right: 0; margin-bottom: 10px; }
.home-columns-area .columns-main { width: 100%; margin-right: 0; margin-bottom: 0px; padding: 35px 0; }
.home-columns-area .columns-main:nth-child(1) { padding-top: 0; }
.home-columns-area .columns-main:nth-child(2) { border-top: 1px dotted #4E5A6C; }
.home-columns-area .columns-1 .column-1-left-btn { width: 48%; }
.home-columns-area .columns-1 .column-1-share-btn { width: 170px; float: right; margin-top: 0; }
.banner-bg .slider-area .chain-bg { }
.sub-left-container { width: 100%; padding-bottom: 40px; }
.sub-right-container { width: 100%; }
}

/* Mobile strandard size 640 and lower (devices and browsers) */
@media all and (max-width:640px) {
.banner-bg .banner-caption { width: 281px; font-size: 26px; line-height: 35px; }
.banner-bg .banner-caption .font-50 { font-size: 33px; line-height: 20px; }
.banner-bg .banner-caption .font-70 { font-size: 49px; line-height: 48px; }
.head-buttons { display: none; }
.head-search { display: none; }
.wrapper .logo { float: left; width: 142px; text-align: left; padding-top: 0; margin-left: 20px; }
.head-right { width: 132px; }
.navigation { margin-top: 73px; }
.head-social { position: relative; top: 23px; }
.item { width: 100%; }
#container { margin: 0 auto; width: 280px; float: none; }
.accordion, .widget-area { width: 100%; margin-right: 0; }
.left-container { padding: 15px; }
.banner-bg .slider-area .chain-bg { left: 46.6%; }
.chain-bg img { width: 40px; }
.slider-main .bx-wrapper .bx-viewport li { border: 4px solid #fff; }
.slider-main .bx-wrapper .bx-viewport img { border-radius: 15px; }
.sub-head-title .sub-head-ico { width: 70px; top: 19px; }
.sub-head-title .sub-head-text { padding-left: 90px; font-size: 22px; line-height: 30px; }
.video-container { width: 100%; padding-bottom: 50%; }
.sub-mid-container { padding: 30px 0; }
.sub-mid-container p { font-size: 14px; }
.archive-header h1 { font-size: 24px; }
.page-header h1 { font-size: 20px; }
.comments-area { width: 100%; }
.left-container .column-head-title { font-size: 24px; }
.img-content-wrap p { float: none; text-align: center; }
.img-content-wrap img.alignleft { display: block; float: none; margin: 0 auto 20px; }
.sub-left-container h2 { text-align: center }
}

/* Mobile strandard size 480 and lower (devices and browsers) */
@media all and (max-width:568px) {
.banner-bg .slider-area .chain-bg { left: 46.2%; }
}

@media all and (max-width:480px) {
.home-columns-area .columns-1 .column-1-left-btn { width: 100%; }
.home-columns-area .columns-1 .column-1-share-btn { width: 170px; float: left; margin-top: 20px; }
.banner-bg .slider-area .chain-bg { top: 39%; left: 45.5%; }
}

@media all and (max-width:375px) {
.banner-bg .slider-area .chain-bg { left: 44.1%; }
}

@media all and (max-width:320px) {
.banner-bg .slider-area .chain-bg { left: 43%; }
}

@media all and (min-width:901px) and (max-width:2900px) {
nav ul.main-nav li { height: 41px; }
nav li ul.sub-menu li { height: auto; }
}
/* #Browser specific codes
================================================== */
.ie9 .knowledge-head .knowledge-post-date { width: 95px; }
.ie1 .knowledge-head .knowledge-post-date { width: 95px; }
.load-more {
    background: none repeat scroll 0 0 #d9d7d0;
    font-size: 20px;
    padding: 15px;
    text-align: center;
	cursor:pointer;
	transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;
	position: relative;
	display:block;
}
.load-more:hover {
    background: none repeat scroll 0 0 #7C7972;
	color:#fff; 
}
#loader {
    background: url("../images/camera-loader.gif") no-repeat scroll center center #fff;
    border-radius: 20px;
    display: none;
    height: 30px;
    position: absolute;
    right: 23px;
    top: 12px;
    width: 30px;
	z-index:99;
}
.load-more span {
    color: #58585a;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}
.safari nav ul.main-nav li > .submenu-item > ul.sub-menu{ visibility:inherit;}
.safari .submenu-item{ display:none;}
.safari nav ul.main-nav li:hover .submenu-item{ display:block !important;}
.chrome nav ul.main-nav li > .submenu-item > ul.sub-menu{ visibility:inherit;}
.chrome .submenu-item{ display:none;}
.chrome nav ul.main-nav li:hover .submenu-item{ display:block !important;}

.accordion-content label {
	cursor: pointer;
	float:left;
	width:100%;
}
.accordion-content  .radios {
	padding-top: 18px;
	background: url(divider.png) repeat-x 0 0;
}
.accordion-content  .label_check input, .label_radio input {
	margin-right: 5px;
}

.accordion-content .label_check, .label_radio {
	padding-left: 0px;
}
.accordion-content  .label_check {
	background: url(../images/checkbox.png) no-repeat 8px 12px;
}
.accordion-content label.c_on {
	background: url(../images/checkbox-select.png) no-repeat 8px 12px;
}
.accordion-content  .label_check input, .label_radio input {
	position: absolute;
	left: -9999px;
}
.loading-effect{
	background: url("../images/loader.gif") no-repeat scroll center top rgb(255, 255, 255);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: inherit;
}