/**
 * Place your custom styles here.
 */


@font-face {
    font-family: 'boxedregular';
    src: url('fonts/Boxed-Regular-webfont.eot');
    src: url('fonts/Boxed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Boxed-Regular-webfont.ttf') format('truetype'),
         url('fonts/Boxed-Regular-webfont.svg#boxedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'din';
  src: url('fonts/DINWeb.eot');
  src: local('☺'), url('fonts/DINWeb.woff') format('woff'), url('fonts/DINWeb.ttf') format('truetype'), url('fonts/Bariol_Regular.svg') format('svg');
  src: local('‚ò∫'), url('fonts/DINWeb.woff') format('woff'), url('fonts/Bariol_Regular.ttf') format('truetype'), url('fonts/Bariol_Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'proxima_bold';
    src: url('fonts/ProximaNova-Bold-webfont.eot');
    src: url('fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Bold-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_light';
    src: url('fonts/ProximaNova-Light-webfont.eot');
    src: url('fonts/ProximaNova-Light-webfont?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Light-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_regular';
    src: url('fonts/ProximaNova-Reg-webfont.eot');
    src: url('fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Reg-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {width: 100%;}

body {
  font-family: 'proxima_regular';
  font-size: 16px;
  line-height: 24px;
  color: #333349;
  padding-top: 0;
  background: #ffffff;
  width: auto;
  overflow-x: hidden;
}

h2 {
    font-family: 'proxima_bold';
    font-weight: normal;
    line-height: 26px;
    font-size: 24px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #ccc;
}

a:link, a:visited {
    text-decoration: none;
    color: #333349;
}

.mainwrapper .field-name-body a, .mainwrapper .field-name-field-pub-description a {
color: #333349;
text-decoration: underline;
}

.vocabulary-vocabulary-7 .field-name-field-body p a {
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-family: din, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 24px;
color: #333349;
text-rendering: optimizelegibility;
-webkit-font-smoothing: subpixel-antialiased;
}

h3 {
  line-height: 30px; font-size:20px;
}

/* Header */

#navbar {
position: relative;
padding: 10px 0 10px 0;
background-color: #333349;
color: white;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 100% 20%;
border-bottom-right-radius: 100% 20%;
margin-bottom: 10px;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner, .navbar .navbar-inner {
  background: none transparent;
  box-shadow: 0 0 0;
  border: 0;
}

#navbar img {
display: block;
margin-left: 10px;
max-width: 225px;
}

#toggle {
  width: 100%;
  height: 12px;
  background: url("../bootstrap/img/toggle-accordion.png") no-repeat center center;
  cursor: pointer;
}

/* Utility Menu */

.container {
  position: relative;
}

#block-menu-secondary-menu {
  /*float: right;
  top: -180px;
  font-size: 11px;
  line-height: 14px;*/
  float: right;
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    right: 20px;
    top: -200px;
}

#block-menu-secondary-menu li a {
  color: #fff;
}

#block-menu-secondary-menu li a:hover, #block-menu-secondary-menu li:hover a {
  background: none transparent;
  opacity: 1;
  text-decoration: underline;
}

/* Main Menu */

#header .global-nav, #block-menu-block-4 {
  background: #28283B;
  background: -moz-linear-gradient(top, rgba(40, 40, 59, 1) 0%, rgba(51, 51, 73, 0) 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40, 40, 59, 1)), color-stop(50%,rgba(51, 51, 73, 0)));
  background: -webkit-linear-gradient(top, rgba(40, 40, 59, 1) 0%,rgba(51, 51, 73, 0) 50%);
  background: -o-linear-gradient(top, rgba(40, 40, 59, 1) 0%,rgba(51, 51, 73, 0) 50%);
  background: -ms-linear-gradient(top, rgba(40, 40, 59, 1) 0%,rgba(51, 51, 73, 0) 50%);
  background: linear-gradient(to bottom, rgba(40, 40, 59, 1) 0%,rgba(51, 51, 73, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28283b', endColorstr='#333349',GradientType=0 );
}


#header #main-menu, #block-menu-block-4 {
  list-style-type: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
}

#header #main-menu li, #block-menu-block-4 li {
  display: inline;
  float: none;
  position: relative;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #e5e5e5;
-webkit-box-shadow: inset 0 35px 20px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 35px 20px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 35px 20px rgba(0, 0, 0, 0.125);
}

#block-menu-block-4 .menu.nav {
width: 100%;
}

#header #main-menu li a, #block-menu-block-4 li a {
  display: inline-block;
  padding: 15px 40px 10px;
  opacity: 1;
  color: #FFF;
  font-family: din, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}

#header #main-menu li a:hover, #block-menu-block-4 li:hover a{
  color: white;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 1);
  background: none transparent;
}

#block-menu-block-4 li:hover ul li a {
  text-shadow: 0 0 0;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background: none transparent;
}

/* Global Search */

.navbar-search .search-query {
width: 50%;
background: #FAF8F6;
color: #333349;
border: none;
-webkit-border-radius: 10px;
border-radius: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
margin-right: -70px;
font-style: italic;
}

#block-menu-secondary-menu li.leaf {
float: left;
width: 50%;
}

/* Sidebar */

aside .block-menu-block {
  border: 1px solid #333349;
  border-radius: 8px 0 0 8px;
  margin: 0;
}

aside .block-cck-blocks p {
font-size: 14px;
}

aside .block-cck-blocks .field-name-field-introduction {
background: #d3ddde;
padding: 20px;
}

aside ul.menu, aside ul.menu li {
  list-style: none;
  list-style-type: none;
}

aside .block-menu-block ul.menu li.last a {
margin-bottom: -20px;
}

