a {
	color: #2b79bb;
	outline: none;
	text-decoration: none;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}

a:hover,
a:focus {
	color:#0d5a9c;
	outline: none;
	text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background: none;
}

img {
	max-width: 100%;
	height: auto;
}

button:hover,
button:focus{
   outline: none;
}

.dark-blue {
	background-color: #1e3768;
}
.medium-blue {
	background-color: #2b79bb;
}
.light-blue {
	background-color: #d5e4f1;
}

.gold-bg {
	background-color: #dfb525;
}

.black {
	color: #1a1a1a;
}

.dark-gray {
	color: #757575;
}

.medium-gray {
	color: #959595;
}

.light-gray {
	color: #eeedeb;
}

h1 {
   font-size: 36px;
   line-height: 42px;
   margin-bottom: 5px;
   color: #1a1a1a;
   font-family: 'Noto Serif', serif;
   font-weight: 700;
}

h2 {
   font-size: 30px;
   line-height: 36px;
   font-weight: 700;
   color: #1a1a1a;
   margin-bottom: 5px;
   font-family: 'Noto Serif', serif;
}

h3{
	font-size: 24px;
	line-height: 30px;
    font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 5px;
	font-family: 'Noto Serif', serif;
}

h4{
	font-size: 18px;
	line-height: 22px;
    font-weight: 700;
	color: #1a1a1a;
    font-family: 'Noto Sans', sans-serif;
	margin-bottom: 5px;
}

h5{
	font-size: 15px;
	line-height: 19px;
    font-weight: 700;
	color: #757575;
    font-family: 'Noto Sans', sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h6{
    font-size: 12px;
	line-height: 17px;
    font-weight: 700;
	color: #757575;
    font-family: 'Noto Sans', sans-serif;
	margin-bottom: 5px;
}

p {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 30px;
	font-weight: 400;
	font-family: 'Noto Serif', serif;
}

blockquote {
    padding: 40px;
    margin: 0px;
    border-left: 0px;
    background-color: #d5e4f1;
	font-family: 'Noto Sans', sans-serif;
    color: #1e3768;
    font-style: italic;
    font-size: 18px;
	line-height: 32px;
	font-weight:700;
}

blockquote p {
    color: #1e3768;
    font-style: italic;
    font-size: 18px;
	line-height: 32px;
	font-weight:700;
	font-family: 'Noto Sans', sans-serif;

}

blockquote p:last-child {
    color: #1a1a1a;
	font-size: 15px;
	line-height: 20px;
    font-style: 400;
	font-style: normal;
	text-transform: uppercase;
}

#maindiv article a:hover {
	border-bottom-color: #0d5a9c;
}

#maindiv article ol {
   list-style: none;
   counter-reset: li;
   margin-bottom: 25px;
   padding-left: 20px;
}

#maindiv article ol li {
	counter-increment: li;
	margin-bottom: 15px;
	position: relative;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	font-family: 'Noto Serif', serif;
}

#maindiv article ol li::before {
	content: counter(li);
	color: #2b79bb;
	width: 20px;
    margin-left: -20px;
    font-weight: 700;
    font-size: 17px;
	display: inline-block;
    vertical-align: top;
}

#maindiv article ol li::after {
    content: ".";
    color: #2b79bb;
    width: 1px;
    height: 1px;
    top: 0px;
    left: -10px;
    z-index: 10;
    font-size: 20px;
    position: absolute;
}

#maindiv article ul {
   list-style: none;
   margin-bottom: 25px;
   padding-left: 20px;
}

#maindiv article ul li {
   margin-bottom: 15px;
   color: #1a1a1a;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 15px;
	font-weight: 400;
	font-family: 'Noto Serif', serif;
}

#maindiv article ul li::before {
    content: ".";
	width: 20px;
    margin-left: -20px;
    color: #2b79bb;
    display: inline-block;
	vertical-align: top;
    font-size: 30px;
    font-weight: 700;
    line-height: 10px;
}

#maindiv article .footnotes-heading {
    font-size: 12px;
    line-height: 17px;
    color: #1a1a1a;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 5px;
}

#maindiv article .footnotes {
    margin-bottom: 10px;
    padding-left: 12px;
}

#maindiv article .footnotes li {
    font-size: 12px;
    line-height: 17px;
    color: #1a1a1a;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 3px;
}

#maindiv article .footnotes li a {
    font-family: 'Noto Sans', sans-serif;
}

#maindiv article .footnotes li a span {
	font-style:italic;
}

#maindiv article .footnotes li::before {
    color: #1a1a1a;
    width: 12px;
    margin-left: -12px;
    font-weight: 400;
    font-size: 10px;
}

#maindiv article .footnotes li::after {
    color: #1a1a1a;
    left: -6px;
    font-size: 10px;
}

#maindiv article .field--name-body img {
    margin-top: 50px;
	margin-bottom: 50px;
}

figure {
    width: 100%;
    text-align: left;
	margin: 65px 0px;
    border-top: 1px solid #959595;
}

figure img {
	border-top: 0px;
    border-bottom: 0px;
}

figure.align-left {
    text-align: left;
}

figure.align-right {
    text-align: right;
}

figure figcaption {
    font-size: 12px;
	line-height: 17px;
	color: #1e3768;
    font-style: italic;
	font-family: 'Noto Sans', sans-serif;
    padding: 15px 0px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
}

table {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#maindiv .field--name-body table {
	margin: 50px 0px;
}

table thead {
	background-color: #2b79bb;
}

table thead tr th {
	color: #1e3768;
	font-size: 15px;
	line-height: 19px;
	font-family: 'Noto Sans', sans-serif;
	font-weight:700;
	padding: 16px 20px;
	text-transform: uppercase;
	background-color: #d5e4f1;
}

table thead tr {
	border: 0px;
}

table tbody tr {
	border-bottom: 1px solid #959595;
}

table tbody tr td {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 19px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	padding: 16px 20px;
}


#header-area .header-left a.logo {
    margin: 0px;
}

#header-area .header-left a.logo img {
    max-width: 300px;
    height: auto;
}

#header-area .header-right {
    text-align: right;
	padding-top: 7px;
}

#whole-title-area {
	width: 100%;
	overflow: hidden;
	min-height: 30px;
    color: #ffffff;
	background-image: linear-gradient(to right, #1e3768, #2b79bb);
}

#whole-title-area .region-title-area {
	padding-top: 72px;
	padding-bottom: 80px;
	font-size: 72px;
	line-height: 80px;
	font-family: 'Noto Serif', serif;
	font-weight: 700;
    color: #ffffff;
}

#whole-title-area .region-title-area p {
	font-size: 100%;
	font-weight: 700;
    color: #ffffff;
}

.btn-primary,
.ui-dialog-buttonset button.js-form-submit,
#block-joinmtfforheader a {
	background: #2b79bb;
    color: #fff;
	text-transform: uppercase;
    min-height: 32px;
    padding: 5px 22px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
	transition: all 0.5s ease;
	border: 0px;
    box-shadow: none;
    outline: none;
}

.ui-dialog-buttonset button.js-form-submit:hover,
#block-joinmtfforheader a:hover,
.btn-primary:hover {
	background: #0d5a9c;
	text-decoration: underline;
}

.region-header-top .views-exposed-form,
#block-searchform {
    width: 180px;
    border-bottom: 1px solid #959595;
    display: inline-block;
    vertical-align: middle;
}

#block-joinmtfforheader {
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.region-header-top .views-exposed-form .form-text,
#block-searchform .form-search {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 0;
    height: 30px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-size: 14px;
	line-height: 16px;
    width: 100%;
	color: #1a1a1a;
}

.region-header-top .views-exposed-form .form-actions .form-submit,
#search-block-form .form-submit {
    width: 100%;
    height: 20px;
    background: url(../images/magnifying_icon.svg) no-repeat 50% 50%;
    border: none;
    border-radius: 0px;
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    margin: 0px !important;
    display: inline-block;
    font-size: 0px;
    background-size: 20px;
}

#search-block-form .form-submit .glyphicon {
    display: none;
}

.region-header-top .views-exposed-form .form-actions .form-submit:focus,
.region-header-top .views-exposed-form .form-actions .form-submit:active,
#search-block-form .form-submit:focus,
#search-block-form .form-submit:active {
    outline: none;
    outline-offset: 0px;
	box-shadow: none;
}

#search-block-form .form-type-search {
    margin-bottom: 0px;
}

.region-header-top .views-exposed-form .form-type-textfield label,
.region-header-top .views-exposed-form .form-type-select {
    display: none;
}

.region-header-top .views-exposed-form .form-type-textfield {
   width: 80%;
   margin-bottom: 0px;
   float: left;
}

.region-header-top .views-exposed-form .form-actions {
    width: 18%;
    float: right;
}

/***
  **  Main Menu
  **/

.block-superfish {
    width: auto;
    margin-top: 37px;
    display: inline-block;
    vertical-align: middle;
}

.block-superfish ul.sf-menu li {
	text-align: left;
}