aside ul.menu li a, .block-menu-block h2 a {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

aside ul.menu li.last a {
  border: 0;
}

aside ul.menu li.expanded.active-trail a {
background: #333349;
color: white;
}

aside ul.menu li.expanded.active-trail ul li {
  padding-left: 20px;
}

aside ul.menu li.expanded.active-trail ul li a {
background: white;
color: #08C;
padding: 10px 0;
border-bottom: 1px solid #CCC;
width: 100%;
padding-left: 0%;
background: #e8e8e8;
}

aside .block {
margin-bottom: 40px;
}

.block-menu-block h2.block-title {
background: #333349;
padding: 10px 0;
margin: 0;
border-radius: 4px 0 0 0;
font-size: 14px;
}

.block-menu-block h2.block-title a {
color: white;
}



.region-sidebar-second .contentblock h2.block-title{
  font-size: 16px;
background: white;
margin: -10px -10px 0;
padding: 10px;
}

/* Billboard */

#featured {
  margin-top: 0px;
  background: none transparent;
  margin-bottom: 40px;

border-top-right-radius: 100% 20%;
border-top-left-radius: 100% 20%;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

.front #featured {
  height: 300px;
}

#featured .carousel-inner {
/*top: -85px;*/
}

#featured .carousel-caption {
position: absolute;
right: 0;
bottom: 50px;
left: auto;
padding: 0;
background: #D3DDDE;
-webkit-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
}

#featured.inner .carousel-caption {
position: absolute;
right: 0;
top: 0px;
height: 100%;
left: auto;
padding: 0;
background: #D3DDDE;
-webkit-border-radius: 0;
border-radius: 0;
}

#featured .carousel-caption h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  padding: 30px 40px 10px 20px;

}

#featured .carousel-caption h1 a {
color: #333349;
font-weight: 300;
}

#featured .carousel-caption h1 a:hover {
text-decoration: underline;
}

#featured .carousel-caption p {
color: #333349;
padding: 0 40px 20px 20px;
font-size: 14px;
}

.not-front #featured {
margin-bottom: -20px;
}

/* Billboard Carousel Controls */

.carousel-control {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 80px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: white;
text-align: center;
background: rgba(51, 51, 73, 1);
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
opacity: 1;
filter: alpha(opacity=50);
}

.carousel-control.left {
background-image: url(../bootstrap/img/button-icon-billboard-prev.png);
background-position: center center;
background-repeat: no-repeat;
}

.carousel-control.right {
background-image: url(../bootstrap/img/button-icon-billboard-next.png);
background-position: center center;
background-repeat: no-repeat;
right: 0;
left: auto;
}

/* Inline Links */

.inline-links .btn-cta-small {
color: #333349;
}
.btn-cta-small {
font-family: din, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
padding-right: 20px;
margin-right: 10px;
color: #333349;
background: transparent url(../bootstrap/img/button-icon-arrow-small.png) right center no-repeat;
}


/* Content Pages */

.front .row.mainwrapper {
margin-top: 60px;
}

.row.mainwrapper {
margin-top: 40px;
margin-bottom: 10px;}

.not-front .row.mainwrapper {
margin-top: 40px;
margin-bottom: 10px;}

.not-front .row.mainwrapper {
  margin-top: 0;
}

.row.mainwrapper .block {
margin-bottom: 40px; position: relative; clear: both;
}

.front .row.mainwrapper .block {
clear: none;
}

.front .row.mainwrapper #block-views-publications-block.block {
  clear: both;
}

.page-header {
padding-bottom: 0px;
margin: 20px 0 30px;
border-left: 8px #D3DDDE solid;
border-bottom: 0;
line-height: 40px;
padding-left: 20px;
font-weight: 300;
}

.not-front.page-node .page-header {
  margin: 40px 0;
}

/* Flexible Promo Areas */

.home-promo {
padding: 20px;
background: #333349;
-webkit-border-radius: 10px 0px 0px 10px;
border-radius: 10px 0px 0px 10px;
color: white;
}

.home-promo.flex a {
color: white;
}

.home-promo p {
font-size: 12px;
}

aside .btn-cta-small {
color: white;
}

.btn-cta-small {
font-family: din, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
padding-right: 20px;
margin-right: 10px;
color: #333349;
background: transparent url(../bootstrap/img/button-icon-arrow-small.png) right center no-repeat;
}

.btn-cta-big, .field-name-field-register a:link, .field-name-field-event-rsvp-link a:link {
background: #D49359 url(../bootstrap/img/button-icon-arrow-small-white.png) 90% center no-repeat;
color: white !important;
padding: 10px 40px 10px 15px;
-webkit-border-radius: 20px;
border-radius: 20px;
font-family: din, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.view-courses.listing.courselist .view-footer {clear: both;}

.listing.courselist .view-footer a.btn-cta-big {
clear: both;
margin: 10px 0;
}

.listing.courselist .view-content {
clear: both;
float: left;
margin-bottom: 40px;
}

.field-name-field-register a, .field-name-field-event-rsvp-link a {
margin-top: 20px;
float: left;
margin-bottom: 20px;
}

a.btn-cta-big:hover {
  color: white;
  background: #BD6D26 url(../bootstrap/img/button-icon-arrow-small-white.png) 90% center no-repeat;
}



/* Grid Views Fix */

.views-view-grid tr td {
border: 0;
padding-bottom: 60px;
padding-left: 0;
width: 50%;
}

/* Taxonomy term page listing fix */

.page-taxonomy-term .pagination {
display: none;
}

.page-taxonomy-term .block .view .pagination {
display: block;
text-align: center;
margin-top: 20px;
float: left;
width: 100%;}

.page-taxonomy-term article.node {
display: none;
}

/* Footer Menu */

.footerwrapper {
  background: #333349;
}

.footer {
  margin-top: 0;
  border: 0;
}

.footer .block-menu-block ul {
margin: 0;
}

.front .footer .block-menu-block ul {
margin: 0 auto;
display: block;
list-style-type: none;
text-align: center;
letter-spacing: 0;
}

.footer ul li ul a {
  font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer .block-menu-block ul li {
float: left;
margin-right: 1%;
font-size: 16px;
padding-bottom: 20px;
font-weight: bold;
padding: 0;
width: 12.5%;
margin-left:0;
}

.front .footer .block-menu-block ul li.leaf {
padding: 0 12px;
display: inline;
float: none;
position: relative;
}

.footer .block-menu-block ul li.last {
padding: 0;
}

.footer .block-menu-block ul li ul {
  margin-top: 10px;
  list-style-type: none;
}

.footer .block-menu-block ul li ul li {
float: none;
width: auto;
font-size: 13px;
padding-bottom: 0;
font-weight: normal;
}

.footer .block-menu-block ul li a {
color: white;
font-size:14px;
text-decoration: none;
background: none transparent;
}

.front .footer .block-menu-block ul li a {
color: white;
font-size: 14px;
text-decoration: none;
background: none transparent;
display: inline-block;
float: none;
}

.footer .block-menu-block ul li ul a {
color: white;
opacity: 0.6;
text-decoration: none;
background: none transparent;
font-size: 12px;
}

.footer .block-menu-block ul li a:hover {
color: white;
opacity: 1;
text-decoration: underline;
background: none transparent;
}

/* Simple Listing Pages */

.listing .views-row, .search-results .search-result {
padding: 20px 0 0;
font-size: 13px;
float: left;
/*width: 100%;
*/}

.view-experts.listing .views-row {
margin-left: 0;
width: 170px;
margin-right: 20px;
}

.listing .views-row .views-label, .search-results .search-result .views-label {
font-family: 'proxima_bold', sans-serif;
}

aside .block {
  clear: both;
}

aside .listing .views-row {float: none;}

.listing .views-row .views-field-title a, .search-results h3.title a {
  font-size: 14px;
  font-weight: bold;
  color: #cc8b49;
}
.listing .views-row .views-field-title a:hover, .search-results h3.title a:hover {
  color: #BD6D26;
}

.listing .views-field-created, .search-results .search-info {
  font-style: italic;
}

.listing .date-display-single {font-style: italic;}

/* Additional Search Results Page */

.page-search-node #search-form.search-form {
  margin-bottom: 60px;
}


/* Filters */

.controls select {
  background: #D3DDDE url("../bootstrap/img/bkg-dropdown.png") no-repeat right center;
  border: 0;
  border-radius: 0;
  color: #333449;
  font-size: 11px;
  width: 200px;
  -webkit-appearance: none;
  line-height: 100%;
height: 34px;
}

button.form-submit {
  background: #D3DDDE;
  border-radius: 24px;
  color: #333449;
  font-size: 12px;
  box-shadow: none;
  border: 0;
  padding: 5px 30px;
  margin-top: 2em !important;
  }


/* Sidebar Filters */

aside .block-views .views-exposed-form {
padding: 10px;
margin-top: 20px;
border: 1px solid #333349;
border-radius: 12px 0 0 12px;
}

/* Simple Sidebar Content Block */

.contentblock {
background: #D3DDDE;
padding: 10px;
font-size: 12px;
}

.contentblock {
  float: left;
  }

  /* Social Media Footer Menu */

div.social-media{
  padding-top:30px;
}

div.fb-like{
float:left;
top: -4px;
padding-right: 10px;
}

a.anchor{
 background: url("../bootstrap/img/arrowsmall-backtotop.png") right no-repeat;
 float: right;
 color: #333349;
 width: 80px;
 font-size: 11px;
 font-weight: bold;
}

.socialfooter ul.menu.nav {
  padding: 0;
  margin: 0;
  float: right;
	padding-right: 45px;
}

.socialfooter ul.menu.nav li {
  display: inline;
  float: left;
}

.socialfooter li a {
  text-indent: -1000em;
  height: 30px;
}

.socialfooter li a.fb {
background: url("../bootstrap/img/btn-icon-facebook.png") center left no-repeat;
padding-left: 40px;
}

.socialfooter li a.twitter {
background: url("../bootstrap/img/btn-icon-twitter.png") center left no-repeat;
padding-left: 40px;
}

.socialfooter li a.youtube {
background: url("../bootstrap/img/btn-icon-youtube.png") center left no-repeat;
padding-left: 40px;
}

.socialfooter li a.linked-in {
background: url("../bootstrap/img/btn-icon-linked-in.png") center left no-repeat;
padding-left: 40px;
width:0px;
}


/* Link styles */

.view-learn-more-about .view-footer a, .view-art .views-field-nothing a, .view-country-list .views-field-field-select-related-countries a {
  color: #333349;
background: url("../bootstrap/img/arrowsmall-orange.png") right no-repeat;
padding-right: 20px;
}

.view-country-list ul {list-style: none; margin: 0;}

.view-art .views-field-nothing a {
margin-top: 20px;
}

.views-label.views-label-field-author {
float: left;
margin-right: 5px;
}


/* Carousel Fancinesses */

#featured .carousel-inner {
position: relative;
width: 100%;
/*overflow: visible;*/
}

.views-slideshow-pager-fields {
position: absolute;
bottom: 0;
z-index: 9;
width: 100%;
text-align: center;
margin-left: 82px;
}

.views-slideshow-pager-fields .views_slideshow_pager_field_item {
padding: 10px 14px;
font-size: 14px;
background: #D3DDDE;
float: left;
width: 19%;
margin-right: 2px;
border-radius: 0;
height: 20px;
opacity: 0.7;
overflow: hidden;
}

.views-slideshow-pager-fields .views_slideshow_pager_field_item.active {
opacity: 1;
}

.views-slideshow-pager-fields .views_slideshow_pager_field_item:hover {
  transition: opacity 0.5s;
-moz-transition: opacity 0.5s; /* Firefox 4 */
-webkit-transition: opacity 0.5s; /* Safari and Chrome */
-o-transition: opacity 0.5s; /* Opera */

  opacity: 1;
}

.views-slideshow-pager-fields .views_slideshow_pager_field_item a {
color: #333349;
}


.views-slideshow-controls-text-previous {
  position: absolute;
top: auto;
bottom: 0px;
left: 0;
width: 80px;
height: 40px;
margin-top: -20px;
font-size: 0px;
line-height: 30px;
color: white;
text-align: center;
background: rgba(51, 51, 73, 1);
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
opacity: 1;
filter: alpha(opacity=50);
background-image: url(../bootstrap/img/button-icon-billboard-prev.png);
background-position: center center;
background-repeat: no-repeat;
z-index: 999999;
}