.block-superfish ul.sf-menu li ul li a {
    letter-spacing: 0.1px;
}

.block-superfish ul.sf-menu li a {
	font-size: 15px;
	line-height: 15px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    padding: 0px 0px 25px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-right: 24px;

}

.block-superfish ul.sf-menu li:last-child a {
    margin-right: 0px;
}

.block-superfish ul.sf-menu li ul {
    background: #eeedeb;
	box-shadow: none;
	border: 0px;
}

.block-superfish ul.sf-menu li:hover > ul,
.block-superfish ul.sf-menu li.sfHover > ul {
	width: 200px !important;
}

.block-superfish ul.sf-menu li#main-menu-link-content9b115c34-2042-431e-b814-4e8d2a6b6a62.sfHover > ul {
	width: 240px !important;
}

.block-superfish ul.sf-menu li li:hover > ul,
.block-superfish ul.sf-menu li li.sfHover > ul {
   width: 140px !important;
   left: 101% !important;
}

.block-superfish ul.sf-menu li > ul li:first-child > a {
    margin-top: 12px;
}

.block-superfish ul.sf-menu li > ul li:last-child > a {
    margin-bottom: 12px;
}

.block-superfish ul.sf-menu li a.sf-depth-1:hover {
    color: #2b79bb;
}

.block-superfish ul.sf-menu li ul li a {
	display: inline-block;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    padding: 5px 0px;
    color: #1a1a1a;
    text-transform: none;
    margin-right: 0px;
    font-size: 16px;
	line-height: 20px;
    border-bottom: 1px solid transparent;
    vertical-align: middle;
    margin: 5px 20px;
}

.block-superfish ul.sf-menu li > ul li.menuparent {
    background: url(../images/dropdown-arrow.svg) no-repeat right;
    background-size: 8px;
    background-position: 90% 54%;
}

.block-superfish ul.sf-menu li.active-trail > a {
    color: #2b79bb;
}

.block-superfish ul.sf-menu li.sfHover > a,
.block-superfish ul.sf-menu li a.is-active {
    color: #2b79bb;
}

.block-superfish ul.sf-menu li.sfHover > ul li.sfHover a {
    color: #1a1a1a;
	background-color: #eeedeb;
}

.block-superfish ul.sf-menu li.active-trail > ul li.active-trail > a.is-active {
	border-bottom-color: #1a1a1a;
	color: #1a1a1a;
}

.block-superfish ul.sf-menu li > ul li:hover > a {
	border-bottom-color: #1a1a1a;
}


/*** Banner
   **/

.view-banner-sideshow {
	position: relative;
}

.view-banner-sideshow .views_slideshow_main .views_slideshow_cycle_teaser_section,
.view-banner-sideshow .views_slideshow_main .views_slideshow_slide {
	width: 100% !important;
}

.view-banner-sideshow .views_slideshow_main .views_slideshow_slide img {
	width: 100%;
	height: auto;
}

.view-banner-sideshow .views_slideshow_main .views_slideshow_slide .views-field-nothing {
    max-width: 1220px;
    left: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}

.view-banner-sideshow .views_slideshow_main .views_slideshow_slide .views-field-nothing .banner_content_box {
     max-width: 500px;
	 margin: 0px;
	 padding: 35px 35px;
	 border-radius: 6px;
	 background: #1b3668;
}

.view-banner-sideshow .views_slideshow_main .views_slideshow_slide .views-field-nothing .banner_content_box .banner_body_text {
	 color: #ffffff;
	 font-size: 55px;
	 line-height:65px;
	 font-weight: 700;
}

.view-banner-sideshow .views_slideshow_main .views_slideshow_slide .views-field-nothing .banner_content_box a {
    padding: 11px 20px;
    color: #2b79bb;
	font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
	font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background: #ffffff;
	display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 34px;
    transition: all 0.5s ease;

}

.view-banner-sideshow .views_slideshow_main .views_slideshow_slide .views-field-nothing .banner_content_box a:hover {
	 color: #0d5a9c;
	 text-decoration: underline;
}

#banner-bottom-section nav,
.view-banner-sideshow .views-slideshow-controls-bottom {
	margin-top: -32px;
	position: relative;
    z-index: 11;
}

#banner-bottom-section nav ul.menu,
.view-banner-sideshow .views-slideshow-controls-bottom .widget_pager  {
    max-width: 1250px;
	margin: auto;
	text-align: center;
}

#banner-bottom-section nav ul.menu li {
	display: inline-block;
}

#banner-bottom-section nav ul.menu li a,
.view-banner-sideshow .views-slideshow-controls-bottom .widget_pager .views_slideshow_pager_field_item {
	display: inline-block;
    vertical-align: middle;
    margin: 0px 4px;
    background-color: #2b79bb;
    padding: 21px 15px;
	margin-bottom: 15px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 700;
    min-width: 190px;
	font-size: 16px;
	line-height: 16px;
    font-family: 'Noto Sans', sans-serif;
    transition: all 0.5s ease;
    text-transform: uppercase;
    text-align: center;
}

#banner-bottom-section nav ul.menu li a:hover,
.view-banner-sideshow .views-slideshow-controls-bottom .widget_pager .views_slideshow_pager_field_item:hover {
    background-color: #0d5a9c;
	text-decoration: underline;
}

/***
  ** INSIGHT Banner Bottom section
  **/

#block-missiontext {
    margin: 75px 0px;
}

#block-missiontext p {
	color: #1b3668;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    max-width: 800px;
    margin: auto;
    font-weight: 700;
}

#block-missiontext p:first-child {
	color: #757575;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

#block-missiontext a {
	 font-size: 14px;
	 line-height: 18px;
	 display: inline-block;
	 vertical-align: middle;
	 padding: 10px 18px;
	 color: #2b79bb;
	 border-radius: 4px;
	 background: #ffffff;
	 cursor: pointer;
	 margin-top: 25px;
	 transition: all 0.5s ease;
	 font-family: 'Noto Sans', sans-serif;
	 box-shadow: 0px 0px 8px #dcdcdc;
	 text-transform: uppercase;
	 font-weight: 700;
}

#block-missiontext a:hover {
	 text-decoration: underline;
	 color: #0d5a9c !important;
	 background: #ffffff !important;
}

/***
  ** home page latest new
  **/

.block-views-blocklatest-new-block-1 h2.block-title,
.block-views-blockmtf-now-block-1 h2.block-title,
.block-views-blockevent-listing-block-1 h2.block-title {
    font-family: 'Noto Serif', serif;
    font-size: 95px;
    text-align: center;
    color: #eeedeb;
    line-height: 74px;
	margin: 0px;
}

.view-latest-new {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #eeedeb;
	margin-bottom: 43px;
}

.view-latest-new .views-row .views-field {
	width: 50%;
	display:inline-block;
	vertical-align: top;
}

.view-latest-new .views-row  .views-field-field-image {
	width: 48%;
}

.view-latest-new .views-row .views-field.views-field-field-image {
	box-shadow: 0px 0px 8px #d4d3d1;
}

.view-latest-new .views-row .news-content-box {
	padding: 60px 54px;
}

.view-latest-new .views-row .views-field.views-field-field-image img,
.view-latest-news-homepage .views-row .views-field-field-image img {
	width: 100%;
	height: auto;
}

.view-latest-new .views-row .news-content-box .news-date-text {
	color: #757575;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight:700;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 10px;
}