.views-slideshow-controls-text-previous:hover {
  background: #1A1A25 url(../bootstrap/img/button-icon-billboard-prev.png) no-repeat center center;
    transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari and Chrome */
-o-transition: all 0.5s; /* Opera */

}

.inner .views-slideshow-controls-text-previous {
  position: absolute;
top: auto;
bottom: 0px;
left: auto;
right: 390px;
width: 80px;
height: 40px;
margin-top: -20px;
font-size: 0px;
line-height: 30px;
color: white;
text-align: center;
background: none transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
opacity: 1;
filter: alpha(opacity=50);
background-image: url(../bootstrap/img/arrowsmall-purple-back.png);
background-position: center center;
background-repeat: no-repeat;
z-index: 999999;
}

.views-slideshow-controls-text-next {
  position: absolute;
top: auto;
bottom: 0px;
right: 0;
left: auto;
width: 80px;
height: 40px;
margin-top: -20px;
font-size: 0px;
line-height: 30px;
color: white;
text-align: center;
background: rgba(51, 51, 73, 1);
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
opacity: 1;
filter: alpha(opacity=50);
background-image: url(../bootstrap/img/button-icon-billboard-next.png);
background-position: center center;
background-repeat: no-repeat;
z-index: 999999;
}

.views-slideshow-controls-text-next:hover {
    background: #1A1A25 url(../bootstrap/img/button-icon-billboard-next.png) no-repeat center center;
    transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari and Chrome */
-o-transition: all 0.5s; /* Opera */
}

.inner .views-slideshow-controls-text-next {
  position: absolute;
top: auto;
bottom: 0px;
right: 0;
left: auto;
width: 80px;
height: 40px;
margin-top: -20px;
font-size: 0px;
line-height: 30px;
color: white;
text-align: center;
background: none transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
opacity: 1;
filter: alpha(opacity=50);
background-image: url(../bootstrap/img/arrowsmall-purple.png);
background-position: center center;
background-repeat: no-repeat;
z-index: 999999;
}

.views-slideshow-controls-text-pause, .views-slideshow-controls-text-resume {display: none;}

#featured .views_slideshow_main .carousel-caption {
position: absolute;
right: 0;
bottom: 50px;
left: auto;
padding: 0;
background: #D3DDDE;
-webkit-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
}

#featured.inner .views_slideshow_main .carousel-caption {
border-radius: 0;
left: -30px;
float: left;
height: 200px;
display: table-cell !important;
vertical-align: middle;
padding: 5% 0;
}

#featured.inner .views-slideshow-cycle-main-frame {
  width: 1170px !important;
}

#views_slideshow_cycle_teaser_section_lead_billboard-block_6 {}
.views-slideshow-cycle-main-frame-row {}

aside {
margin-top: 10px;
}

.front aside {
margin-top: -25px;
}


/* Author Block */

.authorblock .views-row {
background: #D3DDDE;
font-size: 12px;
padding-bottom: 20px;
}