.view-latest-new .views-row .news-content-box .news-title-text{
	color: #1a1a1a;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}

.view-latest-new .views-row .news-content-box .news-body-text{
	color: #1a1a1a;
    font-size: 17px;
    line-height: 27px;
    margin-top: 32px;
	font-weight: 400;
}

.view-latest-new .views-row .news-content-box .news-link-text a {
    color: #2b79bb;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.view-latest-new .views-row .news-content-box .news-link-text a:hover {
  color: #0d5a9c;
}

.view-latest-news-homepage {
	margin-bottom: 43px;
}

.view-latest-news-homepage .views-row .views-col {
	width: 31% !important;
    margin-right: 3.5%;
}

.view-latest-news-homepage .views-row .views-col.col-3 {
	margin-right: 0%;
}

.view-latest-news-homepage .views-row .views-field-field-date {
	color: #757575;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight:700;
	font-family: 'Noto Sans', sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
}

.view-latest-news-homepage .views-row .views-field-title {
	color: #1a1a1a;
    font-size: 23px;
    line-height: 30px;
}

.view-latest-news-homepage .views-row .views-field-title a {
	color: #1a1a1a;
	font-weight: 700;
}

.view-latest-news-homepage .views-row .views-field-field-url a {
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
	font-weight: 700;
}

.view-event-listing .view-footer,
.view-latest-news-homepage .view-footer {
    text-align: center;
}

.view-event-listing .view-footer a,
.view-latest-news-homepage .view-footer a {
	 font-size: 14px;
	 line-height: 18px;
	 display: inline-block;
	 vertical-align: middle;
	 padding: 10px 18px;
	 color: #2b79bb;
	 border-radius: 4px;
	 background: #ffffff;
	 cursor: pointer;
	 margin-top: 15px;
	 transition: all 0.5s ease;
	 font-family: 'Noto Sans', sans-serif;
	 box-shadow: 0px 0px 8px #dcdcdc;
	 text-transform: uppercase;
	 font-weight: 700;
	 border: 1px solid #dadada;
}

.view-latest-news-homepage .view-footer a {
	 margin-top: 40px;
}

.view-event-listing .view-footer a:hover,
.view-latest-news-homepage .view-footer a:hover {
	 color: #ffffff;
	 background-color:#2b79bb;
}

/***
  **   mtf now section
  **/

body.path-frontpage #whole-mtf-now-section:after {
    content: "";
    position: absolute;
    top: 0px;
    height: 71px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

.block-views-blockmtf-now-block-1 h2.block-title {
    line-height: 71px;
	position: relative;
	z-index: 10;
}

.view-mtf-now {
	padding: 65px 0px;
	overflow: hidden;
}

.view-mtf-now .views-row {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.view-mtf-now .views-row .views-field {
	width: 50%;
}

.view-mtf-now .views-row .views-field.views-field-field-image img {
	width: 100%;
	height: auto;
}

.view-mtf-now .views-row .views-field.views-field-field-image {
	float: right;
}

.view-mtf-now .views-row .views-field.views-field-title {
	float: left;
}

.view-mtf-now .views-row .views-field.views-field-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
	padding-right: 75px;
}

.view-mtf-now .views-row:nth-child(2n) .views-field.views-field-field-image {
	float: left;
}

.view-mtf-now .views-row:nth-child(2n) .views-field.views-field-title {
	float: right;
}

.view-mtf-now .views-row:nth-child(2n) .views-field.views-field-title {
    left: auto;
	right:0px;
	padding-left: 50px;
	padding-right: 0px;
}

.mtf-now-content-box .mtf-now-subtitle-text,
.events-content-box .events-date-text {
    color: #757575;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight:700;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 10px;
}

.mtf-now-content-box .mtf-now-title-text,
.events-content-box .events-title-text {
    color: #1a1a1a;
    font-size: 26px;
    line-height: 30px;
	font-weight: 700;
}

.mtf-now-content-box .mtf-now-title-text a,
.events-content-box .events-title-text a {
    color: #1a1a1a;
}

.mtf-now-content-box .mtf-now-short-text,
.events-content-box .events-short-text {
    color: #1a1a1a;
    font-size: 15px;
    margin-top: 32px;
	font-weight: 400;
}

.events-content-box .events-short-text {
    color: #000000;
    font-size: 17px;
    line-height: 25px;
}

.mtf-now-content-box .mtf-now-short-text {
    margin-top: 5px;
}

.mtf-now-content-box a {
	 font-size: 14px;
	 line-height: 18px;
	 display: inline-block;
	 vertical-align: middle;
	 padding: 10px 18px;
	 color: #ffffff;
	 border-radius: 4px;
	 background: #2b79bb;
	 cursor: pointer;
	 margin-top: 20px;
	 transition: all 0.5s ease;
	 font-weight: 700;
	 font-family: 'Noto Sans', sans-serif;
	 box-shadow: 0px 0px 8px #cbcac8;
	 text-transform: uppercase;
}

.mtf-now-content-box a:hover {
	 background-color:#0d5a9c;
}

/***
   ** event
   **/

.block-views-blockevent-listing-block-1 {
	margin-top: 75px;
}

.block-views-blockevent-listing-block-1 h2.block-title {
    line-height: 64px;
}

#homepage-events-section {
    margin-bottom: 5px;
}

.view-event-listing .views-row {
    width: 100%;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 37px;
	background-color: #eeedeb;
	display: table;
}

.view-event-listing .views-row .views-field-field-image {
	width: 48%;
	display: table-cell;
    vertical-align: top;
}

.view-event-listing .views-row .events-content-box {
    width: 52%;
    display: table-cell;
    vertical-align: top;
	padding: 68px 54px;
}

.view-event-listing .views-row:nth-child(2n) .views-field-field-image {
	float: right;
}

.view-event-listing .views-row:nth-child(2n) .events-content-box {
	float: left;
}

.view-event-listing .views-row .views-field-field-image img {
	width: 100%;
	height: auto;
}

.view-event-listing .views-row .event-listing-parent-box.full-width .events-content-box {
    width: 100%;
    display: block;
}

.events-content-box .events-link-text a {
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
	font-weight: 700;
}

/***
  ** Standard Page
  **/

.views-field-edit-node a {
    position: absolute;
    background-color: #2b79bb;
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}

.standard-banner {
	width: 100%;
	overflow: hidden;
}

.standard-banner .image-box {
	width: 34%;
	float: left;
	margin-bottom: 50px;
}

.standard-banner .title-box {
	width: 66%;
	padding-left: 3%;
	float: right;
}

.standard-banner.full-width .title-box {
	width: 100%;
	padding-left: 0px;
}

.standard-banner .title-box ul.policy-area,
.standard-banner .title-box ul.policy-area li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.standard-banner .title-box ul.policy-area {
    margin-bottom: 5px;
}

.standard-banner .title-box ul.policy-area li {
    color: #757575;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    margin-right: 5px;
}
.standard-banner .publication-author-and-source-box {
    clear: both;
    margin-top: 20px;
}

.webform-submission-contact-add-form .form-type-processed-text h1,
.standard-banner .title-box .title-text h1 {
	color: #1e3768;
	font-size: 50px;
    line-height: 56px;
	margin-bottom: 14px;
}

.standard-banner.full-width .title-box .title-text {
	margin-bottom: 25px;
}

.standard-banner .intro-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1a;
	font-weight:400;
}

.view-file-attachment .view-content {
	margin: 35px 0px 20px;
}

.view-file-attachment .views-row {
	display: inline-block;
	vertical-align: middle;
}

a.standard-file-download-link {
    display: inline-block;
    vertical-align: middle;
    background: #2b79bb;
    border-radius: 4px;
    padding: 9px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
    margin-right: 5px;
	margin-bottom: 9px;
    font-weight: 700;
	transition: all 0.5s ease;
}

a.standard-file-download-link:hover {
    background: #0d5a9c;
    text-decoration: underline;
}

.view-standard-page-tags .field-content {
	margin-top: 15px;
	color: #2b79bb;
}

.publication-tags-box li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    color: #2b79bb;
	margin-top: 10px;
	margin-right: 3px;
}

.publication-tags-box a .field--name-name:after {
    position: absolute;
    content: ",";
}

.publication-tags-box li:last-child a .field--name-name:after {
    display: none;
}

.publication-tags-box a,
.view-standard-page-tags .views-row a {
    color: #2b79bb;
    border-bottom: 1px solid #2b79bb !important;
    display: inline-block;
}

.whole-resources-box .resources-policy-area-box.mobile {
    display: none;
}

/***
   ** Left Side Menu
   **/

#sidebar-first-area ul {
	width: 100%;
}

#sidebar-first-area ul li {
	width: 100%;
    display: block;
}

#sidebar-first-area ul li a {
	color: #1a1a1a;
	text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	line-height: 19px;
    font-weight: 700;
	cursor: pointer;
	padding: 11px 16px;
	position: relative;
	background-color: transparent;
	text-decoration: none;
}

#sidebar-first-area ul > li > a {
	border-bottom: 1px solid #959595;
}

#sidebar-first-area ul > li.last > a {
	border-bottom: 0px;
}

#sidebar-first-area ul li ul.dropdown-menu li ul.dropdown-menu,
#sidebar-first-area ul li ul.dropdown-menu {
    width: 100%;
    position: relative;
    display: none;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    margin: 0px;
    padding: 0px;
}

#sidebar-first-area ul li ul.dropdown-menu li:hover > ul.dropdown-menu,
#sidebar-first-area ul li ul.dropdown-menu li.active-trail > ul.dropdown-menu,
#sidebar-first-area ul li:hover > ul.dropdown-menu,
#sidebar-first-area ul li.active-trail > ul.dropdown-menu {
	display: block;
}


#sidebar-first-area ul li ul.dropdown-menu li a {
    font-size: 15px;
	line-height: 19px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
    padding: 11px 34px;
    border-bottom: 0px;
}

#sidebar-first-area ul li ul.dropdown-menu li ul.dropdown-menu li a {
    padding: 11px 50px;
}

#sidebar-first-area ul li ul.dropdown-menu li.last a {
    border-bottom: 1px solid #959595 !important;
}

#sidebar-first-area ul li a .caret {
    width: 14px;
    height: 9px;
    border: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
	right: 16px;
    margin: auto;
	background:url(../images/Chevron_Down.svg) no-repeat 93% 50%;
	background-size: 100%;
}

#sidebar-first-area ul > li.expanded.dropdown.active.active-trail > a.dropdown-toggle.is-active > .caret {
	background:url(../images/Chevron_Up-inverted.svg) no-repeat 93% 50%;
	background-size: 100%;
}

#sidebar-first-area ul li.expanded.dropdown.active.active-trail > ul.dropdown-menu > li.expanded > a.is-active {
	background:#2b79bb url(../images/Chevron_Up-inverted.svg) no-repeat 93% 50%;
	background-size: 6%;
}

#sidebar-first-area ul li.expanded.dropdown.active.active-trail > ul.dropdown-menu > li.expanded > a:hover {
	background:#2b79bb url(../images/Chevron_Up-inverted.svg) no-repeat 93% 50%;
	background-size: 6%;
}

#sidebar-first-area ul li.active-trail > ul.dropdown-menu li.expanded a.is-active {
	color: #ffffff;
	background-color:#2b79bb;
}

#sidebar-first-area li.expanded.dropdown a.dropdown-toggle .caret {
	background:url(../images/Chevron_Down.svg) no-repeat 93% 50%;
	background-size: 100%;
}

#sidebar-first-area ul.dropdown-menu > li.expanded.dropdown > a:hover {
	background:#2b79bb url(../images/Chevron_Up-inverted.svg) no-repeat 93% 50%;
	background-size: 6%;
}

#sidebar-first-area ul li.expanded:hover a.active-trail:empty {
	background: none;
}

#sidebar-first-area ul > li.active-trail > a.active-trail .caret,
#sidebar-first-area ul li.dropdown:hover > a .caret {
   background:url(../images/Chevron_Up.svg) no-repeat 50% 50%;
}

#sidebar-first-area ul li.dropdown a:hover .caret {
	background:#2b79bb url(../images/Chevron_Up-inverted.svg) no-repeat 50% 50%;
	background-size: 100%;
}

#sidebar-first-area ul li ul.dropdown-menu li.dropdown > a {
	background:url(../images/Chevron_Down.svg) no-repeat 93% 50%;
	background-size: 6%;
}

#sidebar-first-area ul li ul.dropdown-menu li.dropdown.active a.is-active {
	color: #ffffff;
	background-color:#2b79bb;
}

#sidebar-first-area ul > li a:hover,
#sidebar-first-area ul li a.is-active,
#sidebar-first-area ul li ul.dropdown-menu li a:hover  {
	color: #ffffff;
	background-color: #2b79bb;
}

#sidebar-first-area ul.menu.menu > li.expanded.dropdown > ul.dropdown-menu > li.expanded.dropdown > a:hover {
	background:#2b79bb url(../images/Chevron_Up-inverted.svg) no-repeat 93% 50%;
	background-size: 6%;

}

/***
  ** Publication Event Resouces
  **/

.news-listing-for-shared-tags .view-header,
.view-related-content-for-standard-page.view-display-id-page_1 .view-header,
.view-related-content-for-left-sidebar.view-display-id-page_1 .view-header,
.news-publication-global-class .view-empty {
    width: 100%;
	overflow: hidden;
}

.news-listing-for-shared-tags .view-header .results-summary-text,
.view-related-content-for-standard-page.view-display-id-page_1 .view-header .results-summary-text,
.view-related-content-for-left-sidebar.view-display-id-page_1 .view-header .results-summary-text,
.news-publication-global-class .view-header {
    width: 50%;
    float: right;
    text-align: right;
    padding-top: 38px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Noto Sans', sans-serif;
}

.news-listing-for-shared-tags .view-header h2,
.view-related-content-for-standard-page.view-display-id-page_1 .view-header h2,
.view-related-content-for-left-sidebar.view-display-id-page_1 .view-header h2,
.news-publication-global-class .view-filters {
    width: 50%;
	float: left;
    margin-bottom: 0px;
}

.news-publication-global-class .view-filters label {
    color: #757575;
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
}

.news-publication-global-class .view-filters .bef-exposed-form .form--inline > .form-item {
	width: 204px;
	margin: 0px;
    clear: left;
}


.news-publication-global-class .view-filters .bef-exposed-form .form--inline .select-wrapper {
    width: 100%;
}

.news-publication-global-class .view-filters .bef-exposed-form .select-wrapper .form-control {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    width: 100%;
}

.news-publication-global-class .view-content {
    width: 100%;
    overflow: hidden;
}

.news-listing-for-shared-tags .view-content .views-row:first-child .whole-resources-box,
.view-related-content-for-standard-page.view-display-id-page_1 .view-content .views-row:first-child .whole-resources-box,
.view-related-content-for-left-sidebar.view-display-id-page_1 .view-content .views-row:first-child .whole-resources-box,
.news-publication-global-class .view-content .views-row:first-child .whole-resources-box {
    border-top: 1px solid #959595;
	margin-top: 36px;
}

.whole-resources-box {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #959595;
    padding: 32px 0px;
	display:table;
}

.whole-resources-box .resources-date-box,
.whole-resources-box .news-author-box-wrapper {
    color: #757575;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    width: 160px;
    display: table-cell;
	vertical-align: top;
}

.whole-resources-box .new-resources-date-box .resources-date-box {
    display: block;
}

.whole-resources-box .resources-image-box {
    width: 235px;
    display: table-cell;
	vertical-align: top;
	padding-top: 5px;
}

.whole-resources-box .resources-title-description-box {
    min-width: 335px;
    vertical-align: top;
}

.news-listing-for-shared-tags .whole-resources-box .resources-date-box,
.view-related-content-for-standard-page.view-display-id-page_1  .whole-resources-box .resources-date-box,
.view-related-content-for-left-sidebar.view-display-id-page_1 .whole-resources-box .resources-date-box,
.view-events-listing .whole-resources-box .resources-date-box {
    width: 190px;
}

.view-events-listing .whole-resources-box .resources-title-description-box {
    min-width: 290px;
}

.view-events-listing .whole-resources-box .resources-policy-area-box {
    width: 120px;
}

.whole-resources-box .resources-title-description-box .resources-title-box a {
    color: #1a1a1a;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
	padding-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}

.whole-resources-box .resources-title-description-box .resources-description-box {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 22px;
}

.whole-resources-box .resources-title-description-box .resources-link-box a {
    font-size: 15px;
	text-decoration: underline;
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
	font-weight: 700;
}

.whole-resources-box .resources-policy-area-box {
    min-width: 130px;
    text-align: right;
    padding-left: 20px;
    color: #757575;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    display: table-cell;
	vertical-align: top;
}

.whole-resources-box .news-author-box,
.whole-resources-box .news-source-box {
    color: #1a1a1a;
    font-size: 14px;
	line-height: 15px;
	font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 10px;
}

.whole-resources-box .news-author-box span,
.whole-resources-box .news-source-box span {
    color: #757575;
}

/*** Staff executive
  **
  */

.view-staff-listing .views-row {
    clear: none;
    float: none;
    display: flex;
    flex-wrap: wrap;
}

.view-staff-listing .views-row .views-col {
    border: 1px solid #959595;
    border-radius: 1px;
    margin-bottom: 35px;
    padding: 28px;
    flex: 1 47%;
    flex-grow: 0;
    flex-direction: column;
}

.view-staff-listing .views-row .views-col.col-2 {
    margin-left: 4%;
}

.view-staff-listing .views-row .views-col .views-field-field-image img {
	margin-bottom: 28px;
}

.view-staff-listing .views-row .views-col .views-field-title {
    color: #1a1a1a;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
	margin-bottom: 5px;
}

.view-staff-listing .views-row .views-col .views-field-title a {
    font-weight: 700;
}

.view-staff-listing .views-row .views-col .views-field-field-role-with-mtf {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-style: italic;
}