.authorblock .views-field.views-field-field-featured-image {
text-align: right;
background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(70%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 70%); /* IE10+ */
background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.authorblock .views-row .views-field-title,
.authorblock .views-row .views-field-field-title,
.authorblock .views-row .views-field-field-short-description,
.authorblock .views-row .views-field-body,
.authorblock .views-row .views-field-taxonomy-vocabulary-5,
.authorblock .views-row .views-field-taxonomy-vocabulary-6,
.authorblock .views-row .views-field-field-twitter-link {
  padding: 10px 10px 0; margin: 0;
}

.authorblock .views-row .views-field-title a {
  color: #D49359;
  font-size: 14px;
  font-weight: bold;
}

.authorblock .views-row img, .view-Related-Experts .views-row img {
  filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.authorblock .views-row:hover img, .view-Related-Experts .views-row:hover img {
  filter: none; /* IE6-9 */
-webkit-filter: none; /* Chrome 19+ & Safari 6+ */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.authorblock .views-row .views-field-taxonomy-vocabulary-5 a,
.authorblock .views-row .views-field-taxonomy-vocabulary-6 a {
  color: #333349;
  text-decoration: underline;
}

.gpcpromo-large img {
  margin-right: 20px;
}

.not-front .gpcpromo-large img {
  margin-right: 20px;
  float: left;
}

.not-front .gpcpromo-large .btn-cta-big {
margin-top: 10px;
float: left;
}


/* Blog Pager */

.pager-for-content-type {
padding: 20px 0;
list-style: none;
margin: 0;
clear: both;
text-align: center;
position: relative;
}

.pager-for-content-type li {display: inline; padding: 20px 0;}

.pager-for-content-type li a {
  font-family: din, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333349;
  text-decoration: none;
  font-size: 14px;
}

.pager-for-content-type li.pager-next a{
  background: url("../bootstrap/img/pager-next.png") no-repeat right center;
  padding-right: 40px;
  padding-top: 10px;
padding-bottom: 10px;
}

.pager-for-content-type li.pager-previous a{
  background: url("../bootstrap/img/pager-prev.png") no-repeat left center;
  padding-left: 40px;
  margin-right: 10px;
  padding-top: 10px;
padding-bottom: 10px;
}

.pager-for-content-type-more-links {
margin-top: 40px;
}

.pager-for-content-type li.pager-previous a {
    border-right: 1px solid #333349;
    padding-right: 10px;
}



/* Image Captions */

.page-node .field-name-field-image-caption {
font-size: 11px;
color: #666;
margin-top: -20px;
margin-bottom: 20px;
clear: both;
float: none;
}

caption {
  font-size: 11px;
color: #666;
margin-top: -20px;
margin-bottom: 20px;
}

/* Pagers */

.pager {
padding: 20px 0;
list-style: none;
margin: 0;
clear: both;
font-family: din, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333349;
text-decoration: none;
font-size: 14px;
text-align: center;
}

.pager li.pager-previous a {
background: url("../bootstrap/img/pager-prev.png") no-repeat left center;
padding-left: 40px;
margin-right: 10px;
}

.pager li.pager-next a {
background: url("../bootstrap/img/pager-next.png") no-repeat right center;
padding-right: 40px;
}

.pager li a {
font-family: din, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333349;
text-decoration: none;
font-size: 14px;
text-indent: -1000em;
border: 0;

}

.pagination ul > li > a, .pagination ul > li > span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #d3ddde;
border: 0;
border-left-width: 0;
border-radius: 8px;
margin-right: 5px;
font-family: din, Helvetica, Arial, sans-serif;
color: #333349;
font-size: 14px;
}

.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #B0BCBD;
}

.listing .pagination {
margin: 20px 0;
float: left;
width: 100%;
text-align: center;
}

.pagination ul > li.pager-ellipsis {
display: none;
}



/* Social Sidebar */

.block-social-share h2.block-title {
float: left;
margin-right: 20px;
}

.social-share-facebook {
background: url("../bootstrap/img/btn-icon-facebook.png") no-repeat center center;
width: 30px;
height: 30px;
overflow: hidden;
float: left;
text-indent: -2000em;
margin-top: 5px;
}

.social-share-twitter {
background: url("../bootstrap/img/btn-icon-twitter.png") no-repeat center center;
width: 30px;
height: 30px;
overflow: hidden;
float: left;
text-indent: -2000em;
margin-top: 5px;
}


/* Search Results */

.search-snippet {
font-size: 14px;
font-weight: normal;
}

.search-info {
display: none;
}


/* NEW HEADER */
#header {margin-bottom:0;position: relative;z-index: 100;padding: 10px 0 10px 0;background-color: #333349;color: #fff;border-top-right-radius: 0px;border-top-left-radius: 0px;border-bottom-left-radius: 100% 20%;border-bottom-right-radius: 100% 20%;}
#header .logo { }
#header .logo img {display:block; margin-left:10%;}
#header .utility-nav ul { font-size:12px;line-height:14px;}
#header .utility-nav ul li { list-style-type:none;}
#header .utility-nav ul li a { color:#fff; text-decoration:none; opacity:0.7;}
#header .utility-nav ul li a:hover { text-decoration:none; color:inherit; border-bottom:1px #fff solid; opacity:1;}
#header #toggle a { display:block; width:100%; height:30px; margin:0 auto; text-align:center; opacity:0.8; }
#header #toggle a:hover { opacity:1; }
#header #statement p { padding:20px 10%; text-align: center; font-size:14px; font-weight:normal; font-family:din, "Helvetica Neue", Helvetica, Arial, sans-serif; }
#header .globalsearch .form-search { /*margin-right:20px;*/ }
header .globalsearch .btn {
width: 15%;
outline: none;
background: #FAF8F6 url(../bootstrap/img/button-icon-search.png) center center no-repeat;
border: none;
-webkit-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0;
box-shadow: none;
}
#header .globalsearch .search-query { width:60%; background:#FAF8F6; color:#333349; border:none; -webkit-border-radius: 11px; border-radius: 24px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}
#header .globalsearch .search-query:focus { background:#fff; outline:none; -webkit-box-shadow:none; box-shadow:none;}
#header .globalsearch .btn {
width: 30px;
height: 28px;
outline: none;
background: #FAF8F6 url("../bootstrap/img/button-icon-search.png") center center no-repeat;
border: none;
-webkit-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0;
box-shadow: none;
position: absolute;
right: 160px;
top: -24px;
margin-top: 0;
padding: 0;
text-indent: -1000em;
}
#header .globalsearch .btn:hover { background-color:#D49359; }
#header .global-nav {
  background: rgb(40,40,59); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(40,40,59,1) 0%, rgba(51,51,73,0) 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,59,1)), color-stop(50%,rgba(51,51,73,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(40,40,59,1) 0%,rgba(51,51,73,0) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(40,40,59,1) 0%,rgba(51,51,73,0) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(40,40,59,1) 0%,rgba(51,51,73,0) 50%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(40,40,59,1) 0%,rgba(51,51,73,0) 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28283b', endColorstr='#333349',GradientType=0 ); /* IE6-9 */
}
#header .global-nav ul.menu  { list-style-type:none; display:block; margin:0 auto; text-align:center; letter-spacing:0; }
#header .global-nav ul.menu li { display:inline; }
.navbar-default .navbar-nav > li > a { display:inline-block; padding:15px 25px 10px 25px; opacity:1; color:#ddd; font-family:din, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;text-decoration:none; text-shadow:0 -1px 0 rgba(0,0,0,1);/*border-left:1px rgba(40,40,59,1) solid;*/}
.navbar-default .navbar-nav > li > a:hover { color:#fff; text-shadow:0 0px 10px rgba(0,0,0,1);}
#header .global-nav ul.menu li ul li a { padding: 5px 15px;}
#header .global-nav ul.menu li ul {position: absolute;top: 20px;left: 0;display: none;width: 200px;background: #333349;z-index: 999;padding: 5px 0;border-radius: 0 0 8px 8px;margin-left: 0;}
#header .global-nav ul.menu li:hover ul {display: block;}
#header .global-nav ul.menu li.last ul {left: auto;right: 0;
}
.front .web-cast{margin-top: 40px;}
.front .view-events-listing .web-cast {
margin-top: 10px;
}

/* Homepage Promo Large Building */

.buildingpromo {
height: 100%;
background: transparent url("../bootstrap/img/GPC-promo.jpg") center bottom no-repeat;
background-size: cover;
border-bottom: 10px #333349 solid;
}

.buildingpromo img.promoimg {
height: 100%;
width: 100%;
-webkit-box-shadow: inset 0px -10px 20px 0px rgba(0, 0, 0, 0.7);
box-shadow: inset 0px -10px 20px 0px rgba(0, 0, 0, 0.7);
}

.buildingpromo img.promologo {
  padding: 20px;
}

.buildingpromo .promoclose {
  position: absolute;
  top: 20px;
  right: 20px;
}

.buildingpromo .promocontainer {
background: #D3DDDE;
padding: 20px 40px;
position: absolute;
bottom: 30%;
right: 0;
border-radius: 24px 0 0 24px;
}

#block-views-training-education-block {
margin-top: -15px;
}

/* button hovers */

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color:#B0BCBD;
}