.view-staff-listing .views-row .views-col .views-field-field-organization {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.view-staff-listing .views-row .views-col .views-field-field-professional-title {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.view-staff-listing .views-row .views-col .views-field-body {
	padding-top: 15px;
}

.view-staff-listing .views-row .views-col .views-field-body,
.view-staff-listing .views-row .views-col .views-field-body p {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 22px;
}

.view-staff-listing .views-row .views-col .views-field-view-node a {
    font-size: 15px;
    text-decoration: underline;
    margin-top: 22px;
    display: inline-block;
    vertical-align: top;
	font-weight: 700;
}

/***
  ** Related Content
  **/

#whole-related-area .related-content-global-class {
	width: 100%;
    padding: 60px 0px;
    overflow: hidden;
	margin: auto;
    background-image: linear-gradient(to right, #1e3768, #2b79bb);
}

#whole-related-area .related-content-global-class .view-header,
#whole-related-area .related-content-global-class .view-content,
#whole-related-area .related-content-global-class .view-footer {
	max-width:1240px;
    overflow: hidden;
	margin: auto;
}

.related-content-global-class .view-header h2 {
    color: #fff;
    font-weight: 700;
    font-size: 31px;
    line-height: 28px;
	margin-bottom: 35px;
}

.related-content-global-class .views-row {
    clear: none;
    float: none;
    display: flex;
    flex-wrap: wrap;
}

.related-content-global-class .views-row .views-col {
    flex: 1 30.64%;
    flex-grow: 0;
    flex-direction: column;
	margin-right: 4%;
	background-color: #ffffff;
}

.related-content-global-class .views-row .views-col.col-3 {
	margin-right: 0%;
}

.related-content-global-class .views-row .views-col .views-field {
	padding-left: 25px;
	padding-right: 25px;
}

.related-content-global-class .views-row .views-col .views-field.views-field-field-image {
	padding: 0px;
	margin-bottom: 22px;
}

.related-content-global-class .views-row .views-col .views-field-views-conditional-field,
.related-content-global-class .views-row .views-col .views-field-views-conditional-field-1,
.related-content-global-class .views-row .views-col .views-field-field-event-date {
    color: #757575;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.related-content-global-class .views-row .views-col .views-field-title a {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.related-content-global-class .views-row .views-col .views-field-view-node a {
    font-size: 16px;
    color: #2b79bb;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 24px;
	font-weight: bold;
}

.related-content-global-class .view-footer {
	text-align: center;
    display: none;
    margin-top: 40px !important;
}

.related-content-global-class .view-footer a {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 22px;
    color: #ffffff;
    border-radius: 4px;
    background: #2b79bb;
    cursor: pointer;
    transition: all 0.5s ease;
    font-family: 'Noto Sans', sans-serif;
    box-shadow: 0px 0px 8px #214d7e;
    text-transform: uppercase;
    font-weight: 700;
}

.related-content-global-class .view-footer a:hover {
	background: #0d5a9c;
	text-decoration: underline;
}

.related-content-global-class.hide-footer-buttons-for-policy-area .view-footer {
    display: block;
}

/***
  ** Twitter Section
  **/

.block-twitter-tweets {
    clear: none;
    float: none;
    display: flex;
    flex-wrap: wrap;
}

.block-twitter-tweets .tweet-wrapper {
    flex: 1 30.1%;
    flex-grow: 0;
    flex-direction: column;
    border: 0px;
    border-radius: 4px;
    padding: 32px 25px;
    background-color: #ffffff;
    margin-right: 3.2%;
}

.block-twitter-tweets .tweet-wrapper:nth-child(3) {
    margin-right: 0px;
}

.block-twitter-tweets .tweet-wrapper:nth-child(4) {
    margin-right: 0px;
}

body.toolbar-fixed .block-twitter-tweets .tweet-wrapper:nth-child(3) {
    margin-right: 3.0%;
}

.block-twitter-tweets .tweet-wrapper .tweet-profile-image {
	display: none;
}

.block-twitter-tweets .tweet-wrapper .tweet-text {
    font-family: 'Noto Serif', serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.block-twitter-tweets .tweet-wrapper .tweet-text p.date {
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #757575;
    margin-bottom: 5px;
}

.block-twitter-tweets .tweet-wrapper .tweet-text p {
    font-size: 15px;
    line-height: 24px;
	letter-spacing: 0.3px;
    margin-top: 0px;
    text-align: center;
    color: #000000;
	font-weight: 400;
}

.see-all-tweet-wrapper {
	width: 100%;
    margin-top: 40px;
	text-align: center;
}

.see-all-tweet-wrapper a.see_all_tweets {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 15px;
    color: #ffffff;
    border-radius: 4px;
    background: #2b79bb url(../images/all-twitter.png) no-repeat 90% 50%;
    background-size: 8%;
    cursor: pointer;
    transition: all 0.5s ease;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    padding-right: 40px;
	font-weight: 700;
}

.see-all-tweet-wrapper a.see_all_tweets:hover {
	background: #1b3668 url(../images/all-twitter.png) no-repeat 90% 50%;
  text-decoration: underline;
}

/***
  ** Publication Details
  **/

.publication-contact-wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.publication-contact-wrapper .contact-item span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.publication-contact-wrapper .contact-item span.label-text {
    font-weight: 700;
    width: 135px;
	color: #1a1a1a;
    font-size: 16px;
	line-height: 19px;
}

.related-content-global-class .view-empty,
.related-content-for-left-sidebar .view-empty {
    padding: 35px 20px;
	text-align:center;
}

.related-content-for-left-sidebar .view-empty h2 {
	font-size: 22px;
}

.related-content-global-class .view-empty h2 {
    color: #ffffff;
}

#publication-detail-pages-wrapper {
    width: 100%;
    overflow: hidden;
}

#publication-detail-pages-wrapper article.node {
    width: 100%;
}

.publication-right-button-box {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    height: 174px;
    margin: auto;
	opacity: 0;
	transition: opacity 1s;
}

body.remove-shortcut-panel-for-right .publication-right-button-box {
	opacity: 1;
}

body.hide-shortcut .publication-right-button-box {
	display: none;
}

.publication-right-button-box ul {
	width: 240px;
	float: right;
	background: #eeedeb;
}

.publication-detail-pages .publication-back-link a {
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	border-bottom: 1px solid #2b79bb;
}

.publication-detail-pages .publication-date,
.publication-detail-pages .publication-policy-area {
    color: #757575;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.publication-detail-pages .publication-sub-title-text {
clear: both;
    width: 100%;
}

.publication-detail-pages .publication-sub-title-text h3 {
	color: #1a1a1a;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
}

.publication-detail-pages .events-link-text a {
    font-size: 14px;
    line-height: 18px;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
	margin: 42px 0px 0px;
    padding: 11px 40px 11px 20px;
    color: #ffffff;
    border-radius: 4px;
    background: #2b79bb url(../images/externallink_icon.svg) no-repeat;
    background-position: right 13px center;
    cursor: pointer;
    transition: all 0.5s ease;
    background-size: 18px;
}

.publication-detail-pages .events-link-text a:hover {
    background: #0D5A9C url(../images/externallink_icon.svg) no-repeat;
    background-position: right 13px center;
	background-size: 18px;
	text-decoration: underline;
}

.publication-detail-pages .publication-button-box {
    max-width: 670px;
	margin: 50px 0px 26px 4px;
}

#maindiv article .publication-detail-pages .publication-button-box ul,
#maindiv article .publication-detail-pages .publication-button-box ul li,
#maindiv article .publication-detail-pages ul.author-box,
#maindiv article .publication-detail-pages ul.author-box li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

#maindiv article .publication-detail-pages .publication-button-box ul li,
#maindiv article .publication-detail-pages ul.author-box li {
    display: inline-block;
    vertical-align: middle;
	margin: 0px 10px 15px 0px;
}

#maindiv article .publication-detail-pages .publication-button-box ul li:before,
#maindiv article .publication-detail-pages ul.author-box li:before {
    display: none;
}

#maindiv article .publication-detail-pages ul.author-box li {
    color: #1a1a1a;
    font-size: 14px;
	line-height: 15px;
	font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
	margin-bottom: 0px;
}

#maindiv article .publication-detail-pages .publication-button-box ul li.download .view-file-attachment .view-content {
    margin: 0px;
}

#maindiv article .publication-detail-pages ul.author-box li span {
    color: #757575;
	text-transform: uppercase;
}

.publication-detail-pages .publication-button-box ul li a {
    font-size: 14px;
    line-height: 18px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
    display: block;
    padding: 11px 25px 11px 50px;
    color: #2b79bb;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 8px #dcdcdc;
    text-transform: uppercase;
	border-bottom: 0px !important;
}

.publication-detail-pages .publication-button-box ul li.print a {
	background: #ffffff url(../images/print_icon.svg) no-repeat 20px 50%;
	background-size: 22px;
}

.publication-detail-pages .publication-button-box ul li.download a {
    background: #ffffff url(../images/download_icon.svg) no-repeat 20px 50%;
	background-size: 18px;
}

.publication-detail-pages .publication-button-box ul li.join-mtf a {
	padding-left: 55px;
    background: #ffffff url(../images/join_icon.svg) no-repeat 20px 50%;
	background-size: 28px;
}

.publication-detail-pages .publication-button-box ul li.print a:hover {
	 text-decoration: underline;
	 color: #0d5a9c !important;
}

.publication-detail-pages .publication-button-box ul li.download a:hover {
	 text-decoration: underline;
	 color: #0d5a9c !important;
}

.publication-detail-pages .publication-button-box ul li.join-mtf a:hover {
	 text-decoration: underline;
	 color: #0d5a9c !important;
}

.publication-detail-pages .publication-intro-text {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
	font-size: 20px;
    line-height: 25px;
    color: #1a1a1a;
	margin-bottom: 40px;
}

.staff-detail-pages .standard-banner .image-box {
    width: 28%;
    margin-bottom: 0px;
}

.staff-detail-pages .standard-banner .title-box {
    min-width: 72%;
}

.staff-detail-pages .standard-banner .title-box .publication-sub-title-text {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.staff-detail-pages .standard-banner .title-box .role {
     font-style: italic !important;
}

.publication-detail-pages .publication-body-text {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

/***  Social link
  **
  **/

.block-addtoany {
	padding: 14px 17px;
    background: #eeedeb;
    overflow: hidden;
    margin-top: 50px;
    width: 100%;
	margin-bottom: 20px;
}

.block-addtoany h2.block-title {
	float:left;
	color: #1a1a1a;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
	margin: 0px;
}

.block-addtoany .addtoany_list {
	float: right;
}

.block-addtoany a.a2a_dd,
.block-addtoany a.addtoany_share {
	display: none;
}

.block-addtoany .addtoany_list.a2a_kit_size_32 a > span {
    height: 30px;
    line-height: 30px;
    opacity: 1 !important;
    width: 30px;
	display: none;
    background-color: #2b79bb !important;
}

.block-addtoany .addtoany_list.a2a_kit_size_32 a:hover span {
    background-color: #1e3768 !important;
}

.publication-detail-pages .publication-social-share-box {
	padding: 14px 45px 14px 17px;
	background: #eeedeb;
	overflow: hidden;
	margin-top: 50px;
}

.publication-detail-pages .publication-social-share-box span {
	float:left;
	color: #1a1a1a;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.block-addtoany .addtoany_list,
.publication-detail-pages .publication-social-share-box .block-addtoany {
	width: auto;
	float: right;
	padding: 0px;
    background: #eeedeb;
    overflow: hidden;
    margin: 0px;
}

.publication_bottom_prevnext_box {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: center;
}

.publication_bottom_prevnext_box .prevnext-element {
	display: inline-block;
    vertical-align: middle;
}

.publication_bottom_prevnext_box .prevnext-element a {
	color: #2b79bb;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
	cursor: pointer;
	margin: 0px 17px;
	border-bottom: 0px !important;
}

.publication_bottom_prevnext_box .prevnext-element.previous a {
	padding-left: 20px;
	background: url(../images/prev.svg) no-repeat 0% 50%;
	background-size: 9px;
}

.publication_bottom_prevnext_box .prevnext-element.next a {
	padding-right: 20px;
	background: url(../images/next.svg) no-repeat 100% 50%;
	background-size: 9px;
}

.prevnext-element.previous a:hover {
  color: #0d5a9c;
}

.prevnext-element.next a:hover {
  color: #0d5a9c;
}


.publication-right-button-box ul,
.publication-right-button-box ul li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.publication-right-button-box ul li {
	width: 100%;
}

#maindiv article .publication-right-button-box ul li:before {
    display: none;
}

.publication-right-button-box ul li a {
	display: block;
    font-size: 14px;
    line-height: 18px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
    padding: 16px 30px 16px 50px;
    color: #1e3768;
    background: #eeedeb;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: uppercase;
	border-bottom: 1px solid #959595;
	margin-right: 25px;
}

.publication-right-button-box ul li.print a {
	background: #eeedeb url(../images/print_icon.svg) no-repeat 20px 50%;
	background-size: 22px;
}

.publication-right-button-box ul li.download a {
    background: #eeedeb url(../images/download_icon.svg) no-repeat 20px 50%;
	background-size: 18px;
}

.publication-right-button-box ul li.join-mtf a {
	padding-left: 55px;
    background: #eeedeb url(../images/join_icon.svg) no-repeat 20px 50%;
	background-size: 28px;
	border-bottom-color: transparent;
}

.publication-right-button-box ul li a:hover {
	color: #fff;
	margin-right: 0px;
	border-bottom-color: transparent;
	padding-right: 50px;
}

.publication-right-button-box ul li.print a:hover {
	background: #1b3668 url(../images/print_icon.svg) no-repeat 20px 50%;
	background-size: 22px;
}

.publication-right-button-box ul li.download a:hover {
    background: #1b3668 url(../images/download_icon.svg) no-repeat 20px 50%;
	background-size: 18px;
}

.publication-right-button-box ul li.join-mtf a:hover {
    background: #1b3668 url(../images/join_icon.svg) no-repeat 20px 50%;
	background-size: 28px;
}


/***
  ** Contac us page
  **/

.path-webform #content {
    width: auto;
    margin: auto;
    overflow: hidden;
}

.form-item.form-type-email,
.form-item.form-type-url,
.form-item.form-type-textfield,
.form-item.form-type-select {
    width: 47.5%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 45px;
}

.form-item:nth-child(2n+1) {
    margin-right: 20px;
}

.webform-submission-contact-add-form  .form-type-processed-text .markup-text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
	font-family: 'Noto Serif', serif;
}

legend span,
legend,
.form-item label {
    border: 0px;
	font-size: 15px;
	line-height: 19px;
    font-weight: 700;
	color: #757575;
    font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
}

.form-required:after {
	margin-left: 5px;
}

.radio label.control-label.option,
.checkbox label.control-label.option{
    color: #1a1a1a;
    font-family: 'Noto Serif', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.radios--wrapper legend {
    margin-bottom: 1px;
}

input[type="radio"] {
  display: none;
}

.form-required:after {
   background-image: url(../images/Required.svg);
}

.form-control {
    border: 0px;
    color: #1a1a1a;
    box-shadow: none;
    border-bottom: 1px solid #959595;
    border-radius: 0px;
    padding: 0px;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Noto Serif', sans-serif;
    font-weight: 700;
}

.ui-widget .form-control {
    color: #1a1a1a;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Noto Serif', sans-serif;
}

.form-control::placeholder {
    color: #757575;
}

.form-control:focus {
    border-color: #959595;
    box-shadow: none;
}

.select-wrapper .form-control {
    border-bottom: 0px;
    height: 28px;
    padding: 0px 10px;
    padding-right: 35px;
}

#views-exposed-form-mtf-search-page-1 .select-wrapper .form-control {
    padding: 0px 35px 0px 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

.select-wrapper {
    border: 1px solid #959595;
    border-radius: 5px;
    padding: 1px;
    height: 32px;
}

.has-glyphicons .select-wrapper:after {
    background: url(../images/Chevron_Down.svg) no-repeat right;
    background-size: 15px;
    background-position: 1px 0px;
    font-size: 0px;
    padding: 0px 9px 0px;
    height: 30px;
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 10px;
}

.form-type-textarea {
    margin-top: 40px;
}

textarea.form-control {
    resize: none;
    height: 195px;
    border: 1px solid;
    padding: 20px;
    border-radius: 5px;
}

.form-type-textarea label.control-label {
    margin-bottom: 12px;
}

.captcha {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
	border: none;
}

.captcha .panel-heading,
#captcha--description {
	display: none;
}


.g-recaptcha textarea {
    border: 1px solid #d9d9d9 !important;
    box-shadow: none;
}

.webform-actions {
    margin-top: 15px;
    text-align: right;
}

.block-rrssb {
    background: #eeedeb;
    padding: 20px 15px;
	margin-top: 90px;
}

.block-rrssb h2.block-title {
    display: inline-block;
    color: #1a1a1a;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

.rrssb {
    display: inline-block;
    padding: 0px !important;
    float: right;
}

.rrssb-buttons li a {
    font-size: 0px;
    background: none !important;
}

.rrssb-icon {
    background-size: 30px !important;
    padding: 24px;
    top: -5px !important;
}

.rrssb-facebook .rrssb-icon {
     background: url(../images/Facebook_Static.svg) no-repeat center;
	 left: -165px;
}

.rrssb-facebook .rrssb-icon:hover {
     background: url(../images/Facebook_Hover.svg) no-repeat center;
}

.rrssb-twitter .rrssb-icon {
     background: url(../images/Twitter_Static.svg) no-repeat center;
	 left: -124px;
}

.rrssb-twitter .rrssb-icon:hover {
     background: url(../images/Twitter_Hover.svg) no-repeat center;
}

.rrssb-linkedin .rrssb-icon {
     background: url(../images/LinkedIn_Static.svg) no-repeat center;
    left: -83px;
}

.rrssb-linkedin .rrssb-icon:hover {
     background: url(../images/LinkedIn_Hover.svg) no-repeat center;
}

.rrssb-email .rrssb-icon {
    background: url(../images/Envelope_Static.svg) no-repeat center;
    left: -42px;
}

.rrssb-email .rrssb-icon:hover {
     background: url(../images/Envelope_Hover.svg) no-repeat center;
}

.form-radio,
.form-checkbox{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}

.radio,
.checkbox {
	width:auto;
    display: inline-block;
    margin-right: 53px !important;
}

.radios--wrapper{
  padding-bottom: 35px;
}

.radio label{
    background: url(../images/radio-icon.svg) no-repeat left;
    background-size: 40%;
    padding: 7% 0px;
    padding-left: 35px;
}

.radio label.checked_button_active{
    background: url(../images/radio-active-icon.svg) no-repeat left;
}

.checkboxes--wrapper {
    margin-top: 30px;
}

.checkboxes--wrapper legend {
    margin-bottom: 1px;
}

.checkbox label{
    background: url(../images/checkbox-icon.png) no-repeat left;
    background-size: 26px;
    padding: 5% 0px;
    padding-left: 35px;
}

.checkbox label.checked_button_active{
    background: url(../images/checkbox-active-icon.png) no-repeat left;
}

/****
   **  Modal
   **/

.ui-widget.ui-widget-content {
    width: 95% !important;
	max-width: 1020px;
	border: none;
    left: 0px !important;
    right: 0px !important;
    margin: auto;
	opacity: 1;
	z-index: 9999 !important;
}

.ui-dialog .ui-dialog-title {
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 10px;
}

body.remove-popup-contact-title .ui-dialog .ui-dialog-title {
	display: none;
}

.ui-dialog .webform-submission-contact-form .form-type-processed-text h1 {
	margin-top: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
	margin: 20px 20px 0px 0px;
	z-index: 99999;
}

body.remove-popup-contact-title .ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close {
    right: 35px;
    top: 60px;
    margin: 15px 0px 0px;
    z-index: 999;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 18px;
    color: #2b79bb;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.5s ease;
    font-family: 'Noto Sans', sans-serif;
    box-shadow: 0px 0px 8px #dcdcdc;
    text-transform: uppercase;
    font-weight: 700;
    width: 80px;
    height: 40px;
    border: 0px;
}

body.remove-popup-contact-title .ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close:hover {
 text-decoration: underline;
 color: #0d5a9c !important;
 background: #ffffff !important;
}

#drupal-modal {
    padding: 30px 54px;
}