/* New Search Bar */

#header .form-search form.search-form {
margin: 0;
position: relative;
}

#header .form-search form.search-form .form-text {
  width: 50%;
  background: #FAF8F6;
  color: #333349;
  border: none;
  font-size: 12px;
  -webkit-border-radius: 10px;
  border-radius: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-right: -70px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-style: italic;
}

/* search results page */

.search-info {
  display: none;
}

.search-snippet {

}




/* Keyframes for Homepage Splash Block */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

/* Keyframes for Header Slider */


@-webkit-keyframes slideHeader {
  from   { margin-top:-225px; margin-bottom: 225px;}
  to   { margin-top: 0; margin-bottom: 0;}
}
@-moz-keyframes slideHeader {
  from   { margin-top:-225px; margin-bottom: 225px;}
  to   { margin-top: 0; margin-bottom: 0;}
}
@keyframes slideHeader {
  from   { margin-top:-225px; margin-bottom: 225px;}
  to   { margin-top: 0; margin-bottom: 0;}
}


@-webkit-keyframes slidesplash {
  from {opacity: 1;}
  to {opacity: 0;}
}
@-moz-keyframes slidesplash  {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes slidesplash {
  from { opacity: 1;}
  to { opacity: 0; }
}


/* CSS added by Mark , Feb. 2014 Fix for Firefox dropdowns */
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}





/* Search Page CSS added March 18,2014 */
body.page-search.page-search-site .control-label , body.page-search.page-search-apachesolr-search .control-label,body.page-search #block-apachesolr-search-sort .block-title , body.page-search .spelling-suggestions {display:none;}
body.page-search .search-results { overflow:auto; padding-top:50px;}
body.page-search #collapse-block-apachesolr-search-sort li { float:left; list-style-type:none; padding-left:15px; }
body.page-search #collapse-block-apachesolr-search-sort li.first { padding-left:0px; }
body.page-search #collapse-block-apachesolr-search-sort ul { margin:0; }
body.page-search.page-search-site #search-form .btn-primary , body.page-search.page-search-apachesolr-search #search-form .btn-primary{ margin-top:0em!important; background: #d3ddde url("../bootstrap/img/button-icon-search.png") center center no-repeat; text-indent: -10000em; border-radius: 0 4px 4px 0; padding: 5px 20px;}
body.page-search .span8 h2{ padding-top:30px!important; }
body.page-search .search-form .control-group.form-type-textfield.form-item-keys { float:left; width:88%; }
#block-apachesolr-search-sort { position:absolute; margin-top: 140px; }
body.page-search #edit-keys { width:100%; border-right: none;
border-radius: 4px 0 0 4px;  }
body.page-search .search-advanced { margin-top:50px; }
body.page-search .search-results .search-result { width:100%!important; }
body.page-search div.search-result{ border-top: 1px solid; border-color: #d3ddde; min-height:150px}
.block-facetapi.block-menu-block h2.block-title { color: white; font-size: 14px; padding: 8px 0px 8px 10px; }
#facetapi-facet-apachesolracquia-search-server-1-block-bundle li.first.last { padding-top:10px; }
#facetapi-facet-apachesolracquia-search-server-1-block-bundle li a.facetapi-active {padding: 0px 10px 10px 10px; float:left;  }
#block-apachesolr-search-sort li a.active {font-weight: bold; color: #cc8b49; border-bottom: 1px solid;}
body.page-search.page-search-site #search-form .btn-primary:hover, body.page-search.page-search-apachesolr-search #search-form .btn-primary:hover { background: #cc8b49 url("../bootstrap/img/button-icon-search.png") center center no-repeat;}

blockquote.pull-style {
  display: block;
  padding: 7px 11px;
  margin-left: 5px;
  width: 225px;
  float: right;
  margin-right: 10px;
  border-top: 7px solid #D3DDDE;
  border-bottom: 7px solid #D3DDDE;
  margin-top: 5px;
  border-left: none;

}

blockquote.pull-style p {
  line-height: 30px; font-size: 20px;
  font-style: italic;
  font-weight: normal;
  font-family: serif,Palatino,Garamond;
  color: #333349;
}

#block-addthis-addthis-block span {border-radius:16px;}



h2 , h3 { font-weight:bold!important; }

/* New CSS */
.well { background-color: #fff; border: none; box-shadow: none; }
article h2 a { display:none; }
article img { margin-right:10px; }
article footer { display:none; }
#search-block-form #edit-keys, #block-test-search #search-block-form #edit-keys--2 { width: 100%; float: right; border-radius: 12px; max-width: 225px;}
.region-content #search-block-form #edit-keys { max-width:100%; }
#search-block-form .input-group-btn .button { margin-left: -10px; padding: 8.5px 16px; margin-top:0px!important; }
.navbar-toggle { background-color: #333349!important; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); padding: 16px; margin-right: 12px;}
.navbar-default .navbar-toggle { border-color: #333349 ; }
.region-navigation a.logo { width:100%; max-width:225px;}

@media (min-width: 767px){
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
#block-test-main-menu ul.navbar-nav > li {
	display: inline;
	position: relative;
	float: none;
	}
}

#block-test-main-menu ul.navbar-nav {
	text-align: center;
	width:100%;
  background: rgb(40,40,59);
  background: -moz-linear-gradient(top, rgba(40,40,59,1) 0%, rgba(51,51,73,0) 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,59,1)), color-stop(50%,rgba(51,51,73,0)));
  background: -webkit-linear-gradient(top, rgba(40,40,59,1) 0%,rgba(51,51,73,0) 50%);
  background: -o-linear-gradient(top, rgba(40,40,59,1) 0%,rgba(51,51,73,0) 50%);
  background: -ms-linear-gradient(top, rgba(40,40,59,1) 0%,rgba(51,51,73,0) 50%);
  background: linear-gradient(to bottom, rgba(40,40,59,1) 0%,rgba(51,51,73,0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28283b', endColorstr='#333349',GradientType=0 );
}

#block-test-main-menu ul.navbar-nav li a.is-active {
  box-shadow: inset 0 35px 20px rgba(0, 0, 0, 0.125);
  color:#fff;
}
.navbar-btn { margin-top: 0px; }
#search-block-form { margin-right:10px; }

@media (max-width: 767px){
#block-test-search .input-group { width: 50%; left: 25%;}
#search-block-form #edit-keys {
  width: 100%;
	float: none;
	border-radius: 12px;
	max-width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:none; }
.navbar-collapse { box-shadow:none; }
#block-test-main-menu ul.navbar-nav { background:#333349; text-align:left; margin:0px; }
#block-test-main-menu ul.navbar-nav li { border-top: 1px solid white; }
#block-test-main-menu ul.navbar-nav li a { width:100%; }
.container > .navbar-collapse , .container > .navbar-header { margin-right:0px; margin-left:0px; }
.navbar-collapse { padding-right:0px; padding-left:0px; }
body { margin-top:0px; }
#navbar {
	border:none;
  position: relative;
	padding: 10px 0 0px 0px;
	background-color: #333349;
	color: white;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
}

.region-content .views-row { padding-bottom:10px; }
.views-row h3 { margin-bottom:0px; }
.views-field-created, .views-field-field-updated {font-size:14px; font-style:italic;}
/* Side Bar */
.region-sidebar-second section , .region-content section { margin-bottom:20px; }
.region-sidebar-second section h2.block-title {
  font-size: 16px;
  color: white;
  padding: 8px 0px 8px 10px;
  background: #333349;
  border-radius: 4px 0 0 0;
  margin: 0;
}
.region-sidebar-second .usip-side-block .views-row { border-bottom: 1px solid #ccc; line-height: 40px;}
#block-test-block { border:none; }
.region-sidebar-second .usip-side-block .views-field { padding: 10px; font-size:14px; line-height: 20px; }
.region-sidebar-second section .field--name-body { padding: 10px; font-size:14px; }
.region-sidebar-second .usip-side-block .views-field-created { font-size:12px; }
.region-sidebar-second section { border: 1px solid #333349; border-radius: 8px 0 0 8px; }
#block-views-block-blog-block-1 .views-field-title { padding-bottom:0px; }
#block-views-block-blog-block-1 .views-field-created { padding-top:0px; }
#block-newslettersignupform {
  background: #333349;
  padding: 10px;
  border-radius: 8px 0 0 8px;
  color: #ccc;
  font-family: din, Helvetica,Arial,sans-serif;
  font-size: 14px;
}
#block-newslettersignupform a {
  background: #d3ddde;
  padding: 5px 10px;
  border-radius: 24px;
  margin-top: 10px;
  float: left;
  width: 120px;
  color: #333349;
}

/* Frontpage */
.path-frontpage .region-content h2.block-title {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-left: 8px #D3DDDE solid;
  border-bottom: 0;
  line-height: 40px;
  padding-left: 20px;
  font-weight: 300;
  font-size: 32px;
	margin-bottom:10px;
}

/* Pagination */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #333349;
    background-color: #eee;
    border-color: #fff;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333349;
    text-decoration: none;
    background-color: #d3ddde;
    border: 1px solid #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #B0BCBD;
    border-color: #fff;
}

/* End */