.ui-dialog .ui-dialog-titlebar,
button.ui-dialog-titlebar-close {
    background: none;
    border: none;
}

button.ui-dialog-titlebar-close span.ui-icon-closethick,
button.ui-dialog-titlebar-close span.ui-icon-closethick:hover {
    background: none !important;
}

button.ui-dialog-titlebar-close:active,
button.ui-dialog-titlebar-close:hover,
button.ui-dialog-titlebar-close {
   background: url(../images/button-close-dark.svg) no-repeat center !important;
   border: none;
}

/***
  ** Pagination
  **/

li.pager__item.is-active.active a {
    border-radius: 5px !important;
    background: #2b79bb;
    border: 0px;
    padding: 2px 7px;
    text-align: center;
    font-size: 14px;
}

li.pager__item.is-active.active a:hover {
  background: #0d5a9c;
}

li.pager__item a {
	border: 0px;
    padding: 2px 7px;
    text-align: center;
    font-size: 14px;
	font-weight: 700;
    border-radius: 5px !important;
    margin-right: 13px !important;
    font-family: 'Noto Sans', sans-serif;
}

li.pager__item a:last-child {
    margin-right: 0px;
}

li.pager__item a:hover {
  background: #fff;
  color: #0d5a9c;
}

body.path-frontpage .addtoany_list {
	display: none;
}

li.pager__item.pager__item--last,
li.pager__item.pager__item--first {
    display: none;
}

/***
   ** Footer
   **/

#footer-top-area .footer_top_area.container {
    max-width: 1150px;
}

#footer-top-area .footer-middle {
    padding-left: 40px;
}

#footer-bottom-area .footer-bottom-left {
    padding-left: 0px;
}

#footer-bottom-area .footer-bottom-right {
    padding-right: 0px;
    padding-top: 22px;
	padding-left: 0px;
    text-align: right;
	font-size: 13px;
	font-family: 'Noto Serif', serif;
}

#footer-bottom-area .footer-bottom-left .logo img{
	max-width: 214px;
	height: auto;
}

#footer-top-area a {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 4px 0px;
    display: inline-block;
    color: #2b79bb;
    border-bottom: 1px solid #2b79bb;
	font-size: 16px;
    line-height: 20px;
	font-family: 'Noto Serif', serif;
	font-weight: 400;

	font-weight: bold;
}

#footer-top-area a:hover {
    color: #0d5a9c;
    border-bottom: 1px solid #0d5a9c;
}

#footer-top-area .field--name-body h5,
#footer-top-area h2.block-title,
#footer-top-area nav h5 {
    color: #757575;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 3px;
	margin-top: 20px;
    line-height: 36px;
	font-family: 'Noto Sans', sans-serif;
}

#footer-top-area p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}

#footer-top-area a.facebook,
#footer-top-area a.twitter,
#footer-top-area a.linkdln {
	width: 26px;
	height: 26px;
    font-size: 0px;
    padding: 2px 14px;
	margin-right: 5px;
	border-bottom: 0px;
}

#footer-top-area a.facebook {
	background: url(../images/Facebook_Static.svg) no-repeat center;
}

#footer-top-area a.facebook:hover {
	background: url(../images/Facebook_Hover.svg) no-repeat center;
}

#footer-top-area a.linkdln {
	background: url(../images/LinkedIn_Static.svg) no-repeat center;
}

#footer-top-area a.linkdln:hover {
	background: url(../images/LinkedIn_Hover.svg) no-repeat center;
}

#footer-top-area a.twitter {
	background: url(../images/twitter_default.svg) no-repeat center;
}

#footer-top-area a.twitter:hover {
	background: url(../images/twitter_active.svg) no-repeat center;
}

#block-footerbottomright p {
    font-size: 13px;
	line-height: 21px;
	font-weight:400;
	color: #1a1a1a;
	font-family: 'Noto Serif', serif;
}

#footer-bottom-area .navbar-btn {
    margin: 0px;
}

/*** search
  **
  **/
.node-search-content #sidebar-first-area,
#midcontent form#views-exposed-form-mtf-search-page-1 .form-actions {
    display: none;
}

.node-search-content.sidebar-first .white-left-overlay .left-bg,
.node-search-content.sidebar-first #maindiv {
    background: none;
}
.region-header-top #views-exposed-form-mtf-search-page-1 .form-type-textfield {
    margin-bottom: -30px;
}

#maindiv #views-exposed-form-mtf-search-page-1 .form-type-textfield {
    width: 100%;
}
#maindiv #views-exposed-form-mtf-search-page-1 .form-type-textfield input {
    float: left;
    width: 100%;
    display: block;
    background: #eeedeb;
    width: 100%;
    display: block;
    padding: 13px 15px;
    border-bottom: 1px solid #959492;
    height: 50px;
    margin-top: 12px;
    font-weight:700;
}
#maindiv #views-exposed-form-mtf-search-page-1  input:-internal-autofill-selected,
#maindiv #views-exposed-form-mtf-search-page-1  input:-webkit-internal-autofill-selected {
    background: #eeedeb !important;
}
#maindiv #views-exposed-form-mtf-search-page-1 .form-type-textfield label {
    margin-bottom: 10px;
}
.search_text {
    display: none;
}

.node-search-content #midcontent {
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0;
	position: relative;
    float: none;
}

#midcontent .region-content {
	position: relative;
}

.view-mtf-search .views-row {
    position: relative;
}

.view-mtf-search .views-field.views-field-type {
    position: absolute;
    top: 32px;
    left: 0px;
    color: #757575;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    min-width: 160px;
    display: table-cell;
    vertical-align: top;
}

form#views-exposed-form-mtf-search-page-1 {
    display: inline-block;
}

.search_text p {
    background: #eeedeb;
    width: 100%;
    display: block;
    padding: 13px 15px;
    border-bottom: 1px solid #959492;
    height: 50px;
	margin-top: 12px;
	font-weight:700;
}

.node-search-content .news-publication-global-class .view-content .views-row:first-child .whole-resources-box {
    margin-top: 25px;
}

.node-search-content .news-publication-global-class .view-header {
    padding-top: 0px;
}

.node-search-content #midcontent .block-views-exposed-filter-blockmtf-search-page-1 {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    position: relative;
	z-index: 99;
}
.node-search-content form#views-exposed-form-mtf-search-page-1 {
    display: block;
}

.node-search-content #midcontent .block-views-exposed-filter-blockmtf-search-page-1 .js-form-item.form-type-select {
    margin-bottom: -22px;
}

.node-search-content #midcontent .view-empty h3 {
    padding: 50px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

/***
  ** Related Content for Left area
  **/

#sidebar-first-area nav {
    overflow: hidden;
    width: 86%;
	margin-bottom: 20px;
}

#sidebar-first-area .views-element-container {
    border: 1px solid #959595;
    padding: 15px 10px 0px 10px;
    width: 86%;
	border-radius: 4px;
}

#sidebar-first-area .views-element-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
	margin-top: 0px;
}

.related-content-for-left-sidebar .views-row {
    border-bottom: 1px solid #959595;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

.related-content-for-left-sidebar .views-field-field-image img {
    box-shadow: 0px 0px 5px #bab9b7;
}

.related-content-for-left-sidebar .views-field-field-professional-title,
.related-content-for-left-sidebar .views-field-created,
.related-content-for-left-sidebar .views-field-field-event-date,
.related-content-for-left-sidebar .views-field-views-conditional-field,
.related-content-for-left-sidebar .views-field-field-date,
.related-content-for-left-sidebar .views-field-views-conditional-field-1 {
    padding-top: 10px;
    color: #757575;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.related-content-for-left-sidebar .views-field-title a {
	font-size: 18px;
	line-height: 22px;
    font-weight: 700;
	color: #1a1a1a;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.related-content-for-left-sidebar .views-field-field-author span.views-label-field-author {
    display: inline-block;
    font-weight: 700;
}

.related-content-for-left-sidebar .views-field-field-author .field-content {
    display: inline-block;
    padding-left: 5px;
    padding-top: 10px;
}

.related-content-for-left-sidebar .view-footer {
    text-align: center;
	display: none;
}

.related-content-for-left-sidebar.hide-footer-buttons-for-leftsidebar .view-footer {
	display: block;
}

.related-content-for-left-sidebar .view-footer a {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 22px;
    color: #ffffff;
    border-radius: 4px;
    background: #2b79bb;
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.5s ease;
}

.related-content-for-left-sidebar .view-footer a:hover {
	background: #0d5a9c;
        text-decoration: underline;
}

.webform-submission-contact-add-form .form-actions .btn-primary {
    color: #fff;
    background-color: #2b79bb;
    border-color: #2b79bb;
    padding: 8px 17px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}

.captcha .panel-body {
    padding: 0px;
}

body.path-frontpage #sidebar-first-area {
    display: none;
}

span.date-global-dots {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    font-size: 26px;
    position: relative;
    top: -3px;
}

#block-connectwithmtf .ajax-progress1 {
    width: 45px;
    height: 45px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 11;
    margin: auto;
    display: none;
	background:url(../images/ajax_loader.gif) no-repeat 50% 50%;
	background-size: 100%;
}

body.ajax-progress-on #block-connectwithmtf .ajax-progress1 {
    display: block !important;
}

.view-policy-area-parent-term {
    margin-bottom: 20px;
}

.publication-social-share-box .block-addtoany a {
    border-bottom: 0px !important;
}

.block-addtoany .addtoany_list a {
    width: 30px;
    height: 30px;
    font-size: 0px;
    margin-right: 7px;
    border-bottom: 0px;
}

.block-addtoany .addtoany_list .a2a_button_facebook {
     background: url(../images/Facebook_Static.svg) no-repeat center;
}

.block-addtoany .addtoany_list .a2a_button_facebook:hover {
	background: url(../images/Facebook_Hover.svg) no-repeat center;
}

.block-addtoany .addtoany_list .a2a_button_linkedin {
	background: url(../images/LinkedIn_Static.svg) no-repeat center;
}

.block-addtoany .addtoany_list .a2a_button_linkedin:hover {
	background: url(../images/LinkedIn_Hover.svg) no-repeat center;
}

.block-addtoany .addtoany_list .a2a_button_twitter {
	background: url(../images/twitter_default.svg) no-repeat center;
}

.block-addtoany .addtoany_list .a2a_button_twitter:hover {
	background: url(../images/twitter_active.svg) no-repeat center;
}

a.share-email {
    font-size: 0px;
    background: url(../images/envelope_default.svg) no-repeat center;
    padding: 4px 15px;
    float: right;
    margin-right: -140px;
	border: 0px !important;
}

a.share-email:hover {
	background: url(../images/Envelope_Hover.svg) no-repeat center;
}

.publication-detail-pages .resources-policy-area-box {
    margin-bottom: 13px;
}

.publication-detail-pages.events-detail-pages .view-policy-area-parent-term {
    margin-bottom: 5px;
}

.publication-detail-pages.events-detail-pages .standard-banner .title-box .title-text {
    margin-bottom: 5px;
}

.publication-detail-pages.events-detail-pages .standard-banner .title-box .title-text h1 {
    margin: 0px;
}

body.page-node-type-events .publication-detail-pages .publication-date {
    color: #1a1a1a;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
	text-transform: capitalize;
    font-family: 'Noto Serif', serif;
}

body.page-node-type-events .publication-contact-wrapper .publication-contact-address span {
    max-width: 400px;
}

body.page-node-type-events .publication-contact-wrapper .publication-contact-address span,
body.page-node-type-events .publication-contact-wrapper .publication-contact-address span p{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1a;
	font-weight:700;
    text-transform: capitalize;
    font-family: 'Noto Serif', serif;
}

body.page-node-type-events .publication-contact-wrapper {
    margin-top: 10px;
}

body.page-node-type-events .publication-contact-name span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Noto Serif', serif;
}

body.page-node-type-events .publication-contact-url a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Serif', serif;
    text-decoration: underline;
}

body.page-node-type-events span.date-global-dots {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    top: -6px;
}

.publication-author-and-source-box h2 {
    margin: 0px;
    margin-bottom: 5px;
    font-style: italic;
}

span.author-and-source-seperator {
    margin-left: -6px;
}
#webform-submission-contact-add-form p.error {
    position: absolute;
    color: #df0101;
    font-size: 12px;
}
.view-file-attachment .file--application-pdf .text-primary {
    color: #fff;
}
.view-file-attachment .file--application-pdf.file > span {
    background: #337ab7;
    color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}
.view-file-attachment .file--application-pdf .file-link {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
.view-file-attachment .file--application-pdf span.file-size {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    line-height: 29px;
}
.view-file-attachment .file--application-pdf .file-link a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}
/** changes 12-03-2020 **/
#block-missiontext a:hover, .view-latest-news-homepage .view-footer a:hover , .mtf-now-content-box a:hover , .view-event-listing .view-footer a:hover{background-color: #0d5a9c;text-decoration: underline;}
.see-all-tweet-wrapper a.see_all_tweets:hover {background: #0d5a9c url(../images/all-twitter.png) no-repeat 90% 50%; background-size: 8%}
.tweet-wrapper .tweet-text p a:hover {text-decoration: underline;}
.view-latest-news-homepage .view-footer a , .view-event-listing .view-footer a{border: 0;}
.resources-date-box.tablet, .resources-policy-area-box.tablet {
    display: none;
}
.path-policy-areas .view-testing-taxonomy h2 {
    color: #1a1a1a !important;
    float: left;
    width: 50%;
}
.path-policy-areas .view-testing-taxonomy .view-content {
    clear: both;
}
.path-policy-areas .view-testing-taxonomy .results-summary-text {
    float: left;
    width: 50%;
    text-align: right;
    font-weight: bold;
    padding-top: 20px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    color: #1a1a1a;
    padding-bottom: 40px;
}
#block-views-block-taxonomy-title-block-1 h2 {
    position: absolute;
}
.path-policy-areas ol.breadcrumb {
    display: none;
}
.path-policy-areas .view-testing-taxonomy .view-content .views-row .views-field-title {
    width: 100%;
}

.path-policy-areas .view-testing-taxonomy .view-content .views-row:first-child .whole-resources-box {
    border-top: 1px solid #959595;
}
.view-policy-area-parent-term .views-row .views-field-views-conditional-field-2 .field-content span {
    display: block;
}

@media (min-width:320px) and (max-width:767px){
.block-superfish ul.sf-menu li > a {letter-spacing: 0;}
#block-footerbottomright p {font-size: 13px;}
.view-event-listing .views-row .events-content-box {padding: 22px 18px;}
#block-views-block-taxonomy-title-block-1 h2 {
    position: static;
}
}
.tweet-text a {
  font-weight: 700;
}
.tweet-text a:hover {
  color: #0d5a9c !important;
}
.bef-link-active.hidden {
    display: block !important;
}
/*#views-exposed-form-news-listing-page-1 .form-item-field-tags-target-id .bef-links div.form-group:first-child{
    display: none !important;
} */
#views-exposed-form-news-listing-page-1 input[value="All"] + .form-select,
#views-exposed-form-publications-page-1 input[value="All"] + .form-select,
#views-exposed-form-events-listing-page-1 input[value="All"] + .form-select,
#views-exposed-form-resource-listing-page-1 input[value="All"] + .form-select {
    display: none;
}

#views-exposed-form-news-listing-page-1 .form-item.form-item-field-tags-target-id {
    display: block !important;
    position: relative;
    top: 0px;
    left: -25px;
    margin-bottom: -25px;
}

#views-exposed-form-news-listing-page-1 .form-item-field-tags-target-id {
    margin: 15px 0;
    display: block;
    float: none;
}
.no-sidebars #views-exposed-form-news-listing-page-1 .bef-link-active.form-group {
    margin: 25px 25px 0px 25px;
}
.form-select option[selected=selected] {
    background: #2b79bb;
    color: #fff;
}

.bef-links.bef-nested ul {
  padding: 0;
  margin: 0;
}

.bef-links.bef-nested li {
display: inline-block !important;
margin: 25px 25px 0px 0px;
position: relative;
padding: 0 10px 0 0px;
  list-style: none;
}

.bef-link--selected.btn-primary {
    font-size: 14px;
    cursor: pointer;
    padding: 11px 40px 11px 20px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.cancle-tags-filter {
	width: 30px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	position: absolute;
	top: 4px;
	right: 15px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
div.publication-tags-box {
        margin-top: 20px;
}