/* Footer */
#block-connectwithus a { padding-right: 10px; }
.region-footer h2.block-title { font-size:20px; color:#fff; }
.region-footer section { width:50%; float:left; padding-bottom: 40px; }
@media (max-width: 767px){
  .region-footer section { float:none; width:100%; }
}
footer.container { width:100%; background-color:#333349; }
footer.container .region-footer {
  padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/* Content Images on Mobile */
@media (max-width: 414px){
  article img { width: 100%; height: auto; margin-bottom: 10px; max-height:400px; }
}

/* Add This */
.addtoany_list.a2a_kit_size_32 a span { border-radius:16px; }
.addtoany_list.a2a_kit_size_32 > a { margin-top:-32px; }

/* Homepage */
#block-views-block-new-articles-slider-block-1 .views-row, .homepage-div-half {
	width: 48%;
	float: left;
	padding-right: 1%;
}

#block-thebook .homepage-div, #block-views-block-new-articles-slider-block-2 .views-row ,
#block-views-block-new-articles-slider-block-3 .views-row,
#block-views-block-new-articles-slider-block-4 .views-row { width: 32%; float: left; padding-right: 1%; }
#block-iranfactbox ul { list-style: none!important; padding-left: 0px!important;}
.path-frontpage .page-header { display:none; }
/*.col-sm-9 a { color: #cc8b49; }
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover { color: #cc8b49!important; }
*/
.views-more-link { padding: 4px 10px 4px 10px; border-radius: 4px; margin-top: 4px; border: 2px solid #333349; display: block; max-width: 101px; background-color: #333349; }
a.views-more-link { color:#fff; }
.views-more-link:hover { background-color: #fff; border:2px solid #333349; color:#333349;}

@media (max-width: 500px){
#block-thebook .homepage-div, #block-views-block-new-articles-slider-block-1 .views-row, .homepage-div-half,
#block-views-block-new-articles-slider-block-2 .views-row { width:100%!important; }
#block-views-block-new-articles-slider-block-2 .promo-title {min-height:0px!important}
#block-thebook .homepage-div , .homepage-div-half { padding-bottom:10px; }
}

@media (max-width: 992px){
#block-views-block-new-articles-slider-block-2 .views-row { width:49%; }
#block-views-block-new-articles-slider-block-2 .promo-title {min-height:60px;}
}
#block-views-block-new-articles-slider-block-2 .promo-title {min-height:60px;}
img { max-width:100%; }

/* Testing */
#block-views-block-new-articles-slider-block-3 .views-field-nothing {
  padding-top: 2px;
  opacity: 0.9;
  min-height: 370px;
	background-color: #D3DDDE;
}
#block-views-block-new-articles-slider-block-3 .promo-text{ padding:5px 20px }
#block-views-block-new-articles-slider-block-3 .promo-date { padding-left:20px; }
#block-views-block-new-articles-slider-block-3 .promo-body {
	padding-top: 8px;
	font-size: 12px;
}

/* End */
#block-thebook span { text-decoration:underline; }
#block-thebook a { color:#247; }
#block-test-block a.newsletter {
  font-size: 12px;
  white-space: nowrap;
  background: #d3ddde;
  padding: 5px 10px;
  border-radius: 24px;
}

.region-sidebar-second p {line-height:20px; }
.views-row h2 a { color:#669933; }
.views-row h2 { margin-bottom:0px; }
.path-frontpage .views-row h3 a {color:#333349;}
#block-test-main-menu ul.navbar-nav { border-top:4px solid #669933; }
.region-sidebar-second section h2.block-title { border-bottom:4px solid #669933; }
article a:link { color:#247; text-decoration:underline; }
/* .content .published-date { float:left; margin-right:20px; } */
div.dates { padding-bottom: 20px; margin-top: -20px; clear: both; overflow: hidden; }
div.by-author { padding-bottom: 20px; margin-top: -20px; }
@media (max-width: 767px){
#block-test-main-menu ul.navbar-nav { border-top:none; }
.navbar-header { border-bottom:4px solid #669933; }
#block-test-search .input-group {
    width: 50%;
    left: 20px;
    margin-top: 15px;
}
}

/* Google CSE */
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top { padding-left:0px!important; padding-right:0px!important; }
.gsc-tabHeader { height:30px!important; width:100px!important; }
#search-block-form--2 button.form-submit { padding:6px 12px; margin-top: 0px!important; font-size: 16px;}
#search-block-form--2 input.form-search { border-top-left-radius: 24px; border-bottom-left-radius: 24px; }
.gsc-search-box.gsc-search-box-tools, form.gsc-search-box { display:none!important; }
#adBlock { display:none!important; }
.gsc-tabHeader.gsc-tabhActive , .gsc-tabsArea { border-color: #15C!important; }
/*.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
  color:#669933!important;
	font-family:din, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}*/
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  font-family:din, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.gsc-adBlock { display:none!important; }

/* Header */
.navbar-default .navbar-brand {
	font-size: 40px;
	color:white!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
}
@media (min-width: 1200px){
.navbar-default .navbar-brand {
	padding-left: 180px;
}
}
@media (min-width: 992px)and (max-width:1199px){
.navbar-default .navbar-brand {
	padding-left: 80px;
}
}
@media (max-width: 991px){
.navbar-default .navbar-brand {
	background-color:#333349!important ;
	padding:0px;
	padding-top: 20px;
}
.region-navigation a.logo{ max-width:82px; }
}
@media (max-width: 468px){
.navbar-default .navbar-brand {
	font-size:30px;
	margin-left: -15px;
}
#navbar img { max-width: 190px; }
}
@media (max-width: 349px){
.navbar-default .navbar-brand {
	font-size:25px;
	margin-left: -24px;
	padding-top: 13px;
}
#navbar img { max-width: 155px; }
.navbar-toggle { margin-top:0px; }
}

/* End Header CSS */

.user-logged-in article .content { padding-top: 25px; }
span.image-caption-container { margin-right: 10px; }

/* CSS for pdf files */
span.file--application-pdf a {
  background-image: url(/themes/test/img/icon-pdf.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  display: block;
  margin-bottom: 10px;
  height: 35px;
}

/* End */
figure { margin: 1em 1em 1.5em; }
article.full .content figure{ margin-bottom: 8px; }
article.full .content figure figcaption{ padding-top: 0px; }
figure .align-left+figcaption { float: left; }
figure .align-right+figcaption { float: right; margin-left: 10px; }
figure img.align-right { margin-left: 10px; }

.media-left { float: left; }
.media-right { float: right; }
.media-center, .media-center .instagram-media { margin: 0 auto!important; clear: both; }

.media-left, .media-right { padding-left: 10px; display: block; }
.media-youtube-left, .media-youtube-right, .media-youtube-center { padding: 0 25px; display: block; max-width: none; }
.media-youtube-left { float: left; }
.media-youtube-right { float: right; }
.media-youtube-center { text-align: center; margin: 0 auto; clear: both; }

@media (min-width: 992px){
  .media-left, .media-right { max-width: 50%; min-width: 450px; }
  .small { max-width: 40%; }
  .media-right .small { margin-right: 7%; }
}

@media (max-width: 640px){
  .media-youtube-left, .media-youtube-center, .media-youtube-right, .media-left, .media-right, .small { float: none; padding: 0px; width: 100%; max-width: none; }
}

figcaption { padding: 5px 10px 0; font-size: 16px; color: #333; font-weight: bold;}
.main-container { min-height:300px; padding-bottom:100px; }
.navbar-default .navbar-toggle .icon-bar { background-color:#fff; }
td { border:none; }
#block-views-block-blog-block-1 .views-field-title a { font-weight:bold; }
.page-node-type-resource .dates { display:none; }

.feed-icons { display:none; }
#formPage .inputstyle { border:1px solid rgb(166, 166, 166)!important;}

/* WYSIWYG Custom Styles */
h2.green, p.green { color:#669933!important; }
h2.red, p.red { color:#990000!important; }
h2.blue, p.blue { color:#6699CC!important; }

.content-meta {
  padding-bottom: 10px;
  margin-top: -20px;
}
.content-meta .by-author {
  font-weight: 700;
}
.content-meta .by-author,
.content-meta .updated-date,
.content-meta .published-date {
  display: inline-block;
  font-size: 18px;
  padding-right: 10px;
  padding-bottom: 10px;
}


body .iv-fullscreen {
  z-index: 1500;
}

body .iv-fullscreen-close {
  background: rgba(0,0,0,.4);
}

div.zoom img { cursor: pointer }
